*
{
margin:0;
padding:0;
box-sizing:border-box;
}

body{
font-family:'Open Sans',sans-serif;
background:#f7f8fa;
color:#222;
overflow-x:hidden;
}

h1,h2,h3,h4{
font-family:'Montserrat',sans-serif;
}

a{
text-decoration:none;
}

.container{
width:90%;
max-width:1400px;
margin:auto;
}

/* HEADER */

header{
position:sticky;
top:0;
z-index:1000;
background:#fff;
box-shadow:0 2px 12px rgba(0,0,0,.08);
}

.navbar{
display:flex;
align-items:center;
justify-content:space-between;
padding:18px 0;
}


.main-logo{
height:95px;
width:auto;
}

nav{
display:flex;
gap:30px;
}

nav a{
color:#0b2752;
font-weight:700;
font-size:17px;
transition:.3s;
letter-spacing:.5px;
}

nav a:hover
.call-box{
display:flex;
align-items:center;
gap:12px;
}


.call-box{
    display:flex;
    flex-direction:row;
    align-items:center;
    gap:12px;
    white-space:nowrap;
}

.call-icon{
    width:42px;
    height:42px;
    min-width:42px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;
    background:#c79a44;
    color:white;
    font-size:16px;
}

.call-text{
    display:block;
}

.call-text small{
    display:block;
    font-size:12px;
    margin-bottom:2px;
}

.call-text h3{
    margin:0;
    font-size:20px;
    line-height:1;
    color:#0b2752;
}

/* HERO */

.hero{
position:relative;
min-height:750px;
background:url('images/hero-image.jpg') center center/cover no-repeat;
}

.hero::before{
content:"";
position:absolute;
inset:0;
background:linear-gradient(
to bottom,
rgba(255,255,255,.95),
rgba(255,255,255,.15),
rgba(255,255,255,.05),
rgba(255,255,255,.95)
);
}

.hero-overlay{
position:relative;
z-index:2;
min-height:750px;
display:flex;
align-items:center;
}

.hero-text{
max-width:700px;
}

.hero-text h1{
font-size:72px;
line-height:1.1;
color:#0b2752;
margin-bottom:25px;
}

.hero-text h3{
font-size:34px;
color:#c79a44;
margin-bottom:25px;
}

.hero-text p{
font-size:20px;
line-height:1.8;
margin-bottom:35px;
max-width:600px;
}

.btn{
display:inline-block;
padding:18px 36px;
border-radius:8px;
background:#c79a44;
color:#fff;
font-weight:700;
transition:.3s;
}

.btn:hover{
transform:translateY(-3px);
}

/* INFO BAR */

.info-wrapper{
margin-top:-40px;
position:relative;
z-index:10;
}

.info-bar{
background:#082046;
border-radius:18px;
padding:30px;
text-align:center;
color:white;
}

.info-bar h3{
color:#c79a44;
font-size:28px;
margin-bottom:10px;
}

/* SERVICES */

.services{
padding:100px 0;
background:#f7f8fa;
overflow:hidden;
}

.section-title{
text-align:center;
margin-bottom:60px;
}

.section-title h2{
font-size:54px;
color:#0b2752;
}

.gold-line{
width:90px;
height:5px;
background:#c79a44;
margin:20px auto;
border-radius:50px;
}

.services-slider{
overflow:hidden;
position:relative;
}

.services-slider::before,
.services-slider::after{
content:"";
position:absolute;
top:0;
width:120px;
height:100%;
z-index:5;
pointer-events:none;
}

