
   :root {
            --color-primary-11: #1c1f3b;
            --color-primary-22: #ffdc69;
            --color-primary-33: #c5ceff;
            --color-secondary-2: #fff9ed;
            --color-white: white;
      
        }
.section-line-white {
    border: 1px dashed #fff;
    opacity: .05;
    width: 2px;
    height: 100%;
}
      
        .service-section {
            position: relative;
            overflow: clip;
            /* background-color: #191919; */
        }
      

        .service-slider-wrapper {
            position: relative;
            width: 100%;
            display: flex;
            align-items: center;
        }
        .service-slider-wrapper .swiper{
          overflow: visible !important;
        }

        .service-slider {
            flex: 1;
            /* overflow: hidden; */
            /* padding-bottom: 80px; */
        }

        .service-mask {
            display: flex;
            gap: 40px;
            transition: transform 0.5s ease;
        }

        .service-slide {
            min-width: 440px;
            height: 600px;
        }

        .service-inline-item {
            border-radius: 20px;
            background-color: var(--color-primary-11);
            display: flex;
            flex-direction: column;
            width: 100%;
            height: 100%;
            text-decoration: none;
            overflow: hidden;
            transition: transform 0.3s ease;
        }

        .service-inline-item:hover {
            transform: translateY(-8px);
        }

        .service-inline-item.two {
            background-color: var(--color-primary-22);
        }

        .service-inline-item.three {
            background-color: var(--color-secondary-2);
        }

        .service-inline-item.four {
            background-color: #c5ceff;
        }

        .service-inline-image-wrap {
            width: auto;
            margin: 30px;
            padding: 2px;
            position: relative;
            transform: translate3d(130px, -60px, 0px);
            transition: transform 0.4s ease;
        }

        .service-inline-item:hover .service-inline-image-wrap {
            transform: translate3d(0px, 0px, 0px);
        }

        .service-inline-image-wrap.one {
            background-color: var(--color-primary-11);
        }

        .service-inline-image-wrap.two {
            background-color: var(--color-primary-22);
        }

        .service-inline-image-wrap.three {
            background-color: var(--color-secondary-22);
        }

        .service-inline-image-wrap.four {
            background-color: #c5ceff;
        }

        .service-inline-image {
            width: 100%;
            height: auto;
            display: block;
            border-radius: 16px;
        }

        .service-inline-image-shape {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            pointer-events: none;
        }

        .service-inline-content {
            padding: 0 40px 40px;
            flex-grow: 1;
        }

        .service-inline-content.one {
            color: var(--color-primary-33);
        }

        .service-inline-title {
            font-family: var(--font-family-heading);
            font-size: 32px;
            font-weight: 700;
            margin-bottom: 16px;
            color: var(--color-white);
        }

        .service-inline-title.one {
            color: var(--color-primary-33);
        }

        .service-inline-title.two,
        .service-inline-title.three,
        .service-inline-title.four {
            color: var(--color-primary-11);
        }

        .service-inline-content p {
            font-size: 14px;
            line-height: 20px;
            margin: 0;
            color: inherit;
        }

        .service-inline-content.one p {
            color: var(--color-primary-33);
        }

        .service-inline-content.two p,
        .service-inline-content.three p,
        .service-inline-content.four p {
            color: var(--color-primary-11);
        }

        .service-slider-arrow {
            border-radius: 12px;
            background-color: var(--color-primary-22);
            width: 50px;
            height: 50px;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            transition: all 0.3s ease;
            position: absolute;
            bottom: 80px;
            z-index: 10;
        }

        .service-slider-arrow.left {
            left: -60px;
        }

        .service-slider-arrow.right {
            right: -60px;
        }

        .service-slider-arrow:hover {
            background-color: var(--color-primary-11);
        }

        .service-slider-arrow:hover .service-slider-icon {
            color: var(--color-white);
        }

        .service-slider-icon {
            color: #000;
            font-size: 24px !important;
            font-weight: 600;
        }
        .servicesSwiper .swiper-wrapper{
          overflow: visible;
        }
  /* Custom Swiper Navigation Buttons */
        .swiper-button-prev,
        .swiper-button-next {
            border-radius: 12px;
            background-color: var(--white);
            width: 50px;
            height: 50px;
            position: relative;
            transition: all 0.3s ease;
            /* bottom: 80px; */
            top: 0;
            /* right: 0; */
        }
        .pos-relative{
          position: relative;
    display: flex;
   position: relative;
    display: flex;
    /* justify-content: center; */
    gap: 10px;
    padding-top: 25px;
        }
        /* .swiper-button-prev {
            left: -60px;
        }

        .swiper-button-next {
            right: -60px;
        } */

        .swiper-button-prev:hover,
        .swiper-button-next:hover {
            background-color: var(--color-primary-1);
        }

        .swiper-button-prev:after,
        .swiper-button-next:after {
            font-size: 14px;
            font-weight: 600;
            color: #000;
        }

        .swiper-button-prev:hover:after,
        .swiper-button-next:hover:after {
            color: var(--color-white);
        }

        @media (max-width: 1200px) {
            .service-slide {
                min-width: 380px;
            }
            .swiper-slide {
                width: 380px;
            }

            .swiper-button-prev {
                left: 10px;
            }

            .swiper-button-next {
                right: 10px;
            }
        }

        @media (max-width: 768px) {
            .service-section {
                padding: 80px 0;
            }

            .section-title {
                flex-direction: column;
                align-items: flex-start;
                gap: 20px;
            }

            .section-title h2 {
                font-size: 36px;
            }

            .service-slide {
                min-width: 320px;
            }
 .swiper-slide {
                width: 320px;
            }

            .swiper-button-prev,
            .swiper-button-next {
                width: 40px;
                height: 40px;
            }

            .swiper-button-prev:after,
            .swiper-button-next:after {
                font-size: 18px;
            }
            .service-slider-arrow {
                display: none;
            }
        }
        .service-inline-image-shape {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
}
.service-pos-absolute{
    position: absolute;
    display: flex;
    gap: 20px;
    bottom: -100px;
   
    justify-content: center;
}

  .service-slider-wrapper {
            display: flex;
            justify-content: flex-start;
            align-items: stretch;
        }

        .service-slider-wrap {
            width: 100%;
            margin-left: auto;
            margin-right: auto;
            padding-top: 100px;
            position: relative;
        }

        .service-slider {
            background-color: transparent;
            height: 100%;
            overflow: visible;
            position: relative;
        }

        .service-mask {
            width: 30%;
            height: 600px;
            margin-bottom: 80px;
            margin-left: auto;
            margin-right: auto;
            overflow: visible;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .slides-container {
            position: relative;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            perspective: 1200px;
            white-space: nowrap;
            transition: transform 500ms ease-in-out;
        }

        .service-slide {
            display: inline-block;
            width: 100%;
            height: 550px;
            perspective: 800px;
            vertical-align: top;
            white-space: normal;
            flex-shrink: 0;
            transition: all 500ms ease-in-out;
        }

        .service-slide-inner {
            transform-style: preserve-3d;
            width: 100%;
            height: 100%;
            transition: all 500ms ease-in-out;
        }

        /* Center slide - full opacity, no rotation */
        .service-slide.center .service-slide-inner {
            opacity: 1;
            transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
        }

        /* Side slides - reduced opacity, rotated */
        .service-slide:not(.center) .service-slide-inner {
            opacity: 0.5;
            transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(-30deg) rotateZ(0deg) skew(0deg, 0deg);
        }

        /* Left side slides get positive Y rotation */
        .service-slide.left .service-slide-inner {
            transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(30deg) rotateZ(0deg) skew(0deg, 0deg);
        }

        .service-item1 {
            /* border: 1px solid #1a1a1a; */
            /* border-radius: 20px; */
            width: 100%;
            height: 100%;
            text-decoration: none;
            transition: transform 0.3s ease-in-out;
            display: flex;
            flex-direction: column;
            overflow: hidden;
            background: #dedede;
            transform: rotate(0);
        }

        .service-item1:hover {
            transform: scale(1.02);
        }

        .service-image-wrap {
            flex: 1;
            overflow: hidden;
            position: relative;
        }

        .service-image {
            object-fit: cover;
            width: 100%;
            height: 100%;
            display: block;
        }

        .service-content-wrap {
            background-color: #1a1a1a;
            text-align: center;
            padding: 25px 20px;
        }

        .service-content-title {
            color: #ffffff;
            margin-bottom: 0;
            font-size: 24px;
            font-weight: 600;
        }

        /* Arrow buttons */
        .service-arrow {
            border-radius: 50%;
            /* background-color: #ffffff; */
            background-color: #000;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 50px;
            height: 50px;
            /* position: absolute; */
            z-index: 10;
            cursor: pointer;
            transition: all 0.3s ease;
          
        }

        .service-arrow:hover {
            background-color: #000;
            transform: scale(1.1);
        }
        .service-arrow-icon.left{
          transform: rotate(180deg);
        }
    

        .service-arrow-icon {
            width: 20px;
            height: 20px;
            color: #fff;
        }

        /* Navigation dots */
        .slider-nav {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 10px;
            margin-top: 40px;
        }

        .slider-dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: #d0d0d0;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .slider-dot.active {
            background-color: #1a1a1a;
            transform: scale(1.3);
        }

        .slider-dot:hover {
            background-color: #666;
        }

        @media (max-width: 1200px) {
            .service-mask {
                width: 40%;
            }

            .service-left-arrow {
                left: 20px;
            }

            .service-right-arrow {
                right: 20px;
            }
        }

        @media (max-width: 768px) {
            .section-title h1,
            .section-title .services-text {
                font-size: 36px;
            }

            .service-mask {
                width: 80%;
                /* height: 450px; */
                height: 310px;
            }

            .service-slide {
                height: 400px;
            }

            .service-slide[data-position="-1"],
            .service-slide[data-position="1"] {
                transform: translateX(0) translateZ(-200px) scale(0.7);
                opacity: 0.3;
            }

            .service-slide[data-position="-2"],
            .service-slide[data-position="2"] {
                display: none;
            }
        }


      .text {
        font-weight: 800;
        font-size: 280px;
        line-height: 0.9;
        text-transform: uppercase;
        background-image: url("images/text-img.jpg"); 
        background-size: cover; 
        background-repeat: no-repeat; 
        background-position: center; 
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text; 
        color: transparent; 
        display: inline-block;
      }
     
      .award-item.active::before {
        opacity: 0.15;
      }

   
      .award-item:hover::before {
        opacity: 0; 
      }
     
  