@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
    /* ========== COLORS ========== */
    --color-primary: rgba(230, 57, 70, 1);
    --color-primary-dark: #b91c1c;
    --color-light-grey: rgba(82, 82, 92, 1);
    --box-shadow: 0px 20px 50px 0px rgba(220, 38, 38, 0.5);
    --color-black: #121212;
}

/* ========== GLOBAL RESET & BASE STYLES ========== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
     scroll-snap-align: start;
    scroll-margin-top: 100px;
}

html {
    scroll-behavior: smooth;
}
ul {padding: 0;margin: 0;list-style: none;}
img {max-width: 100%;width: 100%;}
body {font-family: "Poppins", sans-serif;/* font-family: "Inter", sans-serif; */font-size: 16px;line-height: 1.5;color: #333;margin: 0;padding: 0;min-height: 100vh;background: #222222;position: relative;overflow-x: hidden;}

/* Background Video */
.video-background {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: -2;overflow: hidden;}
.video-background video {width: 100%;height: 100%;object-fit: cover;object-position: center;}

/* Main Header */
.main-header {position: fixed;width: 100%;padding: 13px 0;z-index: 9999;top: 0;left: 0;right: 0;margin: 0 auto;background: transparent;backdrop-filter: none;transition: all 0.3s ease;box-shadow: none;border-bottom: 1px solid #c700091a;}

/* Inner Page Header State */
.main-header.inner-page {background: black;backdrop-filter: blur(20px);box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);padding: 15px 0;border-bottom: 1px solid black;}

/* Scrolled Header State */
.main-header.scrolled {background: black;backdrop-filter: blur(20px);box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);padding: 10px 0;}
.custom-continer {max-width: 100%;margin: 0 auto;padding: 0 140px;}
.header-container {display: flex;justify-content: space-between;align-items: center;position: relative;width: 100%;}

/* Logo Section */
.logo-section {display: flex;align-items: center;}
.logo {height: 68px;width: auto;}

/* Navigation Section */
.nav-section {display: flex;align-items: center;gap: 30px;}

