/*===============================
        HERO V2
================================*/

.agency-hero{

    width:100%;

    background:#fff;

    padding:140px 0 120px;

}

.agency-wrapper{

    width:90%;

    max-width:1550px;

    margin:auto;

    display:grid;

    grid-template-columns:1.45fr .75fr;

    gap:110px;

    align-items:center;

}

/* Badge */

.agency-badge{

    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;

    display:inline-flex;

    align-items:center;

    gap:12px;

    padding:12px 22px;

    background:#fff;

    border-radius:50px;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    margin-bottom:40px;

    font-size:15px;

    font-weight:500;
    letter-spacing: 0.5px;

}

.agency-dot{

    width:10px;

    height:10px;

    background:#38d430;

    border-radius:50%;

}

/* Heading */

.agency-title{

    font-size:clamp(72px,6vw,98px);

    line-height:.95;

    font-weight:800;

    color:#111;

    letter-spacing:-3px;

}

.agency-title span{

    background:linear-gradient(90deg,#ff8d4b,#ff4d9b,#5a3ef3);

    -webkit-background-clip:text;

    -webkit-text-fill-color:transparent;

}

/* Right */

.agency-desc{

    font-size:31px;

    line-height:1.7;

    color:#202020;

    margin-bottom:50px;

}

/* Buttons */

.agency-buttons{

    display:flex;

    gap:20px;
    margin-top:55px;
    margin-bottom: 10px;
}

.agency-btn-dark{

    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    letter-spacing: 0.5px;

    background-color: #01526d;
    color: #ffffff;

    padding:18px 30px;

    font-size:20px;
    font-weight: 600;

    text-decoration:none;

    display:flex;

    align-items:center;

    gap:12px;

    transition:.3s;
    border-radius: 5px;

}

.agency-btn-dark:hover{

    transform:translateY(-4px);
    background-color: white;
      color: #01526d;
      border: 1px solid #01526d;

}

.agency-btn-light{

    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    letter-spacing: 0.5px;

    background-color: white;
      color: #01526d;
      border: 1px solid #01526d;

    padding:18px 30px;

    font-size:20px;
    font-weight: 600;

    text-decoration:none;
border-radius: 5px;
    transition:.3s;

}

.agency-btn-light:hover{

    background-color: #01526d;
      color: #ffffff;

}

/* Reviews */

.agency-review{

    display:flex;

    align-items:center;

    gap:20px;

}

.agency-avatars{

    display:flex;

}

.agency-avatars img{

    width:52px;

    height:52px;

    border-radius:50%;

    object-fit:cover;

    border:3px solid #fff;

    margin-left:-14px;

}

.agency-avatars img:first-child{

    margin-left:0;

}

.agency-review-text h4{

    font-size:18px;

    margin-bottom:5px;

    color:#111;

}

.agency-review-text span{

    font-size:16px;

    color:#666;

}

/* ==========================================================
   1440px
========================================================== */
@media screen and (max-width:1440px){

    .agency-wrapper{
        max-width:1350px;
        gap:80px;
    }

    .agency-title{
        font-size:clamp(64px,5.5vw,86px);
    }


     .hero_heading{
        font-size:52px;
        max-width:650px;
        text-align: left !important;
    }

    .agency-desc{
        font-size:17px;
        max-width:480px;
    }

}

/* ==========================================================
   1152px
========================================================== */
@media screen and (max-width:1152px){

    .agency-hero{
        padding:120px 0 100px;
    }

    .agency-wrapper{
        width:92%;
        grid-template-columns:1.2fr .8fr;
        gap:60px;
    }

    .agency-title{
        font-size:clamp(56px,5vw,72px);
    }

    .agency-desc{
        font-size:17px;
    }

    .hero_heading{
        font-size:46px;
        text-align: left !important;
    }

     .agency-btn-dark,
    .agency-btn-light{
        padding:16px 25px;
    }

}

/* ==========================================================
   992px
========================================================== */
@media (max-width:992px){

    .agency-hero{
        padding:110px 0 90px;
    }

    .agency-wrapper{
        grid-template-columns:1fr;
        gap:50px;
        text-align:center;
    }

    .agency-badge{
        margin:0 auto 30px;
    }

    .agency-title{
        font-size:54px;
        letter-spacing:-1px;
    }

    .agency-desc{
        font-size:22px;
        margin-bottom:35px;
    }

    .agency-buttons{
        justify-content:center;
        flex-wrap:wrap;
        margin-top:35px;
    }

    .agency-review{
        justify-content:center;
    }

}


/* ==========================================================
   768px
========================================================== */
@media(max-width:768px){

    .agency-hero{
        padding:80px 0 60px;
    }

    .agency-wrapper{
        width:94%;
        gap:35px;
    }


    .agency-badge{
        padding:10px 18px;
        font-size:13px;
        margin-bottom:25px;
    }


    .hero_heading{
        font-size:50px !important;
        line-height:1.15;
        letter-spacing:-1px;
        text-align: left !important;
    }


    .agency-desc{
        font-size:16px;
        line-height:1.6;
    }


    .agency-buttons{
        flex-direction:column;
        width:100%;
        gap:12px;
        margin-top:30px;
    }


    .agency-btn-dark,
    .agency-btn-light{
        width:100%;
        justify-content:center;
        padding:15px;
        font-size:15px;
    }


    .agency-review{
        flex-direction:column;
        gap:10px;
    }

}


/* ==========================================================
   576px
========================================================== */
@media(max-width:576px){

    .agency-hero{
        padding:70px 0 50px;
    }


    .hero_heading{
        font-size:50px !important;
        text-align: left !important;
    }


    .agency-desc{
        font-size:15px;
    }


    .agency-badge{
        font-size:12px;
    }


    .agency-avatars img{
        width:44px;
        height:44px;
    }


    .agency-review-text h4{
        font-size:15px;
    }


    .agency-review-text span{
        font-size:13px;
    }

}


/* ==========================================================
   480px
========================================================== */
@media(max-width:480px){

    .agency-wrapper{
        width:95%;
    }


    .hero_heading{
        font-size:50px !important;
        letter-spacing:-0.5px;
        text-align: left !important;
    }


    .agency-desc{
        font-size:14px;
    }


    .agency-btn-dark,
    .agency-btn-light{
        font-size:14px;
        padding:14px;
    }


    .agency-avatars img{
        width:40px;
        height:40px;
    }

}


/* ==========================================================
   320px
========================================================== */
@media(max-width:320px){

    .agency-hero{
        padding:60px 0 40px;
    }


    .hero_heading{
        font-size:38px !important;
        line-height:1.25;
        text-align: left !important;
    }


    .agency-badge{
        padding:7px 12px;
        gap:6px;
    }


    .agency-dot{
        width:7px;
        height:7px;
    }


    .agency-desc{
        font-size:16px !important;
        line-height:1.6;
        text-align: justify !important;
    }


    .agency-btn-dark,
    .agency-btn-light{
        font-size:13px;
        padding:12px;
    }


    .agency-avatars img{
        width:36px;
        height:36px;
    }

}


@font-face {
    font-family: "Guminert";
    src: url("/fonts/Century Gothic.otf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.hero_heading{

   font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;

    letter-spacing: 0.5px;
    font-size: 55px;

    font-weight: 700;

    line-height: 1.05;

    color: #1B1B1B;

    max-width: 800px;

    margin: 0;

}

.hero_heading span{

    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;

    background: linear-gradient(
        90deg,
        #ff8d4b,
        #ff4d97,
        #7b3ff2,
        #4f46e5
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}


.agency-side{

    display:flex;

    flex-direction:column;

    justify-content:center;

}

.agency-desc{

    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;

    font-size:22px;

    font-weight:500;

    line-height:1.55;

    color:#1B1B1B;

    max-width:520px;

    margin:0;

}


/*==============================
    SERVICES STACK TYPOGRAPHY
==============================*/

.panel-content h2{

    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;

    font-size:27.2px;

    font-weight:700;

    line-height:1.2;

    letter-spacing:-0.5px;

    color:#111;

    margin-bottom:18px;

}

.panel-content p{

    font-family:"Century Gothic", CenturyGothic, AppleGothic, sans-serif;

    font-size:16px;

    font-weight:400;

    line-height:1.7;

    color:#555;

    max-width:480px;

    margin:0;

}

/*==================================
        STACK CARD SIZE
==================================*/

.service-panel{

    min-height:72vh;     /* आधी 100vh असेल तर कमी कर */

    display:flex;

    align-items:center;

    justify-content:center;

    padding:40px 0;

}

.panel-container{

    width:88%;

    max-width:1350px;

    min-height:500px;

    border-radius:28px;

    overflow:hidden;

    display:grid;

    grid-template-columns:55% 45%;

    background:#fff;

    box-shadow:0 20px 60px rgba(0,0,0,.08);

}

.panel-video{

    width:100%;

    height:500px;

}

.panel-video video{

    width:100%;

    height:100%;

    object-fit:cover;

}

.panel-content{

    padding:60px;

    display:flex;

    flex-direction:column;

    justify-content:center;

}

.panel-content h2{

    font-size:27.2px;

    font-weight:700;

    line-height:1.2;

    margin-bottom:18px;

}

.panel-content p{

    font-size:16px;

    line-height:1.7;

    max-width:420px;

}

.panel-content .about-btn,
.panel-content .service-btn{

    margin-top:35px;

}



/*==========================
      SERVICES DROPDOWN
==========================*/

.service-nav{

    position:relative;
    list-style:none;

}

.service-nav>a{

    display:flex;
    align-items:center;
    gap:6px;

}

/* Dropdown */

.service-dropdown{

    position:fixed;

    top:90px;
    left:0;

    width:100%;

    background:#fff;

    border-top:1px solid #ececec;

    opacity:0;
    visibility:hidden;

    transform:translateY(25px);

    transition:.35s;

    z-index:999;

    box-shadow:0 30px 70px rgba(0,0,0,.08);

}

/* Hover */

.service-nav:hover .service-dropdown{

    opacity:1;
    visibility:visible;

    transform:translateY(0);

}

/* Wrapper */

.service-dropdown-wrap{

    width:1100px;

    margin:auto;

    display:grid;

    grid-template-columns:1fr 1fr;

}

/* Columns */

.service-box{

    padding:55px 60px;

    min-height:470px;

}

.service-box:first-child{

    border-right:1px solid #ededed;

}

/* Number */

.service-count{

    font-size:34px;

    color:#8b8b8b;

    display:block;

    margin-bottom:18px;

}

/* Heading */

.service-box h4{

    font-size:28px;

    font-weight:500;

    margin-bottom:55px;

}

/* Links */

.service-box a{

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:18px 0;

    text-decoration:none;

    color:#111;

    font-size:21px;

    transition:.35s;

}

.service-box a i{

    opacity:.35;

    transition:.35s;

}

/* Hover */

.service-box a:hover{

    padding-left:10px;

}

.service-box a:hover i{

    opacity:1;

    transform:translateX(8px);

}

/* Mobile */

@media(max-width:991px){

.service-dropdown{

    display:none;

}

}
.portfolio-card{

    background:#000;
    border-radius:30px;
    overflow:hidden;

}

.portfolio-image{

    width:100%;
    height:420px;          /* image area */

    background:#000;

    display:flex;
    justify-content:center;
    align-items:center;

    padding:18px;

    overflow:hidden;

}

.portfolio-image img{

    width:100%;
    height:100%;

    object-fit:contain;    /* IMPORTANT */

    object-position:center;

    display:block;

    transition:.4s;

}

.portfolio-card:hover .portfolio-image img{

    transform:scale(1.03);

}








/*=========================================
        STACK SERVICES
=========================================*/

.stack-services{

    width:100%;
    background:#fff;
    position:relative;
    padding-bottom: 20px !important;
    margin-bottom: 0 !important;

}

.stack-card{

    width:92%;
    max-width:1700px;
    height:760px;

    margin:0 auto 80px;

    border-radius:35px;

    overflow:hidden;

    display:flex;

    align-items:center;

    justify-content:space-between;

    position:sticky;

    top:90px;

    box-shadow:0 35px 80px rgba(0,0,0,.12);

}

/*=========================
        LEFT
=========================*/

.stack-left{

    width:58%;

    padding:70px;

    display:flex;

    flex-direction:column;

    justify-content:center;

}

.stack-tag{

    font-size:14px;

    letter-spacing:3px;

    font-weight:700;

    text-transform:uppercase;

    margin-bottom:25px;

}

.stack-left h2{

    font-size:72px;

    line-height:1.05;

    margin-bottom:30px;

    font-weight:700;

}

.stack-left p{

    font-size:28px;

    line-height:1.8;

    max-width:780px;

    margin-bottom:45px;

}

/*=========================
        LIST
=========================*/

.stack-list{

    display:flex;

    gap:80px;

    margin-bottom:60px;

}

.stack-list ul{

    list-style:disc;

    padding-left:30px;

}

.stack-list li{

    font-size:26px;

    margin-bottom:20px;

}

/*=========================
        BUTTON
=========================*/

.stack-btn{

    width:max-content;

    border-radius:5px;

    text-decoration:none;

    font-size:22px;

    font-weight:600;

    display:flex;

    align-items:center;

    gap:12px;

    transition:.4s;

}

.stack-btn:hover{

    transform:translateY(-6px);

}

/*=========================
        RIGHT
=========================*/

.stack-right{

    width:42%;

    height:100%;

    overflow:hidden;

}

.stack-right img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:.7s;

}

.stack-card:hover img{

    transform:scale(1.06);

}

/*=========================
        COLORS
=========================*/

.white{

    background:#ffffff;

    color:#111;

}

.white .stack-btn{

    background:#111;

    color:#fff;

}

.purple{

    background:#4f46e5;

    color:#fff;

}

.purple .stack-btn{

    background:#fff;

    color:#111;

}

.yellow{

    background:#ffd633;

    color:#111;

}

.yellow .stack-btn{

    background:#111;

    color:#fff;

}

.orange{

    background:#ff5a1f;

    color:#fff;

}

.orange .stack-btn{

    background:#fff;

    color:#111;

}

.aqua{

    background:#12637e;

    color:#fff;

}

.aqua .stack-btn{

    background:#fff;

    color:#111;

}

/*=========================
        RESPONSIVE
=========================*/

@media(max-width:1200px){

.stack-card{

    flex-direction:column;

    height:auto;

}

.stack-left,
.stack-right{

    width:100%;

}

.stack-right{

    height:500px;

}

.stack-left{

    padding:50px;

}

.stack-left h2{

    font-size:54px;

}

.stack-left p{

    font-size:22px;

}

.stack-list{

    flex-direction:column;

    gap:20px;

}

}

@media(max-width:768px){

.stack-card{

    border-radius:20px;

    margin-bottom:50px;

}

.stack-left{

    padding:30px;

}

.stack-left h2{

    font-size:38px;

}

.stack-left p{

    font-size:18px;

}

.stack-list li{

    font-size:18px;

}

.stack-btn{

    width:100%;

    justify-content:center;

    font-size:18px;

}

.stack-right{

    height:320px;

}

}

/*=========================
        CARD
=========================*/

.stack-card{

    width:92%;
    max-width:1550px;
    height:620px;          /* 760px -> 620px */

    margin:0 auto 70px;

    border-radius:30px;

    display:flex;
    align-items:center;
    justify-content:space-between;

    position:sticky;
    top:90px;

    overflow:hidden;

    box-shadow:0 25px 60px rgba(0,0,0,.12);

}

/*=========================
        LEFT
=========================*/

.stack-left{

    width:48%;             /* Smaller content */
    padding:55px 60px;

}

.stack-tag{

    font-size:13px;
    letter-spacing:2px;
    margin-bottom:18px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
letter-spacing: 0.5px;

}

.stack-left h2{

    font-size:52px;        /* 72px -> 52px */
    line-height:1.1;
    margin-bottom:20px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
letter-spacing: 2px;

}

.stack-left p{

    font-size:20px;        /* 28px -> 20px */
    line-height:1.7;
    margin-bottom:30px;
    max-width:560px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
letter-spacing: 0.5px;

}

/*=========================
        LIST
=========================*/

.stack-list{

    display:flex;
    gap:45px;
    margin-bottom:35px;

}

.stack-list li{

    font-size:18px;
    margin-bottom:12px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
letter-spacing: 0.5px;

}

/*=========================
        BUTTON
=========================*/

.stack-btn{

    padding:16px 28px;
    font-size:18px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
letter-spacing: 0.5px;

}

/*=========================
        RIGHT IMAGE
=========================*/

.stack-right{

    width:52%;
    height:100%;
    overflow:hidden;

}

.stack-right img{

    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;

}


.stack-heading{
    width:92%;
    max-width:1550px;
    margin:0 auto 70px;
}

.stack-heading h1{
    color:black;
    font-size:60px;
    line-height:1.08;
    font-weight:700;
    max-width:1100px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
letter-spacing: 0.5px;
}

.stack-heading h1 span{
    display:block;
    color: #01526d;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
letter-spacing: 0.5px;

}

    /* ==========================================================
   1440px
========================================================== */
@media screen and (max-width: 1440px) {

    .stack-card{
        max-width:1350px;
        height:580px;
    }

    .stack-left{
        padding:50px;
    }

    .stack-left h2{
        font-size:48px;
    }

    .stack-left p{
        font-size:19px;
    }

    .stack-list{
        gap:35px;
    }

}

/* ==========================================================
   1152px
========================================================== */
@media screen and (max-width:1152px){

    .stack-services{
        padding:70px 0 120px;
    }

    .stack-card{
        height:auto;
        flex-direction:column;
        position:relative;
        top:0;
        margin-bottom:60px;
        position: sticky;
        top: 70px;
    }

    .stack-left,
    .stack-right{
        width:100%;
    }

    .stack-left{
        padding:45px;
    }

    .stack-right{
        height:450px;
    }

    .stack-left h2{
        font-size:42px;
    }

    .stack-left p{
        font-size:18px;
    }

    .stack-list{
        gap:25px;
        flex-wrap:wrap;
    }

}

/* ==========================================================
   992px
========================================================== */
@media (max-width:992px){

    .stack-services{
        padding:60px 0 100px;
    }

    .stack-card{
        width:94%;
        border-radius:24px;
        margin-bottom:50px;
    }

    .stack-left{
        padding:40px;
    }

    .stack-right{
        height:400px;
    }

    .stack-tag{
        font-size:12px;
    }

    .stack-left h2{
        font-size:36px;
    }

    .stack-left p{
        font-size:17px;
        line-height:1.7;
    }

    .stack-list{
        flex-direction:column;
        gap:12px;
    }

    .stack-list ul{
        margin:0;
    }

    .stack-list li{
        font-size:17px;
    }

    .stack-btn{
        font-size:17px;
        padding:15px 24px;
    }

}

/* ==========================================================
   768px
========================================================== */
@media (max-width:768px){

    .stack-services{
        padding:50px 0 80px;
    }

    .stack-card{
        width:95%;
        border-radius:20px;
        margin-bottom:40px;
    }

    .stack-left{
        padding:30px;
    }

    .stack-right{
        height:320px;
    }

    .stack-tag{
        font-size:11px;
        letter-spacing:2px;
        margin-bottom:12px;
    }

    .stack-left h2{
        font-size:32px;
        margin-bottom:15px;
    }

    .stack-left p{
        font-size:16px;
        margin-bottom:20px;
    }

    .stack-list{
        gap:10px;
        margin-bottom:25px;
    }

    .stack-list li{
        font-size:16px;
        margin-bottom:10px;
    }

    .stack-btn{
        justify-content:center;
        font-size:16px;
        padding:15px;
    }

}

/* ==========================================================
   576px
========================================================== */
@media (max-width:576px){

    .stack-services{
        padding:40px 0 70px;
    }

    .stack-card{
        width:94%;
        border-radius:18px;
    }

    .stack-left{
        padding:24px;
    }

    .stack-right{
        height:250px;
    }

    .stack-left h2{
        font-size:28px;
    }

    .stack-left p{
        font-size:15px;
        line-height:1.6;
    }

    .stack-list ul{
        padding-left:20px;
    }

    .stack-list li{
        font-size:15px;
    }

    .stack-btn{
        font-size:15px;
        padding:14px;
    }

}

/* ==========================================================
   480px
========================================================== */
@media (max-width:480px){

    .stack-card{
        width:95%;
        border-radius:16px;
    }

    .stack-left{
        padding:20px;
    }

    .stack-right{
        height:220px;
    }

    .stack-tag{
        font-size:10px;
        letter-spacing:1px;
    }

    .stack-left h2{
        font-size:24px;
    }

    .stack-left p{
        font-size:14px;
    }

    .stack-list li{
        font-size:14px;
    }

    .stack-btn{
        font-size:14px;
        padding:13px;
    }

}

/* ==========================================================
   320px
========================================================== */
@media (max-width:320px){

    .stack-heading h1{
        font-size: 32px;
    }

    .stack-services{
        padding:35px 0 60px;
    }

    .stack-card{
        width:96%;
        border-radius:14px;
    }

    .stack-left{
        padding:16px;
    }

    .stack-right{
        height:180px;
    }

    .stack-tag{
        font-size:9px;
    }

    .stack-left h2{
        font-size:20px;
        line-height:1.2;
    }

    .stack-left p{
        font-size:13px;
        line-height:1.6;
    }

    .stack-list{
        margin-bottom:20px;
    }

    .stack-list ul{
        padding-left:18px;
    }

    .stack-list li{
        font-size:13px;
        margin-bottom:8px;
    }

    .stack-btn{
        font-size:13px;
        padding:12px;
    }

}



/* Testimonials */

/* ===================================================
   TESTIMONIAL SECTION
=================================================== */

.qt-testimonial-section{
    padding:60px 0;
    background:#fff;
    position:relative;
    overflow:hidden;
}

.qt-testimonial-container{
    width:88%;
    margin:auto;
}

/* ===================================================
   HEADING
=================================================== */

.qt-testimonial-heading{
    margin-bottom:50px;
}

.qt-testimonial-heading h2{
    font-size:60px;
    line-height:1.08;
    font-weight:700;
    letter-spacing:-2px;
    color:#111;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
letter-spacing: 0.5px;
}

.qt-testimonial-heading span{
    display:block;
    color:#01526d;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
letter-spacing: 0.5px;
}

/* ===================================================
   SLIDER
=================================================== */

.qt-testimonial-wrapper{
    overflow:hidden;
    position:relative;
}

.qt-testimonial-slider{
    display:flex;
    transition:0.6s ease;
    will-change:transform;
}

.qt-review-card,
.qt-testimonial-card{
    flex:0 0 25%;
    padding:42px 34px;
    border-right:1px solid #ededed;
    background:#fff;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    box-sizing:border-box;
}

/* ===================================================
   RATING CARD
=================================================== */

.qt-review-card{
    justify-content:center;
    align-items:center;
    text-align:center;
}

.qt-review-card h1{
    font-size:120px;
    color:#cfcfcf;
    line-height:1;
    font-weight:700;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
letter-spacing: 0.5px;
}

.qt-rating-stars{
    margin-top:18px;
}

.qt-rating-stars i{
    color:#f55132;
    font-size:28px;
    margin:0 2px;
}

.qt-review-card p{
    margin-top:12px;
    font-size:28px;
    font-weight:600;
    color:#666;
}

/* ===================================================
   TESTIMONIAL CARD
=================================================== */

.qt-testimonial-card{
    transition:.35s;
}

.qt-testimonial-card:hover{
    background:#fafafa;
}

.qt-testimonial-card small{
    font-size:24px;
    color:#666;
    font-weight:600;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
letter-spacing: 0.5px;
}

.qt-testimonial-review{
    margin-top:70px;
    font-size:22px;
    line-height:1.6;
    color:#555;
    flex:1;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
letter-spacing: 0.5px;
}

.qt-testimonial-card:hover .qt-testimonial-review{
    color:#111;
}

/* ===================================================
   NAVIGATION
=================================================== */

.qt-testimonial-navigation{

    display:flex;
    align-items:center;
    justify-content:center;
    gap:25px;
    margin-top:45px;

}

/* ===================================================
   BUTTONS
=================================================== */

.qt-slider-btn{

    width:55px;
    height:55px;
    border:none;
    border-radius:50%;
    background:#01526d;
    color:#fff;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    transition:.3s ease;
    flex-shrink:0;

}

.qt-slider-btn:hover{

    background:#013c50;
    transform:translateY(-2px);

}

.qt-slider-btn:active{

    transform:scale(.95);

}

.qt-slider-btn i{

    pointer-events:none;

}

/* ===================================================
   DOTS
=================================================== */

.qt-slider-dots{

    display:flex;
    gap:12px;
    align-items:center;
    justify-content:center;

}

.qt-dot{

    width:14px;
    height:14px;
    border-radius:50%;
    background:#cfcfcf;
    cursor:pointer;
    transition:.3s;

}

.qt-dot.qt-active{

    width:18px;
    height:18px;
    background:#01526d;
    transform:scale(1.1);

}



/* ===================================================
   LAPTOP
=================================================== */

@media(max-width:1400px){

.qt-testimonial-heading h2{
    font-size:56px;
}

.qt-review-card h1{
    font-size:95px;
}

.qt-testimonial-review{
    font-size:20px;
}

}

/* ===================================================
   TABLET
=================================================== */

@media(max-width:992px){

.qt-testimonial-container{
    width:92%;
}

.qt-testimonial-heading h2{
    font-size:46px;
}

.qt-review-card,
.qt-testimonial-card{

    flex:0 0 50%;
    min-height:420px;

}

.qt-review-card h1{
    font-size:80px;
}

.qt-review-card p{
    font-size:22px;
}

.qt-testimonial-card small{
    font-size:22px;
}

.qt-testimonial-review{
    margin-top:35px;
    font-size:20px;
}

}

/* ===================================================
   MOBILE
=================================================== */

@media(max-width:768px){

.qt-testimonial-container{
    width:94%;
}

.qt-testimonial-section{
    padding:50px 0;
}

.qt-testimonial-heading{
    margin-bottom:35px;
}

.qt-testimonial-heading h2{
    font-size:34px;
    line-height:1.25;
    letter-spacing:-1px;
}

.qt-review-card,
.qt-testimonial-card{

    flex:0 0 100%;
    min-height:auto;
    padding:30px 24px;

}

.qt-review-card h1{
    font-size:70px;
}

.qt-rating-stars i{
    font-size:24px;
}

.qt-review-card p{
    font-size:20px;
}

.qt-testimonial-card small{
    font-size:20px;
}

.qt-testimonial-review{
    margin-top:25px;
    font-size:18px;
}

.qt-testimonial-navigation{
    gap:15px;
}

.qt-slider-btn{

    width:45px;
    height:45px;
    font-size:15px;

}

.qt-dot{
    width:11px;
    height:11px;
}

.qt-dot.qt-active{
    width:15px;
    height:15px;
}

}

/* ===================================================
   SMALL MOBILE
=================================================== */

@media(max-width:480px){

.qt-testimonial-heading h2{
    font-size:28px;
}

.qt-review-card h1{
    font-size:60px;
}

.qt-testimonial-review{
    font-size:17px;
}

.qt-slider-btn{

    width:42px;
    height:42px;

}

}

/* Industry Section */

/*=========================
Google Font & Reset
=========================*/


img{
    width:100%;
    display:block;
}

a{
    text-decoration:none;
}

.ind-container{
    width:92%;
    max-width:1500px;
    margin:auto;
}

/*=========================
Section
=========================*/

.industry-section{
    padding:90px 0;
}

/*=========================
Top Area
=========================*/

.industry-top{

    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:80px;
    margin-bottom:55px;

}

.left{

    flex:1;

}

.right{

    width:420px;

}

.left small{

    display:block;
    font-size:13px;
    font-weight:700;
    letter-spacing:1.5px;
    text-transform:uppercase;
    margin-bottom:18px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
letter-spacing: 0.5px;

}

.left h2{

    font-size:60px;
    line-height:1.08;
    font-weight:700;
    letter-spacing:-2px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
letter-spacing: 0.5px;

}

.left h2 span{

    display:block;
    color:#01526d;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
letter-spacing: 0.5px;

}

.right p{

    font-size:20px;
    line-height:1.8;
    color:#444;
    margin-bottom:35px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
letter-spacing: 0.5px;

}

/*=========================
Button
=========================*/

.ind-work-btn{

    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;

    padding:18px 34px;

    background-color: #01526d;
      color: #ffffff;

    font-size:18px;

    font-weight:600;

    transition:.35s;
    border-radius: 5px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
letter-spacing: 0.5px;

}

.ind-work-btn:hover{

    background-color: white;
      color: #01526d;
      border: 1px solid #01526d;

    transform:translateY(-3px);

}

/*=========================
Grid
=========================*/

.industry-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:18px;

}

/*=========================
Cards
=========================*/

.industry-card{
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    height: 380px;      /* min-height ki jagah fixed height */
    cursor: pointer;
    background: #000;
}

.industry-card.large{
    height: 430px;
}

.industry-card img{
    width:100%;
    height:100%;
    object-fit:cover;       /* Image pura dikhega */
    object-position:center;
    background:#111;
    transition:transform .5s ease;
}


/*==================================
Overlay
==================================*/

.industry-card .overlay{

    position:absolute;
    inset:0;

    background:linear-gradient(
        to bottom,
        rgba(0,0,0,.25),
        rgba(0,0,0,.45),
        rgba(0,0,0,.75)
    );

    z-index:1;

    transition:.4s;

}

/*==================================
Content
==================================*/

.industry-card .ind-content{

    position:absolute;

    left:28px;
    right:28px;
    top:24px;

    z-index:2;

    color:#fff;

}

.industry-card h3{

    font-size:34px;

    font-weight:700;

    line-height:1.2;

    margin-bottom:14px;
    color: white;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
letter-spacing: 0.5px;

}

.industry-card p{

    font-size:20px;

    line-height:1.65;

    color:rgba(255,255,255,.92);

    max-width:92%;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
letter-spacing: 0.5px;

}

/*==================================
Hover Effect
==================================*/

.industry-card:hover img{

    transform:scale(1.08);

}

.industry-card:hover .overlay{

    background:linear-gradient(
        to bottom,
        rgba(0,0,0,.15),
        rgba(0,0,0,.35),
        rgba(0,0,0,.82)
    );

}

.industry-card:hover{

    transform:translateY(-6px);

    transition:.35s;

    box-shadow:0 20px 45px rgba(0,0,0,.18);

}

.industry-card{

    transition:.35s;

}

/*==================================
Optional Border Animation
==================================*/

.industry-card::after{

    content:"";

    position:absolute;

    inset:0;

    border:2px solid transparent;

    border-radius:12px;

    transition:.35s;

    z-index:3;

}

.industry-card:hover::after{

    border-color:rgba(255,255,255,.22);

}

/* ==========================================================
   1440px
========================================================== */
@media screen and (max-width:1440px){

    .ind-container{
        width:94%;
    }

    .industry-top{
        gap:60px;
    }

    .left h2{
        font-size:54px;
    }

    .right{
        width:380px;
    }

    .right p{
        font-size:18px;
    }

    .industry-card{
        height:360px;
    }

    .industry-card.large{
        height:410px;
    }

    .industry-card h3{
        font-size:30px;
    }

    .industry-card p{
        font-size:17px;
    }

}

/* ==========================================================
   1152px
========================================================== */
@media screen and (max-width:1152px){

    .industry-section{
        padding:70px 0;
    }

    .industry-top{
        gap:45px;
    }

    .left h2{
        font-size:46px;
    }

    .right{
        width:340px;
    }

    .right p{
        font-size:17px;
    }

    .industry-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .industry-card{
        height:340px;
    }

    .industry-card.large{
        height:390px;
    }

    .industry-card h3{
        font-size:26px;
    }

    .industry-card p{
        font-size:16px;
    }

}

/* ==========================================================
   992px
========================================================== */
@media (max-width:992px){

    .industry-section{
        padding:60px 0;
    }

    .industry-top{
        flex-direction:column;
        gap:30px;
    }

    .left,
    .right{
        width:100%;
    }

    .left h2{
        font-size:40px;
    }

    .right p{
        font-size:16px;
        margin-bottom:25px;
    }

    .ind-work-btn{
        padding:15px 28px;
        font-size:15px;
    }

    .industry-grid{
        grid-template-columns:1fr;
    }

    .industry-card,
    .industry-card.large{
        height:420px;
    }

    .industry-card h3{
        font-size:28px;
    }

}

/* ==========================================================
   768px
========================================================== */
@media (max-width:768px){

    .industry-section{
        padding:50px 0;
    }

    .ind-container{
        width:94%;
    }

    .left small{
        font-size:12px;
    }

    .left h2{
        font-size:34px;
        line-height:1.2;
        letter-spacing:-1px;
    }

    .right p{
        font-size:15px;
        line-height:1.7;
    }

    .ind-work-btn{
        justify-content:center;
    }

    .industry-card,
    .industry-card.large{
        height:340px;
    }

    .industry-card .ind-content{
        left:22px;
        right:22px;
        top:20px;
    }

    .industry-card h3{
        font-size:24px;
    }

    .industry-card p{
        font-size:15px;
    }

}

/* ==========================================================
   576px
========================================================== */
@media (max-width:576px){

    .industry-section{
        padding:45px 0;
    }

    .left h2{
        font-size:28px;
    }

    .right p{
        font-size:15px;
    }

    .industry-card,
    .industry-card.large{
        height:280px;
    }

    .industry-card .ind-content{
        left:18px;
        right:18px;
        top:18px;
    }

    .industry-card h3{
        font-size:21px;
        margin-bottom:10px;
    }

    .industry-card p{
        font-size:14px;
        line-height:1.6;
        max-width:100%;
    }

}

/* ==========================================================
   480px
========================================================== */
@media (max-width:480px){

    .industry-section{
        padding:40px 0;
    }

    .left h2{
        font-size:24px;
    }

    .right p{
        font-size:14px;
    }

    .ind-work-btn{
        padding:14px;
        font-size:14px;
    }

    .industry-card,
    .industry-card.large{
        height:240px;
    }

    .industry-card h3{
        font-size:18px;
    }

    .industry-card p{
        font-size:13px;
    }

}

/* ==========================================================
   320px
========================================================== */
@media (max-width:320px){

    .industry-section{
        padding:35px 0;
    }

    .ind-container{
        width:96%;
    }

    .left small{
        font-size:11px;
    }

    .left h2{
        font-size:30px;
        line-height:1.3;
    }

    .right p{
        font-size:13px;
        line-height:1.6;
    }

    .ind-work-btn{
        padding:13px;
        font-size:13px;
    }

    .industry-card,
    .industry-card.large{
        height:200px;
    }

    .industry-card .ind-content{
        left:14px;
        right:14px;
        top:14px;
    }

    .industry-card h3{
        font-size:16px;
        margin-bottom:8px;
    }

    .industry-card p{
        font-size:12px;
        line-height:1.5;
    }

}
