*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:'Poppins',sans-serif;
}

body{
background:#f7f7f7;
color:#222;
overflow-x:hidden;
}

.container{
width:90%;
max-width:1200px;
margin:auto;
}

.topbar{
background:#111827;
color:#fff;
padding:10px 0;
font-size:14px;
}

.top-flex{
display:flex;
justify-content:space-between;
}

.navbar{
background:#fff;
position:sticky;
top:0;
z-index:999;
box-shadow:0 2px 10px rgba(0,0,0,.08);
}

.nav-flex{
display:flex;
justify-content:space-between;
align-items:center;
padding:18px 0;
}

.logo{
font-size:30px;
font-weight:800;
}

.logo span{
color:#f59e0b;
}

.logo img{
    height:90px;
    width:auto;
    display:block;
}

nav a{
text-decoration:none;
margin:0 12px;
color:#222;
font-weight:500;
}

.quote-btn{
background:#f59e0b;
padding:12px 24px;
color:#fff;
text-decoration:none;
border-radius:5px;
}

.hero{
height:90vh;
position:relative;
overflow:hidden;
}

.slide{
position:absolute;
width:100%;
height:100%;
background-size:cover;
background-position:center;
opacity:0;
transition:1s;
}

.slide.active{
opacity:1;
}

.overlay{
position:absolute;
inset:0;
background:rgba(0,0,0,.6);
}

.hero-content{
position:relative;
z-index:2;
height:100%;
display:flex;
align-items:center;
}

.hero-left{
max-width:600px;
color:#fff;
}

.hero-left h5{
letter-spacing:3px;
margin-bottom:15px;
}

.hero-left h1{
font-size:45px;
line-height:1.1;
margin-bottom:20px;
}

.hero-left h1 span{
color:#f59e0b;
}

.hero-buttons{
display:flex;
gap:15px;
margin-top:25px;
}

.btn{
padding:14px 28px;
background:#f59e0b;
color:#fff;
text-decoration:none;
border-radius:5px;
}

.light{
background:#fff;
color:#111;
}


/* about us section css */

/* =========================
ABOUT SECTION
========================= */

.about-section{
    padding:100px 0;
    background:#fff;
}

.about-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:60px;
    align-items:center;
}

/* IMAGE */

.about-image img{
    width:100%;
    border-radius:12px;
    box-shadow:0 10px 30px rgba(0,0,0,.15);
}

/* CONTENT */

.about-content .sub-title{
    display:inline-block;
    color:#f59e0b;
    font-weight:600;
    letter-spacing:2px;
    margin-bottom:15px;
}

.about-content h2{
    font-size:42px;
    line-height:1.3;
    margin-bottom:25px;
    color:#111827;
}

.about-content p{
    font-size:16px;
    line-height:1.9;
    color:#555;
    margin-bottom:20px;
}

/* BUTTON */

.about-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    height:55px;
    padding:0 30px;

    background:#f59e0b;
    color:#fff;

    text-decoration:none;

    border-radius:8px;

    font-weight:600;

    transition:.3s;
}

.about-btn:hover{
    background:#111827;
}

/* =========================
MOBILE RESPONSIVE
========================= */

@media(max-width:991px){

    .about-grid{
        grid-template-columns:1fr;
    }

    .about-content h2{
        font-size:34px;
    }

}

@media(max-width:768px){

    .about-section{
        padding:70px 0;
    }

    .about-content h2{
        font-size:28px;
    }

    .about-content p{
        font-size:15px;
    }

}

.section{
padding:100px 0;
}

.title{
text-align:center;
margin-bottom:60px;
}

.title h2{
font-size:45px;
margin-bottom:10px;
}

.service-grid,
.news-grid,
.team-grid,
.provide-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:25px;
}

.service-card,
.news-card,
.process-card,
.team-card,
.provide-card{
background:#fff;
padding:30px;
border-radius:8px;
box-shadow:0 5px 20px rgba(0,0,0,.08);
transition:.4s;
}

