/* Hero */

.water-scope {
    
    background: #efefef;
    color: #1a2a40;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    overflow-x: hidden;
}

.water-scope ::selection {
    background: #efefef;
    color: #1a2a40;
    mix-blend-mode: difference;
}

.water-scope ::-moz-selection {
    background: #efefef;
    color: #1a2a40;
}

.water-scope h1,
.water-scope h2,
.water-scope h3,
.water-scope h4,
.water-scope h5 {
    font-weight: 900;
}

.water-scope h1 {
    font-size: 3em;
}

.water-scope .hero-title {
    font-size: 114px;
   
    font-weight: 900;
    color: #87ceeb;
}

.water-scope .nav-title {
    font-size: 4em;
}

.water-scope a {
    transition: all .25s ease-in-out;
}

.water-scope .white,
.water-scope a.white {
    color: #efefef;
}

.water-scope .navy {
    color: #1a2a40;
}

.water-scope .pearl,
.water-scope a.pearl {
    color: #efefef;
}

.water-scope .green,
.water-scope a.green {
    color: #00BCD4;
}

.water-scope .pink {
    color: #b73b3b;
}

.water-scope .skyblue {
    color: #87ceeb;
}

.water-scope .blend {
    mix-blend-mode: difference !important;
    color: #efefef;
    position: relative;
    z-index: 2;
    line-height: 1.1;
  
}

.water-scope .bg-navy {
    background-color: #1a2a40;
}

.water-scope .bg-green {
    background-color: #00BCD4;
}

/* .water-scope .bg-topographic {
    background-image: url(https://assets.codepen.io/319606/bg-topographic.svg);
    background-size: 5000px;
    opacity: .1;
    pointer-events: none;
} */

.water-scope .position-absolute { position: absolute; }
.water-scope .position-relative { position: relative; }
.water-scope .position-fixed { position: fixed; }

.water-scope .d-flex { display: flex; }
.water-scope .align-items-center { align-items: center; }
.water-scope .justify-content-center { justify-content: center; }
.water-scope .justify-content-between { justify-content: space-between; }

.water-scope .text-center { text-align: center; }
.water-scope .w-100 { width: 100%; }
.water-scope .h-100 { height: 100%; }

.water-scope .mb-5 { margin-bottom: -18%; }

.water-scope .gradient-overlay {
    bottom: 0;
   
    z-index: 1;
    border-bottom-right-radius: 15vw;
    pointer-events: none;
}

.water-scope .video-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;

    pointer-events: none;
    background-color: #121f30;
}

.water-scope #video-bg {
    position: absolute;
    width: 100%;
    height: 129%;
    min-width: 100%;
    background-position: center center;
    background-size: cover;
    object-fit: cover;
    transform: rotate(180deg);
}

.water-scope section {
    min-height: 100vh;
    height: 100vh;
    width: 100%;
}

.water-scope section.hero {
    background-color: #1a2a40;
    position: relative;
    overflow: hidden;
    z-index: 999;
}

@media screen and (min-width: 1200px) {
    .water-scope .hero {
        height: 100vh;
    }

    .water-scope #video-bg {
        object-position: 0 5vw;
    }
}

@media (min-width: 1025px) and (max-width: 1350px) {
    .water-scope .hero-title {
    font-size: 86px;
}
}

@media screen and (max-width: 1199px) {
    .water-scope #video-bg {
        object-position: 0 15vw;
    }
}

@media screen and (max-width: 575px) {
    
    .water-scope .hero {
               min-height: 65vh;
        height: 40vh;
    }

    .water-scope .hero-title {
        font-size: 28px;
        line-height: 1.4;
    }

    .water-scope #video-bg {
        object-position: 0 30vw;
    }
}


/* home-page-About-us */
.home-page-about-section-wrapper {
    font-family: "Helvetica Neue", Arial, sans-serif;
    overflow-x: hidden;
    background: #0a1929;
    padding: 60px 60px;
    position: relative;
    overflow: hidden;
}

.home-page-about-section-wrapper .home-page-video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #0a1929 0%, #1a3a52 50%, #0d2438 100%);
    overflow: hidden;
}

.home-page-about-section-wrapper .home-page-wave-animation {
    position: absolute;
    bottom: -11px;
    left: 0;
    width: 100%;
    height: 300px;
}

.home-page-about-section-wrapper .home-page-wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,50 Q150,80 300,50 T600,50 T900,50 T1200,50 L1200,120 L0,120 Z" fill="%2300d4ff" opacity="0.1"/></svg>') repeat-x;
    animation: home-page-wave-anim 15s linear infinite;
}

.home-page-about-section-wrapper .home-page-wave:nth-child(2) {
    bottom: 10px;
    opacity: 0.5;
    animation: home-page-wave-anim 20s linear infinite reverse;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,70 Q200,40 400,70 T800,70 T1200,70 L1200,120 L0,120 Z" fill="%2300d4ff" opacity="0.05"/></svg>') repeat-x;
}

.home-page-about-section-wrapper .home-page-wave:nth-child(3) {
    bottom: 20px;
    opacity: 0.3;
    animation: home-page-wave-anim 30s linear infinite;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,30 Q250,90 500,30 T1000,30 T1500,30 L1500,120 L0,120 Z" fill="%2300d4ff" opacity="0.03"/></svg>') repeat-x;
}

@keyframes home-page-wave-anim {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.home-page-about-section-wrapper .home-page-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 50% 50%, transparent 0%, rgba(10, 25, 41, 0.6) 100%);
}

