/* ===== DESKTOP (no changes) ===== */
@media (min-width: 992px) {
  .hero6-image-wrapper-mobile {
    display: none !important;
  }
}

/* ===== ZOOM SAFEGUARD – nav + hero spacing on narrower viewports ===== */
@media (max-width: 1499px) {
  .vl-header-area6 .vl-main-menu {
    padding: 12px 14px;
    margin-left: 14px;
  }
  .vl-header-area6 .vl-main-menu ul > li > a {
    padding: 0 10px;
    font-size: 15px;
  }
  .vl-header-area6 .vl-header4-btns .theme-btn11 {
    padding: 8px 16px;
    font-size: 12px;
  }
  .main-heading6 h1 {
    font-size: 54px;
    line-height: 49px;
  }
  .hero6-image-wrapper {
            right: 222px;
        bottom: 36px;
        width: 48%;
  }
  
  .hero6-image-wrapper img {
    max-height: 690px;
  }
}

@media (max-width: 1299px) {
  .vl-header-area6 .vl-main-menu {
    padding: 10px 10px;
    margin-left: 10px;
  }
  .vl-header-area6 .vl-main-menu ul > li > a {
    padding: 0 8px;
    font-size: 14px;
  }
  .vl-header-area6 .vl-header4-btns .theme-btn11 {
    padding: 7px 14px;
    font-size: 11px;
  }
  .main-heading6 h1 {
    font-size: 48px;
    line-height: 44px;
  }
  .hero6-image-wrapper {
           right: 156px;
        bottom: 74px;
        width: 53%;
  }
  .hero6-image-wrapper img {
    max-height: 610px;
  }
}


@media (max-width: 1099px) {
  .vl-header-area6 .vl-main-menu {
    padding: 8px 6px;
    margin-left: 6px;
  }
  .vl-header-area6 .vl-main-menu ul > li > a {
    padding: 0 5px;
    font-size: 13px;
  }
  .vl-header-area6 .vl-header4-btns .theme-btn11 {
    padding: 6px 10px;
    font-size: 11px;
  }
  .main-heading6 h1 {
    font-size: 40px;
    line-height: 37px;
  }
  .hero6-image-wrapper {
    right: 100px;
  }
  .hero6-image-wrapper img {
    max-height: 510px;
  }
}

/* ===== HERO RESPONSIVE ===== */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero6-image-wrapper-mobile {
    display: none !important;
  }
  .main-heading6 {
    padding-top: 60px;
    margin-left: 0;
    padding-right: 0;
  }
  .hero6 .container {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .hero6-image-wrapper {
    right: 40px;
    width: 38%;
    height: 70%;
  }
  .hero6-image-wrapper img {
    max-height: 420px;
  }
  .main-heading6 h1 {
    font-size: 36px;
    line-height: 44px;
    word-break: break-word;
  }
  .main-heading6 p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .hero6-image-wrapper {
    display: none !important;
  }
  .hero6-image-wrapper-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 20px 0;
  }
  .hero6-image-wrapper-mobile img {
    height: auto;
    width: 100%;
    max-width: 400px;
    margin-left:  -97px ;
  }
  .main-heading6 {
    padding-top: 20px;
    margin-left: 0;
    padding-right: 0;
  }
  .main-heading6 h1 {
    font-size: 26px;
    line-height: 34px;
  }
  .main-heading6 h1 br {
    display: none;
  }
  .main-heading6 p {
    font-size: 14px;
    line-height: 22px;
  }
  .main-heading6 p br {
    display: none;
  }
  .hero6-gradient {
    border-radius: 20px;
    top: 40px;
    bottom: 20px;
  }
  .main-heading6 .buttons {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .hero-btn-primary,
  .hero-btn-secondary {
    padding: 11px 30px;
    font-size: 14px;
    text-align: center;
    width: 100%;
  }

  
}

/* ===== PRODUCT SECTION RESPONSIVE ===== */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h2 {
    font-size: 36px;
    line-height: 44px;
  }
  .product-content h3 {
    font-size: 28px;
  }
  .btn-wrap {
    flex-direction: column;
    gap: 8px;
  }
  .cart-btn,
  .buy-btn {
    padding: 10px 20px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .product-section {
    padding: 60px 0;
  }
  .section-title h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .section-title p {
    font-size: 17px;
    line-height: 1.7;
  }
  .product-content h3 {
    font-size: 24px;
  }
  .vl-footer-text p {
    font-size: 15px;
}
  .price-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  .stars {
    font-size: 18px;
  }
  .btn-wrap {
    flex-direction: column;
    gap: 8px;
  }
  .cart-btn,
  .buy-btn {
    padding: 10px 20px;
    font-size: 13px;
  }
}

/* ===== HEADER RESPONSIVE ===== */
.vl-offcanvas-toggle i {
  color: #000;
}
.vl-offcanvas-toggle {
  border-color: #000 !important;
}

