/* ==========================================================
   PRODELTA RESPONSIVE
   ========================================================== */


/* ===========================
   Large Laptop
=========================== */

@media (max-width:1400px){

.wrap{
    width:min(92%,1200px);
}

.hero h1{
    font-size:clamp(46px,5vw,68px);
}

.section{
    padding:90px 0;
}

}



/* ===========================
   Laptop
=========================== */

@media (max-width:1200px){

.section{
    padding:80px 0;
}


.hero {
    height: 520px;
    position: relative;
}

.hero h1{
    font-size:56px;
}

.hero-sub{
    max-width:650px;
}

.about-grid{
    gap:50px;
}

.leadership{
    grid-template-columns:repeat(2,1fr);
}

.tiles{
    grid-template-columns:repeat(2,1fr);
}

.stat-strip-inner{
    gap:35px;
}

.footer-grid{
    gap:40px;
}

}



/* ===========================
   Tablet Landscape
=========================== */

@media (max-width:992px){

.section{
    padding:70px 0;
}

.hero {
    height: 520px;
    position: relative;
}

.hero .wrap.slide-content{
    padding-top:140px;
    padding-bottom:80px;
}

.hero h1{
    font-size:48px;
}

.hero-sub{
    font-size:18px;
}

.hero-actions{
    flex-wrap:wrap;
}
.why-grid {
    display: grid;
     grid-template-columns:1fr;
    gap: 60px;
    align-items: start;
}
.about-grid{
    grid-template-columns:1fr;
    gap:60px;
}

.value-list{
    margin-top:0;
}

.tiles{
    grid-template-columns:repeat(2,1fr);
}

.leadership{
 grid-template-columns:repeat(2,1fr);
}

.cta-card{
    flex-direction:column;
    align-items:flex-start;
    gap:35px;
}

.cta-actions{
    width:100%;
}

.footer-grid{
    grid-template-columns:repeat(2,1fr);
}
  .learning-grid{
        grid-template-columns:1fr;
    }
  

.services-engineering-layout{

    grid-template-columns:1fr;
    gap:60px;

}

.services-engineering-content{

    position:relative;
    top:auto;

}

.services-engineering-grid{

    grid-template-columns:1fr;

}

.card-two,
.card-three,
.card-four{

    margin-top:0;

}
.contact-layout{

grid-template-columns:1fr;

gap:50px;

}

.form-grid{

grid-template-columns:1fr;

}


    .nav-links {
        position: fixed;
        top: 0;
        right: 0;
        height: 100vh;
        width: 270px;
        background: var(--cream);
        flex-direction: column;
        padding: 30px 30px;
        gap: 26px;
        transform: translateX(100%);
        transition: transform .35s ease;
        border-left: 1px solid var(--line-light);
        box-shadow: -20px 0 40px -20px rgba(19, 20, 27, 0.15);
    }
    .insight-cards {
        grid-template-columns: repeat(2, 1fr);
    }
        .stat-strip-inner {
        grid-template-columns: repeat(2 1fr);
        gap: 20px;
    }

}





/* ===========================
   Tablet Portrait
=========================== */

@media (max-width:768px){

.section{
    padding:60px 0;
}

.hero {
    height: auto;
    position: relative;
}

.hero .wrap.slide-content{

    min-height:100%;
    justify-content:center;
    padding:120px 0 70px;

}

.hero h1{

    font-size:40px;
    line-height:1.15;

}

.hero h1 em{

    display:block;

}

.hero-sub{

    font-size:17px;
    max-width:100%;

}

.hero-actions{

    flex-direction:column;
    align-items:flex-start;
    gap:15px;

}

.hero-actions .btn{

    width:auto;
    justify-content:center;

}

.section-head{

    margin-bottom:45px;

}

.section-head h2{

    font-size:36px;

}

.tiles{

    grid-template-columns:repeat(2, 1fr);

}

.value-row{

    padding:24px;

}

.tile{

    padding:28px;

}

.cta-card{

    padding:40px 30px;

}

.footer-grid{

    grid-template-columns:repeat(2,1fr);

}

.footer-bottom{

    flex-direction:column;
    gap:15px;
    text-align:center;

}
 .services-grid{
        grid-template-columns:1fr;
        border-radius:14px;
        margin-top:40px;
    }

}

@media (max-width:992px){

    .services-grid{
        display:block;
        border:none;
        margin-top:30px;
    }

    /* Hide table headings */
    .services-grid-heading{
        display:none;
    }

    /* Card */
    .services-grid-cell{
        display:block;
        width:100%;
        border:1px solid #e6e6e6;
        border-radius:16px;
        margin-bottom:15px;
        padding:20px;
        background:#fff;
    }

    /* First cell (Service) */
    .services-grid-cell:nth-child(3n+4){
        margin-bottom:0;
        border-bottom:none;
        border-radius:16px 16px 0 0;
        background:#fff8f3;
    }

    /* Second cell (Deliverable) */
    .services-grid-cell:nth-child(3n+5){
        margin-top:0;
        margin-bottom:0;
        border-top:none;
        border-bottom:none;
        border-radius:0;
    }

    /* Third cell (Strategic Value) */
    .services-grid-cell:nth-child(3n+6){
        margin-top:0;
        margin-bottom:20px;
        border-top:none;
        border-right: 1px solid #e6e6e6;
        border-radius:0 0 16px 16px;
    }

    /* Labels */
    .services-grid-cell:nth-child(3n+5)::before{
        content:"Key Deliverable";
        display:block;
        font-weight:700;
        color:var(--amber);
        margin-bottom:10px;
        font-size:14px;
    }

    .services-grid-cell:nth-child(3n+6)::before{
        content:"Strategic Value";
        display:block;
        font-weight:700;
        color:var(--amber);
        margin-bottom:10px;
        font-size:14px;
    }

    .services-grid-cell h4{
        margin:0;
        font-size:18px;
    }

    .services-grid-cell p{
        margin:0;
    }
    .hero {
    height: auto;
    position: relative;
}
.heroSwiper,
.heroSwiper .swiper-wrapper,
.heroSwiper .swiper-slide {
    height: 100vh;
}
.services-pillar-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 70px;
    align-items: center;
}

}

