     :root{
      --ink: #111;
      --nav-bg: rgba(235, 230, 221, .62);
      --nav-border: rgba(0, 0, 0, .10);
      --hero-overlay: rgba(0, 0, 0, .40);
      --txt-basic:#C6C6C6;
      --txt-para:#141414;
    --bs-body-font-family: 'Gotham', sans-serif;

    /* --bs-body-font-family: 'Satoshi', sans-serif; */
    }
    *{
    font-family:'Gotham', sans-serif;
    }
    /* html,
body {
    /* clip, not hidden: hidden makes these a scroll container, which stops
       position: sticky working in anything inside them. */
    overflow-x: clip;
}

/* Older browsers without overflow: clip keep the old behaviour. */
@supports not (overflow: clip) {
    html,
    body {
        overflow-x: hidden;
    }
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/gotham/Gotham-Light.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/gotham/Gotham-Regular.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
   font-display: block;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/gotham/Gotham-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/gotham/Gotham-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
   font-display: block;
}

* {
    font-family: 'Gotham', sans-serif;
}
/* Button */
.custom-btn{width:max-content;position:relative;display:inline-flex;align-items:center;justify-content:center;padding:10px 25px;border:1px solid #303030;border-radius:50px;color:#2B2B2B;text-decoration:none;font-weight:200;text-transform:uppercase;overflow:hidden;transition:color .3s ease;z-index:1;font-size: 13px;}
.custom-btn::before{content:'';position:absolute;left:50%;bottom:0;width:0;height:0;background: linear-gradient(180.77deg, #0185C5 39.41%, #DFF5FF 99.33%);border-radius:50%;transform:translate(-50%,50%);transition:all .5s ease;z-index:-1}
.custom-btn:hover{color:#fff; border:1px solid #0185C5;}
.custom-btn:hover::before{width:300px;height:300px}
.custom-btn-white{
border:1px solid white;
color:white;
}
.txt-lgt{
    color: var(--txt-basic);
}
.txt-dark{
color: var(--txt-para);
}
.bg-gry{
background:#f5f5f5;
}
.home-blog-txt{
    color: #cfc6c6;
    font-size: 15px;
}

    body{
      font-family:'Gotham', sans-serif;
      color: var(--ink);
      position: relative;
      background: #f5f5f5;
    }
    .gradient-text{
    background: linear-gradient(
        147.63deg,
        #111111 46.59%,
        rgba(119, 119, 119, 0.88) 112.72%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* text-shadow: 3px 6px 4px #AAAAAA40; */
    letter-spacing: 0.5px;
    padding-bottom: 5px;
}
h1 span{
    display: block;
}
.hdg1{
font-weight: 500;
font-style: Bold;
padding-bottom:15px;
font-size: 45px;
line-height: 55px;
letter-spacing: 0%;
background:linear-gradient(183.85deg,#282828 79.31%,rgba(119,119,119,.88) 102.78%);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
/* filter:drop-shadow(3px 6px 4px #A7A7A740); */
}
.hdg1-white{
   background:linear-gradient(183.85deg,#ffffff 79.31%,rgba(119,119,119,.88) 102.78%) !important; 
-webkit-background-clip:text !important;
}
.txt-orange{
background: linear-gradient(163.38deg, #0185C5 19.51%, #3C3C3C 142.55%) !important;
-webkit-background-clip:text !important;
}


.web-txt{
font-family: 'Gotham', sans-serif;
font-weight: 100;
/* font-style: Regular; */
font-size: 17px;
/* leading-trim: NONE; */
line-height: 30px;
letter-spacing: 0%;
/* background: linear-gradient(175.48deg, #000000 16.75%, #858585 168.76%);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent; */
/* filter:drop-shadow(3px 6px 4px #A7A7A740); */
padding: 5px 0;
}
.caption{
    font-weight: 500;
    font-size: 22px;
    color: black;
    line-height: 100%;
    letter-spacing: 2%;
}
.web-small{
    font-family: 'Gotham', sans-serif;
    font-weight: 100;
    font-size: 16.8px;
    leading-trim: NONE;
    line-height: 25px;
    letter-spacing: 0%;
    background: linear-gradient(175.48deg, #000000 16.75%, #858585 168.76%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 12px;
}
.sml-txt{
font-family: 'Gotham', sans-serif;
font-weight: 500;
font-style: Medium;
font-size: 14.76px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
}

.pd1{
    padding: 80px 0 40px;
}
.pd2{
    padding: 60px 0;
}
.antslogo img{
    width:125px;
}
*:focus-visible {
    outline: none;
}
    .pd-100{
        padding:  100px 0;
    }
    .pd-90{
        padding: 90px 0;
    }

    .pd3{
        padding: 7rem 0;
    }
/* body{
     radial-gradient(60rem 40rem at 85% 4%, rgba(255, 214, 196, .40), transparent 60%),
    radial-gradient(55rem 42rem at 8% 2%, rgba(214, 219, 255, .45), transparent 60%),
    radial-gradient(50rem 40rem at 95% 55%, rgba(255, 226, 214, .35), transparent 60%),
    #fff;
  } */
    body::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url(../images/homepage.png) center / cover no-repeat;
    opacity: 1;
    pointer-events: none;
    z-index: -1;
    }

       header {
      position: sticky;
      top: 0;
      z-index: 100;
      background:white;
      color: #fff;
    }
header.hide {
    transform: translateY(-100%);
}


    footer{
        background-image: url(../images/footer-bg.png);
    }


 .form-check-input:checked {
    background-color: #1E8ECE;
    border-color: #1E8ECE;
    padding: 8px;
}
.form-check-input:focus {
box-shadow:none;
}


    /* Menu */
    /* Mega Menu */
    .mega-category{margin-bottom:30px}
.mega-category h5{font-size:16px;font-weight:700;margin-bottom:18px;color:#000;position:relative;padding-bottom:10px;font-family: 'Gotham', sans-serif;}
.mega-category h5::after{content:"";position:absolute;left:0;bottom:0;width:45px;height:2px;background:#008ed329}
.mega-links{padding:0;margin:0;list-style:none}
.mega-links li{margin-bottom:10px;position:relative;padding-left:18px}
.mega-links li::before{content:"➜";position:absolute;left:0;top:1px;font-size:11px;color:#f4f3f3}
.mega-links li a{text-decoration:none;color:#666;font-size:14px;transition:.3s ease;display:inline-block;font-family: 'Gotham', sans-serif;background:linear-gradient(147.63deg,#111111 46.59%,rgba(119,119,119,.88) 112.72%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:3px 6px 4px #AAAAAA40;letter-spacing:.5px;padding-bottom:5px}
.mega-links li a:hover{color:#000;padding-left:5px}

.main-header .mega-menu-item{position:relative}
.main-header .mega-menu{position:absolute!important;top:100%;left:50%!important;transform:translate(-50%,20px)!important;min-width:700px;width:max-content;padding:30px;border:none;border-radius:24px;background:#fff;display:block;opacity:0;visibility:hidden;transition:all .3s ease}
.main-header .mega-menu-item:hover .mega-menu{opacity:1;visibility:visible;transform:translate(-50%,0)!important}
.main-header .nav-item{padding:0 12px}
.main-header .mega-title{font-size:18px;font-weight:700;margin-bottom:18px}
.main-header .mega-link{display:block;text-decoration:none;color:#555;margin-bottom:10px;transition:.3s}
.main-header .mega-link:hover{color:#000;padding-left:5px}



/* Home */
.home-logo{
    position: relative;
    /* background: #fff url('../images/home/logo-line.png') no-repeat center; */
    background-size: cover;
    padding: 30px;
    /* box-shadow: 4px 4px 12px -5px gray; */
    /* margin-bottom: 30px; */
    background: white;
}

.logo-item {
    overflow: hidden;
}

.logo-hover {
    display: block;
    position: relative;
    height: 80px;
    overflow: hidden;
}

.logo-hover img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    left: 0;
    transition: transform 0.45s ease;
}

/* First logo */
.logo-hover img:first-child {
    top: 0;
}

/* Duplicate logo - neeche */
.logo-hover img:last-child {
    top: 100%;
}

/* Hover: first logo upar */
.logo-hover:hover img:first-child {
    transform: translateY(-100%);
}

/* Hover: second logo neeche se upar */
.logo-hover:hover img:last-child {
    transform: translateY(-100%);
}

.home-logo ul{
text-decoration: none;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}
section{
    position: relative;
}

.right-image{
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
    height: 100%;
}

.right-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.right-image::before{
background: url(../images/home/top-line.png);
    background-repeat: no-repeat;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: -94%;
    top: 50px;
}



/* hero section */
.hero {
    width: 100%;
}

.video-section {
    width: 100%;
    height: 100vh;
}

.video-pin {
    width: 100%;
    height: 100%;
}

.video-banner {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
/* home What We've Built */
.main-heading-home{
    text-align: center;
    width: 60%;
    margin: auto;
}
.pd-60{
  padding:60px 0;
}
.built-sec{position:relative;padding:60px 0;overflow:hidden}
.built-sec .built-slider-wrap{width:100%;}
.built-sec .bs-card{padding-right:24px}
.built-sec .bs-card-body{border-radius:30px;display:flex;align-items:center;justify-content:center;font-size:80px}
.built-slider-wrap a{text-decoration: none;}
/* height:570px; */
.built-sec img{width:100%;object-fit:cover;object-position:top;    border-radius: 0px 20px 0px 0px;}
.built-sec .bs-caption{padding:12px;background:#fff;border-radius:0 0 12px 12px}

/* Home page Core Capabilities */
.home-core-capabilities .core-capabilities-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:20px}
.home-core-capabilities .capability-card{padding: 15px 15px;border-radius:24px;  background: #f8f8f8;
    box-shadow: -1px 1px 5px 0 #0000001a; }
    /* First 2 cards */
.home-core-capabilities .capability-card:nth-child(1),
.home-core-capabilities .capability-card:nth-child(2) {
    grid-column: span 6;
}

/* Remaining cards */
.home-core-capabilities .capability-card:nth-child(n+3) {
    grid-column: span 4;
}
.home-core-capabilities .capability-card img{height:400px;object-fit:cover}
/* .home-core-capabilities .digital{grid-column:span 7}
.home-core-capabilities .creative{grid-column:span 5} */
.home-core-capabilities .tech,.home-core-capabilities .brand,.home-core-capabilities .pr{grid-column:span 4}
.core-digital{clip-path:url(#roundedPoly3)}
.core-creative{clip-path:url(#roundedPoly4)}
/* .shadow-wrap1{filter:drop-shadow(2px -2px 18px #A70005)}
.shadow-wrap2{filter:drop-shadow(2px -2px 18px #530098)}
.shadow-wrap3{filter:drop-shadow(2px -2px 18px #00B7C2)}
.shadow-wrap4{filter:drop-shadow(2px -2px 18px #B7551B)}
.shadow-wrap5{filter:drop-shadow(2px -2px 18px #FDBC16)} */
.digital-card{position:relative;display:inline-block;width:100%}
.card-tags{display:flex;flex-wrap:wrap;gap:8px;padding: 30px 0px 0;}
.card-tags span{border:1px solid #ccc;border-radius:999px;padding:5px 6px;font-size:11px;color:#333;background:#fff;white-space:nowrap;font-weight: 100;}
.core-h{position:absolute;top:0;max-width: 100%;}
.core-h-r{   position: absolute;
    top: 0;
    right: 0;
    width: 30%;box-sizing: border-box;}
    .digital-card .caption {
    line-height: 30px;
    color: black;
    font-weight: 500;}

.coretag-right{position:absolute;right:0;top:-30px}
.coretag-left{position:absolute;left:0;top:-30px}
.card-tags{transition:.3s ease}
.card-para{display:none;transition:.3s ease}
.capability-card{position:relative}
.capability-card .card-content{position:relative;min-height:130px}
.capability-card .card-tags,.capability-card .card-para{position:absolute;inset:0;transition:all .4s ease}
.capability-card .card-tags{opacity:1;visibility:visible;transform:translateY(0)}
.capability-card .card-para{opacity:0;visibility:hidden;transform:translateY(15px);display:flex;align-items:center}
.capability-card:hover .card-tags{opacity:0;visibility:hidden;transform:translateY(-15px)}
.capability-card:hover .card-para{opacity:1;visibility:visible;transform:translateY(0)}

/* home page counters */
.counter-card { position: relative; overflow: hidden; border-radius: 24px; min-height: 270px; padding: 40px;color: #fff;}
.counter-bg { position: absolute; inset: 0;z-index: 1;}
.counter-bg img { width: 100%;height: 100%;object-fit: cover;transition: transform 0.6s ease;}
.counter-card::after { content: ""; position: absolute; inset: 0;background: rgba(0,0,0,0.45);z-index: 2;}
.counter-content { position: relative;z-index: 3;}
.counter-card:hover .counter-bg img { transform: scale(1.08);}
.counter-card h2{font-size: 65px;}
.counter-card h4{  font-style: Light; font-size: 17px; leading-trim: NONE; line-height: 150%; letter-spacing: -2%;}
.counter-card p{font-style: Italic;font-size: 16px;line-height: 150%;letter-spacing: 5%;}
.counter-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}
.dot-space{display: inline-block;
    margin-: 10px;}

/* First 3 cards */
.counter-grid > div:nth-child(-n+3) {
    grid-column: span 2;
}

/* Remaining 2 cards */
.counter-grid > div:nth-child(n+4) {
    grid-column: span 3;
}
/* home page FAQ */
.faq-sec{}
.accordion-item{border:none!important;border-bottom:1px solid #eee!important;border-radius:0!important}
.accordion-button{color:#111!important;box-shadow:none!important;padding:20px 0;letter-spacing: 0.4px;}
.accordion-button::after{background-image:none!important;content:'+';font-size:1.5rem;font-weight:300;color:#111;width:auto;height:auto}
.accordion-button:not(.collapsed)::after{content:'−';transform:none!important; background: white; padding: 15px; margin-bottom: 15px;}
.accordion-body{color:#777;line-height:1.72;padding:0 0 20px;font-size: 16px;letter-spacing: 0.2px;}
.accordion{--bs-accordion-bg: #ffffff00;}
.accordion-button:not(.collapsed){background: none!important; }

/* home page We're Not Your Usual Agency */
.usual-card{position:relative;background:#fff;border-radius:24px;padding:35px 28px;height:100%;overflow:hidden;transition:all .4s ease;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;}
/* .usual-card:hover{transform:translateY(12px)} */
.usual-card h3{font-size:23px;font-weight:400;white-space:nowrap;transition:all .4s ease}
/* .usual-card:hover h3{opacity:1;visibility:visible;} */
.u-icon{transition:all .4s ease;margin-bottom:25px;}
/* .usual-card:hover .u-icon{transform:translateY(25px)} */
.usual-card p{font-size:16px;color:#2B2B2B;line-height:1.65;font-weight:100;margin-bottom:0;transition:all .4s ease;}
/* .usual-card:hover p{transform:translateY(25px)} */
.usual-sec .web-txt.rich-text p{margin-bottom:5px;}



/* home page Our Work */
.work-box-home{position:relative;overflow:hidden}
.work-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.work-box-home{position:relative;overflow:hidden}
.work-box-home:nth-child(even){transform:translateY(0)}
.work-box-home:nth-child(odd){transform:translateY(80px)}
.workhome-txt{padding: 15px;}
.work-box-home img{width:100%;display:block;clip-path:polygon(0% 0%,100% 0%,100% 100%,0% 100%);transform-origin:center;transition:clip-path .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1)}
.work-box-home:hover img{clip-path:polygon(0% 14%,100% 2%,100% 98%,0% 86%);transform:perspective(1200px) rotateY(-8deg) scaleX(.94)}
.work-home{padding-bottom: 9rem;}


/* Feedback */
.testi-wrapper{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;align-items:start}
.testi-wrapper .testi-box{box-shadow:0 1px 7px 0 #70707026;background:#fff;text-align:center;border-radius:160px 160px 160px 0;padding:25px;margin-bottom:30px;position:relative}
.testi-wrapper .testi-box:nth-child(odd){border-radius:160px 160px 160px 0}
.testi-wrapper .testi-box:nth-child(even){border-radius:160px 160px 0 160px}
.testi-box .user-home{position:absolute;bottom:-25px;left:0}
.testi-wrapper .testi-box:nth-child(even) .user-home{left:auto;right:0}
.testi-wrapper .testi-box{transition:transform .5s ease}
.testi-wrapper .testi-box:nth-child(even){transform:translateY(40px)}
/* testimonials end */

/* home page featured news*/
.news-wrapper{display:grid;grid-template-columns:1fr 1fr 2fr;gap:30px;margin-bottom:30px;align-items:stretch}
.news-wrapper-reverse{grid-template-columns:2fr 1fr 1fr}
.news-card{position:relative;overflow:hidden;border-radius:20px;cursor:pointer;transition:transform .5s ease;min-height:320px;padding:0}
.small-card{min-height:320px}
.news-card img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s ease;height: 350px;object-position: top;}
.news-card:hover{transform:translateY(-8px)}
.news-card:hover img{transform:scale(1.05)}
.overlay-content{position:absolute;inset:0;padding:30px;z-index:2;color:#fff;display:flex;flex-direction:column;justify-content:space-between; background: linear-gradient(to top, rgb(0, 0, 0), #00000027);}
.top-content{display:flex;flex-direction:column}
.top-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}
.overlay-content button{border:none;background:#fff;color:#111;padding:12px 24px;border-radius:50px;font-size:14px;font-weight:600;width:max-content}
.news-card::before{content:'';position:absolute;inset:0;background:rgba(0,0,0,.15);z-index:1}









.home-spark{
    background: #2E2E2E;
}
.vertical-text{
    position: absolute;
    right: 25px;
    top: 54%;
    transform: translateY(-50%);
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 20rem;
    font-weight: 700;
    color: #CACACA;
    opacity: 0.1;
}

.vertical-text-about{ 
    transform: translateY(0%);
    writing-mode: sideways-lr;
    text-orientation: mixed;
    font-size: 3rem;
    font-weight: 700;
    color: #4F4F4F;
}
.star{
    position: absolute;
}

.star-1{
    top: 40%;
    left: 5%;
}

.star-2{
    bottom: 24%;
    left: 56%;
}

.star-3{
    bottom: 6%;
    left: 58%;
}

/* about */
/* Row */
.approach-row{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;align-items:start;}

/* Box */
.a-prochbox{display:flex;flex-direction:column;justify-content:end;align-items:end;position:relative;overflow:hidden;transition:all .4s ease;cursor:pointer;padding: 30px;}
.a-prochbox p{text-align: end;}
/* Even Odd Position */
.approach-row .a-prochbox:nth-child(even){margin-top:80px}

.approach-row .a-prochbox:nth-child(odd){margin-top:0}

/* Hover */
.a-prochbox img{transition:all .5s ease}

.a-prochbox .caption,
.a-prochbox .web-txt,
.a-prochbox .vertical-text-about,
.a-prochbox small{
transition:all .4s ease
}

.a-prochbox:hover{
transform:translateY(-10px)
}

.a-prochbox:hover img:first-child{
transform:rotate(-6deg) scale(1.05)
}

.a-prochbox:hover img:last-child{
transform:scale(1.04)
}

.a-prochbox:hover .caption{
transform:translateY(-5px);
letter-spacing:1px
}

.a-prochbox:hover .web-txt{
transform:translateY(-3px);
opacity:.8
}

.a-prochbox:hover .vertical-text-about{
transform:translateY(-8px);
opacity:.7
}

.a-prochbox:hover small{
transform:translateY(-4px);
opacity:1
}


/* Years-tab */
.tab-year{
    font-size: 8rem;
    font-weight: 600;
    color: #ff580f38;
}
.tab-year span{
    color: white;
    background: black;
    border-radius: 25px;
    padding: 12px;
    background: linear-gradient(180deg, #FFD1BE 0%, #1E8ECE 100%);
}

.years-tag span{
    border: 1px solid #11111124;
    padding: 8px 12px;
    border-radius: 60px;
    background: white;
}
.nav-link {color:black;font-weight: 200;}
.year-tabs .nav-link.active{
    background: none;
    color: #0d8ecf;
}
.nav-link.active {
    position: relative;
}

.nav-link.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 2px;
    background: #0d8ecf;
}
.year-tabs .nav-link{
    position: relative;
    padding-right: 40px;
    text-align: start;
    color:gray;
    font-size: 18px;
}
.year-tabs .nav-link.active::after{
    content: "";
    position: absolute;
    left: -10px;
    top: 65%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-image: url("../images/about/btn.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


















/* Contact */
.contact-form input{
    box-shadow: 0px 3px 5px 0px #9292922E;
    padding: 12px;
    border:none;
    margin-bottom: 25px;
}




.footer-bg{color: #fff;position: relative;overflow: hidden;padding-top: 80px;}
.footer-section{position: relative;z-index: 2;}
.footer-top{ padding-bottom: 50px; border-bottom: 1px solid rgba(255,255,255,0.1);}
.footer-left{ text-align: left;}
.footer-center{text-align: center;}
.footer-right{ text-align: right;}
.footer-left ul{ list-style: none;padding: 0;margin: 0;}
.footer-left ul li{margin-bottom: 12px;}
.footer-bg a,.footer-bg address{color: #EBEBEB;text-decoration: none;display: block;margin-bottom: 10px;font-weight: 100;letter-spacing: 3%;font-size: 14px;}
.social-icons{ display: flex; justify-content: center; gap: 15px; margin-top: 20px;}
.social-icons a{font-size: 20px;}
.footer-bottom{padding: 30px 0;align-items: center;}
.footer-bottom p{margin: 0;}
.footer-title{font-size: clamp(50px, 8vw, 180px);font-weight: 700;text-align: center;line-height: 1;margin: 0;width: 100%;overflow: hidden;white-space: nowrap;}















.campaigns-section .hover {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    height: 650px;
}
/* image */
.campaigns-section .hover img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    transition: 0.5s ease;
}

/* content */
.campaigns-section .hover-2-content {
    position: absolute;
    inset: 0;
    z-index: 3;
}

/* title default center */
.campaigns-section .hover-2-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    transition: 0.5s ease;
    color: #fff;
}
.campaigns-section a{
    text-decoration: none;
}

/* hidden bottom content */
.campaigns-section .hover-2-description {
    position: absolute;
    left: 50%;
    bottom: -250px;
    transform: translateX(-50%);
    width: 85%;
    padding: 50px 40px;
    text-align: center;
    backdrop-filter: blur(10px);
    background: rgba(0,0,0,0.35);
    color: #fff;
    transition: 0.5s ease;
}

/* button */
.campaigns-section .view-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    border: 1px solid #fff;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    margin-top: 20px;
    font-size: 14px;
}

/* hover */
.campaigns-section .hover:hover .hover-2-title {
    top: 10px;
    transform: translateX(-50%);
    color: black;
}

.campaigns-section .hover:hover .hover-2-description {
    bottom: 140px;
}

.campaigns-section .hover:hover img {
    transform: scale(1.03);
}

.word-change{
    display: inline-block;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: rgba(170, 170, 170, 0.25) 3px 6px 4px;
    letter-spacing: 0.5px;
    padding-bottom: 5px;
    transition: all 0.4s ease;
}
/* Case studies page */
.case-studies-images{
    grid-template-columns: 1fr 1fr 1fr !important;
        grid-template-columns: 1fr 1fr 1fr !important;
    display: grid;
    gap: 15px;
}
.case-studies-images img{
        height: auto;
}
.case-studies-box a{
text-decoration: none;
color:black;
}
.filter-sidebar .form-check {
    margin-bottom: 15px;
}

.home-top{
    position: relative;
}
/* .home-top::before{
    content: "";
    background: url(../images/home/top-line.png);
} */








.img-wrap{
    position: relative;
    width: 550px;
    height: 550px;
}

/* all layers */
.img-wrap img{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:contain;
}

/* shadow */
.shadow-img{
    transform: scale(1.15);
    opacity: .6;
    filter: blur(20px);
    z-index:1;
}

/* camera */
.camera-img{
    z-index:2;
}

/* lines */
.stripe1{
    z-index:3;
}

/* moving lines */
.stripe2{
    z-index:4;
    opacity:.5;
    mix-blend-mode:screen;
}

/* hover animation */
section:hover .stripe2{
    animation: lineMove 2s linear infinite;
}

@keyframes lineMove{

    0%{
        transform:translateX(0px);
    }

    25%{
        transform:translateX(-2px);
    }

    50%{
        transform:translateX(2px);
    }

    75%{
        transform:translateX(-1px);
    }

    100%{
        transform:translateX(0px);
    }
}




.box-did{
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.box-did img{
    width: 100%;
    display: block;
    transition: transform 0.5s ease;
}

.box-did p{
    z-index: 2;
    transition: all 0.4s ease;
}

.sticky-box{
     position: sticky;
    top: 20px;
}
hr{
    width: 70%;
}





/* smooth-up-card */
.smooth-card{
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

/* image wrapper */
.smooth-card .card-img{
    /* height: 260px; */
    overflow: hidden;
    border-radius: 20px; /* add this */
}

/* image */
.smooth-card .card-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 20px; /* add this */
    transform: scale(1);
    transition: transform 0.5s ease;
}

/* content */
.smooth-card .card-content{
    padding: 20px;
    flex-grow: 1;
}

/* hover effect */
.smooth-card:hover{
    transform: translateY(-10px);
}

.smooth-card:hover .card-img img{
    transform: scale(1.1);
}



   .custom-right-img{
    width: calc(100% + 120px);
    max-width: unset;
    height: 100vh;
    object-fit: cover;
    border-radius: 20px 0 0 20px;
    display: block;
}
/* height: 100dvh; for phone */




/* grid */
.impact-grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

/* responsive */
@media(max-width:991px){
    .impact-grid{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width:767px){
    .impact-grid{
        grid-template-columns: 1fr;
    }
}

/* card */
.impact-card{
    padding: 30px;
    border-radius: 24px;
    height: 100%;
    transition: transform 0.4s ease;
}

.impact-card:hover{
    transform: translateY(-8px);
}

.impact-card img{
    width: 100px;
    margin-bottom: 20px;
    object-fit: contain;
}

.impact-card h4{
    margin-bottom: 12px;
}

.impact-card p{
    margin: 0;
}

/* child shades */
.impact-grid .impact-card:nth-child(1){
    background: linear-gradient(
        359.71deg,
        rgba(251, 251, 251, 0.9) 15.8%,
        rgba(235, 212, 153, 0.9) 269.68%
    );
}

.impact-grid .impact-card:nth-child(2){
    background: linear-gradient(
        360deg,
        #FAFAFA 13.6%,
        rgba(253, 198, 203, 0.99) 151.29%
    );
}

.impact-grid .impact-card:nth-child(3){
    background: linear-gradient(
        360deg,
        #FAFAFA 0%,
        #D5E8F1 151.29%
    );
}

.impact-grid .impact-card:nth-child(4){
    background: linear-gradient(
        360deg,
        #FAFAFA 13.6%,
        rgba(253, 198, 203, 0.99) 151.29%
    );
}














/* =========================
   MEGA MENU
========================= */

.mega-dropdown{
    position: static;
}

.mega-menu{
    width: 100%;
    left: 0;
    right: 0;
    top: 100%;
    padding: 35px;
    border-radius: 0 0 24px 24px;
    background: #fff;
    border: 0;
    display: none;
}

/* SHOW MENU */
@media(min-width:992px){

    .mega-dropdown:hover .mega-menu{
        display: block;
    }

}

/* CATEGORY COLUMN */


/* MOBILE */

/* HIDE EXTRA LINKS */
.more-links{
    display: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
}

/* SHOW */
.more-links.active{
    display: block;
    max-height: 500px;
}

/* MORE BUTTON */
.mega-more-btn{
    border: 0;
    background: transparent;
    padding: 0;
    margin-top: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #000;
    cursor: pointer;
}


/* Trends */
.m-less60{margin-top:-60px}
.released-sec{position:relative}
.released-sec::before{background:url(../images/cool/pop.png);content:'';width:100%;height:100%;position:absolute;top:99px;background-repeat:no-repeat}


/* cool-gold section */
.gold-section{display: grid;grid-template-columns: repeat(2, 1fr); gap: 30px;}
.gold-section .grid-box{background: #f5f5f5;padding: 60px 30px;border-radius: 20px;}
.cool-gold .gold-box:nth-child(even){margin-top: 60px;}
.motivation-card{width: 100%;max-width: 501px;overflow: visible;}
/* .card-content{ top: 7%; left: 8%; width: 87%;z-index: 3;height: 70%;z-index: 3;justify-content: space-between;} */
.date{ font-size: clamp(10px, 1vw, 12px); color: #f3d6c6;}
.read-btn{ padding: 10px 18px; border: 1px solid #fff;border-radius: 40px; color: #fff; font-size: clamp(11px, 1vw, 14px);}
.cow-guy{bottom: 0%; left: -13%;width: 46%; max-width: 296px; z-index: 4;}
.cool-social ul{ list-style: none;display: inline-flex;}
.cool-social svg{ color: #636363; font-size: 22px; margin-right: 10px;}



/*service page Tech Development */
.development-section{display: grid;grid-template-columns: repeat(5, 1fr); gap: 20px;}
.development-section .box-did:nth-child(even){margin-top: 12px;}
.before-section{height:100vh;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:600;color:#333;background:#fff}
.after-section{height:100vh;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:600;color:#333;background:#fff}
.scroll-driver{position:relative;height:600vh}
.sticky-panel{position:sticky;top:0;height:75vh;display:flex;align-items:center;justify-content:center;overflow:hidden}
svg.timeline-svg{width:100%}

.sg{opacity:0;transition:opacity .55s ease,transform .55s ease}
.sg.up   { transform: translateY(-18px); }
.sg.dn   { transform: translateY(18px); }
.sg.show { opacity: 1; transform: translateY(0); }

/* Line segments */
.seg{fill:none;stroke:#c0b4e8;stroke-width:2.2;stroke-dasharray:8 6;stroke-dashoffset:300;opacity:0;transition:stroke-dashoffset .6s ease,opacity .01s}
.sub-services .nav-pills button{color:#00000099;border:none;border-bottom:1px solid #0000001c;margin-left:12px;border-radius:0}
.sub-services .nav-pills .nav-link.active,.sub-services .nav-pills .show>.nav-link{color:#000;border:none;border-bottom:1px solid #0000003d;margin-left:12px;border-radius:0;background:none!important}
.scroll-driver h4{font-size:13px;font-weight:700}
.scroll-driver p{font-size:10px;line-height:16px}



a:-webkit-any-link:focus-visible{
        outline-offset: 0;
}


.fix-services ul{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0;
}
.fix-services ul li a{
    font-size: 16px;
}

html{
    scroll-behavior: smooth;
}

.fix-services ul{
    display:flex;
    align-items:center;
    gap:20px;
    list-style:none;
    padding:0;
    margin:0;
}

.fix-services ul li a{
    text-decoration:none;
    color:#777;
    font-weight:500;
    position:relative;
    transition:0.3s ease;
}

.fix-services ul li a.active{
    color:#000;
    font-weight:700;
}

.fix-services ul li a.active::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-5px;
    width:100%;
    height:2px;
    background:#000;
    height:2px;
}
.fix-services ul li a.active{
    color:#000 !important;
    font-weight:700;
}

.fix-services ul li a.active::after{
    content:"";
    display:block;
    width:100%;
    height:2px;
    background:#000;
    margin-top:4px;
}

















.job-card{
    background:#fff;
    border:1px solid #ececec;
    border-radius:20px;
    padding:30px 28px;
}

.job-content h4{
     font-size: 26px;
    color: #111;
    padding-bottom: 14px;
    font-weight: 400 !important;
}

.small-text{
    color:#555;
    font-size:15px;
}

.job-info span{
    font-size:15px;  
    color:#6C757D;
}

.job-info span svg{
color:#1E8ECE;
}

.job-info i{
    color:#1E8ECE;
    font-size:18px;
}

.posted-time{
    background:#eaf8ff;
    color:#1E8ECE;
    font-size:13px;
    padding:5px 12px;
    border-radius:20px;
}

.career-details ul li{
    font-size: 18px;
    font-weight: 100;
}















.job-search-form{
    padding:25px;
    border-radius:16px;
}
.job-search-form .form-control,
.job-search-form .form-select{
    height:55px;
    border-radius:90px;
    border:1px solid #ddd;
    box-shadow:none;
}
.job-search-form button{
    background: none;
    height: 55px;
}
.contact-form{
    /* background: #ffffff94; */
    padding: 15px;
    border-radius: 25px;
}
.contact-form label{
    font-weight: 700;
}
.form-control::placeholder{
    color: #b0abab78;
    opacity:1;
}

.contact-pagedetails a{
    text-decoration: none;
    color: #3260ad;
}
.mail{
    text-decoration: none;
    color: #3260ad;
}


/* Pr page subservices */
.services-grid{
    display:grid;
    grid-template-columns:1.2fr 1fr 1fr;
    gap:16px;
}

/* Left Side Big Card */
.service-large{
    height:100%;
}

.service-large img{
    aspect-ratio:1 / 1.72;
}

/* Right Columns */
.service-column{
    display:flex;
    flex-direction:column;
    gap:16px;
}

/* Common Card */
.service-card{
    position:relative;
    overflow:hidden;
    border-radius:20px;
}

.service-card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    display: block;
    aspect-ratio: 1 / 0.82;
    transition:transform .5s ease;
}
.service-card:hover img{
    transform:scale(1.08);
}

/* Overlay */
.service-card::after{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.35);
}

/* Title */
.service-card h3{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    color:#fff;
    font-size:38px;
    font-weight:700;
    margin:0;
    z-index:2;
}

@media(max-width:991px){

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

    .service-large img,
    .service-card img{
        aspect-ratio:1 / 0.8;
    }

}



/* content service card */
.content-services-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:0 190px;
    margin-top: 30px;
}

.content-service-card:nth-child(even){
    margin-top:80px;
}

.content-service-card img{
    width:100%;
    margin-bottom:24px;
}

.content-service-card h3{
    font-size:32px;
    font-weight:700;
    margin-bottom:20px;
}

.content-service-card p{
    font-size:16px;
    line-height:1.7;
    color:#666;
    margin:0;
}

@media(max-width:991px){

    .content-services-grid{
        grid-template-columns:1fr;
        gap:24px;
    }

    .content-service-card:nth-child(2){
        margin-top:0;
    }

}

.content-approch-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:0 40px;
}

/* Zig Zag Effect */
.content-approch-card:nth-child(even){
    margin-top:40px;
}

/* Common Card */
.content-approch-card{
    border-radius:24px;
    overflow:hidden;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}

/* Image Pattern Repeat */

.content-approch-card:nth-child(4n+1){
    background-image:url('../images/services/content-app1.png');
    aspect-ratio:1 / 1;
}

.content-approch-card:nth-child(4n+2){
    background-image:url('../images/services/content-app2.png');
    aspect-ratio:1 / 1;
}

.content-approch-card:nth-child(4n+3){
    background-image:url('../images/services/content-app3.png');
    aspect-ratio:1 / 1;
}

.content-approch-card:nth-child(4n+4){
    background-image:url('../images/services/content-app4.png');
    aspect-ratio:1 / 1;
}

/* Mobile */
@media(max-width:991px){

    .content-approch-grid{
        grid-template-columns:1fr;
        gap:24px;
    }

    .content-approch-card:nth-child(even){
        margin-top:0;
    }

}












   /* Footer */
    .site-footer{
      background: linear-gradient(140.96deg, #F5F5F5 22.39%, #C7EAFD 87.29%);
      padding: 60px 0 0;
      position: relative;
    }

    .footer-content{
      position: relative;
      z-index: 2;
      display: grid;
      grid-template-columns: 1fr;
      gap: 40px;
      margin-bottom: 40px;
    }

    @media (min-width: 992px){
      .footer-content{
        grid-template-columns: 1fr 2fr;
        gap: 60px;
      }
    }

    .footer-brand-section{
      display: flex;
      flex-direction: column;
      gap: 24px;
    }

    .footer-logo{
      width: 140px;
      height: auto;
    }

    .footer-tagline{
      font-size: .95rem;
      line-height: 1.65;
      color: rgba(0,0,0,.75);
      max-width: 420px;
    }

    .social-links{
      display: flex;
      gap: 14px;
      flex-wrap: wrap;
    }

    .social-link{
      width: 54px;
      height: 54px;
      border-radius: 50%;
      background: #1e3a52;
      color: #fff;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 1.25rem;
      text-decoration: none;
      transition: transform .3s ease, background .3s ease;
    }

    .social-link:hover{
      transform: translateY(-3px);
      background: #2a4d6a;
      color: #fff;
    }
































































.about-team .overlay-container {
  position: relative;
  overflow: hidden;
  /* One shape for every member, whatever size the photo is uploaded at. */
  aspect-ratio: 4 / 5;
  border-radius: 16px;
  background: linear-gradient(150deg, #eef4fa, #ece9fb);
}

.about-team .image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Portraits are framed from the top, so heads are never cropped. */
  object-position: center top;
}

.about-team .text {
    color: #fff;
    position: absolute;
    top: 18%;
    text-align: center;
    width: 100%;
    font-size: 16px;
    padding: 18px;
}
.about-team .text p{
  color:white;
}

/*Initial overlay setup*/
.about-team .overlay {
position: absolute;
transition: all .3s ease;
opacity: 0;
background: linear-gradient(180deg, #0185C5 0%, #DFF5FF 100%);
}

.about-team .overlay-container:hover .overlay {
  opacity: 1;
}

.about-team .overlay-bottom {
  height: 0;
  width: 100%;
  bottom: 0;
  right: 0;
}

.about-team .overlay-fade {
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
}

.about-team .overlay-cross {
  height: 0;
  width: 0;
  top: 0;
  left: 0;
}
.about-team .overlay-container:hover .overlay-bottom {
  height: 100%;
}
.linkdin-icon svg{font-size: 25px;
    color: #2f9bdc;}


/* Pagination — matches the round outline style used by .custom-btn */
.pagination {
  gap: 8px;
  margin-bottom: 0;
  flex-wrap: wrap;
}
.pagination .page-item .page-link {
  min-width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border: 1px solid #303030;
  border-radius: 50px;
  color: #2B2B2B;
  background: transparent;
  font-size: 13px;
  line-height: 1;
  transition: all .3s ease;
}
.pagination .page-item .page-link:hover,
.pagination .page-item .page-link:focus {
  background: linear-gradient(180deg, #0185C5 0%, #DFF5FF 100%);
  border-color: #0185C5;
  color: #fff;
  box-shadow: none;
}
.pagination .page-item.active .page-link {
  background: linear-gradient(180deg, #0185C5 0%, #DFF5FF 100%);
  border-color: #0185C5;
  color: #fff;
}
.pagination .page-item.disabled .page-link {
  border-color: rgba(48, 48, 48, .25);
  color: rgba(43, 43, 43, .35);
  background: transparent;
}

/* Job category chip — used on career cards and the related-roles block */
.job-category-chip {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: 50px;
  background: #EAF8FF;
  color: #1E8ECE;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .04em;
  text-transform: uppercase;
  line-height: 1.6;
}

/* Related roles on the job detail page */
.related-roles-all {
  color: #2B2B2B;
  text-decoration: none;
  font-size: 13px;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color .3s ease;
}
.related-roles-all:hover {
  color: #1E8ECE;
}
.related-role-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  height: 100%;
  padding: 22px;
  border: 1px solid rgba(48, 48, 48, .15);
  border-radius: 18px;
  background: #fff;
  text-decoration: none;
  color: inherit;
  transition: border-color .3s ease, transform .3s ease, box-shadow .3s ease;
}
.related-role-card:hover {
  border-color: #1E8ECE;
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .07);
  color: inherit;
}
.related-role-title {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
  color: #141414;
}
.related-role-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  font-size: 13px;
  color: #6b6b6b;
}
.related-role-meta i {
  margin-right: 5px;
  color: #1E8ECE;
}
.related-role-link {
  margin-top: auto;
  padding-top: 6px;
  font-size: 13px;
  text-transform: uppercase;
  color: #1E8ECE;
}
.related-role-link i {
  transition: transform .3s ease;
}
.related-role-card:hover .related-role-link i {
  transform: translateX(4px);
}

/* Job description accordion on the careers listing */
.jd-toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
  padding: 0;
  border: 0;
  background: none;
  color: #2B2B2B;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .02em;
  transition: color .3s ease;
}
.jd-toggle:hover,
.jd-toggle.is-open {
  color: #1E8ECE;
}
.jd-toggle i {
  font-size: 11px;
  transition: transform .3s ease;
}
.jd-toggle.is-open i {
  transform: rotate(180deg);
}
.jd-toggle:disabled {
  opacity: .5;
}
.jd-panel {
  margin-top: 18px;
  padding-top: 22px;
  border-top: 1px solid #ececec;
  animation: jdFadeIn .25s ease;
}
@keyframes jdFadeIn {
  from { opacity: 0; transform: translateY(-4px); }
  to   { opacity: 1; transform: none; }
}
.jd-body {
  font-size: 15px;
  line-height: 1.7;
}
.jd-body ul,
.jd-list {
  margin: 0 0 16px;
  padding-left: 20px;
}
.jd-body li,
.jd-list li {
  margin-bottom: 8px;
  line-height: 1.6;
}
.jd-body p:last-child {
  margin-bottom: 0;
}
.jd-heading {
  margin: 20px 0 10px;
  font-size: 16px;
  font-weight: 600;
  color: #111;
}
.jd-apply-link {
  display: inline-block;
  margin-top: 6px;
  color: #1E8ECE;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
}
.jd-apply-link i {
  transition: transform .3s ease;
}
.jd-apply-link:hover {
  color: #1E8ECE;
}
.jd-apply-link:hover i {
  transform: translateX(4px);
}

/* Shared form card — used by the job application and contact forms.
   .apply-* rules below it are specific to the CV upload / pincode lookup. */
.apply-sticky {
  position: sticky;
  top: 100px;
}
.form-card {
  background: #fff;
  /* border: 1px solid #ececec; */
  border-radius: 24px;
  padding: 30px 26px;
  /* box-shadow: 0 18px 40px rgba(0, 0, 0, .06); */
}
.form-card-head {
  padding-bottom: 20px;
  margin-bottom: 22px;
  border-bottom: 1px solid #f0f0f0;
}
.form-card-eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 12px;
  border-radius: 50px;
  background: #EAF8FF;
  color: #1E8ECE;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.form-card-title {
  margin: 0 0 6px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  color: #111;
}
.form-card-subtitle {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: #6b6b6b;
}
.form-field {
  margin-bottom: 16px;
}
.form-card .form-label {
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #2B2B2B;
}
.form-card .form-label span {
  color: #1E8ECE;
}
.form-card .form-control {
  height: 46px;
  padding: 10px 14px;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  box-shadow: none;
  margin-bottom: 0;
  font-size: 14px;
  background: #fcfcfc;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.form-card .form-control:focus {
  border-color: #1E8ECE;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(255, 77, 0, .10);
}
.form-card .form-control.is-invalid {
  border-color: #d64545;
  background-image: none;
}
.form-error {
  display: block;
  margin-top: 5px;
  color: #d64545;
  font-size: 12px;
}

/* CV upload */
.apply-file {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 14px;
  border: 1px dashed #d7d7d7;
  border-radius: 14px;
  background: #fcfcfc;
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease;
}
.apply-file:hover {
  border-color: #1E8ECE;
  background: rgba(255, 77, 0, .04);
}
.apply-file.is-invalid {
  border-color: #d64545;
}
.apply-file.is-attached {
  border-style: solid;
  border-color: #1E8ECE;
  background: rgba(255, 77, 0, .05);
  cursor: default;
}
.apply-file > i {
  font-size: 20px;
  color: #1E8ECE;
}
.apply-file-meta {
  display: flex;
  flex-direction: column;
  min-width: 0;
  flex: 1;
}
.apply-file-meta strong {
  font-size: 14px;
  font-weight: 500;
  color: #2B2B2B;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.apply-file-meta small {
  font-size: 12px;
  color: #8a8a8a;
}
.apply-file-remove {
  border: 0;
  background: none;
  color: #8a8a8a;
  font-size: 15px;
  line-height: 1;
  transition: color .2s ease;
}
.apply-file-remove:hover {
  color: #d64545;
}
.apply-file-loading {
  margin-top: 8px;
  font-size: 12px;
  color: #6b6b6b;
}

.form-submit {
  width: 100%;
  margin-top: 8px;
  padding: 13px 25px;
}
.form-note {
  margin: 12px 0 0;
  font-size: 11.5px;
  line-height: 1.6;
  color: #9a9a9a;
  text-align: center;
}

/* Success state */
.form-success {
  padding: 20px 6px;
  text-align: center;
}
.form-success-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: rgba(255, 77, 0, .10);
  color: #1E8ECE;
  font-size: 22px;
}
.form-success h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  color: #111;
}
.form-success p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: #6b6b6b;
}
.form-text-link {
  border: 0;
  background: none;
  color: #1E8ECE;
  font-size: 13px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .apply-sticky {
    position: static;
  }
  .form-card {
    padding: 24px 20px;
  }
}

/* Pincode lookup */
.apply-pincode {
  position: relative;
}
.apply-pincode-spinner {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  color: #1E8ECE;
}
.form-resolved {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 6px;
  font-size: 12.5px;
  font-weight: 500;
  color: #1f8a4c;
}
.form-hint {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  color: #9a9a9a;
}
.form-card .form-control[readonly] {
  background: #f4f4f4;
  border-style: dashed;
  color: #6b6b6b;
  cursor: default;
}
.form-card .form-control[readonly]:focus {
  border-color: #e6e6e6;
  box-shadow: none;
}

/* Contact form layout */
.contact-form-wrap .form-card {
  max-width: 560px;
}
.contact-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.contact-intro p {
  font-size: 15px;
  line-height: 1.7;
  color: #5c5c5c;
}
.form-card textarea.form-control {
  height: auto;
  min-height: 120px;
  resize: vertical;
}

/* Static content pages (privacy policy, terms, …) */
.static-content h2 {
  margin: 32px 0 12px;
  font-size: 24px;
  font-weight: 600;
  color: #111;
}
.static-content h3 {
  margin: 24px 0 10px;
  font-size: 19px;
  font-weight: 600;
  color: #111;
}
.static-content p,
.static-content li {
  line-height: 1.8;
}
.static-content ul,
.static-content ol {
  margin: 0 0 18px;
  padding-left: 22px;
}
.static-content li {
  margin-bottom: 8px;
}
.static-content a {
  color: #1E8ECE;
}
.static-content table {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
}
.static-content th,
.static-content td {
  padding: 10px 12px;
  border: 1px solid #ececec;
}
.static-content blockquote {
  margin: 20px 0;
  padding: 4px 0 4px 18px;
  border-left: 3px solid #1E8ECE;
  color: #5c5c5c;
}
.static-updated {
  margin-top: 36px;
  padding-top: 18px;
  border-top: 1px solid #ececec;
  font-size: 13px;
  color: #9a9a9a;
}

/* Blog comments */
.blog-comments-section {
  padding-bottom: 40px;
}
.blog-excerpt {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.7;
  color: #3d3d3d;
}
.blog-comment {
  display: flex;
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid #ececec;
}
.blog-comment:last-child {
  border-bottom: 0;
}
.blog-comment-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 77, 0, .10);
  color: #1E8ECE;
  font-weight: 600;
}
.blog-comment-body {
  flex: 1;
  min-width: 0;
}
.blog-comment-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 4px;
}
.blog-comment-head strong,
.blog-comment-head a {
  font-size: 15px;
  color: #111;
  text-decoration: none;
}
.blog-comment-head a:hover {
  color: #1E8ECE;
}
.blog-comment-head small {
  font-size: 12px;
  color: #9a9a9a;
}
.blog-comment-body p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.7;
  color: #5c5c5c;
  overflow-wrap: anywhere;
}

/* Blog listing filters */
.blog-filter-spinner {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  color: #1E8ECE;
}
.filter-sidebar .form-select {
  border-radius: 10px;
}

/* ============================================================
   Services mega menu — service list / sub-service panel / promo
   ============================================================ */
/* The panel hugs its three columns instead of stretching across the header,
   so the sub service list is not left sitting in a wide empty box. */
.main-header .mega-menu {
  width: max-content;
  min-width: 0;
  max-width: calc(100vw - 40px);
  right: auto;
  padding: 0;
  overflow: hidden;
}
.mega-shell {
  display: grid;
  grid-template-columns: 250px 17rem 320px;
  align-items: stretch;
  min-height: 460px;
}

/* Left: service list */
.mega-aside {
  padding: 28px 0;
  background: #fafafa;
  border-right: 1px solid #f0f0f0;
}
.mega-aside-title {
  display: block;
  padding: 0 24px 16px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #8a8a8a;
}
.mega-service-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mega-service-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  /* Fixed row height: the active item turns bold without nudging the list. */
  min-height: 46px;
  padding: 12px 24px;
  border-left: 3px solid transparent;
  color: #3d3d3d;
  font-size: 14.5px;
  line-height: 1.35;
  text-decoration: none;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
  font-weight: 200;
}
/* Reserve the bold width up front, so the weight change cannot rewrap the label. */
.mega-service-link span {
  display: block;
  min-width: 0;
}
.mega-service-link span::after {
  content: attr(data-text);
  display: block;
  height: 0;
  overflow: hidden;
  font-weight: 600;
  visibility: hidden;
  pointer-events: none;
}
.mega-service-link i {
  font-size: 11px;
  color: #b8b8b8;
  transition: transform .2s ease, color .2s ease;
}
.mega-service-link:hover,
.mega-service-link.is-active {
  background: #eaf4fb;
  border-left-color: #0d8ecf;
  color: #0d1b2a;
  font-weight: 200;
}
.mega-service-link:hover i,
.mega-service-link.is-active i {
  color: #0d8ecf;
  transform: translateX(2px);
}

/* Middle: sub-services */
/* The panels are taken out of the flow so the menu is always as tall as the
   service list beside it. A service with four sub-services and one with seven
   then leave the dropdown exactly the same size. */
.mega-panels {
  position: relative;
  min-height: 0;
}
.mega-panel {
  position: absolute;
  inset: 0;
  display: none;
  padding: 28px 26px;
  overflow-y: auto;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
  scrollbar-color: #dcdcdc transparent;
}
.mega-panel::-webkit-scrollbar {
  width: 6px;
}
.mega-panel::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #dcdcdc;
}
.mega-panel.is-active {
  display: block;
  animation: megaFadeIn .2s ease;
}
/* Fades only — a moving panel reads as the menu jumping. */
@keyframes megaFadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.mega-panel-title {
  /* Reserved so a service name that wraps to two lines does not push the
     sub-service list down the page. */
  display: flex;
  align-items: center;
  min-height: 46px;
  margin: 0 0 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #ececec;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.25;
}
.mega-panel-title a {
  color: #111;
  text-decoration: none;
}
.mega-panel-title a:hover {
  color: #0d8ecf;
}
.mega-sub-list {
  /* One column: the panel reads as a single list rather than a grid. */
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.mega-sub-list li {
  margin: 0;
  padding: 0;
}
.mega-sub-list li::before {
  content: none;
}
.mega-sub-list a {
  display: flex;
  /* Top aligned, so the bullet stays with the first line of a long name. */
  align-items: flex-start;
  gap: 10px;
  padding: 8px 0;
  color: #4a4a4a;
  font-size: 14px;
  text-decoration: none;
  transition: color .2s ease, padding-left .2s ease;
}

/* A marker before each name, so the list reads as separate items. */
.mega-sub-list a::before {
  content: "";
  flex: 0 0 auto;
  width: 6px;
  height: 6px;
  margin-top: .55em;
  border-radius: 50%;
  background: #d3d3d3;
  transition: background .2s ease, transform .2s ease;
}

.mega-sub-list a:hover {
  padding-left: 4px;
}

.mega-sub-list a:hover::before,
.mega-sub-list a.active::before {
  background: #0d8ecf;
  transform: scale(1.25);
}
.mega-sub-list a:hover,.mega-sub-list a.active {
  color: #0d8ecf;
}

/* Right: promo card */
.mega-promo {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
  margin: 24px 24px 24px 0;
  padding: 26px 22px;
  border-radius: 16px;
  background: linear-gradient(160deg, #1e9ad6 0%, #0d7fbc 100%);
  color: #fff;
  text-align: center;
}
.mega-promo-img {
  /* A reserved box, so the card does not jump when the artwork finishes loading. */
  width: 100%;
  height: 250px;
  margin-bottom: auto;
  object-fit: contain;
}
.mega-promo h5 {
  margin: 0;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.35;
}
.mega-promo p {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  opacity: .92;
}
.mega-promo-btn {
  display: inline-block;
  margin-top: 8px;
  padding: 11px 22px;
  border-radius: 50px;
  background: #fff;
  color: #0d7fbc;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}
.mega-promo-btn:hover {
  color: #0d7fbc;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, .18);
}

@media (max-width: 1199px) {
  .main-header .mega-menu {
    min-width: 0;
    width: 100%;
  }
  .mega-shell {
    grid-template-columns: 220px minmax(0, 1fr);
    min-height: 0;
  }
  .mega-promo {
    display: none;
  }
}

@media (max-width: 991px) {
  .main-header .mega-menu {
    padding: 0;
    border-radius: 16px;
  }
  .mega-shell {
    grid-template-columns: 1fr;
  }
  .mega-aside {
    padding: 18px 0;
    border-right: 0;
    border-bottom: 1px solid #f0f0f0;
  }
  /* Stacked on small screens, so the panels go back into the flow. */
  .mega-panel {
    position: static;
    padding: 20px;
    overflow: visible;
  }
  .mega-panel-title {
    min-height: 0;
    font-size: 20px;
  }
  .mega-sub-list {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   About — "10 years. Many milestones." horizontal timeline
   ============================================================ */
/* ============================================================
   Journey — /about
   A scroll story: the milestones read down the right, the panel on
   the left stays put and changes to the one being read.
   ============================================================ */
.journey-story {
  display: grid;
  grid-template-columns: minmax(0, 26rem) minmax(0, 1fr);
  gap: 5rem;
  align-items: start;
}

/* The panel */
.journey-stage {
  position: sticky;
  top: 7rem;
}

.journey-stage-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  border-radius: 26px;
  background: linear-gradient(150deg, #eaf3fa, #e8e6fb 55%, #fdeaf1);
  box-shadow: 0 30px 70px rgba(23, 23, 40, .16);
}

.journey-stage-shot {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity .6s ease, transform .9s ease;
}

.journey-stage-shot.is-active {
  opacity: 1;
  transform: none;
}

.journey-stage-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.journey-stage-shot figcaption {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  z-index: 1;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  text-shadow: 0 2px 10px rgba(0, 0, 0, .5);
}

.journey-stage-shot::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(10, 12, 20, .72) 100%);
}

/* A milestone with no picture keeps the frame's own wash. */
.journey-stage-shot.is-empty::after {
  background: linear-gradient(180deg, transparent 45%, rgba(10, 12, 20, .35) 100%);
}

/* The year, oversized and half transparent, sitting over the frame. */
.journey-stage-year {
 position: absolute;
    top: 4px;
    left: 14px;
    z-index: 2;
    color: rgba(255, 255, 255, .9);
    font-size: clamp(64px, 7vw, 50px);
    font-weight: 700;
    letter-spacing: -.03em;
    line-height: 1;
    -webkit-text-stroke: 1px rgba(28, 99, 184, .55);
    text-shadow: 0 10px 30px rgba(23, 23, 40, .18);
    pointer-events: none;
}

.journey-stage-foot {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 22px;
}

.journey-counter {
  color: #9aa7b4;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .14em;
  white-space: nowrap;
}

.journey-counter b {
  color: #008ed3;
  font-size: 15px;
}

.journey-progress {
  position: relative;
  flex: 1;
  height: 3px;
  border-radius: 3px;
  background: rgba(47, 155, 220, .16);
  overflow: hidden;
}

.journey-progress-bar {
  position: absolute;
  inset: 0 auto 0 0;
  width: 0;
  border-radius: 3px;
  background: linear-gradient(90deg, #3255A5 0%, #2FC1F0 100%);
  transition: width .5s ease;
}

/* The story */
.journey-steps {
  position: relative;
  margin: 0;
  padding: 0 0 0 2.6rem;
  list-style: none;
}


/* The line the milestones hang from. */
.journey-steps::before {
  content: "";
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 5px;
  width: 2px;
  background: linear-gradient(180deg, rgba(47, 155, 220, .4), rgba(167, 139, 250, .35), transparent);
}

.journey-step {
  position: relative;
  padding: 0 0 3.6rem;
  /* Dimmed until it is the one being read, but still legible. */
  opacity: .45;
  transition: opacity .45s ease;
}

.journey-step.is-active {
  opacity: 1;
}

.journey-step:last-child {
  padding-bottom: 0;
}

.journey-step-marker {
  position: absolute;
  top: 8px;
  left: -2.6rem;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 2px rgba(47, 155, 220, .45);
  transition: background .35s ease, box-shadow .35s ease, transform .35s ease;
}

.journey-step.is-active .journey-step-marker {
  box-shadow: 0 0 0 6px rgba(47, 155, 220, .16);
  transform: scale(1.15);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
    background: linear-gradient(90deg, #3255A5 0%, #2FC1F0 100%);
    box-shadow: 0px 3px 15px 0px #FFFFFF33;
}

.journey-step-year {
  display: inline-block;
  margin-bottom: 6px;
  /* background: linear-gradient(90deg, #1c63b8, #a78bfa); */
  /* -webkit-background-clip: text; */
  background-clip: text;
  color: #1c63b8;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .1em;
}

.journey-step-title {
  margin: 0 0 10px;
  color: #16181d;
  font-size: clamp(20px, 2.2vw, 26px);
  font-weight: 600;
  line-height: 1.3;
}

/* The inline picture belongs to the narrow layout only. */
.journey-step-shot {
  display: none;
}

.journey-step-text {
  max-width: 34rem;
  color: #6b6b6b;
    font-weight: 100;
    font-size: 17px;
  line-height: 1.85;
      font-family: 'Gotham', sans-serif;
}

.journey-step-text p {
  margin-bottom: 10px;
}

.journey-step-text p:last-child {
  margin-bottom: 0;
}

.journey-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 14px;
}

.journey-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 13px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(47, 155, 220, .12), rgba(167, 139, 250, .14));
  color: #486b8c;
  font-size: 11px;
  letter-spacing: .02em;
  white-space: nowrap;
}

.journey-tag::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: linear-gradient(180deg, #2f9bdc, #a78bfa);
}

@media (max-width: 991.98px) {
  .journey-story {
    grid-template-columns: minmax(0, 1fr);
    gap: 2rem;
  }

  /* The panel gives way to a picture inside each milestone. */
  .journey-stage {
    display: none;
  }

  .journey-step {
    opacity: 1;
  }

  .journey-step-shot {
    display: block;
    overflow: hidden;
    margin: 14px 0;
    border-radius: 18px;
  }

  .journey-step-shot img {
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
}

/* ============================================================
   FAQ section — shared by the home page, services and content
   pages. Scoped to .faq-sec so other accordions keep their own
   styling.
   ============================================================ */
.faq-sec .faq-intro {
  position: sticky;
  top: 110px;
}
.faq-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  padding: 5px 14px;
  border-radius: 50px;
  background: rgba(255, 77, 0, .10);
  color: #1E8ECE;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.faq-sec .faq-intro .web-txt {
  font-size: 15px;
  line-height: 1.75;
  color: #6b6b6b;
}
.faq-ask {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  /* margin-top: 26px; */
  font-size: 14px;
  color: #6b6b6b;
  text-decoration: none;
}
.faq-ask span {
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .02em;
}
.faq-ask i {
  margin-left: 4px;
  transition: transform .3s ease;
}
.faq-ask:hover {
  color: #6b6b6b;
}
.faq-ask:hover i {
  transform: translateX(5px);
}

/* Each question is its own card rather than a divider list. */
.faq-accordion .accordion-item {
  margin-bottom: 14px;
  border: 1px solid #ececec !important;
  border-radius: 16px !important;
  background: #fff;
  overflow: hidden;
  transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease;
}
.faq-accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.faq-accordion .accordion-item:hover {
  border-color: rgb(30 142 206 / 36%) !important;
}
.faq-accordion .accordion-item:has(.accordion-button:not(.collapsed)) {
  border-color: rgb(30 142 206 / 36%) !important;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .06);
}

.faq-accordion .accordion-button {
  gap: 18px;
  align-items: flex-start;
  padding: 22px 24px !important;
  background: none !important;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.45;
  color: #141414 !important;
}
.faq-accordion .accordion-button:not(.collapsed) {
  padding-bottom: 12px !important;
  color: #1E8ECE !important;
}
.faq-accordion .faq-question {
  flex: 1;
}

/* Circular +/− control, filled once the answer is open. */
.faq-accordion .accordion-button::after {
  content: '+' !important;
  flex: 0 0 32px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin: 0;
  border: 1px solid #e4e4e4;
  border-radius: 50%;
  background: #fafafa !important;
  color: #2B2B2B;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  transition: all .3s ease;
}
.faq-accordion .accordion-button:not(.collapsed)::after {
  content: '−' !important;
  margin: 0 !important;
  padding: 0 !important;
  border-color: #1E8ECE;
  background: #1E8ECE !important;
  color: #fff;
}
.faq-accordion .accordion-button:hover::after {
  border-color: #1E8ECE;
  color: #1E8ECE;
}
.faq-accordion .accordion-button:not(.collapsed):hover::after {
  color: #fff;
}

.faq-accordion .accordion-body {
  padding: 0 74px 24px 24px;
  font-size: 15.5px;
  line-height: 1.8;
  color: #6b6b6b;
}
.faq-accordion .accordion-body p:last-child {
  margin-bottom: 0;
}
.faq-accordion .accordion-body a {
  color: #1E8ECE;
}
.faq-accordion .accordion-body ul,
.faq-accordion .accordion-body ol {
  margin-bottom: 0;
  padding-left: 20px;
}

@media (max-width: 991px) {
  .faq-sec .faq-intro {
    position: static;
  }
  .faq-accordion .accordion-button {
    padding: 18px 18px !important;
    font-size: 16px;
  }
  .faq-accordion .accordion-body {
    padding: 0 60px 20px 18px;
  }
}

/* Work listing — filters moved from the sidebar to a bar above the grid */
.work-filter-bar {
  padding: 22px;
  border: 1px solid #ececec;
  border-radius: 18px;
  background: #fff;
}
.work-filter-label {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .02em;
  color: #6b6b6b;
  text-transform: uppercase;
}
.work-filter-bar .form-control,
.work-filter-bar .form-select {
  height: 46px;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  background: #fcfcfc;
  font-size: 14px;
  box-shadow: none;
  font-weight: 200;
}
.work-filter-bar .form-control:focus,
.work-filter-bar .form-select:focus {
  border-color: #1E8ECE;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(255, 77, 0, .10);
}
.work-filter-spinner {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  color: #1E8ECE;
}
.work-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: #6b6b6b;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
}
.work-back:hover {
  color: #1E8ECE;
}
.gallery-video-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 220px;
  border-radius: 12px;
  background: #f2f2f2;
  color: #1E8ECE;
  font-size: 34px;
}

.rich-text{font-weight: 200;}

/* Rich-text blocks written in the admin editor */
.rich-text p:last-child {
  margin-bottom: 0;
}
.rich-text ul,
.rich-text ol {
  margin: 0 0 14px;
  padding-left: 20px;
}
.rich-text li {
  margin-bottom: 6px;
}
.rich-text h2 {
  margin: 22px 0 10px;
  font-size: 24px;
  font-weight: 600;
}
.rich-text h3 {
  margin: 18px 0 8px;
  font-size: 19px;
  font-weight: 600;
}
.rich-text a {
  color: #1E8ECE;
}
/* Inside a list item the editor's own paragraph must not break the line. */
.rich-inline p {
  display: inline;
  margin: 0;
}

/* ---------------------------------------------------------------
   News — press coverage listing and detail
   --------------------------------------------------------------- */
.news-clear-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border: 1px solid #e6e6e6;
  border-radius: 999px;
  background: #fff;
  color: #6b6b6b;
  font-size: 13px;
  transition: all .2s ease;
}
.news-clear-btn:hover {
  border-color: #1E8ECE;
  color: #1E8ECE;
}
.news-item {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #ececec;
  border-radius: 18px;
  background: #fff;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.news-item:hover {
  transform: translateY(-4px);
  border-color: #ffd9c6;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .08);
}
.news-item-media {
  position: relative;
  display: block;
  overflow: hidden;
  /* aspect-ratio: 16 / 9; */
  background: #f4f4f4;
}
.news-item-media.is-empty::after {
  content: "ANTS";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c9c9c9;
  font-weight: 700;
  letter-spacing: .3em;
}
.news-item-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}
.news-item:hover .news-item-media img {
  transform: scale(1.05);
}
.news-item-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(0, 0, 0, .62);
  color: #fff;
  font-size: 11px;
  letter-spacing: .04em;
  text-transform: uppercase;
  backdrop-filter: blur(4px);
}
.news-item-tag.static {
  position: static;
  background: #111;
}
.news-item-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
}
.news-item-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
}
.news-item-channel {
  color: #1E8ECE;
  font-weight: 600;
  letter-spacing: .03em;
  text-transform: uppercase;
}
.news-item-date {
  color: #8a8a8a;
}
.news-item-date::before {
  content: "•";
  margin-right: 10px;
  color: #d4d4d4;
}
.news-item-title {
  margin: 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
}
.news-item-title a {
  color: #111;
  text-decoration: none;
}
.news-item-title a:hover {
  color: #1E8ECE;
}
.news-item-excerpt {
  margin: 0;
  color: #6b6b6b;
  font-size: 14px;
  line-height: 1.6;
}
.news-item-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 8px;
  color: #111;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}
.news-item-link:hover {
  color: #1E8ECE;
}
.news-item-link i {
  font-size: 11px;
}
.news-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: #6b6b6b;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
}
.news-back:hover {
  color: #1E8ECE;
}
.news-detail-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 12px;
}
.news-detail-title {
  margin-bottom: 24px;
  line-height: 1.25;
}
.news-detail-media {
  overflow: hidden;
  margin-bottom: 26px;
  border-radius: 18px;
}
.news-detail-media img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.news-detail-summary {
  margin-bottom: 28px;
  font-size: 18px;
  line-height: 1.7;
}

/* ============================================================
   Header — Work / Insights dropdown panels
   ============================================================ */
.nav-panel-dropdown .dropdown-toggle::after {
  transition: transform .2s ease;
}
.nav-panel-dropdown:hover .dropdown-toggle::after {
  transform: translateY(2px);
}
.main-header .nav-panel-dropdown {
  position: relative;
}
.main-header .nav-panel {
  /* Positioned by hand rather than by Bootstrap's popper, so the panel can
     open on hover like the services mega menu does. */
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 330px;
  margin-top: 6px;
  padding: 18px;
  border: none;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .12);
}
/* Fades in place — a sliding panel reads as the header jumping. */
@keyframes navPanelIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@media (min-width: 992px) {
  .main-header .nav-panel-dropdown:hover > .nav-panel {
    display: block;
    animation: navPanelIn .2s ease;
  }
}
.main-header .nav-panel.show {
  display: block;
}
.nav-panel-title {
  display: block;
  padding: 0 12px 12px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #8a8a8a;
}
.nav-panel-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-panel-list li::before {
  content: none;
}
.nav-panel-link {
  display: flex;
  align-items: center;
  gap: 14px;
  /* A fixed row so the hover state cannot resize the panel. */
  min-height: 62px;
  padding: 12px;
  border-radius: 14px;
  color: #1a1a1a;
  text-decoration: none;
  transition: background .2s ease, color .2s ease;
}
.nav-panel-link:hover {
  background: #f5f9fc;
  color: #0d8ecf;
}
.nav-panel-icon {
  display: flex;
  flex: 0 0 38px;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  background: #f1f5f8;
  color: #0d8ecf;
  font-size: 14px;
  transition: background .2s ease, color .2s ease;
}
.nav-panel-link:hover .nav-panel-icon {
  background: #0d8ecf;
  color: #fff;
}
.nav-panel-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.nav-panel-label {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
}
/* Reserves the bold width so nothing reflows on hover. */
.nav-panel-label::after {
  content: attr(data-text);
  display: block;
  height: 0;
  overflow: hidden;
  font-weight: 700;
  visibility: hidden;
  pointer-events: none;
}
.nav-panel-description {
  color: #7a7a7a;
  font-size: 12.5px;
  line-height: 1.45;
}
.nav-panel-chevron {
  flex: 0 0 auto;
  font-size: 11px;
  color: #cfcfcf;
  transition: transform .2s ease, color .2s ease;
}
.nav-panel-link:hover .nav-panel-chevron {
  color: #0d8ecf;
  transform: translateX(3px);
}

@media (max-width: 991px) {
  .main-header .nav-panel {
    position: static;
    min-width: 0;
    margin-top: 0;
    padding: 8px 0;
    box-shadow: none;
  }
  .nav-panel-title {
    display: none;
  }
  .nav-panel-link {
    min-height: 0;
    padding: 10px 4px;
  }
}

/* ============================================================
   Announcement bar
   ============================================================ */
.announcement-bar {
  position: relative;
  z-index: 1031;
  padding: 10px 0;
  background: var(--announcement-bg, #111);
  color: var(--announcement-fg, #fff);
  font-size: 14px;
}
.announcement-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 18px;
}
.announcement-message {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: inherit;
  line-height: 1.45;
  text-align: center;
}
.announcement-message i {
  opacity: .85;
}
.announcement-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 16px;
  border: 1px solid currentColor;
  border-radius: 999px;
  color: inherit;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: background .2s ease, color .2s ease;
}
.announcement-link:hover {
  background: var(--announcement-fg, #fff);
  color: var(--announcement-bg, #111);
}
.announcement-link i {
  font-size: 11px;
}
.announcement-close {
  position: absolute;
  top: 50%;
  right: 18px;
  padding: 4px 8px;
  border: 0;
  background: transparent;
  color: inherit;
  font-size: 15px;
  line-height: 1;
  opacity: .7;
  transform: translateY(-50%);
  transition: opacity .2s ease;
}
.announcement-close:hover {
  opacity: 1;
}

@media (max-width: 767px) {
  .announcement-bar {
    padding: 9px 34px 9px 12px;
    font-size: 13px;
  }
  .announcement-inner {
    gap: 6px 12px;
  }
  .announcement-close {
    right: 8px;
  }
}

/* Results and Impact — one row of cards per group (Digital, PR, Tech …) */
.impact-row + .impact-row {
  margin-top: 46px;
}
.impact-row-title {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
  font-size: 20px;
  font-weight: 600;
  color: #111;
}
.impact-row-title::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, #e6e6e6, transparent);
}

@media (max-width: 767px) {
  .impact-row + .impact-row {
    margin-top: 34px;
  }
  .impact-row-title {
    font-size: 17px;
  }
}

/* Contact form — service and sub-service chips */
.choice-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.choice-chip {
  position: relative;
  margin: 0;
  cursor: pointer;
}
.choice-chip input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.choice-chip span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  border: 1px solid #e3e3e3;
  border-radius: 999px;
  background: #fff;
  color: #4a4a4a;
  font-size: 14px;
  line-height: 1.2;
  transition: border-color .2s ease, background .2s ease, color .2s ease;
}
.choice-chip span::before {
   content: "+";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 12px;
    height: 12px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #b8b8b8;
}
.choice-chip:hover span {
  border-color: #1E8ECE;
  color: #111;
}
.choice-chip input:checked + span {
  border-color: #1E8ECE;
  background: #1E8ECE;
  color: #fff;
}
.choice-chip input:checked + span::before {
     content: "✓";
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
}
.choice-chip input:focus-visible + span {
  outline: 2px solid #1E8ECE;
  outline-offset: 2px;
}
.choice-group + .choice-group {
  margin-top: 14px;
}
.choice-group-title {
  display: block;
  margin-bottom: 8px;
  color: #8a8a8a;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
}

/* ============================================================
   Sub service pages — /services/{service}/{sub-service}
   ============================================================ */
/* .subservice {
  background:
    radial-gradient(60rem 40rem at 85% 4%, rgba(255, 214, 196, .40), transparent 60%),
    radial-gradient(55rem 42rem at 8% 2%, rgba(214, 219, 255, .45), transparent 60%),
    radial-gradient(50rem 40rem at 95% 55%, rgba(255, 226, 214, .35), transparent 60%),
    #fff;
} */

/* Hero */
.ss-hero {
  position: relative;
  overflow: hidden;
  padding: 60px 0 54px;
      height: 90vh;
    justify-content: center;
    display: flex;
    align-items: center;
}
.ss-hero-arc {
  position: absolute;
  top: -16rem;
  left: 50%;
  width: 58rem;
  height: 58rem;
  border: 1px solid rgba(0, 0, 0, .07);
  border-radius: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
.ss-hero-star {
  position: absolute;
  top: 3.5rem;
  left: 6%;
  width: 54px;
  opacity: .9;
  pointer-events: none;
}
.ss-hero-inner {
  position: relative;
  max-width: 790px;
  margin: 0 auto;
  text-align: center;
}
.ss-eyebrow {
    margin-bottom: 18px;
    color: #2f9bdc;
    font-size: 11px;
    font-weight: 600;
    background: #EAF8FF;
    padding: 12;
    text-transform: uppercase;
    padding: 12px;
    border-radius: 72px;
}
.ss-hero-title {
    font-weight: 500;
    font-style: Bold;
    padding-bottom: 15px;
    font-size: 48px;
    line-height: 55px;
    letter-spacing: 0%;
    background: linear-gradient(183.85deg, #282828 79.31%, rgba(119, 119, 119, .88) 102.78%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
        text-align: center;
}
.ss-hero-intro {
    font-family: 'Gotham', sans-serif;
    font-weight: 100;
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0%;
    /* filter: drop-shadow(3px 6px 4px #A7A7A740); */
    padding: 5px 0;
}
.ss-hero-intro p {
  margin: 0;
}
.ss-hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
.ss-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 130px;
  padding: 10px 26px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}
.ss-btn-primary {
 display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    border: 1px solid #2f9bdc;
    border-radius: 999px;
    background: #2f9bdc;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
    background: linear-gradient(90deg, #3255A5 0%, #2FC1F0 100%);
    box-shadow: 0px 3px 15px 0px #FFFFFF33;
}
.ss-btn-primary:hover {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(47, 155, 220, .32);
}
.ss-btn-ghost {
  border: 1px solid #dcdcdc;
  background: #fff;
  color: #111;
}
.ss-btn-ghost:hover {
  border-color: #2f9bdc;
  color: #2f9bdc;
}

/* Shared section furniture */
/* .ss-section {
  padding: 34px 0;
} */
.ss-heading {
    font-weight: 500;
    font-style: Medium;
    font-size: 35px;
    line-height: 130%;
    letter-spacing: 0%;
}
.ss-kicker {
  display: block;
  margin-bottom: 10px;
  color: #9a9a9a;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
}

/* Overview + sidebar */
.ss-overview {
  /* padding: 34px 0; */
}
.ss-overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 21rem;
  gap: 5.5rem;
  align-items: start;
}
.ss-copy {
  max-width: 34rem;
  margin-top: 18px;
  color: #5f5f5f;
  font-size: 14px;
  line-height: 1.8;
}
.ss-copy p {
  margin-bottom: 16px;
}

/* The four cards under the copy */
.ss-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 26px;
}
.ss-benefit {
  padding: 18px;
  border: 1px solid #ececec;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .03);
  transition: border-color .2s ease, transform .2s ease;
}
.ss-benefit:hover {
  border-color: #cfe6f6;
  transform: translateY(-2px);
}
.ss-benefit-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  margin-bottom: 12px;
  /* border: 1px solid #e6eef5; */
  border-radius: 9px;
  /* background: #f5fafd; */
  color: #2f9bdc;
  font-size: 13px;
}
.ss-benefit-icon img {
  /* width: 16px;
  height: 16px; */
  object-fit: contain;
}


/* Sidebar */
.ss-aside {
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.ss-aside-card {
  padding: 16px;
  border: 1px solid #e9e9e9;
  border-radius: 12px;
  background: #fff;
}
.ss-aside-service {
  display: block;
 font-family: Inter;
font-weight: 500;
font-style: Medium;
font-size: 12px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 6%;
text-transform: uppercase;

}
.ss-aside-label {
  display: block;
font-family: Gotham;
font-weight: 325;
font-size: 12px;
line-height: 100%;
letter-spacing: 6%;
text-transform: uppercase;
margin-bottom: 15px;
}
.ss-aside-featured {
  display: inline-block;
  margin-bottom: 18px;
  padding: 6px 18px;
  border: 1px solid #bfe0f4;
  border-radius: 999px;
  background: #f2f9fd;
  color: #2f9bdc;
  font-size: 12px;
  font-weight: 500;
}
.ss-aside-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ss-aside-list li::before {
  content: none;
}
.ss-aside-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  padding: 8px 10px;
  border: 1px solid #ececec;
  border-radius: 8px;
  color: #444;
  font-size: 11.5px;
  line-height: 1.3;
  text-decoration: none;
  transition: border-color .2s ease, color .2s ease;
}
.ss-aside-list a:hover {
  border-color: #2f9bdc;
  color: #2f9bdc;
}
.ss-aside-list i {
  flex: 0 0 auto;
  font-size: 8px;
  color: #c4c4c4;
}
.ss-aside-cta {
  padding: 20px 18px;
  border-radius: 12px;
  background: linear-gradient(160deg, #35a3e0 0%, #1f8fd0 100%);
  color: #fff;
  text-align: center;
}
/* .ss-aside-cta h3 {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 700;
} */
/* .ss-aside-cta-text {
  margin-bottom: 14px;
  font-size: 11.5px;
  line-height: 1.6;
  opacity: .95;
} */
.ss-aside-cta-text p {
  margin: 0;
}
.ss-aside-btn {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 999px;
  background: #fff;
  color: #1f8fd0;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}
.ss-aside-btn:hover {
  color: #1f8fd0;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .16);
}

/* Why brands choose us */
.ss-choose-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  /* max-width: 46rem; */
}
.ss-choose-card {
  position: relative;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  border-radius: 12px;
  background: #eee;
}
.ss-choose-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}
.ss-choose-card:hover img {
  transform: scale(1.05);
}
.ss-choose-card figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  color: #fff;
  line-height: 1.25;
    font-size: 12px;
    line-height: 1.6;
}
.ss-choose-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, .55) 100%);
}
.ss-choose-card figcaption {
  z-index: 1;
}

.service-name{
  border-bottom: 1px solid #2f9bdc3d;
    display: block;
    padding: 12px 0;
    margin-bottom: 18px !important;
}

/* Our process — one panel open, the rest collapsed to a vertical title.
   Hovering (or focusing) a panel opens it. */
.ss-process {
  display: flex;
  gap: 14px;
  width: 100%;
  max-width: 90rem;
  height: 25rem;
  overflow: hidden;
}
.ss-step {
  position: relative;
  display: flex;
  flex: 1 1 0;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  padding: 20px 18px;
  border: 1px solid #efe9e6;
  border-radius: 18px;
  background: linear-gradient(160deg, #fbf8f6 0%, #f3eeeb 100%);
  cursor: pointer;
  /* Only the grow factor moves: a fixed width with a min-width cannot be
     animated, which is what made the panels snap open. */
  transition:
    flex-grow .55s cubic-bezier(.22, 1, .36, 1),
    background .45s ease,
    border-color .45s ease,
    box-shadow .45s ease;
}

/* The collapsed panel's label, read from the step's own title so it can
   cross-fade with the open copy rather than flipping on the spot. */
.ss-step::after {
  content: attr(data-title);
  position: absolute;
  bottom: 1.6rem;
  left: 50%;
  writing-mode: vertical-rl;
  transform: translateX(-50%) rotate(180deg);
  color: #111;
  font-size: 21px;
  font-weight: 500;
  white-space: nowrap;
  opacity: 1;
  transition: opacity .3s ease .15s;
  pointer-events: none;
}

.ss-step.is-open::after {
  opacity: 0;
  transition-delay: 0s;
}
.ss-step:focus-visible {
  outline: 2px solid #2f9bdc;
  outline-offset: 2px;
}
.svc-services-list{   
   padding: 0;
    list-style: none;}
.svc-services-list li {
    display: inline-block;
    padding: 6px 8px;
    background: #EAF8FF;
    padding: 5px 2px;
    margin: 3px 6px;
    border-radius: 50px;
}

    .svc-services-list li a{   
       text-decoration: none;
    color: black;
    line-height: 19px;
    font-size: 11px;
    padding: 12px;
  }  

.ss-step.is-open {
  flex-grow: 3.4;
  border-color: #bfdcf1;
  background: linear-gradient(
    150deg,
    #ffffff 0%,
    #f7f9fb 55%,
    #eef4f9 100%
  );

  box-shadow: 0 10px 30px rgba(31, 143, 208, .07);
}

/* STEP / (02) — stacked and centred while collapsed, a rule when open */
.ss-step-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
.ss-step.is-open .ss-step-head {
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
.ss-step-word,
.ss-step-index {
  color: #b9b1ac;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  white-space: nowrap;
}
.ss-step.is-open .ss-step-index {
  display: none;
}
.ss-step-rule {
  display: none;
  flex: 1;
  height: 1px;
  background: #e4dedb;
}
.ss-step.is-open .ss-step-rule {
  display: block;
}

/* The blue disc. It is taken out of the flow so the collapsed panel keeps
   its own layout, and eases in with the copy. */
.ss-step-number {
  position: absolute;
  top: 3.4rem;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9.4rem;
  height: 9.4rem;
  border-radius: 50%;
  background: #3d86b8;
  color: #fff;
  font-size: 40px;
  font-weight: 300;
  letter-spacing: .02em;
  opacity: 0;
  transform: scale(.7);
  transition: opacity .4s ease, transform .55s cubic-bezier(.22, 1, .36, 1);
  pointer-events: none;
}

.ss-step.is-open .ss-step-number {
  opacity: 1;
  transform: none;
  transition-delay: .1s;
}

/* Title and copy — one layer, out of the flow, easing up into place. */
.ss-step-body {
  position: absolute;
  right: 20px;
  bottom: 22px;
  left: 20px;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity .4s ease,
    transform .55s cubic-bezier(.22, 1, .36, 1);
  pointer-events: none;
}

.ss-step.is-open .ss-step-body {
  opacity: 1;
  transform: none;
  transition-delay: .12s;
  pointer-events: auto;
}

.ss-step-title {
  margin: 0 0 10px;
  color: #111;
  font-size: 23px;
  font-weight: 500;
}

.ss-step-text {
  display: block;
  max-width: 22rem;
  margin: 0;
    font-family: 'Gotham', sans-serif;
    font-weight: 100;
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0%;
    /* filter: drop-shadow(3px 6px 4px #A7A7A740); */
    padding: 5px 0;
}
.sub-service-heading{
font-weight: 500;
font-style: Medium;
font-size: 35px;
line-height: 130%;
letter-spacing: 0%;
}


/* Strategy that delivers */
.ss-work-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 46rem;
}
.ss-work {
  display: block;
  color: inherit;
  text-decoration: none;
}
.ss-work img {
  width: 100%;
  /* aspect-ratio: 16 / 11; */
  margin-bottom: 12px;
  border-radius: 10px;
  object-fit: cover;
}
.ss-work h4 {
  margin: 0 0 4px;
  color: #111;
  font-size: 14px;
  font-weight: 300;
}
.ss-work p {
  margin: 0;
  color: #7b7b7b;
  font-size: 12px;
  line-height: 1.6;
}
.ss-work:hover h4 {
  color: #2f9bdc;
}

/* FAQs — a plain list of questions */
.ss-faq {
  max-width: 46rem;
}
.ss-faq-item + .ss-faq-item {
  border-top: 1px solid #ececec;
}
.ss-faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  padding: 18px 0;
  border: 0;
  background: transparent;
  color: #111;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}
.ss-faq-question i {
  flex: 0 0 auto;
  color: #a8a8a8;
  font-size: 11px;
  transition: transform .2s ease;
}
.ss-faq-question:not(.collapsed) i {
  transform: rotate(180deg);
}
.ss-faq-answer {
  padding: 0 0 18px;
  color: #6f6f6f;
  font-size: 13px;
  line-height: 1.75;
}

@media (max-width: 991px) {
  .ss-overview-grid {
    grid-template-columns: 1fr;
  }
  .ss-aside {
    position: static;
  }
  .ss-choose-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ss-work-grid {
    grid-template-columns: 1fr;
  }
  .ss-process {
    flex-direction: column;
    height: auto;
  }
  /* .ss-step,
  .ss-step.is-open {
    flex: 1 1 0;  
  } */
  .ss-step-head {
    flex-direction: row;
    align-items: center;
    gap: 10px;
  }
  .ss-step-title,
  .ss-step.is-open .ss-step-title {
    align-self: flex-start;
    margin: 12px 0 8px;
    transform: none;
    writing-mode: horizontal-tb;
  }
  .ss-step-text,
  .ss-step .ss-step-number {
    display: block;
  }
  .ss-step .ss-step-number {
    display: flex;
    width: 5rem;
    height: 5rem;
    margin: 8px 0;
    font-size: 24px;
  }
}

@media (max-width: 575px) {
  .ss-benefits,
  .ss-aside-list {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   Closing call to action + footer
   ============================================================ */
.closing-cta {
  padding: 46px 0 0;
  background: linear-gradient(180deg, #dcecf7 0%, #e9f3fa 100%);
}
/* .closing-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 20px;
  align-items: end;
} */
.closing-cta-copy {
  padding-bottom: 56px;
}
.closing-cta-title {
  max-width: 20ch;
  margin: 0 0 16px;
  color: #111;
  font-size: clamp(26px, 3.4vw, 40px);
  font-weight: 700;
  line-height: 1.22;
}
.closing-cta-text {
  max-width: 46ch;
  margin: 0 0 26px;
  color: #4f5b63;
  font-size: 15px;
  line-height: 1.7;
}
.closing-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.closing-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  border: 1px solid #2f9bdc;
  border-radius: 999px;
  background: #2f9bdc;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
      background: linear-gradient(90deg, #3255A5 0%, #2FC1F0 100%);
      box-shadow: 0px 3px 15px 0px #FFFFFF33;
}
.closing-cta-btn:hover {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(47, 155, 220, .3);
}
.closing-cta-btn.is-ghost {
  border-color: #b9cfdd;
  background: transparent;
  color: #26333c;
}
.closing-cta-btn.is-ghost:hover {
  border-color: #2f9bdc;
  background: #fff;
  color: #2f9bdc;
  box-shadow: none;
}
.closing-cta-art {
  align-self: end;
}
.closing-cta-art img {
  display: block;
  width: 100%;
  height: auto;
}

/* Footer */
.site-footer {
  padding: 54px 0 0;
  background: linear-gradient(180deg, #fbfcfd 0%, #eaf3fa 100%);
  color: #26333c;
}
.site-footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 22rem) minmax(0, 1fr);
  gap: 3rem;
  align-items: start;
}
.site-footer-logo {
  width: 132px;
  margin-bottom: 24px;
}
.site-footer-company {
  margin: 0 0 10px;
  color: #111;
  font-size: 17px;
  font-weight: 600;
}
.site-footer-address {
  max-width: 30ch;
  margin: 0 0 22px;
  color: #77848c;
  font-size: 14px;
  font-style: normal;
  line-height: 1.6;
}
.site-footer-block {
  margin-bottom: 22px;
}
.site-footer-label {
  display: block;
  margin-bottom: 6px;
  color: #111;
  font-size: 15px;
  font-weight: 600;
}
.site-footer-block a {
  color: #4a90c4;
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.site-footer-block a:hover {
  color: #2f9bdc;
}
.site-footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 4px;
}
.site-footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #2f9bdc;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease;
}
.site-footer-social a:hover {
  color: #fff;
  background: #1f8fd0;
  transform: translateY(-2px);
}
.site-footer-partners {
  max-width: 21rem;
  margin-top: 4px;
}

/* Link columns */
.site-footer-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}
.site-footer-grid {
  grid-template-columns: minmax(0, 20rem) minmax(0, 1fr);
}
.site-footer-links h5 {
  margin: 0 0 14px;
  color: #111;
  font-size: 16px;
  font-weight: 600;
}
.site-footer-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer-links li {
  margin-bottom: 9px;
}
.site-footer-links li::before {
  content: none;
}
.site-footer-links a {
    color: black;
    font-weight: 100;
    font-size: 14px;
    text-decoration: none;
    transition: color .2s ease;
}
.site-footer-links a:hover {
  color: #2f9bdc;
}
/* Offices */
.site-footer-offices {
  position: relative;
  margin-top: 40px;
}
.site-footer-offices h5 {
  margin: 0 0 20px;
  color: #111;
  font-size: 17px;
  font-weight: 600;
}
.site-footer-offices-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 3rem;
  max-width: 46rem;
}
.site-footer-office-city {
  display: block;
  margin-bottom: 6px;
  color: #111;
  font-size: 15px;
  font-weight: 500;
}
.site-footer-office address {
  max-width: 32ch;
  margin: 0;
  color: #77848c;
  font-size: 14px;
  font-style: normal;
  line-height: 1.6;
}
.site-footer-office address p {
  margin: 0;
  font-weight: 100;
  font-size: 13px !important;
  color: black;
}
.site-footer-mascot {
  position: absolute;
  right: 0;
  bottom: -1.5rem;
  width: 100%;
  max-width: 16rem;
}


/* Bottom bar */
.site-footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 34px;
  padding: 18px 0 24px;
  border-top: 1px solid #dbe6ee;
}
.site-footer-bottom p {
  margin: 0;
  color: #6c7a83;
  font-size: 13px;
}
.site-footer-bottom-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
}
.site-footer-bottom-links a {
  color: #6c7a83;
  font-size: 13px;
  text-decoration: none;
}
.site-footer-bottom-links a:hover {
  color: #2f9bdc;
}
.site-footer-note {
  color: #6c7a83;
  font-size: 13px;
}

@media (max-width: 991px) {
  .closing-cta-inner,
  .site-footer-grid {
    grid-template-columns: 1fr;
  }
  .closing-cta-copy {
    padding-bottom: 24px;
  }
  .site-footer-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .site-footer-mascot {
    position: static;
    display: block;
    margin: 24px auto 0;
  }
}
/* 
@media (max-width: 575px) {
  .site-footer-links,
  .site-footer-offices-grid {
    grid-template-columns: 1fr;
  }
} */

/* The view count on a case study gallery card */
.gallery-metric-icon {
  width: 16px;
  height: auto;
}

/* Service and industry tags on a project page */
.work-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 30px;
}
.work-tag {
  padding: 6px 14px;
  border: 1px solid #e6e6e6;
  border-radius: 999px;
  background: #fff;
  color: #5a5a5a;
  font-size: 12.5px;
  line-height: 1.3;
}
.work-tag.is-industry {
  border-color: #cfe6f6;
  background: #f2f9fd;
  color: #0d8ecf;
  font-weight: 600;
}

/* The footer link for the page being viewed */
.site-footer-links a.is-active {
  color: #2f9bdc;
  font-weight: 600;
}
.site-footer-bottom-links a.is-active {
  color: #2f9bdc;
  font-weight: 600;
}

/* ============================================================
   Project page — /our-work/{slug}
   ============================================================ */
.workpage {
  background:
    radial-gradient(55rem 38rem at 88% 2%, rgba(255, 214, 196, .35), transparent 60%),
    radial-gradient(50rem 40rem at 6% 0%, rgba(214, 219, 255, .40), transparent 60%),
    #fff;
}

/* Hero */
.work-hero {
  position: relative;
  overflow: hidden;
  padding: 34px 0 54px;
}

.work-hero-arc {
  position: absolute;
  top: -20rem;
  left: 60%;
  width: 56rem;
  height: 56rem;
  border: 1px solid rgba(0, 0, 0, .06);
  border-radius: 50%;
  pointer-events: none;
}

.work-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 20rem);
  gap: 3rem;
  align-items: center;
  margin-top: 22px;
}

/* With no cover image the copy uses the full width. */
.work-hero-copy:only-child {
  grid-column: 1 / -1;
  max-width: 48rem;
}

.work-hero-eyebrow {
  display: block;
  margin-bottom: 14px;
  color: #2f9bdc;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.work-hero-title {
  margin: 0 0 16px;
  color: #111;
  font-size: clamp(32px, 4.4vw, 52px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -.01em;
}

.work-hero-lead {
  max-width: 34rem;
  margin: 0 0 22px;
  color: #5f5f5f;
  font-size: 16px;
  line-height: 1.75;
}

.work-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.work-hero-actions i {
  margin-left: 8px;
  font-size: 12px;
}

.work-hero-art img {
  width: 100%;
  /* A fixed shape, so a tall cover does not stretch the hero out. */
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 26px 60px rgba(23, 23, 40, .16);
}

/* Intro copy above the gallery */
.work-body {
  padding: 10px 0 64px;
}

.work-intro {
  max-width: 46rem;
  margin-bottom: 40px;
}

.work-section-title {
  margin: 0 0 14px;
  color: #111;
  font-size: clamp(24px, 2.6vw, 32px);
  font-weight: 700;
  line-height: 1.25;
}

.work-intro-copy {
  color: #5f5f5f;
  font-size: 15px;
  line-height: 1.8;
}

/* Gallery — every tile the same shape, so rows never run ragged */
.work-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.work-tile {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 16px;
  background: #f1f1f4;
  text-decoration: none;
  box-shadow: 0 10px 26px rgba(23, 23, 40, .08);
  transition: transform .3s ease, box-shadow .3s ease;
}

.work-tile:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 46px rgba(23, 23, 40, .16);
}

.work-tile-media {
  display: block;
  aspect-ratio: 4 / 3;
}

.work-tile-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Favours the top of a poster, where the title usually sits. */
  object-position: center 25%;
  transition: transform .5s ease;
}

.work-tile:hover .work-tile-media img {
  transform: scale(1.05);
}

/* A video with no still of its own still needs a surface behind the badge. */
.work-tile.is-playable .work-tile-media:not(:has(img)) {
  background: linear-gradient(150deg, #2b2b2b, #111);
}

.work-tile-badge {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .92);
  color: #111;
  font-size: 18px;
  transform: translate(-50%, -50%);
  transition: transform .25s ease, background .25s ease;
}

.work-tile:hover .work-tile-badge {
  background: #fff;
  transform: translate(-50%, -50%) scale(1.08);
}

.work-tile-badge .fa-play {
  margin-left: 3px;
}

.work-tile-caption {
  position: absolute;
  right: 16px;
  bottom: 14px;
  left: 16px;
  z-index: 1;
  color: #fff;
  font-size: 13px;
  line-height: 1.4;
}

.work-tile:has(.work-tile-caption)::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, .62) 100%);
}

/* Previous / next project */
.work-next {
  padding: 0 0 70px;
}

.work-next-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.work-next-card {
  display: block;
  padding: 26px 28px;
  border: 1px solid #ececec;
  border-radius: 18px;
  background: #fff;
  text-decoration: none;
  transition: border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}

.work-next-card:hover {
  border-color: transparent;
  transform: translateY(-3px);
  box-shadow: 0 20px 44px rgba(23, 23, 40, .12);
}

.work-next-card.is-next {
  text-align: right;
}

.work-next-label {
  display: block;
  margin-bottom: 10px;
  color: #9a9a9a;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.work-next-label i {
  margin: 0 8px;
  color: #2f9bdc;
}

.work-next-title {
  display: block;
  color: #111;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.work-next-card:hover .work-next-title {
  color: #2f9bdc;
}

.work-next-sub {
  display: block;
  margin-top: 6px;
  color: #6b6b6b;
  font-size: 13px;
  line-height: 1.6;
}

.work-next-all {
  margin-top: 26px;
  padding-top: 24px;
  border-top: 1px solid #ececec;
}

.work-next-all-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 8px;
}

.work-next-all-controls .form-select {
  width: auto;
  min-width: 18rem;
  height: 44px;
  border-radius: 999px;
}

@media (max-width: 991.98px) {
  .work-hero-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 2rem;
  }

  .work-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .work-next-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .work-next-card.is-next {
    text-align: left;
  }
}

@media (max-width: 575.98px) {
  .work-gallery {
    grid-template-columns: minmax(0, 1fr);
  }

  .work-next-all-controls .form-select {
    min-width: 0;
    width: 100%;
  }
}

/* ---------------------------------------------------------------
 | Blog hero slider — latest posts beside the listing headline
 | --------------------------------------------------------------- */
.blog-hero-slider {
  border-radius: 24px;
}

.blog-hero-slider .slick-list,
.blog-hero-slider .slick-track {
  border-radius: 24px;
}

.blog-hero-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 24px;
  text-decoration: none;
  box-shadow: 0 24px 60px rgba(23, 23, 40, .14);
}

.blog-hero-media {
  display: block;
  /* Fixed ratio keeps every slide the same height as the copy beside it. */
  aspect-ratio: 4 / 3;
  background: #f1f1f4;
}

.blog-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}

