.container-xxl {
            max-width: 1700px !important;
        }
        .offcanvas, .offcanvas-lg, .offcanvas-md, .offcanvas-sm, .offcanvas-xl, .offcanvas-xxl {width: 300px !important;}

        /* Banner Section */
        .quality-warrenty-banner {
            position: relative;
            min-height: 500px;
            height: 100vh;
            background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), 
                        url('https://images.unsplash.com/photo-1575429198097-0414ec08e8cd?w=1600&h=900&fit=crop');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 80px 20px;
        }
        .quality-warrenty-banner::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 30%;
        background: linear-gradient(to bottom, transparent, white);
    }

        .quality-warrenty-banner .banner-content {
            position: relative;
            z-index: 2;
            text-align: center;
            color: #fff;
            max-width: 80%;
        }

        .quality-warrenty-banner .banner-title {
            font-weight: 900 !important;
            text-transform: uppercase;
            margin-bottom: 20px;
            letter-spacing: 2.76px;
        }

        .quality-warrenty-banner .banner-description {
            font-size: 1.2rem;
            line-height: 1.8;
            max-width: 70%;
            margin: 0 auto !important;
            color: #fff !important;
        }

        /* Warranty Overview Section */
        .quality-warrenty-overview {
            padding: 80px 0;
            background: #fff;
        }

        .quality-warrenty-overview .section-header {
            text-align: center;
            margin-bottom: 60px;
        }

        .quality-warrenty-overview .section-title {
            font-size: 2.8rem;
            font-weight: 700;
            color: #0a2540;
            margin-bottom: 15px;
            text-transform: uppercase;
            letter-spacing: normal !important;
        }

        .quality-warrenty-overview .section-subtitle {
            font-size: 1.5rem;
            color: #666;
            max-width: 80%;
            margin: 0 auto !important;
            line-height: 1.6;
        }

        .quality-warrenty-overview .warranty-card {
            background: #fff;
            border: 1px solid #e8e8e8;
            border-radius: 8px;
            padding: 35px 30px;
            height: 100%;
            text-align: center;
            transition: box-shadow 0.3s ease;
        }

        .quality-warrenty-overview .warranty-card:hover {
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        }

        .warranty-icon {
            width: 100px;
            height: 100px;
            background: #EAF4FF;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
        }
        .warranty-icon img {
            width: 70px;
            object-fit: contain;
            height: 70px;
        }

        section.why-renolit  .warranty-icon {
            width: 80px;
            height: 80px;
        }

        section.why-renolit .warranty-icon img {
            width: 50px;
            object-fit: contain;
            height: 50px;
        }

        .quality-warrenty-overview .warranty-title {
            font-size: 1.6rem !important;
            font-weight: 600 !important;
            color: #000;
            margin-bottom: 8px;
            line-height: 1.4 !important;
            min-height: 48px;
            display: flex;
            align-items: center;
            justify-content: center;
            letter-spacing: normal;
            text-transform: none;
        }

        .quality-warrenty-overview .warranty-subtitle {
            font-size: 1.2rem;
            font-weight: 600;
            color: #0a2540;
            margin-bottom: 15px;
            min-height: 24px;
        }

        .quality-warrenty-overview .warranty-description {
            font-size: 1.2rem !important;
            color: #666;
            line-height: 1.65 !important;
            text-align: center;
            font-weight: 400 !important;
        }

        .quality-warrenty-overview .row {
            row-gap: 30px;
        }

        /* Why Track-From Section */
        .why-track-from {
            position: relative;
            min-height: 750px;
            background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), 
                        url('https://images.unsplash.com/photo-1600585152915-d208bec867a1?w=1600&h=900&fit=crop');
            background-size: cover;
            background-position: center;
            padding: 70px 0 80px;
            color: #fff;
            border-radius: 30px 30px 0 0;
        }

        .why-track-from .content-wrapper {
            max-width: 1300px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .why-track-from .top-heading {
            text-align: center;
            font-size: 1.5rem;
            font-weight: 400;
            margin-bottom: 10px !important;
            letter-spacing: 0.5px;
            color: #fff;
        }

        .why-track-from .main-title {
            text-align: center;
            font-size: 4.5rem;
            font-weight: 900;
            line-height: 1.1;
            margin-bottom: 35px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .why-track-from .description {
            text-align: center;
            font-size: 1rem;
            line-height: 1.7;
            margin-bottom: 15px !important;
            max-width: 1100px;
            margin-left: auto !important;
            margin-right: auto !important;
            color: #fff;
        }

        .why-track-from .description strong {
            font-weight: 700;
        }

        .why-track-from .highlight-text {
            text-align: center;
            font-size: 1.25rem;
            margin-bottom: 60px !important;
            max-width: 80% !important;
            margin-left: auto !important;
            margin-right: auto !important;
            line-height: 1.7;
            color: #fff;
        }

        .why-track-from .highlight-text strong {
            font-weight: 700;
        }

        .why-track-from .feature-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            grid-template-rows: repeat(2, 1fr);
            gap: 25px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .why-track-from .feature-card {
            background: rgba(0, 0, 0, 0.4);
            backdrop-filter: blur(5px);
            border: 1px solid rgba(255, 255, 255, 0.25);
            border-radius: 12px;
            padding: 30px 25px;
            text-align: center;
            display: flex;
            flex-direction: column;
            justify-content: start;
            align-items: center;
        }

        .why-track-from .feature-card:nth-child(1) {
            grid-column: 1;
            grid-row: 1 / 3;
        }

        .why-track-from .feature-card:nth-child(2) {
            grid-column: 2;
            grid-row: 1;
        }

        .why-track-from .feature-card:nth-child(3) {
            grid-column: 3;
            grid-row: 1 / 3;
        }

        .why-track-from .feature-card:nth-child(4) {
            grid-column: 2;
            grid-row: 2;
        }

        .why-track-from .card-title {
            font-size: 1.55rem !important;
            font-weight: 700 !important;
            margin-bottom: 20px !important;
            line-height: normal !important;
            letter-spacing: normal;
            text-transform: none;
        }

        .why-track-from .card-description {
            font-size: 1.15rem;
            line-height: 1.65;
            color: rgba(255, 255, 255, 0.95);
            font-weight: 400;
        }

        /* Why RENOLIT Section */
        .why-renolit {
            padding: 70px 0 80px;
            background: #fafafa;
        }

        .why-renolit .main-title {
            text-align: center;
            font-size: 4rem !important;
            font-weight: 600 !important;
            line-height: 1.2 !important;
            color: #000;
        }

        .why-renolit .brand-highlight {
            background: linear-gradient(180deg, #1C4E80 0%, #06101A 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800 !important;
        }

        .why-renolit .intro-text {
            text-align: center;
            font-size: 1.5rem;
            line-height: 1.6;
            color: #333;
            margin-bottom: 35px !important;
        }

        .why-renolit .intro-text .brand-name {
            font-weight: 700;
        }

       .why-track-from .description {
            text-align: center;
            font-size: 1.25rem;
            line-height: 1.7;
            margin-bottom: 15px !important;
            max-width: 80%;
            margin-left: auto !important;
            margin-right: auto !important;
            color: #fff;
        }
        .why-renolit .section-title {
            text-align: center;
            font-size: 1.6rem !important;
            font-weight: 600 !important;
            color: #000000;
            margin-bottom: 45px;
            line-height: normal !important;
            letter-spacing: normal !important;
            text-transform: none;
        }
        .why-renolit .section-title .brand-name {
            font-weight: 700;
            color: #02013A !important;
        }

        .why-renolit .feature-card {
            background: #fff;
            border: 1px solid #e5e5e5;
            border-radius: 10px;
            padding: 35px 28px;
            height: 100%;
            text-align: center;
        }

        .why-renolit .icon-circle {
            width: 75px;
            height: 75px;
            background: #dbeafe;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 22px;
        }

        .why-renolit .icon-circle svg {
            width: 38px;
            height: 38px;
            stroke: #2563eb;
            fill: none;
            stroke-width: 1.8;
        }

        .why-renolit .card-title {
            font-size: 1.4rem !important;
            font-weight: 600 !important;
            color: #000;
            margin-bottom: 18px;
            line-height: 1.35 !important;
            letter-spacing: normal;
            text-transform: none;
        }

        .why-renolit .card-text {
            font-size: 1.2rem !important;
            color: #4a4a4a;
            line-height: 1.5 !important;
            font-weight: 400;
        }

        /* Video Section */
        .no-controls::-webkit-media-controls {
            display: none !important;
        }

        .no-controls {
            pointer-events: none;
        }

        .AquaRail-video video {
            min-height: 500px;
            object-fit: cover;
            width: 100%;
        }


        /* contact-page */


        .contact-banner-wrapper {
            position: relative;
            width: 100%;
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            background-image: url('../images/contact-banner.webp');
             background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }

        .contact-banner-wrapper::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.3) 100%);
            z-index: 2;
        }

        .contact-banner-wrapper::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #000000;
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70%, rgba(255, 255, 255, 1) 100%);
            z-index: 2;
        }

        .contact-banner {
            position: relative;
            z-index: 3;
            text-align: center;
            padding: 60px 20px;
            animation: fadeInUp 1s ease-out;
        }

        .contact-banner h1 {
            font-size: clamp(3rem, 8vw, 6rem);
            font-weight: 900;
            color: #ffffff;
            text-transform: uppercase;
            letter-spacing: 0.1em;
            margin-bottom: 20px;
            line-height: 1.2;
        }

        .contact-banner .btn-custom {
            background-color: #ff6b35;
            color: #ffffff;
            padding: 15px 40px;
            font-size: 1.2rem;
            font-weight: 600;
            border: none;
            border-radius: 50px;
            text-transform: uppercase;
            letter-spacing: 0.05em;
            transition: all 0.3s ease;
            box-shadow: 0 5px 20px rgba(255, 107, 53, 0.4);
            margin-top: 20px;
        }

        .contact-banner .btn-custom:hover {
            background-color: #ff8555;
            transform: translateY(-3px);
            box-shadow: 0 8px 25px rgba(255, 107, 53, 0.6);
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @media (max-width: 767px) {
           
        }

        /* Parent Wrapper Styles */
        .contact-form-wrapper {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 50px 0;
            background-color: #fff;
        }

        /* Main Contact Form Section */
        .contact-form {
            width: 100%;
            background: #fff;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
        }

        /* Grid Layout */
        .contact-form-container {
            display: grid;
            grid-template-columns: 45% 55%;
        }

        /* Left Side - Image & Text */
        .contact-form-image {
            position: relative;
            background-image: url(../images/contact-img.webp);
            background-size: cover;
            background-position: center;
            padding: 40px 30px;
            display: flex;
            align-items: start;
        }

        .contact-form-image::before {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(
                0deg,
                rgba(0, 0, 0, 0.60) 0%,
                rgba(0, 0, 0, 0.60) 100%
                );
        }

        .contact-form-text {
            position: relative;
            z-index: 1;
            color: #fff;
        }

        .contact-form-text h2 {
            font-size: 3.75rem !important;
            margin-bottom: 5px;
            text-transform: none;
            letter-spacing: normal !important;
            background: var(--white);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }


       .contact-form-text p {
            max-width: 600px;
            opacity: 0.95;
            color: #fff;
        }

        /* Right Side - Form */
        .contact-form-content {
            padding: 40px 35px;
        }

        .contact-form-content h3 {
            font-size: 2rem !important;
            font-weight: 600 !important;
            color: #1a4d7a;
            margin-bottom: 25px;
            letter-spacing: normal;
            text-transform: none;
            line-height: normal !important;
        }
        /* Floating Label Customization */
        /* .form-floating {
            margin-bottom: 5px;
        } */

        .form-floating > .form-control {
            border: 1px solid #d0d0d0;
            border-radius: 20px;
            padding: 10px 15px;
            font-size: 0.875rem;
            height: 60px;
        }

        .form-floating > label {
            padding: 1rem 15px !important;
            font-size: 1rem;
            color: #000 !important;
            font-weight: 400 !important;
        }


        .form-floating > .form-control:not(:placeholder-shown) ~ label{
            top: 0px !important;
            transition: .3s ease;
        }
        .form-floating > textarea:not(:placeholder-shown) ~ label::after{background-color: unset !important;}

        .form-floating > .form-control:focus {
            border-color: #5588bb;
            box-shadow: none;
        }

        .form-floating > .form-control:focus ~ label,
        .form-floating > .form-control:not(:placeholder-shown) ~ label {
            opacity: 0.65;
            transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
            color: #5588bb;
        }

        /* Textarea Floating Label */
        .form-floating > textarea.form-control {
            height: 100px;
            padding-top: 1.625rem;
            resize: none;
        }

        .form-floating > textarea.form-control ~ label {
            padding-top: 1.625rem;
        }

/* our-pools */

    .our-pools-banner {
        position: relative;
        min-height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(135deg, rgba(0,0,0,.5), rgba(0,0,0,.3)), url('../images/our-pools-banner.webp');
        background-size: cover;
        background-position: center;
        color: white;
        text-align: center;
    }
    .our-pools-banner::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 30%;
        background: linear-gradient(to bottom, transparent, white);
    }
    .our-pools-content { position: relative; z-index: 1; padding: 40px 20px; }
    .our-pools-content h1 {
        font-size: clamp(2.5rem, 6vw, 5rem);
        font-weight: 900;
        text-transform: uppercase;
        margin-bottom: 30px;
    }
    .our-pools-content p {
        font-size: clamp(1rem, 2vw, 1.4rem);
        margin-bottom: 40px !important;
        max-width: 900px;
        margin-inline: auto;
        color: #fff;
    }
    .btn-consultation, .btn-design {
        background-color: #2c4a6b;
        color: white;
        padding: 16px 45px;
        font-size: 1.1rem;
        font-weight: 600;
        border-radius: 50px;
        text-decoration: none;
        display: inline-block;
        transition: all .3s ease;
        box-shadow: 0 4px 15px rgba(44,74,107,.4);
    }
    .btn-consultation:hover, .btn-design:hover {
        background-color: #3d5d8c;
        color: white;
        transform: translateY(-3px);
        box-shadow: 0 6px 20px rgba(44,74,107,.6);
    }
    .btn-design { padding: 12px 35px; margin-top: 20px; }
    .pool-section {
        padding: 60px 0px 90px;
        background: url('../images/our-pools-bg.webp');
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 100%;
        margin-bottom: -60px;
    }
    .pool-section .pool-card {
        background: white;
        border-radius: 12px;
        overflow: hidden;
        margin-bottom: 30px;
        box-shadow: 0 4px 20px rgba(0,0,0,.15);
        scroll-margin-top: 120px;
    }
    .pool-section .pool-header {
        padding: 20px 30px 0;
    }
    .pool-section .pool-header h2 {
        font-size: 2rem !important;
        font-weight: 700 !important;
        color: #1C4E80;
        margin: 0;
        text-transform: uppercase;
        letter-spacing: normal !important;
    }
    .pool-card .card {
        border-radius: 20px;
    }
    .pool-section .slider-container { background: #fff; padding: 20px; max-width: 1200px; margin: 0 auto; }
    .pool-section .main-slider {
        position: relative;
        width: 100%;
        height: 450px;
        margin-bottom: 20px;
        border-radius: 12px;
        overflow: hidden;
    }
    .pool-section .slider-track {
        display: flex;
        height: 100%;
        transition: transform .5s ease;
    }
    .pool-section .slide {
        min-width: 100%;
        height: 100%;
        border-radius: 20px;
        object-fit: cover;
    }
    .pool-section .slider-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(255,255,255,.3);
        backdrop-filter: blur(10px);
        border: none;
        color: white;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        font-size: 1.5rem;
        cursor: pointer;
        transition: all .3s ease;
        z-index: 10;
    }
    .pool-section .slider-btn:hover { background: rgba(255,255,255,.5); }
    .pool-section .slider-btn.prev { left: 20px; }
    .pool-section .slider-btn.next { right: 20px; }
    .pool-section .thumbnail-wrapper {
        position: relative;
        overflow: hidden;
        padding: 0 0px;
    }
    .thumbnail-container {
        display: flex;
        gap: 12px;
        transition: transform .3s ease;
        padding: 5px;
    }
    .pool-section .thumbnail {
        flex-shrink: 0;
        width: 220px;
        height: 150px;
        border-radius: 12px;
        overflow: hidden;
        cursor: pointer;
        border: 3px solid transparent;
        transition: all .3s ease;
    }
    .pool-section .thumbnail img {
        object-fit:cover;
        width: 100%;
        height: 100%;
    }
    .pool-section .thumbnail:hover { border-color: #ccc; transform: scale(1.05); }
    .pool-section .thumbnail.active { border-color: #4a90e2; }
    .pool-section .thumb-nav {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        color: white;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        font-size: 1.2rem;
        cursor: pointer;
        transition: all .3s ease;
        z-index: 5;
        background: linear-gradient( 203deg, rgba(63, 62, 62, 0.28) 14.7%, rgba(23, 23, 23, 0.28) 97.29% );
        border: 1px solid var(--white);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .pool-section .thumb-nav:hover { background: rgba(44,74,107,1); }
    .pool-section .thumb-nav.disabled { opacity: 0.3; cursor: not-allowed; pointer-events: none; }
    .pool-section .thumb-nav.prev-thumb { left: 0px; }
    .pool-section .thumb-nav.next-thumb { right: 0px; }
    .pool-section .pool-details { padding: 30px; }
    .pool-section .pool-price {
        color: #18426D;
        margin-bottom: 0px !important;
        line-height: normal;
        font-weight: 600;
    }
    .pool-section .pool-price strong { color: #1a4d7a; font-size: 1.1rem; }
    .pool-section .pool-details h3 {
        font-size: 1.5rem !important;
        font-weight: 700 !important;
        color: #112F4D;
        margin-bottom: 20px;
        line-height: 1.4 !important;
        letter-spacing: normal !important;
        text-transform: none;
    }
    .pool-section .pool-details h4 {
        font-size: 1.125rem;
        font-weight: 700;
        color: #1a4d7a;
        margin-top: 25px;
        margin-bottom: 15px;
    }
    .pool-section .feature-list, .package-grid ul { list-style: none; padding: 0; }
    .pool-section .feature-list li{
        padding: 7px 0 7px 29px;
        position: relative;
        color: #636363;
        line-height: 1.3 !important;
        font-size: 1.15rem !important;
        font-weight: 500;
    }
    .pool-section .feature-list li strong{color: #000 !important;}
    .package-grid li {
        padding: 7px 0 7px 24px;
        position: relative;
        color: #191919;
        line-height: 1.3 !important;
        font-size: 1.15rem !important;
        font-weight: 500;
    }

    .pool-section .feature-list li::before {
    content: "check_circle";
    font-family: "Material Symbols Outlined";
    font-variation-settings:
        "FILL" 1,
        "wght" 400,
        "GRAD" 0,
        "opsz" 24;
    position: absolute;
    left: 0;
    top: 8px;
    font-size: 22px;
    color: #636363;
    line-height: 1;
    }
    .pool-section .package-grid li::before { content: '•'; position: absolute; left: 0; color: #191919; font-weight: bold;font-size: 22px;top: 6px; }
    .pool-section .package-grid {border-right: 1px solid #d5d5d5; }
    .pool-section .pool-card h4 {
        font-size: 2rem;
        color: #112F4D;
    }
    .pool-section .pool-details h5 {
        font-size: 1.5rem;
        font-weight: 600;
        color: #18426D;
    }
    .pool-section .pool-details h6 {
        font-size: 1.3rem !important;
        margin-bottom: 0;
    }


        /* Responsive Styles */
        @media (max-width: 1399px) {
            .why-renolit .feature-card {padding: 25px;}
            .why-renolit .card-title {font-size: 1.34rem;}
        }

         @media (max-width: 1199px) {
            /* our-pools */
            .pool-section .pool-header h2 { font-size: 1.75rem; }
           .pool-section  .pool-details h3 { font-size: 1.35rem; }
            .pool-section .pool-details { padding: 25px; }
            /* our-pools */
            .quality-warrenty-banner .banner-description {max-width: 90%;}
            .pool-section .package-grid {border-right: 0;}
        }


        @media (max-width: 991px) {
            .quality-warrenty-overview .section-title {
                font-size: 2.2rem !important;
            }
            .why-track-from .main-title {
                font-size: 3.5rem !important;
            }
            .why-track-from .feature-grid {
                grid-template-columns: 1fr;
                grid-template-rows: auto;
            }
            .why-track-from .feature-card:nth-child(1),
            .why-track-from .feature-card:nth-child(2),
            .why-track-from .feature-card:nth-child(3),
            .why-track-from .feature-card:nth-child(4) {
                grid-column: 1;
                grid-row: auto;
            }
            .why-renolit .main-title {
                font-size: 2.6rem !important;
            }
            h2.section-title {
                padding-top: 0;
            }
            .contact-form-container {
                grid-template-columns: 1fr;
            }
            .contact-banner-wrapper {
                min-height: 500px;
            }
            .contact-form-image {
                min-height: 350px;
            }
            .contact-form-text h2 {
                margin: 0;
                padding: 0;
                font-size: 2.5rem !important;
            }
            /* our-pools */
            .pool-section .pool-header h2 { font-size: 1.5rem; }
            .pool-section .pool-details h3 { font-size: 1.25rem; }
            .pool-section .slider-container { padding: 20px; }
            .pool-section .main-slider { height: 400px; margin-bottom: 15px; }
            .pool-section .pool-details { padding: 20px; }
            .pool-section  .feature-list li, .package-grid li { font-size: 0.95rem; padding: 6px 0 6px 24px; }
            /* our-pools */
        }

        @media (max-width: 767px) {
            .banner-title {
                font-size: 2.5rem !important;
            }
            .banner-description {
                font-size: 1rem !important;
            }
            .quality-warrenty-banner {
                min-height: 400px;
                padding: 60px 15px;
            }
            .quality-warrenty-overview {
                padding: 60px 0;
            }
            .quality-warrenty-overview .section-title {
                font-size: 1.9rem !important;
            }
            .quality-warrenty-overview .section-header {
                margin-bottom: 40px;
            }
            .why-track-from {
                padding: 50px 0 60px;
                min-height: auto;
            }
            .why-track-from .main-title {
                font-size: 2.5rem !important;
            }
            .why-track-from .description, .why-track-from .highlight-text {
                font-size: 1rem !important;
                max-width: 100% !important;
                margin-bottom: 30px !important;
            }
            .why-track-from .feature-card {
                padding: 35px 30px;
            }
            .why-track-from .card-title {
                font-size: 1.4rem !important;
            }
            .why-renolit {
                padding: 50px 0 60px;
            }
            .why-renolit .main-title {
                font-size: 2rem !important;
            }
            .why-renolit .section-title {
                font-size: 1.2rem !important;
            }
            .why-renolit .feature-card {
                margin-bottom: 20px;
            }
            .quality-warrenty-banner .banner-content {width: 100%; max-width: 100%;}
              .contact-banner h1 {
                font-size: 3rem;
            }

            .contact-banner .btn-custom {
                padding: 12px 30px;
                font-size: 1rem;
            }
            .contact-form-container {
                grid-template-columns: 1fr;
            }

            .contact-form-image {
                min-height: 250px;
                padding: 30px 25px;
            }

            .contact-form-text h1 {
                font-size: 3rem !important;
            }

            .contact-form-text h2 {
                font-size: 2rem !important;
            }

            .contact-form-content {
                padding: 30px 25px;
            }
        
            .contact-form-content h3 {
                font-size: 1.5rem !important;
            }
            .contact-form-wrapper {
                padding: 30px 0;
            }
            .contact-form-wrapper .btn.btn-primary {
                width: 100%;
            }

           /* our-pools */
            .our-pools-content { padding: 30px 15px; }
            .btn-consultation { padding: 14px 35px; font-size: 1rem; }
            .pool-section { padding: 40px 0 80px;}
           .pool-section .pool-header { padding: 12px 20px; }
           .pool-section .pool-header h2 { font-size: 1.4rem; }
           .pool-section .main-slider { height: 300px; }
           .pool-section .slider-btn { width: 40px; height: 40px; font-size: 1.2rem; }
           .pool-section .slider-btn.prev { left: 10px; }
            .pool-section .slider-btn.next { right: 10px; }
            .pool-section .thumbnail { width: 120px; height: 80px; }
           .pool-section .thumb-nav { width: 30px; height: 30px; font-size: 1rem; }
            .pool-section .pool-details { padding: 20px 15px; }
            .pool-details h3 { font-size: 1.15rem; line-height: 1.5; }
           .pool-section .pool-details h4 { font-size: 1.05rem; margin-top: 20px; }
            .pool-section .package-grid { grid-template-columns: 1fr; gap: 15px; }
            .pool-section .btn-design { padding: 10px 30px; font-size: 0.95rem; }
        }

        @media (max-width: 576px) {
            .banner-title {
                font-size: 2rem !important;
            }
            .quality-warrenty-banner {
                min-height: 350px;
                max-height: 500px;
            }
            .why-track-from .main-title {
                font-size: 2rem !important;
                letter-spacing: 0.5px;
            }
            .why-track-from .card-title {
                font-size: 1.25rem !important;
            }
            .why-track-from .card-description {
                font-size: 0.9rem;
            }
            .why-renolit .main-title {
                font-size: 1.65rem !important;
            }
            .why-renolit .card-title {
                font-size: 1.4rem !important;
            }
            .quality-warrenty-banner .banner-description {max-width: 100%;}

            /* our-pools */
            .our-pools-content h1 { margin-bottom: 20px; }
            .our-pools-content p { margin-bottom: 30px; }
            .btn-consultation { padding: 12px 28px; font-size: 0.95rem; }
            .pool-section .pool-card { margin-bottom: 20px; }
            .pool-section .pool-header { padding: 10px 15px; }
            .pool-section .pool-header h2 { font-size: 1.25rem; }
            .pool-section .slider-container { padding: 15px; }
            .pool-section .main-slider { height: 250px; margin-bottom: 12px; }
            .pool-section .slider-btn { width: 35px; height: 35px; font-size: 1rem; }
            .pool-section .thumbnail { width: 100px; height: 70px; }
           .pool-section .thumb-nav { width: 28px; height: 28px; font-size: 0.9rem; }
            .pool-section .pool-details { padding: 15px; }
            .pool-section .pool-price { font-size: 0.9rem; margin-bottom: 12px; }
            .pool-section .pool-price strong { font-size: 1rem !important; }
            .pool-section .pool-details h3 { font-size: 1.05rem !important; margin-bottom: 15px; }
            .pool-section .pool-details h4 { font-size: 1rem !important; margin-top: 18px; margin-bottom: 12px; }
            .pool-section .feature-list li, .package-grid li { 
                font-size: 0.9rem; 
                padding: 5px 0 5px 22px; 
                line-height: 1.5;
            }
            .pool-section .feature-list li::before, .package-grid li::before { font-size: 0.9rem; }
            .pool-section .package-grid { gap: 12px; margin: 15px 0; }
            .btn-design { padding: 10px 25px; font-size: 0.9rem; margin-top: 15px; }
            section.our-pools-banner { min-height: 100% !important; height: 700px !important;}
            /* our-pools */
             .why-renolit .card-text {font-size: 1rem !important;}
             .quality-warrenty-overview .warranty-description {font-size: 1rem !important;}
        }

          @media (max-width: 400px) {

            /* our-pools */
            .pool-section .pool-header h2 { font-size: 1.1rem; }
            .pool-section .main-slider { height: 220px; }
            .pool-section .thumbnail { width: 90px; height: 60px; }
            .pool-section .pool-details h3 { font-size: 1rem !important; }
            .pool-section .feature-list li, .package-grid li { font-size: 0.85rem; }
            /* our-pools */
            
        }