/* Tablet */
@media (max-width:991px){

    .stat-strip{
        padding:60px 0;
    }

    .stat-strip-inner{
        grid-template-columns:repeat(2,1fr);
        gap:20px;
    }

    .stat-strip-inner > div:last-child{
        grid-column:1 / -1;
    }

    .stat-num{
        font-size:42px;
    }

}

/* Mobile */
@media (max-width:767px){

    .stat-strip{
        padding:50px 0;
    }

    .stat-strip-inner{
        grid-template-columns:repeat(2, 1fr);
        gap:18px;
    }

    .stat-strip-inner > div{
        padding:25px 20px !important;
    }

    .stat-num{
        font-size:36px;
    }

    .stat-cap{
        font-size:15px;
    }

}

/* ===========================
   Mobile Large
=========================== */

@media (max-width:576px){
.tiles{

    grid-template-columns:1fr;

}
    .insight-cards {
        grid-template-columns: 1fr;
    }
.hero-actions .btn{

    width:100%;
    justify-content:center;

}
    .leadership {
        grid-template-columns: 1fr;
    }
.stat-strip-inner {
        grid-template-columns: 1fr;
    }
.wrap{

    width:95%;
    padding: 0px 10px;

}
.footer-grid{

    grid-template-columns:1fr

}


.section{

    padding:55px 0;

}

.hero{

    min-height:auto;

}

.hero h1{

    font-size:34px;

}

.hero-sub{

    font-size:16px;

}

.eyebrow{

    font-size:12px;
    letter-spacing:2px;

}

.btn{

    width:100%;
    padding:15px 20px;

}

.section-head h2{

    font-size:30px;

}

.value-row{

    gap:18px;
    padding:20px;

}

.value-num{

    width:46px;
    height:46px;
    font-size:15px;

}

.tile{

    padding:24px;

}

.tile h3{

    font-size:22px;

}

.cta-card{

    padding:30px 24px;
    border-radius:22px;

}

.stat-num{

    font-size:42px;

}
.why-facts {
    display: grid;
    grid-template-columns:1fr;
    gap: 18px;
}
.fact-card.wide {
    grid-column: 1fr;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.chip {
  
    padding: 10px 10px;
    font-size: 14px;
    width: 100%;
    text-align: center;
   
}
.contact-nav-btn{
    display: none;
}
.stat-strip {
    background: var(--cream-2);
    border-bottom: 1px solid var(--line-light);
    padding: 30px 20px;
}
    .hero-actions .btn {
        display: block;
        width: 100%;
        justify-content: center;
    }
    .hero.otherpages {
    height: auto;
    position: relative;
}
 .services-grid{
        grid-template-columns:1fr;
        border-radius:14px;
        margin-top:40px;
    }
    .hero-actions{

    flex-direction:column;
    align-items:flex-start;
    gap:15px;
    width: 100%;

}
    .hero-actions .btn{
        display: block !important;
        text-align: center;
    }
    .btn-ghost.on-light {
    border-color: var(--line-light);
    color: var(--ink);
    text-align: center;
    display: block;
    text-wrap-mode: wrap;
}
.final-cta .btn-primary {
    background: #1c0f04;
    color: var(--cream);
    display: block;
    text-align: center;
}
.heroSwiper,
.heroSwiper .swiper-wrapper,
.heroSwiper .swiper-slide {
    height: auto;
}
.slide-content {
    position: relative;
    z-index: 5;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 120px 20px 60px !important;
}
.services-pillar-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    align-items: center;
}
.contact-form-box {
    padding: 30px 20px;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
}
.form-group {
    margin-bottom: 10px;
}
.form-grid {
    gap: 5px;
}
.nav-btn1{
        
    width: auto;
    opacity: 1 !important;
    color: #fff !important;
}
    .stat-strip-inner{
        grid-template-columns:1fr;
        gap:18px;
    }

}



/* ===========================
   Small Mobile
=========================== */

@media (max-width:420px){

.hero{

    min-height:auto;

}

.hero h1{

    font-size:30px;

}

.section-head h2{

    font-size:26px;

}

.hero-sub{

    font-size:15px;

}

.tile{

    padding:22px;

}

.value-row{

    flex-direction:column;
    text-align:left;

}

.value-num{

    margin-bottom:10px;

}

.cta-card{

    padding:25px 20px;

}
.nav-btn1{
        
    width: auto;
    opacity: 1;
    color: #fff;
}

}