.nav-link {color: #ffffff;text-decoration: none;transition: all 0.3s ease;white-space: nowrap;font-weight: 400;font-size: 18px;line-height: 24px;letter-spacing: -0.31px;position: relative;padding: 8px 0;}
.nav-link:hover {color: rgba(255, 255, 255, 0.7);}
.nav-link.active,
.nav-link:hover {color: var(--color-primary); }
.nav-link.active::after,
.nav-link:hover::after {content: "";position: absolute;bottom: 0;left: 0;width: 100%;height: 2px;background: var(--color-primary);border-radius: 2px;animation: slideIn 0.3s ease;}

@keyframes slideIn {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

.themeBtn.active {background: var(--color-primary-dark);border-color: var(--color-primary-dark);box-shadow: 0px 20px 50px 0px rgba(220, 38, 38, 0.7);}

/*   Button  Style*/
.themeBtn {background: var(--color-primary);color: #ffffff;border: none;padding: 16px 30px;border-radius: 50px;cursor: pointer;transition: all 0.3s ease;white-space: nowrap;box-shadow: var(--box-shadow);position: relative;overflow: visible;font-weight: 500;font-style: Medium;font-size: 18px;line-height: 24px;letter-spacing: -0.31px;text-decoration: none;display: inline-flex;border: 2px solid var(--color-primary);align-items: center;gap: 8px;width: auto;max-width: fit-content;width: 100%;}
.main-header .themeBtn {padding: 12px 23px;}
.themeBtn svg {margin-left: 5px;}
.themeBtn:hover {background: var(--color-primary-dark);color: white;border-color: var(--color-primary-dark);}
.themeBtn-white {background: transparent;border: 2px solid white;color: #ffffff;padding: 16px 30px;border-radius: 50px;cursor: pointer;transition: all 0.3s ease;white-space: nowrap;box-shadow: 0px 20px 50px 0px #ffffff33;position: relative;overflow: visible;font-weight: 500;font-style: Medium;font-size: 18px;line-height: 24px;letter-spacing: -0.31px;text-decoration: none;display: inline-flex;align-items: center;gap: 8px;width: auto;min-width: fit-content;}
.themeBtn-white:hover {background: white;color: black;}
.themeBtn-after {position: relative;}
.themeBtn svg {width: 16px;height: 16px;transition: transform 0.3s ease;flex-shrink: 0;display: inline-block;}
.themeBtn svg path {transition: stroke 0.3s ease;}
.themeBtn:hover svg {transform: translateX(10px);}
.themeBtn:active {transform: translateY(0);}

/* Mobile Menu Toggle Button */
.mobile-menu-toggle {display: none;flex-direction: column;background: transparent;border: none;cursor: pointer;padding: 5px;gap: 5px;z-index: 1001;}
.mobile-menu-toggle span {width: 25px;height: 3px;background: #ffffff;border-radius: 3px;transition: all 0.3s ease;}
.mobile-menu-toggle.active span:nth-child(1) {transform: rotate(45deg) translate(8px, 8px);}
.mobile-menu-toggle.active span:nth-child(2) {opacity: 0;}
.mobile-menu-toggle.active span:nth-child(3) {transform: rotate(-45deg) translate(7px, -7px);}
/* Main Heading */
/* ========== BASE STYLES Font ========== */
.text-white {color: white;}
.f14 {font-size: 14px;}
.f16 {font-weight: 400;font-size: 16px;line-height: 28px;}
.f18 {font-weight: 400;font-size: 18px;line-height: 28px;letter-spacing: -0.44px;}
.f24 {font-weight: 400;font-size: 24px;line-height: 34px;letter-spacing: 0.07px;}
.f30 {font-weight: 500;font-size: 30px;line-height: 60px;letter-spacing: 0%;}
.f32 {font-weight: 500;font-size: 32px;line-height: 48px;letter-spacing: 0px;}
.f40 {font-weight: 700;font-size: 40px;line-height: 60px;letter-spacing: 0px;}
.f48 {font-weight: 700;font-size: 48px;line-height: 60px;letter-spacing: 0%;}
.f96 {font-weight: 400;font-size: 96px;line-height: 96px;letter-spacing: 0px;}
.text-center {
    text-align: center;
}
.text-red {
    color: #e63946 !important;
}
.text-black {
    color: black;
}
.text-white {
    color: white;
}
.mt-26 {
    margin-top: 26px;
}
.ml-16 {
    margin-left: 16px;
}
.mb-70 {
    margin-bottom: 70px;
}
.mb-35 {
    margin-bottom: 35px;
}
.w-100 {
    width: 100%;
    max-width: 100%;
}
.section-padding {
    padding: 100px 0;
}
.section-inner-padding {
    padding: 185px 0 100px;
}
.py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.banner-content.w-100 {
    max-width: 100%;
    position: relative;
    z-index: 2;
}
.main-heading {
    font-weight: 800;
    font-size: 194px;
    line-height: 178px;
    letter-spacing: 0px;
    text-align: center;
    margin: 0;
    padding: 0;
    background: linear-gradient(
        180deg,
        rgba(199, 0, 9, 0.69) 13.27%,
        rgba(129, 2, 8, 0.2277) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-text-stroke: 1px #c70009;
    mix-blend-mode: normal;
}
/* hero-section */
.hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-section:after {
    content: "";
    /* background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.4) 50%,
    rgba(0, 0, 0, 0) 100%
  ); */
    /* background: rgba(0, 0, 0, 0.7); */
    z-index: 1;
    background: rgb(0 0 0 / 50%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.bage-box {
    background: #ffffff1a;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.55px;
    text-align: center;
    text-transform: uppercase;
    max-width: 250px;
    padding: 12px 14px;
    color: white;
    margin: 0 auto;
    border-radius: 50px;
}
.banner-content-inner {
    position: relative;
    z-index: 2;
    max-width: 872px;
    margin: 0 auto;
}

/* Feature Boxes */
.feadback-box {
    position: absolute;
    right: 140px;
    transform: translateY(-5%);
    display: flex;
    flex-direction: column;
    gap: 20px;
    z-index: 2;
}

.feadback-item {
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 12px;
    padding: 20px 30px;
    text-align: center;
    min-width: 150px;
    transition: all 0.3s ease;
    width: 161px;
    padding: 11px 24px;
}

.feadback-number {
    font-weight: 400;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.45px;
    text-align: center;
    color: white;
}

.feadback-label {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: Regular;
    color: #99a1af;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1.2px;
    text-align: center;
    text-transform: uppercase;
}

/* Scroll Indicator */
.scroll-indicator {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 10;
    animation: scrollBounce 2s ease-in-out infinite;
    cursor: pointer;
    transition: opacity 0.3s ease;
    pointer-events: auto;
}

.scroll-indicator:hover {
    opacity: 0.8;
}

.scroll-text {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    margin-bottom: 12px;
    text-align: center;
}

.scroll-line {
    width: 2px;
    height: 40px;
    background: var(--color-primary);
    position: relative;
    animation: scrollLine 2s ease-in-out infinite;
}

.scroll-line::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 20px;
    background: var(--color-primary);
    opacity: 0.6;
    animation: scrollLineAfter 2s ease-in-out infinite;
}

@keyframes scrollBounce {
    0%,
    100% {
        transform: translateX(-50%) translateY(0);
    }
    50% {
        transform: translateX(-50%) translateY(10px);
    }
}

@keyframes scrollLine {
    0%,
    100% {
        height: 40px;
        opacity: 1;
    }
    50% {
        height: 50px;
        opacity: 0.8;
    }
}

@keyframes scrollLineAfter {
    0% {
        top: 0;
        opacity: 0.6;
    }
    50% {
        top: 30px;
        opacity: 0.3;
    }
    100% {
        top: 0;
        opacity: 0.6;
    }
}

/* Product Short Section */
.product-short {
    background: #f5f5f5;
}

/* Product Image */

.product-image {
    width: 100%;
    height: auto;
    border-radius: 30px;
    object-fit: cover;
}

/* Product Content */
.banner-content-inner p {
    max-width: 801px;
    margin: 0 auto;
}
.title-section {
    max-width: 1175px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.title-section span {
    color: var(--color-primary);
}
.title-section h2 {
    color: black;
}
.product-content p {
    color: rgba(82, 82, 92, 1);
}
/* Features Section */

.product-image-wrapper {
    position: relative;
    max-width: 617px;
}
.product-content {
    padding-left: 60px;
}
.features-title {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 16px;
}

.construction-text {
    font-size: 16px;
    line-height: 1.6;
    color: var(--color-primary);
    margin-bottom: 24px;
    font-weight: 500;
}

.custom-list {
    list-style: none;
    padding: 0;
    margin: 0 0 32px 0;
}

.custom-list li {
    color: black;
    font-weight: 500;
    padding-left: 24px;
    position: relative;
    margin-bottom: 12px;
}

.custom-list li::before {
    content: "";
    width: 8px;
    height: 8px;
    background: var(--color-primary);
    border-radius: 50%;
    position: absolute;
    left: 0;
    flex: 0 0 8px;
    top: 50%;
    transform: translateY(-50%);
}
.view-full-product .themeBtn svg path {
    stroke: var(--color-primary);
}
.view-full-product .themeBtn {
    border-color: var(--color-primary);
    background: transparent;
    color: var(--color-primary);
    box-shadow: none;
}
.view-full-product .themeBtn:hover {
    background: var(--color-primary-dark);
    color: white;
    border-color: var(--color-primary-dark);
}
.view-full-product .themeBtn:hover svg path {
    stroke: white;
}

/* visuals-of-product */
.visuals-of-product {
    background: url("../images/visuals-of-product.png") no-repeat center center;
    width: 100%;
    background-size: cover;
}
.visuals-of-product .btn-wrap .themeBtn {
    box-shadow: none;
}
.visuals-of-product-item-img {
    width: 100%;
    height: 355px;
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 35px;
    border-radius: 8px;
    margin-bottom: 28px;
    position: relative;
    transition: all 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.7);
    overflow: hidden;
}
.visuals-of-product-item-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid transparent;
    border-radius: 8px;
    transition: all 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    z-index: 1;
    pointer-events: none;
}
.visuals-of-product-item-img img {
    transition: transform 0.3s ease;
    position: relative;
    z-index: 0;
}
.visuals-of-product-item-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease, background 0.3s ease;
    z-index: 2;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.7);
}
.visuals-of-product-item:hover .visuals-of-product-item-img-overlay {
    opacity: 1;
}
.visuals-of-product-item-img-overlay img {
    max-width: 80px;
    max-height: 80px;
    transition: transform 0.3s ease;
}
.visuals-of-product-item:hover .visuals-of-product-item-img-overlay img {
    transform: scale(1.1);
}
.visuals-of-product-item {
    margin-bottom: 25px;
    cursor: pointer;
    transition: transform 0.3s ease;
}
.visuals-of-product-item:hover .visuals-of-product-item-img {
    border-color: rgba(230, 57, 70, 1);
}
.visuals-of-product-item:hover .visuals-of-product-item-img img {
    transform: scale(1.05);
}
.visuals-of-product-item h4 {
    font-weight: 600;
    transition: color 0.3s ease;
}
.visuals-of-product-item:hover h4 {
    color: rgba(230, 57, 70, 1);
}
.visuals-of-product .title-section {
    margin-bottom: 60px;
}

/* key-values-wrapper */
.key-values-wrapper {
    background: rgba(18, 18, 18, 1);
    padding-bottom: 0;
}
.key-icon {
    width: 60px;
    height: 60px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
    margin-bottom: 24px;
}
.key-value-item {
    box-shadow: 0px 10px 25px -3px #0000001a;
    border: 1px solid #e2e8f0;
    background: #ececec;
    padding: 30px;
    border-radius: 16px;
    margin-bottom: 25px;
}
.key-value-item p {
    margin-bottom: 0;
}
.key-value-item h6 {
    color: rgba(98, 116, 142, 1);
    text-transform: uppercase;
    font-weight: 500;
}
.key-value-item h4 {
    font-weight: 500;
}
.key-value-item h4,
.key-value-item p {
    color: rgba(15, 23, 43, 1);
}
.bgDimensions {
    background: linear-gradient(135deg, #2b7fff 0%, #00b8db 100%);
}
.bgWeight {
    background: linear-gradient(135deg, #ad46ff 0%, #f6339a 100%);
}
.bgMaterial {
    background: linear-gradient(135deg, #ff6900 0%, #fb2c36 100%);
}
.bgDifficulty {
    background: linear-gradient(135deg, #00c950 0%, #00bc7d 100%);
}
.key-icon img {
    max-width: 30px;
}

/* Adventure Slider */
.adventure-slider {
    width: 100%;
    /* padding: 80px 0; */
    margin: 0;
    position: relative;
    padding-bottom: 0;
}

.slider-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    border-radius: 16px;
    overflow: hidden;
    background: #1a1a1a;
}

.slider-wrapper {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.slider-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.slider-slide.active {
    opacity: 1;
    z-index: 1;
}

.slider-image {
    width: 100%;
    height: 100%;
    position: relative;
}

.slider-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        rgba(18, 43, 78, 0.51) 0%,
        rgba(28, 42, 61, 0) 52.35%,
        rgba(18, 43, 78, 0.51) 100%
    );

    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.slider-content {
    text-align: center;
    color: #ffffff;
    z-index: 3;
}

/* Navigation Arrows */
.slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #FFFFFF33;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    pointer-events: auto;
}

.slider-nav:hover {
    background: rgba(0, 0, 0, 0.7);
    transform: translateY(-50%) scale(1.1);
}

.slider-nav-prev {
    left: 20px;
}

.slider-nav-next {
    right: 20px;
}

.slider-nav svg {
    width: 24px;
    height: 24px;
}

/* Pagination Dots */
.slider-pagination {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    z-index: 10;
}

.slider-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(107, 114, 128, 1);
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
}

.slider-dot.active {
    background: #ffffff;
    width: 30px;
    height: 10px;
    border-radius: 10px;
}

.slider-dot:hover {
    background: rgba(255, 255, 255, 0.7);
}

/* Responsive Slider */
@media (max-width: 768px) {
    .slider-nav {
        width: 40px;
        height: 40px;
    }

    .slider-nav-prev {
        left: 10px;
    }

    .slider-nav-next {
        right: 10px;
    }

    .slider-pagination {
        bottom: 20px;
    }
}

/* Testimonials Section */
.footer-wrapper {
    background: linear-gradient(180deg, #121212 0%, #434343 100%);
}
.testimonials-section,
.newsletter-container {
    position: relative;
    z-index: 4;
}

.testimonials-container {
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.testimonial-slide .f40 {
    font-weight: 300;
    font-style: italic;
}

.testimonials-slider {
    text-align: center;
    font-weight: 300;
    max-width: 1000px;
    position: relative;
    margin: 0 auto;
    min-height: auto;
}

.testimonial-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
}

.testimonial-slide.active {
    opacity: 1;
    position: relative;
    pointer-events: auto;
}

.quote-highlight {
    color: var(--color-primary);
    font-style: italic;
}

.testimonial-author {
    color: #99a1af;
    margin-top: 20px;
}
.testimonials-slider h6 {
    color: #99a1af;
    font-weight: 400;
}

/* Testimonial Pagination Dots */
.testimonial-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 40px;
}

.testimonial-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(107, 114, 128, 1);
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
}

.testimonial-dot.active {
    background: #ffffff;
    width: 30px;
    height: 10px;
    border-radius: 10px;
}

.testimonial-dot:hover {
    background: rgba(255, 255, 255, 0.7);
}

/* Responsive Testimonials */
@media (max-width: 768px) {
    .testimonials-title {
        font-size: 24px;
        margin-bottom: 40px;
    }

    .testimonial-quote {
        font-size: 20px;
        padding: 0 20px;
    }

    .testimonial-author {
        font-size: 16px;
    }
}

/* Newsletter Section */
.newsletter-form-wrapper .form-group {
    position: relative;
}
.newsletter-form-wrapper .newsletter-btn {
    position: absolute;
    right: 9px;
    top: 50%;
    transform: translateY(-50%);
}
.newsletter-form-wrapper .newsletter-input {
    position: relative;
    width: 100%;
    margin-left: auto;
}
.newsletter-container {
    background: var(--color-primary);
    border-radius: 16px;
    padding: 28px 40px;
    max-width: 1158px;
    box-shadow: 0px 20px 60px 0px #00000026;

    margin: 45px auto 0;
}
.newsletter-content {
    text-align: left;
}

.newsletter-content p {
    margin-bottom: 0;
}
.newsletter-input {
    flex: 1;
    background: #18181b;
    border: none;
    border-radius: 50px;
    padding: 21px 24px;
    color: #ffff;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    min-width: 200px;
}

.newsletter-input::placeholder {
    color: #99a1af;
}

.newsletter-input:focus {
    background: #252525;
}

.newsletter-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    border: none;
    border-radius: 50px;
    padding: 14px 28px;
    color: var(--color-primary);
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    box-shadow: 0px 10px 30px 0px #dc26264d;
}

.newsletter-btn:hover {
    background: rgba(255, 255, 255, 0.9);
}

.newsletter-icon {
    width: 18px;
    height: 18px;
    display: inline-block;
}

/* .footer-section */
.pb-0 {
    padding-bottom: 0;
}
.footer {
    position: relative;
    background: url("../images/footer-bg.png") no-repeat center center;
    background-size: cover;
    padding: 293px 0 0;
}

.footer-content {
    position: relative;
    z-index: 2;
}

/* Footer Brand Section */
.footer-brand {
    margin-bottom: 30px;
}

.footer-logo {
    width: auto;
    /* height: 60px; */
    /* margin-bottom: 20px; */
    /* background: #ffffff; */
    padding-bottom: 12px;
    /* border-radius: 8px; */
    /* display: inline-block; */
}

.footer-description {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
    max-width: 400px;
}

/* Social Icons */
.social-icons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.social-icon img {
    max-width: 23px;
}
.social-icon {
    width: 46px;
    height: 46px;
    background: #27272a;
    border-radius: 8px;
    border: 1px solid #3f3f46;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.social-icon:hover {
    background: var(--color-primary);
    transform: translateY(-2px);
    border-color: var(--color-primary);
}

.social-icon svg {
    width: 20px;
    height: 20px;
}

/* Footer Headings */
.footer-heading {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 12px;

    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.44px;
}

.footer-heading-bar {
    width: 4px;
    height: 24px;
    display: inline-block;
    flex-shrink: 0;
    background: linear-gradient(180deg, #c70009 0%, #c10007 100%);
    border-radius: 30px;
}
.footer {
    position: relative;
}
.footer::after {
    content: "";
    position: absolute;
    top: 0;
    width: 508px;
    height: 507px;
    background: url(../images/shap.svg) no-repeat center center;
    z-index: 1;
    top: -363px;
    right: 0;
}
/* Footer Links */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.address-links li a img {
    margin-right: 15px !important;
}
.address-links li a {
    display: flex;
    align-items: start;
}
.address-links li a img {
    width: 20px;
}
.footer-links li {
    margin-bottom: 16px;
}

.footer-links a {
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    color: white;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.31px;
}

.footer-links a:hover {
    color: var(--color-primary);
    padding-left: 8px;
}

/* Footer Contact */
.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    line-height: 1.6;
}

.footer-contact li svg {
    width: 16px;
    height: 16px;
    color: var(--color-primary);
    flex-shrink: 0;
    margin-top: 4px;
}

.footer-contact li div {
    flex: 1;
}

.footer-contact li div div {
    margin-bottom: 4px;
}

/* Footer Bottom */
.footer-bottom {
    background: #000000;
    padding: 15px 0;
    position: relative;
    z-index: 2;
}

.footer-bottom .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copyright-text p {
    margin: 0;
    color: #ffffff;
    font-size: 16px;
}
.social-icon.Facebook-icon img {
    max-width: 15px;
}
.footer-legal {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

.legal-link {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.legal-link:hover {
    color: #ffffff;
}

.legal-separator {
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-4 {
    margin-bottom: 1.5rem;
}

/* order-now page css */
.bage-box img {
    width: 20px;
}
.bage-red {
    background: #e639461a;
}
.head-title .bage-box img {
    margin-right: 10px;
}
.head-title .bage-box {
    max-width: 185px;
}
.order-now-wrap .head-title {
    max-width: 700px;
    margin: 0 auto;
}
.order-now-wrap .head-title h2 {
    margin: 18px 0 10px;
}

/* Order Tabs */
.order-tabs {
    margin-left: auto;
    margin-right: auto;
}

.order-tabs-buttons {
    display: flex;
    justify-content: center;
    gap: 13px;
    margin-bottom: 40px;
    background: #4a4a4a;
    max-width: 423px;
    border-radius: 50px;
    padding: 13px;
    align-items: center;
    margin: 0 auto;
}
button.order-tab-btn.themeBtn.btn-black {
    padding-top: 5px;
        flex-direction: column;
    line-height: 22px !important;
}

button.order-tab-btn.themeBtn.btn-black span {
    position: relative;
    top: -6px;
}
.order-tabs-buttons button {
    background: #3a3a3a;
    border-color: #3a3a3a;
    box-shadow: none;
    flex-wrap: wrap;
    line-height: normal;
    width: 100%;
    max-width: 100%;
    justify-content: center;
    gap: 0;
    padding-top: 0;
    padding-bottom: 0;
    min-height: 56px;
    position: relative;
}

.order-tabs-buttons button.active {
    background: var(--color-primary);
    border-color: var(--color-primary);
}
.order-tabs-buttons button.active:hover {
    background: var(--color-primary-dark);
    border-color: var(--color-primary-dark);
}
.order-tab-btn.active .tab-save-badge {
    color: rgba(255, 255, 255, 0.95);
}

.order-tabs-content {
    position: relative;
    min-height: 400px;
}

.order-tab-pane {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.order-tab-pane.active {
    display: block;
    opacity: 1;
}
.order-tabs-buttons button span {
    font-size: 12px;
}
.custom-card {
    width: 100%;
    background: #4a4a4a;
    border-radius: 20px;
    padding: 33px;
    margin-bottom: 24px;
    border: 1px solid #5a5a5a;
}
.fw-500 {
    font-weight: 500;
}
.icon-box {
    width: 48px;
    height: 48px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mr-12 {
    margin-right: 12px;
}
.icon-box img {
    max-width: 24px;
}
.bg-red-light {
    background: #e639461a;
}
.card-title h5 {
    margin-bottom: 0;
}
.card-title {
    margin-bottom: 24px;
    display: flex;
    align-items: center;
}
.custom-input {
    border: 1px solid #5a5a5a;
    border-radius: 12px;
    background: #3a3a3a;
    padding: 15px 16px;
    color: white !important;
    font-size: 14px;
    font-weight: 400;
}
.mt-45 {
    margin-top: 45px;
}
.form-control:focus {
    color: #212529;
    background-color: #3a3a3a;
    border-color: #e63946;
    outline: 0;
    box-shadow: none;
}
.mb-20 {
    margin-bottom: 20px;
}
.form-group .form-label {
    margin-bottom: 8px;
}
.input-icon .icon-img {
    position: absolute;
    top: 50%;
    transform: translate(50%, -50%);
    left: 9px;
}

.mt-70 {
    margin-top: 70px;
}
.pl-48 {
    padding-left: 48px !important;
}
.input-icon {
    position: relative;
}
.w-13 {
    max-width: 15px;
}
.card-box p,
.list-order li {
    color: #b0b0b0;
}
.card-box h6 {
    line-height: normal;
}
.card-box .w-13 {
    margin-right: 12px;
    position: relative;
    top: 4px;
}
.card-box {
    padding: 10px 15px;
    background: #3a3a3a;
    display: flex;
    align-items: start;
    border-radius: 12px;
}
.textarea-wrap textarea {
    min-height: 120px;
}

/* Checkbox Wrapper Styles */
.check-box-wrap {
    background: #5c5c5c;
    border-radius: 12px;
    padding: 11px 17px;
}
.checkbox-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
}
span.checkbox-label.f16 {
    color: #d0d0d0;
}
.custom-checkbox {
    width: 20px;
    height: 20px;
    min-width: 20px;
    border: 1px solid #757575;
    border-radius: 2px;
    background: #3a3a3a;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    transition: all 0.3s ease;
}
.custom-checkbox:checked {
    background: var(--color-primary);
    border-color: var(--color-primary);
}
.custom-checkbox:checked::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -60%) rotate(45deg);
}
.bg-gradient {
    background: linear-gradient(180deg, #4a4a4a 0%, #3a3a3a 100%);
}
.text-grey {
    color: #9a9a9a;
}
.track-box .track-content {
    width: 100%;
}
.track-icon {
    background: #3a3a3a;
    width: 80px;
    height: 80px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    flex: 0 0 80px;
}
.track-icon img {
    max-width: 40px;
}
.track-box {
    background: #2a2a2a;
    border-radius: 16px;
    padding: 20px;
    display: flex;
    align-items: start;
}
/* Quantity Selector Styles */
.quantity-selector-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0 6px;
    position: relative;
    padding: 0;
}

.quantity-controls {
    display: flex;
    align-items: center;
    position: relative;
    gap: 0;
}
.quantity-display {
    min-width: 60px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    border-radius: 0;
}

.quantity-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: none;
    background: none;
    color: #d0d0d0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
    padding: 0;
    font-size: 24px;
    line-height: 1;
    border: 1px solid #4a4a4a;
}
.quantity-btn:hover {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: #ffffff;
    transform: scale(1.05);
}
.quantity-btn:active {
    transform: scale(0.95);
}
.quantity-minus {
    margin-right: -12px;
}
.quantity-plus {
    margin-left: -12px;
}
.quantity-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 300;
    line-height: 1;
}
.divider-line {
    height: 1px;
    background: #5a5a5a;
    margin: 15px 0;
    border: none;
}
.right-box {
    position: sticky;
    top: 130px;
}
.list-order ul li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}
.text-green {
    color: #22c55e !important;
}
.fw-700 {
    font-weight: 700;
}
.total-price {
    margin: 24px 0 30px;
}
.mb-24 {
    margin-bottom: 24px;
}
.terms-text {
    color: #8a8a8a;
}
.terms-text a {
    text-decoration: none;
}

.details-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.details-icon img {
    max-width: 20px;
}
.track-details {
    display: flex;
    margin-bottom: 16px;
    align-items: start;
}
.track-details-content h5 {
    line-height: 16px;
}
.bage-green {
    background: #22c55e1a !important;
}
.bage-blue {
    background: #3b82f61a !important;
}
p a {
    text-decoration: none;
}

/* retailers css */
.why-partner-head {
    max-width: 700px;
}
.mt-32 {
    margin-top: 32px;
}
.partner-content p {
    color: #b0b0b0;
}
.partner-icon img {
    max-width: 22px;
}
.partner-icon {
    display: flex;
    width: 48px;
    height: 48px;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
}
.partner-items {
    display: flex;
    align-items: start;
}
.p-25 {
    padding: 25px;
}
.partner-items .partner-content {
    max-width: 709px;
}
.bage-yellow {
    background: #f59e0b1a;
}
.partner-items .partner-content p:last-child {
    margin-bottom: 0;
}
.retailers-form {
    margin-top: 32px;
}
.remember-me.p-0 {
    background: none;
}
.order-tabs-buttons button {
    flex-direction: column;
    line-height: 16px   !important;
}
.remember-me {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.remember-me a {
    text-decoration: none;
}
.remember-me a:hover {
    color: var(--color-primary) !important;
}
.login-btn-wrap .themeBtn {
    max-width: 435px;
    margin: 25px auto 40px;
    justify-content: center;
}
.why-partner .custom-card {
    margin-bottom: 16px;
}
.not-a-retailer {
    border: 1px solid #5a5a5a;
    background: #3a3a3a;
    margin-bottom: 0;
    margin-top: 35px;
}
.main-shadow {
    box-shadow: 0px 25px 50px -12px #00000040;
}
/* Stats Counter Banner */
.counter-wrap {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin-top: 30px;
}
.stats-banner {
    background: linear-gradient(180deg, #e63946 0%, #c5303d 100%);
    border-radius: 20px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    position: relative;
}
.stat-item {
    flex: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.stat-divider {
    width: 2px;
    height: 66px;
    background: #e15d68;
    flex-shrink: 0;
}

.follow-us-icon .social-icon {
    width: 48px;
    height: 48px;
    border-radius: 50pc;
}
.follow-us-icon .social-icon img {
    width: 20px;
}
.follow-us-icon .social-icon:hover img {
    filter: brightness(3.5);
}
 .social-icon.facebook img {
    width: 13px;
}
/* product-hero-section */
.product-hero-section {
    background: url(../images/product-Img.png);
    background-size: cover;
    min-height: 700px;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: start;
}
.product-hero-section .custom-continer {
    max-width: 100%;
    width: 100%;
}
.product-hero-section .banner-content-inner {
    position: relative;
    z-index: 2;
    max-width: 872px;
    margin: 0 auto;
    width: 100%;
    margin-left: 0;
    text-align: left;
}
.banner-content-inner p {
    margin-left: 0;
}
/* .product-hero-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
} */

/* Product Image Slider */
.product-image-slider {
    position: relative;
    width: 100%;
}
.product-slider-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
}
.product-slider-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
}
.product-slide img {
    min-height: 525px;
    border-radius: 40px;
    background: black;
}

.product-slide {
    min-width: 100%;
    width: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    display: none;
}
.product-slide.active {
    opacity: 1;
    display: block;
}
.product-slide img {
    width: 100%;
    height: auto;
    display: block;
}
/* Product Slider Navigation Dots */
.product-slider-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 24px;
}
.product-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #b9b9b9;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    padding: 0;
    display: inline-block;
}
.box-shadow {
    box-shadow: none;
}
.product-dot:hover {
    background: #8a8a8a;
    transform: scale(1.2);
}
.fw-600 {
    font-weight: 600;
}
.product-dot.active {
    background: var(--color-primary);
    width: 28px;
    height: 12px;
    border-radius: 6px;
    transform: scale(1);
}
.description-wrap {
    padding: 48px;
    border-radius: 24px;
    margin-top: 65px;
}
.description-wrap p {
    color: #52525c;
}
.installation-wrap {
    border-top: 1px solid #e63946;
    background: #f5f5f5;
    padding: 32px;
    border-radius: 10px;
}
.installation-wrap p:last-child {
    margin-bottom: 0;
}
/* Responsive styles moved to responsive.css */
input:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background-color: transparent !important;
    color: #ffffff !important;
}