.services-slider::before{
left:0;
background:linear-gradient(to right,#f7f8fa,transparent);
}

.services-slider::after{
right:0;
background:linear-gradient(to left,#f7f8fa,transparent);
}

.service-track{
display:flex;
gap:30px;
width:max-content;
animation:scrollServices 40s linear infinite;
}

@keyframes scrollServices{
from{
transform:translateX(0);
}
to{
transform:translateX(-50%);
}
}

.service-card{
width:380px;
min-height:360px;
background:white;
padding:40px;
border-radius:24px;
box-shadow:0 12px 35px rgba(0,0,0,.08);
flex-shrink:0;
transition:.35s;
}

.service-card:hover{
transform:translateY(-10px);
box-shadow:0 25px 45px rgba(0,0,0,.15);
}

.service-icon{
width:90px;
height:90px;
border-radius:50%;
background:#0b2752;
color:#c79a44;
display:flex;
align-items:center;
justify-content:center;
font-size:36px;
margin-bottom:25px;
}

.service-card h3{
color:#0b2752;
margin-bottom:18px;
font-size:28px;
}

.service-card p{
line-height:1.8;
}

/* FOOTER */

footer{
background:#06182f;
color:white;
padding:30px 0;
}

.footer-content{
display:flex;
justify-content:space-between;
align-items:center;
gap:50px;
flex-wrap:wrap;
}

.footer-links{
display:flex;
flex-direction:row;
gap:25px;
align-items:center;
flex-wrap:wrap;
}

.footer-links a{
color:#ddd;
}

.footer-contact p{
margin-bottom:12px;
}

/* MOBILE */

@media(max-width:1000px){

nav{
display:none;
}

.hero-text h1{
font-size:50px;
}

.hero-text h3{
font-size:26px;
}

.service-card{
width:300px;
}

}

@media(max-width:768px){

.call-box{
display:none;
}

.hero{
min-height:600px;
}

.hero-overlay{
min-height:600px;
}

.hero-text h1{
font-size:42px;
}

.hero-text p{
font-size:17px;
}

.section-title h2{
font-size:40px;
}

}
/* ===================================
   ABOUT PAGE
=================================== */

.about-hero{
    height:650px;
    background:url('images/about-hero.jpg');
    background-size:cover;
    background-position:center;
    position:relative;
}

.about-overlay{
    width:100%;
    height:100%;
    background:linear-gradient(
        90deg,
        rgba(11,39,82,.92) 0%,
        rgba(11,39,82,.78) 40%,
        rgba(11,39,82,.25) 100%
    );

    display:flex;
    align-items:center;
}

.about-hero-content{
    max-width:700px;
    color:white;
}

.about-kicker{
font-size:18px;
font-weight:700;
letter-spacing:5px;
color:#c79a44;
text-transform:uppercase;
margin-bottom:15px;
display:block;
}
.about-hero h1{
font-family:'Montserrat', sans-serif;
font-size:88px;
font-weight:600;
line-height:.95;
letter-spacing:-2px;
color:white;
}

.about-hero p{
    font-size:30px;
    line-height:1.4;
    max-width:650px;
}

.hero-gold-line{
    width:90px;
    height:5px;
    background:#c79a44;
    margin:25px 0;
}

/* STORY SECTION */

.about-story{
    padding:100px 0;
    background:white;
}

.story-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:70px;
    align-items:center;
}

.story-image img{
    width:100%;
    border-radius:20px;
    box-shadow:0 20px 40px rgba(0,0,0,.10);
}

.section-kicker{
    color:#c79a44;
    font-weight:700;
    letter-spacing:2px;
    font-size:20px;
}

.story-content h2{
font-family:'Cormorant Garamond', serif;
font-size:72px;
font-weight:600;
line-height:1;
color:#0b2752;
margin-bottom:25px;
}

.story-content p{
    font-size:20px;
    line-height:1.9;
    margin-bottom:22px;
    color:#444;
}
.section-kicker{
font-size:15px;
letter-spacing:4px;
text-transform:uppercase;
color:#c79a44;
font-weight:700;
margin-bottom:10px;
display:block;
}

/* WHY US */
.section-title h2{

font-family:'Cormorant Garamond', serif;

font-size:68px;

font-weight:600;

color:#0b2752;

letter-spacing:.5px;

margin-bottom:18px;

line-height:1.05;
}

.why-us{
    padding:40px 0 100px;
    background:#f7f8fa;
}

.why-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:25px;
    margin-top:50px;
}

.why-card{
    background:white;
    padding:40px 25px;
    border-radius:18px;
    text-align:center;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.35s;
}

.why-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 45px rgba(0,0,0,.12);
}

.why-card i{
    font-size:48px;
    color:#c79a44;
    margin-bottom:20px;
}
.why-card h3{

font-family:'Montserrat', sans-serif;

font-size:26px;

font-weight:700;

line-height:1.2;

color:#0b2752;

margin-bottom:15px;
}


.why-card p{
    line-height:1.7;
    color:#555;
}

/* REVIEW SECTION */

.review-section{
    padding:80px 0;
    background:#082046;
}

.review-container{
    display:grid;
    grid-template-columns:180px 1fr;
    gap:40px;
    align-items:center;
}

.review-icon{
    text-align:center;
}

.review-icon i{
    font-size:100px;
    color:#c79a44;
}

.review-text{
    color:white;
}

