    /**
    * 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
    --------------------------------------------------------------*/
    #preloader {
    position: fixed;
    inset: 0;
    z-index: 9999;
    overflow: hidden;
    background-color: #ABCE1B;
    transition: all 0.6s ease-out;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    }

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

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

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

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

    #preloader div:nth-child(4) {
    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-3 {
    0% {
    transform: scale(1);
    }

    100% {
    transform: scale(0);
    }
    }

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

    100% {
    transform: translate(24px, 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);
    }
    }


    .contact-hero {
    min-height: 30vh;
    /* Changed to 30% of viewport height */
    height: 30vh;
    display: flex;
    margin-top: 80px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, #46a4d6 0%, #2d7ba8 100%);
    color: white;
    position: relative;
    overflow: hidden;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

    /* Machine parts background - ADJUSTED FOR 30% HEIGHT */
    .machine-parts {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    }

    /* Mechanical Icons - ADJUSTED SIZES FOR 30% HEIGHT */
    .mechanical-icon {
    position: absolute;
    color: rgba(255, 255, 255, 0.4);
    z-index: 1;
    text-shadow: 3px 3px 15px rgba(0, 0, 0, 0.5);
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.3));
    }

    .mechanical-icon.gear-large {
    font-size: 8rem;
    /* Reduced for 30% height */
    animation: rotate 30s linear infinite;
    }

    .mechanical-icon.gear-medium {
    font-size: 6rem;
    animation: rotate 25s linear infinite reverse;
    }

    .mechanical-icon.gear-small {
    font-size: 4rem;
    animation: rotate 20s linear infinite;
    }

    .mechanical-icon.tool {
    font-size: 3.5rem;
    animation: bounce 5s ease-in-out infinite;
    }

    .mechanical-icon.bolt {
    font-size: 3rem;
    animation: pulse 4s ease-in-out infinite;
    }

    /* ADJUSTED POSITIONS FOR 30% HEIGHT */
    .gear-1 {
    top: 10%;
    left: 3%;
    }

    .gear-2 {
    top: 15%;
    right: 5%;
    }

    .gear-3 {
    bottom: 10%;
    left: 4%;
    }

    .gear-4 {
    bottom: 5%;
    right: 6%;
    }

    .tool-1 {
    top: 35%;
    left: 12%;
    }

    .tool-2 {
    top: 40%;
    right: 18%;
    }

    .bolt-1 {
    top: 60%;
    left: 18%;
    }

    .bolt-2 {
    top: 55%;
    right: 12%;
    }

    .gear-5 {
    top: 25%;
    left: 25%;
    font-size: 3rem;
    animation: rotate 18s linear infinite reverse;
    }

    .gear-6 {
    bottom: 20%;
    right: 25%;
    font-size: 2.5rem;
    animation: rotate 22s linear infinite;
    }

    /* Mechanical pipes - ADJUSTED FOR 30% HEIGHT */
    .mechanical-pipe {
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    z-index: 1;
    border: 2px solid rgba(255, 255, 255, 0.5);
    }

    .pipe-horizontal {
    width: 250px;
    height: 15px;
    top: 40%;
    left: -50px;
    border-radius: 8px;
    animation: slideHorizontal 18s ease-in-out infinite;
    }

    .pipe-vertical {
    width: 15px;
    height: 200px;
    top: -50px;
    right: 8%;
    border-radius: 8px;
    animation: slideVertical 15s ease-in-out infinite;
    }

    .pipe-diagonal {
    width: 180px;
    height: 12px;
    bottom: 15%;
    left: 15%;
    border-radius: 6px;
    transform: rotate(45deg);
    animation: pulse 6s ease-in-out infinite;
    background: rgba(255, 255, 255, 0.25);
    }

    /* Circuit board pattern - ADJUSTED FOR 30% HEIGHT */
    .circuit {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.15;
    z-index: 1;
    }

    .circuit-line {
    position: absolute;
    background: rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.7);
    }

    .circuit-line1 {
    width: 300px;
    height: 3px;
    top: 20%;
    left: 8%;
    transform: rotate(20deg);
    }

    .circuit-line2 {
    width: 3px;
    height: 120px;
    top: 25%;
    left: 25%;
    }

    .circuit-line3 {
    width: 280px;
    height: 3px;
    bottom: 25%;
    right: 12%;
    transform: rotate(-25deg);
    }

    .circuit-line4 {
    width: 3px;
    height: 100px;
    bottom: 20%;
    right: 22%;
    }

    .circuit-node {
    position: absolute;
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.9);
    animation: glow 2s ease-in-out infinite alternate;
    z-index: 2;
    }

    .node1 {
    top: 20%;
    left: 12%;
    }

    .node2 {
    top: 25%;
    left: 25%;
    }

    .node3 {
    bottom: 25%;
    right: 18%;
    }

    .node4 {
    bottom: 30%;
    right: 22%;
    }

    .node5 {
    top: 50%;
    left: 22%;
    animation-delay: 0.5s;
    }

    .node6 {
    bottom: 40%;
    right: 28%;
    animation-delay: 1s;
    }

    /* Animations */
    @keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
    }

    @keyframes bounce {

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

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

    @keyframes pulse {

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

    50% {
        transform: scale(1.2);
        opacity: 0.6;
    }
    }

    @keyframes slideHorizontal {

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

    50% {
        transform: translateX(40px);
    }
    }

    @keyframes slideVertical {

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

    50% {
        transform: translateY(30px);
    }
    }

    @keyframes glow {
    from {
        box-shadow: 0 0 10px rgba(255, 255, 255, 0.6);
        transform: scale(1);
    }

    to {
        box-shadow: 0 0 20px rgba(255, 255, 255, 1);
        transform: scale(1.2);
    }
    }

    /* Content container - ADJUSTED FOR 30% HEIGHT */
    .contact-content {
    z-index: 3;
    text-align: center;
    position: relative;
    padding: 0 20px;
    }

    /* Decorative line above title */
    .title-decorator {
    width: 60px;
    height: 2px;
    background: white;
    margin: 0 auto 1rem;
    position: relative;
    animation: expandLine 1s ease 0.5s backwards;
    }

    .title-decorator::before,
    .title-decorator::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: white;
    border-radius: 50%;
    top: -2px;
    }

    .title-decorator::before {
    left: -12px;
    }

    .title-decorator::after {
    right: -12px;
    }

    .contact-title {
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: 0.3em;
    margin-bottom: 0.5rem;
    animation: fadeInUp 0.8s ease;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    }

    /* Subtitle */
    .contact-subtitle {
    font-size: 0.9rem;
    font-weight: 300;
    letter-spacing: 0.15em;
    opacity: 0.95;
    margin-bottom: 1.5rem;
    animation: fadeInUp 1s ease 0.2s backwards;
    }

    /* Breadcrumb */
    .contact-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    font-size: 0.8rem;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    padding: 0.7rem 1.5rem;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    animation: fadeInUp 1.2s ease 0.4s backwards;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    }

    .contact-breadcrumb a {
    color: white;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.1em;
    transition: all 0.3s ease;
    position: relative;
    padding: 0.2rem 0.6rem;
    border-radius: 20px;
    }

    .contact-breadcrumb a:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
    }

    .breadcrumb-separator {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    }

    .contact-breadcrumb span:last-child {
    color: white;
    font-weight: 500;
    letter-spacing: 0.1em;
    }

    /* Scroll indicator - REMOVED since we only have 30% height */
    .scroll-indicator {
    display: none;
    }

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

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

    @keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
    }

    @keyframes expandLine {
    from {
        width: 0;
    }

    to {
        width: 60px;
    }
    }

    @media (max-width: 768px) {
    .contact-hero {
        min-height: 30vh;
        height: 30vh;
    }

    .contact-title {
        font-size: 2rem;
        letter-spacing: 0.2em;
    }

    .contact-subtitle {
        font-size: 0.8rem;
        margin-bottom: 1rem;
    }

    .contact-breadcrumb {
        font-size: 0.7rem;
        padding: 0.5rem 1rem;
        gap: 0.5rem;
    }

    .mechanical-icon.gear-large {
        font-size: 5rem;
    }

    .mechanical-icon.gear-medium {
        font-size: 4rem;
    }

    .mechanical-icon.gear-small {
        font-size: 3rem;
    }

    .mechanical-icon.tool {
        font-size: 2.5rem;
    }

    .mechanical-icon.bolt {
        font-size: 2rem;
    }

    .pipe-horizontal {
        width: 180px;
        height: 12px;
    }

    .pipe-vertical {
        width: 12px;
        height: 150px;
    }

    .pipe-diagonal {
        width: 120px;
        height: 10px;
    }
    }

    @media (max-width: 480px) {
    .contact-title {
        font-size: 1.5rem;
    }

    .contact-subtitle {
        font-size: 0.7rem;
    }

    .mechanical-icon.gear-large {
        font-size: 4rem;
    }

    .mechanical-icon.gear-medium {
        font-size: 3rem;
    }
    }



 
       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: var(--primary);
            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: 20px 30px 0;
      background: linear-gradient(135deg, #ffffff 0%, #f8faf5 100%);
      position: relative;
      overflow: hidden;
      min-height: 160px;
      display: flex;
      align-items: center;
    }

    .wws-solutions-hero::before {
      content: '';
      position: absolute;
      top: -40%;
      right: -20%;
      width: 600px;
      height: 400px;
      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: 10 00px;
      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, #ABCE1B 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 12px;
      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: 10px 30px 40px;
    }

    .wws-solutions-container {
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 15px;
    }


    .wws-solutions-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
      gap: 20px;
      width: 100%;
      max-width: 100%;
    }


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

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

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

    .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, #ABCE1B 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: #ABCE1B;
      border-radius: 50%;
      flex-shrink: 0;
      transition: all 0.3s;
    }

    .wws-solution-feature:hover {
      background: linear-gradient(135deg, #ABCE1B 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(auto-fit, minmax(260px, 1fr));
        }

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

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

      .wws-solutions-grid {
        grid-template-columns: repeat(2, 1fr);
      }
      .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 #ABCE1B;
      outline-offset: 2px;
    }

      .wws-industries-section {
        --wws-primary-color: #ABCE1B;
        --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: #ABCE1B;
        --wws-secondary: #8AAE16;
        --wws-success: #4cc9f0;
        --wws-dark: #212529;
        --wws-light: #ffffff;
        --wws-accent: #ABCE1B;
        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: #ABCE1B;
        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: #ABCE1B;
        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 #ABCE1B;
        border-radius: 0 8px 8px 0;
        border: 1px solid #e5e7eb;
      }

      .wws-divider {
        height: 1px;
        background: linear-gradient(90deg, transparent, #ABCE1B, 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: #ABCE1B;
        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: 0 10px 30px rgba(171, 206, 27, 0.15);
        transform: translateY(-5px);
        border-color: #ABCE1B;
      }

      .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 #ABCE1B;
      }

      .wws-benefit-item:hover .wws-benefit-icon {
        background: #ABCE1B;
        transform: scale(1.1);
        border-color: #8AAE16;
      }

      .wws-icon-svg {
        width: 70%;
        height: 70%;
        stroke: #ABCE1B;
        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 #ABCE1B;
      }

      .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, #ABCE1B, #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, #ABCE1B, #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, #ABCE1B, #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: #ABCE1B;
      }

      .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: #ABCE1B;
      }

      .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 #ABCE1B;
        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, #ABCE1B, #8AAE16);
        transform: translateY(-3px);
        box-shadow: 0 10px 25px rgba(171, 206, 27, 0.3);
        color: white;
        border-color: #ABCE1B;
      }

      @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 ================= */