.service-card:hover,
.news-card:hover,
.team-card:hover,
.process-card:hover,
.provide-card:hover{
transform:translateY(-10px);
}

.service-card i,
.provide-card i{
font-size:45px;
color:#f59e0b;
margin-bottom:20px;
}

.news-card img,
.team-card img,
.quote-right img{
width:100%;
border-radius:8px;
}

.news-content{
padding-top:20px;
}

.news-content a{
display:inline-block;
margin-top:15px;
color:#f59e0b;
text-decoration:none;
}

.quote-section{
background:#111827;
color:#fff;
}

.quote-flex{
display:grid;
grid-template-columns:1fr 400px;
gap:40px;
align-items:center;
}

.form-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:15px;
}

.quote-section input,
.quote-section textarea{
width:100%;
padding:14px;
margin-bottom:15px;
border:none;
}

.quote-section button{
padding:14px 30px;
background:#f59e0b;
color:#fff;
border:none;
}

.process-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;
text-align:center;
}

.number{
width:40px;
height:40px;
background:#111827;
color:#fff;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
margin:auto auto 20px;
}

.process-card i{
font-size:45px;
color:#f59e0b;
margin-bottom:20px;
}

.team-info{
background:#111827;
padding:15px;
color:#fff;
text-align:center;
}

.testimonial{
position:relative;
background:url('https://images.unsplash.com/photo-1601584115197-04ecc0da31d7?q=80&w=1600&auto=format&fit=crop') center/cover;
color:#fff;
}

.dark-overlay{
position:absolute;
inset:0;
background:rgba(0,0,0,.7);
}

.testimonial-content{
position:relative;
z-index:2;
text-align:center;
}

.testimonial-item{
display:none;
max-width:700px;
margin:auto;
}

.active-testimonial{
display:block;
}

.provide-card{
text-align:center;
}

footer{
background:#111827;
color:#fff;
padding:80px 0 20px;
}

.footer-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:30px;
}

footer a{
display:block;
color:#ddd;
margin-bottom:10px;
text-decoration:none;
}

footer input{
width:100%;
padding:12px;
margin:10px 0;
}

footer button{
padding:12px 24px;
background:#f59e0b;
color:#fff;
border:none;
}

.copyright{
text-align:center;
margin-top:40px;
padding-top:20px;
border-top:1px solid rgba(255,255,255,.1);
}

@media(max-width:991px){

    #mobileMenu{
        display:flex;
    }

}


.hero-left h1{
font-size:45px;
}



@media(max-width:600px){

.process-grid,
.form-grid{
grid-template-columns:1fr;
}

.hero-left h1{
font-size:34px;
}

.title h2{
font-size:35px;
}

}


/* =========================
DROPDOWN MENU
========================= */

nav{
    display:flex;
    align-items:center;
    gap:25px;
}

nav a{
    text-decoration:none;
    color:#222;
    font-weight:500;
    transition:.3s;
}

nav a:hover{
    color:#f59e0b;
}

/* DROPDOWN */

.dropdown{
    position:relative;
}

.drop-btn{
    display:flex;
    align-items:center;
    gap:6px;
}

.dropdown-menu{
    position:absolute;
    top:100%;
    left:0;
    width:260px;
    background:#fff;
    border-radius:8px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);

    opacity:0;
    visibility:hidden;
    transform:translateY(10px);

    transition:.4s;
    z-index:999;
    overflow:hidden;
}

.dropdown:hover .dropdown-menu{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}

.dropdown-menu a{
    display:block;
    padding:14px 20px;
    border-bottom:1px solid #eee;
    font-size:15px;
    margin:0;
}

.dropdown-menu a:last-child{
    border-bottom:none;
}

.dropdown-menu a:hover{
    background:#f59e0b;
    color:#fff;
    padding-left:28px;
}

/* =========================
MOBILE RESPONSIVE
========================= */

