.elementor-16 .elementor-element.elementor-element-f3463cb{margin-top:10px;margin-bottom:0px;}.elementor-16 .elementor-element.elementor-element-1245402 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-16 .elementor-element.elementor-element-a1cd6c2{margin-top:20px;margin-bottom:0px;}/* Start custom CSS for html, class: .elementor-element-5aaf718 */.benefits-section {
    background: #ffffff;
    padding: 60px 20px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    color: #000000;
}

/* Benefits Container */
.benefits-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* Default: Desktop 4 columns */
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Individual Benefit Card */
.benefit-card {
    background: linear-gradient(135deg, #ffffff 0%, #f8f8f8 100%);
    padding: 25px;
    border-radius: 12px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: flex-start;
    transition: all 0.3s ease;
}

.benefit-card:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 4px 16px rgba(163, 30, 49, 0.2);
    border-color: #a31e31;
}

/* Benefit Icon */
.benefit-card .icon {
    font-size: 2.2rem;
    color: #a31e31;
    margin-right: 20px;
    flex-shrink: 0;
    margin-top: 2px;
}

/* Benefit Content */
.benefit-content {
    text-align: left;
    flex: 1;
}

/* Benefit Title */
.benefit-content h3 {
    font-size: 1.3rem;
    color: #a31e31;
    margin: 0 0 8px;
    font-weight: 600;
    line-height: 1.2;
}

/* Benefit Description */
.benefit-content p {
    font-size: 0.95rem;
    color: #000000;
    margin: 0;
    line-height: 1.5;
}

/* Animation Keyframes */
@keyframes fadeIn {
    from { 
        opacity: 0; 
        transform: translateY(30px); 
    }
    to { 
        opacity: 1; 
        transform: translateY(0); 
    }
}

/* =========================================
   RESPONSIVE DESIGN (FIXED)
   ========================================= */

/* 
   TABLET VIEW 
   (Range: 701px se 1024px tak)
   Is range mein iPad (768px) aata hai, isliye yaha 2 Columns rahenge.
*/
@media (max-width: 1024px) {
    .benefits-container {
        grid-template-columns: repeat(2, 1fr); /* Tablet: 2 Columns */
        gap: 25px;
    }
    .benefits-section {
        padding: 50px 20px;
    }
    
    /* Tablet par bhi icon side mein hi achha lagta hai, 
       lekin agar space kam ho to thoda padding adjust karein */
    .benefit-card {
        padding: 20px;
    }
}

/* 
   MOBILE VIEW 
   (Range: 700px aur usse niche)
   Yaha par sirf chote phones aayenge, isliye yaha 1 Column hoga.
*/
@media (max-width: 700px) {
    .benefits-section h2 {
        font-size: 2rem;
    }

    .benefits-container {
        grid-template-columns: 1fr; /* Mobile: 1 Column */
        max-width: 400px; /* Card ki width limit */
        margin: 0 auto;
        gap: 20px;
    }

    .benefit-card {
        flex-direction: column; /* Icon upar, text niche */
        text-align: center;
        align-items: center; /* Center items explicitly */
    }

    .benefit-card .icon {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .benefit-content {
        text-align: center;
    }

    .benefits-section {
        padding: 40px 15px;
    }
}

/* EXTRA SMALL MOBILE */
@media (max-width: 480px) {
    .benefits-section h2 {
        font-size: 1.8rem;
    }
    .benefit-card {
        padding: 18px;
    }
    .benefit-card .icon {
        font-size: 2rem;
    }
    .benefit-content h3 {
        font-size: 1.2rem;
    }
    .benefit-content p {
        font-size: 0.9rem;
    }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-f3463cb *//*.hero-section {*/
 /*           background: linear-gradient(135deg, #774181 0%, #9b4f8c 50%, #c06aa3 100%);*/
 /*           color: #ffffff;*/
 /*           padding: 80px 20px;*/
 /*           text-align: center;*/
 /*           min-height: 400px;*/
 /*           display: flex;*/
 /*           flex-direction: column;*/
 /*           justify-content: center;*/
 /*           align-items: center;*/
 /*           font-family: 'Roboto', sans-serif;*/
 /*           position: relative;*/
 /*           overflow: hidden;*/
 /*       }*/
 .hero-section {
    background-image: url('https://cheappillsuk.com/wp-content/uploads/2026/02/Cheap-Pills-UK-Banner.webp');  /* Apni image ki URL yahan lagayiye */
    background-size: contain;
    background-position: center;
    color: #ffffff;
    
    text-align: center;
        background-repeat: no-repeat;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    align-items: center;
    font-family: 'Roboto', sans-serif;
    position: relative;
    overflow: hidden;
}

        /* Heading Styles */
        .hero-section h1 {
            font-size: 1.5rem;
            margin: 0 0 20px;
            line-height: 1.2;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
            animation: fadeIn 1s ease-in;
            color: #fef7c6;
            visibility: hidden;
            
        }

        /* Paragraph Styles */
        .hero-section p {
            font-size: 0.2rem;
            max-width: 600px;
            margin: 0 auto 30px;
            line-height: 1.6;
            opacity: 0.9;
            animation: fadeIn 1.5s ease-in;
        }

        /* Button Styles */
        .hero-section .cta-button {
            background-color: #ffffff;
            color: #774181;
            padding: 15px 30px;
            font-size: 1.1rem;
            font-weight: bold;
            text-decoration: none;
            border-radius: 5px;
            transition: background-color 0.3s, transform 0.2s;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
        }

        .hero-section .cta-button:hover {
            background-color: #f0f0f0;
            transform: scale(1.05);
        }

        /* Animation Keyframes */
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(20px); }
            to { opacity: 1; transform: translateY(0); }
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            
            .hero-section h1 {
                font-size: 2rem;
            }
            .hero-section p {
                font-size: 1rem;
                padding: 0 10px;
            }
            .hero-section {
                padding: 60px 15px;
                min-height: 300px;
            }
        }

        @media (max-width: 480px) {
             .hero-section {
    background-image: url('https://cheappillsuk.com/wp-content/uploads/2026/02/Cheap-Pills-UK-Mobile-Banner.webp');
            
             }  
            .hero-section h1 {
                font-size: 1.8rem;
            }
            .hero-section p {
                font-size: 0.8rem;
            }
            .hero-section .cta-button {
            
            display:none;
            }
        }/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-dee6ba8 *//* Product Spotlights Section - Enhanced Hero Header with Red Glow & Unique Pulse */
.product-spotlights {
   
    padding: 0 20px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    color: #000000; /* Black for high contrast */
    position: relative;
    overflow: hidden;
}

