/*Here we can keep css of sections included on both frontpage.css and style.css*/

/*   Video Testimonial CSS starts  */
        
        section.video-testimonial {
                padding: 150px 10px 300px;
            }
            .row.testimonial-desc {
                margin: 0px 159px;
            }
            .video-text h2 {
                color: #212529;
                font-size: 65px;
                font-family: "Bricolage Grotesque", sans-serif;
                font-weight: 900;
                letter-spacing: -4px;
                line-height: 1;
                padding-bottom: 25px;
                text-transform: uppercase;
            }
            .video-text span.about-content {
                color: #212529;
                font-size: 15px;
                font-family: "Bricolage Grotesque", sans-serif;
                font-weight: 800;
                letter-spacing: 0px;
                position: relative;
                bottom: 19px;
                padding-right: 45px;
                text-transform: capitalize;
            }
            .testimonial-description p {
                color: black;
                font-size: 18px;
                font-family: "Bricolage Grotesque", sans-serif;
                font-weight: 400;
                padding-bottom: 20px;
                margin: 0;
                line-height: 1.5;
                letter-spacing: 0.2px;
            }
            .video-testimonial h3 {
                font-size: 15px;
                font-family: "Bricolage Grotesque", sans-serif;
                font-weight: 500;
                color: #000;
                margin: 0;
            }
            .name-desc h3{
                font-weight: 900;
            }

            .video-text {
                padding: 0 26px 0px 0px;
            }
            .video-testimonial-slider-wrapper {
                overflow-x: clip;
                position: relative;
                margin-top: 50px;
                cursor: grab;
            }
            .video-testimonial-slider {
                display: flex;
                gap: 25px;
                transform: translateX(0);
            }
            .video-slide {
                position: relative;
                flex: 0 0 23.5%;
            }
            .video-testimonial-slider video {
                width: 100%;
                height: auto;
                border-radius: 15px;
                object-fit: cover;
            }
            /* Play button overlay */
            .play-btn {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                width: 45px;
                height: 45px;
                background-color: #FFD000;
                border-radius: 50%;
                display: flex;
                justify-content: center;
                align-items: center;
                cursor: pointer;
                z-index: 2;
                transition: opacity 0.3s;
                
            }
            .play-btn::before {
                content: '';
                display: block;
                width: 0;
                height: 0;
                border-left: 15px solid #000;
                border-top: 10px solid transparent;
                border-bottom: 10px solid transparent;
            }
            .down-slide{
                position: relative;
                top: 60px;
                transition: top 0.3s ease;
            }
            .video-slide:hover .play-btn {
                opacity: 0;
                /* hide button on hover */
            }
            .name-prnt{
                position: absolute;
                width: 100%;
                padding-right: 3.5rem;
                bottom: 0;
                z-index: 20;
            }
            .name-info {
                border-top-right-radius: 1.5rem;
                position: relative;
                background-color: #fff;
                width: auto;
                bottom: -10px;
                height: 63px;
                padding-right: 2rem;
                flex-wrap: wrap;
                display: inline-flex;
                padding: 10px 2rem 0 10px;
                z-index: 20;
                right: 1px;
            }
            .new-locate .name-info{
                background-color: #fffdf3;
            }
            svg#Layer_1:first-child {
                position: absolute;
                transform: rotate(180deg);
                top: -47px;
                left: -1px;
            }
            svg#Layer_1:first-child path{
                fill: #fff;
            }
            .name-info svg{
                width: 3rem;
                height: 3rem;
            }
            .translate-x-full {
                --tw-translate-x: 100%;
            }
            .rotate-180 {
                --tw-rotate: 180deg;
            }
            .transform {
                transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
            }
            svg#Layer_1:nth-of-type(2) {
                position: absolute;
                top: 6px;
                transform: rotate(-179deg);
                right: -47px;
                color: #fff!important;
            }
            svg#Layer_1:nth-of-type(2) path{
                fill: #fff;
            }
            .video-slide {
                position: relative;
                border-radius: 15px;
                height: 580px;
            }
            .video-slide video {
                width: 100%;
                height: 100%;
                object-fit: fill;
                display: block;
            }
            .video-cover {
                position: absolute;
                inset: 0;
                width: 100%;
                height: 100%;
                object-fit: cover;
                border-radius: 15px;
                z-index: 2;
                transition: opacity 0.3s;
                pointer-events: none;
            }
            .video-slide:hover .video-cover {
                opacity: 0;
            }
            .desc {
                display: flex;
                align-items: self-end;
                gap: 13px;
                margin-top: 17px;
            }
            span.text-commas {
                font-size: 57px;
                color: #000000;
                font-family: none;
                display: flex;
                font-weight: bolder;
            }
            .desc h4 {
                font-family: "Bricolage Grotesque", sans-serif;
                font-size: 26px;
                line-height: 31px;
            }
            /* Responsive adjustments */
            @media screen and (max-width:1699px){
                .video-text h2 {
                    font-size: 57px;
                }
                .row.testimonial-desc {
                    margin: 0px 71px;
                }
                .video-slide video{
                    object-fit: cover;
                }
            }
            @media screen and (max-width: 1500px) {
                .video-text {
                    padding: 0 82px 0px 0px;
                }
                .video-slide {
                    flex: 0 0 27%;
                }
                section.video-testimonial {
                padding: 100px 10px 300px;
            }
            }
            @media screen and (max-width: 1365px) {
                .video-slide {
                    flex: 0 0 28%;
                    height: 469px;
                }
                .desc h4 {
                    font-size: 24px;
                }
                .video-text {
                    padding: 0px;
                }
            }
            @media screen and (max-width: 1199px) {
                .video-slide {
                    flex: 0 0 35%;
                }
                .video-testimonial h2 {
                    font-size: 43px;
                }
                .video-text {
                    padding: 0px;
                }
                .row.testimonial-desc {
                    margin: 0px 39px;
                }
            }
            @media screen and (max-width: 991px) {
                .video-slide {
                    flex: 0 0 45%;
                    height: 435px;
                }
                .row.testimonial-desc {
                    margin: 0px 8px;
                }
                .video-text span.about-content {
                    padding-right: 19px;
                    bottom: 13px;
                }
                .video-text {
                    padding: 0px;
                }
                .name-info {
                    padding: 10px 1rem 0 10px;
                }
                .desc{
                    align-items: flex-start;
                }
                span.text-commas {
                    margin-top: -22px;
                }
                .testimonial-description p {
                    font-size: 16px;
                    line-height: 1.5;
                }
            }
            @media screen and (max-width: 767px) {
                .video-slide {
                    flex: 0 0 67%;
                    height: 448px;
                }
                .name-info {
                    padding: 10px 1rem 0 10px;
                }
                .desc h4 {
                    font-size: 20px;
                    line-height: 27px;
                }
                span.text-commas {
                    font-size: 44px;
                    margin-top: -13px;
                }
                .desc {
                    align-items: flex-start;
                }
                .video-testimonial h2 {
                    font-size: 46px;
                    padding-bottom: 20px;
                }
                .video-text {
                    padding: 0px;
                }
                section.video-testimonial {
                padding: 20px 10px 200px;
                }
            }
            @media screen and (max-width:575px){
                .video-slide {
                    flex: 0 0 83%;
                    height: 381px;
                }
                .video-testimonial h2 {
                    padding-top: 7px;
                    font-size: 32px;
                    letter-spacing: -1px;
                }
                .video-text span.about-content {
                    bottom: 8px;
                }
                section.video-testimonial {
                    padding: 20px 0px 200px;
                }
            }
            
            
        /*  Video Testimonial CSS ends  */
        
        
        /* CTA Section */
        .trial-section {
            background-color: #2e2e2e;
            color: white;
            border-radius: 30px;
            padding: 60px 70px;
            font-family: "Bricolage Grotesque", sans-serif;
            margin: 0 50px;
            overflow: hidden;
        }
        
        .trial-section h2 {
            font-weight: bold;
            font-size: 42px;
            margin-bottom: 25px;
        }
        
        .trial-section .mt-3 {
            font-size: 22px;
            margin-bottom: 60px;
        }
        
        .trial-section p{
            margin-bottom: 0;
            font-size: 20px;
        }
        
        .trial-section .btn-yellow {
            background-color: #ffcc00;
            border: 1px solid #dfe3e8;
            border-radius: 50px;
            padding: 10px 30px;
            font-weight: 400;
            color: black;
            display: inline-flex;
            align-items: center;
            font-size: 22px;
            gap: 10px;
        }
        
        .trial-section .btn-yellow svg {
            margin-left: 8px;
        }
        
        .trial-section .stats-number {
            font-weight: bold;
            color: #ffcc00;
            font-size: 38px;
        }
        
        .trial-section .stats-number span{
            color: white;
        }
        
        .trial-section .stat-item {
            margin-top: 20px;
        }
        
        .trial-section .link-light {
            color: white;
            text-decoration: underline !important;
            margin-left: 20px;
            font-size: 22px;
        }
      
        .ct-rt-top {
            display: flex;
            justify-content: space-around;
            padding: 30px 0;
        }
     
        .cta-rt-1 {
            position: relative;
            rotate: 6deg;
            bottom: -20px;
        }
      
        .cta-rt-2 {
            position: relative;
            rotate: -10deg;
            top: -20px;
        }
        
        @media (max-width: 1699px){
          .trial-section{
              padding: 50px 50px;
          }
          .trial-section h2{
              font-size: 28px;
          }
          .trial-section .stats-number{
              font-size: 22px;
          }
      }
   
      @media (max-width: 991px){
          .trial-sec {
              padding: 0 15px;
          }
          
          .trial-section{
              margin: 0;
              padding: 50px 25px;
          }
          
          .trial-section h2{
              font-size: 22px;
          }
          
          .ct-rt-top{
              display: none;
          }
          
          .trial-section .mt-3 {
              font-size: 18px;
              line-height: 25px;
          }
          
          .trial-section .link-light{
              padding-top: 20px;
          }
          
          .trial-section .stat-item{
              display: none;
          }
      }
      
      @media screen and (max-width:575px){
          .trial-sec {
              padding: 0 5px;
          }
      }
      
    /*Case study section*/


     .cs-studio .container-fluid{
         max-width: 1750px;
     }
     
     .center-slider .slick-slide{
         transition: all 0.4s ease-in-out;
         margin: 32px 10px 0;
     }    
     
     .center-slider .slick-slide,
     .center-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
         transform: scale(0.98, 0.98);
         transition: all 0.4s ease-in-out;
     }
     
     .center-slider .slick-arrow{
         height: 60px;
         width: 60px;
         border: none;
         background: url('https://offshoremarketers.com/wp-content/uploads/2025/09/icons8-right-arrow-48.png');
         background-repeat: no-repeat;
         background-position: center;
         background-size: 35px;
     }
     
     .center-slider .slick-next:after,
     .center-slider .slick-prev:after{
         width: auto;
         height: auto;
         border: none;
         top: 8px;
         left: 8px !important;
     }
     
     .center-slider .slick-prev{
         transform: rotate(180deg);
     }
     
     .center-slider .slick-next{
         transform: rotate(0deg)!important;
     }
     
     .center-slider .slick-next{
         right: 60px;
         top: 20px;
         background-color: #fcd118;
     }
     
     .center-slider .slick-prev{
         left: 88%;
         top: 20px;
         background-color: #fcd118;
     }
     
     .center-slider{
         background: #f6f1e5;
         border: 1px solid #e9e9e9;
         border-radius: 20px;
         padding: 60px 0 20px;
     }
     
     .studio-head-1 h2{
         font-size: 62px;
         font-weight: 800;
         width: 100%;
         color: #575652;
         font-family: "Bricolage Grotesque", sans-serif;
         text-align: center;
         margin-bottom: -18px;
     }
     
     .studio-head-1 span{
         color: #ffcc00;
     }
     
     .studio-head-1 p{
         font-size: 26px;
         font-weight: 700;
         width: 100%;
         color: #212529;
         font-family: "Bricolage Grotesque", sans-serif;
         text-align: center;
     }
     
     .center-slider .cs-left-box img{
         border-radius: 0;
     }
     
     .cs-studio .center-slider .wix-card-content{
         box-shadow: none;
         background: #f6f1e5;
         border: 1px solid #cdcccc;
     } 
     
     .cs-studio{
         position: relative;
         padding: 50px 0;
     }
     
     .cs-studio main {
         width: 90vw;
         margin: 0 auto;
     }
     
     #cards {
         list-style: none;
         padding-left: 0 !important;
         display: grid;
         grid-template-columns: 1fr;
         grid-template-rows: repeat(var(--numcards), var(--card-height));
         gap: var(--card-margin);
         padding-bottom: calc(var(--numcards) * var(--card-top-offset));
         margin-bottom: var(--card-margin);
     }
     
     .cs-studio .card {
         all: unset;
         display: block;
         position: sticky;
         top: 0;
         padding-top: calc(var(--index) * var(--card-top-offset));
     }
     
     .cs-studio .wix-card-content {
         box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.1), 0 1em 2em rgba(0, 0, 0, 0.1);
         background: #fffaf2;
         color: #131212;
         border-radius: 20px;
         overflow: hidden;
         display: grid;
         grid-template-areas: "text img";
         grid-template-columns: 1fr 1fr;
         align-items: stretch;
         padding: 50px;
         gap: 30px;
         margin-bottom: 15px;
     }
     
     .cs-studio .wix-card-content > div {
         width: 100%;
         max-width: 800px;
         place-self: center;
         text-align: left;
         display: grid;
         gap: 1em;
         place-items: start;
     }
     
     .cs-studio .wix-card-content > figure {
         grid-area: img;
         overflow: hidden;
         margin: 0; /* Fix Bootstrap figure margins */
         height: 100%;
     }
     
     .cs-studio .wix-card-content > figure > img {
         width: 100% !important;
         height: 100% !important;
         object-fit: cover;
         display: block;
         border-radius: 0.4em;
     }
     
     .studio-head h2{
         font-size: 52px;
         margin-bottom: 30px;
         font-weight: 800;
         width: 80%;
         color: white;
         font-family: "Bricolage Grotesque", sans-serif;
     }
     
     .studio-head h2 span{
         color: #fcd118;
     }
     
     /* Optional extra content styling */
     .cs-img-box {
         display: flex;
         justify-content: space-between;
         align-items: center;
         gap: 50px;
     }
     
     .cs-left-box {
         width: 100%;
         height: 100%;
     }
     
     .cs-img-box div{
         width: 100%;
         height: 200px;
     }
     
     /*.cs-img-box img,*/
     /*.cs-left-box img {*/
     /*  border-radius: 20px;*/
     /*  object-fit: cover;*/
     /*}*/
     
     .right-box p {
         margin: 30px 0;
         font-size: 18px;
         font-weight: 400;
         font-family: "inter", sans-serif;
     }
     
     .cs-right-txt{display: flex; justify-content: space-between; align-items: center; width: 100%;}
     .cs-right-txt h3{font-size: 46px; font-weight: 700; font-family: "Bricolage Grotesque", sans-serif;}
     .cs-right-txt h3 span{font-size: 82px; font-weight: 900;}
     .cs-right-txt a{
         display: flex;
         align-items: center;
         justify-content: center;
         padding: 20px;
         /*height: 100px;*/
         /*width: 100px;*/
         border-radius: 50%;
         background: #fcd118;
         font-family: "Bricolage Grotesque", sans-serif;
     }
     
     .cs-right-txt .stats-number {
         font-weight: bold;
         color: #8d7000;
         font-size: 42px;
         letter-spacing: -2px;
         font-family: "Bricolage Grotesque", sans-serif;
     }
     
     .cs-right-txt .stats-number span{
         color: #484848;
     }
     
     .cs-right-txt .stat-item p{
         margin: 0;
         font-size: 18px;
         font-family: "inter", sans-serif;
     }
     
     .cs-studio .wix-card-content {
         transform-origin: 50% 0%;
         will-change: transform;
         --duration: calc(var(--reverse-index0) * 1s);
         --delay: calc(var(--index0) * 1s);
         animation: var(--duration) linear scale var(--delay) forwards;
         animation-timeline: cards-element-scrolls-in-body;
     }
     
     @media screen and (max-width: 1699px){
         .studio-head h2{font-size: 42px;}
         .cs-img-box{gap: 30px;}
         .cs-right-txt h3{font-size: 42px;}
         .cs-right-txt h3 span{font-size: 78px;}
         .center-slider .slick-prev{left: 84%;}
     }
     
     @media screen and (max-width: 1365px){
         .studio-head h2{font-size: 32px;}
         .right-box p{font-size: 25px; margin: 10px 0;}
    .cs-right-txt h3{font-size: 28px;}
    .cs-right-txt h3 span{font-size: 56px;}
}
@media screen and (max-width: 991px){
    .studio-head h2{font-size: 24px; width:100%;}
    .cs-studio .wix-card-content .right-box{padding: 0; gap:0;}
    .right-box p{font-size: 16px; margin: 10px 0;}
    .cs-right-txt h3{font-size: 18px;}
    .cs-right-txt h3 span{font-size: 50px;}
    .cs-right-txt a{
        padding: 15px 10px;
        
    }
    .cs-right-txt a img{width: 70%;}
    .cs-studio {padding: 50px 20px;}   
    .cs-studio .wix-card-content .cs-left-box{display:none;}
    .cs-studio .wix-card-content{
        padding: 20px;
        grid-template-columns: 1fr;
        gap:0;
    }
    
    .studio-head-1 h2{
        font-size: 36px;
        margin-bottom: -5px;
    }
    .center-slider .slick-prev {
    left: 70%;
    }
    .cs-right-txt .stats-number{
        font-size: 28px;
    }
}
@media screen and (max-width: 575px){
    .studio-head h2{font-size: 20px;}
    .cs-right-txt h3 span {font-size: 48px;}
    .cs-img-box{gap: 10px; flex-direction:column;}
    .cs-studio {padding: 60px 0;}
    .center-slider .slick-arrow{
        width: 50px;
        height: 50px;
    }
    .cs-right-txt .stat-item p{font-size: 11px; margin: 10px 0;}
    .center-slider .slick-prev {
    left: 62%;
    }
    .center-slider .slick-next {
    right: 20px;
    }
    .center-slider .slick-list{
        padding: 0;
    }
    .cs-right-txt{
        flex-direction: column;
        gap: 10px;
    }
}


      /* logo section */

      .brand-section {
        text-align: center;
        padding: 60px 20px 140px;
        max-width: 1800px;
      }
      .brand-section .row{
          padding:30px 0;
      }
      .brand-section .row:nth-child(2) {
        padding-bottom: 60px;
      }

      .brand-section p {
        font-size: 24px;
        max-width: 900px;
        margin: 0 auto 50px;
        color: #222;
        font-weight: 700;
        font-family: "Bricolage Grotesque", sans-serif;
      }

      .brand-logo {
        max-height: 50px;
        max-width: 120px;
        object-fit: contain;
        filter: grayscale(100%);
        transition: filter 0.3s ease;
      }

      .brand-logo:hover {
        filter: grayscale(0%);
      }
       @media screen and (max-width: 1699px){
          .brand-section{
              padding: 60px 20px 80px;
          }
      }
      @media screen and (max-width: 991px){
          .brand-section .row{
              row-gap: 30px;
          }
          .brand-section p{
              font-size: 18px;
          }
      }
      @media screen and (max-width: 767px){
          .brand-section .row:nth-child(2) {
             padding-bottom: 20px;
            }
      }

    
    
    /*New Black section*/