.review-text h2{

font-family:'Cormorant Garamond', serif;

font-size:72px;

font-weight:600;

line-height:1.05;

margin-bottom:20px;

color:white;
}

.review-text p{
    font-size:20px;
    line-height:1.9;
    margin-bottom:18px;
}

/* PROCESS */

.process-section{
    padding:100px 0;
    background:white;
}

.process-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:30px;
    margin-top:60px;
}

.process-step{
    text-align:center;
    position:relative;
}

.process-number{
    width:90px;
    height:90px;
    border-radius:50%;
    background:#0b2752;
    color:white;

    display:flex;
    align-items:center;
    justify-content:center;

    margin:auto auto 25px;

    font-size:30px;
    font-weight:800;

    border:5px solid #c79a44;
}

.process-step h3{
    color:#0b2752;
    font-size:24px;
    margin-bottom:15px;
}

.process-step p{
    color:#555;
    line-height:1.7;
}

/* CTA */

.about-cta{
    background:
    linear-gradient(
        rgba(11,39,82,.92),
        rgba(11,39,82,.92)
    ),
    url('images/cta-bg.jpg');

    background-size:cover;
    background-position:center;

    padding:90px 0;
}

.about-cta-inner{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:60px;
}

.about-cta h2{
    color:white;
    font-size:60px;
    margin-bottom:20px;
}

.about-cta p{
    color:white;
    font-size:22px;
    line-height:1.7;
    max-width:700px;
}

.cta-right{
    text-align:center;
}

.cta-right h3{
    color:#c79a44;
    font-size:42px;
    margin-bottom:30px;
    line-height:1.3;
}

/* RESPONSIVE */

@media(max-width:1200px){

    .story-grid{
        grid-template-columns:1fr;
    }

    .why-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .process-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .about-cta-inner{
        flex-direction:column;
        text-align:center;
    }

}

@media(max-width:768px){

    .about-hero{
        height:auto;
        padding:120px 0;
    }

    .about-hero h1{
        font-size:48px;
    }

    .about-hero p{
        font-size:22px;
    }

    .story-content h2{
        font-size:40px;
    }

    .why-grid{
        grid-template-columns:1fr;
    }

    .process-grid{
        grid-template-columns:1fr;
    }

    .review-container{
        grid-template-columns:1fr;
        text-align:center;
    }

    .about-cta h2{
        font-size:42px;
    }

}
.no-win-box{

padding:30px 50px;

border:2px solid rgba(199,154,68,.35);

border-radius:25px;

background:rgba(255,255,255,.04);

backdrop-filter:blur(8px);

margin-bottom:30px;
}

.no-win-box .small-text{

display:block;

font-size:14px;

letter-spacing:4px;

text-transform:uppercase;

color:#c79a44;

margin-bottom:12px;
}

.no-win-box h3{

font-family:'Cormorant Garamond', serif;

font-size:42px;

font-weight:500;

color:white;

margin-bottom:5px;
}

.no-win-box h2{

font-family:'Cormorant Garamond', serif;

font-size:72px;

font-weight:700;

line-height:1;

color:#c79a44;
}

.section-label{

display:block;

font-size:15px;

font-weight:700;

letter-spacing:4px;

text-transform:uppercase;

color:#c79a44;

margin-bottom:10px;
}

.section-label-light{

display:block;

font-size:15px;

font-weight:700;

letter-spacing:4px;

text-transform:uppercase;

color:#c79a44;

margin-bottom:15px;
}
.quote-section{

padding:100px 0;

background:white;

text-align:center;
}

.quote-section p{

font-family:'Cormorant Garamond', serif;

font-size:58px;

line-height:1.2;

max-width:1000px;

margin:auto;

color:#0b2752;
}
.services{
position:relative;
}



.quote-section{
position:relative;
overflow:hidden;
}


.btn-primary{

box-shadow:
0 10px 25px rgba(199,154,68,.35);
}
.quote-section{

background:
linear-gradient(
135deg,
#06182f,
#0b2752
);

padding:140px 0;

text-align:center;

margin-top:80px;

}


.quote-section p{

font-family:'Cormorant Garamond', serif;


color:#ffffff;
text-shadow:0 2px 10px rgba(0,0,0,.25);




    font-size:72px;

    line-height:1.05;

    font-weight:600;

    max-width:1100px;

    margin:auto;

}