/* Section Heading - Bold with Red Glow & Animated Underline */
.product-spotlights h2 {
    font-size: 2.4rem; /* Slightly larger for impact */
    color: #a31e31; /* Red accent */
    margin-bottom: 0;
    font-weight: 700;
    text-shadow: 0 2px 8px rgba(163, 30, 49, 0.3); /* Red glow for uniqueness */
    animation: fadeInGlow 1.5s ease-out; /* Enhanced fade with glow pulse */
    position: relative;
    display: inline-block;
    letter-spacing: 0.5px; /* Subtle spacing for elegance */
}

/* Unique Animated Underline with Red Gradient */
.product-spotlights h2::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: linear-gradient(to right, #a31e31, #8b1a28);
    border-radius: 2px;
    transition: width 0.6s ease-out;
    animation: underlineExpand 1.5s ease-out 0.8s forwards; /* Delayed draw-in */
}

.product-spotlights h2:hover::after {
    width: 80px; /* Expand on hover for interactivity */
}

@keyframes underlineExpand {
    to { width: 80px; }
}

/* Enhanced Animation Keyframes - Fade with Glow Pulse */
@keyframes fadeInGlow {
    0% { 
        opacity: 0; 
        transform: translateY(20px) scale(0.95); 
        text-shadow: 0 0 0 rgba(163, 30, 49, 0); 
    }
    50% { 
        opacity: 0.7; 
        transform: translateY(0) scale(1.02); 
        text-shadow: 0 2px 12px rgba(163, 30, 49, 0.4); 
    }
    100% { 
        opacity: 1; 
        transform: translateY(0) scale(1); 
        text-shadow: 0 2px 8px rgba(163, 30, 49, 0.3); 
    }
}

/* Responsive Design for Heading - Optimized Scaling */
@media (max-width: 768px) {
    .product-spotlights h2 {
        font-size: 2rem;
        letter-spacing: 0.3px;
    }
    .product-spotlights h2::after {
        height: 2px;
        bottom: -6px;
    }
}

@media (max-width: 480px) {
    .product-spotlights {
        padding: 0 15px;
    }
    .product-spotlights h2 {
        font-size: 1.8rem;
        letter-spacing: 0.2px;
    }
    .product-spotlights h2::after {
        width: 60px; /* Shorter on mobile */
    }
}


/* ZS Product Display Section - Enhanced with Staggered Reveal & Red Glow Effects */
.zsprod-display {
     background: linear-gradient(to bottom, #ffffff 0%, rgba(163, 30, 49, 0.02) 100%); /* Subtle red fade for cohesion */
    padding: 60px 20px; /* More breathing room */
    text-align: center;
    font-family: 'Roboto', sans-serif;
    color: #000000; /* Black for high contrast */
    position: relative;
    overflow: hidden;
}

/* Products Grid - Masonry-inspired with stagger */
.zsprod-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px; /* Slightly more space */
    max-width: 1400px;
    margin: 40px auto 0; /* Space from potential heading */
}

/* Staggered animation delays for dynamic reveal */
.zsprod-grid .zsprod-item:nth-child(1) { animation-delay: 0.1s; }
.zsprod-grid .zsprod-item:nth-child(2) { animation-delay: 0.2s; }
.zsprod-grid .zsprod-item:nth-child(3) { animation-delay: 0.3s; }
.zsprod-grid .zsprod-item:nth-child(4) { animation-delay: 0.4s; }

/* Individual Product Item - Premium with Red Ripple & Glow */
.zsprod-item {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 248, 248, 0.9) 100%); /* Subtle gradient shine */
    border-radius: 16px; /* Softer corners */
    box-shadow: 0 6px 20px rgba(163, 30, 49, 0.15); /* Red-tinted shadow */
    text-decoration: none;
    color: inherit;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1); /* Bouncy transition */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px; /* More padding for premium feel */
    position: relative;
    overflow: hidden;
    animation: zsprodFadeInUp 1s ease-out forwards; /* Enhanced stagger entry */
    opacity: 0;
    transform: translateY(30px) scale(0.95); /* Start smaller */
    border: 1px solid rgba(163, 30, 49, 0.08); /* Subtle red outline */
    cursor: pointer;
}

/* Unique Ripple Shine Effect */
.zsprod-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(163, 30, 49, 0.08), transparent);
    transition: left 0.6s;
    z-index: 0;
}

.zsprod-item:hover::before {
    left: 100%; /* Sweep shine on hover */
}

/* Featured Badge on First Item (Unique Highlight) */
.zsprod-grid .zsprod-item:nth-child(1)::after {
    content: '⭐ Featured';
    position: absolute;
    top: 10px;
    right: 10px;
    background: linear-gradient(135deg, #a31e31, #8b1a28);
    color: #ffffff;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    z-index: 2;
    animation: badgePulse 2s infinite;
}

@keyframes badgePulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

.zsprod-item:hover {
    transform: translateY(-8px) scale(1.02); /* Lift & subtle zoom */
    box-shadow: 0 12px 30px rgba(163, 30, 49, 0.25); /* Deeper red glow */
    border-color: #a31e31; /* Red border on hover */
}

/* Product Image - With Red Frame & Tilt */
.zsprod-item img {
    width: 100%;
    height: 160px; /* Taller for impact */
    object-fit: contain;
    border-radius: 10px;
    margin-bottom: 15px;
    transition: all 0.4s ease;
    position: relative;
    z-index: 1;
    border: 2px solid transparent; /* For glow frame */
}

.zsprod-item:hover img {
    transform: scale(1.08) rotate(1deg); /* Zoom + playful tilt */
    box-shadow: 0 4px 12px rgba(163, 30, 49, 0.15); /* Red-tinted shadow */
    border-color: rgba(163, 30, 49, 0.2); /* Subtle red frame */
}

/* Product Title - Red Accent with Hover Lift */
.zsprod-item h3 {
    font-size: 1.05rem;
    color: #a31e31; /* Red for titles */
    margin: 0 0 12px;
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s ease;
    z-index: 1;
}

.zsprod-item:hover h3 {
    color: #8b1a28; /* Darker red on hover */
    transform: translateY(-1px); /* Subtle lift */
    letter-spacing: 0.5px; /* Expand for emphasis */
}

/* Price Block - Bold Black with Red Pulse */
.zsprod-price {
    text-align: center;
    margin-top: auto; /* Push to bottom */
    z-index: 1;
}

.zsprod-price .zsprod-price-value {
    font-size: 1.2rem; /* Larger for emphasis */
    color: #000000; /* Black for contrast */
    font-weight: 700;
    transition: all 0.3s ease;
}

.zsprod-item:hover .zsprod-price-value {
    transform: scale(1.05); /* Pulse for CTA */
    color: #a31e31; /* Red tint on hover */
    text-shadow: 0 1px 3px rgba(163, 30, 49, 0.3); /* Subtle glow */
}

/* Enhanced Animation Keyframes - Staggered Fade with Scale */
@keyframes zsprodFadeInUp {
    from { 
        opacity: 0; 
        transform: translateY(30px) scale(0.95); 
    }
    to { 
        opacity: 1; 
        transform: translateY(0) scale(1); 
    }
}

/* Error Message - Styled with Red Alert Box */
.zsprod-error {
    color: #a31e31; /* Red for errors */
    text-align: center;
    margin: 20px 0;
    font-weight: 500;
    background: rgba(163, 30, 49, 0.1);
    padding: 12px 20px;
    border-radius: 8px;
    border-left: 4px solid #a31e31;
    animation: shakeIn 0.5s ease-out;
}

@keyframes shakeIn {
    0% { transform: translateX(-10px); opacity: 0; }
    50% { transform: translateX(5px); }
    100% { transform: translateX(0); opacity: 1; }
}

/* Responsive Design - Optimized for 2-Column Mobile */
@media (max-width: 1200px) {
    .zsprod-grid {
        grid-template-columns: repeat(3, 1fr); /* 3 columns on medium */
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .zsprod-display {
        padding: 50px 15px;
    }
    .zsprod-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 columns */
        max-width: 100%;
        gap: 18px;
    }
    .zsprod-item img {
        height: 140px;
    }
    /* Simplified hovers for touch */
    .zsprod-item:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 25px rgba(163, 30, 49, 0.18);
    }
    .zsprod-item:hover img {
        transform: scale(1.03) rotate(0deg); /* No tilt on mobile */
    }
}