.about-section {
    padding: 80px 0;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

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

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

/* ================= VISUAL VIDEO BOX ================= */
.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 #ABCE1B;
    cursor: pointer;
}

/* Video (NO CUT) */
.about-section .about-visual video {
    width: 100%;
    height: 100%;
    object-fit: contain;   /* 🔥 no cropping */
    background: #000;
    display: block;
}

/* Play button overlay */
.video-play-btn {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: opacity 0.3s ease;
}

.video-play-btn i {
    font-size: 60px;
    color: #ffffff;
    background: rgba(171, 206, 27, 0.95);
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

/* Hide button when playing */
.about-visual.playing .video-play-btn {
    opacity: 0;
    pointer-events: none;
}

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

    .about-section .about-visual {
        height: 360px;
    }
}

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

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

    .about-section .about-visual {
        height: 280px;
    }

    .video-play-btn i {
        width: 70px;
        height: 70px;
        font-size: 40px;
    }
}

            .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: #ABCE1B;
                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: #ABCE1B;
                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 #ABCE1B;
            }

            .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: #ABCE1B;
                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 #ABCE1B;
                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: #ABCE1B;
                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: #ABCE1B;
                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, #ABCE1B 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%,
                        #ABCE1B 50%,
                        #E8F5E9 95%,
                        transparent 100%);
                transform: translateX(-50%);
            }

            .journey-section .timeline-item {
                display: flex;
                margin-bottom: 20px;
                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: #ABCE1B;
                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 #ABCE1B;
            }

            .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: 230px;
                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: #ABCE1B;
                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: 10vh;
            padding: 0;
            color: #333;
        }

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

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

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

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

        .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 #e8f5c8;
            margin: 0 20px;
        }

        .pdf-gallery-section .pdf-header {
            background: linear-gradient(135deg, #ABCE1B 0%, #8BAF17 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 #e8f5c8;
        }

        .pdf-gallery-section .pdf-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 12px 20px rgba(171, 206, 27, 0.15);
            border-color: #ABCE1B;
        }

        .pdf-gallery-section .pdf-thumbnail {
            height: 200px;
            background: linear-gradient(135deg, #F7F9E1 0%, #E8F5C8 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: #ABCE1B;
        }

        .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: #8BAF17;
            display: flex;
            align-items: center;
            gap: 8px;
        }

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

        .pdf-gallery-section .pdf-meta {
            display: flex;
            justify-content: space-between;
            color: #ABCE1B;
            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: #ABCE1B;
            color: white;
        }

        .pdf-gallery-section .btn-view:hover {
            background: #8BAF17;
            transform: translateY(-2px);
            box-shadow: 0 5px 10px rgba(171, 206, 27, 0.3);
        }

        .pdf-gallery-section .btn-download {
            background: #8BAF17;
            color: white;
        }

        .pdf-gallery-section .btn-download:hover {
            background: #6B8E11;
            transform: translateY(-2px);
            box-shadow: 0 5px 10px rgba(139, 175, 23, 0.3);
        }

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

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

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

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

        .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 #E8F5C8;
            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: #ABCE1B;
            box-shadow: 0 5px 15px rgba(171, 206, 27, 0.1);
        }

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

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

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

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

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

        /* NEW STYLES FOR TABS */
        .tabs-container {
            display: flex;
            justify-content: center;
            gap: 20px;
            flex-wrap: wrap;
            margin: 0;
            padding: 0 0 20px 0;
        }

        .tab-btn {
            background: white;
            border: 2px solid #E8F5C8;
            padding: 15px 30px;
            border-radius: 10px;
            cursor: pointer;
            transition: all 0.3s ease;
            font-size: 16px;
            font-weight: 600;
            display: flex;
            align-items: center;
            gap: 10px;
            color: #8BAF17;
        }

        .tab-btn i {
            font-size: 20px;
            color: #ABCE1B;
        }

        .tab-btn .tab-count {
            background: #ABCE1B;
            color: white;
            padding: 2px 8px;
            border-radius: 12px;
            font-size: 12px;
        }

        .tab-btn:hover {
            border-color: #ABCE1B;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(171, 206, 27, 0.2);
        }

        .tab-btn.active {
            background: linear-gradient(135deg, #ABCE1B 0%, #8BAF17 100%);
            color: white;
            border-color: #ABCE1B;
        }

        .tab-btn.active i {
            color: white;
        }

        .tab-btn.active .tab-count {
            background: white;
            color: #ABCE1B;
        }

        .tab-content-section {
            display: none;
            padding: 0 !important;
            margin: 0 !important;
        }

        .tab-content-section.active {
            display: block;
        }

        /* IMAGE SPECIFIC STYLES */
        .image-thumbnail {
            background: linear-gradient(135deg, #F7F9E1 0%, #E8F5C8 100%);
            position: relative;
            overflow: hidden;
            height: 200px;
        }

        .image-thumbnail img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
            display: block;
        }

        .image-thumbnail:hover img {
            transform: scale(1.1);
        }

        .image-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(171, 206, 27, 0.8);
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .image-thumbnail:hover .image-overlay {
            opacity: 1;
        }

        .image-overlay i {
            color: white;
            font-size: 48px;
        }

        /* VIDEO SPECIFIC STYLES */
        .video-thumbnail {
            height: 200px;
            position: relative;
            overflow: hidden;
            background: linear-gradient(135deg, #F7F9E1 0%, #E8F5C8 100%);
        }

        .video-thumbnail video {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        .video-play-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(139, 175, 23, 0.7);
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }

        .video-thumbnail:hover .video-play-overlay {
            background: rgba(171, 206, 27, 0.9);
        }

        .video-play-overlay i {
            color: white;
            font-size: 60px;
            transition: transform 0.3s ease;
        }

        .video-thumbnail:hover .video-play-overlay i {
            transform: scale(1.2);
        }

        /* VIDEO MODAL */
        .video-modal {
            display: none;
            position: fixed;
            z-index: 9999;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.95);
        }

        .video-modal-content {
            position: relative;
            margin: 5% auto;
            padding: 20px;
            width: 90%;
            max-width: 900px;
        }

        .video-modal-close {
            color: white;
            position: absolute;
            top: -40px;
            right: 0;
            font-size: 40px;
            font-weight: bold;
            cursor: pointer;
            transition: color 0.3s;
        }

        .video-modal-close:hover {
            color: #ABCE1B;
        }

        /* LIST VIEW ADJUSTMENTS FOR IMAGES AND VIDEOS */
        .pdf-gallery-section .pdf-gallery.list-view .image-thumbnail img,
        .pdf-gallery-section .pdf-gallery.list-view .video-thumbnail video {
            height: 150px;
            object-fit: cover;
        }

        @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;
            }

            .tabs-container {
                flex-direction: column;
            }

            .tab-btn {
                width: 100%;
                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 AND CARD SPACING ADJUSTMENT */
.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 #ABCE1B */
}

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