.blog-hero-card:hover .blog-hero-media img {
  transform: scale(1.05);
}

.blog-hero-body {
  position: absolute;
  inset: auto 0 0 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 28px 28px 56px;
  background: linear-gradient(180deg, transparent 0%, rgba(10, 10, 20, .78) 55%, rgba(10, 10, 20, .92) 100%);
}

.blog-hero-tag {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 999px;
  background: #fff;
  color: #1a1a1a;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.blog-hero-title {
  display: block;
  color: #fff;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
}

.blog-hero-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, .78);
  font-size: 12px;
}

.blog-hero-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .6);
}

.blog-hero-slider .slick-dots {
  bottom: 20px;
  left: 28px;
  width: auto;
  text-align: left;
}

.blog-hero-slider .slick-dots li,
.blog-hero-slider .slick-dots li button {
  width: 8px;
  height: 8px;
  margin: 0 4px;
  padding: 0;
}

.blog-hero-slider .slick-dots li button:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .45);
  opacity: 1;
}

.blog-hero-slider .slick-dots li.slick-active button:before {
  background: #fff;
  transform: scale(1.2);
}

@media (max-width: 991.98px) {
  .blog-hero-slider {
    margin-top: 8px;
  }

  .blog-hero-title {
    font-size: 18px;
  }

  .blog-hero-body {
    padding: 20px 20px 48px;
  }

  .blog-hero-slider .slick-dots {
    left: 20px;
  }
}