.home-page-about-section-wrapper .home-page-content-container {
    position: relative;
    z-index: 10;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home-page-about-section-wrapper .home-page-hero-content {
    text-align: center;
    color: #fff;
    max-width: 1000px;
  
}

.home-page-about-section-wrapper .home-page-eyebrow {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #00d4ff;
   
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.home-page-about-section-wrapper .home-page-eyebrow::before,
.home-page-about-section-wrapper .home-page-eyebrow::after {
    content: "";
    width: 40px;
    height: 2.5px;
    background: linear-gradient(90deg, transparent, #00d4ff, transparent);
}

.home-page-about-section-wrapper .home-page-hero-title {
    font-size: 58px;
    font-weight: 800;
   line-height: 1.2;
    margin-bottom: 5px;
    background: linear-gradient(135deg, #ffac1c 0%, #ffac1c 55%, #a5d8ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 80px rgba(0, 212, 255, 0.3);
}

.home-page-about-section-wrapper .home-page-hero-description {
    font-size: 20px;
    line-height: 1.7;
    color: #b0d7e8;
    /* */
    max-width: 1200px;
}

.home-page-about-section-wrapper .home-page-carousel-section {
    width: 100%;
    max-width: 1600px;
margin: 24px 0 0;
}

.home-page-about-section-wrapper .home-page-carousel-container {
    width: 100%;
    overflow: hidden;
}

.home-page-about-section-wrapper .home-page-carousel-track {
    display: flex;
    gap: 20px;
    width: max-content;
    animation: home-page-marquee 35s linear infinite;

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    will-change: transform;
}

.home-page-about-section-wrapper .home-page-carousel-item {
    width: 300px;
    height: 300px;
    border-radius: 16px;
    overflow: hidden;
    flex-shrink: 0;

    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.home-page-about-section-wrapper .home-page-carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
 display: block;
}

@keyframes home-page-marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

/* Responsive */
@media (max-width: 1200px) {
    .home-page-about-section-wrapper .home-page-hero-title { font-size: 52px; }
}

@media (max-width: 768px) {
    .home-page-about-section-wrapper {padding: 30px 30px; min-height: 0;}
    .home-page-about-section-wrapper .home-page-eyebrow {font-size: 14px;}
    .home-page-about-section-wrapper .home-page-hero-title { font-size: 26px; }
    .home-page-about-section-wrapper .home-page-hero-description {font-size: 16px; margin-top:10px;}
    .home-page-hero-content { margin-bottom: 0;}
    .home-page-about-section-wrapper .home-page-carousel-section { margin: 14px 0;}
    .home-page-about-section-wrapper .home-page-carousel-item {
        width: 220px; /* Size kam kiya */
        height: 220px;
    }

   




}

   /* --- Boats Section Unique Styling --- */

     /* --- Desktop & Base Styles --- */
        .boats-section-wrapper .boats-section {
            padding: 60px 20px 40px;
            display: flex;
            justify-content: center;
            background-color: #1a2a40;
            color: white;
            font-family: sans-serif;
            position: relative; /* Arrows ki positioning ke liye */
        }

        .boats-section-wrapper .boats-container {
            display: flex;
            justify-content: center;
            gap: 60px;
            flex-wrap: wrap;
            max-width: 1200px;
            scrollbar-width: none; /* Firefox ke liye */
        }

        /* Hide scrollbar for Chrome/Safari */
        .boats-section-wrapper .boats-container::-webkit-scrollbar {
            display: none;
        }

        .boats-section-wrapper .stat-block {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 15px;
        }

        .boats-section-wrapper .boat-mid-container {
            position: relative;
            background: white;
            width: 230px;
            height: 230px;
            overflow: hidden;
            border-radius: 50%;
            box-shadow: 0 10px 20px rgba(0,0,0,0.2);
        }

        /* --- Arrows Styling (Hidden on Desktop) --- */
        .boats-section-wrapper .nav-arrow {
            display: none;
            position: absolute;
            top: 45%;
            transform: translateY(-50%);
            background: rgba(255, 255, 255, 0.15);
            border: 1px solid rgba(255, 255, 255, 0.3);
            color: #fcdc4d;
            font-size: 30px;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            cursor: pointer;
            z-index: 10;
            transition: all 0.3s ease;
            align-items: center;
            justify-content: center;
        }

        .boats-section-wrapper .nav-arrow:hover {
            background: rgba(255, 255, 255, 0.3);
        }

        /* --- Animations (Your Original Logic) --- */
        .boats-section-wrapper .water {
            position: absolute;
            left: 0; bottom: 0;
            width: 100%; height: 50%;
            opacity: 0.7;
            background-color: #8BC6EC;
            animation: bt-water-flow 4s ease-in-out infinite;
            z-index: 1;
        }

        @keyframes bt-water-flow {
            0%, 100% { transform: translateY(1px); }
            50% { transform: translateY(0); }
        }

        .boats-section-wrapper .fish {
            position: absolute;
            width: 10px; height: 10px;
            border-radius: 5px 3px 5px 0;
            left: 50%; top: 70%;
            animation: bt-fish-swim 10s ease-in-out infinite;
            background: #7b52e3;
            z-index: 2;
        }

        .boats-section-wrapper .fish::after {
            content: '';
            width: 10px; height: 10px;
            clip-path: polygon(0 0, 100% 0, 100% 100%);
            position: absolute; left: 0; top: 0;
            transform: translate(-50%, 50%);
            animation: bt-tail-wiggle 300ms alternate both infinite;
            background: #7b52e3;
        }

        @keyframes bt-tail-wiggle { 50% { transform: translate(-50%, 50%) scale(0.8); } }

        @keyframes bt-fish-swim {
            0%, 100% { transform: translate(-50%, -50%) rotate(45deg); }
            20% { transform: translate(400%, -50%) rotate(45deg); }
            30% { transform: translate(600%, -200%) rotate(0deg); }
            50% { transform: translate(600%, -700%) rotate(-130deg); }
            80% { transform: translate(400%, -50%) rotate(-130deg); }
            90% { transform: translate(-50%, -50%) rotate(-130deg); }
        }

        .boats-section-wrapper .boat-wrapper {
            position: absolute;
            width: 120px; height: 120px;
            left: 50%; top: 38%;
            transform: translateX(-50%);
            animation: bt-boat-float 2.5s ease-in-out infinite alternate;
            z-index: 3;
        }

        @keyframes bt-boat-float {
            0%, 100% { transform: translate(-50%, -49%); }
            50% { transform: translate(-50%, -51%); }
        }

        .boats-section-wrapper .mast {
            position: absolute; left: 50%; bottom: 40px;
            width: 3.4px; height: 77px;
            background: #17A39B;
            transform: translateX(-50%);
        }

        .boats-section-wrapper .sail-left {
            position: absolute; left: 50%; bottom: 56px;
            width: 40px; height: 52px;
            background: #F7A43A;
            clip-path: polygon(100% 0, 0 100%, 100% 100%);
            transform: translateX(-105%);
        }

        .boats-section-wrapper .sail-right {
            position: absolute; left: 51%; bottom: 57px;
            width: 50px; height: 60px;
            background: #FCDC4D;
            clip-path: polygon(0 0, 100% 100%, 0 100%);
        }

        .boats-section-wrapper .boat-base {
            position: absolute; bottom: 25px; left: 50%;
            width: 130px; height: 20px;
            background: #0B8E66;
            transform: translateX(-50%);
            clip-path: polygon(10% 0, 90% 0, 80% 100%, 20% 100%);
        }

        .boats-section-wrapper .number { 
            position: absolute;
            bottom: 25px;
            width: 100%;
            text-align: center;
            font-size: 2.2rem; 
            font-weight: 800; 
            color: #111; 
            z-index: 5;
        }

        .boats-section-wrapper .heading-outside {
            font-size: 1.2rem;
            font-weight: 600;
            color: #fcdc4d;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        button.nav-arrow.left-arrow,
        button.nav-arrow.right-arrow {
    display: none;
}



        /* --- Responsive Breakpoints --- */

        @media (max-width: 1024px) {
            .boats-section-wrapper .boats-container { gap: 30px; }
            .boats-section-wrapper .boat-mid-container { width: 200px; height: 200px; }
        }

        @media (max-width: 768px) {
            .boats-section-wrapper .nav-arrow { display: flex; } /* Show Arrows */
            .left-arrow { left: 10px; }
            .right-arrow { right: 10px; }
                 button.nav-arrow.left-arrow,
        button.nav-arrow.right-arrow {
    display: block;
}

            .boats-section-wrapper .boats-section { padding: 40px 10px 0; }

            .boats-section-wrapper .boats-container {
                display: flex;
                flex-wrap: nowrap; 
                justify-content: flex-start;
                overflow-x: auto; 
                scroll-snap-type: x mandatory; 
                scroll-behavior: smooth;
                gap: 24px;
                padding: 10px 40px;
            }

            .boats-section-wrapper .stat-block {
                flex: 0 0 100%; /* Ek waqt mein ek boat */
                scroll-snap-align: center;
            }
        }
        @media (max-width: 480px) {
            .boats-section-wrapper .boat-mid-container {
                width: 180px; /* Size chota kiya */
                height: 180px;
            }
            .boats-section-wrapper .boat-wrapper {
                width: 70px;
                height: 115px;
            }
            .boats-section-wrapper .number {
                font-size: 1.6rem;
                bottom: 20px;
            }
            .boats-section-wrapper .heading-outside {
                font-size: 1rem;
            }
            .boats-section-wrapper .nav-arrow {
                width: 35px;
                height: 35px;
                font-size: 18px;
            }
                 button.nav-arrow.left-arrow,
        button.nav-arrow.right-arrow {
    display: block;
}
        }
/*================ Service============ */

.srt-services-section {
  position: relative;
  /* min-height: 100vh; */
  padding: 60px 60px;
  background: #1a2a40;
}

.srt-ocean-horizon {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(180deg, transparent 0%, rgba(13, 71, 161, 0.2) 100%);
  z-index: 1;
}

.srt-eyebrow {
  font-size: 18px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #00d4ff;
   
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.srt-eyebrow::before,
.srt-eyebrow::after {
  content: "";
  width: 40px;
  height: 2.5px;
  background: linear-gradient(90deg, transparent, #00d4ff, transparent);
}

.srt-container-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  /* padding: 0 60px; */
  position: relative;
  z-index: 10;
}

.srt-section-intro {
  text-align: center;
  /* */
  opacity: 0;
  transform: translateY(30px);
}

.srt-section-heading {
 font-size: 58px;
    font-weight: 800; 
    background: linear-gradient(135deg, #ffac1c 0%, #ffac1c 55%, #a5d8ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 80px rgba(0, 212, 255, 0.3);
    font-family: "Helvetica Neue", Arial, sans-serif;
}

.srt-section-tagline {
  font-size: 20px;
  color: #90caf9;
  font-weight: 300;
  max-width: 700px;
  margin: 0 auto;
  margin-top: -5px;
}

.srt-container-stack {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 24px 0 0;
}

.srt-service-container {
  position: relative;
  height: 280px;
  cursor: pointer;
  opacity: 0;
  transform: translateY(50px) rotateX(-10deg);
  perspective: 1000px;
}

.srt-container-box {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #b78b48 0%, #b78b48 50%, #b78b48 100%) !important;
  border-left: 6px solid #64b5f6;
  border-right: 6px solid #0d47a1;
  border-top: 4px solid #90caf9;
  border-bottom: 4px solid #0a3d7a;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}

.srt-container-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(
    90deg,
    transparent,
    transparent 20px,
    rgba(0, 0, 0, 0.08) 20px,
    rgba(0, 0, 0, 0.08) 22px
  );
  pointer-events: none;
}

.srt-service-container:hover .srt-container-box {
  transform: translateY(-12px) rotateX(2deg);
  box-shadow: 0 25px 80px rgba(100, 181, 246, 0.4);
  border-left-color: #90caf9;
}

.srt-container-title {
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #adf5ff;
  margin-bottom: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.srt-container-description {
  font-size: 18px;
  line-height: 1.6;
  color: #481620;
  margin-bottom: 26px;
  font-weight: 550;
}

.srt-cargo-indicator {
  position: absolute;
  bottom: 15px;
  left: 15px;
  display: flex;
  gap: 6px;
  z-index: 2;
}

.srt-indicator-dot {
  width: 8px;
  height: 8px;
  background: #42a5f5;
  border-radius: 50%;
  animation: srt-blink 2s ease-in-out infinite;
}

.srt-indicator-dot:nth-child(2) { animation-delay: 0.3s; }
.srt-indicator-dot:nth-child(3) { animation-delay: 0.6s; }

@keyframes srt-blink {
  0%, 100% { opacity: 0.3; }
  50% { opacity: 1; }
}

/* ──────────────────────────────── */
/*          MOBILE STYLES           */
/* ──────────────────────────────── */



@media (max-width: 768px) {
    .srt-services-section{
        padding: 30px 0;
        min-height: 0;
    }
  .srt-container-wrapper {
    padding: 0;
    overflow: hidden;
  }

  .srt-container-stack {
    display: flex;
    gap: 25px;
    padding:0 20px;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    overflow-x: auto;
    scroll-padding: 0 20px;
    -webkit-overflow-scrolling: touch;
  }

  .srt-container-stack::-webkit-scrollbar { display: none; }
  .srt-container-stack { -ms-overflow-style: none; scrollbar-width: none; }

  .srt-service-container {
    flex: 0 0 calc(85vw - 20px);
    scroll-snap-align: center;
    margin: 0 10px;
    height: 100%;
    opacity: 1 !important;
    transform: none !important;
    transition: all 0.3s ease;
  }

  .srt-service-container:not(.active) {
    opacity: 0.7;
    transform: scale(0.92);
  }

  .srt-service-container.active {
    width: 100%;
    transform: scale(1);
    opacity: 1;
    z-index: 2;
  }

  .srt-carousel-nav {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 25px 0 15px;
    position: relative;
    z-index: 100;
  }

  .srt-carousel-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(100, 181, 246, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .srt-carousel-dot.active {
    background: #64b5f6;
    transform: scale(1.3);
    box-shadow: 0 0 10px rgba(100, 181, 246, 0.5);
  }

  .srt-carousel-arrows {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 15px;
    position: relative;
    z-index: 100;
  }

  .srt-carousel-arrow {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(13, 71, 161, 0.8);
    border: 2px solid #64b5f6;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  }

  .srt-carousel-arrow:hover {
    background: rgba(100, 181, 246, 0.9);
    transform: scale(1.05);
  }

  .srt-carousel-arrow:disabled {
    opacity: 0.3;
    cursor: not-allowed;
  }

  .srt-section-heading   { font-size: 26px; margin-bottom: 10px; }
  .srt-container-title    { font-size: 18px; }
  .srt-container-description { font-size: 16px; }
  .srt-eyebrow            { margin-bottom: 10px; font-size: 14px; }
  .srt-section-tagline    { font-size: 16px; }

    .srt-container-stack > a {
    flex: 0 0 100%;
    scroll-snap-align: center;
    display: block;
    text-decoration: none;
  }
  
  .srt-service-container {
    width: 100%; 
    margin: 0; 
    transform: none !important;
  }
  .srt-service-container:hover .srt-container-box{
    box-shadow: none;
  }
}

/* Tablet layout */
@media (max-width: 1200px) and (min-width: 769px) {
  .srt-container-stack {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {

    .srt-container-title{
      font-size: 20px;
    }
}

@media (max-width: 768px) {
  

  .srt-container-stack > a {
    flex: 0 0 100%;
    scroll-snap-align: center;
    display: block;
    text-decoration: none;
  }
  
  .srt-service-container {
    width: 100%; 
    margin: 0; 
    transform: none !important;
  }
  .srt-service-container:hover .srt-container-box{
    box-shadow: none;
  }
}


/* Why-Choose-Us */
 .home-wcus-container {
  color: white;
  background: linear-gradient(135deg, #0a1929 0%, #1a3a52 50%, #0d2438 100%);
  /* min-height: 100vh; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow-x: hidden;
  padding:60px 60px;
}

/* ── Hero / Title ── */
.home-wcus-hero-content {
  text-align: center;
  /* max-width: 1000px; */
  width:100%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  /* padding: 0 20px; */
}

.home-wcus-eyebrow {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #00d4ff;
 
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.home-wcus-eyebrow::before,
.home-wcus-eyebrow::after {
  content: "";
  width: 40px;
  height: 2.5px;
  background: linear-gradient(90deg, transparent, #00d4ff, transparent);
}

.home-wcus-section-title {
  font-size: 58px;
  font-weight: 800;
  background: linear-gradient(135deg, #ffac1c 0%, #ffac1c 55%, #a5d8ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 0 80px rgba(0, 212, 255, 0.3);
}

.home-wcus-section-description {
  font-size: 20px;
  line-height: 1.7;
  color: #b0d7e8;
  margin-top: -5px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* === Sticky Crane Row (DESKTOP ONLY) === */
.home-wcus-row-anim {
    position: sticky;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 24px 0 0;
}

.home-wcus-section {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  position: relative;
  /* padding-top: 10px; */
  /* min-height: 400px; */
}

/* === Crane Line (Row) - DESKTOP ONLY === */
.home-wcus-crane-line {
  position: absolute;
  /* top: 75px; */
  left: 0;
  height: 6px;
  width: 0%;
  background: linear-gradient(90deg, #1e3c72, #2a5298);
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
  border-radius: 4px;
  transition: width 2.5s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 5;
}

/* Active state when in view */
.home-wcus-crane-line.active {
  width: 100%;
}

/* === Cards Container - DESKTOP === */
.home-wcus-cards-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  width: 100%;
  /* max-width: 1200px; */
  /* margin-top: 60px; */
}

/* === Card Styling - DESKTOP === */
.home-wcus-card {
  position: relative;
  width: 180px;
  height: 230px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  opacity: 0; /* Start hidden */
  transform: translateY(30px) scale(0.95); /* Start position */
  filter: none !important;
}

/* When section is active, cards animate in */
#home-wcus-choose-section.active .home-wcus-card {
  animation: home-wcus-cardEntrance 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

/* Staggered animation for cards */
#home-wcus-choose-section.active .home-wcus-card:nth-child(1) { animation-delay: 0.1s; }
#home-wcus-choose-section.active .home-wcus-card:nth-child(2) { animation-delay: 0.2s; }
#home-wcus-choose-section.active .home-wcus-card:nth-child(3) { animation-delay: 0.3s; }
#home-wcus-choose-section.active .home-wcus-card:nth-child(4) { animation-delay: 0.4s; }
#home-wcus-choose-section.active .home-wcus-card:nth-child(5) { animation-delay: 0.5s; }
#home-wcus-choose-section.active .home-wcus-card:nth-child(6) { animation-delay: 0.6s; }

@keyframes home-wcus-cardEntrance {
  0% {
    opacity: 0;
    transform: translateY(40px) scale(0.9);
  }
  70% {
    opacity: 0.8;
    transform: translateY(-5px) scale(1.02);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.home-wcus-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease-in, box-shadow 0.3s ease;
}

/* Card image */
.home-wcus-card img {
  position: absolute;
  top: -100%; /* Start above */
  left: 0;
  width: 100%;
  height: 180px;
  object-fit: cover;
  opacity: 0; /* Start hidden */
  transition: transform 0.3s ease;
  filter: none !important;
  border-radius: 10px;
}

/* When section is active, images drop down */
#home-wcus-choose-section.active .home-wcus-card img {
  animation: home-wcus-imageDrop 0.9s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

/* Staggered image drop */
#home-wcus-choose-section.active .home-wcus-card:nth-child(1) img { animation-delay: 0.2s; }
#home-wcus-choose-section.active .home-wcus-card:nth-child(2) img { animation-delay: 0.3s; }
#home-wcus-choose-section.active .home-wcus-card:nth-child(3) img { animation-delay: 0.4s; }
#home-wcus-choose-section.active .home-wcus-card:nth-child(4) img { animation-delay: 0.5s; }
#home-wcus-choose-section.active .home-wcus-card:nth-child(5) img { animation-delay: 0.6s; }
#home-wcus-choose-section.active .home-wcus-card:nth-child(6) img { animation-delay: 0.7s; }

@keyframes home-wcus-imageDrop {
  0% {
    top: -100%;
    opacity: 0;
    transform: scale(0.8);
  }
  70% {
    top: -10px;
    opacity: 1;
    transform: scale(1.05);
  }
  100% {
    top: 0;
    opacity: 1;
    transform: scale(1);
  }
}

.home-wcus-card:hover img {
  transform: scale(1.08);
}

/* Card content */
.home-wcus-card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  opacity: 0; /* Start hidden */
  transform: translateY(20px); /* Start position */
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
}

/* When section is active, content fades in */
#home-wcus-choose-section.active .home-wcus-card-content {
  animation: home-wcus-fadeText 0.6s ease forwards;
}

/* Staggered content fade in */
#home-wcus-choose-section.active .home-wcus-card:nth-child(1) .home-wcus-card-content { animation-delay: 0.8s; }
#home-wcus-choose-section.active .home-wcus-card:nth-child(2) .home-wcus-card-content { animation-delay: 0.9s; }
#home-wcus-choose-section.active .home-wcus-card:nth-child(3) .home-wcus-card-content { animation-delay: 1.0s; }
#home-wcus-choose-section.active .home-wcus-card:nth-child(4) .home-wcus-card-content { animation-delay: 1.1s; }
#home-wcus-choose-section.active .home-wcus-card:nth-child(5) .home-wcus-card-content { animation-delay: 1.2s; }
#home-wcus-choose-section.active .home-wcus-card:nth-child(6) .home-wcus-card-content { animation-delay: 1.3s; }

@keyframes home-wcus-fadeText {
  from { 
    opacity: 0; 
    transform: translateY(20px); 
  }
  to { 
    opacity: 1; 
    transform: translateY(0); 
  }
}

.home-wcus-card-content h3 {
  background: #f76e26;
  font-size: 1rem;
  padding: 10px 8px;
  margin: 30px 0px 0px 0px;
  color: #fff;
  border-radius: 10px;
  width: 100%;
  transition: background 0.3s ease;
}


/* =============================== */
/* MOBILE AUTO-CAROUSEL STYLES */
/* =============================== */
.home-wcus-mobile-auto-scroll {
  display: none; /* Hidden by default on desktop */
  width: 100%;
  position: relative;
  margin-top: 40px;
  overflow: hidden;
}

.home-wcus-mobile-rope-line {
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #1e3c72, #2a5298);
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  z-index: 5;
}

.home-wcus-auto-scroll-track {
  width: 100%;
  height: 250px;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
}

.home-wcus-containers-scroll {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  gap: 20px;
  will-change: transform;
  padding: 0 15px;
  align-items: center;
  height: 100%;
}

/* Mobile card styles (different from desktop) */
.home-wcus-mobile-card {
  position: relative;
  width: 160px;
  height: 200px;
  overflow: hidden;
  cursor: pointer;
  flex-shrink: 0;
  transition: transform 0.3s ease;
  opacity: 1;
  transform: none;
}

.home-wcus-mobile-card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 140px;
  object-fit: cover;
  opacity: 1;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.home-wcus-mobile-card:hover img {
  transform: scale(1.05);
}

.home-wcus-mobile-card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  opacity: 1;
  z-index: 2;
}

.home-wcus-mobile-card-content h3 {
  background: linear-gradient(45deg, #FF512F, #F09819, #FFB347);
  font-size: 0.9rem;
  padding: 8px 6px;
  margin: 25px 0 0 0;
  color: #fff;
  border-radius: 8px;
  width: 100%;
}

/* Rope connection for mobile cards */
.home-wcus-rope-connection {
  position: absolute;
  top: -30px;
  left: 50%;
  width: 2px;
  height: 30px;
  background: linear-gradient(to bottom, #2a5298, #1e3c72);
  transform: translateX(-50%);
  z-index: 6;
}

.home-wcus-rope-circle {
  position: absolute;
  top: -8px;
  left: 50%;
  width: 10px;
  height: 10px;
  background: #2a5298;
  border-radius: 50%;
  transform: translateX(-50%);
  z-index: 7;
  border: 1px solid #1e3c72;
}

/* Pause animation on hover/touch */
.home-wcus-auto-scroll-track:hover .home-wcus-containers-scroll,
.home-wcus-auto-scroll-track:active .home-wcus-containers-scroll {
  animation-play-state: paused !important;
}

/* =============================== */
/* RESPONSIVE BREAKPOINTS */
/* =============================== */
@media (min-width: 1025px) and (max-width: 1350px) {
    .home-wcus-container {
        padding: 60px 30px; 
    }

    .home-wcus-section-title {
        font-size: 48px; 
    }

    .home-wcus-cards-container {
        gap: 15px; 
        justify-content: space-evenly;
    }

    .home-wcus-card {
        width: 155px; 
        height: 210px;
    }

    .home-wcus-card img {
        height: 150px; 
    }

    .home-wcus-card-content h3 {
        font-size: 0.85rem; 
        padding: 8px 5px;
    }
}    
/* Tablet and below - switch to mobile */
@media (max-width: 1024px) {
  .home-wcus-section-title {
    font-size: 52px;
  }
  .home-wcus-section-description {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .home-wcus-section-title {
    font-size: 36px;
    
  }
  .home-wcus-section-description {
    font-size: 16px;
  }
  .home-wcus-eyebrow { 
    font-size: 14px;
     
  }
  
  .home-wcus-row-anim {
    display: none !important;
  }
  
  .home-wcus-mobile-auto-scroll {
    display: block !important;
    margin-top: 0;
  }
  
  .home-wcus-container {
    padding: 30px 30px;
  }
  
  .home-wcus-hero-content {
    margin-bottom: 0;
  }
}

@media (max-width: 480px) {

  .home-wcus-section-title {
    font-size: 26px;
  }
  .home-wcus-eyebrow { 
    font-size: 14px; 
  }
  .home-wcus-section-description { 
    font-size: 16px; 
  }
  
  .home-wcus-mobile-card { 
    width: 140px; 
    height: 180px; 
  }
  .home-wcus-mobile-card img { 
    height: 120px; 
  }
  .home-wcus-mobile-card-content h3 {
    font-size: 0.8rem;
    padding: 6px 4px;
    margin: 20px 0 0 0;
  }
  .home-wcus-rope-connection { 
    top: -25px; 
    height: 25px; 
  }
  .home-wcus-auto-scroll-track {
    height: 220px;
    margin-top: 40px;
  }
}

/* Small phones */
@media (max-width: 360px) {
  .home-page-eyebrow {
    font-size: 14px;
  }
  
  .home-wcus-mobile-card {
    width: 130px;
    height: 170px;
  }
  .home-wcus-mobile-card img {
    height: 110px;
  }
  .home-wcus-auto-scroll-track {
    height: 200px;
  }
}


/* Our Process */

/* ===== General Section Styling ===== */
.home-page-our-process {
    text-align: center;
    padding: 60px 60px;
    background: linear-gradient(135deg, #0a1929 0%, #1a3a52 50%, #0d2438 100%);
   font-family: "Helvetica Neue", Arial, sans-serif;
    position: relative;
    overflow: hidden;
}

.home-page-bubble-particles {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.home-page-bubble {
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    animation: home-page-float-bubble 20s linear infinite;
}

@keyframes home-page-float-bubble {
    0% { transform: translateY(100vh) translateX(0); opacity: 0; }
    10% { opacity: 0.5; }
    90% { opacity: 0.5; }
    100% { transform: translateY(-100px) translateX(100px); opacity: 0; }
}

.home-page-hero-content {
    text-align: center;
    color: #fff;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.home-page-eyebrow {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #00d4ff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.home-page-eyebrow::before,
.home-page-eyebrow::after {
    content: "";
    width: 40px;
    height: 2.5px;
    background: linear-gradient(90deg, transparent, #00d4ff, transparent);
}

.home-page-section-title {
    font-size: 58px;
    font-weight: 800;
    background: linear-gradient(135deg, #ffac1c 0%, #ffac1c 55%, #a5d8ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 80px rgba(0, 212, 255, 0.3);
    position: relative;
    z-index: 10;
}

.home-page-section-description {
    font-size: 20px;
    line-height: 1.7;
    width: 95%;
    color: #b0d7e8;
    margin-top: -5px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 10;
}

.home-page-timeline {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 24px auto 0;
    z-index: 10;
}

.home-page-wave-line {
    position: absolute;
    top: 50%;
    left: 5%;
    width: 90%;
    height: 50px;
    transform: translateY(-50%);
    overflow: visible;
    z-index: 1;
    opacity: 0;
}

.home-page-timeline.home-page-visible .home-page-wave-line {
    opacity: 1;
    position: absolute;
    width: 112%;
    left: -61px;
}

.home-page-wave-line path {
    stroke-dasharray: 1200;
    stroke-dashoffset: 1200;
    animation: home-page-drawLine 6s ease forwards;
}

@keyframes home-page-drawLine {
    0% { stroke-dashoffset: 1200; }
    100% { stroke-dashoffset: 0; }
}

.home-page-truck {
    position: absolute;
    top: 45%;
    left: 5%;
    transform: translate(-50%, -50%) rotate(0deg);
    width: 50px;
    height: auto;
    z-index: 2;
    opacity: 0;
    animation-delay: 0.5s;
}

.home-page-timeline.home-page-visible .home-page-truck {
    opacity: 1;
    animation: home-page-sailtruck 14s linear forwards;
}

@keyframes home-page-sailtruck {
    0% { left: 5%; opacity: 0; transform: translate(-50%, -50%) rotate(0deg); }
    10% { opacity: 1; }
    25% { transform: translate(-50%, -55%) rotate(-3deg); }
    50% { transform: translate(-50%, -50%) rotate(2deg); }
    90% { opacity: 1; }
    100% { left: 95%; opacity: 0; transform: translate(-50%, -50%) rotate(3deg); }
}

.home-page-timeline-item {
    position: relative;
    width: 23%;
    text-align: center;
    z-index: 10;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
}

.home-page-timeline-item.home-page-visible {
    opacity: 1;
    transform: translateY(0);
}

.home-page-icon {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto;
    z-index: 10;
    background: #fff;
    overflow: hidden;
}

.home-page-icon::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    padding: 3px;
    background: linear-gradient(135deg, #ffbf00, #00ffb3);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    pointer-events: none;
}

.home-page-icon img {
    width: 75px;
    height: 75px;
    z-index: 2;
    position: relative;
}

.home-page-content h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #ffc107;
    text-transform: uppercase;
    line-height: 2rem;
    position: relative;
    z-index: 10;
}

.home-page-timeline-item:nth-child(odd) {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.home-page-timeline-item:nth-child(odd) .home-page-icon {
    order: 1;
    margin-bottom: 65px;
}

.home-page-timeline-item:nth-child(odd) .home-page-content {
    order: 2;
    margin-top: 25px;
}

.home-page-timeline-item:nth-child(even) {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: flex-end;
}

.home-page-timeline-item:nth-child(even) .home-page-content {
    margin-bottom: 25px;
}

.home-page-timeline-item:nth-child(even) .home-page-icon {
    margin-top: 65px;
}

.home-page-timeline-item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 18px;
    height: 18px;
    background-color: #4d94ff;
    border-radius: 50%;
    z-index: 11;
    transition: all 0.5s ease;
}

.home-page-timeline-item.home-page-active::before {
    background-color: #ffc107;
    transform: translate(-50%, -50%) scale(1);
    box-shadow: 0 0 12px rgba(255, 123, 0, 0.8);
}

.home-page-timeline-item::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 2px;
    background-color: #ffffff;
    z-index: 9;
    transform: translateX(-50%) scaleY(0);
    transform-origin: top;
    transition: transform 3s ease-out;
    opacity: 0;
}

.home-page-timeline-item.home-page-active::after {
    opacity: 1;
    transform: translateX(-50%) scaleY(1);
    transition-delay: 0.4s;
}

.home-page-timeline-item.home-page-visible::after {
    transform: translateX(-50%) scaleY(1);
}

.home-page-timeline-item:nth-child(odd)::after {
    bottom: 50%;
    height: 100px;
    transform-origin: top;
}

.home-page-timeline-item:nth-child(even)::after {
    top: 50%;
    height: 100px;
    transform-origin: top;
}

/* ===== MOBILE & TABLET SCROLLER ONLY ===== */
@media (max-width: 1024px) {
    .home-page-our-process {
        padding: 40px 20px;
    }

    .home-page-timeline-container {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        padding: 60px 0;
        scrollbar-width: none;
        scroll-behavior: smooth;
    }

    .home-page-timeline-container::-webkit-scrollbar {
        display: none;
    }

    .home-page-timeline {
        min-width: 1200px;
        margin: 0;
        padding: 0 50px;
    }

    /* Floating Buttons Right Bottom */
    .mobile-scroll-controls {
        display: flex !important;
        position: absolute;
        bottom: 20px;
        right: 20px;
        gap: 10px;
        z-index: 100;
    }

    .scroll-btn {
        width: 45px;
        height: 45px;
        border-radius: 10px;
        background: #ffac1c;
        border: none;
        color: #0a1929;
        font-size: 20px;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 4px 10px rgba(0,0,0,0.3);
        cursor: pointer;
    }
}
@media (max-width: 480px) {
    .home-page-our-process {
        padding: 20px 20px;
    }
    .home-page-timeline-container {
        padding: 20px 0;
    }

    .home-page-section-description {
       font-size: 16px;
    }
    .home-page-eyebrow{
        font-size: 14px;
    }
    .home-page-section-title{
        font-size: 26px;
    }

    .home-page-timeline {
        min-width: 1010px; 
        padding: 0 20px;
    }
    .home-page-icon{
        width: 75px;
        height: 75px;
    }
    .home-page-icon img{
        width: 50px;
        height: 50px;
    }
    .home-page-content h3{
        font-size: 16px;
        line-height: 20px;
    }
    .home-page-truck {
        display: none;
    }
    
    .home-page-timeline.home-page-visible .home-page-wave-line {
        width: 108%;
    }
}

.mobile-scroll-controls { display: none; }


/* commitention */

    .home-page-comm-section {
        position: relative;
        padding: 60px 60px 0;
        background: linear-gradient(135deg, #0a1929 0%, #1a3a52 50%, #0d2438 100%);
        color: white;
        overflow: hidden;
    }

    /* Waves same */
    .home-page-comm-ocean {
        position: absolute;
        width: 100%;
        height: 885px;
        bottom: -20px;
        left: 0;
        z-index: 1;
    }

    .home-page-comm-waves { position: absolute; left:0; right:0; bottom:0; height:100%; }
    .home-page-comm-wave { position: absolute; left:0; right:0; bottom:0; width:200%; height:100%; opacity:0.9; }
    .home-page-comm-wave-back   { opacity:0.28; height:65%; bottom:40px; transform:translateY(20px); animation: home-page-waveMoveBack  12s linear infinite; }
    .home-page-comm-wave-mid    { opacity:0.46; height:55%; transform:translateY(8px); animation: home-page-waveMoveMid   10s linear infinite; }
    .home-page-comm-wave-front  { opacity:0.85; height:84%; animation: home-page-waveMoveFront  8s linear infinite; }

    /* @keyframes home-page-waveMoveBack  { 0% { transform: translateX(0) translateY(20px); } 100% { transform: translateX(-50%) translateY(20px); } }
    @keyframes home-page-waveMoveMid   { 0% { transform: translateX(0) translateY(8px); } 100% { transform: translateX(-50%) translateY(8px); } }
    @keyframes home-page-waveMoveFront { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } } */

    /* ── Updated Heading Colors ──────────────────────────────── */
    .home-page-comm-hero-content {
        text-align: center;
        max-width: 1100px;
        margin: 0 auto ;
        position: relative;
        z-index: 10;
    }

    
    .home-page-comm-section-title {
       font-size: 58px;
    font-weight: 800;
    background: linear-gradient(135deg, #ffac1c 0%, #ffac1c 55%, #a5d8ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 80px rgba(0, 212, 255, 0.3);
    position: relative;
    z-index: 10;
    font-family: "Helvetica Neue", Arial, sans-serif
    }

    /* Carousel - Infinite seamless */
    .home-page-comm-carousel-container {
        position: relative;
        overflow: hidden;
        z-index: 10;
        margin: 24px 0 0;
    }

    .home-page-comm-carousel-row {
        display: flex;
        gap: 40px;
        width: max-content;
        animation: scrollInfinite 30s linear infinite;   
    }

    .home-page-comm-carousel-row:hover {
        animation-play-state: paused;
    }

    @keyframes scrollInfinite {
        0%   { transform: translateX(0); }
        100% { transform: translateX(-50%); }   
    }

    /* Card Wrapper + Card + Name (image ke neeche) */
    .home-page-comm-commodity-wrapper {
        flex: 0 0 300px;
        width: 300px;
        text-align: center;
    }

    .home-page-comm-commodity {
        height: 220px;
        border-radius: 16px 16px 0 0;
        overflow: hidden;
        position: relative;
        background: rgba(255,255,255,0.05);
        border: 1px solid rgba(0,212,255,0.4);
        border-bottom: none;
        backdrop-filter: blur(10px);
        transition: all 0.4s ease;
        cursor: pointer;
    }

    .home-page-comm-commodity:hover {
        transform: translateY(-12px);
        border-color: rgba(0,212,255,0.9);
        box-shadow: 0 20px 50px rgba(0,170,255,0.3);
    }

    .home-page-comm-commodity-icon {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.45s ease;
    }

    .home-page-comm-commodity:hover .home-page-comm-commodity-icon {
        transform: scale(1.08);
    }

    .home-page-comm-commodity-name {
        background: rgba(255,255,255,0.08);
        border: 1px solid rgba(0,212,255,0.4);
        border-top: none;
        border-radius: 0 0 16px 16px;
        padding: 14px 16px;
        font-size: 18px;
        font-weight: 600;
        color: black;
        text-align: center;
        transition: all 0.4s ease;
        backdrop-filter: blur(10px);
    }

    .home-page-comm-commodity:hover .home-page-comm-commodity-name {
        background: rgba(0, 170, 255, 0.3);
        color: white;
        border-color: rgba(0,212,255,0.9);
    }

    /* Responsive */
    @media (max-width: 1200px) {
        /* .home-page-comm-section-title { font-size: 52px; } */
        .home-page-comm-commodity-wrapper { flex: 0 0 260px; }
        .home-page-comm-commodity { height: 200px; }
    }

    @media (max-width: 768px) {
        .home-page-comm-section { padding: 30px 30px ; }
        .home-page-comm-section-title { font-size: 36px }
        .home-page-comm-commodity-wrapper { flex: 0 0 220px; }
        .home-page-comm-commodity { height: 170px; }
        .home-page-comm-commodity-name { font-size: 16px; padding: 12px; }
    }

    @media (max-width: 480px) {
       .home-page-comm-waves {  height:50%; }
        .home-page-comm-commodity-wrapper { flex: 0 0 180px; }
        .home-page-comm-section-title { font-size: 26px }
        .home-page-comm-commodity { height: 140px; }
        .home-page-comm-commodity-name { font-size: 14px; padding: 10px; }
    }


  /* --- CSS Section Start --- */
        section.home-page-ctaSection {
            padding: 60px 60px;
            font-family: "Poppins", sans-serif;
            background: #55b8e6;
            color: white;
            display: flex;
            overflow: hidden;
            justify-content: center;
        }

        .home-page-cta-cta-section {
            max-width: 800px;
            width: 100%;
            text-align: center;
            padding: 40px;
            background: linear-gradient(135deg, rgba(5, 10, 40, 0.95), rgba(120, 180, 255, 0.75));
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
            transition: all 1s ease;
            position: relative;
        }

        .home-page-cta-cta-section.home-page-fade {
            opacity: 0.9;
            transform: scale(0.95);
        }

        .home-page-cta-cta-section h1 {
            font-size: 36px;
            color: #fff;
            
            line-height: 1.3;
        }

        .home-page-cta-highlight {
            color: #3498db;
            font-weight: 700;
        }

        .home-page-cta-description {
            font-size: 18px;
            color: #FFDBB6;
            line-height: 1.6;
            /* margin-bottom: 40px; */
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
        }

        .home-page-cta-animation-container {
            position: relative;
            height: 250px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: flex-end;
            overflow: hidden;
        }

        #home-page-cta-container {
            width: 300px;
            height: 300px;
            display: flex;
            transform: translateX(0px);
            transition: all 2.5s cubic-bezier(0.42, 0, 0.58, 1);
            position: relative;
        }

        #home-page-cta-buttoun {
            width: 250px;
            height: 80px;
            border-radius: 10px;
            border: none;
            background-color: #FF6C0C;
            z-index: 1;
            transition: all 1s;
            font-size: 20px;
            font-weight: 600;
            color: white;
            cursor: pointer;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            letter-spacing: 0.5px;
            align-self: flex-end;
        }

        #home-page-cta-buttoun:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
        }

        #home-page-cta-mast {
            width: 12px;
            height: 160px;
            transform-origin: bottom;
            transform: translate(170px, 48px) rotateZ(-90deg);
            background-color: #f4c542;
            transition: all 1s;
           
        }

        #home-page-cta-sail-1 {
            width: 0;
            height: 0;
            border-bottom: 145px solid #6eeeff;
            border-right: 60px solid transparent;
            transform-origin: bottom;
            transform: translateX(16px) scaleY(0.001);
            transition: all 1s;
        }

        #home-page-cta-sail-2 {
            width: 0;
            height: 0;
            border-bottom: 145px solid #6eeeff;
            border-left: 100px solid transparent;
            transform-origin: bottom;
            transform: translate(-104px, -145px) scaleY(0.001);
            transition: all 1s;
        }

        /* Success Message Styling */
        #cta-success-msg {
            display: none;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            text-align: center;
            width: 100%;
        }

        .fade-in-up {
            animation: ctaFadeInUp 0.6s ease-out forwards;
        }

        @keyframes ctaFadeInUp {
            from { opacity: 0; transform: translate(-50%, 20px); }
            to { opacity: 1; transform: translate(-50%, -50%); }
        }

        @media (max-width: 768px) {
            .home-page-cta-cta-section h1 { font-size: 26px; margin-bottom: 5px; }
            .home-page-cta-description { font-size: 16px; margin-bottom: 0; }
            section.home-page-ctaSection { padding: 30px 30px; }
            .home-page-cta-cta-section{min-width: 400px;}
            #home-page-cta-container{
                justify-content: center;
            }
        }
