
:root{

--primary:#2563eb;
--secondary:#0f172a;
--light:#f8fafc;
--text:#475569;
--success:#16a34a;

}

*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{

font-family:'Poppins',sans-serif;
background:#fff;
color:var(--text);

}

a{
text-decoration:none;
}

.navbar{

background:#fff;
padding:18px 0;
box-shadow:0 10px 35px rgba(0,0,0,.05);

}

.navbar-brand{

font-size:28px;
font-weight:700;
color:var(--primary);

}

.nav-link{

font-weight:500;
color:#334155;

}

.btn-apply{

background:var(--primary);
color:#fff;
padding:12px 28px;
border-radius:50px;
font-weight:600;

}

.btn-apply:hover{

background:#1d4ed8;
color:#fff;

}

.hero{

padding:90px 0;
background:
linear-gradient(135deg,#eef4ff 0%,#ffffff 100%);

}

.hero-badge{

display:inline-block;
padding:8px 18px;
background:#dbeafe;
border-radius:30px;
font-weight:600;
color:#2563eb;
margin-bottom:25px;

}

.hero h1{

font-size:56px;
font-weight:800;
line-height:1.2;
color:var(--secondary);

}

.hero p{

font-size:18px;
line-height:1.9;
margin:25px 0;

}

.hero-list{

margin-top:35px;

}

.hero-list li{

list-style:none;
margin-bottom:14px;
font-size:17px;

}

.hero-list i{

color:var(--success);
margin-right:10px;

}

.hero-image{

background:#fff;
border-radius:25px;
padding:35px;
box-shadow:0 25px 60px rgba(0,0,0,.08);

}

.hero-image img{

width:100%;

}

.counter{

margin-top:50px;

}

.counter-box{

background:#fff;
border-radius:18px;
padding:25px;
text-align:center;
box-shadow:0 15px 40px rgba(0,0,0,.05);

}

.counter-box h3{

font-size:34px;
font-weight:700;
color:var(--primary);

}

.counter-box span{

color:#64748b;

}

@media(max-width:992px){

.hero{

padding:70px 0;

}

.hero h1{

font-size:38px;

}

.hero-image{

margin-top:50px;

}

}


.job-categories{

background:#f8fafc;

}

.section-badge{

display:inline-block;
padding:8px 18px;
background:#dbeafe;
color:#2563eb;
font-weight:600;
border-radius:30px;
margin-bottom:15px;

}

.section-title{

font-size:42px;
font-weight:700;
color:#0f172a;

}

.section-description{

max-width:700px;
margin:auto;
font-size:17px;
color:#64748b;

}

.job-card{

background:#fff;
padding:35px;
border-radius:20px;
box-shadow:0 15px 45px rgba(0,0,0,.06);

transition:.35s;

height:100%;

}

.job-card:hover{

transform:translateY(-10px);

box-shadow:0 25px 60px rgba(37,99,235,.15);

}

.job-icon{

width:75px;

height:75px;

border-radius:18px;

display:flex;

align-items:center;

justify-content:center;

font-size:28px;

color:#fff;

margin-bottom:25px;

}

.job-card h4{

font-size:24px;

font-weight:700;

margin-bottom:15px;

color:#0f172a;

}

.job-card p{

color:#64748b;

line-height:1.8;

margin-bottom:25px;

}

.job-btn{

font-weight:600;

color:#2563eb;

}

.job-btn:hover{

color:#1d4ed8;

}

@media(max-width:768px){

.section-title{

font-size:32px;

}

}

.apply-section{

background:#ffffff;

}

.apply-card{

background:#fff;

padding:40px;

border-radius:20px;

box-shadow:0 20px 60px rgba(0,0,0,.08);

}

.form-control,
.form-select{

border-radius:12px;

padding:15px;

}

.feature-item{

display:flex;

align-items:center;

margin-bottom:18px;

font-weight:500;

}

.feature-item i{

color:#16a34a;

margin-right:12px;

font-size:18px;

}

.why-us{

background:#f8fafc;

}

.why-card{

background:#fff;

padding:35px;

border-radius:20px;

text-align:center;

height:100%;

transition:.35s;

box-shadow:0 15px 40px rgba(0,0,0,.05);

}

.why-card:hover{

transform:translateY(-8px);

box-shadow:0 25px 55px rgba(37,99,235,.12);

}

.why-icon{

width:80px;

height:80px;

margin:auto;

margin-bottom:25px;

border-radius:50%;

background:#2563eb;

display:flex;

justify-content:center;

align-items:center;

color:#fff;

font-size:30px;

}

.why-card h4{

font-size:22px;

font-weight:700;

margin-bottom:15px;

color:#0f172a;

}

.why-card p{

font-size:16px;

color:#64748b;

line-height:1.8;

margin:0;

}

.benefits-section{

background:#ffffff;

}

.benefit-item{

display:flex;

align-items:flex-start;

background:#fff;

padding:28px;

border-radius:20px;

box-shadow:0 20px 45px rgba(0,0,0,.05);

height:100%;

transition:.3s;

}

.benefit-item:hover{

transform:translateY(-8px);

box-shadow:0 30px 60px rgba(37,99,235,.12);

}

.benefit-icon{

width:70px;

height:70px;

min-width:70px;

border-radius:18px;

background:#2563eb;

display:flex;

align-items:center;

justify-content:center;

color:#fff;

font-size:28px;

margin-right:20px;

}

.benefit-item h4{

font-size:22px;

font-weight:700;

margin-bottom:10px;

color:#0f172a;

}

.benefit-item p{

margin:0;

color:#64748b;

line-height:1.8;

}

/* HOW IT WORKS */

.how-it-works{

background:#f8fafc;

}

.step-card{

background:#fff;

padding:40px 30px;

border-radius:20px;

text-align:center;

height:100%;

position:relative;

box-shadow:0 15px 40px rgba(0,0,0,.05);

transition:.35s;

}

.step-card:hover{

transform:translateY(-8px);

box-shadow:0 25px 60px rgba(37,99,235,.12);

}

.step-number{

position:absolute;

top:20px;

right:20px;

font-size:42px;

font-weight:800;

color:#e2e8f0;

}

.step-icon{

width:85px;

height:85px;

margin:auto;

border-radius:50%;

background:#2563eb;

color:#fff;

display:flex;

justify-content:center;

align-items:center;

font-size:34px;

margin-bottom:25px;

}

.step-card h4{

font-size:24px;

font-weight:700;

margin-bottom:15px;

color:#0f172a;

}

.step-card p{

color:#64748b;

line-height:1.8;

margin:0;

}

/* CTA */

.cta-section{

padding:80px 0;

background:#2563eb;

}

.cta-box{

background:rgba(255,255,255,.08);

border-radius:25px;

padding:50px;

color:#fff;

}

.cta-box h2{

font-size:40px;

font-weight:700;

margin-bottom:15px;

}

.cta-box p{

font-size:18px;

opacity:.95;

margin:0;

}

.current-jobs{

background:#fff;

}

.job-table{

background:#fff;

border-radius:20px;

overflow:hidden;

box-shadow:0 20px 60px rgba(0,0,0,.06);

}

.job-table thead{

background:#2563eb;

color:#fff;

}

.job-table th{

padding:18px;

}

.job-table td{

padding:20px;

vertical-align:middle;

}

/* ==========================
FAQ
========================== */

.faq-section{

background:#f8fafc;

}

.custom-accordion{

max-width:900px;

margin:auto;

}

.accordion-item{

border:none;

border-radius:16px;

overflow:hidden;

margin-bottom:18px;

box-shadow:0 15px 40px rgba(0,0,0,.05);

}

.accordion-button{

padding:22px;

font-size:18px;

font-weight:600;

color:#0f172a;

background:#fff;

}

.accordion-button:not(.collapsed){

background:#2563eb;

color:#fff;

box-shadow:none;

}

.accordion-button:focus{

box-shadow:none;

}

.accordion-body{

padding:22px;

font-size:16px;

line-height:1.8;

color:#64748b;

background:#fff;

}

/* ==========================
Footer
========================== */

.footer{

background:#0f172a;

padding:80px 0 30px;

color:#cbd5e1;

}

.footer-logo{

font-size:32px;

font-weight:700;

color:#fff;

}

.footer-logo span{

color:#60a5fa;

}

.footer-text{

margin-top:20px;

line-height:1.9;

}

.footer h5{

color:#fff;

margin-bottom:20px;

font-weight:600;

}

.footer-links,

.contact-list{

list-style:none;

padding:0;

margin:0;

}

.footer-links li,

.contact-list li{

margin-bottom:14px;

}

.footer-links a{

color:#cbd5e1;

transition:.3s;

}

.footer-links a:hover{

color:#60a5fa;

padding-left:5px;

}

.contact-list i{

width:24px;

color:#60a5fa;

}

.footer-divider{

margin:40px 0 20px;

border-color:rgba(255,255,255,.1);

}

.footer-bottom{

text-align:center;

}

.footer-bottom p{

margin:0;

font-size:15px;

color:#94a3b8;

}

.back-top{

position:fixed;

bottom:25px;

right:25px;

width:50px;

height:50px;

background:#2563eb;

color:#fff;

display:flex;

justify-content:center;

align-items:center;

border-radius:50%;

font-size:18px;

box-shadow:0 10px 30px rgba(0,0,0,.2);

z-index:999;

transition:.3s;

}

.back-top:hover{

background:#1d4ed8;

color:#fff;

transform:translateY(-5px);

}

.top-bar{

background:#0F172A;

color:#fff;

padding:10px 0;

font-size:14px;

}

.top-bar-content{

display:flex;

justify-content:space-between;

align-items:center;

flex-wrap:wrap;

gap:15px;

}

.top-bar i{

color:#60A5FA;

margin-right:6px;

}

/* ==========================
HEADER
========================== */

.main-header{

background:#ffffff;

position:sticky;

top:0;

z-index:999;

box-shadow:0 10px 35px rgba(0,0,0,.06);

}

.navbar{

padding:18px 0;

}

.logo{

height:48px;

margin-right:10px;

}

.navbar-brand{

display:flex;

align-items:center;

font-size:28px;

font-weight:700;

color:#0F172A;

}

.navbar-brand span{

color:#2563EB;

}

.nav-link{

font-weight:600;

margin-left:20px;

color:#475569;

transition:.3s;

}

.nav-link:hover{

color:#2563EB;

}

.nav-link.active{

color:#2563EB;

}

.btn-primary{

background:#2563EB;

border:none;

padding:14px 28px;

font-weight:600;

}

.btn-primary:hover{

background:#1D4ED8;

}

@media(max-width:991px){

.nav-link{

margin-left:0;

margin-top:15px;

}

.btn-primary{

width:100%;

margin-top:20px;

}

}

/* ==========================================
HERO
========================================== */

.hero-section{

padding:90px 0;

background:linear-gradient(180deg,#F8FAFC 0%,#FFFFFF 100%);

}

.hero-badge{

display:inline-block;

padding:10px 18px;

border-radius:30px;

background:#DBEAFE;

color:#2563EB;

font-weight:600;

margin-bottom:25px;

}

.hero-title{

font-size:58px;

font-weight:800;

line-height:1.2;

color:#0F172A;

margin-bottom:25px;

}

.hero-title span{

color:#2563EB;

}

.hero-description{

font-size:18px;

line-height:1.9;

margin-bottom:35px;

color:#475569;

}

.hero-features{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:18px;

margin-bottom:40px;

}

.hero-features div{

font-weight:500;

}

.hero-features i{

color:#16A34A;

margin-right:10px;

}

.hero-buttons{

display:flex;

gap:18px;

margin-bottom:20px;

}

.hero-image img{

border-radius:25px;

}

.hero-note{

display:block;

margin-top:15px;

color:#64748B;

}

@media(max-width:991px){

.hero-section{

padding:60px 0;

}

.hero-title{

font-size:38px;

}

.hero-features{

grid-template-columns:1fr;

}

.hero-buttons{

flex-direction:column;

}

}

/* ==========================================
WORK PROCESS
========================================== */

.work-process{

padding:90px 0;

background:#ffffff;

}

.process-card{

background:#fff;

padding:35px;

text-align:center;

border-radius:20px;

height:100%;

box-shadow:0 20px 45px rgba(0,0,0,.06);

transition:.35s;

}

.process-card:hover{

transform:translateY(-8px);

box-shadow:0 30px 60px rgba(37,99,235,.12);

}

.process-icon{

width:85px;

height:85px;

margin:auto;

border-radius:50%;

background:#2563EB;

display:flex;

justify-content:center;

align-items:center;

color:#fff;

font-size:34px;

margin-bottom:25px;

}

.process-card h4{

font-size:24px;

font-weight:700;

margin-bottom:15px;

color:#0F172A;

}

.process-card p{

line-height:1.8;

color:#64748B;

margin:0;

}

/* ==========================================
TRAINING
========================================== */

.training-section{

background:#F8FAFC;

}

.training-image img{

border-radius:25px;

box-shadow:0 25px 60px rgba(0,0,0,.08);

}

.training-list{

margin-top:35px;

}

.training-item{

display:flex;

align-items:flex-start;

margin-bottom:25px;

}

.training-icon{

width:65px;

height:65px;

border-radius:16px;

background:#2563EB;

color:#fff;

display:flex;

justify-content:center;

align-items:center;

font-size:26px;

margin-right:18px;

flex-shrink:0;

}

.training-item h5{

font-size:21px;

font-weight:700;

margin-bottom:8px;

color:#0F172A;

}

.training-item p{

margin:0;

color:#64748B;

line-height:1.8;

}

/*==============================
OPPORTUNITIES
===============================*/

.opportunities{

    background:#f8fafc;

}

.job-card{

    background:#fff;

    border-radius:24px;

    padding:35px;

    position:relative;

    overflow:hidden;

    height:100%;

    transition:.35s;

    border:1px solid #e5e7eb;

}

.job-card:hover{

    transform:translateY(-10px);

    border-color:#2563eb;

    box-shadow:0 25px 60px rgba(37,99,235,.15);

}

.job-badge{

    position:absolute;

    top:20px;

    right:20px;

    background:#2563eb;

    color:#fff;

    padding:6px 14px;

    border-radius:30px;

    font-size:12px;

    font-weight:600;

    text-transform:uppercase;

}

.job-badge.new{

    background:#16a34a;

}

.job-badge.popular{

    background:#f59e0b;

}

.job-icon{

    width:90px;

    height:90px;

    border-radius:50%;

    margin-bottom:25px;

    background:linear-gradient(135deg,#2563eb,#3b82f6);

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:38px;

    color:#fff;

    transition:.35s;

}

.job-card:hover .job-icon{

    transform:rotate(10deg) scale(1.1);

}

.job-card h3{

    font-size:28px;

    font-weight:700;

    margin-bottom:15px;

    color:#0f172a;

}

.job-card p{

    color:#64748b;

    line-height:1.8;

    margin-bottom:25px;

}

.job-card ul{

    list-style:none;

    padding:0;

    margin-bottom:30px;

}

.job-card ul li{

    margin-bottom:12px;

    font-weight:500;

}

.job-card ul i{

    color:#16a34a;

    margin-right:10px;

}

.job-card .btn{

    padding:14px;

    font-weight:600;

    font-size:17px;

}

@media(max-width:768px){

.job-card{

padding:30px;

}

.job-card h3{

font-size:24px;

}

}

/*==================================
FLOATING BUTTONS
==================================*/

.floating-actions{

    position:fixed;

    right:25px;

    bottom:25px;

    display:flex;

    flex-direction:column;

    gap:15px;

    z-index:9999;

}

.floating-btn{

    width:60px;

    height:60px;

    border:none;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    text-decoration:none;

    color:#fff;

    font-size:24px;

    box-shadow:0 15px 35px rgba(0,0,0,.18);

    transition:.35s;

    cursor:pointer;

}

.floating-btn:hover{

    color:#fff;

    transform:translateY(-6px) scale(1.08);

}

.whatsapp-btn{

    background:#25D366;

}

.call-btn{

    background:#2563EB;

}

.top-btn{

    background:#0F172A;

}

/* Pulse Animation */

@keyframes pulse{

0%{

box-shadow:0 0 0 0 rgba(37,99,235,.45);

}

70%{

box-shadow:0 0 0 18px rgba(37,99,235,0);

}

100%{

box-shadow:0 0 0 0 rgba(37,99,235,0);

}

}

.call-btn{

animation:pulse 2s infinite;

}

/* Mobile */

@media(max-width:768px){

.floating-actions{

right:15px;

bottom:15px;

}

.floating-btn{

width:52px;

height:52px;

font-size:20px;

}

}

/*=========================
PREMIUM HERO
==========================*/

.hero{

position:relative;

min-height:100vh;

display:flex;

align-items:center;

overflow:hidden;

/* Replace with your own image */
background:url('assets/img/hero-bg.jpg') center center/cover no-repeat;

}

.hero-overlay{

position:absolute;

top:0;

left:0;

width:100%;

height:100%;

background:linear-gradient(
90deg,
rgba(7,22,55,.90) 0%,
rgba(15,23,42,.78) 45%,
rgba(37,99,235,.35) 100%
);

}

.hero .container{

position:relative;

z-index:2;

}

.hero h1{

font-size:64px;

font-weight:800;

color:#fff;

line-height:1.15;

margin-bottom:25px;

}

.hero h1 span{

color:#60A5FA;

}

.hero p{

font-size:19px;

line-height:1.9;

color:rgba(255,255,255,.85);

margin-bottom:30px;

}

.hero-badge{

display:inline-block;

padding:10px 24px;

border-radius:50px;

background:rgba(255,255,255,.15);

backdrop-filter:blur(12px);

color:#fff;

margin-bottom:25px;

font-weight:600;

border:1px solid rgba(255,255,255,.2);

}

.hero-list{

padding:0;

list-style:none;

margin-bottom:40px;

}

.hero-list li{

margin-bottom:16px;

font-size:17px;

color:#fff;

}

.hero-list i{

color:#22C55E;

margin-right:12px;

}

.hero-buttons{

display:flex;

gap:18px;

flex-wrap:wrap;

}

.hero-image{

padding:25px;

background:rgba(255,255,255,.08);

backdrop-filter:blur(15px);

border-radius:30px;

border:1px solid rgba(255,255,255,.15);

box-shadow:0 30px 80px rgba(0,0,0,.35);

}

.hero-image img{

border-radius:20px;

}

@media(max-width:991px){

.hero{

min-height:auto;

padding:80px 0;

}

.hero h1{

font-size:42px;

}

.hero-image{

margin-top:40px;

}

}


/*======================================
TRUST BAR
======================================*/

.trust-bar{

    position:relative;

    margin-top:-70px;

    z-index:50;

}

.trust-bar .container{

    background:#fff;

    border-radius:24px;

    padding:35px;

    box-shadow:0 20px 60px rgba(15,23,42,.10);

}


.trust-item:hover{

    background:#f8fafc;

    transform:translateY(-5px);

}



.trust-item p{

    margin:5px 0 0;

    color:#64748B;

    font-size:15px;

}

@media(max-width:991px){

.trust-bar{

margin-top:0;

padding:40px 0 20px;

}

.trust-bar .container{

padding:25px;

}




.trust-item h4{

font-size:18px;

}

}


/*==========================
Hero Trust
==========================*/


.hero-trust{

    display:flex;

    flex-wrap:wrap;

    gap:15px;

    margin-top:35px;

}

.trust-pill{

    display:flex;

    align-items:center;

    gap:10px;

    padding:12px 18px;

    border-radius:50px;

    background:rgba(255,255,255,.12);

    backdrop-filter:blur(10px);

    border:1px solid rgba(255,255,255,.20);

    color:#fff;

    font-size:15px;

    font-weight:600;

    transition:.35s;

}

.trust-pill:hover{

    background:rgba(255,255,255,.22);

    transform:translateY(-3px);

}

.trust-pill i{

    color:#22C55E;

    font-size:18px;

}

@media(max-width:768px){

.hero-trust{

justify-content:center;

}

.trust-pill{

width:100%;

justify-content:center;

}

}

.trust-item{

    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;

    text-align:center;

    padding:25px 15px;

    min-height:170px;

    transition:.35s;

}

.trust-item h4{

    font-size:22px;
    font-weight:700;
    line-height:1.2;
    margin:15px 0 10px;

}

.trust-item p{

    font-size:15px;
    line-height:1.6;
    color:#64748B;
    margin:0;

}

.trust-icon{

    font-size:34px;
    color:#2563EB;
    margin-bottom:10px;

}

/*======================================
TRUST BAR
======================================*/

.trust-bar{

    position:relative;

    margin-top:-70px;

    z-index:50;

}

.trust-bar .container{

    background:#fff;

    border-radius:24px;

    padding:35px;

    box-shadow:0 20px 60px rgba(15,23,42,.10);

}



.trust-item:hover{

    background:#f8fafc;

    transform:translateY(-5px);

}



.trust-item p{

    margin:5px 0 0;

    color:#64748B;

    font-size:15px;

}

@media(max-width:991px){

.trust-bar{

margin-top:0;

padding:40px 0 20px;

}

.trust-bar .container{

padding:25px;

}

.trust-icon{

width:60px;

height:60px;

font-size:24px;

margin-right:18px;

}


}
































































































.inner-hero{

padding:140px 0 80px;

background:linear-gradient(135deg,#0F172A,#2563EB);

color:#fff;

text-align:center;

}

.content-card{

background:#fff;

padding:50px;

border-radius:20px;

box-shadow:0 20px 60px rgba(0,0,0,.08);

}

.content-card h2{

font-size:28px;

font-weight:700;

margin-bottom:20px;

color:#0F172A;

}

.content-card p{

font-size:17px;

line-height:1.9;

color:#555;

}

.content-card ul{

padding-left:20px;

}

.content-card li{

margin-bottom:12px;

}

.contact-box{

background:#F8FAFC;

padding:30px;

border-radius:15px;

margin-top:20px;

}

.contact-box p{

margin-bottom:15px;

font-size:17px;

}

hr{

margin:40px 0;

}

/*==================================
LEGAL PAGES
==================================*/

.legal-header{

padding:80px 0;

background:linear-gradient(135deg,#0F172A,#2563EB);

color:#fff;

text-align:center;

}

.legal-logo{

display:inline-block;

font-size:34px;

font-weight:800;

color:#fff;

text-decoration:none;

margin-bottom:20px;

}

.legal-logo span{

color:#FACC15;

}

.back-home{

display:inline-block;

margin-bottom:20px;

text-decoration:none;

font-weight:600;

}

.legal-footer{

padding:30px 0;

background:#0F172A;

color:#fff;

text-align:center;

}











































/*======================================
THANK YOU PAGE
======================================*/

.thank-you-section{

    min-height:100vh;

    display:flex;

    align-items:center;

    justify-content:center;

    padding:100px 0;

    background:linear-gradient(135deg,#f8fbff,#eef4ff);

}

.thank-you-card{

    background:#fff;

    border-radius:25px;

    padding:60px;

    text-align:center;

    box-shadow:0 20px 60px rgba(15,23,42,.08);

    border:1px solid #edf2f7;

}

.success-icon{

    width:120px;

    height:120px;

    margin:0 auto 30px;

    border-radius:50%;

    background:linear-gradient(135deg,#22C55E,#16A34A);

    display:flex;

    align-items:center;

    justify-content:center;

    color:#fff;

    font-size:60px;

    box-shadow:0 15px 35px rgba(34,197,94,.35);

}

.thank-you-card h1{

    font-size:44px;

    font-weight:800;

    color:#0F172A;

    margin-bottom:20px;

}

.thank-you-card .lead{

    color:#64748B;

    font-size:20px;

    line-height:1.8;

    margin-bottom:45px;

}

/*=========================
NEXT STEPS
=========================*/

.next-steps{

    text-align:left;

    margin-top:20px;

}

.next-steps h3{

    font-size:32px;

    font-weight:700;

    color:#0F172A;

    margin-bottom:30px;

}

.step{

    display:flex;

    align-items:flex-start;

    gap:20px;

    margin-bottom:25px;

}

.step span{

    width:50px;

    height:50px;

    min-width:50px;

    border-radius:50%;

    background:#2563EB;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-weight:700;

    font-size:18px;

}

.step p{

    margin:0;

    font-size:18px;

    color:#475569;

    line-height:1.8;

}

/*=========================
BUTTONS
=========================*/

.thank-buttons{

    margin-top:45px;

    display:flex;

    justify-content:center;

    gap:20px;

    flex-wrap:wrap;

}

.thank-buttons .btn{

    min-width:220px;

    padding:14px 30px;

    border-radius:50px;

    font-size:18px;

    font-weight:600;

}

/*=========================
NOTICE
=========================*/

.notice{

    margin-top:40px;

    background:#EFF6FF;

    border-left:5px solid #2563EB;

    padding:18px 22px;

    border-radius:12px;

    color:#334155;

    font-size:16px;

    text-align:left;

}

.notice i{

    color:#2563EB;

    margin-right:10px;

}

/*=========================
RESPONSIVE
=========================*/

@media(max-width:991px){

.thank-you-card{

padding:40px 30px;

}

.thank-you-card h1{

font-size:34px;

}

.next-steps h3{

font-size:28px;

}

}

@media(max-width:768px){

.thank-you-section{

padding:60px 15px;

}

.thank-you-card{

padding:30px 20px;

border-radius:20px;

}

.success-icon{

width:90px;

height:90px;

font-size:45px;

}

.thank-you-card h1{

font-size:28px;

}

.thank-you-card .lead{

font-size:17px;

}

.step{

gap:15px;

}

.step span{

width:42px;

height:42px;

min-width:42px;

font-size:16px;

}

.step p{

font-size:16px;

}

.thank-buttons .btn{

width:100%;

}

.notice{

font-size:15px;

}

}