.contact-section .bg-circle-3 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24rem;
    height: 24rem;
    background: #B2D670;
    /* Changed to match #ABCE1B */
    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, #f8fae6, #f0f5d4);
    /* Changed to match #ABCE1B */
    color: #5A7D12;
    /* Changed to match #ABCE1B */
    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: #ABCE1B;
    /* 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 2rem; /* 从 1rem 改为 2rem 增加左右间距 */
    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(3, 1fr); /* 确保显示3列 */
        gap: 2rem; /* 增加卡片之间的间距 */
    }
}

/* 确保每个卡片内部也有合适的间距 */
.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;
    margin: 0; /* 确保没有额外的外边距 */
}

.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, #C5E045, #ABCE1B);
    /* Changed */
}

.contact-section .icon-email {
    background: linear-gradient(135deg, #B2D670, #8CAD15);
    /* Changed */
}

.contact-section .icon-location {
    background: linear-gradient(135deg, #9FCC35, #7BA32E);
    /* Changed */
}

.contact-section .icon-chat {
    background: linear-gradient(135deg, #8CAD15, #658524);
    /* 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: #ABCE1B;
    /* 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, #f8fae6, #f0f5d4);
    /* 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, #ABCE1B, #8CAD15);
    /* 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: #ABCE1B;
    /* 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: #ABCE1B;
    /* 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, #C5E045, #ABCE1B);
    /* 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: #ABCE1B;
    /* 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: #ABCE1B;
    /* 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: #ABCE1B;
    /* Changed */
    background: white;
}

.contact-section .submit-button {
    width: 100%;
    background: linear-gradient(135deg, #ABCE1B, #8CAD15);
    /* 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, #8CAD15, #658524);
    /* 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, #f8fae6);
    /* 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%;
}


/* HOME 1 */

.catalog-image {
    width: 50%;
}

@media (max-width: 992px) {
    .catalog-image {
        width: 70%;
    }
}

@media (max-width: 576px) {
    .catalog-image {
        width: 95%;
    }
}