/* ============================================================
   Main service pages — /branding and friends.
   The sub service design, unchanged; only the few pieces this
   page adds need styling of their own.
   ============================================================ */

/* The second line of the headline, in the brand blue. */
.svc-hero-highlight {
  display: block;
  color: #2f9bdc;
}

/* Hero artwork, centred under the copy. */
.svc-hero-art {
  max-width: 62rem;
  margin: 40px auto 0;
}

.svc-hero-art img {
  width: 100%;
  height: auto;
  border-radius: 18px;
  box-shadow: 0 26px 60px rgba(23, 23, 40, .16);
}

/* The media box is always drawn, so a case study card with no cover still
   lines up with the ones beside it. */
.servicepage .svc-work-media {
  display: block;
  overflow: hidden;
  aspect-ratio: auto;
  margin-bottom: 12px;
  border-radius: 10px;
  background: #f1f1f4;
}

.servicepage .svc-work-media img {
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 0;
  object-fit: cover;
  transition: transform .4s ease;
}

.servicepage .ss-work:hover .svc-work-media img {
  transform: scale(1.04);
}

/* The FAQ block is the shared home page one, it only needs this page's spacing. */
.servicepage .svc-faq-sec {
  padding: 20px 0 10px;
}

/* ---------------------------------------------------------------
 | Contact page — offices, shown large with their own maps
 | --------------------------------------------------------------- */
