 .hh span {
     text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
     /* 👈 This makes white text visible */

 }

 @media (max-width: 480px) {
     .list {
         font-size: 11px;
     }
 }


 @keyframes pulse-scale {
     0% {
         transform: scale(1);
     }

     50% {
         transform: scale(1.15);
     }

     100% {

         transform: scale(1);
     }
 }

 .pulse-animate {

     display: inline-block;
     animation: pulse-scale 1.5s ease-in-out infinite;
     transition: transform 0.3s ease;
     transform: rotate(20deg)
 }

 body{
    overflow-x: hidden;
 }
 
.features-modern {
    display: flex;
    flex-direction: column;
    gap: 25px;
    max-width: 600px;
    margin: 0 auto;
}

.feature-item-modern {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.feature-item-modern:hover {
    transform: translateX(5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
}

.feature-icon-modern {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #0a1e3c, #112a50);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 22px;
    flex-shrink: 0;
}

.feature-content-modern h4 {
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 1.1rem;
}

.feature-content-modern p {
    margin: 0;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .feature-item-modern {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .feature-icon-modern {
        align-self: center;
    }
}

.card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #1a365d, #2b6cb0) !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(43, 108, 176, 0.4);
}

.btn-outline-primary {
    border-color: #2b6cb0;
    color: #2b6cb0;
}

.btn-outline-primary:hover {
    background-color: #2b6cb0;
    border-color: #2b6cb0;
}

.working-section {
    /* background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); */
}

/* Fix overflow issues */
section {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.swiper-container {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.swiper-wrapper {
    width: 100%;
}

.swiper-slide {
    height: auto;
}

/* Review card styling */
.review-card {
    border-radius: 16px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.review-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
}

.google-badge {
    border-radius: 16px;
    transition: transform 0.3s ease;
    width: 100%;
    max-width: 100%;
}

.google-badge:hover {
    transform: translateY(-3px);
}

.nav-btn {
    transition: all 0.3s ease;
}

.nav-btn:hover {
    background-color: #2b6cb0 !important;
    border-color: #2b6cb0 !important;
    color: white !important;
}

.reviewer-avatar {
    border: 3px solid #e9ecef;
}

.platform-logo {
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.review-card:hover .platform-logo {
    opacity: 1;
}

/* Ensure proper spacing */
.row {
    margin: 0;
}

.col-lg-4, .col-lg-8 {
    padding: 0 15px;
}
.working-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 12px;
    overflow: hidden;
}

.working-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15) !important;
}

.card-img-top {
    height: 200px;
}

.card-img-top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.working-card:hover .card-img-top img {
    transform: scale(1.05);
}

.step-badge {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.cta-section {
    border: 1px solid rgba(0, 0, 0, 0.05);
}

@media (max-width: 768px) {
    .working-section {
        padding: 40px 0 !important;
    }
    
    .card-img-top {
        height: 180px;
    }
}
   .why-waves-section {
            padding: 80px 0;
            overflow: hidden;
        }
        
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        .section-header {
            text-align: center;
            margin-bottom: 60px;
        }
        
        .section-badge {
            display: inline-block;
            background: rgba(6, 21, 43, 0.935);
            color: #ffffff;
            padding: 8px 20px;
            border-radius: 50px;
            font-weight: 600;
            font-size: 14px;
            margin-bottom: 20px;
        }
        
        .section-title {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 20px;
        }
        
        .section-subtitle {
            font-size: 1.1rem;
            max-width: 700px;
            margin: 0 auto;
        }
        
        .content-wrapper {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 40px;
        }
        
        .image-column {
            flex: 1;
            min-width: 300px;
            display: flex;
            flex-direction: column;
            gap: 20px;
        }
        
        .image-card {
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
        }
        
        .image-card:hover {
            transform: translateY(-5px);
        }
        
        .image-card img {
            width: 100%;
            height: auto;
            display: block;
        }
        
        .content-column {
            flex: 1;
            min-width: 300px;
        }
        
        .intro-text {
            font-size: 1.2rem;
            margin-bottom: 30px;
            line-height: 1.6;
        }
        
        .services-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 15px;
            margin-bottom: 40px;
        }
        
        .service-item {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 12px 15px;
            background: white;
            border-radius: 10px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
            transition: all 0.3s ease;
        }
        
        .service-item:hover {
            transform: translateX(5px);
            box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
        }
        
        .service-icon {
            width: 40px;
            height: 40px;
            background: rgba(255, 178, 54, 0.15);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            /* color: #FFB236; */
            font-size: 18px;
        }
        
        .service-name {
            font-weight: 600;
            color: #343a40;
        }
        
        .features-list {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }
        
        .feature-item {
            display: flex;
            align-items: flex-start;
            gap: 15px;
        }
        
        .feature-icon {
            width: 50px;
            height: 50px;
            background: rgba(13, 110, 253, 0.1);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #0d6efd;
            font-size: 20px;
            flex-shrink: 0;
        }
        
        .feature-content h4 {
            font-size: 1.1rem;
            font-weight: 600;
            color: #1a1a1a;
            margin-bottom: 5px;
        }
        
        .feature-content p {
            color: #6c757d;
            line-height: 1.5;
        }
        
        @media (max-width: 768px) {
            .content-wrapper {
                flex-direction: column;
            }
            
            .services-grid {
                grid-template-columns: 1fr;
            }
            
            .section-title {
                font-size: 2rem;
            }
        }
        
    /* Reuse the same styles from the first section */
    .categoryname {
        font-size: 1.5rem;
        font-weight: 600;
        position: relative;
        padding-bottom: 10px;
    }
    
    .categoryname:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 50px;
        height: 2px;
        background: currentColor;
    }
    
    .product-name {
        font-weight: 500;
        margin-bottom: 0;
    }
    
    .product-name a {
        color: inherit;
        text-decoration: none;
    }
    
    .product-name a:hover {
        color: #0d6efd;
    }
    
    .product-card img {
        transition: transform 0.3s ease;
    }
    
    .product-card:hover img {
        transform: scale(1.03);
    }
  .product-card img{
    height: 150px;
    width: 100%;
  }
    .categoryname {
        font-size: 1.5rem;
        font-weight: 600;
        position: relative;
        padding-bottom: 10px;
    }
    
    .categoryname:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 50px;
        height: 2px;
        background: currentColor;
    }
    
    .product-name {
        font-weight: 500;
        margin-bottom: 0;
    }
    
    .product-name a {
        color: inherit;
        text-decoration: none;
    }
    
    .product-name a:hover {
        color: #0d6efd;
    }
    
    .product-card img {
        transition: transform 0.3s ease;
    }
    
    .product-card:hover img {
        transform: scale(1.03);
    }
    
        .hero-section {
            /* background-color: #f8f9fa; */
            padding: 5rem 0;
            position: relative;
            overflow: hidden;
        }
        
        .hero-grid {
            position: relative;
        }
        
        .text-col {
            position: relative;
            z-index: 2;
        }
        
        .visual-col {
            position: relative;
            z-index: 1;
        }
        
        .color-circle {
            position: absolute;
            width: 300px;
            height: 300px;
            border-radius: 50%;
            z-index: 0;
            top: -150px;
            left: -150px;
            background-color: var(--blue-50);
            transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
            transform-origin: center;
        }
         .color-circle1 {
            position: absolute;
            width: 500px;
            height: 500px;
            border-radius: 50%;
            z-index: 0;
            bottom: -150px;
            right: -150px;
            background-color: var(--red-50);
            transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
            transform-origin: center;
        }
        
        .product-card1 {
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
            height: 360px;
            width: 360px;
            border: none;
            background: white;
            transform: translateY(30px) scale(0.75);
            opacity: 0;
            transition: all 1s cubic-bezier(0.9, 0, 0.7, 1);
            position: relative;
            z-index: 2;
            margin: 0 auto;
        }
        
        .product-card1.active {
            transform: translateY(0) scale(1);
            opacity: 1;
        }
        
        .product-card1 .card-img-top {
            height: 200px;
            object-fit: cover;
            transition: all 0.8s ease;
        }
        
        .product-icons {
            display: flex;
            justify-content: center;
            gap: 15px;
            margin-top: 15px;
        }
        
        .product-icon {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            transform: scale(0);
            transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        }
        
        .product-icon.blue { background-color: var(--blue); }
        .product-icon.red { background-color: var(--red); }
        .product-icon.yellow { background-color: var(--yellow); }
        .product-icon.green { background-color: var(--green); }
        
        .product-card1.active .product-icon {
            transform: scale(1);
        }
        
        .product-card1.active .product-icon:nth-child(1) { transition-delay: 0.1s; }
        .product-card1.active .product-icon:nth-child(2) { transition-delay: 0.2s; }
        .product-card1.active .product-icon:nth-child(3) { transition-delay: 0.3s; }
        
        .cycling-headlines {
            height: 120px;
            /* position: relative; */
            overflow: hidden;
        }
        
        .cycling-headline {
            position: absolute;
            width: 100%;
            transform: translateY(50px);
            opacity: 0;
            transition: all 1s cubic-bezier(0.7, 0, 0.5, 1);
            font-size: 80px;
            line-height: 1.2;
        }
        
        .cycling-headline.active {
            transform: translateY(0);
            opacity: 1;
        }
        
        .color-blue { color: var(--blue); }
        .color-red { color: var(--red); }
        .color-yellow { color: var(--yellow); }
        .color-green { color: var(--green); }
        
        .static-text {
            margin: 2rem 0;
            font-size: 5rem;
            font-weight: bold;
        }
        
        .animation-controls {
            margin-top: 1.5rem;
        }
        
        .animation-controls .btn {
            border-radius: 50%;
            width: 40px;
            height: 40px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin: 0 5px;
            transition: all 0.3s ease;
        }
        
        .animation-controls .btn:hover {
            transform: scale(1.1);
        }
        
        @media (max-width: 992px) {
            .color-circle {
                width: 400px;
                height: 400px;
                top: -100px;
                left: -100px;
            }
            
            .cycling-headline {
                font-size: 2.5rem;
            }
            
            .static-text {
                font-size: 1.5rem;
            }
        }
        
        @media (max-width: 768px) {
            .hero-grid {
                flex-direction: column;
            }
            
            .text-col {
                order: 1;
            }
            
            .visual-col {
                order: 2;
                margin-top: 2rem;
            }
            
            .color-circle {
                width: 300px;
                height: 300px;
                top: -50px;
                left: -50px;
            }
            
            .product-card1 {
                width: 100%;
                max-width: 360px;
            }
        }
        
        /* Animation for reduced motion users */
        @media (prefers-reduced-motion: reduce) {
            .cycling-headline,
            .product-card1,
            .color-circle,
            .product-icon {
                transition: none !important;
                transform: none !important;
            }
            
            .reduced-motion-alt {
                display: block !important;
            }
        }
        .location-card img{
            height: 200px;
            border-top-right-radius: 10px;
            border-top-left-radius: 10px;
            width: 100%;
        }
        .location-title{
            border-bottom-right-radius: 10px;
            border-bottom-left-radius: 10px;
            color:#1a1a1a;
            padding:7px; 
            background-color: rgb(255, 255, 255);
        }
        
.video-showcase {
    height: 500px;
    min-height: 300px;
}

.showcase-video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

@media (max-width: 768px) {
    .video-showcase {
        height: 300px;
        margin-top: 30px;
    }
}