.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::before {
            content: '';
            position: absolute;
            inset: 0;
            background: rgba(0, 0, 0, 0.3);
            z-index: 1;
        }

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

        .quality-warrenty-banner .banner-title {
            font-size: 3.5rem;
            font-weight: 800;
            text-transform: uppercase;
            margin-bottom: 20px;
            letter-spacing: 2px;
            text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
        }

        .quality-warrenty-banner .banner-description {
            font-size: 1.2rem;
            line-height: 1.8;
            font-weight: 400;
            text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
            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;
            color: #666;
            line-height: 1.7;
            text-align: center;
        }

        .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: 40px 35px;
            text-align: center;
            display: flex;
            flex-direction: column;
            justify-content: center;
            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.2rem;
            line-height: 1.65;
            color: rgba(255, 255, 255, 0.95);
        }

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

        .why-renolit .main-title {
            text-align: center;
            font-size: 3.2rem;
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 20px;
            color: #000;
        }

        .why-renolit .brand-highlight {
            color: #1e3a8a;
        }

        .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;
            color: #4a4a4a;
            line-height: 1.65;
        }

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

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

        .trackform-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: 30px;
            text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
            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: #000000 !important;
            font-weight: 500 !important;
        }


        .form-floating > .form-control:not(:placeholder-shown) ~ label{
            top: -6px !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;
        }

        /* Responsive Styles */
        @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;
            }
        }

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

        @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.2rem !important;
            }
            .quality-warrenty-banner .banner-description {max-width: 100%;}
        }