.contact-lines {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 26px;
}

.contact-lines a {
  color: #111;
  font-size: 14px;
  text-decoration: none;
}

.contact-lines a:hover {
  color: #2f9bdc;
}

.contact-lines i {
  margin-right: 6px;
  color: #2f9bdc;
}

.offices {
  margin-top: 10px;
}

.offices-head {
  margin-bottom: 22px;
}

.offices-title {
  margin: 0 0 6px;
  color: #111;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 700;
  line-height: 1.2;
}

.offices-lead {
  margin: 0;
  color: #6b6b6b;
  font-size: 15px;
}

.offices-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}

.offices-tab {
  padding: 11px 24px;
  border: 1px solid #e4e4e4;
  border-radius: 999px;
  background: #fff;
  color: #444;
  font-size: 14px;
  font-weight: 600;
  transition: background .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.offices-tab i {
  margin-right: 8px;
  color: #2f9bdc;
  transition: color .2s ease;
}

.offices-tab:hover {
  border-color: #2f9bdc;
  color: #2f9bdc;
}

.offices-tab.is-active {
  border-color: transparent;
  background: linear-gradient(90deg, #1c63b8 0%, #2f9bdc 100%);
  color: #fff;
  box-shadow: 0 12px 26px rgba(47, 155, 220, .3);
}

.offices-tab.is-active i {
  color: #fff;
}

.offices-stage {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 26px 60px rgba(23, 23, 40, .14);
}

.office-panel {
  display: none;
  position: relative;
}

.office-panel.is-active {
  display: block;
}

.office-panel iframe {
  display: block;
  width: 100%;
  /* Big enough to read as the map of a place, not a thumbnail. */
  height: 34rem;
  border: 0;
  filter: saturate(1.05);
}

/* The address sits on the map it belongs to, on the right so it never
   covers Google's own place card in the top left corner. */
.office-panel-card {
  position: absolute;
  top: 50%;
  right: 40px;
  width: 22rem;
  max-width: calc(100% - 80px);
  padding: 28px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 22px 50px rgba(23, 23, 40, .2);
  transform: translateY(-50%);
}

.office-panel-kicker {
  display: block;
  margin-bottom: 8px;
  color: #2f9bdc;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.office-panel-city {
  margin: 0 0 12px;
  color: #111;
  font-size: 26px;
  font-weight: 700;
}

.office-panel-address {
  color: #5f5f5f;
  font-size: 14px;
  line-height: 1.7;
}

.office-panel-address p {
  margin: 0;
}

.office-panel-lines {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 14px;
}

.contact-pagedetails .office-panel-lines a {
  color: #111;
  font-size: 14px;
  text-decoration: none;
}

.contact-pagedetails .office-panel-lines a:hover {
  color: #2f9bdc;
}

.office-panel-lines i {
  width: 16px;
  margin-right: 8px;
  color: #2f9bdc;
}

.contact-pagedetails .office-panel-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  padding: 10px 22px;
  border-radius: 999px;
  background: linear-gradient(90deg, #1c63b8 0%, #2f9bdc 100%);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}

.contact-pagedetails .office-panel-btn:hover {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(47, 155, 220, .32);
}

.office-panel-btn i {
  font-size: 11px;
}

@media (max-width: 991.98px) {
  .office-panel iframe {
    height: 22rem;
  }

  /* The card drops below the map, where there is room to read it. */
  .office-panel-card {
    position: static;
    width: auto;
    max-width: none;
    border-radius: 0;
    box-shadow: none;
    transform: none;
  }
}

/* The contact artwork now sits on the left, so it bleeds off that edge.
   Its height follows the form beside it rather than the window. */
.custom-left-img {
  width: calc(100% + 120px);
  max-width: unset;
  height: 100%;
  min-height: 32rem;
  margin-left: -120px;
  border-radius: 0 20px 20px 0;
  object-fit: cover;
  display: block;
}

@media (max-width: 991.98px) {
  .custom-left-img {
    width: 100%;
    height: 22rem;
    margin-left: 0;
    border-radius: 20px;
  }
}

/* ---------------------------------------------------------------
 | Pagination bar — the count on one side, the pages on the other
 | --------------------------------------------------------------- */
.ants-pagination {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.ants-pagination-full {
  width: 100%;
  gap: 20px;
}

/* The paragraph's own margin is what threw the row out of line. */
.ants-pagination-count {
  margin: 0;
  color: #6b6b6b;
  font-size: 13px;
  white-space: nowrap;
}

.ants-pagination .pagination {
  align-items: center;
  justify-content: flex-end;
}

/* The listings drop the bar in here: full width, so the count and the pages
   sit at opposite ends rather than being squeezed together in the middle. */
.pagination-bar {
  margin-top: 32px;
  padding-top: 22px;
  border-top: 1px solid #ececec;
}

@media (max-width: 575.98px) {
  .ants-pagination {
    justify-content: center;
  }
}

/* ---------------------------------------------------------------
 | Awards carousel — /about
 | The cards keep their own look; this is the slider around them.
 | --------------------------------------------------------------- */
.award-carousel {
  position: relative;
}

.award-slider .slick-track {
  display: flex;
  align-items: stretch;
}

.award-slider .slick-slide {
  height: auto;
  padding: 0 10px;
}

/* Controls */
.award-arrow {
  position: absolute;
  bottom: 0;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(47, 155, 220, .3);
  border-radius: 50%;
  background: rgba(255, 255, 255, .85);
  color: #1c63b8;
  font-size: 13px;
  transition: transform .25s ease, background .25s ease, color .25s ease, box-shadow .25s ease;
}

.award-arrow.is-prev {
  right: 62px;
}

.award-arrow.is-next {
  right: 8px;
}

.award-arrow:hover {
  background: linear-gradient(180deg, #1c63b8, #2f9bdc);
  border-color: transparent;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(47, 155, 220, .3);
}

.award-carousel .slick-dots {
  bottom: 14px;
  left: 10px;
  width: auto;
  text-align: left;
}

.award-carousel .slick-dots li,
.award-carousel .slick-dots li button {
  width: 8px;
  height: 8px;
  margin: 0 4px;
  padding: 0;
}

.award-carousel .slick-dots li button:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(47, 155, 220, .28);
  opacity: 1;
}

.award-carousel .slick-dots li.slick-active button:before {
  background: linear-gradient(90deg, #1c63b8, #a78bfa);
}

@media (max-width: 991.98px) {
  .award-shot {
    height: 170px;
  }
}

/* Slick's own dots sit under the awards, clear of the cards. */
.award-carousel .slick-dots {
  bottom: 12px;
}

/* ---------------------------------------------------------------
 | Why ANTS? cards — icon and headline, description on hover.
 | The same reveal as the team cards on the about page.
 | --------------------------------------------------------------- */
.usual-sec .overlay-container {
  position: relative;
  overflow: hidden;
  /* The description is hidden, so the cards need a height of their own. */
  min-height: 17rem;
}

.usual-sec .usual-card h3 {
  /* Long headlines wrap rather than run out of the card. */
  white-space: normal;
}

.usual-sec .overlay {
  position: absolute;
  transition: all .4s ease;
  opacity: 0;
  background: linear-gradient(180deg, #0185C5 0%, #DFF5FF 100%);
}

.usual-sec .overlay-bottom {
  right: 0;
  bottom: 0;
  height: 0;
  width: 100%;
}

.usual-sec .overlay-container:hover .overlay {
  opacity: 1;
}

.usual-sec .overlay-container:hover .overlay-bottom {
  height: 100%;
}

.usual-sec .overlay .text {
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 26px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  transform: translateY(-50%);
}

.usual-sec .overlay .text p {
  margin: 0;
  color: #fff;
  line-height: 1.65;
}

/* The way through to the full list, under the case study slider. */
.built-cta {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

/* ---------------------------------------------------------------
 | FAQ page — every question in one place, grouped by topic
 | --------------------------------------------------------------- */

/* The service pages give their hero 90vh; here the questions are the point,
   so the hero is only as tall as its own copy. */
.faqs-page .ss-hero {
  height: auto;
  padding: 56px 0 44px;
}

.faqs-page {
  background:
    radial-gradient(55rem 38rem at 88% 2%, rgba(255, 214, 196, .32), transparent 60%),
    radial-gradient(50rem 40rem at 6% 0%, rgba(214, 219, 255, .38), transparent 60%),
    #fff;
}

.faqs-body {
  padding: 10px 0 70px;
}

.faqs-grid {
  display: grid;
  grid-template-columns: 17rem minmax(0, 1fr);
  gap: 3.5rem;
  align-items: start;
}

/* The contents list follows the reader down the page, and stops when the
   questions run out. */
.faqs-nav {
  position: sticky;
  top: 7rem;
  max-height: calc(100vh - 9rem);
  overflow-y: auto;
  scrollbar-width: thin;
}

.faqs-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.faqs-nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.faqs-nav li::before {
  content: none;
}

.faqs-nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 9px 0;
  border-bottom: 1px solid #f0f0f0;
  color: #5f5f5f;
  font-size: 14px;
  text-decoration: none;
  transition: color .2s ease, padding-left .2s ease;
}

.faqs-nav a:hover {
  padding-left: 4px;
  color: #2f9bdc;
}

/* The topic being read. */
.faqs-nav a.is-active {
  color: #1c63b8;
  font-weight: 600;
}

.faqs-nav a.is-active .faqs-nav-count {
  background: linear-gradient(90deg, #1c63b8, #2f9bdc);
  color: #fff;
}

.faqs-nav-count {
  flex: 0 0 auto;
  padding: 2px 9px;
  border-radius: 999px;
  background: rgba(47, 155, 220, .1);
  color: #1c63b8;
  font-size: 11px;
  font-weight: 700;
}

.faqs-topic {
  /* Clears the sticky header when jumped to from the contents. */
  scroll-margin-top: 7rem;
}

.faqs-topic + .faqs-topic {
  margin-top: 48px;
}

.faqs-topic-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.faqs-topic-title {
  margin: 0;
  color: #111;
  font-size: clamp(20px, 2.2vw, 26px);
  font-weight: 600;
}

.faqs-topic-link {
  color: #2f9bdc;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}

.faqs-topic-link i {
  margin-left: 6px;
  font-size: 11px;
  transition: transform .25s ease;
}

.faqs-topic-link:hover i {
  transform: translateX(4px);
}

@media (max-width: 991.98px) {
  .faqs-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 2rem;
  }

  .faqs-nav {
    position: static;
  }
}

/* ---------------------------------------------------------------
 | Case study — the way on to the next one
 | --------------------------------------------------------------- */
.cs-next {
  padding: 20px 0 70px;
}

.cs-next-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.cs-next-card {
  display: block;
  padding: 26px 28px;
  border: 1px solid #ececec;
  border-radius: 18px;
  background: #fff;
  text-decoration: none;
  transition: border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}

.cs-next-card:hover {
  border-color: transparent;
  transform: translateY(-3px);
  box-shadow: 0 20px 44px rgba(23, 23, 40, .12);
}

.cs-next-card.is-next {
  text-align: right;
}

.cs-next-label {
  display: block;
  margin-bottom: 10px;
  color: #9a9a9a;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.cs-next-label i {
  margin: 0 8px;
  color: #2f9bdc;
}

.cs-next-title {
  display: block;
  color: #111;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.cs-next-card:hover .cs-next-title {
  color: #2f9bdc;
}

.cs-next-sub {
  display: block;
  margin-top: 6px;
  color: #6b6b6b;
  font-size: 13px;
}

/* Three more to read */
.cs-more {
  margin-top: 54px;
}

.cs-more-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 24px;
}

.cs-more-all {
  color: #2f9bdc;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}

.cs-more-all i {
  margin-left: 6px;
  font-size: 12px;
  transition: transform .25s ease;
}

.cs-more-all:hover i {
  transform: translateX(4px);
}

.cs-more-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.cs-more-card {
  display: block;
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(23, 23, 40, .09);
  transition: transform .3s ease, box-shadow .3s ease;
}

.cs-more-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 48px rgba(23, 23, 40, .16);
}

.cs-more-media {
  display: block;
  overflow: hidden;
  /* One shape for every card, whatever the artwork. */
  aspect-ratio: 16 / 10;
  background: #f1f1f4;
}

.cs-more-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.cs-more-card:hover .cs-more-media img {
  transform: scale(1.05);
}

.cs-more-body {
  display: block;
  padding: 18px 20px 22px;
}

.cs-more-title {
  display: block;
  color: #111;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.35;
}

.cs-more-card:hover .cs-more-title {
  color: #2f9bdc;
}

.cs-more-text {
  display: block;
  margin-top: 6px;
  color: #6b6b6b;
  font-size: 13px;
  line-height: 1.65;
}

@media (max-width: 991.98px) {
  .cs-next-grid,
  .cs-more-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .cs-next-card.is-next {
    text-align: left;
  }
}