@media (max-width: 480px) {
    .zsprod-grid {
        grid-template-columns: repeat(2, 1fr); /* Keep 2 columns on tiny screens */
        max-width: 100%;
        gap: 12px;
    }
    .zsprod-item {
        padding: 16px;
    }
    .zsprod-item img {
        height: 120px;
    }
    .zsprod-item h3 {
        font-size: 0.95rem;
    }
    .zsprod-price .zsprod-price-value {
        font-size: 1.1rem;
    }
    /* Hide badge on very small screens */
    .zsprod-grid .zsprod-item:nth-child(1)::after {
        font-size: 0.7rem;
        padding: 3px 6px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f4d0993 *//* Categories Section - Unique Overlapping Grid with Red Accents */
.categories-section {
    background: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
    padding: 70px 20px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    color: #000000;
    position: relative;
    overflow: hidden;
}

/* Section Heading - With animated red accent line */
.categories-section h2 {
    font-size: 2.6rem;
    color: #a31e31;
    margin-bottom: 55px;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    animation: slideInDown 1.2s ease-out;
    position: relative;
    display: inline-block;
}

.categories-section h2::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(to right, #a31e31, #8b1a28);
    border-radius: 2px;
}

/* Categories Container - Overlapping grid for unique layout */
.categories-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}

/* Overlap effect: Adjust positions for staggered, unique flow */
.categories-container .category-card:nth-child(1) {
    grid-column: 1;
    transform: translateY(0);
}

.categories-container .category-card:nth-child(2) {
    grid-column: 2;
    transform: translateY(-10px);
}

.categories-container .category-card:nth-child(3) {
    grid-column: 3;
    transform: translateY(5px);
}

.categories-container .category-card:nth-child(4) {
    grid-column: 4;
    transform: translateY(-15px);
}

.categories-container .category-card:nth-child(5) {
    grid-column: 5;
    transform: translateY(10px);
}

/* Individual Category Card - Premium with image overlay */
.category-card {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 248, 248, 0.9) 100%);
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(163, 30, 49, 0.15);
    text-decoration: none;
    color: inherit;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    position: relative;
    overflow: hidden;
    animation: fadeInUpStagger 1s ease-out forwards;
    opacity: 0;
    transform: translateY(30px) scale(0.95);
    border: 1px solid rgba(163, 30, 49, 0.08);
}

/* Staggered animation delays */
.categories-container .category-card:nth-child(1) { animation-delay: 0.1s; }
.categories-container .category-card:nth-child(2) { animation-delay: 0.2s; }
.categories-container .category-card:nth-child(3) { animation-delay: 0.3s; }
.categories-container .category-card:nth-child(4) { animation-delay: 0.4s; }
.categories-container .category-card:nth-child(5) { animation-delay: 0.5s; }
.categories-container .category-card:nth-child(6) { animation-delay: 0.6s; }

/* Image Styling - Full-width with overlay */
.category-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 15px;
    transition: all 0.4s ease;
    position: relative;
    z-index: 1;
}

/* Unique Hover Overlay with Red Gradient & Icon */
.category-card::before {
    content: '→';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    font-size: 2rem;
    color: #ffffff;
    z-index: 3;
    transition: transform 0.3s ease;
}

.category-card:hover::before {
    transform: translate(-50%, -50%) scale(1.2);
}

/* Overlay for image on hover */
.category-card .image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 180px;
    background: linear-gradient(to bottom, transparent 60%, rgba(163, 30, 49, 0.8) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.category-card:hover .image-overlay {
    opacity: 1;
}

.category-card:hover img {
    transform: scale(1.1);
    filter: brightness(0.9);
}

/* Category Title - Bold & Centered */
.category-card h3 {
    font-size: 1.2rem;
    color: #a31e31;
    margin: 0;
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
    transition: all 0.3s ease;
    z-index: 1;
    position: relative;
}

.category-card:hover h3 {
    color: #8b1a28;
    transform: translateY(-2px);
    text-shadow: 0 1px 3px rgba(163, 30, 49, 0.2);
}

/* Hover Effects - Lift & Glow */
.category-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 15px 40px rgba(163, 30, 49, 0.25);
    border-color: #a31e31;
}