/* Additional autofill styles for better browser compatibility */
.not-a-retailer{
  display: none !important;
}


.newsletter-form-wrapper label#newsletter-email-error {
    position: absolute;
    left: 0;
    bottom: -28px;
    left: 14px;
    color: black;
}

@media (max-width: 768px) {
    .newsletter-form-wrapper label#newsletter-email-error {
    position: unset; 
}

}


.address-links li:first-child {
    pointer-events: none;
}
 
 /* .bg-video { 
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;  
}

.bg-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;  
} */



/* .instructiona-vedio {
    position: relative;
    width: 100%;
    height: 650px;             
    overflow: hidden;
    border-radius: 12px;

} */

/* .instructiona-vedio video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;         
} */


.instructiona-vedio {
    width: 100%;
   height: 650px;      
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.instructiona-vedio video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;        /* Important for controls */
    position: relative;    /* Not absolute → allows controls to show */
    z-index: 10;
}
.guideline-vedio-wrap h2 {
    max-width: 527px;
    line-height: normal;
    margin: 0 auto;
    margin-bottom: 40px;
    text-transform: capitalize;
}
@media (max-width: 768px) {
    .instructiona-vedio { 
    height: 350px; 
}
}


.product-hero-section:after {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgba(18, 43, 78, 0.51) 0%, rgba(28, 42, 61, 0) 52.35%, rgba(18, 43, 78, 0.51) 100%);
    top: 9;
    top: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
}

.nav-link:focus, .nav-link:hover {
    color: #e63946;
}