@media(max-width:991px){

nav{
    flex-direction:column;
    align-items:flex-start;
    gap:18px;
}

.dropdown{
    width:100%;
}

.dropdown-menu{
    position:static;
    opacity:1;
    visibility:visible;
    transform:none;
    width:100%;
    box-shadow:none;
    border:1px solid #eee;
    margin-top:10px;
    display:none;
}

.dropdown.active .dropdown-menu{
    display:block;
}

.drop-btn{
    width:100%;
    justify-content:space-between;
}

}


/* hero section css  */



/* =========================
HERO SECTION
========================= */

.hero{
    position:relative;
    overflow:hidden;
}

/* SLIDER */

.slider{
    position:relative;
}

.slide{
    min-height:88vh;

    background-size:cover;
    background-position:center;

    display:none;

    position:relative;
}

.slide.active{
    display:block;
}

/* OVERLAY */

.overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.55);
}

/* HERO CONTENT */

.hero-content{
    position:relative;
    z-index:2;

    min-height:88vh;

    display:flex;
    align-items:center;
    justify-content:space-between;

    gap:50px;
}

/* =========================
LEFT SIDE
========================= */

.hero-left{
    max-width:650px;
    color:#fff;
}

.hero-left h5{
    font-size:16px;
    letter-spacing:4px;
    margin-bottom:18px;
}

.hero-left h1{
    font-size:48px;
    line-height:1.05;
    font-weight:800;
    margin-bottom:20px;
}

.hero-left h1 span{
    color:#f59e0b;
}

.hero-left p{
    font-size:18px;
    line-height:1.7;
    margin-bottom:30px;
    max-width:700px;
}

/* BUTTONS */

.hero-buttons{
    display:flex;
    gap:18px;
}

.btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    height:55px;
    padding:0 30px;

    background:#f59e0b;
    color:#fff;

    text-decoration:none;

    border-radius:8px;

    font-size:17px;
    font-weight:600;

    transition:.3s;
}

.btn:hover{
    background:#111827;
}

.light{
    background:#fff;
    color:#111827;
}

.light:hover{
    background:#f59e0b;
    color:#fff;
}

/* =========================
RIGHT FORM
========================= */

.hero-form{
    width:350px;

    background:#fff;

    padding:25px;

    border-radius:12px;

    box-shadow:0 10px 30px rgba(0,0,0,.2);
}

.hero-form h3{
    font-size:22px;
    margin-bottom:18px;
    color:#111827;
}

.hero-form form{
    display:flex;
    flex-direction:column;
    gap:12px;
}

.hero-form input,
.hero-form select{
    width:100%;
    height:48px;

    border:1px solid #ddd;

    border-radius:6px;

    padding:0 15px;

    font-size:14px;

    outline:none;
}

.hero-form button{
    height:50px;

    border:none;

    background:#f59e0b;

    color:#fff;

    font-size:15px;

    font-weight:600;

    border-radius:6px;

    cursor:pointer;

    transition:.3s;
}

.hero-form button:hover{
    background:#111827;
}

/* =========================
TABLET VIEW
========================= */

@media(max-width:991px){

    .hero-content{
        flex-direction:column;
        justify-content:center;
        text-align:center;

        padding:120px 0 80px;
    }

    .hero-left h1{
        font-size:58px;
    }

    .hero-left p{
        font-size:18px;
    }

    .hero-buttons{
        justify-content:center;
    }

    .hero-form{
        display:none;
    }

}

/* =========================
MOBILE VIEW
========================= */

@media(max-width:768px){

    .slide{
        min-height:90vh;
    }

    .hero-content{
        min-height:90vh;
        padding:120px 0 60px;
    }

    .hero-left h5{
        font-size:15px;
        letter-spacing:3px;
    }

    .hero-left h1{
        font-size:52px;
    }

    .hero-left p{
        font-size:16px;
    }

    .hero-buttons{
        gap:15px;
    }

    .btn{
        height:52px;
        padding:0 25px;
        font-size:15px;
    }

}
/* =========================
RIGHT FORM
========================= */

