    /**
    * Template Name: BizLand
    * Template URL: https://bootstrapmade.com/bizland-bootstrap-business-template/
    * Updated: Dec 05 2024 with Bootstrap v5.3.3
    * Author: BootstrapMade.com
    * License: https://bootstrapmade.com/license/
    */

    /*--------------------------------------------------------------
    # Font & Color Variables
    # Help: https://bootstrapmade.com/color-system/
    --------------------------------------------------------------*/
    
  .preloader {
    position: fixed;
    inset: 0;
    background-color: var(--primary-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}

.preloader img {
    width: 260px;
    margin-bottom: 40px;
}

#preloader div {
    width: 13px;
    height: 13px;
    background-color: #28BAC7;
    border-radius: 50%;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
    position: absolute;
    top: 60%;
    left: 50%;
}

#preloader div:nth-child(2) {
    left: calc(50% + 8px);
    animation: animate-preloader-1 0.6s infinite;
}

#preloader div:nth-child(3) {
    left: calc(50% + 8px);
    animation: animate-preloader-2 0.6s infinite;
}

#preloader div:nth-child(4) {
    left: calc(50% + 32px);
    animation: animate-preloader-2 0.6s infinite;
}

#preloader div:nth-child(5) {
    left: calc(50% + 56px);
    animation: animate-preloader-3 0.6s infinite;
}

@keyframes animate-preloader-1 {
    0% { transform: scale(0); }
    100% { transform: scale(1); }
}

@keyframes animate-preloader-2 {
    0% { transform: translate(0, 0); }
    100% { transform: translate(24px, 0); }
}

@keyframes animate-preloader-3 {
    0% { transform: scale(1); }
    100% { transform: scale(0); }
}

    /*--------------------------------------------------------------
    # Scroll Top Button
    --------------------------------------------------------------*/
    .scroll-top {
    position: fixed;
            bottom: 25px;
            right: 25px;
            width: 45px;
            height: 45px;
        background: var(--primary);
            color: white;
            border: none;
            border-radius: 50%;
            font-size: 1.3em;
            cursor: pointer;
            box-shadow: 0 4px 15px rgba(76, 175, 80, 0.3);
            transition: all 0.3s;
            z-index: 1000;
            display: none;
            margin-bottom: 40PX;
    }

    .scroll-top i {
    font-size: 24px;
    color: whitesmoke;
    line-height: 0;
    }

    .scroll-top:hover {
     transform: translateY(-3px);
            color: white;
            box-shadow: 0 6px 20px rgba(76, 175, 80, 0.4);
    }

    .scroll-top.active {
    visibility: visible;
    opacity: 1;
    } 

        /* .scroll-top {
            position: fixed;
            bottom: 25px;
            right: 25px;
            width: 45px;
            height: 45px;
        background: var(--primary);
            color: white;
            border: none;
            border-radius: 50%;
            font-size: 1.3em;
            cursor: pointer;
            box-shadow: 0 4px 15px rgba(76, 175, 80, 0.3);
            transition: all 0.3s;
            z-index: 1000;
            display: none;
            margin-bottom: 40PX;
        }

        .scroll-top:hover {
            transform: translateY(-3px);
            color: white;
            box-shadow: 0 6px 20px rgba(76, 175, 80, 0.4);
        }

        .scroll-top.visible {
            display: flex;
            align-items: center;
            justify-content: center;
        } */
    /*--------------------------------------------------------------
    # Disable aos animation delay on mobile devices
    --------------------------------------------------------------*/
    @media screen and (max-width: 768px) {
    [data-aos-delay] {
    transition-delay: 0 !important;
    }
    }

    /*--------------------------------------------------------------
    # Global Page Titles & Breadcrumbs
    --------------------------------------------------------------*/
    .page-title {
    --background-color: color-mix(in srgb, var(--default-color), transparent 96%);
    color: var(--default-color);
    background-color: var(--background-color);
    padding: 25px 0;
    position: relative;
    }

    .page-title h1 {
    font-size: 24px;
    font-weight: 600;
    }

    .page-title .breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    }

    .page-title .breadcrumbs ol li+li {
    padding-left: 10px;
    }

    .page-title .breadcrumbs ol li+li::before {
    content: "/";
    display: inline-block;
    padding-right: 10px;
    color: color-mix(in srgb, var(--default-color), transparent 70%);
    }