.integrated-talent-wrapper {
            background-color: #2a2a2a;
            min-height: 100vh;
            padding: 80px 0;
            overflow: hidden;
            position: relative;
            border-radius: 40px;
        }
        .noise{
            position: absolute;
            height: 100%;
            width: 100%;
            z-index: 999;
            pointer-events: none;
            mix-blend-mode: color-burn;
            will-change: opacity;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            background-image: url("https://cdn.prod.website-files.com/67079a31e71560a787d9fcc4/6707b45e1c28f88fc781209a_noise.webp");
            background-position: 50%;
            background-size: cover;
            inset: 0%;
        }

        .talent-services-badge {
            color: #ffffff;
            font-size: 14px;
            font-weight: 400;
            letter-spacing: 1px;
            margin-bottom: 30px;
            text-align: center;
            font-family: "Bricolage Grotesque", sans-serif;
        }

        .talent-hero-title {
            font-size: 112px;
            font-weight: 900;
            color: #FDF6EF;
            line-height: 102px;
            margin-bottom: 80px;
            text-align: center;
            text-transform: uppercase;
            font-family: "Bricolage Grotesque", sans-serif;
        }

        .flexible-highlight {
            color: #FDF6EF;
            display: inline-block;
            transform: rotate(3deg);
        }

        .partners-highlight {
            color: #FDF6EF;
            display: inline-block;
            transform: rotate(-1deg);
        }
        .integrate-highlight{
            display: inline-block;
            transform: rotate(-1deg);
        }

        .talent-service-item {
            background-color: #FDF6EF;
            border-radius: 25px;
            padding: 40px 65px;
            height: 100%;
            transition: all 0.3s ease;
            position: relative;
            margin-bottom: 30px;
            text-align: center;
        }

        .talent-service-item:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
        }
        .exec-search-card{
            rotate: -2.2deg;
        }
        .nextgen-search-card{
            rotate: 0.5deg;
            background: #f2e8dc;
        }
        .coaching-card{
            rotate: -0.5deg;
        }
        .strategy-consulting-card{
            rotate: 3.5deg;
            background: #f2e8dc;
        }

        .service-item-number {
            color: black;
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 15px;
            font-family: "Bricolage Grotesque", sans-serif;
        }

        .service-item-heading {
            font-size: 45px;
            font-weight: 900;
            color: #2a2a2a;
            margin-bottom: 35px;
            line-height: 40px;
            text-transform: uppercase;
            font-family: "Bricolage Grotesque", sans-serif;
        }

        .service-item-symbol {
            width: 80px;
            height: 80px;
            border-radius: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: -35px auto 35px auto;
            position: relative;
            overflow: hidden;
        }

        .service-item-text {
            color: black;
            line-height: 1.4;
            font-size: 17px;
            font-weight: 500;
            font-family: "Bricolage Grotesque", sans-serif;
        }

        /* Card specific icons and colors - matching the screenshot */
        .exec-search-card .service-item-symbol {
            background-color: #a855f7;
        }

        /*.exec-search-card .service-item-symbol::after {*/
        /*    content: '🔍';*/
        /*    font-size: 20px;*/
        /*}*/

        .nextgen-search-card .service-item-symbol {
            background-color: #fbbf24;
        }

        /*.nextgen-search-card .service-item-symbol::after {*/
        /*    content: '⚡';*/
        /*    font-size: 20px;*/
        /*}*/

        .coaching-card .service-item-symbol {
            background-color: #1f2937;
        }

        /*.coaching-card .service-item-symbol::after {*/
        /*    content: '📊';*/
        /*    font-size: 18px;*/
        /*}*/

        .strategy-consulting-card .service-item-symbol {
            background-color: #fbbf24;
        }

        /*.strategy-consulting-card .service-item-symbol::after {*/
        /*    content: '💡';*/
        /*    font-size: 18px;*/
        /*}*/

        /* Parallax effect */
        .floating-element {
            transition: transform 0.1s ease-out;
        }

        /* Orange dot accent */
        .talent-accent-dot {
            width: 20px;
            height: 20px;
            background-color: #fbbf24;
            border-radius: 50%;
            position: absolute;
            top: 200px;
            left: 200px;
        }

        /* Red star accent */
        .talent-accent-star {
            color: #ff6b6b;
            font-size: 40px;
            position: absolute;
            top: 180px;
            right: 150px;
        }


        /* Purple accent shape */
        .talent-accent-triangle {
            position: absolute;
            top: 120px;
            left: 100px;
            width: 0;
            height: 0;
            border-left: 20px solid transparent;
            border-right: 20px solid transparent;
            border-bottom: 35px solid #a855f7;
            transform: rotate(45deg);
        }

        /* Responsive design */
        @media screen and (max-width: 1699px){
            .talent-service-item{
                padding: 40px 25px;
            }
            .service-item-heading{
                font-size: 31px;
                line-height: 30px;
            }
            
            .special-about-main-heading {
        font-size: 55px;
        font-weight: 800;
        color: black;
        margin-bottom: 2rem;
        font-family: "Bricolage Grotesque", sans-serif;
      }
       .special-about-subtitle   {
    font-size: 19px;
    color: black;
    margin-bottom: 3rem;
    line-height: 1.6;
    font-family: "Bricolage Grotesque", sans-serif;}
    
    .special-about-section-container {
    padding: 50px 50px 50px 50px;
    font-family: "Bricolage Grotesque", sans-serif;
}
    
            
        }
        @media screen and (max-width: 992px) {
            .talent-hero-title {
                font-size: 62px;
                line-height: 60px;
            }
            
            .talent-accent-dot, .talent-accent-star, .talent-accent-triangle {
                display: none;
            }
        }

        @media screen and (max-width: 767px) {
            .talent-hero-title {
                font-size: 62px;
                line-height: 62px;
            }
            
            .talent-service-item {
                margin-bottom: 20px;
                padding: 40px 30px;
            }
            .service-item-heading{
                font-size: 36px;
            }
            .service-item-text{
                font-size: 18px;
            }
        }

        @media screen and (max-width: 576px) {
            .talent-hero-title {
                font-size: 52px;
                line-height: 50px;
            }
            .special-about-section-container {
        padding: 50px 10px 50px 10px;
        font-family: "Bricolage Grotesque", sans-serif;
    }
        }  
        
        
        /* Special Section */

      .special-about-section-container {
        padding: 80px 0;
        font-family: "Bricolage Grotesque", sans-serif;
      }
      .special-about-section-container .container{
          max-width: 1700px !important;
      }
      .special-about-custom-accordion {
        --bs-accordion-bg: transparent;
      }

      .special-about-main-heading {
        font-size: 78px;
        font-weight: 800;
        color: #212529;
        margin-bottom: 2rem;
        font-family: "Bricolage Grotesque", sans-serif;
      }

      .special-about-main-heading .special-about-highlight {
        color: #ffc107;
      }

      .special-about-subtitle {
        font-size: 26px;
        color: #212529;
        margin-bottom: 3rem;
        line-height: 1.6;
        font-family: "Bricolage Grotesque", sans-serif;
      }

      .special-about-accordion-section {
        padding: 0;
        overflow: hidden;
      }

      .special-about-custom-accordion .accordion-item {
        border: none;
        border-bottom: 1px solid #e9ecef;
        background-color: transparent;
      }

      .special-about-custom-accordion .accordion-item:last-child {
        border-bottom: none;
      }

      .special-about-custom-accordion .accordion-header {
        background: transparent;
      }

      .special-about-custom-accordion .accordion-button {
        background: transparent;
        border: none;
        box-shadow: none;
        padding: 2.2rem 2rem 2.2rem 1rem;
        font-weight: 600;
        font-size: 22px;
        color: black;
        position: relative;
      }

      .special-about-custom-accordion .accordion-button:not(.collapsed) {
        background: transparent;
        color: #333;
        border-bottom: 1px solid #e9ecef;
      }
      .special-about-custom-accordion .accordion-button:focus{
          box-shadow: none;
          border-color: #e9ecef;
      }

      .special-about-custom-accordion .accordion-button::after {
        background-image: url("https://offshoremarketers.com/wp-content/uploads/2025/09/icons8-up-right-50.png") !important;
      }

      .special-about-custom-accordion .accordion-body {
        padding: 2rem 2rem;
        color: black;
        line-height: 1.6;
        font-size: 20px;
      }

      .special-about-marketing-card {
        /*background: #fff0bc;*/
        border-radius: 20px;
        padding: 2rem 1rem;
        height: auto;
        margin: 30px 0;
      }

      .special-about-marketing-card h4 {
          font-size: 28px;
        font-weight: 700;
        color: #333;
        margin-bottom: 1.5rem;
      }

      .special-about-marketing-card img {
        width: 100%;
        margin-bottom: 1.5rem;
        border-radius: 5px;
      }

      .special-about-marketing-card p {
        color: black;
        font-size: 22px;
        line-height: 1.6;
      }

      .special-about-btn-yellow {
        background: #ffcc00;
        border: 1px solid #dfe3e8;
        color: #333;
        font-size: 20px;
        font-weight: 400;
        padding: 12px 30px;
        border-radius: 50px;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        gap: 10px;
      }

      .special-about-btn-about {
        background: #ffcc00;
        border: 1px solid #dfe3e8;
        color: #333;
        font-size: 20px;
        font-weight: 400;
        padding: 12px 30px;
        border-radius: 50px;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        transition: all 0.3s ease;
        margin-top: 2rem;
      }

      .special-about-team-image {
        width: 100%;
        background-color: #fffcef;
        padding: 20px;
        border-radius: 15px;
      }
      
      .brand-validation-image-container {
            position: relative;
            height: 100%;
            overflow: hidden;
            border-radius: 12px;
            transform: translateZ(0);
        }

        .brand-validation-parallax-img {
            width: 100%;
            height: 100%;
            min-height: 600px;
            object-fit: cover;
            will-change: transform;
            transition: none;
        }

      @media (max-width: 991px) {
        .special-about-main-heading {
          font-size: 34px;
        }
        
        .work-slide {
            margin: 0 10px;
        }

        .special-about-section-container {
          padding: 50px 0 50px 15px;
        }

        .special-about-custom-accordion .accordion-button {
          padding: 1rem 1rem;
          font-size: 18px;
        }
        
        .curve-1 {
            margin-top: 38px;
        }
        
        .vid-section {
            height: 50vh;
        }
        
        .world {
            height: 30vh;
        }
        
        .faq_section {
            margin: 55px 0px 0px 0px;
        }

        .special-about-custom-accordion .accordion-body {
          padding: 1rem;
          text-align: start;
          font-size: 18px;
        }

        .special-about-marketing-card {
          padding: 1.5rem;
          margin-top: 2rem;
        }
        .special-about-subtitle{
            font-size: 16px;
        }
        .special-about-marketing-card p{
            font-size: 16px;
        }
        .special-about-accordion-section{
            margin-bottom: 30px;
        }
        .brand-validation-image-container {
                height: 400px;
                margin-bottom: 40px;
            }
        .brand-validation-parallax-img{
                min-height: 100px;
            }
      }
      
      @media screen and (max-width:767px){
          .special-about-section-container {
              padding: 50px 0;
          }
      }
      
      @media screen and (max-width:575px){
          .special-about-section-container {
              padding: 50px 0 50px 0px;
          }
          section.new-vid-section {
              padding: 55px 0 0;
          }
          .vid-section {
              height: 225px;
          }
          .world {
              height: 15vh;
          }
          section.it_work {
              padding: 100px 0 0;
          }
          .work_its {
              padding: 0 13px;
          }
      }
      @media (max-width: 576px) {
            .brand-validation-image-container {
                height: 300px;
            }
            .brand-validation-parallax-img {
            min-height: 100px;
            object-fit: cover;
        }
        }
      
      
      
      
    /*Button Animations*/
 .roi_button_wrap-3 {
  position: relative;
  width: 315px;
  height: 60px;
  overflow: hidden;
  border-radius: 50px;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 300;
  transition: 0.1s;
}
 .roi_button_wrap-3 button {
  width: 100%;
  height: 100%;
  font-size: 22px;
  font-weight: 600;
  font-family: "Bricolage Grotesque", sans-serif;
  background: #ffcc00;
  mask: url(https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/urban-sprite.png);
  mask-size: 3000% 100%;
  color: black;
  animation: ani2 0.7s steps(29) forwards;
  border: navajowhite;
  padding: 0;
}
.mas-3 {
  position: absolute;
  color: black;
  height: 100%;
  text-align: center;
  width: 101%;
  font-size: 22px;
  font-weight: 600;
  font-family: "Bricolage Grotesque", sans-serif;
  border-radius: 50px;
  /*color: #000000;*/
  overflow: hidden;
  padding: 14px 0;
  background-color: white;
}
.roi_button_wrap-3 button:hover {
  -webkit-animation: ani 0.7s steps(29) forwards;
  animation: ani 0.7s steps(29) forwards;
}

.mas-6 {
  position: absolute;
  color: white;
  height: 100%;
  text-align: center;
  width: 101%;
  font-size: 22px;
  font-weight: 600;
  font-family: "Bricolage Grotesque", sans-serif;
  border-radius: 50px;
  overflow: hidden;
  padding: 14px 0;
  background-color: black;
}





/*Logo Slider Section on home page placed here because frontpage.css is minified*/


.logo-slider {
    overflow: hidden;
    padding: 40px 0;
    white-space: nowrap;
    position: relative;
}


.logos-slide {
    display: inline-block;
    animation: 45s slide infinite linear;
}

.logos-slide img {
    width: 210px;
    height: 50px;
    margin: 0 40px;
}


@keyframes slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}