.quote-section span{

font-size:55px;


    color:#c79a44;


max-width:1300px;

display:block;

margin:auto;
}
.learn-more-btn{

display:inline-flex;
align-items:center;
gap:12px;

margin-top:40px;

padding:18px 36px;

background:#c79a44;

color:white;

font-family:'Montserrat', sans-serif;

font-size:15px;

font-weight:700;

letter-spacing:1px;

border-radius:8px;

transition:.3s ease;
}

.learn-more-btn:hover{

transform:translateY(-3px);

background:#d6a852;

box-shadow:
0 12px 25px rgba(199,154,68,.35);
}

.learn-more-btn i{

font-size:14px;
}

/* ==========================
   GLOBAL
========================== */

*{
margin:0;
padding:0;
box-sizing:border-box;
}

html{
scroll-behavior:smooth;
}

body{
font-family:'Open Sans',sans-serif;
background:#f7f8fa;
color:#222;
overflow-x:hidden;
}

h1,h2,h3,h4{
font-family:'Montserrat',sans-serif;
}

a{
text-decoration:none;
}

.container{
width:90%;
max-width:1400px;
margin:auto;
}

/* ==========================
   HEADER
========================== */

header{
background:white;
position:sticky;
top:0;
z-index:1000;
box-shadow:0 2px 15px rgba(0,0,0,.06);
}

.navbar{
display:flex;
justify-content:space-between;
align-items:center;
padding:22px 0;
}

.main-logo{
width:190px;
height:auto;
}

nav{
display:flex;
gap:40px;
}

nav a{
font-size:15px;
font-weight:700;
color:#0b2752;
transition:.3s;
}

nav a:hover,
nav a.active{
color:#c79a44;
}

.call-box{
display:flex;
align-items:center;
gap:12px;
}

.call-icon{
width:52px;
height:52px;
background:#c79a44;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
color:white;
font-size:18px;
flex-shrink:0;
}

.call-text{
display:flex;
flex-direction:column;
justify-content:center;
}

.call-text span{
font-size:12px;
font-weight:700;
color:#c79a44;
letter-spacing:1px;
}

.call-text h3{
font-size:30px;
color:#0b2752;
line-height:1;
}

/* ==========================
   HERO
========================== */

.success-hero{

height:430px;

background:
linear-gradient(
rgba(6,24,47,.78),
rgba(6,24,47,.78)
),
url('./images/success-hero.jpg');

background-size:cover;
background-position:center;

display:flex;
align-items:center;
}

.hero-content{
max-width:900px;
}

.success-hero h1{

font-family:'Montserrat',sans-serif;

font-size:86px;

font-weight:800;

color:white;

margin-bottom:20px;
}

.gold-line{
width:90px;
height:4px;
background:#c79a44;
margin-bottom:30px;
}

.success-hero p{
font-size:34px;
color:white;
font-weight:300;
}

.success-hero p span{
color:#c79a44;
font-weight:700;
}

/* ==========================
   STORIES
========================== */

.story-section{
padding:100px 0;
background:white;
}

.story-section.alt{
background:#f7f8fa;
}

.story-grid{

display:grid;

grid-template-columns:
450px 1fr;

gap:70px;

align-items:center;
}

.story-grid.reverse{

grid-template-columns:
1fr 450px;
}

.story-image img{

width:100%;

border-radius:20px;

box-shadow:
0 20px 50px rgba(0,0,0,.12);
}

.story-content h2{

font-family:'Cormorant Garamond',serif;

font-size:58px;

font-weight:600;

line-height:1.05;

color:#0b2752;

margin-bottom:35px;
}

/* ==========================
   RESULT BOXES
========================== */

.result-box{

display:flex;

gap:22px;

padding:28px;

margin-bottom:20px;

background:white;

border-radius:18px;

box-shadow:
0 8px 25px rgba(0,0,0,.06);
}

.icon{

width:70px;
height:70px;

border-radius:14px;

display:flex;
align-items:center;
justify-content:center;

font-size:30px;

flex-shrink:0;
}

.warning{
background:#fff9ed;
color:#c79a44;
}

.strategy{
background:#fff9ed;
color:#c79a44;
}

.success{
background:#fff9ed;
color:#c79a44;
}

.result-box h4{

font-size:15px;

font-weight:800;

letter-spacing:2px;

margin-bottom:12px;

color:#c79a44;
}

.result-box p{

font-size:17px;

line-height:1.8;

color:#555;
}

/* ==========================
   BOTTOM LINE
========================== */

