/* Responsive Styles */
@media (max-width: 1680px) {
     .custom-continer {
        padding: 0 90px;
    }
}
@media (max-width: 1580px) {
   
    .feadback-box {
        right: 60px;
    }
    .footer {
        padding: 188px 0 0;
    }
    
   
}
@media (max-width: 1480px) {
       .track-icon { 
    width: 50px;
    height: 50px; 
    margin-right: 10px;
    flex: 0 0 50px;
}
.track-icon img {
    max-width: 27px;
}
.quantity-btn {
    width: 32px;
    height: 32px; 
    font-size: 17px; 
}
}
@media (max-width: 1368px) {
    .nav-link {
        font-size: 16px;
    }
    .themeBtn,
    .themeBtn-white {
        font-size: 16px;
        padding: 12px 23px;
    }
    .main-heading {
        font-size: 156px;
        line-height: 138px;
    }
    .f96 {
        font-size: 75px;
    }
    .f24 {
        font-size: 20px;
    }
    .f48 {
        font-size: 35px;
    }
    .section-padding {
        padding: 55px 0;
    }
    .f18 {
        font-size: 15px;
        line-height: normal;
    }
    .visuals-of-product-item-img {
        height: 258px;
        padding: 16px;
    }
    .f16 {
        font-size: 14px;
    }
    .key-value-item {
        padding: 24px;
    }
    .footer-links a {
        font-size: 13px !important;
        line-height: 24px;
        letter-spacing: -0.31px;
    }
    .footer-description {
        color: #ffffff;
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 30px;
        max-width: 400px;
    }
    .footer-contact li {
        font-size: 15px;
    }
    .custom-continer {
        padding: 0 55px;
    }
}
@media (max-width: 1200px) {
    .custom-continer {
        padding: 0 55px;
    } 
    .feadback-box {
        position: unset;
        transform: unset;
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-top: 50px;
    }
    .product-content {
        padding-left: 22px;
    }
    .mb-70 {
        margin-bottom: 41px;
    }
}
@media (max-width: 1080px) {
    .custom-continer {
        padding: 0 30px;
    }
    .hero-section {
        min-height: 85vh;
    }
    .banner-content.w-100 {
        padding-top: 50px;
    }
    .feadback-box {
        position: unset;
        right: 140px;
        transform: unset;
        display: flex;
        gap: 10px;
        z-index: 2;
        justify-content: center;
        margin-top: 50px;
    }

    /* .nav-section {
    gap: 20px;
  } */

    .nav-link {
        font-size: 15px;
    }

    .contact-btn {
        padding: 10px 25px;
        font-size: 15px;
    }
    .logo-section img {
        max-width: 200px;
    }
    .product-image-wrapper {
        position: relative;
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .footer-legal {
        justify-content: center;
    }
    .copyright-text p {
        font-size: 14px;
        padding: 6px 0;
    }
    .address-links li a img {
        width: 15px;
    }
}

@media (max-width: 768px) {
    .nav-section {
        gap: 6px !important;
    }
    .breadcrumb {
        font-size: 12px;
        top: 8px;
        left: 15px;
    }

    .main-header {
        padding: 15px 0;
    }

    .main-header.scrolled {
        padding: 12px 0;
    }

    .header-container {
        padding: 0 20px;
        width: 100%;
    }

    .logo {
        height: 45px;
    }
    .f40 {
        font-size: 27px;
        line-height: normal;
    }
    .mobile-menu-toggle {
        display: flex;
        position: relative;
        z-index: 1001;
    }

    /* Mobile Menu Backdrop */
    .menu-backdrop {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        z-index: 999;
        animation: fadeIn 0.3s ease;
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }

    .nav-section {
        position: fixed;
        top: 0;
        right: -100%;
        width: 280px;
        max-width: 85vw;
        height: 100vh;
        background: rgba(30, 30, 40, 0.98);
        backdrop-filter: blur(20px);
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 80px 30px 30px;
        gap: 25px;
        transition: right 0.3s ease;
        z-index: 1000;
        /* box-shadow: -5px 0 20px rgba(0, 0, 0, 0.5); */
        overflow-y: auto;
        overflow-x: hidden;
    }

    .nav-section.active {
        right: 0;
    }

    .nav-link {
        font-size: 18px;
        width: 100%;
        padding: 12px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        display: block;
    }

    .nav-link:last-of-type {
        border-bottom: none;
    }

    .contact-btn {
        width: 100%;
        padding: 14px 30px;
        margin-top: 10px;
        font-size: 16px;
    }
    .f96 {
        font-size: 50px;
        line-height: normal;
    }
}

@media (max-width: 480px) {
    .header-container {
        padding: 0 15px;
        width: 100%;
    }

    .logo {
        height: 40px;
    }

    .nav-section {
        width: 100%;
        max-width: 100%;
        right: -100%;
        padding: 70px 20px 30px;
    }

    .nav-link {
        font-size: 16px;
        padding: 10px 0;
    }

    .contact-btn {
        padding: 12px 25px;
        font-size: 15px;
    }

    .breadcrumb {
        font-size: 11px;
        top: 5px;
        left: 10px;
    }
}

/* ========== FOOTER RESPONSIVE STYLES ========== */
@media (max-width: 1024px) {
    .footer {
        padding: 120px 0 0;
    }

    .footer-content {
        padding-bottom: 40px;
    }

    /* .footer-logo {
        height: 55px;
    } */

    .footer-description {
        max-width: 100%;
        font-size: 15px;
    }

    .social-icon {
        width: 42px;
        height: 42px;
    }

    .social-icon img {
        max-width: 20px;
    }

    .footer-heading {
        font-size: 17px;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .footer {
        padding: 80px 0 0;
        min-height: auto;
    }

    .footer-content {
        padding-bottom: 50px;
    }

    .footer-brand {
        margin-bottom: 40px;
        text-align: center;
    }

    .footer-logo {
        /* height: 50px; */
        margin-bottom: 20px;
    }

    .footer-description {
        text-align: center;
        margin: 0 auto 30px;
        max-width: 100%;
    }

    .social-icons {
        justify-content: center;
    }

    .social-icon {
        width: 44px;
        height: 44px;
    }

    .footer-heading {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .footer-heading-bar {
        width: 3px;
        height: 20px;
    }

    .footer-links li {
        margin-bottom: 14px;
    }

    .footer-links a:hover {
        padding-left: 0;
    }

    .footer-contact {
        text-align: center;
    }

    .footer-contact li {
        justify-content: center;
        font-size: 15px;
        margin-bottom: 18px;
    }

    .address-links li a img {
        margin-right: 0;
        margin-bottom: 8px;
    }

    .footer-bottom {
        padding: 20px 0;
    }

    .footer-bottom .row {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }

    .footer-legal {
        justify-content: center;
        flex-wrap: wrap;
    }

    .copyright-text {
        text-align: center;
    }

    .copyright-text p {
        font-size: 14px;
    }

    .legal-link {
        font-size: 13px;
    }

    .legal-separator {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .footer {
        padding: 60px 0 0;
    }

    .footer-content {
        padding-bottom: 40px;
    }

    /* .footer-logo {
        height: 45px;
        padding: 10px;
    } */

    .footer-description {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 25px;
    }

    .social-icons {
        gap: 10px;
    }

    .social-icon {
        width: 40px;
        height: 40px;
    }

    .social-icon img {
        max-width: 18px;
    }

    .footer-heading {
        font-size: 16px;
        margin-bottom: 18px;
    }

    .footer-heading-bar {
        width: 3px;
        height: 18px;
    }

    .footer-links li {
        margin-bottom: 12px;
    }

    .footer-contact li {
        font-size: 14px;
        margin-bottom: 16px;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-contact li svg {
        margin-bottom: 8px;
        margin-top: 0;
    }

    .address-links li a img {
        margin-bottom: 10px;
    }

    .footer-bottom {
        padding: 18px 0;
    }

    .footer-bottom .row {
        gap: 12px;
    }

    .copyright-text p {
        font-size: 12px;
        line-height: 1.5;
    }

    .footer-legal {
        gap: 6px;
    }

    .legal-link {
        font-size: 12px;
    }

    .legal-separator {
        font-size: 12px;
    }
}

/* ========== NEWSLETTER RESPONSIVE STYLES ========== */
@media (max-width: 1024px) {
    .newsletter-container {
        padding: 24px 35px;
    }

    .newsletter-heading {
        font-size: 28px;
    }

    .newsletter-text {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .newsletter-section {
        padding: 60px 0;
    }

    .newsletter-container {
        padding: 30px 25px;
        margin: 30px auto 0;
    }

    .newsletter-content {
        text-align: center;
        margin-bottom: 25px;
    }

    .newsletter-heading {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .newsletter-text {
        font-size: 14px;
    }

    .newsletter-form {
        max-width: 100%;
        width: 100%;
    }

    .newsletter-form-wrapper {
        flex-direction: column;
        width: 100%;
        gap: 15px;
    }

    .newsletter-form-wrapper .form-group {
        width: 100%;
    }

    .newsletter-input {
        width: 100%;
        min-width: 100%;
        padding: 18px 24px;
    }

    .newsletter-form-wrapper .newsletter-btn {
        position: relative;
        right: auto;
        top: auto;
        transform: none;
        width: 100%;
        justify-content: center;
        padding: 15px 28px;
        margin-top: 12px;
        font-size: 13px;
    }
    .footer-bottom .row {
        flex-direction: column-reverse;
    }
}

@media (max-width: 480px) {
    .f40 {
        font-size: 20px;
        line-height: normal;
    }
    .newsletter-section {
        padding: 50px 0;
    }
    .copyright-text p {
        padding: 0 !important;
    }
    .newsletter-container {
        padding: 25px 20px;
        margin: 25px auto 0;
        border-radius: 12px;
    }

    .newsletter-heading {
        font-size: 20px;
    }

    .newsletter-text {
        font-size: 13px;
    }

    .newsletter-input {
        padding: 16px 20px;
        font-size: 15px;
    }

    .newsletter-btn {
        padding: 16px 24px;
        font-size: 15px;
    }

    .newsletter-icon {
        width: 16px;
        height: 16px;
    }
}

/* ========== HERO SECTION RESPONSIVE ========== */
@media (max-width: 1024px) {
    .main-heading {
        font-size: 120px;
        line-height: 110px;
    }

    .feadback-box {
        right: 60px;
    }
}

@media (max-width: 768px) {
    .hero-section {
        min-height: 80vh;
        padding: 100px 0 60px;
    }

    .main-heading {
        font-size: 80px;
        line-height: 76px;
    }

    .banner-content {
        padding: 0 20px;
    }

    .banner-content-inner {
        max-width: 100%;
    }

    .bage-box {
        max-width: 200px;
        padding: 10px 12px;
        font-size: 11px;
    }

    .feadback-box {
        position: relative;
        right: auto;
        transform: none;
        flex-direction: row;
        justify-content: center;
        margin-top: 40px;
        gap: 15px;
    }

    .feadback-item {
        width: auto;
        min-width: 120px;
        padding: 10px 20px;
    }

    .feadback-number {
        font-size: 18px;
    }

    .feadback-label {
        font-size: 11px;
    }

    .scroll-indicator {
        bottom: 30px;
    }

    .scroll-text {
        font-size: 12px;
        letter-spacing: 1.5px;
        margin-bottom: 10px;
    }

    .scroll-line {
        height: 35px;
    }

    .f24 {
        font-size: 17px;
        line-height: normal;
    }
    .main-header .themeBtn {
        padding: 10px 22px;
        width: 100%;
        max-width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
    }
    .f30 {
        font-size: 24px;
        line-height: normal;
    }
    .visuals-of-product .title-section {
        margin-bottom: 30px;
    }
    .key-value-item {
        text-align: center;
    }
    .key-icon {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 480px) {
    .custom-continer {
        padding: 0 15px;
    }

    .hero-section {
        min-height: 70vh;
        padding: 80px 0 40px;
    }

    .bage-box {
        max-width: 180px;
        padding: 8px 10px;
        font-size: 10px;
    }

    .feadback-box {
        flex-wrap: wrap;
        gap: 12px;
    }

    .feadback-item {
        padding: 8px 16px;
    }

    .feadback-number {
        font-size: 16px;
    }

    .feadback-label {
        font-size: 10px;
    }

    .scroll-indicator {
        bottom: 25px;
    }

    .scroll-text {
        font-size: 11px;
        letter-spacing: 1px;
        margin-bottom: 8px;
    }

    .scroll-line {
        height: 30px;
    }

    .themeBtn,
    .themeBtn-white {
        font-size: 13px;
        padding: 10px 22px;
    }
}

/* ========== PRODUCT SECTION RESPONSIVE ========== */
@media (max-width: 1024px) {
    .product-content {
        padding-left: 40px;
    }
    .product-content {
        margin-top: 25px;
    }
    .scroll-indicator {
        display: none;
    }
}

@media (max-width: 768px) {
    .product-short {
        padding: 60px 0;
    }

    .product-content {
        padding-left: 0;
    }
    .product-content {
        margin-top: 0;
    }
    .product-image-wrapper {
        max-width: 100%;
    }
    .main-header .themeBtn {
        padding: 12px 23px;
        width: 100%;
        max-width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .f48 {
        font-size: 30px;
    }
    .product-short {
        padding: 40px 0;
    }

    .product-short-grid {
        gap: 30px;
    }

    .features-title {
        font-size: 20px;
    }

    .construction-text {
        font-size: 14px;
    }
}

/* ========== VISUALS SECTION RESPONSIVE ========== */
@media (max-width: 1024px) {
    .visuals-of-product {
        padding: 55px 0;
    }

    .visuals-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .visuals-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .visuals-of-product-item-img {
        min-height: 300px;
    }
    .py-70 {
        padding-top: 0;
        padding-bottom: 70px;
    }
}

@media (max-width: 480px) {
    .visuals-of-product {
        padding: 40px 0;
    }

    .visuals-of-product-item-img {
        min-height: 250px;
    }
}

/* ========== ADVENTURE SLIDER RESPONSIVE ========== */
@media (max-width: 768px) {
    .adventure-slider {
        padding: 60px 0;
    }

    .slider-nav {
        width: 40px;
        height: 40px;
    }

    .slider-pagination {
        gap: 8px;
    }

    .slider-dot {
        width: 8px;
        height: 8px;
    }
}

@media (max-width: 480px) {
    .adventure-slider {
        padding: 40px 0;
    }

    .slider-nav {
        width: 35px;
        height: 35px;
    }
}

/* ========== TESTIMONIALS RESPONSIVE ========== */
@media (max-width: 768px) {
    .testimonial-quote {
        font-size: 18px;
        padding: 0 15px;
    }

    .testimonial-author {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .testimonial-quote {
        font-size: 16px;
        padding: 0 10px;
    }
}

/* ========== ORDER TABS RESPONSIVE ========== */
@media (max-width: 768px) {
    .order-tabs {
        margin-top: 30px;
    }

    .order-tabs-buttons {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .order-tab-btn {
        width: 100%;
        max-width: 300px;
        min-width: auto;
        padding: 14px 30px;
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .order-tabs {
        margin-top: 25px;
    }

    .order-tabs-buttons {
        gap: 12px;
        margin-bottom: 30px;
    }

    .order-tab-btn {
        padding: 12px 24px;
        font-size: 15px;
        min-width: 150px;
    }

    .tab-save-badge {
        font-size: 12px;
    }
}

@media (max-width: 1480px) {
    .section-inner-padding {
        padding: 145px 0 100px;
    }
    .g-5,
    .gx-5 {
        --bs-gutter-x: 2rem !important;
    }
    .f48 {
        font-size: 40px;
    }
    .f18 {
        font-size: 16px;
        line-height: 26px;
    }
}

@media (max-width: 1368px) {
    .custom-card {
        padding: 25px;
    }
    .f16 {
        font-size: 13px;
        line-height: normal;
    }
    .section-inner-padding {
        padding: 100px 0 100px;
    }
    .f48 {
        font-size: 30px;
    }
    .order-now-wrap .head-title h2 {
        margin: 5px 0 0px;
    }
    .mt-70 {
        margin-top: 50px;
    }
    .description-wrap {
        padding: 25px;
        margin-top: 45px;
    }
    .product-slide img {
        min-height: 380px;
    }
  .instructiona-vedio { 
    height: 500px; 
}
}

@media (max-width: 991px) {
    .Installation-item {
        padding: 11px 0;
        border-bottom: 1px solid #ff00004a;
    }
    .product-hero-section {
        min-height: 400px;
    }
    .product-hero-section h4 {
        font-size: 40px;
    }
    .product-hero-section .banner-content-inner {
        text-align: center;
    }
    .installation-wrap {
        padding: 25px;
    }
    .column-reverse {
        flex-direction: column-reverse !important;
    }
    .contact-us-head {
        text-align: center;
        margin-bottom: 20px;
    }
    .custom-input {
        border-radius: 10px;
        padding: 13px 15px;
        font-size: 12px;
        font-weight: 400;
    }
    .mb-20 {
        margin-bottom: 12px;
    }
    .py-70 {
        padding-top: 30px !important;
    }
    .section-inner-padding {
        padding: 100px 0 50px;
    }
    .order-tabs-buttons {
        display: flex;
        justify-content: center;
        gap: 13px;
        margin-bottom: 40px;
        background: #4a4a4a;
        max-width: 423px;
        border-radius: 12px;
    }
    .f18 {
        font-size: 15px;
        line-height: 24px;
    }
    .head-title .bage-box img {
        margin-right: 8px;
    }
    .bage-box img {
        width: 18px;
    }
    .track-icon {
        width: 46px;
        height: 46px;
        border-radius: 6px;
        flex: 0 0 46px;
    }
    .quantity-btn {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        font-size: 18px;
    }
    .track-icon img {
        max-width: 25px;
    }
    .visuals-of-product-item-img img {
        max-width: 260px;
    }
    .product-slide img {
        border-radius: 15px;
    }
    .section-inner-padding .section-padding {
    padding-top: 36px;
}
.why-partner {
    margin-top: 50px;
}
.slider-wrapper { 
    height: 420px; 
}

}
@media (max-width: 480px) {
    .f16 {
        font-size: 12px;
        line-height: normal;
    }
    .custom-card {
        padding: 22px;
        border-radius: 12px;
    }
    .f48 {
        font-size: 27px;
    }
    .mt-70 {
        margin-top: 30px;
    }
    .track-box {
        flex-direction: column;
    }
    .track-box .track-icon {
        margin-bottom: 20px;
    }
    .form-group .form-label {
        margin-bottom: 4px;
    }
    .stats-banner {
    flex-direction: column;
}
.stat-divider { 
    width: 100%;
    height: 2px;
    margin: 20px 0;
}
.feadback-item {
        width: auto;
        min-width: 110px;
}
}

@media (max-width: 380px) {
    .feadback-item {
        min-width: 100px;
    }
    .product-hero-section h4 {
        font-size: 34px;
    }
    .f24 {
        font-size: 16px;
        line-height: normal;
    }
    .f48 {
        font-size: 24px;
    }
    .custom-card {
        padding: 20px 15px;
    }
}