.hero-form{
    width:360px;

    background:#fff;

    padding:30px;

    border-radius:12px;

    box-shadow:0 10px 30px rgba(0,0,0,.2);
}

.hero-form h3{
    font-size:28px;
    margin-bottom:20px;
    color:#111827;
}

.hero-form form{
    display:flex;
    flex-direction:column;
    gap:15px;
}

.hero-form input,
.hero-form select{
    width:100%;
    height:52px;

    border:1px solid #ddd;

    border-radius:6px;

    padding:0 16px;

    font-size:15px;

    outline:none;
}

.hero-form button{
    height:52px;

    border:none;

    background:#f59e0b;

    color:#fff;

    font-size:16px;

    font-weight:600;

    border-radius:6px;

    cursor:pointer;

    transition:.3s;
}

.hero-form button:hover{
    background:#111827;
}

/* =========================
TABLET VIEW
========================= */

@media(max-width:991px){

    .hero-content{
        flex-direction:column;
        justify-content:center;
        text-align:center;

        padding:120px 0 80px;
    }

    .hero-left h1{
        font-size:50px;
    }

    .hero-left p{
        font-size:18px;
    }

    .hero-buttons{
        justify-content:center;
    }

    .hero-form{
        display:none;
    }

}

/* =========================
MOBILE VIEW
========================= */

@media(max-width:768px){

    .slide{
        min-height:90vh;
    }

    .hero-content{
        min-height:90vh;
        padding:120px 0 60px;
    }

    .hero-left h5{
        font-size:15px;
        letter-spacing:3px;
    }

    .hero-left h1{
        font-size:52px;
    }

    .hero-left p{
        font-size:16px;
    }

    .hero-buttons{
        flex-direction:row;
        gap:15px;
    }

    .btn{
        height:55px;
        padding:0 28px;
        font-size:16px;
    }

}




/* =========================
WHATSAPP FLOAT BUTTON
========================= */

.whatsapp-float{
    position:fixed;
    left:25px;
    bottom:25px;
    width:60px;
    height:60px;
    background:#25d366;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
    text-decoration:none;
    z-index:9999;
    box-shadow:0 5px 20px rgba(0,0,0,.25);
    transition:.3s;
    animation:whatsappPulse 1.5s infinite;
}

.whatsapp-float:hover{
    transform:scale(1.1);
}

/* =========================
SCROLL TOP BUTTON
========================= */

#scrollTopBtn{
    position:fixed;
    right:25px;
    bottom:25px;
    width:55px;
    height:55px;
    border:none;
    border-radius:50%;
    background:#f59e0b;
    color:#fff;
    font-size:24px;
    cursor:pointer;
    z-index:99999;

    display:flex;
    align-items:center;
    justify-content:center;

    opacity:0;
    visibility:hidden;

    box-shadow:0 5px 20px rgba(0,0,0,.25);
    transition:.3s;
}

#scrollTopBtn.show{
    opacity:1;
    visibility:visible;
}

#scrollTopBtn:hover{
    background:#111827;
    transform:translateY(-5px);
}

/* WHATSAPP ANIMATION */

@keyframes whatsappPulse{

    0%{
        transform:scale(1);
        box-shadow:0 0 0 0 rgba(37,211,102,.7);
    }

    70%{
        transform:scale(1.05);
        box-shadow:0 0 0 18px rgba(37,211,102,0);
    }

    100%{
        transform:scale(1);
        box-shadow:0 0 0 0 rgba(37,211,102,0);
    }

}

/* =========================
MOBILE QUICK BOOKING
FIXED MOBILE SIZE
========================= */

.mobile-booking{
    display:none;
    padding:15px;
    background:#f5f5f5;
}