.bottom-line{

margin-top:30px;

padding:30px;

background:#eef3fb;

border-radius:16px;

font-size:18px;

line-height:1.8;

color:#0b2752;
}

.bottom-line strong{
font-weight:800;
}

/* ==========================
   CTA
========================== */

.success-cta{

padding:90px 0;

background:
linear-gradient(
135deg,
#06182f,
#0b2752
);
}

.cta-content{

display:flex;

justify-content:space-between;

align-items:center;

gap:50px;
}

.cta-left{

display:flex;

align-items:center;

gap:30px;
}

.cta-icon{

width:90px;
height:90px;

border:2px solid #c79a44;

border-radius:50%;

display:flex;
align-items:center;
justify-content:center;

color:#c79a44;

font-size:40px;
}

.cta-left h2{

font-family:'Cormorant Garamond',serif;

font-size:58px;

font-weight:600;

color:white;

line-height:1;
}

.cta-left p{

color:white;

font-size:22px;

margin-top:10px;
}

.cta-button{

background:#c79a44;

color:white;

padding:20px 40px;

border-radius:10px;

font-weight:700;

display:flex;

align-items:center;

gap:12px;

transition:.3s;
}

.cta-button:hover{

transform:translateY(-4px);

box-shadow:
0 15px 30px rgba(199,154,68,.35);
}

/* ==========================
   FOOTER
========================== */

footer{

background:#06182f;

padding:35px 0;

color:white;
}

.footer-content{

display:flex;

justify-content:space-between;

align-items:center;

gap:40px;

flex-wrap:wrap;
}

.footer-brand h3{
font-size:28px;
margin-bottom:8px;
}

.footer-links{
display:flex;
gap:30px;
}

.footer-links a{
color:white;
font-weight:600;
}

.footer-links a:hover{
color:#c79a44;
}

.footer-contact{
display:flex;
gap:25px;
}

.footer-contact p{
display:flex;
align-items:center;
gap:8px;
}

/* ==========================
   RESPONSIVE
========================== */

@media(max-width:1200px){

.story-grid,
.story-grid.reverse{

grid-template-columns:1fr;
}

.story-content h2{
font-size:48px;
}

.success-hero h1{
font-size:68px;
}

.cta-content{
flex-direction:column;
text-align:center;
}

.footer-content{
flex-direction:column;
}
}

@media(max-width:768px){

.success-hero{
height:350px;
}

.success-hero h1{
font-size:50px;
}

.success-hero p{
font-size:24px;
}

.story-content h2{
font-size:40px;
}

.cta-left{
flex-direction:column;
text-align:center;
}

.cta-left h2{
font-size:42px;
}

.navbar{
flex-direction:column;
gap:20px;
}

nav{
flex-wrap:wrap;
justify-content:center;
}
}
/* ===================================
   CONTACT PAGE
=================================== */

.contact-hero{
    height:520px;

    background:
    linear-gradient(
    rgba(6,24,47,.92),
    rgba(6,24,47,.92)
    );

    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;

    position:relative;
}

.contact-overlay{
    width:100%;
}

.contact-hero h1{
    font-family:'Cormorant Garamond', serif;
    color:white;
    font-size:84px;
    font-weight:600;
    line-height:1.05;
    margin-bottom:20px;
}
.contact-hero p{
    color:white;
    max-width:800px;
    margin:25px auto 0;
    font-size:22px;
    line-height:1.8;
}

.contact-cards{
    margin-top:-60px;
    position:relative;
    z-index:10;
}

.cards-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:30px;
}
.contact-hero::before{
    content:"";
    position:absolute;
    width:500px;
    height:500px;
    border-radius:50%;

    background:
    radial-gradient(
        rgba(199,154,68,.12),
        transparent 70%
    );

    top:50%;
    left:50%;
    transform:translate(-50%,-50%);

    pointer-events:none;
}
.contact-hero .hero-content{
    position:relative;
    z-index:2;
}
.contact-card{
    background:white;
    border-radius:24px;
    padding:40px;
    text-align:center;
    box-shadow:0 20px 50px rgba(0,0,0,.08);
    transition:.4s;
    animation:floatCard 6s ease-in-out infinite;
}

.contact-card:hover{
    transform:translateY(-8px);
}

.contact-card-icon{
    width:90px;
    height:90px;
    margin:auto;
    border-radius:50%;
    background:#0b2752;
    color:#c79a44;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
    margin-bottom:25px;
}

.contact-card h3{
    color:#0b2752;
    font-size:28px;
    margin-bottom:10px;
}