/* hero  */

     .hf {
      width: 100%;
      height: 450px;
      /* margin-top: 90px; */
      overflow: hidden;
    }

    .hf-img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      background: #000;
    }

    @media (max-width: 768px) {
      .hf {
        height: 200px;
      }
    }
    /*--------------------------------------------------------------
    # Hero Section
    --------------------------------------------------------------*/
    .hero {
    background-image: url('../img/hero-bg.mp4'); /* Replace with your image path */
    background-size: contain; /* Ensures the image covers the entire section */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    height: 100%; /* Makes the hero section take the full viewport height */
    width: 100%; /* Ensures the section takes the full width */
    position: relative;
    min-height: 75vh; /* Sets a minimum height for the hero section */
    }

    .hero-video {
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    margin-top: 80px;
    position: relative;
    }

    @media (max-width: 575px) {

    .hero {
    padding: 20px 0;
    height: 100%;
    min-height: 20vh;
    background-position: top center;
    }
    }

    .hero:before {
    content: "";
    background: color-mix(in srgb, var(--background-color), transparent 100%);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    }

    .hero .container {
    position: relative;
    }

    .hero h1 {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    }

    .hero h1 span {
    color: var(--accent-color);
    }

    .hero p {
    color: color-mix(in srgb, var(--default-color), transparent 30%);
    margin: 5px 0 30px 0;
    font-size: 20px;
    font-weight: 400;
    }

    .hero .btn-get-started {
    color: var(--contrast-color);
    background: var(--accent-color);
    font-family: var(--heading-font);
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 4px;
    transition: 0.5s;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
    }

    @media (max-width: 575px) {

    .hero .btn-get-started {
    font-size: 12px;
    padding: 6px 15px;
    }
    }

    .hero .btn-get-started:hover {
    color: var(--contrast-color);
    background: color-mix(in srgb, var(--accent-color), transparent 15%);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
    }

    .hero .btn-watch-video {
    font-size: 16px;
    transition: 0.5s;
    margin-left: 25px;
    color: var(--default-color);
    font-weight: 600;
    }

    .hero .btn-watch-video i {
    color: var(--accent-color);
    font-size: 32px;
    transition: 0.3s;
    line-height: 0;
    margin-right: 8px;
    }

    @media (max-width: 575px) {

    .hero .btn-get-started {
    font-size: 12px;
    }
    .hero .btn-watch-video i {
    font-size: 16px;
    }
    .hero p {
    margin: 5px 0 15px 0;
    }
    }

    .hero .btn-watch-video:hover {
    color: var(--accent-color);
    }

    .hero .btn-watch-video:hover i {
    color: color-mix(in srgb, var(--accent-color), transparent 15%);
    }

    .hero .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
    }

    @media (max-width: 640px) {
    .hero h1 {
    font-size: 28px;
    line-height: 36px;
    }

    .hero p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
    }

    .hero .btn-get-started,
    .hero .btn-watch-video {
    font-size: 13px;
    }
    }

    @keyframes up-down {
    0% {
    transform: translateY(10px);
    }

    100% {
    transform: translateY(-10px);
    }
    }


        /* ===== COLOR SCHEME VARIABLES ===== */
        :root {
            --primary-red: #ed262e;
            --primary-blue: #272f5a;
            --primary-dark: #1a1f3d;
            --primary-light: #f5f7ff;
            --text-dark: #333333;
            --text-light: #666666;
            --white: #ffffff;
            --gray-light: #f8f9fa;
            --border-color: #e0e0e0;
        }

        /* ===== HERO SECTION - SAME AS INDUSTRIES PAGE ===== */
        .contact-hero-section {
            background: url('https://images.unsplash.com/photo-1541888946425-d81bb19240f5?auto=format&fit=crop&w=2000&q=80') center/cover no-repeat;
            position: relative;
            margin: 0;
            height: 70vh;
            display: flex;
            margin-top: 50px;
            align-items: center;
        }

        .contact-hero-section .hero-overlay {
            position: absolute;
            inset: 0;
            background: rgba(39, 47, 90, 0.85);
        }

        .contact-hero-section .hero-content {
            position: relative;
            z-index: 2;
            text-align: center;
            color: #fff;
            width: 100%;
        }

        .contact-hero-section .hero-badge {
            display: inline-block;
            padding: 10px 24px;
            border: 2px solid var(--primary-red);
            color: #fff;
            background: var(--primary-red);
            margin-bottom: 25px;
            letter-spacing: 3px;
            font-size: 13px;
            font-weight: 700;
            text-transform: uppercase;
        }

        .contact-hero-section .hero-title {
            font-family: 'Playfair Display', serif;
            font-size: 4.5rem;
            font-weight: 800;
            letter-spacing: 3px;
            margin-bottom: 20px;
            text-shadow: 2px 4px 15px rgba(0, 0, 0, 0.5);
            line-height: 1.2;
            color: #fff !important;
        }

        .contact-hero-section .hero-subtitle {
            font-size: 1.2rem;
            letter-spacing: 4px;
            font-weight: 300;
            text-transform: uppercase;
            opacity: 0.95;
            margin-bottom: 30px;
            color: #fff !important;
        }

        .contact-hero-section .hero-breadcrumb {
            margin-top: 30px;
            font-size: 14px;
            letter-spacing: 2px;
            font-weight: 500;
        }

        .contact-hero-section .hero-breadcrumb a {
            color: #fff;
            text-decoration: none;
            transition: 0.3s;
        }

        .contact-hero-section .hero-breadcrumb a:hover {
            color: var(--primary-red);
        }

        .contact-hero-section .breadcrumb-separator {
            margin: 0 12px;
            opacity: 0.6;
            color: #fff;
        }

        /* ===== CONVERSATION SECTION ===== */
        .conversation-section {
            padding: 100px 20px 60px;
            text-align: center;
            background: var(--white);
        }

        .conversation-content {
            max-width: 800px;
            margin: 0 auto;
        }

        .conversation-title {
            font-size: 3.5rem;
            font-weight: 800;
            color: var(--primary-blue) !important;
            margin-bottom: 25px;
            line-height: 1.3;
        }

        .conversation-title .gradient-text {
            color: transparent !important;
            background: linear-gradient(135deg, var(--primary-red), var(--primary-blue)) !important;
            background-clip: text !important;
            -webkit-background-clip: text !important;
            font-weight: 800 !important;
        }

        .conversation-subtitle {
            font-size: 1.2rem;
            color: var(--text-light) !important;
            line-height: 1.8;
            max-width: 600px;
            margin: 0 auto;
        }

        /* ===== CONTACT SECTION - BACKGROUND FIX ===== */
        .contact-section {
            position: relative;
            background: var(--white) !important;
            overflow: hidden;
            padding-top: 0 !important;
        }

        /* ===== CONTACT CARDS GRID - PERFECT EQUAL SPACING ===== */
        .cards-grid {
            width: 100% !important;
            max-width: 1200px !important;
            margin: 0 auto !important;
            padding: 40px 20px 60px !important;
            background: var(--white) !important;
            position: relative !important;
            z-index: 10 !important;
        }

        .grid-container {
            display: flex !important;
            justify-content: space-between !important;
            align-items: stretch !important;
            gap: 40px !important;
            flex-wrap: wrap !important;
            background: transparent !important;
            position: relative !important;
            z-index: 10 !important;
        }

        /* ===== CONTACT CARD STYLING ===== */
        .contact-card {
            flex: 1 !important;
            min-width: 300px !important;
            max-width: 460px !important;
            background: var(--white) !important;
            border-radius: 16px !important;
            padding: 35px 30px !important;
            box-shadow: 0 8px 30px rgba(39, 47, 90, 0.08) !important;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
            border: 2px solid var(--border-color) !important;
            position: relative !important;
            overflow: hidden !important;
            margin: 0 !important;
        }

        /* Card top border */
        .contact-card::before {
            content: '' !important;
            position: absolute !important;
            top: 0 !important;
            left: 0 !important;
            right: 0 !important;
            height: 5px !important;
            background: linear-gradient(90deg, var(--primary-red), var(--primary-blue)) !important;
            z-index: 2 !important;
        }

        /* Card icons */
        .card-icon {
            width: 70px !important;
            height: 70px !important;
            background: linear-gradient(135deg, var(--primary-red), var(--primary-blue)) !important;
            border-radius: 14px !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            margin-bottom: 25px !important;
            transition: all 0.3s ease !important;
            color: var(--white) !important;
            position: relative !important;
            z-index: 2 !important;
        }

        .card-icon svg {
            width: 30px !important;
            height: 30px !important;
            stroke-width: 2 !important;
        }

        /* Card content */
        .card-title {
            font-size: 1.5rem !important;
            font-weight: 700 !important;
            margin-bottom: 10px !important;
            color: var(--primary-blue) !important;
            letter-spacing: 0.3px !important;
        }

        .card-description {
            font-size: 0.95rem !important;
            color: var(--primary-red) !important;
            margin-bottom: 25px !important;
            font-weight: 600 !important;
            letter-spacing: 0.5px !important;
        }

        /* Contact list styling */
        .contact-list {
            list-style: none !important;
            padding: 0 !important;
            margin: 0 !important;
        }

        .contact-list li {
            color: var(--text-dark) !important;
            font-size: 1rem !important;
            line-height: 1.6 !important;
            margin: 12px 0 !important;
            position: relative !important;
            padding-left: 25px !important;
        }

        .contact-list li::before {
            content: '' !important;
            position: absolute !important;
            left: 0 !important;
            top: 10px !important;
            width: 8px !important;
            height: 8px !important;
            background-color: var(--primary-red) !important;
            border-radius: 50% !important;
        }

        /* ===== HOVER EFFECTS ===== */
        .contact-card:hover {
            transform: translateY(-5px) !important;
            box-shadow: 0 15px 40px rgba(39, 47, 90, 0.15) !important;
            border-color: var(--primary-red) !important;
        }

        .contact-card:hover .card-icon {
            transform: scale(1.1) rotate(6deg) !important;
        }

        /* ===== WHY CHOOSE US SECTION ===== */
        .info-title,
        .form-title,
        .map-title,
        .hours-title {
            color: var(--primary-blue) !important;
            font-size: 2rem !important;
            font-weight: 800 !important;
            margin-bottom: 30px !important;
        }

        .feature-item h4 {
            color: var(--primary-blue) !important;
        }

        .feature-icon {
            background: linear-gradient(135deg, var(--primary-red), var(--primary-blue)) !important;
            color: var(--white) !important;
        }

        /* ===== FORM STYLING ===== */
        .form-input,
        .form-textarea {
            border: 2px solid var(--border-color) !important;
            color: var(--text-dark) !important;
            border-radius: 10px !important;
            padding: 15px 20px !important;
            font-size: 1rem !important;
        }

        .form-input:focus,
        .form-textarea:focus {
            border-color: var(--primary-red) !important;
            box-shadow: 0 0 0 3px rgba(237, 38, 46, 0.1) !important;
            outline: none !important;
        }

        .form-label {
            color: var(--primary-blue) !important;
            font-weight: 600 !important;
            margin-bottom: 10px !important;
            display: block !important;
        }

        .submit-button {
            background: linear-gradient(135deg, var(--primary-red), var(--primary-blue)) !important;
            color: var(--white) !important;
            border: none !important;
            transition: all 0.3s ease !important;
            padding: 18px 40px !important;
            border-radius: 50px !important;
            font-size: 1rem !important;
            font-weight: 700 !important;
            letter-spacing: 1px !important;
            text-transform: uppercase !important;
            cursor: pointer !important;
            display: inline-flex !important;
            align-items: center !important;
            justify-content: center !important;
            gap: 10px !important;
            margin-top: 20px !important;
        }

        .submit-button:hover {
            transform: translateY(-2px) !important;
            box-shadow: 0 8px 20px rgba(237, 38, 46, 0.3) !important;
        }

        /* ===== OFFICE HOURS ===== */
        .hour-item {
            border-bottom: 1px solid var(--border-color) !important;
            padding: 15px 0 !important;
        }

        .hour-item:last-child {
            border-bottom: none !important;
        }

        .hour-day {
            color: var(--primary-blue) !important;
            font-weight: 600 !important;
        }

        .hour-time {
            color: var(--text-light) !important;
            float: right !important;
        }

        /* ===== SUCCESS MESSAGE ===== */
        .success-message {
            background: linear-gradient(135deg, #f0f9ff, #e6f7ff) !important;
            border-left: 5px solid var(--primary-red) !important;
            padding: 30px !important;
            border-radius: 10px !important;
            margin-bottom: 30px !important;
            display: none !important;
        }

        .success-title {
            color: var(--primary-blue) !important;
            margin: 15px 0 10px !important;
        }

        .success-text {
            color: var(--text-light) !important;
            margin: 0 !important;
        }

        .success-icon svg {
            stroke: var(--primary-red) !important;
            width: 50px !important;
            height: 50px !important;
        }

        /* ===== EMERGENCY BACKGROUND FIXES ===== */
        .animated-bg,
        .relative-z,
        .conversation-section,
        .conversation-content {
            background-color: transparent !important;
            background: transparent !important;
        }

        /* Remove all unwanted colors */
        *[style*="background-color: green"],
        *[style*="background: green"],
        *[style*="background-color: yellow"],
        *[style*="background: yellow"],
        *[style*="background-color: lightblue"],
        *[style*="background: lightblue"],
        *[style*="background-color: #166534"],
        *[style*="background: #166534"],
        *[style*="background-color: #15803d"],
        *[style*="background: #15803d"],
        *[style*="linear-gradient(135deg, #166534"],
        *[style*="linear-gradient(135deg, #15803d"] {
            background: transparent !important;
            background-color: transparent !important;
        }

        /* Force white background */
        body .contact-section,
        body .contact-section>div,
        body .contact-section>div>div {
            background: var(--white) !important;
            background-color: var(--white) !important;
        }

        /* ===== RESPONSIVE ADJUSTMENTS ===== */
        @media (max-width: 1200px) {
            .grid-container {
                gap: 35px !important;
            }

            .contact-card {
                min-width: 280px !important;
                max-width: 420px !important;
            }

            .contact-hero-section .hero-title {
                font-size: 4rem !important;
            }
        }

        @media (max-width: 992px) {
            .grid-container {
                justify-content: center !important;
                gap: 30px !important;
            }

            .contact-card {
                min-width: calc(50% - 15px) !important;
                max-width: none !important;
            }

            .contact-hero-section .hero-title {
                font-size: 3.5rem !important;
            }

            .conversation-title {
                font-size: 2.8rem !important;
            }
        }

        @media (max-width: 768px) {
            .contact-hero-section {
                height: 60vh !important;
            }

            .contact-hero-section .hero-title {
                font-size: 2.5rem !important;
            }

            .contact-hero-section .hero-subtitle {
                font-size: 1rem !important;
                letter-spacing: 2px !important;
            }

            .conversation-section {
                padding: 60px 20px 40px !important;
            }

            .conversation-title {
                font-size: 2.2rem !important;
            }

            .cards-grid {
                padding: 30px 15px 40px !important;
            }

            .grid-container {
                flex-direction: column !important;
                align-items: center !important;
                gap: 25px !important;
            }

            .contact-card {
                min-width: 100% !important;
                max-width: 450px !important;
                width: 100% !important;
            }
        }

        @media (max-width: 480px) {
            .contact-hero-section {
                height: 50vh !important;
            }

            .contact-hero-section .hero-title {
                font-size: 2rem !important;
            }

            .contact-hero-section .hero-badge {
                padding: 8px 20px !important;
                font-size: 12px !important;
            }

            .contact-card {
                padding: 25px 20px !important;
            }

            .card-icon {
                width: 60px !important;
                height: 60px !important;
            }

            .card-icon svg {
                width: 25px !important;
                height: 25px !important;
            }

            .card-title {
                font-size: 1.3rem !important;
            }

            .contact-list li {
                font-size: 0.95rem !important;
                padding-left: 20px !important;
            }

            .conversation-title {
                font-size: 1.8rem !important;
            }

            .conversation-subtitle {
                font-size: 1rem !important;
            }
        }
   


 
       main-class-product{
            --primary: #059669;
            --primary-dark: #047857;
            --primary-light: #10b981;
            --secondary: #1e293b;
            --accent: #f59e0b;
            --text-light: #4b5563;
            --text-dark: #1f2937;
            --text-features: #374151;
            --text-description: #4b5563;
            /* Specific color for descriptions */
        }

       main-class-product * {
            font-family: 'Inter', sans-serif;
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }


        /* Products Hero Section */
        .hvac-products-hero {
            background: linear-gradient(rgba(5, 150, 105, 0.9), rgba(16, 185, 129, 0.8)),
                url('https://images.unsplash.com/photo-1635070041078-e363dbe005cb?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80');
            background-size: cover;
            background-position: center;
            padding: 100px 0 60px;
            color: white;
            text-align: center;
        }

        .hvac-category-section {
            padding: 80px 0;
        }

        .hvac-category-section:nth-child(even) {
            background: #ffffff;
        }

        .hvac-category-title {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 3rem;
            color: var(--secondary);
            position: relative;
            display: inline-block;
        }

        .hvac-category-title::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 0;
            width: 80px;
            height: 4px;
            background: linear-gradient(90deg, var(--primary), var(--accent));
            border-radius: 2px;
        }

        .hvac-product-card {
            background: white;
            border-radius: 16px;
            overflow: hidden;
            margin-bottom: 2rem;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            transition: all 0.4s ease;
            border: 1px solid rgba(0, 0, 0, 0.05);
            height: 100%;
            position: relative;
        }

        .hvac-product-card:hover {
            transform: translateY(-15px);
            box-shadow: 0 20px 50px rgba(5, 150, 105, 0.15);
        }

        .hvac-product-image {
            height: 220px;
            background-size: cover;
            background-position: center;
            position: relative;
        }

        .hvac-product-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.3);
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transition: all 0.3s ease;
        }

        .hvac-product-card:hover .hvac-product-overlay {
            opacity: 1;
        }

        .hvac-product-content {
            padding: 2rem;
            position: relative;
        }

        .hvac-product-icon {
            width: 60px;
            height: 60px;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 1.5rem;
            font-size: 1.5rem;
            position: absolute;
            top: -30px;
            left: 2rem;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }

        .hvac-product-title {
            font-size: 1.4rem;
            font-weight: 700;
            margin-bottom: 1rem;
            color: var(--secondary);
            margin-top: 10px;
        }

        .hvac-product-description {
            color: var(--text-description);
            margin-bottom: 1.5rem;
            line-height: 1.6;
            font-weight: 500;
        }

        .hvac-product-features {
            list-style: none;
            padding: 0;
            margin: 0 0 1.5rem 0;
        }

        .hvac-product-features li {
            padding: 0.3rem 0;
            color: var(--text-features);
            display: flex;
            align-items: center;
            font-weight: 500;
        }

        .hvac-product-features li i {
            color: var(--primary);
            margin-right: 0.5rem;
            font-size: 0.8rem;
        }

        .hvac-btn-primary-custom {
            background: linear-gradient(135deg, #059669 0%, #10b981 100%);
            box-shadow: 0 4px 15px rgba(5, 150, 105, 0.3);
            transition: all 0.3s ease;
            border: none;
            color: white;
            font-weight: 600;
            padding: 10px 25px;
            border-radius: 8px;
            text-decoration: none;
            display: inline-block;
        }

        .hvac-btn-primary-custom:hover {
            box-shadow: 0 8px 25px rgba(5, 150, 105, 0.4);
            transform: translateY(-2px);
            color: white;
        }

        .hvac-btn-outline-primary-custom {
            border: 2px solid var(--primary);
            color: var(--primary);
            background: transparent;
            transition: all 0.3s ease;
            font-weight: 600;
            padding: 10px 25px;
            border-radius: 8px;
            text-decoration: none;
            display: inline-block;
        }

        .hvac-btn-outline-primary-custom:hover {
            background: var(--primary);
            color: white;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(5, 150, 105, 0.3);
        }

        /* Technology Badges */
        .hvac-tech-badge {
            display: inline-flex;
            align-items: center;
            background: rgba(16, 185, 129, 0.1);
            color: var(--primary);
            padding: 8px 16px;
            border-radius: 20px;
            font-size: 0.8rem;
            font-weight: 500;
            margin: 5px;
            transition: all 0.3s ease;
        }

        .hvac-tech-badge:hover {
            background: rgba(16, 185, 129, 0.2);
            transform: translateY(-2px);
        }

        /* Product Tags */
        .hvac-product-tag {
            position: absolute;
            top: 15px;
            right: 15px;
            background: var(--accent);
            color: white;
            padding: 5px 12px;
            border-radius: 20px;
            font-size: 0.8rem;
            font-weight: 600;
            z-index: 2;
        }

        .hvac-section-divider {
            height: 1px;
            background: linear-gradient(90deg, transparent, rgba(5, 150, 105, 0.3), transparent);
            margin: 40px 0;
        }

        .hvac-product-actions {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: 20px;
        }

        /* Back to Top Button */
        .hvac-back-to-top {
            position: fixed;
            bottom: 30px;
            right: 30px;
            width: 50px;
            height: 50px;
            background: #272f5a;
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            box-shadow: 0 5px 15px rgba(5, 150, 105, 0.3);
            transition: all 0.3s ease;
            z-index: 1000;
            opacity: 0;
            visibility: hidden;
        }

        .hvac-back-to-top.show {
            opacity: 1;
            visibility: visible;
        }

        .hvac-back-to-top:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(5, 150, 105, 0.4);
            color: white;
        }

        /* Additional color classes from second code */
        .bg-purple {
            background-color: #8b5cf6 !important;
        }

        .text-purple {
            color: #8b5cf6 !important;
        }

        .bg-pink {
            background-color: #ec4899 !important;
        }

        .text-pink {
            color: #ec4899 !important;
        }

        /* Responsive Adjustments */
        @media (max-width: 768px) {
            .hvac-category-title {
                font-size: 2rem;
            }

            .hvac-product-content {
                padding: 1.5rem;
            }

            .hvac-products-hero {
                padding: 80px 0 40px;
            }

            .hvac-product-actions {
                flex-direction: column;
                gap: 10px;
            }

            .hvac-product-actions .btn {
                width: 100%;
                text-align: center;
            }
        }
  

    
    .wws-solutions-section * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    .wws-solutions-section {
      font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
      background: #ffffff;
      color: #1a1a1a;
      line-height: 1.6;
      overflow-x: hidden;
    }

    /* Enhanced Hero Section */
    .wws-solutions-hero {
      padding: 60px 30px 40px;
      background: linear-gradient(135deg, #ffffff 0%, #f8faf5 100%);
      position: relative;
      overflow: hidden;
      min-height: 400px;
      display: flex;
      align-items: center;
    }

    .wws-solutions-hero::before {
      content: '';
      position: absolute;
      top: -40%;
      right: -20%;
      width: 600px;
      height: 600px;
      background: radial-gradient(circle, rgba(171, 206, 27, 0.08) 0%, transparent 70%);
      border-radius: 50%;
      animation: wws-float 20s ease-in-out infinite;
    }

    .wws-solutions-hero::after {
      content: '';
      position: absolute;
      bottom: -30%;
      left: -15%;
      width: 500px;
      height: 500px;
      background: radial-gradient(circle, rgba(171, 206, 27, 0.04) 0%, transparent 70%);
      border-radius: 50%;
      animation: wws-float 25s ease-in-out infinite reverse;
    }

    @keyframes wws-float {

      0%,
      100% {
        transform: translate(0, 0) scale(1);
      }

      50% {
        transform: translate(-20px, -20px) scale(1.05);
      }
    }

    .wws-solutions-hero-content {
      max-width: 1200px;
      margin: 0 auto;
      position: relative;
      z-index: 1;
      text-align: center;
    }

    .wws-solutions-hero h1 {
      font-size: 3.5em;
      font-weight: 800;
      color: #1a1a1a;
      margin-bottom: 20px;
      letter-spacing: -1.5px;
      line-height: 1.1;
      animation: wws-fadeInUp 0.8s ease;
    }

    .wws-solutions-hero .wws-solutions-highlight {
      background: linear-gradient(135deg, #ed262e 0%, #c5e045 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      position: relative;
      padding: 0 5px;
    }

    .wws-solutions-hero p {
      font-size: 1.2em;
      color: #666;
      max-width: 700px;
      margin: 0 auto 40px;
      font-weight: 400;
      animation: wws-fadeInUp 0.8s ease 0.2s both;
    }

    @keyframes wws-fadeInUp {
      from {
        opacity: 0;
        transform: translateY(20px);
      }

      to {
        opacity: 1;
        transform: translateY(0);
      }
    }


    .wws-solutions-products {
      max-width: 1400px;
      margin: 0 auto;
      padding: 60px 30px 80px;
    }

    .wws-solutions-container {
      width: 100%;
    }


    .wws-solutions-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 30px;
      width: 100%;
    }


    @media (min-width: 992px) {
      .wws-solutions-grid {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: auto auto;
      }

      .wws-solution-card {
        grid-column: span 1;
      }

      .wws-extra-card {
        grid-column: 1 / span 1;
        grid-row: 2;
      }
    }

    .wws-solution-card {
      background: #ffffff;
      border-radius: 24px;
      overflow: hidden;
      box-shadow: 0 6px 30px rgba(0, 0, 0, 0.06);
      transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
      position: relative;
      border: 1px solid #f0f0f0;
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
    }

    .wws-solution-card:hover {
      transform: translateY(-10px) scale(1.01);
      box-shadow: 0 20px 60px rgba(171, 206, 27, 0.12);
      border-color: rgba(171, 206, 27, 0.3);
    }

    .wws-solution-image {
      width: 100%;
      height: 220px;
      background: linear-gradient(135deg, #f8faf5 0%, #e8f0d0 100%);
      position: relative;
      overflow: hidden;
      flex-shrink: 0;
    }

    .wws-solution-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    }

    .wws-solution-card:hover .wws-solution-image img {
      transform: scale(1.08);
    }

    .wws-solution-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(180deg, transparent 60%, rgba(0, 0, 0, 0.4) 100%);
      opacity: 0;
      transition: opacity 0.4s;
    }

    .wws-solution-card:hover .wws-solution-overlay {
      opacity: 1;
    }

    .wws-solution-badge {
      position: absolute;
      top: 15px;
      left: 15px;
      background: linear-gradient(135deg, #ed262e 0%, #c5e045 100%);
      color: white;
      padding: 6px 16px;
      border-radius: 20px;
      font-size: 0.75em;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 1px;
      box-shadow: 0 4px 15px rgba(171, 206, 27, 0.3);
      z-index: 2;
      backdrop-filter: blur(5px);
    }

    .wws-solution-content {
      padding: 25px;
      flex: 1;
      display: flex;
      flex-direction: column;
    }

    .wws-solution-content h3 {
      font-size: 1.4em;
      font-weight: 700;
      color: #1a1a1a;
      margin-bottom: 12px;
      letter-spacing: -0.5px;
      line-height: 1.3;
    }

    .wws-solution-content p {
      color: #666;
      font-size: 0.95em;
      line-height: 1.6;
      margin-bottom: 20px;
      flex-grow: 1;
    }

    .wws-solution-features-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 10px;
      margin-top: auto;
    }

    .wws-solution-feature {
      background: linear-gradient(135deg, #f8faf5 0%, #ffffff 100%);
      padding: 10px 14px;
      border-radius: 10px;
      font-size: 0.85em;
      color: #444;
      font-weight: 600;
      transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
      border: 1px solid #e8e8e8;
      display: flex;
      align-items: center;
      gap: 8px;
      cursor: pointer;
    }

    .wws-solution-feature::before {
      content: '';
      width: 5px;
      height: 5px;
      background: #ed262e;
      border-radius: 50%;
      flex-shrink: 0;
      transition: all 0.3s;
    }

    .wws-solution-feature:hover {
      background: linear-gradient(135deg, #ed262e 0%, #c5e045 100%);
      color: #ffffff;
      transform: translateY(-3px);
      box-shadow: 0 5px 15px rgba(171, 206, 27, 0.2);
      border-color: transparent;
    }

    .wws-solution-feature:hover::before {
      background: #ffffff;
      transform: scale(1.3);
    }

    /* Enhanced Responsive Design */
    @media (max-width: 1200px) {
      .wws-solutions-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
      }

      @media (min-width: 992px) {
        .wws-solutions-grid {
          grid-template-columns: repeat(3, 1fr);
        }

        .wws-extra-card {
          grid-column: 1 / span 1;
        }
      }
    }

    @media (max-width: 992px) {
      .wws-solutions-hero h1 {
        font-size: 3em;
      }

      .wws-solutions-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      /* Tablet view: Remove extra card positioning */
      .wws-extra-card {
        grid-column: span 1;
        grid-row: auto;
      }
    }

    @media (max-width: 768px) {
      .wws-solutions-hero h1 {
        font-size: 2.5em;
      }

      .wws-solutions-hero p {
        font-size: 1.1em;
      }

      .wws-solutions-grid {
        grid-template-columns: 1fr;
        gap: 25px;
        max-width: 500px;
        margin: 0 auto;
      }

      .wws-extra-card {
        grid-column: 1;
        grid-row: auto;
      }

      .wws-solution-image {
        height: 200px;
      }

      .wws-solution-content {
        padding: 20px;
      }

      .wws-solution-content h3 {
        font-size: 1.3em;
      }

      .wws-solution-features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
      }

      .wws-solution-feature {
        padding: 8px 12px;
      }
    }

    @media (max-width: 576px) {
      .wws-solutions-hero {
        padding: 40px 20px 30px;
        min-height: 350px;
      }

      .wws-solutions-hero h1 {
        font-size: 2em;
      }

      .wws-solutions-hero p {
        font-size: 1em;
      }

      .wws-solutions-products {
        padding: 40px 20px 60px;
      }

      .wws-solution-card {
        border-radius: 18px;
      }

      .wws-solution-features-grid {
        grid-template-columns: 1fr;
      }
    }

    .wws-solutions-section {
      scroll-behavior: smooth;
    }

    .wws-solution-card:focus-within,
    .wws-solution-feature:focus {
      outline: 2px solid #ed262e;
      outline-offset: 2px;
    }

      .wws-industries-section {
        --wws-primary-color: #ed262e;
        --wws-dark-color: #8AAE16;
        --wws-light-color: #F5FDE3;
        --wws-accent-color: #0d9488;
        --wws-gray-900: #111827;
        --wws-gray-700: #374151;
        --wws-gray-500: #6b7280;
        --wws-gray-100: #f8f9fa;
        --wws-white: #ffffff;
        font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
        background-color: var(--wws-white);
        color: var(--wws-gray-900);
        overflow-x: hidden;
        line-height: 1.7;
      }

      /* Hero Section */
      .wws-industries-section .wws-hero-section {
        background: linear-gradient(135deg, var(--wws-white) 0%, var(--wws-white) 100%);
        padding: 120px 0 80px;
        position: relative;
        overflow: hidden;
        border-bottom: 3px solid var(--wws-primary-color);
      }

      .wws-industries-section .wws-hero-pattern {
        position: absolute;
        top: 0;
        right: 0;
        width: 50%;
        height: 100%;
        background:
          radial-gradient(circle at 70% 20%, rgba(171, 206, 27, 0.05) 0%, transparent 50%),
          radial-gradient(circle at 30% 80%, rgba(171, 206, 27, 0.03) 0%, transparent 50%);
      }

      .wws-industries-section .wws-company-logo {
        font-size: 2.8rem;
        font-weight: 800;
        color: var(--wws-dark-color);
        margin-bottom: 0.5rem;
        display: inline-block;
      }

      .wws-industries-section .wws-company-tagline {
        color: var(--wws-primary-color);
        font-weight: 600;
        font-size: 1.2rem;
        margin-bottom: 2rem;
      }

      .wws-industries-section .wws-hero-title {
        font-size: 3.5rem;
        font-weight: 800;
        color: var(--wws-gray-900);
        margin-bottom: 1.5rem;
        line-height: 1.2;
      }

      .wws-industries-section .wws-hero-title .wws-highlight {
        color: var(--wws-primary-color);
        position: relative;
      }

      .wws-industries-section .wws-hero-title .wws-highlight::after {
        content: '';
        position: absolute;
        bottom: 5px;
        left: 0;
        width: 100%;
        height: 8px;
        background: rgba(171, 206, 27, 0.2);
        z-index: -1;
        border-radius: 4px;
      }

      .wws-industries-section .wws-hero-subtitle {
        font-size: 1.25rem;
        color: var(--wws-gray-700);
        max-width: 700px;
        margin: 0 auto 2.5rem;
        line-height: 1.8;
      }

      .wws-industries-section .wws-section-badge {
        display: inline-block;
        background: var(--wws-light-color);
        color: var(--wws-dark-color);
        padding: 10px 24px;
        border-radius: 50px;
        font-size: 0.9rem;
        font-weight: 600;
        margin-bottom: 20px;
        letter-spacing: 0.5px;
        border: 1px solid rgba(171, 206, 27, 0.2);
      }

      /* Industries Section */
      .wws-industries-section .wws-industries-section {
        padding: 100px 0;
        background: var(--wws-white);
      }

      .wws-industries-section .wws-section-header {
        text-align: center;
        margin-bottom: 60px;
      }

      .wws-industries-section .wws-section-title {
        font-size: 2.8rem;
        font-weight: 700;
        color: var(--wws-gray-900);
        margin-bottom: 1rem;
        position: relative;
        display: inline-block;
      }

      .wws-industries-section .wws-section-title::after {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
        width: 80px;
        height: 4px;
        background: var(--wws-primary-color);
        border-radius: 2px;
      }

      .wws-industries-section .wws-section-subtitle {
        font-size: 1.1rem;
        color: var(--wws-gray-500);
        max-width: 700px;
        margin: 2rem auto 0;
      }

      /* Industry Cards */
      .wws-industries-section .wws-industry-card {
        background: var(--wws-white);
        border-radius: 20px;
        overflow: hidden;
        height: 100%;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        border: 2px solid #e5e7eb;
        position: relative;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);
      }

      .wws-industries-section .wws-industry-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 4px;
        background: linear-gradient(90deg, var(--wws-primary-color) 0%, var(--wws-dark-color) 100%);
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.4s ease;
      }

      .wws-industries-section .wws-industry-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 40px rgba(171, 206, 27, 0.15);
        border-color: var(--wws-primary-color);
      }

      .wws-industries-section .wws-industry-card:hover::before {
        transform: scaleX(1);
      }

      .wws-industries-section .wws-industry-photo {
        width: 100%;
        height: 240px;
        object-fit: cover;
        transition: transform 0.4s ease;
      }

      .wws-industries-section .wws-industry-card:hover .wws-industry-photo {
        transform: scale(1.05);
      }

      .wws-industries-section .wws-industry-content {
        padding: 30px;
      }

      .wws-industries-section .wws-industry-title {
        font-size: 1.5rem;
        font-weight: 700;
        color: var(--wws-gray-900);
        margin-bottom: 16px;
        position: relative;
        display: inline-block;
      }

      .wws-industries-section .wws-industry-title::after {
        content: '';
        position: absolute;
        bottom: -8px;
        left: 0;
        width: 40px;
        height: 3px;
        background: var(--wws-primary-color);
        border-radius: 2px;
        transition: width 0.3s ease;
      }

      .wws-industries-section .wws-industry-card:hover .wws-industry-title::after {
        width: 60px;
      }

      .wws-industries-section .wws-industry-description {
        font-size: 1rem;
        color: var(--wws-gray-500);
        line-height: 1.7;
        margin-bottom: 0;
      }

      /* Stats Section */
      .wws-industries-section .wws-stats-section {
        background: linear-gradient(135deg, var(--wws-primary-color) 0%, var(--wws-dark-color) 100%);
        padding: 100px 0;
        color: var(--wws-white);
        position: relative;
        overflow: hidden;
      }

      .wws-industries-section .wws-stats-pattern {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background:
          radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
          radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
      }

      .wws-industries-section .wws-stat-card {
        text-align: center;
        position: relative;
        z-index: 2;
        padding: 30px 20px;
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.2);
        transition: all 0.3s ease;
      }

      .wws-industries-section .wws-stat-card:hover {
        transform: translateY(-5px);
        background: rgba(255, 255, 255, 0.15);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
      }

      .wws-industries-section .wws-stat-icon {
        width: 70px;
        height: 70px;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 20px;
      }

      .wws-industries-section .wws-stat-icon i {
        font-size: 1.8rem;
        color: var(--wws-white);
      }

      .wws-industries-section .wws-stat-number {
        font-size: 3.5rem;
        font-weight: 800;
        margin-bottom: 8px;
        text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
      }

      .wws-industries-section .wws-stat-label {
        font-size: 1.1rem;
        color: rgba(255, 255, 255, 0.9);
        font-weight: 500;
        letter-spacing: 0.5px;
      }

      /* CTA Section */
      .wws-industries-section .wws-cta-section {
        background: linear-gradient(135deg, var(--wws-white) 0%, var(--wws-white) 100%);
        padding: 100px 0;
        position: relative;
        overflow: hidden;
        border-top: 3px solid var(--wws-primary-color);
      }

      .wws-industries-section .wws-cta-pattern {
        position: absolute;
        top: 0;
        right: 0;
        width: 40%;
        height: 100%;
        background:
          radial-gradient(circle at 70% 20%, rgba(171, 206, 27, 0.05) 0%, transparent 50%);
      }

      .wws-industries-section .wws-cta-card {
        background: var(--wws-white);
        border-radius: 24px;
        padding: 80px 60px;
        text-align: center;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
        border: 2px solid var(--wws-primary-color);
        position: relative;
        overflow: hidden;
      }

      .wws-industries-section .wws-cta-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 6px;
        background: linear-gradient(90deg, var(--wws-primary-color) 0%, var(--wws-dark-color) 100%);
      }

      .wws-industries-section .wws-cta-title {
        font-size: 2.8rem;
        font-weight: 700;
        color: var(--wws-gray-900);
        margin-bottom: 20px;
      }

      .wws-industries-section .wws-cta-text {
        font-size: 1.2rem;
        color: var(--wws-gray-700);
        margin-bottom: 30px;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
      }

      .wws-industries-section .wws-btn-primary {
        background: linear-gradient(135deg, var(--wws-primary-color) 0%, var(--wws-dark-color) 100%);
        color: var(--wws-white);
        padding: 16px 40px;
        font-size: 1.1rem;
        font-weight: 600;
        border: none;
        border-radius: 12px;
        transition: all 0.3s ease;
        box-shadow: 0 4px 15px rgba(171, 206, 27, 0.3);
      }

      .wws-industries-section .wws-btn-primary:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 25px rgba(171, 206, 27, 0.4);
        color: var(--wws-white);
      }

      .wws-industries-section .wws-btn-secondary {
        background: transparent;
        color: var(--wws-primary-color);
        padding: 16px 40px;
        font-size: 1.1rem;
        font-weight: 600;
        border: 2px solid var(--wws-primary-color);
        border-radius: 12px;
        transition: all 0.3s ease;
        margin-left: 15px;
      }

      .wws-industries-section .wws-btn-secondary:hover {
        background: var(--wws-primary-color);
        color: var(--wws-white);
        transform: translateY(-3px);
        box-shadow: 0 8px 25px rgba(171, 206, 27, 0.3);
      }

      @media (max-width: 768px) {
      .wws-industries-section .wws-hero-section {
        background: linear-gradient(135deg, var(--wws-white) 0%, var(--wws-white) 100%);
        padding: 10px 0 80px;
        position: relative;
        overflow: hidden;
        border-bottom: 3px solid var(--wws-primary-color);
      }
        .wws-industries-section .wws-company-logo {
          font-size: 2.2rem;
        }

        .wws-industries-section .wws-hero-title {
          font-size: 2.5rem;
        }

        .wws-industries-section .wws-hero-subtitle {
          font-size: 1.1rem;
        }

        .wws-industries-section .wws-section-title {
          font-size: 2.2rem;
        }

        .wws-industries-section .wws-stat-number {
          font-size: 2.8rem;
        }

        .wws-industries-section .wws-cta-title {
          font-size: 2.2rem;
        }

        .wws-industries-section .wws-cta-card {
          padding: 50px 30px;
        }

        .wws-industries-section .wws-btn-secondary {
          margin-left: 0;
          margin-top: 15px;
        }
      }
    

       
      .wws-about-section {
        --wws-primary: #ed262e;
        --wws-secondary: #8AAE16;
        --wws-success: #4cc9f0;
        --wws-dark: #212529;
        --wws-light: #ffffff;
        --wws-accent: #ed262e;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        color: var(--wws-dark);
        overflow-x: hidden;
        background: var(--wws-light);
      }

      .wws-about-section .wws-hero-section {
        background: linear-gradient(135deg, var(--wws-light) 0%, var(--wws-light) 100%);
        color: var(--wws-dark);
        padding: 100px 0;
        position: relative;
        overflow: hidden;
        border-bottom: 3px solid var(--wws-primary);
      }

      .wws-about-section .wws-hero-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuIiB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiIHBhdHRlcm5UcmFuc2Zvcm09InJvdGF0ZSg0NSkiPjxyZWN0IHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0icmdiYSgxNzEsMjA2LDI3LDAuMDUpIi8+PC9wYXR0ZXJuPjwvZGVmcz48cmVjdCBmaWxsPSJ1cmwoI3BhdHRlcm4pIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIi8+PC9zdmc+');
      }

      .wws-about-section .wws-section-title {
        position: relative;
        margin-bottom: 3rem;
        font-weight: 700;
        color: var(--wws-dark);
      }

      .wws-about-section .wws-section-title::after {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 0;
        width: 60px;
        height: 4px;
        background: var(--wws-primary);
        border-radius: 2px;
      }

      .wws-about-section .wws-text-center .wws-section-title::after {
        left: 50%;
        transform: translateX(-50%);
      }

      .wws-about-section .wws-about-img {
        border-radius: 10px;
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
        transition: transform 0.5s ease;
        border: 2px solid var(--wws-primary);
      }

      .wws-about-section .wws-about-img:hover {
        transform: translateY(-10px);
      }

      .wws-about-section .wws-value-card {
        background: var(--wws-light);
        border-radius: 10px;
        padding: 2rem;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
        transition: all 0.3s ease;
        height: 100%;
        border-top: 4px solid var(--wws-primary);
        border: 1px solid #e5e7eb;
      }

      .wws-about-section .wws-value-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 40px rgba(171, 206, 27, 0.15);
        border-color: var(--wws-primary);
      }

      .wws-about-section .wws-value-icon {
        font-size: 2.5rem;
        color: var(--wws-primary);
        margin-bottom: 1rem;
      }

      .wws-about-section .wws-team-card {
        border: none;
        border-radius: 15px;
        overflow: hidden;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
        transition: all 0.3s ease;
        height: 100%;
        background: var(--wws-light);
      }

      .wws-about-section .wws-team-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 40px rgba(171, 206, 27, 0.15);
      }

      .wws-about-section .wws-team-img {
        height: 250px;
        object-fit: cover;
        transition: transform 0.5s ease;
      }

      .wws-about-section .wws-team-card:hover .wws-team-img {
        transform: scale(1.05);
      }

      .wws-about-section .wws-social-icons a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background: #f8f9fa;
        color: var(--wws-dark);
        margin-right: 10px;
        transition: all 0.3s ease;
      }

      .wws-about-section .wws-social-icons a:hover {
        background: var(--wws-primary);
        color: white;
        transform: translateY(-3px);
      }

      .wws-about-section .wws-stats-section {
        background: linear-gradient(135deg, var(--wws-primary), var(--wws-secondary));
        color: white;
        padding: 80px 0;
      }

      .wws-about-section .wws-stat-item {
        text-align: center;
      }

      .wws-about-section .wws-stat-number {
        font-size: 3rem;
        font-weight: 700;
        margin-bottom: 0.5rem;
      }

      .wws-about-section .wws-stat-label {
        font-size: 1.1rem;
        opacity: 0.9;
      }

      .wws-about-section .wws-timeline {
        position: relative;
        padding-left: 30px;
      }

      .wws-about-section .wws-timeline::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 3px;
        background: var(--wws-primary);
        border-radius: 3px;
      }

      .wws-about-section .wws-timeline-item {
        position: relative;
        margin-bottom: 2rem;
      }

      .wws-about-section .wws-timeline-item::before {
        content: '';
        position: absolute;
        left: -36px;
        top: 5px;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: var(--wws-primary);
        border: 3px solid white;
        box-shadow: 0 0 0 3px var(--wws-primary);
      }

      .wws-about-section .wws-timeline-year {
        font-weight: 600;
        color: var(--wws-primary);
        margin-bottom: 0.5rem;
      }

      .wws-about-section .wws-cta-section {
        background: linear-gradient(135deg, var(--wws-light) 0%, var(--wws-light) 100%);
        color: var(--wws-dark);
        padding: 80px 0;
        border-radius: 15px;
        margin: 5rem 0;
        border: 2px solid var(--wws-primary);
      }

      .wws-about-section .wws-btn-custom {
        background: var(--wws-primary);
        color: white;
        border: none;
        padding: 12px 30px;
        border-radius: 50px;
        font-weight: 600;
        transition: all 0.3s ease;
      }

      .wws-about-section .wws-btn-custom:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(171, 206, 27, 0.3);
        background: var(--wws-secondary);
      }

      .wws-about-section .wws-floating-shape {
        position: absolute;
        border-radius: 50%;
        opacity: 0.1;
        z-index: 0;
      }

      .wws-about-section .wws-shape-1 {
        width: 300px;
        height: 300px;
        background: var(--wws-primary);
        top: -150px;
        right: -150px;
      }

      .wws-about-section .wws-shape-2 {
        width: 200px;
        height: 200px;
        background: var(--wws-accent);
        bottom: -100px;
        left: -100px;
      }

      .wws-about-section .wws-animate-on-scroll {
        opacity: 0;
        transform: translateY(30px);
        transition: opacity 0.8s ease, transform 0.8s ease;
      }

      .wws-about-section .wws-animate-on-scroll.animated {
        opacity: 1;
        transform: translateY(0);
      }
    


      .wws-benefits-section {
        background: #ffffff;
        color: #333;
        padding: 80px 0;
        min-height: 100vh;
        position: relative;
        overflow: hidden;
      }

      .wws-benefits-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 5px;
        background: #ed262e;
        z-index: 1;
      }

      .wws-main-title {
        font-size: 48px;
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: 30px;
        color: #1a1a1a;
        position: relative;
      }

      .wws-main-title .wws-title-dot {
        display: inline-block;
        width: 12px;
        height: 12px;
        background: #ed262e;
        border-radius: 50%;
        margin-left: 15px;
        vertical-align: middle;
      }

      .wws-intro-text {
        font-size: 17px;
        line-height: 1.7;
        color: #666;
        padding: 20px;
        background: #ffffff;
        border-left: 4px solid #ed262e;
        border-radius: 0 8px 8px 0;
        border: 1px solid #e5e7eb;
      }

      .wws-divider {
        height: 1px;
        background: linear-gradient(90deg, transparent, #ed262e, transparent);
        margin: 60px 0;
      }

      .wws-benefits-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 60px 80px;
      }

      .wws-benefit-item {
        display: flex;
        gap: 25px;
        padding: 25px;
        border-radius: 12px;
        transition: all 0.3s ease;
        opacity: 0;
        transform: translateY(20px);
        border: 2px solid #e5e7eb;
        background: #ffffff;
        position: relative;
        overflow: hidden;
      }

      .wws-benefit-item::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 4px;
        height: 100%;
        background:var(--primary-red);
        opacity: 0;
        transition: opacity 0.3s ease;
      }

      .wws-benefit-item.wws-visible {
        opacity: 1;
        transform: translateY(0);
      }

      .wws-benefit-item:hover {
        background-color: #ffffff;
        box-shadow: var(--primary-blue);
        transform: translateY(-5px);
        border-color: var(--primary-red);
      }

      .wws-benefit-item:hover::before {
        opacity: 1;
      }

      .wws-benefit-icon {
        flex-shrink: 0;
        width: 60px;
        height: 60px;
        background: #F5FDE3;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
        border: 2px solid #ed262e;
      }

      .wws-benefit-item:hover .wws-benefit-icon {
        background: var(--primary-red);
        transform: scale(1.1);
        border-color: var(--primary-blue);
      }

      .wws-icon-svg {
        width: 70%;
        height: 70%;
        stroke: #ed262e;
        stroke-width: 2;
        fill: none;
        transition: all 0.3s ease;
      }

      .wws-benefit-item:hover .wws-icon-svg {
        stroke: #ffffff;
      }

      .wws-benefit-title {
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 15px;
        line-height: 1.3;
        color: #1a1a1a;
      }

      .wws-benefit-description {
        font-size: 16px;
        line-height: 1.7;
        color: #666;
      }

      /* Responsive Styles */
      @media (max-width: 992px) {
        .wws-main-title {
          font-size: 40px;
        }

        .wws-benefits-grid {
          gap: 50px 40px;
        }
      }

      @media (max-width: 768px) {
        .wws-benefits-section {
          padding: 60px 20px;
        }

        .wws-main-title {
          font-size: 36px;
        }

        .wws-benefits-grid {
          grid-template-columns: 1fr;
          gap: 40px;
        }

        .wws-benefit-item {
          padding: 20px;
        }

        .wws-intro-text {
          margin-top: 20px;
        }
      }

      @media (max-width: 576px) {
        .wws-main-title {
          font-size: 32px;
        }

        .wws-benefit-item {
          flex-direction: column;
          gap: 20px;
          text-align: center;
        }

        .wws-benefit-icon {
          margin: 0 auto;
        }
      }
    
      .wws-clients-section {
        padding: 120px 0;
        background: linear-gradient(135deg, #ffffff 0%, #ffffff 50%, #ffffff 100%);
        position: relative;
        overflow: hidden;
        border-top: 3px solid #ed262e;
      }

      .wws-clients-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background:
          radial-gradient(circle at 10% 20%, rgba(171, 206, 27, 0.03) 0%, transparent 50%),
          radial-gradient(circle at 90% 80%, rgba(171, 206, 27, 0.02) 0%, transparent 50%),
          radial-gradient(circle at 50% 50%, rgba(171, 206, 27, 0.01) 0%, transparent 50%);
      }

      .wws-clients-header {
        text-align: center;
        margin-bottom: 80px;
        position: relative;
        z-index: 2;
      }

      .wws-premium-badge {
        display: inline-block;
        background: linear-gradient(135deg, #ed262e, #8AAE16);
        color: white;
        padding: 10px 24px;
        border-radius: 25px;
        font-size: 0.9rem;
        font-weight: 600;
        margin-bottom: 25px;
        letter-spacing: 1px;
        text-transform: uppercase;
        box-shadow: 0 4px 15px rgba(171, 206, 27, 0.3);
      }

      .wws-clients-title {
        font-size: 3.5rem;
        font-weight: 800;
        color: #1a1a1a;
        margin-bottom: 20px;
        line-height: 1.2;
      }

      .wws-clients-title span {
        background: linear-gradient(135deg, #ed262e, #8AAE16);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
      }

      .wws-clients-subtitle {
        font-size: 1.3rem;
        color: #64748b;
        max-width: 600px;
        margin: 0 auto;
        line-height: 1.6;
        font-weight: 400;
      }

      .wws-clients-container {
        position: relative;
        width: 100%;
        overflow: hidden;
        padding: 40px 0;
      }

      .wws-logo-track-wrapper {
        position: relative;
        width: 100%;
        overflow: hidden;
      }

      .wws-logo-track {
        display: flex;
        gap: 40px;
        padding: 30px 0;
        width: max-content;
      }

      .wws-logo-track.wws-animated {
        animation: wws-scrollHorizontal 35s linear infinite;
      }

      .wws-logo-item {
        flex: 0 0 220px;
        height: 200px;
        background: white;
        border-radius: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 30px;
        box-shadow:
          0 8px 32px rgba(0, 0, 0, 0.08),
          0 2px 8px rgba(0, 0, 0, 0.04);
        transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        border: 2px solid #e5e7eb;
        position: relative;
        overflow: hidden;
      }

      .wws-logo-item::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(171, 206, 27, 0.1), transparent);
        transition: left 0.8s ease;
      }

      .wws-logo-item:hover::before {
        left: 100%;
      }

      .wws-logo-item::after {
        content: '';
        position: absolute;
        inset: 0;
        border-radius: 18px;
        padding: 2px;
        background: linear-gradient(135deg, #ed262e, #8AAE16);
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        opacity: 0;
        transition: opacity 0.3s ease;
        pointer-events: none;
      }

      .wws-logo-item:hover::after {
        opacity: 1;
      }

      .wws-logo-item:hover {
        transform: translateY(-12px) scale(1.05);
        box-shadow:
          0 25px 50px rgba(0, 0, 0, 0.12),
          0 0 60px rgba(171, 206, 27, 0.15);
        border-color: #ed262e;
      }

      .wws-logo-image {
        width: 100%;
        height: 100%;
        object-fit: contain;
        opacity: 1;
        transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
      }

      .wws-logo-item:hover .wws-logo-image {
        opacity: 1;
        transform: scale(1.12);
      }

      .wws-scroll-indicator {
        text-align: center;
        margin-top: 60px;
        color: #64748b;
        font-size: 1rem;
        position: relative;
        z-index: 2;
      }

      .wws-scroll-indicator i {
        animation: wws-bounce 2s infinite;
        margin-right: 12px;
        font-size: 1.3rem;
        color: #ed262e;
      }

      .wws-controls {
        display: flex;
        justify-content: center;
        gap: 20px;
        margin-top: 40px;
        position: relative;
        z-index: 2;
      }

      .wws-control-btn {
        background: white;
        border: 2px solid #ed262e;
        color: #475569;
        padding: 14px 28px;
        border-radius: 50px;
        cursor: pointer;
        transition: all 0.3s ease;
        font-weight: 600;
        font-size: 0.95rem;
        display: flex;
        align-items: center;
        gap: 8px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      }

      .wws-control-btn:hover {
        background: linear-gradient(135deg, #ed262e, #8AAE16);
        transform: translateY(-3px);
        box-shadow: 0 10px 25px rgba(171, 206, 27, 0.3);
        color: white;
        border-color: #ed262e;
      }

      @keyframes wws-scrollHorizontal {
        0% {
          transform: translateX(0);
        }

        100% {
          transform: translateX(calc(-220px * 6 - 40px * 5));
        }
      }

      @keyframes wws-bounce {

        0%,
        20%,
        50%,
        80%,
        100% {
          transform: translateY(0);
        }

        40% {
          transform: translateY(-8px);
        }

        60% {
          transform: translateY(-4px);
        }
      }
    
            .about-section {
                padding: 80px 0;
                background: #ffffff;
                position: relative;
            }

            .about-section .container {
                max-width: 1200px;
                margin: 0 auto;
                padding: 0 30px;
            }

            .about-section .about-pattern {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" opacity="0.03"><polygon fill="%23ABCE1B" points="50,0 100,50 50,100 0,50"/></svg>');
                background-size: 300px 300px;
            }

            .about-section .about-container {
                position: relative;
                z-index: 2;
                display: grid;
                grid-template-columns: 1fr 1fr;
                gap: 60px;
                align-items: center;
            }

            .about-section .about-content h2 {
                font-family: 'Montserrat', sans-serif;
                font-size: 2rem;
                font-weight: 800;
                color: #1A2725;
                margin-bottom: 20px;
                position: relative;
            }

            .about-section .about-content h2::after {
                content: '';
                position: absolute;
                bottom: -12px;
                left: 0;
                width: 80px;
                height: 4px;
                background: #ed262e;
                border-radius: 3px;
            }

            .about-section .about-content p {
                color: #2E3D3B;
                margin-bottom: 20px;
                font-size: 1rem;
                line-height: 1.6;
            }

            .about-section .about-features {
                display: grid;
                gap: 20px;
                margin-top: 30px;
            }

            .about-section .feature-item {
                display: flex;
                align-items: flex-start;
                gap: 15px;
            }

            .about-section .feature-icon {
                background: #ed262e;
                color: #ffffff;
                padding: 12px;
                border-radius: 12px;
                font-size: 1.1rem;
                flex-shrink: 0;
                box-shadow: 0 8px 20px rgba(171, 206, 27, 0.2);
            }

            .about-section .feature-text h4 {
                font-family: 'Montserrat', sans-serif;
                font-size: 1.1rem;
                color: #1A2725;
                margin-bottom: 6px;
                font-weight: 600;
            }

            .about-section .feature-text p {
                color: #5A6A68;
                font-size: 0.95rem;
                margin: 0;
            }

            .about-section .about-visual {
                background: #ffffff;
                border-radius: 16px;
                overflow: hidden;
                box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
                height: 400px;
                position: relative;
                border: 2px solid #ed262e;
            }

            .about-section .about-visual img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

            @keyframes fadeUp {
                from {
                    opacity: 0;
                    transform: translateY(40px);
                }

                to {
                    opacity: 1;
                    transform: translateY(0);
                }
            }

            .about-section .fade-in {
                opacity: 0;
                animation: fadeUp 0.8s ease-out forwards;
            }

            @media (max-width: 992px) {
                .about-section .about-container {
                    grid-template-columns: 1fr;
                    gap: 40px;
                }
            }

            @media (max-width: 768px) {
                .about-section {
                    padding: 60px 0;
                }

                .about-section .container {
                    padding: 0 20px;
                }
            }
    

            /* about us 2 */

            .team-section {
                padding: 80px 0;
                background: #ffffff;
            }

            .team-section .container {
                max-width: 1200px;
                margin: 0 auto;
                padding: 0 30px;
            }

            .team-section .section-header {
                text-align: center;
                margin-bottom: 60px;
                position: relative;
                z-index: 2;
            }

            .team-section .section-header h2 {
                font-family: 'Montserrat', sans-serif;
                font-size: 2.2rem;
                font-weight: 800;
                color: #1A2725;
                margin-bottom: 20px;
                position: relative;
                display: inline-block;
            }

            .team-section .section-header h2::after {
                content: '';
                position: absolute;
                bottom: -15px;
                left: 50%;
                transform: translateX(-50%);
                width: 80px;
                height: 4px;
                background: #ed262e;
                border-radius: 3px;
            }

            .team-section .section-header p {
                font-size: 1.1rem;
                color: #5A6A68;
                max-width: 700px;
                margin: 0 auto;
                line-height: 1.6;
            }

            .team-section .team-grid {
                display: grid;
                grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
                gap: 30px;
                justify-items: center;
            }

            .team-section .team-member {
                background: #ffffff;
                border-radius: 16px;
                overflow: hidden;
                box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
                border: 2px solid #ed262e;
                transition: all 0.4s ease;
                width: 100%;
                max-width: 380px;
            }

            .team-section .team-member:hover {
                transform: translateY(-8px);
                box-shadow: 0 20px 50px rgba(171, 206, 27, 0.15);
            }

            .team-section .member-image {
                height: 250px;
                overflow: hidden;
                position: relative;
            }

            .team-section .member-image img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                transition: transform 0.5s ease;
            }

            .team-section .team-member:hover .member-image img {
                transform: scale(1.05);
            }

            .team-section .member-info {
                padding: 25px;
            }

            .team-section .member-info h3 {
                font-family: 'Montserrat', sans-serif;
                font-size: 1.4rem;
                color: #1A2725;
                margin-bottom: 8px;
                font-weight: 700;
            }

            .team-section .member-position {
                color: #ed262e;
                font-weight: 600;
                margin-bottom: 15px;
                font-size: 1.1rem;
            }

            .team-section .member-info p {
                color: #2E3D3B;
                font-style: italic;
                font-size: 1rem;
                line-height: 1.6;
                margin-bottom: 20px;
            }

            .team-section .member-social {
                display: flex;
                gap: 15px;
                margin-top: 15px;
                padding-top: 15px;
                border-top: 1px solid #E8F2F1;
            }

            .team-section .social-icon {
                width: 36px;
                height: 36px;
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                color: white;
                background: #ed262e;
                text-decoration: none;
                transition: all 0.3s ease;
                font-size: 1rem;
            }

            .team-section .social-icon:hover {
                transform: translateY(-3px);
                box-shadow: 0 5px 15px rgba(171, 206, 27, 0.3);
            }

            @media (max-width: 1100px) {
                .team-section .team-grid {
                    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
                    gap: 25px;
                }
            }

            @media (max-width: 992px) {
                .team-section .team-grid {
                    grid-template-columns: repeat(2, 1fr);
                    max-width: 800px;
                    margin: 0 auto;
                }

                .team-section .team-member {
                    max-width: 100%;
                }
            }

            @media (max-width: 768px) {
                .team-section {
                    padding: 60px 0;
                }

                .team-section .container {
                    padding: 0 20px;
                }

                .team-section .team-grid {
                    grid-template-columns: 1fr;
                    max-width: 400px;
                }
            }

            @media (max-width: 480px) {
                .team-section .team-member {
                    max-width: 100%;
                }

                .team-section .team-grid {
                    gap: 20px;
                }
            }
        
/* aboutus 3 */

   
            .journey-section {
                min-height: 100vh;
                padding: 100px 0;
                position: relative;
                background: #ffffff;
            }

            .journey-section .container {
                max-width: 1200px;
                margin: 0 auto;
                padding: 0 40px;
            }

            .journey-section .section-header {
                text-align: center;
                margin-bottom: 80px;
            }

            .journey-section .section-header h2 {
                font-size: 3.5rem;
                font-weight: 900;
                color: #1A2725;
                margin-bottom: 20px;
                letter-spacing: -2px;
            }

            .journey-section .gradient-text {
                background: linear-gradient(135deg, #ed262e 0%, #8FB315 100%);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                background-clip: text;
            }

            .journey-section .section-header p {
                font-size: 1.15rem;
                color: #5A6A68;
                max-width: 600px;
                margin: 0 auto;
                line-height: 1.7;
            }

            .journey-section .timeline-container {
                position: relative;
                max-width: 900px;
                margin: 0 auto;
            }

            .journey-section .timeline-line {
                position: absolute;
                left: 50%;
                top: 0;
                bottom: 0;
                width: 2px;
                background: linear-gradient(180deg,
                        transparent 0%,
                        #E8F5E9 5%,
                        #ed262e 50%,
                        #E8F5E9 95%,
                        transparent 100%);
                transform: translateX(-50%);
            }

            .journey-section .timeline-item {
                display: flex;
                margin-bottom: 100px;
                align-items: center;
                position: relative;
                opacity: 0;
                transform: translateY(30px);
                transition: all 0.8s ease;
            }

            .journey-section .timeline-item.visible {
                opacity: 1;
                transform: translateY(0);
            }

            .journey-section .timeline-item:nth-child(odd) {
                flex-direction: row;
            }

            .journey-section .timeline-item:nth-child(even) {
                flex-direction: row-reverse;
            }

            .journey-section .timeline-dot {
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
                width: 16px;
                height: 16px;
                background: #ed262e;
                border: 4px solid #ffffff;
                border-radius: 50%;
                box-shadow: 0 0 0 4px rgba(171, 206, 27, 0.2);
                z-index: 10;
            }

            .journey-section .image-container {
                flex: 1;
                position: relative;
                border-radius: 20px;
                overflow: hidden;
                box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
                transition: all 0.4s ease;
                margin: 0 30px;
                border: 2px solid #ed262e;
            }

            .journey-section .image-container:hover {
                transform: scale(1.05);
                box-shadow: 0 15px 50px rgba(171, 206, 27, 0.2);
            }

            .journey-section .timeline-image {
                width: 100%;
                height: 280px;
                object-fit: cover;
                display: block;
            }

            .journey-section .content-container {
                flex: 1;
                position: relative;
                padding: 30px 0;
            }

            .journey-section .timeline-item:nth-child(odd) .content-container {
                text-align: right;
                padding-right: 30px;
            }

            .journey-section .timeline-item:nth-child(even) .content-container {
                text-align: left;
                padding-left: 30px;
            }

            .journey-section .year-badge {
                display: inline-block;
                padding: 8px 20px;
                background: #ed262e;
                color: #ffffff;
                font-size: 0.9rem;
                font-weight: 800;
                border-radius: 50px;
                margin-bottom: 15px;
                letter-spacing: 1px;
            }

            .journey-section .content-title {
                font-size: 1.8rem;
                font-weight: 800;
                color: #1A2725;
                margin-bottom: 12px;
                letter-spacing: -0.5px;
                line-height: 1.3;
            }

            .journey-section .content-description {
                font-size: 1rem;
                color: #5A6A68;
                line-height: 1.7;
            }

            @media (max-width: 768px) {
                .journey-section .timeline-line {
                    left: 30px;
                }

                .journey-section .timeline-item {
                    flex-direction: column !important;
                    margin-bottom: 60px;
                }

                .journey-section .timeline-item:nth-child(odd) .content-container,
                .journey-section .timeline-item:nth-child(even) .content-container {
                    text-align: left;
                    padding: 20px 0 0 0;
                }

                .journey-section .image-container {
                    margin: 0;
                    width: 100%;
                }

                .journey-section .timeline-dot {
                    left: 30px;
                    top: 40px;
                }

                .journey-section .section-header h2 {
                    font-size: 2.5rem;
                }

                .journey-section .timeline-image {
                    height: 220px;
                }

                .journey-section .content-title {
                    font-size: 1.5rem;
                }
            }

            .journey-section .timeline-item:nth-child(1) {
                transition-delay: 0.1s;
            }

            .journey-section .timeline-item:nth-child(2) {
                transition-delay: 0.2s;
            }

            .journey-section .timeline-item:nth-child(3) {
                transition-delay: 0.3s;
            }

            .journey-section .timeline-item:nth-child(4) {
                transition-delay: 0.4s;
            }

            .journey-section .timeline-item:nth-child(5) {
                transition-delay: 0.5s;
            }
    
        .pdf-gallery-section * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.pdf-gallery-section {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: #ffffff;
    min-height: 100vh;
    padding: 20px;
    color: #333;
}

.pdf-gallery-section .container {
    max-width: 1400px;
    margin: 0 auto;
}

.pdf-gallery-section .header {
    text-align: center;
    margin-bottom: 40px;
    color: #272f5a;
}

.pdf-gallery-section .header h1 {
    font-size: 2.8rem;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    color: #272f5a;
}

.pdf-gallery-section .header p {
    font-size: 1.2rem;
    color: #ed262e;
}

.pdf-gallery-section .pdf-container {
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    padding: 25px;
    border: 1px solid #eaeef5;
}

.pdf-gallery-section .pdf-header {
    background: linear-gradient(135deg, #ed262e 0%, #272f5a 100%);
    color: white;
    padding: 25px 30px;
    margin: -25px -25px 25px -25px;
    border-radius: 10px 10px 0 0;
}

.pdf-gallery-section .pdf-header h2 {
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Grid View Styles */
.pdf-gallery-section .pdf-gallery.grid-view {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 25px;
}

/* List View Styles */
.pdf-gallery-section .pdf-gallery.list-view {
    display: block;
}

.pdf-gallery-section .pdf-gallery.list-view .pdf-card {
    display: flex;
    margin-bottom: 20px;
    height: 150px;
}

.pdf-gallery-section .pdf-gallery.list-view .pdf-thumbnail {
    width: 120px;
    height: 100%;
    flex-shrink: 0;
}

.pdf-gallery-section .pdf-gallery.list-view .pdf-preview {
    width: 80%;
    height: 70%;
}

.pdf-gallery-section .pdf-gallery.list-view .pdf-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pdf-gallery-section .pdf-gallery.list-view .pdf-actions {
    justify-content: flex-start;
}

.pdf-gallery-section .pdf-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    border: 1px solid #eaeef5;
}

.pdf-gallery-section .pdf-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 20px rgba(237, 38, 46, 0.15);
    border-color: #ed262e;
}

.pdf-gallery-section .pdf-thumbnail {
    height: 200px;
    background: linear-gradient(135deg, #f8fafc 0%, #eef0f7 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.pdf-gallery-section .pdf-preview {
    width: 70%;
    height: 85%;
    background: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.pdf-gallery-section .pdf-preview::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 25px;
    background: #ed262e;
}

.pdf-gallery-section .pdf-preview::after {
    content: '';
    position: absolute;
    top: 40px;
    left: 15px;
    width: 85%;
    height: 10px;
    background: #f1f1f1;
    border-radius: 2px;
}

.pdf-gallery-section .pdf-preview-content {
    position: absolute;
    top: 60px;
    left: 15px;
    width: 85%;
}

.pdf-gallery-section .preview-line {
    height: 8px;
    background: #f1f1f1;
    margin-bottom: 8px;
    border-radius: 2px;
}

.pdf-gallery-section .preview-line.short {
    width: 60%;
}

.pdf-gallery-section .pdf-info {
    padding: 18px;
}

.pdf-gallery-section .pdf-name {
    font-weight: 600;
    font-size: 1.05rem;
    margin-bottom: 12px;
    color: #272f5a;
    display: flex;
    align-items: center;
    gap: 8px;
}

.pdf-gallery-section .pdf-name i {
    color: #ed262e;
}

.pdf-gallery-section .pdf-meta {
    display: flex;
    justify-content: space-between;
    color: #ed262e;
    font-size: 0.85rem;
    margin-bottom: 15px;
}

.pdf-gallery-section .pdf-actions {
    display: flex;
    gap: 8px;
}

.pdf-gallery-section .btn {
    padding: 8px 15px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.85rem;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s;
    border: none;
    cursor: pointer;
    flex: 1;
    justify-content: center;
}

.pdf-gallery-section .btn-view {
    background: #ed262e;
    color: white;
}

.pdf-gallery-section .btn-view:hover {
    background: #272f5a;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 10px rgba(39, 47, 90, 0.3);
}

.pdf-gallery-section .btn-download {
    background: #272f5a;
    color: white;
}

.pdf-gallery-section .btn-download:hover {
    background: #1a203e;
    transform: translateY(-2px);
    box-shadow: 0 5px 10px rgba(39, 47, 90, 0.3);
}

.pdf-gallery-section .empty-state {
    text-align: center;
    padding: 60px 20px;
    color: #ed262e;
    grid-column: 1 / -1;
}

.pdf-gallery-section .empty-state i {
    font-size: 4rem;
    margin-bottom: 20px;
    color: #eef0f7;
}

.pdf-gallery-section .empty-state h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #272f5a;
}

.pdf-gallery-section .search-container {
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
}

.pdf-gallery-section .search-box {
    position: relative;
    width: 100%;
    max-width: 500px;
}

.pdf-gallery-section .search-box input {
    width: 100%;
    padding: 14px 20px 14px 45px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    font-size: 1rem;
    background: white;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s;
}

.pdf-gallery-section .search-box input:focus {
    outline: none;
    border-color: #ed262e;
    box-shadow: 0 5px 15px rgba(237, 38, 46, 0.1);
}

.pdf-gallery-section .search-box i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #ed262e;
}

.pdf-gallery-section .view-toggle {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 15px;
}

.pdf-gallery-section .toggle-btn {
    background: white;
    border: 1px solid #e5e7eb;
    padding: 8px 15px;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    color: #272f5a;
    transition: all 0.3s;
}

.pdf-gallery-section .toggle-btn:hover {
    background: #f8fafc;
}

.pdf-gallery-section .toggle-btn.active {
    background: #ed262e;
    color: white;
    border-color: #ed262e;
}

/* Additional styling for red-blue color scheme */
.pdf-gallery-section .pdf-card .pdf-meta .file-size {
    color: #272f5a;
    font-weight: 500;
}

.pdf-gallery-section .pdf-card .pdf-meta .file-date {
    color: #666;
}

.pdf-gallery-section .header h1 i {
    color: #ed262e;
}

.pdf-gallery-section .header p i {
    color: #272f5a;
    margin-right: 8px;
}

.pdf-gallery-section .pdf-header i {
    color: rgba(255, 255, 255, 0.9);
}

.pdf-gallery-section .btn i {
    font-size: 0.9rem;
}

.pdf-gallery-section .empty-state p {
    color: #666;
    max-width: 500px;
    margin: 0 auto;
    line-height: 1.6;
}

.pdf-gallery-section .empty-state .btn {
    margin-top: 20px;
    display: inline-flex;
    max-width: 200px;
}

@media (max-width: 768px) {
    .pdf-gallery-section .pdf-gallery.grid-view {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 20px;
    }

    .pdf-gallery-section .pdf-gallery.list-view .pdf-card {
        flex-direction: column;
        height: auto;
    }

    .pdf-gallery-section .pdf-gallery.list-view .pdf-thumbnail {
        width: 100%;
        height: 150px;
    }

    .pdf-gallery-section .pdf-actions {
        flex-direction: column;
    }

    .pdf-gallery-section .header h1 {
        font-size: 2.2rem;
    }

    .pdf-gallery-section .view-toggle {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .pdf-gallery-section .pdf-gallery.grid-view {
        grid-template-columns: 1fr;
    }
}
    

            /* EXACTLY YOUR ORIGINAL CSS WITH COLOR CHANGES */
            .contact-section {
                min-height: 100vh;
                background: white;
                position: relative;
                overflow: hidden;
            }

            .contact-section .animated-bg {
                position: absolute;
                inset: 0;
                overflow: hidden;
                pointer-events: none;
            }

            .contact-section .bg-circle {
                position: absolute;
                border-radius: 50%;
                mix-blend-mode: multiply;
                filter: blur(3rem);
                opacity: 0.3;
                animation: pulse 4s ease-in-out infinite;
            }

            .contact-section .bg-circle-1 {
                top: 0;
                left: 0;
                width: 24rem;
                height: 24rem;
                background: #D8E8A6;
                /* Changed to match #ed262e */
            }

            .contact-section .bg-circle-2 {
                bottom: 0;
                right: 0;
                width: 24rem;
                height: 24rem;
                background: #C5DF8B;
                /* Changed to match #ed262e */
                animation-delay: 1s;
            }

            .contact-section .bg-circle-3 {
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                width: 24rem;
                height: 24rem;
                background: #ed262e;
                /* Changed to match #ed262e */
                animation-delay: 2s;
            }

            @keyframes pulse {

                0%,
                100% {
                    opacity: 0.3;
                }

                50% {
                    opacity: 0.5;
                }
            }

            .contact-section .relative-z {
                position: relative;
                z-index: 10;
            }

            .contact-section .hero-section {
                position: relative;
                background: linear-gradient(135deg, #f8fafc, #eef2ff);
                /* Changed to match #ed262e */
                color: #5A7D12;
                /* Changed to match #ed262e */
                overflow: hidden;
            }

            .contact-section .hero-overlay {
                position: absolute;
                inset: 0;
                background: white;
                opacity: 0.1;
            }

            .contact-section .hero-circle {
                position: absolute;
                border-radius: 50%;
                background: white;
                opacity: 0.1;
            }

            .contact-section .hero-circle-1 {
                bottom: -8rem;
                right: -8rem;
                width: 24rem;
                height: 24rem;
            }

            .contact-section .hero-circle-2 {
                top: -8rem;
                left: -8rem;
                width: 24rem;
                height: 24rem;
            }

            .contact-section .hero-content {
                position: relative;
                max-width: 80rem;
                margin: 0 auto;
                padding: 5rem 1rem;
            }

            @media (min-width: 768px) {
                .contact-section .hero-content {
                    padding: 7rem 1rem;
                }
            }

            .contact-section .status-badge {
                display: inline-block;
                margin-bottom: 1.5rem;
            }

            .contact-section .status-content {
                display: flex;
                align-items: center;
                background: rgba(255, 255, 255, 0.3);
                border-radius: 9999px;
                padding: 0.5rem 1.5rem;
                backdrop-filter: blur(4px);
            }

            .contact-section .status-dot {
                width: 0.5rem;
                height: 0.5rem;
                background: #ed262e;
                /* Changed */
                border-radius: 50%;
                animation: ping 2s ease-in-out infinite;
                margin-right: 0.5rem;
            }

            @keyframes ping {

                0%,
                100% {
                    transform: scale(1);
                    opacity: 1;
                }

                50% {
                    transform: scale(2);
                    opacity: 0.5;
                }
            }

            .contact-section .hero-title {
                font-size: 3rem;
                font-weight: 700;
                margin-bottom: 1.5rem;
                letter-spacing: -0.025em;
                text-align: center;
            }

            @media (min-width: 768px) {
                .contact-section .hero-title {
                    font-size: 4.5rem;
                }
            }

            /* CHANGED: Subtitle color for better contrast */
            .contact-section .hero-subtitle {
                font-size: 1.25rem;
                color: #5A7D12;
                /* Changed */
                max-width: 42rem;
                margin: 0 auto;
                font-weight: 400;
                text-align: center;
            }

            @media (min-width: 768px) {
                .contact-section .hero-subtitle {
                    font-size: 1.5rem;
                }
            }

            .contact-section .wave-svg {
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
            }

            .contact-section .cards-grid {
                max-width: 80rem;
                margin: 0 auto;
                padding: 0 1rem;
                margin-top: -4rem;
                margin-bottom: 4rem;
                position: relative;
                z-index: 20;
            }

            .contact-section .grid-container {
                display: grid;
                gap: 1.5rem;
            }

            @media (min-width: 768px) {
                .contact-section .grid-container {
                    grid-template-columns: repeat(2, 1fr);
                }
            }

            @media (min-width: 1024px) {
                .contact-section .grid-container {
                    grid-template-columns: repeat(4, 1fr);
                }
            }

            .contact-section .contact-card {
                background: white;
                border-radius: 1rem;
                box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
                padding: 1.5rem;
                transform: translateY(0);
                transition: all 0.3s ease;
                cursor: pointer;
                border: 1px solid #f3f4f6;
            }

            .contact-section .contact-card:hover {
                transform: translateY(-0.5rem);
                box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            }

            .contact-section .card-icon {
                width: 4rem;
                height: 4rem;
                border-radius: 0.75rem;
                display: flex;
                align-items: center;
                justify-content: center;
                margin-bottom: 1rem;
                transition: all 0.3s ease;
            }

            .contact-section .contact-card:hover .card-icon {
                transform: scale(1.1) rotate(6deg);
            }

            .contact-section .icon-phone {
                background: linear-gradient(135deg, #272f5a, #ed262e);
                /* Changed */
            }

            .contact-section .icon-email {
                background: linear-gradient(135deg, #ed262e, #272f5a);
                /* Changed */
            }

            .contact-section .icon-location {
                background: linear-gradient(135deg, #272f5a, #1f2546);
                /* Changed */
            }

            .contact-section .icon-chat {
                background: linear-gradient(135deg, #272f5a, #1f2546);
                /* Changed */
            }

            .contact-section .card-icon svg {
                width: 2rem;
                height: 2rem;
                color: white;
            }

            .contact-section .card-title {
                font-size: 1.25rem;
                font-weight: 700;
                color: #1f2937;
                margin-bottom: 0.5rem;
            }

            .contact-section .card-description {
                font-size: 0.875rem;
                color: #ed262e;
                /* Changed */
                font-weight: 500;
                margin-bottom: 0.75rem;
            }

            .contact-section .card-content {
                color: #4b5563;
            }

            .contact-section .main-contact {
                max-width: 80rem;
                margin: 0 auto;
                padding: 0 1rem 5rem;
            }

            .contact-section .contact-grid {
                display: grid;
                gap: 2rem;
            }

            @media (min-width: 1024px) {
                .contact-section .contact-grid {
                    grid-template-columns: 2fr 3fr;
                }
            }

            .contact-section .info-side {
                display: flex;
                flex-direction: column;
                gap: 2rem;
            }

            .contact-section .info-card {
                background: linear-gradient(135deg, #f8fafc, #eef2ff);
                /* Changed */
                border-radius: 1.5rem;
                padding: 2rem;
                border: 1px solid #e5e9c9;
                /* Changed */
            }

            .contact-section .info-title {
                font-size: 1.875rem;
                font-weight: 700;
                color: #1f2937;
                margin-bottom: 1rem;
            }

            .contact-section .features-list {
                display: flex;
                flex-direction: column;
                gap: 1rem;
            }

            .contact-section .feature-item {
                display: flex;
                align-items: flex-start;
                gap: 0.75rem;
            }

            .contact-section .feature-icon {
                width: 2.5rem;
                height: 2.5rem;
                background: linear-gradient(135deg, #ed262e, #272f5a);
                /* Changed */
                border-radius: 0.75rem;
                display: flex;
                align-items: center;
                justify-content: center;
                flex-shrink: 0;
            }

            .contact-section .feature-icon svg {
                width: 1.25rem;
                height: 1.25rem;
                color: white;
            }

            .contact-section .feature-content h4 {
                font-weight: 600;
                color: #1f2937;
                margin-bottom: 0.25rem;
            }

            .contact-section .feature-content p {
                font-size: 0.875rem;
                color: #4b5563;
            }

            .contact-section .hours-card {
                background: white;
                border-radius: 1.5rem;
                padding: 2rem;
                box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
                border: 1px solid #f3f4f6;
            }

            .contact-section .hours-header {
                display: flex;
                align-items: center;
                gap: 0.75rem;
                margin-bottom: 1.5rem;
            }

            .contact-section .hours-header svg {
                width: 1.5rem;
                height: 1.5rem;
                color: #ed262e;
                /* Changed */
            }

            .contact-section .hours-title {
                font-size: 1.25rem;
                font-weight: 700;
                color: #1f2937;
            }

            .contact-section .hours-list {
                display: flex;
                flex-direction: column;
                gap: 0.75rem;
            }

            .contact-section .hour-item {
                display: flex;
                justify-content: space-between;
                align-items: center;
                padding: 0.5rem 0;
                border-bottom: 1px solid #f3f4f6;
            }

            .contact-section .hour-item:last-child {
                border-bottom: none;
            }

            .contact-section .hour-day {
                color: #374151;
                font-weight: 500;
            }

            .contact-section .hour-time {
                color: #ed262e;
                /* Changed */
                font-weight: 600;
            }

            .contact-section .form-side {
                background: white;
                border-radius: 1.5rem;
                box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
                padding: 2rem;
                border: 1px solid #f3f4f6;
            }

            .contact-section .form-title {
                font-size: 1.875rem;
                font-weight: 700;
                color: #1f2937;
                margin-bottom: 2rem;
            }

            .contact-section .success-message {
                text-align: center;
                padding: 4rem 0;
                display: none;
            }

            .contact-section .success-icon {
                width: 5rem;
                height: 5rem;
                background: linear-gradient(135deg, #272f5a, #ed262e);
                /* Changed */
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                margin: 0 auto 1.5rem;
                animation: bounce 1s ease-in-out infinite;
            }

            @keyframes bounce {

                0%,
                100% {
                    transform: translateY(0);
                }

                50% {
                    transform: translateY(-10px);
                }
            }

            .contact-section .success-icon svg {
                width: 2.5rem;
                height: 2.5rem;
                color: white;
            }

            .contact-section .success-title {
                font-size: 1.5rem;
                font-weight: 700;
                color: #1f2937;
                margin-bottom: 0.75rem;
            }

            .contact-section .success-text {
                color: #4b5563;
                font-size: 1.125rem;
            }

            .contact-section .form-grid {
                display: grid;
                gap: 1.25rem;
            }

            .contact-section .form-row {
                display: grid;
                gap: 1.25rem;
            }

            @media (min-width: 768px) {
                .contact-section .form-row {
                    grid-template-columns: 1fr 1fr;
                }
            }

            .contact-section .form-group {
                display: flex;
                flex-direction: column;
            }

            .contact-section .form-label {
                display: block;
                color: #374151;
                font-weight: 600;
                margin-bottom: 0.5rem;
                display: flex;
                align-items: center;
            }

            .contact-section .form-label svg {
                width: 1rem;
                height: 1rem;
                color: #ed262e;
                /* Changed */
                margin-right: 0.5rem;
            }

            .contact-section .form-input {
                width: 100%;
                padding: 0.75rem 1rem;
                background: #f9fafb;
                border: 2px solid #e5e7eb;
                border-radius: 0.75rem;
                transition: all 0.3s ease;
            }

            .contact-section .form-input:focus {
                outline: none;
                border-color: #ed262e;
                /* Changed */
                background: white;
            }

            .contact-section .form-textarea {
                width: 100%;
                padding: 0.75rem 1rem;
                background: #f9fafb;
                border: 2px solid #e5e7eb;
                border-radius: 0.75rem;
                transition: all 0.3s ease;
                resize: none;
                min-height: 9rem;
            }

            .contact-section .form-textarea:focus {
                outline: none;
                border-color: #ed262e;
                /* Changed */
                background: white;
            }

            .contact-section .submit-button {
                width: 100%;
                background: linear-gradient(135deg, #ed262e, #272f5a);
                /* Changed */
                color: white;
                font-weight: 700;
                padding: 1rem 2rem;
                border-radius: 0.75rem;
                transition: all 0.3s ease;
                border: none;
                cursor: pointer;
                display: flex;
                align-items: center;
                justify-content: center;
                gap: 0.75rem;
                box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
            }

            .contact-section .submit-button:hover {
                background: linear-gradient(135deg, #272f5a, #1f2546);
                /* Changed */
                box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
                transform: translateY(-2px);
            }

            .contact-section .submit-button svg {
                width: 1.25rem;
                height: 1.25rem;
            }

            .contact-section .map-section {
                background: linear-gradient(135deg, #f9fafb, #f8fafc);
                /* Changed */
                padding: 5rem 0;
            }

            .contact-section .map-container {
                max-width: 80rem;
                margin: 0 auto;
                padding: 0 1rem;
            }

            .contact-section .map-header {
                text-align: center;
                margin-bottom: 3rem;
            }

            .contact-section .map-title {
                font-size: 2.25rem;
                font-weight: 700;
                color: #1f2937;
                margin-bottom: 1rem;
            }

            .contact-section .map-subtitle {
                color: #4b5563;
                font-size: 1.125rem;
            }

            .contact-section .map-card {
                background: white;
                border-radius: 1.5rem;
                box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
                overflow: hidden;
                border: 1px solid #f3f4f6;
            }

            .contact-section .map-placeholder {
                height: 500px;
                background: transparent;
                display: flex;
                align-items: stretch;
                justify-content: stretch;
                width: 100%;
            }

            .contact-section .map-placeholder iframe {
                width: 100%;
                height: 100%;
                border: 0;
                display: block;
            }
        

                
    .whatsapp-float {
    position: fixed;
    bottom: 90px;
    right: 30px;
    z-index: 9999;
}

.whatsapp-float a {
    display: inline-block;
    background-color: #25D366; /* WhatsApp green */
    color: white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    position: relative;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    transition: transform 0.3s ease;
}

.whatsapp-float a:hover {
    transform: scale(1.1);
}

.whatsapp-float .badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: red;
    color: white;
    font-size: 11px;
    font-weight: bold;
    padding: 3px 6px;
    border-radius: 50%;
}