/* MOBILE ONLY */
@media(max-width:767px){

    .mobile-booking{
        display:block;
    }

    .booking-box{
        background:#fff;
        border-radius:22px;
        padding:25px 18px;
        box-shadow:0 5px 20px rgba(0,0,0,0.08);
    }

    .booking-box h2{
        font-size:28px;   /* FIXED */
        font-weight:800;
        color:#071c3d;
        margin-bottom:22px;
        line-height:1.2;
    }

    .booking-box form{
        display:flex;
        flex-direction:column;
        gap:16px;
    }

    .booking-box input,
    .booking-box select{
        width:100%;
        height:52px;   /* SMALLER HEIGHT */
        border:1px solid #ddd;
        border-radius:12px;
        padding:0 16px;
        font-size:16px;   /* FIXED FONT */
        color:#555;
        outline:none;
        background:#fff;
    }

    .booking-box select{
        appearance:none;
        -webkit-appearance:none;
        background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
        background-repeat:no-repeat;
        background-position:right 15px center;
        background-size:16px;
    }

    .booking-box button{
        width:100%;
        height:52px;
        border:none;
        border-radius:12px;
        background:#f59e0b;
        color:#fff;
        font-size:18px;
        font-weight:700;
        cursor:pointer;
    }
}

/* HIDE ON TABLET & DESKTOP */
@media(min-width:768px){
    .mobile-booking{
        display:none !important;
    }
}


/* =========================
FINAL MOBILE MENU CSS
ONLY THIS USE
========================= */

/* HAMBURGER HIDE DESKTOP */
.menu-toggle{
    display:none;
}

/* DESKTOP MENU */
#mobileMenu{
    display:flex;
    align-items:center;
    gap:25px;
}

/* =========================
MOBILE VIEW
========================= */

@media(max-width:768px){

    html,
    body{
        overflow-x:hidden;
        width:100%;
    }

    .container{
        width:100%;
        padding-left:15px;
        padding-right:15px;
    }

    .navbar{
        width:100%;
        position:relative;
        overflow:visible;
    }

    .nav-flex{
        width:100%;
        position:relative;
        display:flex;
        align-items:center;
        justify-content:space-between;
    }

    /* HAMBURGER BUTTON */
    .menu-toggle{
        display:flex;
        width:45px;
        height:45px;
        background:#f3f3f3;
        border-radius:6px;
        align-items:center;
        justify-content:center;
        font-size:24px;
        cursor:pointer;
        z-index:99999;
    }

    /* HIDE QUOTE BUTTON */
    .quote-btn{
        display:none;
    }

    /* MOBILE MENU */
    #mobileMenu{

        position:absolute;

        top:100%;

        left:0;

        width:100%;

        background:#fff;

        display:none;

        flex-direction:column;

        align-items:flex-start;

        padding:0;

        margin:0;

        gap:0;

        z-index:9999;

        box-shadow:0 5px 15px rgba(0,0,0,0.08);
    }

    /* ACTIVE MENU */
    #mobileMenu.active{
        display:flex;
    }

    /* MENU LINKS */
    #mobileMenu a{
        width:100%;
        padding:16px 20px;
        border-bottom:1px solid #eee;
        margin:0;
        font-size:16px;
        text-decoration:none;
        color:#222;
    }

    /* DROPDOWN */
    .dropdown{
        width:100%;
    }

    .drop-btn{
        width:100%;
        display:flex;
        align-items:center;
        justify-content:space-between;
    }

    /* SUB MENU */
    .dropdown-menu{

        position:static;

        width:100%;

        display:none;

        flex-direction:column;

        background:#f9f9f9;

        opacity:1;
        visibility:visible;
        transform:none;

        box-shadow:none;

        border:none;

        margin:0;
    }

    .dropdown.active .dropdown-menu{
        display:flex;
    }

    .dropdown-menu a{
        padding-left:35px;
        font-size:15px;
    }

}


/* =========================
HERO SECTION
========================= */

.hero{
    position: relative;
    width: 100%;
    overflow: hidden;
}

.slider{
    position: relative;
    width: 100%;
    height: 100vh;
}

.slide{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

    /* BACKGROUND FIX */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

    opacity: 0;
    visibility: hidden;
    transition: 0.8s ease;
}