/* ===== FEATURED PRODUCT BANNER RESPONSIVE ===== */
@media (min-width: 992px) {
  .explore-btn-mobile {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .explore-btn-mobile {
    display: none !important;
  }
  .product-banner {
    padding: 40px 30px;
    min-height: auto;
  }
  .banner-content h2 {
    font-size: 38px;
  }
  .banner-content h5 {
    font-size: 20px;
  }
  .banner-content p {
    font-size: 16px;
    max-width: 100%;
  }
  .product-image img {
    width: 100%;
    max-width: 350px;
  }
}
@media (max-width: 767px) {
  .featured-product {
    padding: 40px 0;
  }
  .product-banner {
    padding: 30px 20px;
    min-height: auto;
    border-radius: 30px;
  }
  .banner-content .explore-btn {
    display: none !important;
  }
  .explore-btn-mobile {
    display: inline-block;
    margin-top: 20px;
  }
  .banner-content h2 {
    font-size: 28px;
  }
  .banner-content h5 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .banner-content p {
    font-size: 16px;
    max-width: 100%;
    margin-bottom: 25px;
  }
  .explore-btn {
    padding: 10px 30px;
    font-size: 13px;
  }
  .product-image {
    margin-top: 30px;
  }
  .product-image img {
    width: 100%;
    max-width: 280px;
  }
}

/* ===== MANUFACTURING SECTION RESPONSIVE ===== */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .manufacturing-content {
    padding-left: 0;
    text-align: center;
  }
  .manufacturing-content h2 {
    font-size: 36px;
    line-height: 42px;
  }
  .manufacturing-content p {
    font-size: 15px;
  }
  .manufacturing-image {
    margin: 30px 0;
  }
}
@media (max-width: 767px) {
  .manufacturing-section {
    padding: 60px 0;
  }
  .manufacturing-section .row {
    display: flex;
    flex-direction: column;
  }
  .manufacturing-section .row > .col-lg-3 {
    order: 3;
  }
  .manufacturing-section .row > .col-lg-4 {
    order: 2;
  }
  .manufacturing-section .row > .col-lg-5 {
    order: 1;
  }
  .manufacturing-content {
    padding-left: 0;
    text-align: center;
  }
  .manufacturing-content h2 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 20px;
  }
  .manufacturing-content p {
            font-size: 17px;
        margin-bottom: 15px;
        line-height: 1.7;

  }
  .manufacturing-image {
    margin: 20px 0;
  }
}

/* ===== PRODUCTION EXCELLENCE RESPONSIVE ===== */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work-prosses8 .cards-row {
    margin-left: 0;
    margin-right: 0;
  }
  .work-prosses8 .heading8 h2 {
    font-size: 36px;
    line-height: 44px;
  }
  .heading8 h4 a {
    font-size: 22px;
    line-height: 28px;
  }
  .production-excellence-bg {
    border-radius: 40px;
  }
  .work-prosses8-box {
    margin-top: 20px;
  }
  .work-prosses8-box .content {
    padding: 28px 20px 24px;
  }
  .work-prosses8-box .content img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .work-prosses8 {
    padding: 60px 0;
  }
  .work-prosses8 .heading8 h2 {
    font-size: 26px;
    line-height: 32px;
    margin-top: 30px;
  }
  .production-excellence-bg {
    border-radius: 20px;
  }
  .work-prosses8 .cards-row {
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
  }
  .work-prosses8-box {
    margin-top: 16px;
  }
  .work-prosses8-box .num {
    height: 36px;
    width: 36px;
    line-height: 36px;
    font-size: 15px;
  }
  .work-prosses8-box .num::after {
    transform: scale(1.2);
  }
  .work-prosses8-box .content {
    padding: 24px 16px 20px;
    margin-top: 12px;
  }
  .heading8 h4 a {
    font-size: 18px;
    line-height: 24px;
  }
  .work-prosses8-box .content img {
    width: 100%;
    margin-top: 12px;
  }
}