/* Animation Keyframes */
@keyframes slideInDown {
    from { opacity: 0; transform: translateY(-40px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInUpStagger {
    from { 
        opacity: 0; 
        transform: translateY(30px) scale(0.95); 
    }
    to { 
        opacity: 1; 
        transform: translateY(0) scale(1); 
    }
}

/* =========================================
   📱 RESPONSIVE DESIGN - FIXED TABLET VIEW
   ========================================= */

/* 🖥️ Large Desktop (1200px+) - 5 columns */
@media (min-width: 1201px) {
    .categories-container {
        grid-template-columns: repeat(5, 1fr);
    }
}

/* 🖥️ Small Desktop / Large Tablet (992px - 1200px) - 4 columns */
@media (min-width: 992px) and (max-width: 1200px) {
    .categories-container {
        grid-template-columns: repeat(4, 1fr);
        gap: 18px;
    }
    
    .categories-container .category-card:nth-child(n) {
        grid-column: auto;
        transform: translateY(0) !important;
    }
    
    .category-card img {
        height: 160px;
    }
    
    .category-card .image-overlay {
        height: 160px;
    }
}

/* =========================================
   📱 TABLET VIEW - 3 COLUMNS PER ROW (FIXED)
   768px - 991px
   ========================================= */
@media (min-width: 768px) and (max-width: 991px) {
    .categories-section {
        padding: 50px 20px;
    }
    
    .categories-section h2 {
        font-size: 2.2rem;
        margin-bottom: 40px;
    }
    
    .categories-container {
        grid-template-columns: repeat(3, 1fr); /* ✅ 3 columns */
        gap: 20px;
        max-width: 900px;
        margin: 0 auto;
    }
    
    /* Reset all transform effects for clean grid */
    .categories-container .category-card:nth-child(n) {
        grid-column: auto !important;
        transform: translateY(0) !important;
    }
    
    .category-card {
        padding: 18px;
    }
    
    .category-card img {
        height: 150px;
    }
    
    .category-card .image-overlay {
        height: 150px;
    }
    
    .category-card h3 {
        font-size: 1.1rem;
    }
    
    /* Simplified hovers for touch */
    .category-card:hover {
        transform: translateY(-5px) scale(1.01);
        box-shadow: 0 10px 30px rgba(163, 30, 49, 0.2);
    }
    
    .category-card:hover img {
        transform: scale(1.05);
    }
}

/* =========================================
   📱 SMALL TABLET / LARGE MOBILE - 3 COLUMNS
   600px - 767px
   ========================================= */
@media (min-width: 600px) and (max-width: 767px) {
    .categories-section {
        padding: 45px 15px;
    }
    
    .categories-section h2 {
        font-size: 2rem;
        margin-bottom: 35px;
    }
    
    .categories-container {
        grid-template-columns: repeat(3, 1fr); /* ✅ 3 columns */
        gap: 15px;
        max-width: 100%;
        padding: 0 10px;
    }
    
    /* Reset all transform effects */
    .categories-container .category-card:nth-child(n) {
        grid-column: auto !important;
        transform: translateY(0) !important;
    }
    
    .category-card {
        padding: 12px;
    }
    
    .category-card img {
        height: 120px;
    }
    
    .category-card .image-overlay {
        height: 120px;
    }
    
    .category-card h3 {
        font-size: 0.95rem;
    }
    
    .category-card:hover {
        transform: translateY(-3px);
    }
}

/* =========================================
   📱 MOBILE - 2 COLUMNS
   480px - 599px
   ========================================= */
@media (min-width: 480px) and (max-width: 599px) {
    .categories-section {
        padding: 40px 15px;
    }
    
    .categories-section h2 {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }
    
    .categories-container {
        grid-template-columns: repeat(2, 1fr); /* 2 columns */
        gap: 12px;
        max-width: 100%;
    }
    
    /* Reset all transform effects */
    .categories-container .category-card:nth-child(n) {
        grid-column: auto !important;
        transform: translateY(0) !important;
    }
    
    .category-card {
        padding: 12px;
    }
    
    .category-card img {
        height: 130px;
    }
    
    .category-card .image-overlay {
        height: 130px;
    }
    
    .category-card h3 {
        font-size: 1rem;
    }
    
    .category-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 20px rgba(163, 30, 49, 0.18);
    }
}

/* =========================================
   📱 SMALL MOBILE - 2 COLUMNS (Compact)
   380px - 479px
   ========================================= */
@media (min-width: 380px) and (max-width: 479px) {
    .categories-section {
        padding: 35px 10px;
    }
    
    .categories-section h2 {
        font-size: 1.6rem;
        margin-bottom: 25px;
    }
    
    .categories-container {
        grid-template-columns: repeat(2, 1fr); /* 2 columns */
        gap: 10px;
        max-width: 100%;
    }
    
    /* Reset all transform effects */
    .categories-container .category-card:nth-child(n) {
        grid-column: auto !important;
        transform: translateY(0) !important;
    }
    
    .category-card {
        padding: 10px;
        border-radius: 15px;
    }
    
    .category-card img {
        height: 100px;
        border-radius: 10px;
    }
    
    .category-card .image-overlay {
        height: 100px;
    }
    
    .category-card h3 {
        font-size: 0.9rem;
    }
}

/* =========================================
   📱 EXTRA SMALL MOBILE - 1 COLUMN
   Less than 380px
   ========================================= */
@media (max-width: 379px) {
    .categories-section {
        padding: 30px 10px;
    }
    
    .categories-section h2 {
        font-size: 1.5rem;
        margin-bottom: 20px;
    }
    
    .categories-section h2::after {
        width: 60px;
        height: 3px;
    }
    
    .categories-container {
        grid-template-columns: 1fr; /* 1 column */
        gap: 12px;
        max-width: 280px;
        margin: 0 auto;
    }
    
    /* Reset all transform effects */
    .categories-container .category-card:nth-child(n) {
        grid-column: auto !important;
        transform: translateY(0) !important;
    }
    
    .category-card {
        padding: 15px;
    }
    
    .category-card img {
        height: 140px;
    }
    
    .category-card .image-overlay {
        height: 140px;
    }
    
    .category-card h3 {
        font-size: 1rem;
    }
}

/* =========================================
   🔧 LANDSCAPE TABLET ORIENTATION
   ========================================= */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .categories-container {
        grid-template-columns: repeat(3, 1fr); /* ✅ 3 columns in landscape */
        gap: 20px;
        max-width: 95%;
    }
    
    .category-card img {
        height: 140px;
    }
    
    .category-card .image-overlay {
        height: 140px;
    }
}

/* =========================================
   🔧 PREVENT ANY OVERFLOW ISSUES
   ========================================= */
.categories-section,
.categories-container {
    box-sizing: border-box;
}

.categories-container * {
    box-sizing: border-box;
}

.category-card {
    min-width: 0; /* Prevent flex/grid overflow */
    max-width: 100%;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c6b52d9 *//* =========================================
   About Section - Fixed Icons & Text
   No Overflow, No Hidden Text, Proper Sizing
   ========================================= */

.about-section {
    background: linear-gradient(to bottom, #ffffff 0%, rgba(163, 30, 49, 0.03) 100%),
                url('https://www.transparenttextures.com/patterns/45-degree-fabric-light.png') repeat;
    padding: 80px 20px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    color: #000000;
    position: relative;
    overflow: hidden;
}

/* =========================================
   🔧 HEADING WRAPPER - Controls Overflow
   ========================================= */
.about-section .heading-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    overflow: visible;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* =========================================
   🔧 ALL HEADINGS - Base Styles
   ========================================= */
.about-section h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 50px auto 30px;
    position: relative;
    z-index: 1;
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-height: 1.4;
    color: #a31e31;
}

/* =========================================
   🔧 MAIN HEADING - With Underline
   ========================================= */
.about-section h2.main-heading {
    display: inline-block;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

.about-section h2.main-heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 4px;
    background: #a31e31;
    border-radius: 2px;
    box-shadow: 0 2px 6px rgba(163, 30, 49, 0.2);
}

/* =========================================
   🔧 SUB HEADING - With Icons (FIXED)
   ========================================= */
.about-section h2.sub-heading {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; /* ✅ Allows wrapping */
    gap: 10px;
    padding: 0 15px;
    max-width: 95%;
    text-align: center;
}

/* Heading Text Wrapper */
.about-section h2.sub-heading .heading-text {
    display: inline;
    word-wrap: break-word;
    overflow-wrap: break-word;
    text-align: center;
    line-height: 1.4;
}

/* =========================================
   💊 ICON WRAPPER - Fixed Size Container
   ========================================= */
.about-section .icon-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0; /* ✅ Prevents icon from growing */
    width: 28px;
    height: 28px;
}

/* =========================================
   💊 SVG ICON - Fixed Size (CRITICAL FIX)
   ========================================= */
.about-section .medicine-pill-icon {
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    max-width: 24px !important;
    min-height: 24px !important;
    max-height: 24px !important;
    flex-shrink: 0 !important;
    flex-grow: 0 !important;
    fill: #a31e31;
    vertical-align: middle;
    display: inline-block;
}

/* =========================================
   📝 PARAGRAPH STYLES
   ========================================= */
.about-section p {
    font-size: 1.15rem;
    color: #000000;
    line-height: 1.8;
    max-width: 950px;
    margin: 0 auto 30px;
    text-align: center;
    padding: 0 20px;
    box-sizing: border-box;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.about-section p b {
    color: #a31e31;
    font-weight: 700;
}

/* Disclaimer Style */
.about-section p.disclaimer {
    font-style: italic;
    color: #555555;
    font-size: 1rem;
    border-left: 4px solid #a31e31;
    padding-left: 20px;
    padding-right: 15px;
    background: rgba(163, 30, 49, 0.05);
    border-radius: 0 8px 8px 0;
    margin: 20px auto;
    text-align: left;
    max-width: 800px;
}

/* =========================================
   📱 TABLET VIEW (769px - 1024px)
   ========================================= */
@media (min-width: 769px) and (max-width: 1024px) {
    .about-section {
        padding: 70px 20px;
    }
    
    .about-section h2 {
        font-size: 2.1rem;
        line-height: 1.4;
        margin: 40px auto 25px;
    }
    
    .about-section h2.sub-heading {
        gap: 8px;
        max-width: 90%;
    }
    
    /* ✅ Fixed Icon Size for Tablet */
    .about-section .icon-wrapper {
        width: 24px;
        height: 24px;
    }
    
    .about-section .medicine-pill-icon {
        width: 20px !important;
        height: 20px !important;
        min-width: 20px !important;
        max-width: 20px !important;
        min-height: 20px !important;
        max-height: 20px !important;
    }
    
    .about-section h2.main-heading::after {
        width: 100px;
    }
    
    .about-section p {
        font-size: 1.1rem;
        padding: 0 25px;
        max-width: 90%;
    }
}

/* =========================================
   📱 SMALL TABLET (600px - 768px)
   ========================================= */
@media (min-width: 600px) and (max-width: 768px) {
    .about-section {
        padding: 60px 15px;
    }
    
    .about-section h2 {
        font-size: 1.9rem;
        line-height: 1.45;
        margin: 35px auto 22px;
    }
    
    .about-section h2.main-heading {
        padding-bottom: 18px;
    }
    
    .about-section h2.main-heading::after {
        width: 90px;
        height: 3px;
    }
    
    .about-section h2.sub-heading {
        gap: 8px;
        max-width: 95%;
        flex-wrap: wrap;
    }
    
    /* ✅ Fixed Icon Size for Small Tablet */
    .about-section .icon-wrapper {
        width: 22px;
        height: 22px;
    }
    
    .about-section .medicine-pill-icon {
        width: 18px !important;
        height: 18px !important;
        min-width: 18px !important;
        max-width: 18px !important;
        min-height: 18px !important;
        max-height: 18px !important;
    }
    
    .about-section p {
        font-size: 1.05rem;
        padding: 0 20px;
        line-height: 1.75;
    }
    
    .about-section p.disclaimer {
        padding-left: 15px;
        font-size: 0.95rem;
        max-width: 95%;
    }
}

/* =========================================
   📱 MOBILE VIEW (481px - 599px)
   ========================================= */
@media (min-width: 481px) and (max-width: 599px) {
    .about-section {
        padding: 50px 15px;
    }
    
    .about-section h2 {
        font-size: 1.6rem;
        line-height: 1.5;
        margin: 30px auto 20px;
    }
    
    .about-section h2.main-heading {
        padding-bottom: 15px;
    }
    
    .about-section h2.main-heading::after {
        width: 80px;
        height: 3px;
    }
    
    .about-section h2.sub-heading {
        gap: 6px;
        max-width: 100%;
        padding: 0 10px;
    }
    
    /* ✅ Fixed Icon Size for Mobile */
    .about-section .icon-wrapper {
        width: 20px;
        height: 20px;
    }
    
    .about-section .medicine-pill-icon {
        width: 16px !important;
        height: 16px !important;
        min-width: 16px !important;
        max-width: 16px !important;
        min-height: 16px !important;
        max-height: 16px !important;
    }
    
    .about-section p {
        font-size: 1rem;
        padding: 0 15px;
        line-height: 1.7;
    }
    
    .about-section p.disclaimer {
        padding-left: 12px;
        padding-right: 12px;
        font-size: 0.9rem;
        max-width: 100%;
    }
}

/* =========================================
   📱 SMALL MOBILE VIEW (381px - 480px)
   ========================================= */
@media (min-width: 381px) and (max-width: 480px) {
    .about-section {
        padding: 45px 10px;
    }
    
    .about-section .heading-wrapper {
        padding: 0 10px;
    }
    
    .about-section h2 {
        font-size: 1.4rem;
        line-height: 1.5;
        margin: 25px auto 18px;
    }
    
    .about-section h2.main-heading::after {
        width: 70px;
        height: 3px;
    }
    
    .about-section h2.sub-heading {
        gap: 5px;
        padding: 0 5px;
    }
    
    /* ✅ Smaller Icons for Small Mobile */
    .about-section .icon-wrapper {
        width: 18px;
        height: 18px;
    }
    
    .about-section .medicine-pill-icon {
        width: 14px !important;
        height: 14px !important;
        min-width: 14px !important;
        max-width: 14px !important;
        min-height: 14px !important;
        max-height: 14px !important;
    }
    
    .about-section p {
        font-size: 0.95rem;
        line-height: 1.7;
        padding: 0 12px;
    }
}

/* =========================================
   📱 EXTRA SMALL MOBILE (max-width: 380px)
   ========================================= */
@media (max-width: 380px) {
    .about-section {
        padding: 40px 8px;
    }
    
    .about-section .heading-wrapper {
        padding: 0 5px;
    }
    
    .about-section h2 {
        font-size: 1.25rem;
        line-height: 1.5;
        margin: 22px auto 15px;
    }
    
    .about-section h2.main-heading {
        padding-bottom: 12px;
    }
    
    .about-section h2.main-heading::after {
        width: 60px;
        height: 2px;
    }
    
    .about-section h2.sub-heading {
        gap: 4px;
        padding: 0 5px;
    }
    
    /* ✅ Smallest Icons for Extra Small Mobile */
    .about-section .icon-wrapper {
        width: 16px;
        height: 16px;
    }
    
    .about-section .medicine-pill-icon {
        width: 12px !important;
        height: 12px !important;
        min-width: 12px !important;
        max-width: 12px !important;
        min-height: 12px !important;
        max-height: 12px !important;
    }
    
    .about-section p {
        font-size: 0.9rem;
        line-height: 1.65;
        padding: 0 8px;
    }
    
    .about-section p.disclaimer {
        font-size: 0.85rem;
        padding: 10px 8px 10px 10px;
    }
}

/* =========================================
   🔘 CTA BUTTON SECTION
   ========================================= */
.cta-button-container {
    text-align: center;
    margin-top: 40px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

.cta-button {
    display: inline-block;
    padding: 15px 35px;
    background-color: #a31e31;
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 12px rgba(163, 30, 49, 0.3);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: normal;
    word-wrap: break-word;
    max-width: 90%;
    box-sizing: border-box;
}

.cta-button:hover {
    background-color: #8a1a28;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(163, 30, 49, 0.4);
    color: #FFFFFF;
    text-decoration: none;
}

.cta-button:active {
    transform: translateY(-1px);
}

/* =========================================
   📱 CTA BUTTON RESPONSIVE
   ========================================= */
@media (max-width: 768px) {
    .cta-button-container {
        margin-top: 30px;
        padding-bottom: 15px;
    }
    
    .cta-button {
        padding: 13px 28px;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .cta-button-container {
        margin-top: 25px;
        padding: 0 15px 15px;
    }
    
    .cta-button {
        padding: 12px 24px;
        font-size: 0.95rem;
        width: auto;
        max-width: 100%;
    }
}

@media (max-width: 360px) {
    .cta-button {
        padding: 11px 20px;
        font-size: 0.9rem;
        letter-spacing: 0.3px;
    }
}

/* =========================================
   🔧 GLOBAL FIXES - Prevent Any Overflow
   ========================================= */
.about-section * {
    box-sizing: border-box;
}

.about-section h2,
.about-section p {
    max-width: 100%;
    overflow: visible;
}

.about-section h2 {
    text-overflow: clip;
    overflow: visible !important;
}

/* Ensure SVG never grows beyond specified size */
.about-section svg {
    flex-shrink: 0 !important;
    flex-grow: 0 !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bbbbcc6 *//* FAQ Section - Professional Red-Accented Accordion with Clean Card Layout */
.faq-section {
    background: linear-gradient(to bottom, #ffffff 0%, rgba(163, 30, 49, 0.02) 100%); /* Subtle red fade for cohesion */
    padding: 80px 20px; /* Generous spacing for readability */
    text-align: center;
    font-family: 'Roboto', sans-serif;
    color: #000000; /* Black for high contrast */
    position: relative;
    overflow: hidden;
}

/* Section Heading - Bold Red with Centered Underline Bar */
.faq-section h2 {
    font-size: 2.5rem;
    color: #a31e31; /* Red accent */
    margin-bottom: 60px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    padding-bottom: 15px; /* Space for underline */
}

.faq-section h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px; /* Clean bar width */
    height: 3px;
    background: #a31e31; /* Solid red bar */
    border-radius: 2px;
    box-shadow: 0 2px 6px rgba(163, 30, 49, 0.2); /* Subtle depth */
}

/* FAQ Container - Centered with Max Width */
.faq-container {
    max-width: 900px;
    margin: 0 auto;
}

/* FAQ Item - Clean Card with Red Border on Active */
.faq-item {
    margin-bottom: 20px; /* More space between items */
    border: 1px solid #f0f0f0; /* Light border for separation */
    border-radius: 12px; /* Soft corners */
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(163, 30, 49, 0.08); /* Subtle red-tinted shadow */
    transition: all 0.3s ease; /* Smooth expand */
}

.faq-item.active {
    border-color: #a31e31; /* Red border when open */
    box-shadow: 0 4px 20px rgba(163, 30, 49, 0.15); /* Deeper shadow on active */
}

/* FAQ Question - Red Background with Hover Tint */
.faq-question {
    background: #f8f8f8; /* Light gray for contrast */
    padding: 25px 30px; /* Generous padding */
    font-size: 1.2rem;
    color: #a31e31; /* Red for questions */
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s ease, padding 0.3s ease; /* Smooth color & expand */
}

.faq-question:hover {
    background: rgba(163, 30, 49, 0.05); /* Subtle red tint on hover */
}

/* Toggle Icon - Chevron for Professional Look */
.faq-question .toggle-icon {
    font-size: 1.2rem; /* Smaller, elegant */
    color: #a31e31; /* Red icon */
    transition: transform 0.3s ease; /* Smooth rotate */
}

.faq-item.active .toggle-icon {
    transform: rotate(180deg); /* Downward chevron when open */
}

/* FAQ Answer - Clean Black Text with Indent */
.faq-answer {
    display: none;
    padding: 0 30px 25px; /* Indent to match question padding */
    font-size: 1.1rem;
    color: #000000; /* Black for answers */
    line-height: 1.8; /* Professional spacing */
    text-align: left; /* Left-aligned for readability */
    background: #ffffff; /* White for clean separation */
}

/* Smooth Show/Hide */
.faq-item.active .faq-answer {
    display: block;
    animation: slideDown 0.3s ease-out; /* Subtle slide-in */
}

@keyframes slideDown {
    from { 
        opacity: 0; 
        max-height: 0; 
        padding-top: 0; 
        padding-bottom: 0; 
    }
    to { 
        opacity: 1; 
        max-height: 200px; /* Adjust based on content */
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

/* Responsive Design - Optimized Scaling */
@media (max-width: 768px) {
    .faq-section {
        padding: 60px 15px;
    }
    .faq-section h2 {
        font-size: 2.1rem;
        margin-bottom: 50px;
    }
    .faq-section h2::after {
        width: 80px;
    }
    .faq-question {
        font-size: 1.1rem;
        padding: 20px 25px;
    }
    .faq-answer {
        font-size: 1rem;
        padding: 0 25px 20px;
    }
    .faq-item {
        margin-bottom: 15px;
    }
}

@media (max-width: 480px) {
    .faq-section {
        padding: 50px 10px;
    }
    .faq-section h2 {
        font-size: 1.8rem;
    }
    .faq-section h2::after {
        width: 60px;
        height: 2px;
    }
    .faq-question {
        font-size: 1rem;
        padding: 18px 20px;
    }
    .faq-answer {
        font-size: 0.95rem;
        padding: 0 20px 18px;
    }
    .faq-question .toggle-icon {
        font-size: 1rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-21a07e7 */.testimonials-section {
            /* Subtle red fade for depth */
            padding: 80px 40px; /* Generous spacing for premium feel */
            text-align: center;
            font-family: 'Roboto', sans-serif;
            color: #000000; /* Black for high contrast */
            position: relative;
            overflow: hidden;
        }

        /* Unique Floating Red Dots in Background for Subtlety */
        .testimonials-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: 
                radial-gradient(circle at 10% 10%, rgba(163, 30, 49, 0.08) 1px, transparent 1px),
                radial-gradient(circle at 90% 90%, rgba(163, 30, 49, 0.08) 1px, transparent 1px);
            background-size: 200px 200px;
            pointer-events: none;
            z-index: 0;
        }

        .testimonials-section > * {
            position: relative;
            z-index: 1;
        }

        /* Section Heading - Red with Centered Quote Icon */
        .testimonials-section h2 {
            font-size: 2.5rem;
            color: #a31e31; /* Red accent */
            margin-bottom: 60px;
            font-weight: 700;
            position: relative;
            display: inline-block;
            padding-bottom: 15px; /* Space for underline */
        }


        /* Unique Wrapper for Carousel Isolation */
        .testimonial-carousel-wrapper {
            position: relative;
            max-width: 1000px; /* Wider for 2 cards */
            margin: 0 auto;
            overflow: hidden;
            border-radius: 20px; /* Rounded container */
            box-shadow: 0 8px 25px rgba(163, 30, 49, 0.1); /* Subtle red shadow */
        }

        /* Slides Container - Horizontal Flex for Sliding (2 Positions) */
        .testimonial-carousel-wrapper .carousel-slides {
            display: flex;
            transition: transform 0.5s ease-in-out; /* Smooth slide transition */
            width: 200%; /* 2 positions = 200% width */
        }

        /* Individual Slide - 50% Width Each (Shows 2 Cards Side-by-Side) */
        .testimonial-carousel-wrapper .slide {
            width: 50%; /* Half for 2 positions */
            display: flex;
            gap: 20px; /* Gap between 2 cards in slide */
            padding: 20px;
            box-sizing: border-box;
        }

        /* Testimonial Card - Quote Bubble Style with Red Accents */
        .testimonial-card {
            background: #ffffff; /* Clean white */
            border-radius: 20px; /* Round for bubble feel */
            padding: 30px; /* Generous padding */
            box-shadow: 0 8px 25px rgba(163, 30, 49, 0.1); /* Subtle red-tinted shadow */
            border: 1px solid rgba(163, 30, 49, 0.08); /* Light red outline */
            position: relative;
            overflow: hidden;
            flex: 1; /* Equal width for 2 cards */
            transition: all 0.3s ease;
        }

        .testimonial-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 4px;
            background: linear-gradient(to right, #a31e31, #8b1a28); /* Red gradient top bar */
            z-index: 1;
        }

        .testimonial-card:hover {
            box-shadow: 0 12px 35px rgba(163, 30, 49, 0.2); /* Deeper glow */
            transform: translateY(-5px); /* Lift on hover */
            border-color: #a31e31; /* Red border */
        }

        /* Quote Icon - Red SVG with Hover Scale */
        .quote-icon {
            width: 32px;
            height: 32px;
            fill: #a31e31; /* Red fill */
            margin-bottom: 20px;
            transition: transform 0.3s ease;
            display: block;
            margin-left: auto;
            margin-right: auto;
        }

        .testimonial-card:hover .quote-icon {
            transform: scale(1.1); /* Subtle scale */
        }

        /* Testimonial Text - Black with Italic Quote Style */
        .testimonial-card p {
            font-size: 1.1rem;
            color: #000000; /* Black for readability */
            line-height: 1.7;
            font-style: italic; /* Italic for quote feel */
            margin-bottom: 25px;
            text-align: left; /* Left-aligned for natural flow */
            position: relative;
            quotes: "“" "”" "‘" "’"; /* CSS quotes */
        }

        /* Customer Info - Flex with Red Avatar */
        .customer-info {
            display: flex;
            align-items: center;
            gap: 15px; /* Space between avatar & text */
        }

        .avatar {
            width: 50px;
            height: 50px;
            background: linear-gradient(135deg, #a31e31 0%, #8b1a28 100%); /* Red gradient bg */
            border-radius: 50%; /* Circle avatar */
            display: flex;
            align-items: center;
            justify-content: center;
            color: #ffffff; /* White letter */
            font-size: 1.2rem;
            font-weight: 700;
            flex-shrink: 0; /* Prevent shrink */
        }

        .customer-info > div:last-child {
            text-align: left; /* Left-aligned text */
        }

        .name {
            font-size: 1rem;
            color: #a31e31; /* Red for name */
            font-weight: 600;
            margin-bottom: 2px;
        }

        .location {
            font-size: 0.9rem;
            color: #666666; /* Gray for location */
        }

        /* Carousel Navigation Dots - Red Circles at Bottom */
        .testimonial-carousel-wrapper .carousel-dots {
            display: flex;
            justify-content: center;
            gap: 10px;
            margin-top: 30px;
            margin-bottom: 20px;
        }

        .testimonial-carousel-wrapper .dot {
            width: 12px;
            height: 12px;
            border-radius: 50%; /* Circle dots */
            background: rgba(163, 30, 49, 0.3); /* Light red */
            cursor: pointer;
            transition: all 0.3s ease; /* Smooth active state */
        }

        .testimonial-carousel-wrapper .dot.active,
        .testimonial-carousel-wrapper .dot:hover {
            background: #a31e31; /* Solid red on active/hover */
            transform: scale(1.2); /* Subtle scale */
        }

        /* Responsive Design - Adjust for Mobile (Show 1 Card per Slide) */
        @media (max-width: 768px) {
            .testimonials-section {
                padding: 60px 15px;
            }
            .testimonials-section h2 {
                font-size: 2.1rem;
                margin-bottom: 50px;
            }
            .testimonials-section h2::after {
                font-size: 2.5rem;
                bottom: -15px;
            }
            .testimonial-carousel-wrapper {
                max-width: 100%; /* Full width on mobile */
            }
            .testimonial-carousel-wrapper .slide {
                flex-direction: column; /* Stack cards vertically on mobile */
                gap: 15px;
                padding: 15px;
            }
            .testimonial-card {
                padding: 25px;
            }
            .testimonial-card p {
                font-size: 1rem;
            }
            .avatar {
                width: 40px;
                height: 40px;
                font-size: 1rem;
            }
            .quote-icon {
                width: 28px;
                height: 28px;
            }
            .testimonial-carousel-wrapper .carousel-dots {
                gap: 8px;
            }
            .testimonial-carousel-wrapper .dot {
                width: 10px;
                height: 10px;
            }
        }

        @media (max-width: 480px) {
            .testimonials-section {
                padding: 50px 10px;
            }
            .testimonials-section h2 {
                font-size: 1.8rem;
            }
            .testimonial-carousel-wrapper .slide {
                padding: 10px;
                gap: 12px;
            }
            .testimonial-card {
                padding: 20px;
                border-radius: 16px;
            }
            .testimonial-card p {
                font-size: 0.95rem;
                line-height: 1.6;
            }
            .customer-info {
                gap: 12px;
            }
            .name {
                font-size: 0.95rem;
            }
            .location {
                font-size: 0.85rem;
            }
            .testimonial-carousel-wrapper .carousel-dots {
                margin-top: 20px;
            }
        }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ffd9622 *//* Core Benefits Section - Modern Red-Themed Grid with Subtle Accents & Varied Heights */
.core-benefits-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px; /* More breathing room for premium feel */
    background: linear-gradient(to bottom, #ffffff 0%, rgba(163, 30, 49, 0.02) 100%), /* Subtle red fade overlay */
                url('https://www.transparenttextures.com/patterns/45-degree-fabric-light.png') repeat; /* Keep light texture */
    border-radius: 16px; /* Rounder for modern look */
    box-shadow: 0 8px 25px rgba(163, 30, 49, 0.15); /* Red-tinted shadow for depth */
    position: relative;
    overflow: hidden;
    text-align: center; /* Ensure entire section is centered */
}

/* Section Heading - Bold Red with Centered Underline Bar (Fixed Centering) */
.core-benefits-section h2 {
    font-size: 2.6rem; /* Slightly larger for impact */
    color: #a31e31; /* Red accent */
    margin: 0 auto 60px; /* Auto margins for full centering */
    font-weight: 700;
    text-align: center;
    position: relative;
    display: block; /* Changed to block for better centering control */
    width: fit-content; /* Fit to content width */
    max-width: 100%; /* Prevent overflow */
    padding-bottom: 15px; /* Space for underline */
}

.core-benefits-section h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px; /* Clean centered bar */
    height: 3px;
    background: linear-gradient(to right, #a31e31, #8b1a28); /* Red gradient bar */
    border-radius: 2px;
    box-shadow: 0 2px 6px rgba(163, 30, 49, 0.2); /* Subtle red shadow */
}

/* Benefits Grid - Varied Heights for Unique Flow */
.core-benefits-section .benefits-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* 5 columns */
    gap: 25px; /* More space for modern layout */
    grid-auto-rows: minmax(200px, auto); /* Varied heights for interest */
}

/* Staggered Alignment for Uniqueness */
.core-benefits-section .benefits-grid .benefit-item:nth-child(1) { align-self: start; }
.core-benefits-section .benefits-grid .benefit-item:nth-child(2) { align-self: end; }
.core-benefits-section .benefits-grid .benefit-item:nth-child(3) { align-self: start; }
.core-benefits-section .benefits-grid .benefit-item:nth-child(4) { align-self: end; }
.core-benefits-section .benefits-grid .benefit-item:nth-child(5) { align-self: start; }

/* Benefit Item - Modern Card with Red Border Accent */
.core-benefits-section .benefit-item {
    padding: 0; /* No extra padding on item */
}

.core-benefits-section .benefit-content {
    background: linear-gradient(145deg, #ffffff 0%, #fafafa 100%); /* Subtle white gradient for depth */
    border-radius: 16px; /* Rounder for modern softness */
    padding: 25px; /* Generous padding */
    text-align: center;
    box-shadow: 0 6px 20px rgba(163, 30, 49, 0.1); /* Lighter red-tinted shadow */
    border: 1px solid rgba(163, 30, 49, 0.08); /* Light red outline */
    transition: all 0.3s ease; /* Smooth hover */
    position: relative;
    overflow: hidden;
}

.core-benefits-section .benefit-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, #a31e31, #8b1a28); /* Red gradient top bar */
    z-index: 1;
}

.core-benefits-section .benefit-content:hover {
    box-shadow: 0 10px 30px rgba(163, 30, 49, 0.2); /* Deeper red glow */
    border-color: #a31e31; /* Red border on hover */
    transform: translateY(-4px); /* Subtle lift */
}

/* Benefit Icon - Fixed Size with Red Tint Overlay on Hover */
.core-benefits-section .benefit-icon img {
    width: 120px; /* Slightly smaller for balance */
    height: 80px; /* Adjusted proportion */
    object-fit: contain;
    margin-bottom: 20px;
    transition: all 0.3s ease; /* Smooth effects */
    position: relative;
}

.core-benefits-section .benefit-content:hover .benefit-icon img {
    filter: drop-shadow(0 2px 8px rgba(163, 30, 49, 0.15)); /* Red-tinted shadow on hover */
    transform: scale(1.05); /* Subtle zoom */
}

/* Benefit Title - Black with Red Hover */
.core-benefits-section .benefit-item h3 {
    font-size: 1.1rem; /* Compact modern size */
    color: #000000; /* Black for titles */
    margin: 0 0 12px;
    font-weight: 600;
    text-transform: uppercase; /* Keep uppercase for emphasis */
    line-height: 1.3;
    transition: color 0.3s ease; /* Smooth color change */
}

.core-benefits-section .benefit-content:hover .benefit-item h3 {
    color: #a31e31; /* Red on hover for CTA */
}

/* Benefit Description - Dark Gray with Line Clamp */
.core-benefits-section .benefit-item p {
    font-size: 0.95rem;
    color: #555555; /* Dark gray for descriptions */
    margin: 0;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Limit to 3 lines for consistency */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Responsive Design - Adaptive Grid */
@media (max-width: 1024px) {
    .core-benefits-section .benefits-grid {
        grid-template-columns: repeat(3, 1fr); /* 3 columns on medium */
        gap: 20px;
    }
    .core-benefits-section h2 {
        font-size: 2.3rem;
    }
    .core-benefits-section .benefits-grid .benefit-item:nth-child(n) {
        align-self: start; /* Reset stagger on medium */
    }
}

@media (max-width: 600px) {
    .core-benefits-section {
        padding: 50px 15px;
        border-radius: 12px;
    }
    .core-benefits-section .benefits-grid {
        grid-template-columns: 1fr; /* Single column on mobile */
        gap: 15px;
    }
    .core-benefits-section h2 {
        font-size: 2rem;
        margin-bottom: 40px;
    }
    .core-benefits-section h2::after {
        width: 80px;
        height: 2px;
    }
    .core-benefits-section .benefit-content {
        padding: 20px;
    }
    .core-benefits-section .benefit-icon img {
        width: 100px;
        height: 60px; /* Adjusted for mobile */
    }
    .core-benefits-section .benefit-item h3 {
        font-size: 1rem;
    }
    .core-benefits-section .benefit-item p {
        font-size: 0.9rem;
    }
}/* End custom CSS */