.slide.active{
    opacity: 1;
    visibility: visible;
}

.overlay{
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.55);
}

.hero-content{
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

/* =========================
HERO SECTION FIX
========================= */

.hero{
    position: relative;
    overflow: hidden;
}

.slider{
    width: 100%;
    height: 100vh;
}

.slide{
    position: relative;
    width: 100%;
    min-height: 100vh;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* overlay */

.overlay{
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.55);
}

/* content */

.hero-content{
    position: relative;
    z-index: 2;

    display: flex;
    align-items: center;
    justify-content: space-between;

    min-height: 100vh;
}


/* =========================
MOBILE FIX
========================= */

@media(max-width:768px){

    .slide{

        /* MOST IMPORTANT FIX */
        background-size: cover !important;

        /* image top se show hogi */
        background-position: top center !important;

        min-height: auto;
        padding-bottom: 40px;
    }

    .hero-content{
        flex-direction: column;
        justify-content: center;
        text-align: center;

        padding: 130px 20px 40px;

        min-height: auto;
    }

    .hero-left{
        width: 100%;
    }

    .hero-left h1{
        font-size: 52px;
        line-height: 1.1;
        margin-bottom: 20px;
    }

    .hero-left p{
        font-size: 17px;
        line-height: 30px;
    }

    .hero-buttons{
        display: flex;
        justify-content: center;
        gap: 15px;
        flex-wrap: wrap;
    }

    .hero-form{
        width: 100%;
        margin-top: 30px;
    }

    .hero-form form{
        width: 100%;
    }

    .hero-form input,
    .hero-form select,
    .hero-form button{
        width: 100%;
    }

}


@media(max-width:768px){

    .slide{
        background-size: contain !important;
        background-repeat: no-repeat;
        background-position: center top;
        background-color: #000;
    }

}


.hero{
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

/* SLIDER */

.slider{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.slide{
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    opacity: 0;
    transition: 1s;
}

.slide.active{
    opacity: 1;
}

/* OVERLAY */

.overlay{
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.55);
    z-index: 1;
}

/* CONTENT */

.hero-content{
    position: relative;
    z-index: 2;

    height: 100%;

    display: flex;
    align-items: center;
    justify-content: space-between;
}


/* =========================
QUOTE SECTION
========================= */

.quote-section{
    background:#07122d;
    padding:80px 0;
}

.quote-flex{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:60px;
}

/* LEFT */

.quote-left{
    flex:1;
}

.quote-left h2{
    color:#fff;
    font-size:52px;
    margin-bottom:18px;
}

.quote-left p{
    color:#fff;
    font-size:20px;
    line-height:32px;

    /* FIX */
    margin-bottom:35px;
}

/* FORM GRID */

.form-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:22px;

    /* FIX */
    margin-top:25px;
}

/* INPUTS */

.form-grid input,
.quote-left textarea{
    width:100%;
    padding:20px 22px;

    border:none;
    outline:none;

    font-size:17px;
    border-radius:8px;
}

/* TEXTAREA */

.quote-left textarea{
    height:160px;
    resize:none;
    margin-top:22px;
}

/* BUTTON */

.quote-left button{
    margin-top:25px;

    background:#f59e0b;
    color:#fff;

    border:none;

    padding:18px 38px;

    font-size:18px;
    font-weight:600;

    border-radius:8px;
    cursor:pointer;

    transition:0.4s;
}

.quote-left button:hover{
    background:#fff;
    color:#000;
}

/* RIGHT IMAGE */

.quote-right{
    flex:1;
}

.quote-right img{
    width:100%;
    border-radius:20px;
    display:block;
}

/* =========================
MOBILE RESPONSIVE
========================= */

@media(max-width:768px){

    .quote-flex{
        flex-direction:column;
    }

    .form-grid{
        grid-template-columns:1fr;
    }

    .quote-left h2{
        font-size:38px;
    }

    .quote-left p{
        font-size:17px;
        line-height:30px;
    }

}