/* ===== WHY CHOOSE US RESPONSIVE ===== */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose3-bg {
    padding: 60px 30px;
  }
  .choose3 .heading3 h2 {
    position: static;
    transform: none;
    white-space: normal;
    font-size: 36px;
    text-align: center;
    padding-bottom: 30px;
  }
  .choose3-layout {
    min-height: auto;
    margin-top: 20px;
  }
  .choose3-main-images {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    transform: none;
    height: auto;
    margin-bottom: 20px;
  }
  .choose3-main-images .shape img {
    max-width: 100%;
    max-height: 100%;
    margin-top: 0;
  }
  .card-1, .card-2, .card-3, .card-4, .card-5, .card-6 {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    white-space: normal;
    margin-bottom: 12px;
  }
  .card-1 h4, .card-2 h4, .card-3 h4, .card-4 h4, .card-5 h4, .card-6 h4 {
    font-size: 18px;
  }
  .choose3-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
  }
  .card-1, .card-2, .card-3 { flex: 1 1 45%; }
  .card-4, .card-5, .card-6 { flex: 1 1 45%; }
}
@media (max-width: 767px) {
  .choose3-bg {
    padding: 40px 20px;
    background-position: top center;
  }
  .choose3 .heading3 h2 {
    position: static;
    transform: none;
    white-space: normal;
    font-size: 26px;
    text-align: center;
    padding-bottom: 20px;
  }
  .choose3-layout {
    min-height: auto;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .choose3-main-images {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    transform: none;
    height: auto;
    margin-bottom: 15px;
  }
  .choose3-main-images .shape img {
    max-width: 100%;
    max-height: 100%;
    margin-top: 0;
  }
  .card-1, .card-2, .card-3, .card-4, .card-5, .card-6 {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    white-space: normal;
    padding: 12px 20px;
    margin-bottom: 0;
    text-align: center;
  }
  .card-1 h4, .card-2 h4, .card-3 h4, .card-4 h4, .card-5 h4, .card-6 h4 {
    font-size: 16px;
  }
}

/* ===== CTA / SUPPORT BANNER RESPONSIVE ===== */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .support-content {
    padding: 0 40px;
    text-align: center;
  }
  .support-content h2 {
    font-size: 36px;
  }
  .support-content p {
    font-size: 16px;
    max-width: 100%;
  }
  .support-wrapper {
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .support-wrapper {
    min-height: auto;
    padding: 60px 20px;
    background-size: cover;
  }
  .support-content {
    padding: 0;
    text-align: center;
  }
  .support-content h2 {
    font-size: 26px;
  }
  .support-content p {
    font-size: 14px;
    max-width: 100%;
  }
  .support-content .theme-btn11 {
    padding: 10px 30px;
    font-size: 13px;
  }
}

/* ===== BLOG SECTION RESPONSIVE ===== */
@media (min-width: 768px) {
  .blog-explore-mobile {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog6 .heading6 {
    text-align: center;
    margin-bottom: 30px;
  }
  .blog6 .heading6 h2 {
    font-size: 32px;
  }
  .blog6 .heading6 p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .blog6 {
    padding: 60px 0;
  }
  .blog6 .heading6 {
    text-align: center;
    margin-bottom: 30px;
  }
  .blog6 .heading6 h2 {
    font-size: 28px;
    line-height: 34px;
  }
  .blog6 .heading6 p {
           font-size: 17px;
        line-height: 1.7;
  }
  .blog-explore-desktop {
    display: none !important;
  }
  .blog-explore-mobile {
    margin-top: 30px;
  }
  .blog6 .col-lg-6 {
    width: 100%;
  }


.comparison-wrapper{
        overflow-x:auto;
    }

    .comparison-table{
        min-width:700px;
    }

    .comparison-table thead th{
        font-size:16px;
    }

    .comparison-table td{
        font-size:14px;
        padding:14px;
    }

/* ===== AUTH / LOGIN RESPONSIVE ===== */
@media (max-width: 767px) {
  .auth-section {
    padding: 40px 0;
  }
  .auth-card {
    padding: 25px 20px;
    margin: 0 12px;
  }
  .auth-header h2 {
    font-size: 28px;
  }
  .auth-header p {
    font-size: 14px;
  }
  .auth-form .form-row {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 10px;
  }
  .auth-form .form-control {
    height: 44px;
    font-size: 14px;
  }
  .auth-form .theme-btn11 {
    padding: 12px 30px;
    font-size: 14px;
  }
}

/* ===== CART RESPONSIVE ===== */
@media (max-width: 991px) {
  .cart-totals {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cart-section {
    padding: 40px 0;
  }
  .cart-table-wrap {
    padding: 15px;
  }
  .cart-table thead {
    display: none;
  }
  .cart-table tr {
    display: block;
    padding: 16px 0;
    border-bottom: 1px solid #f0f0f0;
  }
  .cart-table td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
    border-bottom: none;
  }
  .cart-table td::before {
    content: attr(data-label);
    font-size: 13px;
    font-weight: 600;
    color: #555;
  }
  .cart-table .cart-product {
    width: 100%;
  }
  .cart-table .cart-product img {
    width: 50px;
    height: 50px;
  }
  .cart-empty {
    padding: 40px 16px;
  }
  .cart-empty i {
    font-size: 48px;
  }
  .cart-empty h3 {
    font-size: 22px;
  }
  .cart-bottom {
    flex-direction: column;
    align-items: stretch;
  }
  .cart-coupon {
    flex-direction: column;
  }
  .cart-coupon input {
    width: 100%;
  }
  .cart-totals {
    padding: 20px;
  }
  .cart-totals h3 {
    font-size: 20px;
  }
}

/* ===== CHECKOUT RESPONSIVE ===== */
@media (max-width: 991px) {
  .checkout-summary {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .checkout-section {
    padding: 40px 0;
  }
  .checkout-form-wrap {
    padding: 20px;
  }
  .checkout-form-wrap h3 {
    font-size: 20px;
  }
  .checkout-form .form-control {
    height: 44px;
    font-size: 14px;
  }
  .checkout-summary {
    padding: 20px;
  }
  .checkout-summary h3 {
    font-size: 20px;
  }
  .order-confirm {
    padding: 40px 16px;
  }
  .order-confirm i {
    font-size: 48px;
  }
  .order-confirm h2 {
    font-size: 28px;
  }
}
















}