.contact-card a{
    color:#c79a44;
    font-size:22px;
    font-weight:700;
}

@keyframes floatCard{
    0%{transform:translateY(0);}
    50%{transform:translateY(-8px);}
    100%{transform:translateY(0);}
}

/* FORM SECTION */

.contact-section{
    padding:110px 0;
}

.contact-wrapper{
    display:grid;
    grid-template-columns:1fr 1.2fr;
    gap:70px;
    align-items:start;
}

.section-tag{
    color:#c79a44;
    font-weight:700;
    letter-spacing:2px;
    display:block;
    margin-bottom:15px;
}

.contact-left h2{
    font-family:'Cormorant Garamond', serif;
    font-size:68px;
    color:#0b2752;
    margin-bottom:25px;
    line-height:1.05;
    font-weight:600;
}

.contact-left p{
    color:#666;
    font-size:18px;
    line-height:1.9;
    margin-bottom:35px;
}

.contact-features{
    display:flex;
    flex-direction:column;
    gap:20px;
}

.feature-item{
    display:flex;
    align-items:center;
    gap:15px;
}

.feature-item i{
    color:#c79a44;
    font-size:22px;
}

.feature-item span{
    font-weight:600;
    color:#0b2752;
}

/* FORM */

.contact-form-box{
    background:white;
    padding:45px;
    border-radius:28px;
    box-shadow:0 20px 60px rgba(0,0,0,.08);
}

.form-row{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:20px;
}

.form-group{
    margin-bottom:22px;
}

.form-group label{
    display:block;
    margin-bottom:10px;
    color:#0b2752;
    font-weight:700;
}

.form-group input,
.form-group select,
.form-group textarea{
    width:100%;
    padding:16px;
    border:1px solid #d9d9d9;
    border-radius:12px;
    font-size:16px;
    font-family:'Open Sans',sans-serif;
    transition:.3s;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus{
    outline:none;
    border-color:#c79a44;
}

.submit-btn{
    width:100%;
    border:none;
    background:#c79a44;
    color:white;
    padding:20px;
    border-radius:12px;
    font-size:18px;
    font-weight:700;
    cursor:pointer;
    transition:.3s;
    box-shadow:0 15px 35px rgba(199,154,68,.35);
}

.submit-btn:hover{
    transform:translateY(-3px);
}

.submit-btn i{
    margin-left:10px;
}

/* CTA */

.contact-cta{
    background:#0b2752;
    color:white;
    text-align:center;
    padding:100px 0;
}

.contact-cta h2{
    font-size:54px;
    margin-bottom:20px;
}

.contact-cta p{
    font-size:20px;
    margin-bottom:35px;
}

.cta-button{
    display:inline-block;
    background:#c79a44;
    color:white;
    padding:18px 40px;
    border-radius:10px;
    font-weight:700;
    font-size:18px;
}

/* ACTIVE MENU LINK */

nav a.active{
    color:#c79a44;
}

/* ===================================
   THANK YOU PAGE
=================================== */

.thank-you-section{
    min-height:75vh;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:100px 0;
}

.thank-you-card{
    max-width:850px;
    width:100%;
    text-align:center;
    background:white;
    padding:70px;
    border-radius:28px;
    box-shadow:0 25px 60px rgba(0,0,0,.08);
}

.thank-you-icon{
    width:110px;
    height:110px;
    border-radius:50%;
    background:#0b2752;
    color:#c79a44;
    margin:auto;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:48px;
    margin-bottom:30px;
}

.thank-you-card h1{
    font-family:'Cormorant Garamond', serif;
    font-size:82px;
    color:#0b2752;
    margin-bottom:20px;
    font-weight:600;
}

.thank-you-card p{
    color:#666;
    font-size:20px;
    line-height:1.9;
    margin-bottom:35px;
}

.return-button{
    display:inline-block;
    background:#c79a44;
    color:white;
    padding:18px 38px;
    border-radius:10px;
    font-weight:700;
}

/* MOBILE */

@media(max-width:1000px){

    .contact-wrapper{
        grid-template-columns:1fr;
    }

    .cards-grid{
        grid-template-columns:1fr;
    }

    .form-row{
        grid-template-columns:1fr;
    }

    .contact-hero h1{
        font-size:48px;
    }

    .contact-left h2{
        font-size:42px;
    }

    .contact-cta h2{
        font-size:38px;
    }

    .thank-you-card h1{
        font-size:42px;
    }
}