/* ═══════════════════════════════════════════════════════════
   ARTISSIANO – FULL RESPONSIVE STYLESHEET
   Breakpoints: 1366 → 1199 → 991 → 768 → 576 → 480 → 375
   ═══════════════════════════════════════════════════════════ */
@media (max-width: 1530px) {
  .showcase-card {
    padding: 93px 89px;
  }
}
/* ──────────────────────────────────────
   1366px – Large Desktops
   ────────────────────────────────────── */
@media (max-width: 1366px) {
  .brand-wordmark h2 {
    letter-spacing: 13px;
  }

  .collections #navbarNav a {
    font-size: 16px;
    padding: 0 15px;
  }
  .brand-wordmark h2 {
    letter-spacing: 13px;
  }
}

/* ──────────────────────────────────────
   1199px – Small Desktops / Large Tablets
   ────────────────────────────────────── */
@media (max-width: 1199px) {
  .stellarnav ul li a {
    font-size: 14px;
    padding: 0px 12px;
  }
  .brand-logo {
    width: 150px;
  }
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 36px;
  }
  .hero-sub {
    font-size: 22px;
    margin: 20px 0;
  }
  .hero-image-col {
    width: 48%;
    clip-path: polygon(40% 0, 100% 0, 100% 100%, 0% 100%);
  }
  .brand-wordmark h2 {
    background: linear-gradient(to right, var(--black) 55%, var(--white) 45%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 12.7vw;
  }

  /* About page */
  .about-sections .about-center-img-wrap {
    padding-left: 60px;
  }
  .about-sections .about-center-img-wrap .rotating-badge {
    left: 0;
    width: 130px;
    height: 130px;
  }
  .about-sections .stat-number {
    font-size: 38px;
  }
  .about-sections .stat-label {
    font-size: 16px;
  }
  .about-sections .info-card {
    padding: 30px 25px;
  }
  .about-sections .info-card h4 {
    font-size: 24px;
  }
  .how-section .arrows {
    display: none;
  }

  /* Showcase */
  .showcase-section {
    padding: 150px 0;
  }
  .showcase-card {
    padding: 80px 100px;
  }
  .showcase-card h2 {
    font-size: 36px;
  }

  /* Product details */
  .p247-120 {
    padding: 200px 0 80px;
  }
  .productDetails .swiper-main img {
    height: 550px;
  }

 

  /* Checkout */
  .checkout-page {
    padding-top: 200px;
    padding-bottom: 80px;
  }

  /* Signup */
  .signup-card {
    width: 520px;
    left: 80px;
    height: auto;
    padding: 30px;
  }
  .signup-card1 {
    width: 440px;
    left: 80px;
  }
  .signup-outer {
    height: auto;
    min-height: 800px;
  }

  /* Forgot */
  .signup-outer1.forgot_new::after {
    max-width: calc(100% - 60px);
    min-height: 580px;
  }
  .forgot-right {
    max-width: 100%;
  }
  .forgot_new .btn-dark {
    margin-top: 60px;
  }

  /* Cart */
  .cart-section {
    padding: 180px 0 80px;
  }

  /* Delivery */
  .delivery-section {
    padding: 180px 0 80px;
  }

  /* Modal */
  .custom-modal {
    width: 100%;
    max-width: 900px;
  }
  .custom-modal-dialog {
    max-width: 90%;
  }
  .brand-wordmark h2 {
    background: linear-gradient(to right, var(--black) 55%, var(--white) 45%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 12.7vw;
  }
}
@media (max-width:1199px) {
    .account-sidebar {
        width: 100% !important;
        height: auto !important;
        border-radius: 12px 12px 0 0;
        padding: 20px 15px;
    }
}

/* ──────────────────────────────────────
   991px – Tablets
   ────────────────────────────────────── */
@media (max-width: 991px) {
  .collections .collections-menu .navbar .nav-item {
    position: relative;
    /* z-index: 5; */
    padding-right: 20px;
    width: 30.333%;
    flex: 0 0 30.333%;
  }
  .brandLogo {
    height: 270px;
    top: 65%;
}
  /* .collections .collections-menu .navbar-expand-lg .dropdown-menu {
    position: absolute;
    z-index: 1;
} */
  .collections .collections-menu .navbar .nav-item .nav-link.show::after {
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    top: 2px;
  }
  .brand-wordmark {
    position: static;
  }
  .collections .collections-menu .navbar-expand-lg .navbar-nav {
    width: 100%;
    align-items: flex-start;
  }
  .brand-wordmark h2 {
    background: #000;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 10.7vw;
  }
  /* Header / Nav */
  .site-header {
    top: 15px;
  }
  .nav-pill {
    padding: 12px 20px;
  }

  /* Hero */
  .hero-section {
    flex-direction: column-reverse;
  }
  .hero-section .row {
    min-height: auto;
    align-items: flex-end;
  }
.hero-image-col {
    height: 730px;
    clip-path: none;
    position: static;
    width: 100%;
    border-radius: 0 0 20px 20px;
    overflow: hidden;
}
  .hero-text-col {
    padding: 30px 0px;
    min-height: auto;
    margin-bottom: auto;
  }
  h1 {
    font-size: 36px;
  }
  .hero-sub {
    font-size: 20px;
    max-width: 100%;
    line-height: 1.5;
  }
  .hero-buttons {
    gap: 12px;
  }
  .brand-wordmark {
    position: static;
  }
.brand-wordmark h2 {
    background: #000;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 10.4vw;
}
  .p-v-120 {
    padding: 60px 0;
  }

  /* About section (home) */
  .about-text-block {
    padding: 0px;
    margin-top: 25px;
  }
  .about-text-block h2 {
    font-size: 32px;
  }
  .about-text-block p {
    font-size: 15px;
    line-height: 1.7;
  }
  .about-img-left {
    height: 320px;
    border-radius: 12px;
  }
  .about-img-right-wrap {
    min-height: 350px;
    margin-top: 30px;
    border-radius: 150px 150px 12px 12px;
  }
  .stats-bar {
    margin-top: 30px;
  }
  .stat-number {
    font-size: 36px;
  }
  .stat-label {
    font-size: 16px;
  }

  /* Collection section header */
  .collection-section .col-12.d-flex {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }
  .collection-section h2 {
    font-size: 30px;
  }
  /* Collection cards */
  .product-card-img {
    border-radius: 10px;
  }
  .product-card h3 {
    font-size: 16px;
  }
  .collection-swiper {
    margin-top: 30px;
    padding: 0 0 44px !important;
    img {
      width: 100%;
    }
  }

  /* Inner banner hero */
  .hero-section.innerbanner .row {
    min-height: 300px;
  }
  .hero-section.innerbanner .hero-text-col {
    margin-bottom: 60px;
  }

  /* About top section */
  .about-sections .stats-col {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin-bottom: 30px;
  }
  .about-sections .stat-item {
    flex: 1 1 33.33%;
    text-align: center;
    padding: 20px 10px;
    background-size: auto;
  }
  .about-sections .about-center-img-wrap {
    padding-left: 0;
    margin-bottom: 30px;
  }
  .about-sections .about-center-img-wrap .rotating-badge {
    left: -10px;
    top: -10px;
    width: 120px;
    height: 120px;
  }
  .about-sections .about-center-img {
    height: 400px;
  }
  .about-sections .about-text-block {
    margin-bottom: 30px;
  }

  /* About bottom */
  .about-bottom .about-img-right-wrap {
    min-height: 350px;
    margin-bottom: 30px;
    border-radius: 20px;
  }
  .about-bottom .about-img-right {
    border-radius: 20px;
  }

  /* How it works */
  .how-section .arrows {
    display: none;
  }
  .how-section .col-md-5.offset-md-3 {
    margin-left: 0;
  }
  .how-section .custom-card {
    margin-bottom: 25px;
    border-radius: 12px;
  }
  .how-section h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .how-section > .container > .row {
    margin-bottom: 25px;
  }
  /* .how-section > .container > .row:first-child {
    flex-direction: column-reverse;
    gap: 20px;
  } */
  .how-section .custom-card .nums {
    font-size: 140px;
  }
  .how-section .custom-card h3 {
    font-size: 24px;
  }
  .how-section .custom-card p {
    font-size: 15px;
    line-height: 1.6;
  }
  .how-section .icon-box {
    width: 85px;
    height: 85px;
    margin-bottom: 40px;
  }
  .how-section .video-btn {
    margin-top: 15px;
  }

  /* Testimonial orbit */
  .testimonial-section .orbit-wrapper {
    height: 280px;
  }
  .testimonial-section .center-avatar-wrap {
    width: 130px;
    height: 130px;
  }
  .testimonial-section .thumb-avatar img {
    width: 50px;
    height: 50px;
  }
  .testimonial-section .main-swiper {
    margin-top: -8%;
  }
  .testimonial-section h2 {
    font-size: 30px;
  }
  .testimonial-section .review-text {
    font-size: 15px;
    line-height: 1.7;
  }

  /* Products swiper */
  /* .products-header {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 15px;
  } */
  .products-header .col,
  .products-header .col-auto {
    width: auto;
  }
  .products-swiper {
    margin-top: 35px;
  }
  .prod-card__img-wrap {
    height: 400px;
  }
  .prod-card__footer h3 {
    font-size: 20px;
  }

  /* Showcase */
  .showcase-section {
    padding: 100px 0;
    background-attachment: scroll !important;
  }
  .showcase-card {
    padding: 60px 50px;
    border-radius: 200px;
  }
  .showcase-card h2 {
    font-size: 30px;
  }

  /* Products page */
  .hero-section.products-section {
    padding-top: 0;
  }
  .hero-section.products-section .hero-text-col {
    margin-bottom: 100px;
  }
  .collections .collections-menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    padding-bottom: 30px;
  }
  .collections .collections-menu .navbar {
    width: 100%;
  }
  .collections .collections-menu .navbar-expand-lg .navbar-nav {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
  }
  .collections #navbarNav a {
    font-size: 16px;
    padding: 0 10px;
  }
  .collections .heading h2 {
    font-size: 32px;
    margin-bottom: 25px;
  }
  .collections .heading p {
    font-size: 16px;
  }
  .collections .box-wraper .image-wrap img {
    height: 300px;
  }
  .collections .box-wraper h5 {
    font-size: 17px;
    margin-top: 28px;
    margin-bottom: 20px;
  }
  .collections .box-wraper {
    padding-bottom: 35px;
    margin-bottom: 25px;
  }
  .collections .box-wraper .btn {
    padding: 0 30px;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
  }

  /* Product details */
  .p247-120 {
    padding: 160px 0 60px;
  }
  .productDetails .swiper-main img {
    height: 450px;
  }
  .swiper-thumbs img {
    height: 100px;
  }
  .form-row {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
  .product-info-section {
    padding: 20px;
  }
  .product-info-section h2 {
    font-size: 24px;
  }
  .requirements-section h2 {
    font-size: 24px;
    margin-top: 30px;
  }
  .info-list li {
    font-size: 16px;
  }
  .mt-120 {
    margin-top: 60px;
  }

  /* Cart */
  .cart-section {
    padding: 160px 0 60px;
  }
  .cart-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .cart-header h2 {
    font-size: 32px;
  }
  .cart-img {
    width: 150px;
  }

  /* Checkout */
  .checkout-page {
    padding-top: 160px;
    padding-bottom: 60px;
  }
  .checkout-page form h4 {
    font-size: 24px;
  }
  .checkout-page .right-content .summary h5 {
    font-size: 24px;
  }

  /* Delivery */
  .delivery-section {
    padding: 160px 0 60px;
  }

  /* Contact */
  .contact-wrapper form {
    padding: 40px 25px;
    margin-top: 30px;
  }
  .contact-wrapper .left-content p {
    font-size: 16px;
  }

  /* Signup / Forgot */
  .signup-section {
    padding: 160px 0 60px;
  }
  .signup-outer {
    height: auto;
    min-height: 700px;
  }
  .signup-card {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    max-width: 500px;
    margin: 40px auto;
    height: auto;
  }
  .signup-card1 {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    max-width: 450px;
    margin: 40px auto;
  }
  .signup-left {
    display: none;
  }

  /* Gallery */
  .gallery .grid-sizer,
  .gallery .grid-item {
    width: calc(50% - 4px);
  }

  /* Modals */
  .custom-modal {
    height: auto;
    min-height: auto;
  }
  /* .modal-left {
    display: none;
  } */
  .modal-right {
    width: 100%;
    height: auto;
    min-height: 500px;
  }
  .custom-modal-dialog {
    max-width: 95%;
  }

  /* Error & Thank You */
  .error-banner {
    padding: 60px 0;
  }
  .error-banner .container {
    margin-top: -200px;
  }
  .error-404 {
    width: 300px;
  }
  .error-bg {
    max-width: 380px;
  }
  .thankyou-banner {
    padding: 160px 0px 60px;
  }

  /* Bring Your Idea */
  .bring_your_idea .hero-title {
    font-size: 32px;
  }
  .bring_your_idea .hero-content {
    max-width: 100%;
    padding: 0 20px;
  }

  /* ── Account / Dashboard Pages ── */
  .account-section {
    padding-top: 100px;
    padding-bottom: 60px;
  }
  .account-box {
    flex-direction: column;
  }
  .account-sidebar {
    width: 100% !important;
    height: auto !important;
    border-radius: 12px 12px 0 0;
    padding: 20px 15px;
  }
  .account-sidebar::after {
    display: none;
  }
  .account-sidebar ul {
    display: flex;
    overflow-x: auto;
    gap: 8px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 5px;
  }
  .account-sidebar ul::-webkit-scrollbar {
    display: none;
  }
  .account-sidebar ul li {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
  .account-sidebar ul li a {
    white-space: nowrap;
    padding: 10px 15px;
  }
  .menu-divider {
    display: none;
  }
  .account-content {
    width: 100%;
  }
  .profile-box {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .profile-actions {
    flex-direction: row;
    align-items: center;
    margin-top: 10px;
  }
  .account-section .account-box img[src*="accountline"] {
    width: 100%;
    height: auto;
  }
  /* Filter tabs / nav pills horizontal scroll */
  .filter-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 5px;
  }
  .filter-tabs::-webkit-scrollbar {
    display: none;
  }
  .filter-tabs a,
  .filter-tabs .nav-link,
  .nav-pills .nav-link {
    white-space: nowrap;
    flex-shrink: 0;
  }
  /* Request cards */
  .request-card {
    flex-direction: column;
  }
  .request-img {
    width: 100%;
    height: 220px;
  }
  .request-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .btn-view {
    margin: 10px 15px;
    align-self: flex-start;
  }
  /* Design cards */
  .design-card img {
    height: 160px;
  }

  /* ── Account Modal ── */
  .account-modal-dialog {
    max-width: 95%;
    margin: 15px auto;
  }
  .account-modal {
    width: 100% !important;
    height: auto !important;
  }
  .account-row {
    flex-direction: column;
    gap: 15px;
  }
  .account-field {
    width: 100% !important;
  }
  .account-body {
    padding: 20px 15px;
  }
  .account-header h5 {
    font-size: 20px;
  }
  .account-actions {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
  .account-section {
    padding: 133px 15px 40px !important;
  }
  .account-btn-black,
  .account-btn-outline {
    width: 100%;
    text-align: center;
  }
  .stellarnav.mobile ul {
    background: rgba(0, 0, 0, 1);
  }
  .stellarnav ul li a {
    color: #fff;
  }
  .stellarnav .menu-toggle span.bars span {
    display: block;
    width: 17px;
    height: 2px;
    border-radius: 6px;
    background: #000;
    margin: 0 0 3px;
  }
  .stellarnav.mobile,
  .stellarnav.mobile.fixed {
    position: absolute;
    right: 0;
  }
  .nav-icons {
    margin-right: 27px;
  }
  .nav-icons {
    a {
      width: 30px !important;
      height: 30px !important;
    }
  }
  .request-img {
    width: 100% !important;
  }
  .request-card {
    flex-direction: column;
  }
  .request-img img {
    width: 100% !important;
    height: auto;
  }
  .profile-actions {
    margin-top: 0 !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    flex-direction: row !important;
    &.flex-column {
      flex-direction: row !important;
    }
  }
  .info-popup-modal .modal-dialog {
    max-height: auto;
  }
}

/* ──────────────────────────────────────
   768px – Small Tablets / Large Phones
   ────────────────────────────────────── */
@media (max-width: 768px) {
  /* Typography */
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 28px;
  }

  /* Header */
  .nav-pill {
    padding: 10px 16px;
  }
  .nav-icons a {
    width: 34px;
    height: 34px;
  }

  /* Collection swiper */
  .collection-header {
    padding: 0 20px 28px;
  }
  .collection-swiper {
    padding: 0 20px 44px !important;
  }
  .product-card {
    width: 200px;
  }
  .product-card-img {
    width: 200px;
    height: 250px;
  }
  .product-card.tall .product-card-img {
    height: 300px;
  }
  .collection-swiper .swiper-slide:nth-child(even) .product-card-img {
    height: 220px;
  }

  /* Products swiper */
  .products-header .btn {
    padding: 0 28px;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
  }
  .prod-card__img-wrap {
    height: 350px;
  }
  .prod-card__footer {
    padding: 30px 15px;
  }
  .prod-card__footer h3 {
    font-size: 18px;
  }

  /* Products page */
  .hero-section.products-section .hero-text-col {
    margin-bottom: 80px;
  }
  .collections .heading h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .collections .heading p {
    font-size: 15px;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .collections .collections-menu .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 14px;
    padding: 0 15px 0 8px;
  }
  #clearAll {
    font-size: 14px;
    padding: 0 10px;
  }
  .collections .box-wraper .image-wrap img {
    height: 260px;
  }
  .collections .box-wraper h5 {
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 18px;
  }
  .collections .box-wraper {
    padding-bottom: 30px;
    margin-bottom: 20px;
  }
  .collections .box-wraper .btn {
    padding: 0 25px;
    height: 42px;
    line-height: 42px;
    font-size: 13px;
  }

  /* Product details – form stacking */
  .form-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .productDetails .swiper-main img {
    height: 380px;
  }
  .swiper-thumbs img {
    height: 80px;
  }
  .price-tag {
    font-size: 18px;
  }
  .product-header h2 {
    font-size: 26px;
  }

  /* Cart */
  .cart-card {
    flex-direction: column;
  }
  .cart-img {
    width: 100%;
    height: 200px;
  }
  .cart-info {
    padding: 15px;
  }
  .cart-info h5 {
    font-size: 18px;
  }
  .cart-header h2 {
    font-size: 28px;
  }

  /* Checkout */
  .checkout-page .fild-wrapper .col-lg-6 {
    width: 100%;
  }
  .checkout-page form .form-wrapper {
    padding: 25px 15px;
  }
  .checkout-page .last .fild-wrapper {
    padding: 20px;
  }
  .checkout-page .summary {
    padding: 25px 15px;
  }
  .checkout-page .summary button {
    padding: 13px 25px 13px 35px !important;
    font-size: 14px;
  }
  .checkout-page form h4 {
    font-size: 20px;
  }

  /* Delivery */
  .form-card {
    padding: 20px;
  }
  .summary-card {
    margin-top: 25px;
  }

  /* Contact */
  .contact-wrapper .left-content ul li {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .contact-wrapper .left-content ul li span {
    font-size: 16px;
  }

  /* Gallery */
  .gallery .filter-bar {
    gap: 6px;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .gallery .filter-btn {
    padding: 6px 20px;
    font-size: 14px;
  }
  .gallery .grid-item.medium img {
    height: 300px;
  }

  /* Signup */
  .signup-card h2 {
    font-size: 32px;
  }
  .signup-card p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .signup-card1 h2 {
    font-size: 28px;
  }

  /* Showcase */
  .showcase-section {
    padding: 60px 0;
  }
  .showcase-card {
    padding: 50px 30px;
    border-radius: 120px;
  }
  .showcase-card h2 {
    font-size: 24px;
  }
  .showcase-card p {
    font-size: 14px;
  }

  /* ── Account / Dashboard – 768px ── */
  .account-section {
    padding: 100px 10px 40px;
  }
  .profile-left img {
    width: 60px;
    height: 60px;
  }
  .profile-left h4 {
    font-size: 22px;
  }
  .profile-left p {
    font-size: 12px;
  }
  .profile-header {
    border-radius: 10px 10px 0 0;
  }
  .btn-outline {
    font-size: 12px;
    padding: 8px 16px;
    min-width: auto;
  }
  .filter-tabs a,
  .nav-pills .nav-link {
    font-size: 12px;
    padding: 8px 16px;
  }
  .request-card {
    flex-direction: column;
  }
  .request-img {
    width: 100%;
    height: 180px;
  }
  .request-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
  }
  .request-info {
    padding: 15px;
  }
  .btn-view {
    margin: 0 15px 15px;
    align-self: flex-start;
  }
  .request-list {
    padding: 0 15px 20px;
  }
  /* Design cards – 2 per row on tablet */
  .design-card {
    margin-bottom: 15px;
  }
  .design-card h6 {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  /* Account modal */
  .account-modal-dialog {
    max-width: 95%;
  }
  .account-modal {
    width: 100% !important;
    height: auto !important;
  }
  .account-row {
    flex-direction: column;
    gap: 12px;
  }
  .account-field {
    width: 100% !important;
  }
  .account-body {
    padding: 20px;
  }
  .account-header {
    padding: 12px 18px;
  }
  .account-header h5 {
    font-size: 18px;
  }
  .account-input input {
    font-size: 13px;
    padding: 10px 40px 10px 12px;
  }
  .account-actions {
    flex-direction: column;
    gap: 10px;
  }
  .account-btn-black,
  .account-btn-outline {
    width: 100%;
    text-align: center;
    display: block;
  }
  
}

/* ──────────────────────────────────────
   767px – Bootstrap md breakpoint
   ────────────────────────────────────── */
@media (max-width: 767px) {
  .pt-5 {
    padding-top: 0rem !important;
  }
  .brandLogo {
    height: 306px;
    top: 48%;
}
  .product-header {
    margin-top: 20px;
  }
  /* Banner */
  .hero-section.innerbanner .hero-image-col {
    height: 200px;
  }
  .hero-section.innerbanner .row {
    min-height: auto;
  }
  .hero-section.innerbanner .hero-text-col {
    margin-bottom: 20px;
  }
  .hero-section.innerbanner .brand-wordmark h2 {
    font-size: 8vw;
  }

  /* About us */
  .about-sections {
    padding-left: 15px;
    padding-right: 15px;
  }
  .about-sections .stats-col {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .about-sections .stat-item {
    flex: 1 1 33.33%;
    text-align: center;
    padding: 15px 5px;
  }
  .about-sections .stat-number {
    font-size: 30px;
  }
  .about-sections .stat-label {
    font-size: 13px;
    letter-spacing: 0.05em;
  }
  .about-sections .about-center-img-wrap {
    padding-left: 0;
    margin-bottom: 20px;
  }
  .about-sections .about-center-img-wrap .rotating-badge {
    width: 90px;
    height: 90px;
    top: -10px;
    left: -5px;
  }
  .about-sections .about-center-img {
    height: 300px;
  }
  .about-sections .about-text-block {
    padding: 0 5px;
    margin-bottom: 0;
  }
  .about-sections .about-text-block h2 {
    font-size: 28px;
  }
  .about-bottom .col-lg-5,
  .about-bottom .col-lg-7 {
    width: 100%;
  }
  .about-bottom .about-img-right-wrap {
    min-height: 250px;
    margin-bottom: 20px !important;
  }
  .about-img-right-wrap.h-100 {height: auto !important;}
  .about-sections .info-card {
    padding: 22px 18px;
    margin-bottom: 15px;
  }
  .about-sections .info-card h4 {
    font-size: 20px;
  }

  /* How it works */
  .how-section .arrows {
    display: none;
  }
  .how-section .custom-card {
    margin-bottom: 0;
    border-radius: 12px;
    padding: 28px 22px;
  }
  .how-section .custom-card .nums {
    font-size: 100px;
  }
  .testimonial-section {
    h2 {
      letter-spacing: normal;
    }
  }
  .how-section .custom-card h3 {
    font-size: 22px;
  }
  .how-section .custom-card p {
    font-size: 14px;
    margin-top: 18px;
    line-height: 1.6;
  }
  .how-section > .container > .row:first-child {
    flex-direction: column-reverse;
    gap: 15px;
  }
  .how-section h2 {
    font-size: 26px;
  }
  .how-section .icon-box {
    width: 70px;
    height: 70px;
    margin-bottom: 25px;
  }
  .how-section .icon-box img {
    width: 36px;
  }
  .how-section .play-icon {
    width: 50px;
    height: 50px;
  }
  .how-section .video-text {
    font-size: 14px;
  }
  .how-section .col-md-5.offset-md-3 {
    margin-left: 0;
  }

  /* Collection section header */
  .collection-section .col-12.d-flex {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }
  .collection-section h2 {
    font-size: 26px;
  }
  .collection-swiper {
    margin-top: 20px;
  }
  .product-card h3 {
    font-size: 15px;
  }
  .product-card-info {
    padding: 10px 0 0;
  }
  .product-card-info h3:last-child {
    font-size: 14px;
    font-weight: 500;
    margin-top: 4px;
  }

  /* Products swiper */
  .products-header h2 {
    font-size: 26px;
  }
  .products-header .btn {
    padding: 0 24px;
    height: 42px;
    line-height: 42px;
    font-size: 13px;
  }
  .prod-card__img-wrap {
    height: 320px;
    border-radius: 10px;
  }
  .prod-card__footer {
    padding: 25px 15px;
  }
  .prod-card__footer h3 {
    font-size: 16px;
  }

  /* About (home) */
  .about-img-left {
    height: 260px;
    border-radius: 10px;
  }
  .about-img-right-wrap {
    height: 320px;
    margin-top: 25px;
    border-radius: 120px 120px 10px 10px;
  }
  .about-text-block {
    margin-top: 20px;
  }
  .about-text-block h2 {
    font-size: 26px;
  }
  .about-text-block p {
    font-size: 14px;
    line-height: 1.7;
    margin: 18px 0 22px;
  }
  .stats-bar {
    margin-top: 20px;
    padding: 20px 0;
  }
  .stat-number {
    font-size: 30px;
  }
  .stat-label {
    font-size: 14px;
  }

  /* Testimonials */
  .testimonial-section h2 {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .testimonial-section .orbit-wrapper {
    height: 180px;
  }
  .testimonial-section .center-avatar-wrap {
    width: 90px;
    height: 90px;
  }
  .testimonial-section .thumb-avatar img {
    width: 34px;
    height: 34px;
  }
  .testimonial-section .stars {
    font-size: 1.6rem;
    letter-spacing: 6px;
    margin: 18px 0;
  }
  .testimonial-section .review-text {
    font-size: 14px;
    line-height: 1.6;
    padding: 0 5px;
  }
  .testimonial-section .review-name {
    font-size: 15px;
    margin-top: 15px;
  }
  .testimonial-section .review-role {
    font-size: 13px;
  }

  /* Bring Your Idea */
  .bring_your_idea {
    height: auto;
    padding: 50px 20px;
  }
  .bring_your_idea .hero-title {
    font-size: 22px;
    letter-spacing: 2px;
    margin-bottom: 12px;
  }
  .bring_your_idea .hero-text {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .bring_your_idea .hero-content {
    max-width: 100%;
    padding: 0 10px;
  }
  .bring_your_idea .hero-btn {
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    padding: 0 28px;
  }

  /* Footer */
  .footer-section {
    padding-top: 0;
    border-top: none;
  }
  .footer-row {
    min-height: auto;
    padding: 30px 0;
  }
  .footer-col {
    padding: 0 15px;
    margin-top: 0 !important;
  }
  .footer-col:nth-child(2),
  .footer-col:nth-child(3) {
    margin-top: 25px !important;
  }
  .divider.vertical1,
  .divider.vertical2 {
    display: none;
  }
  .footer-col:not(:last-child)::after {
    display: none;
  }
  .footer-bottom .row {
    text-align: center;
  }
  .footer-bottom .col-md-6.text-md-end {
    text-align: center !important;
    margin-top: 10px;
  }
  .footer-bottom span {
    margin-bottom: 10px;
  }

  /* About section (home) */
  .about-img-right-wrap {
    height: 350px;
    margin-top: 25px;
  }
  .about-img-left {
    height: 280px;
  }

  /* Stats bar */
  .stats-bar {
    margin-top: 25px;
    padding: 20px 0;
  }
  .stat-number {
    font-size: 32px;
  }
  .stat-label {
    font-size: 16px;
  }

  /* Products page collections */
  .hero-section.products-section .hero-text-col {
    margin-bottom: 60px;
  }
  .collections .heading h2 {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .collections .heading p {
    font-size: 14px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .collections .collections-menu {
    gap: 10px;
    padding-bottom: 25px;
  }
  /* .collections .collections-menu .navbar-expand-lg .navbar-nav {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 5px;
  } */
  .collections
    .collections-menu
    .navbar-expand-lg
    .navbar-nav::-webkit-scrollbar {
    display: none;
  }
  .collections .collections-menu .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 13px;
    padding: 8px 10px;
    white-space: nowrap;
    text-align: left;
  }
  .collections .collections-menu .navbar .nav-item::after {
    display: none;
  }
  .collections .collections-menu .navbar .nav-item {
    padding-right: 0;
    flex-shrink: 0;
  }
  #clearAll {
    font-size: 18px;
    padding: 0 8px;
  }
  .collections .box-wraper .image-wrap img {
    height: 240px;
  }
  .collections .box-wraper h5 {
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .collections .box-wraper {
    padding-bottom: 25px;
    margin-bottom: 15px;
  }
  .collections .box-wraper .btn {
    padding: 0 22px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
  }

  /* Product details */
  .p247-120 {
    padding: 140px 0 40px;
  }
  .productDetails .swiper-main img {
    height: 320px;
  }
  .product-info-section h2 {
    font-size: 20px;
  }
  .requirements-section h2 {
    font-size: 20px;
    margin-top: 20px;
  }
  .mt-120 {
    margin-top: 40px;
  }
  .addBag.btn {
    width: 100%;
  }
  /* .btn-outline-modify {
    margin-top: 10px;
  } */
  .productDetails {
    .box-wraper {
      margin-top: 25px;
      padding-bottom: 27px;
      margin-bottom: 0;
    }
  }
  .p247-120 {
    padding: 90px 0 30px;
  }
  /* Cart */
  .cart-section {
    padding: 140px 0 40px;
  }

  /* Checkout */
  .checkout-page {
    padding-top: 140px;
    padding-bottom: 40px;
  }
  .checkout-page .right-content {
    margin-top: 25px;
  }
  .checkout-page .redio-wrapper .form-check input {
    width: 24px;
    height: 24px;
  }

  /* Delivery */
  .delivery-section {
    padding: 140px 0 40px;
  }

  /* Contact */
  .contact-wrapper form {
    padding: 30px 20px;
  }
  .contact-wrapper form h5 {
    font-size: 22px;
  }

  /* Signup */
  .signup-section {
    padding: 140px 0 40px;
  }

  /* Gallery - full width on mobile */
  .gallery .grid-sizer,
  .gallery .grid-item {
    width: calc(50% - 3px);
  }
  .gallery .gutter-sizer {
    width: 3px;
  }
  .gallery .grid-item.medium img {
    height: 250px;
  }

  /* Error */
  .error-banner .container {
    margin-top: -150px;
  }
  .error-404 {
    width: 250px;
  }
  .error-bg {
    max-width: 300px;
  }
  .error-title {
    font-size: 24px;
  }

  /* Thank you */
  .thankyou-banner {
    padding: 140px 0px 40px;
  }
  .thankyou-img img {
    max-width: 300px;
  }
  .thankyou-title {
    font-size: 24px;
  }

  /* Modals */
  .modal-header-custom {
    margin: 20px 10px 0;
    padding: 10px 15px;
  }
  .modal-header-custom h5 {
    font-size: 22px;
  }
  .modal-body-custom {
    padding: 15px;
  }
  .modal-actions {
    flex-direction: column;
    gap: 10px;
  }
  .btn-confirm,
  .btn-outline2 {
    padding: 12px 30px;
    text-align: center;
    width: 100%;
  }

  /* Showcase */
  .showcase-card {
    padding: 40px 25px;
    border-radius: 80px;
  }
  .collections .collections-menu .navbar .nav-item {
    position: relative;
    /* z-index: 5; */
    padding-right: 20px;
    width: 49%;
    flex: 0 0 49%;
  }
  .brand-wordmark {
    display: none;
  }
  #about {
    padding-top: 0;
  }
  h1 {
    text-align: center;
  }
}

/* ──────────────────────────────────────
   576px – Mobile Phones
   ────────────────────────────────────── */
@media (max-width: 576px) {
  /* Typography */
  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 24px;
  }

  /* Header */
  .site-header {
    top: 10px;
  }
  .nav-pill {
    padding: 8px 14px;
  }
  .brand-logo {
    width: 120px;
  }
  .brand-logo img {
    max-width: 100%;
  }
  .nav-icons {
    gap: 6px;
  }
  .nav-icons a {
    width: 32px;
    height: 32px;
  }
  .nav-icons svg {
    width: 16px;
    height: 16px;
  }

  /* Hero */
.hero-image-col {
    height: 610px;
    border-radius: 0 0 16px 16px;
}
  .hero-text-col {
    padding: 20px 0px;
  }
  h1 {
    font-size: 26px;
  }
  .hero-sub {
    font-size: 16px;
    margin: 12px 0;
    max-width: 100%;
    line-height: 1.5;
  }
  .hero-buttons {
    flex-direction: column;
    gap: 10px;
  }
  .hero-buttons .btn,
  .hero-buttons a {
    width: 100%;
    text-align: center;
  }
  .btn {
    padding: 0 24px;
    font-size: 14px;
    height: 44px;
    line-height: 44px;
  }
  .btn-outline-modify {
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    padding: 0 20px;
  }
  .brand-wordmark h2 {
    font-size: 3rem;
  }

  /* Inner banner */
  .hero-section.innerbanner .hero-image-col {
    height: 180px;
  }
  .hero-section.innerbanner h1 {
    font-size: 24px;
  }

  /* ── About section (home) – 576px ── */
  .about-img-left {
    height: 200px;
    border-radius: 10px;
  }
  .collections .collections-menu .navbar .nav-item {
    width: 100%;
    flex: 0 0 100%;
  }
  .about-img-right-wrap {
    height: 260px;
    margin-top: 20px;
    border-radius: 80px 80px 10px 10px;
  }
  .about-text-block {
    margin-top: 18px;
  }
  .about-text-block h2 {
    font-size: 22px;
  }
  .about-text-block p {
    font-size: 13px;
    line-height: 1.7;
    margin: 14px 0 18px;
  }
  .stats-bar {
    margin-top: 18px;
    padding: 15px 0;
  }
  .stats-bar .stat-item {
    text-align: center;
    padding: 12px 0;
  }
  .stat-number {
    font-size: 26px;
  }
  .stat-label {
    font-size: 13px;
  }
  .p-v-120 {
    padding: 35px 0;
  }

  /* About sections (about page) */
  .about-sections .about-center-img {
    height: 250px;
  }
  .about-sections .stat-number {
    font-size: 26px;
  }
  .about-sections .about-text-block h2 {
    font-size: 22px;
  }
  .about-sections .about-text-block p {
    font-size: 13px;
  }
  .about-sections .info-card p {
    font-size: 13px;
  }

  /* ── Collection section – 576px ── */
  .collection-section .col-12.d-flex {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
  .collection-section h2 {
    font-size: 22px;
  }
  .collection-swiper {
    margin-top: 18px;
  }
  .product-card-img {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 4;
    border-radius: 10px;
  }
  .product-card {
    width: 100%;
  }
  .product-card.tall .product-card-img {
    aspect-ratio: 3 / 4.5;
    height: auto;
  }
  .collection-swiper .swiper-slide:nth-child(even) .product-card-img {
    height: auto;
    aspect-ratio: 3 / 3.5;
  }
  .product-card h3 {
    font-size: 14px;
  }
  .product-card-info {
    padding: 8px 0 0;
  }
  .product-card-info h3:last-child {
    font-size: 13px;
    font-weight: 500;
    margin-top: 3px;
  }
  .collection-swiper .swiper-pagination-bullet {
    width: 30px;
    height: 5px;
  }
  .collection-swiper .swiper-pagination-bullet-active {
    width: 55px;
  }

  /* ── Products swiper – 576px ── */
  .products-header h2 {
    font-size: 22px;
  }
  .products-header .btn {
    padding: 0 22px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
  }
  .products-swiper {
    margin-top: 20px;
  }
  .prod-card {
    border-radius: 10px;
  }
  .prod-card__img-wrap {
    height: 300px;
    border-radius: 10px;
  }
  .prod-card__footer {
    padding: 20px 14px;
  }
  .prod-card__footer h3 {
    font-size: 16px;
  }
  .products-swiper .swiper-pagination-bullet {
    width: 30px;
    height: 5px;
  }
  .products-swiper .swiper-pagination-bullet-active {
    width: 55px;
  }

  /* ── How it works – 576px ── */
  .how-section .custom-card {
    padding: 22px 18px;
    border-radius: 10px;
  }
  .how-section .custom-card h3 {
    font-size: 20px;
  }
  .how-section .custom-card p {
    font-size: 13px;
    margin-top: 15px;
    line-height: 1.6;
  }
  .how-section .custom-card .nums {
    font-size: 80px;
  }
  .how-section h2 {
    font-size: 22px;
  }
  .how-section > .container > .row:last-child {
    gap: 15px;
  }
  .how-section .icon-box {
    width: 65px;
    height: 65px;
    margin-bottom: 22px;
  }
  .how-section .icon-box img {
    width: 32px;
  }
  .how-section .play-icon {
    width: 44px;
    height: 44px;
  }
  .how-section .video-text {
    font-size: 13px;
  }
  .how-section > .container > .row:first-child > .col-md-5:last-child p {
    font-size: 13px;
    line-height: 1.6;
  }

  /* ── Testimonials – 576px ── */
  .testimonial-section h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .testimonial-section .orbit-wrapper {
    height: 140px;
  }
  .testimonial-section .center-avatar-wrap {
    width: 75px;
    height: 75px;
  }
  .testimonial-section .center-avatar {
    border-width: 3px;
  }
  .testimonial-section .thumb-avatar img {
    width: 28px;
    height: 28px;
  }
  .testimonial-section .thumb-avatar {
    border-width: 2px;
  }
  .testimonial-section .review-text {
    font-size: 13px;
    line-height: 1.6;
    padding: 0 5px;
  }
  .testimonial-section .stars {
    font-size: 1.4rem;
    letter-spacing: 4px;
    margin: 12px 0;
  }
  .testimonial-section .review-name {
    font-size: 15px;
    margin-top: 12px;
  }
  .testimonial-section .review-role {
    font-size: 12px;
  }
  .testimonial-section .main-swiper {
    margin-top: -6%;
  }

  /* ── Bring Your Idea – 576px ── */
  .bring_your_idea {
    padding: 40px 15px;
  }
  .bring_your_idea .hero-title {
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 10px;
  }
  .bring_your_idea .hero-text {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 18px;
  }
  .bring_your_idea .hero-btn {
    padding: 0 22px;
    font-size: 13px;
    height: 42px;
    line-height: 42px;
    i {
      margin-left: 15px;
      position: relative;
      top: 3px;
    }
  }

  /* ── Showcase – 576px ── */
  .showcase-section {
    padding: 40px 15px;
  }
  .showcase-card {
    padding: 30px 20px;
    border-radius: 40px;
  }
  .showcase-card h2 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .showcase-card p {
    font-size: 13px;
    margin-bottom: 20px;
    line-height: 1.6;
  }
  .showcase-card .btn {
    padding: 0 22px;
    height: 42px;
    line-height: 42px;
    font-size: 13px;
  }

  /* ── Products page – 576px ── */
  .hero-section.products-section {
    padding-top: 0;
  }
  .hero-section.products-section .hero-text-col {
    margin-bottom: 40px;
  }
  .hero-section.products-section h1 {
    font-size: 24px;
  }
  .collections .heading h2 {
    font-size: 22px;
    margin-bottom: 12px;
  }
  .collections .heading p {
    font-size: 13px;
    padding-bottom: 18px;
    margin-bottom: 18px;
  }
  .collections .collections-menu {
    gap: 8px;
    padding-bottom: 20px;
  }
  .collections .collections-menu .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 12px;
    padding: 6px 8px;
  }
  #clearAll {
    font-size: 18px;
    padding: 0 6px;
  }
  .collections .box-wraper .image-wrap img {
    height: 200px;
  }
  .collections .box-wraper h5 {
    font-size: 14px;
    margin-top: 18px;
    margin-bottom: 12px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .collections .box-wraper {
    padding-bottom: 22px;
    margin-bottom: 12px;
  }
  .collections .box-wraper .btn {
    padding: 0 20px;
    height: 38px;
    line-height: 38px;
    font-size: 12px;
  }
  .collections .button-wrapper .dutton-dark {
    padding-left: 30px;
    padding-right: 30px;
  }
  .dutton-dark a {
    font-size: 14px;
  }

  /* Product details */

  .productDetails .swiper-main img {
    height: 280px;
  }
  .swiper-thumbs img {
    height: 60px;
  }
  .product-header h2 {
    font-size: 22px;
  }
  .product-tagline {
    font-size: 14px;
    margin: 15px 0;
  }
  .product-info-section {
    padding: 16px;
  }
  .product-info-section h2 {
    font-size: 18px;
  }
  .info-list li {
    font-size: 14px;
  }
  .requirements-section h2 {
    font-size: 18px;
  }
  .custom-select,
  .custom-input,
  .qty-control {
    height: 44px;
    font-size: 14px;
  }
  .upload-wrapper {
    padding: 6px 12px;
  }
  .qty-wrapper-main {
    padding: 0 10px;
  }

  /* Cart */
  .cart-section {
    padding: 120px 0 30px;
  }
  .cart-header h2 {
    font-size: 24px;
    padding-bottom: 10px;
  }
  .cart-info h5 {
    font-size: 16px;
  }
  .qty-box {
    padding: 4px 12px;
    gap: 12px;
  }

  /* Checkout */
  .checkout-page {
    padding-top: 120px;
    padding-bottom: 30px;
  }
  .checkout-page .hwading-wrapper p {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 25px;
  }
  .checkout-page form h4 {
    font-size: 18px;
    margin-bottom: 18px;
  }
  .checkout-page .right-content .summary h5 {
    font-size: 20px;
  }
  .checkout-page .summary ul li {
    font-size: 14px;
  }
  .checkout-page .right-content {
    padding: 10px;
  }
  .checkout-form {
    height: 44px;
    padding: 0 35px 0 15px;
    font-size: 14px;
  }
  .checkout-page .redio-wrapper .form-check {
    gap: 12px;
  }

  /* Delivery */
  .delivery-section {
    padding: 120px 0 30px;
  }
  .section-title {
    font-size: 14px; margin-bottom: 10px !important;
  }
  .design-img {
    height: auto;
    overflow: hidden;
}
  .form-card {
    padding: 15px;
  }
  .summary-inner {
    padding: 18px;
  }
  .order-btn {
    padding: 10px;
    font-size: 14px;
  }

  /* Contact */
  .contact-wrapper form {
    padding: 25px 15px;
  }
  .contact-wrapper form h5 {
    font-size: 20px;
  }
  .contact-wrapper .left-content p {
    font-size: 14px;
    margin-top: 20px;
  }
  .contact-wrapper .left-content ul li span {
    font-size: 16px;
  }

  /* Gallery */
  .gallery .grid-sizer,
  .gallery .grid-item {
    width: 100%;
  }
  .gallery .gutter-sizer {
    width: 0;
  }
  .gallery .grid-item {
    margin-bottom: 8px;
  }
  .gallery .grid-item.medium img {
    height: auto;
  }
  .gallery .filter-btn {
    padding: 5px 16px;
    font-size: 13px;
  }

  /* Signup / Forgot */
  .signup-section {
    padding: 120px 0 30px;
  }
  .signup-card {
    padding: 25px 20px;
    border-radius: 15px;
  }
  .signup-card h2 {
    font-size: 26px;
  }
  .signup-card p {
    font-size: 13px;
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .signup-card1 {
    padding: 25px 20px;
  }
  .signup-card1 h2 {
    font-size: 24px;
  }
  .social-btn {
    padding: 8px;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .input-box input {
    padding: 8px 35px 8px 12px;
    margin-bottom: 20px;
    font-size: 14px;
  }

  /* ── Account / Dashboard – 576px ── */
  .account-section {
    padding: 100px 0 30px;
  }
  .account-box {
    border-radius: 10px;
  }
  .account-sidebar {
    width: 100% !important;
    height: auto !important;
    padding: 12px 10px;
    border-radius: 10px 10px 0 0;
  }
  .account-sidebar h5 {
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
  }
  .account-sidebar ul {
    display: flex;
    overflow-x: auto;
    gap: 6px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .account-sidebar ul::-webkit-scrollbar {
    display: none;
  }
  .account-sidebar ul li {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
  .account-sidebar ul li a {
    font-size: 12px;
    padding: 8px 12px;
    gap: 6px;
    white-space: nowrap;
  }
  .account-sidebar ul li a i {
    width: 26px;
    height: 26px;
    font-size: 10px;
  }
  .menu-divider {
    display: none;
  }
  .account-sidebar::after {
    display: none;
  }
  .account-content {
    width: 100%;
    border-radius: 0 0 10px 10px;
  }
  .profile-header {
    height: 65px;
  }
  .profile-box {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 0 15px 15px;
    margin-top: -30px;
  }
  .profile-left {
    width: 100%;
  }
  .profile-left img {
    width: 55px;
    height: 55px;
  }
  .profile-left h4 {
    font-size: 18px;
  }
  .profile-left p {
    font-size: 11px;
  }
  .profile-actions {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 5px;
    width: 100%;
  }
  .profile-actions .btn-outline {
    font-size: 11px;
    padding: 6px 14px;
    min-width: auto;
    margin-top: 0;
    flex: 1;
    text-align: center;
  }
  .account-section .account-box img[src*="accountline"] {
    width: 100%;
    height: auto;
  }
  /* Filter tabs / nav pills */
  .filter-tabs {
    padding: 0 10px;
    gap: 6px;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .filter-tabs::-webkit-scrollbar {
    display: none;
  }
  .filter-tabs a,
  .filter-tabs .nav-link,
  .nav-pills .nav-link {
    font-size: 11px;
    padding: 7px 14px;
    white-space: nowrap;
    flex-shrink: 0;
  }
  /* Request cards */
  .request-list {
    padding: 0 10px 15px;
  }
  .request-card {
    flex-direction: column;
    border-radius: 10px;
  }
  .request-img {
    width: 100%;
    height: 170px;
  }
  .request-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
  }
  .request-info {
    padding: 12px;
  }
  .request-info span {
    font-size: 13px;
  }
  .request-info h6 {
    font-size: 14px;
    margin: 8px 0;
  }
  .request-info p {
    font-size: 12px;
    margin: 5px 0;
  }
  .btn-view {
    margin: 0 12px 12px;
    align-self: stretch;
    text-align: center;
    font-size: 12px;
    padding: 8px 20px;
  }
  /* Design cards – full width */
  .design-card {
    margin-bottom: 12px;
  }
  .design-card img {
    height: 140px;
  }
  .design-card h6 {
    font-size: 13px;
    margin-top: 12px;
    margin-bottom: 15px;
  }
  .btn-theme {
    padding: 10px 25px;
    font-size: 13px;
    margin-bottom: 12px;
  }

  /* ── Account Modal – 576px ── */
  .account-modal-dialog {
    max-width: 100%;
    margin: 10px;
  }
  .account-modal {
    width: 100% !important;
    height: auto !important;
    border-radius: 10px !important;
  }
  .account-header {
    padding: 12px 15px;
    border-radius: 10px 10px 0 0;
  }
  .account-header h5 {
    font-size: 16px;
    letter-spacing: 1px;
  }
  .account-left {
    gap: 10px;
  }
  .account-img img {
    width: 40px;
    height: 40px;
  }
  .account-body {
    padding: 15px 12px;
  }
  .account-row {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 15px;
  }
  .account-field {
    width: 100% !important;
  }
  .account-field label {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .account-input input {
    padding: 10px 38px 10px 12px;
    font-size: 13px;
    border-radius: 20px;
  }
  .account-change {
    padding: 10px;
    font-size: 13px;
    margin-bottom: 15px;
  }
  .account-actions {
    flex-direction: column;
    gap: 8px;
    margin-top: 15px;
  }
  .account-btn-black,
  .account-btn-outline {
    width: 100%;
    text-align: center;
    display: block;
    padding: 10px 20px;
    font-size: 13px;
  }

  /* ── Request/Order Modal – 576px ── */
  .custom-modal-dialog {
    max-width: 100%;
    margin: 10px;
  }
  .custom-modal {
    width: 100% !important;
    height: auto !important;
    border-radius: 10px !important;
  }
  .modal-container {
    flex-direction: column;
  }
  .modal-left {
    display: none;
  }
  .modal-right {
    width: 100% !important;
    height: auto !important;
    min-height: auto;
  }
  .modal-header-custom {
    margin: 12px 10px 0;
    padding: 10px 15px;
    border-radius: 8px;
  }
  .modal-header-custom h5 {
    font-size: 16px;
    letter-spacing: 1px;
  }
  .custom-close {
    width: 24px;
    height: 24px;
    font-size: 12px;
  }
  .modal-body-custom {
    padding: 12px;
  }
  .modal-body-custom p {
    font-size: 13px;
    margin-bottom: 12px;
  }
  .modal-actions {
    flex-direction: column;
    gap: 8px;
  }
  .btn-confirm,
  .btn-outline2 {
    width: 100%;
    text-align: center;
    padding: 12px 20px;
    font-size: 13px;
  }

  /* Showcase */
  .showcase-section {
    padding: 40px 0;
  }
  .showcase-card {
    padding: 30px 20px;
    border-radius: 40px;
  }
  .showcase-card h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .showcase-card p {
    font-size: 13px;
    margin-bottom: 25px;
  }
  .showcase-card .btn {
    padding: 0 22px;
    height: 42px;
    line-height: 42px;
    font-size: 13px;
  }

  /* Error */
  .error-banner {
    padding: 40px 0;
  }
  .error-banner .container {
    margin-top: -100px;
  }
  .error-404 {
    width: 200px;
  }
  .error-bg {
    max-width: 250px;
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .error-title {
    font-size: 20px;
  }
  .error-text {
    font-size: 14px;
  }

  /* Thank you */
  .thankyou-banner {
    padding: 120px 0px 30px;
  }
  .thankyou-img img {
    max-width: 250px;
  }
  .thankyou-title {
    font-size: 20px;
    margin-top: 20px;
  }
  .thankyou-text {
    font-size: 11px;
    margin-bottom: 30px;
  }

  /* Footer */
  .footer-logo img {
    max-width: 160px;
  }
  .footer-desc {
    font-size: 13px;
  }
  .footer-col ul li a {
    font-size: 14px;
  }
  .subscribe-box {
    max-width: 280px;
  }

  /* Modals */
  .modal-header-custom h5 {
    font-size: 18px;
  }
  .modal-body-custom p {
    font-size: 14px;
  }
}

/* ──────────────────────────────────────
   480px – Small Mobile Phones
   ────────────────────────────────────── */
@media (max-width: 480px) {
  h1 {
    font-size: 22px;
  }
  h2 {
    font-size: 20px;
  }
  .brand-wordmark h2 {
    font-size: 2.8rem;
  }

  /* Hero */
.hero-image-col {
    height: 420px;
}
  .hero-sub {
    font-size: 16px;
  }

  /* Stats */
  .about-sections .stat-item {
    flex: 1 1 50%;
  }
  .about-sections .stat-number {
    font-size: 24px;
  }
  .stats-bar .stat-number {
    font-size: 22px;
    margin-bottom: 4px;
  }
  .stats-bar .stat-label {
    font-size: 12px;
  }

  /* Testimonials */
  .testimonial-section .orbit-wrapper {
    height: 140px;
  }
  .testimonial-section .center-avatar-wrap {
    width: 70px;
    height: 70px;
  }
  .testimonial-section .thumb-avatar img {
    width: 26px;
    height: 26px;
  }

  /* Products swiper */
  .products-header h2 {
    font-size: 20px;
  }
  .products-header .btn {
    padding: 0 20px;
    height: 38px;
    line-height: 38px;
    font-size: 12px;
  }
  .prod-card__img-wrap {
    height: 260px;
  }
  .prod-card__footer {
    padding: 16px 12px;
  }
  .prod-card__footer h3 {
    font-size: 14px;
  }
  .prod-card__arrow svg {
    width: 18px;
    height: 18px;
  }

  /* Showcase */
  .showcase-section {
    padding: 30px 10px;
  }
  .showcase-card {
    padding: 25px 18px;
    border-radius: 30px;
  }
  .showcase-card h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .showcase-card p {
    font-size: 12px;
    margin-bottom: 18px;
    line-height: 1.5;
  }
  .showcase-card .btn {
    padding: 0 18px;
    height: 38px;
    line-height: 38px;
    font-size: 12px;
  }

  /* Product details */
  .productDetails .swiper-main img {
    height: 240px;
  }
  .product-header h2 {
    font-size: 20px;
  }

  /* Collections / Products page */
  .hero-section.products-section .hero-text-col {
    margin-bottom: 0;
  }
  .collections .heading h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .collections .heading p {
    font-size: 12px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .collections .collections-menu .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 11px;
    padding: 5px 7px;
  }
  #clearAll {
    font-size: 18px;
  }
  .collections .box-wraper .image-wrap img {
    height: 180px;
  }
  .collections .box-wraper h5 {
    font-size: 13px;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .collections .box-wraper {
    padding-bottom: 18px;
    margin-bottom: 10px;
  }
  .collections .box-wraper .btn {
    padding: 0 16px;
    height: 36px;
    line-height: 36px;
    font-size: 11px;
  }

  /* Cart */
  .cart-img {
    height: 160px;
  }

  /* Checkout */
  .checkout-page .summary button {
    width: 100%;
    text-align: center;
  }

  /* ── Account / Dashboard – 480px ── */
  .account-section {
    padding: 100px 0px 25px;
  }
  .account-sidebar {
    padding: 10px 8px;
  }
  .account-sidebar h5 {
    font-size: 13px;
    letter-spacing: 1px;
  }
  .account-sidebar ul {
    gap: 4px;
  }
  .account-sidebar ul li a {
    font-size: 11px;
    gap: 5px;
    padding: 6px 10px;
  }
  .account-sidebar ul li a i {
    width: 24px;
    height: 24px;
    font-size: 10px;
  }
  .profile-header {
    height: 55px;
  }
  .profile-box {
    margin-top: -25px;
    padding: 0 10px 12px;
    gap: 10px;
  }
  .profile-left img {
    width: 48px;
    height: 48px;
    border-width: 3px;
  }
  .profile-left h4 {
    font-size: 15px;
  }
  .profile-left p {
    font-size: 10px;
  }
  .profile-actions {
    margin-top: 5px;
    gap: 6px;
  }
  .profile-actions .btn-outline {
    font-size: 10px;
    padding: 5px 10px;
    margin-top: 0;
  }
  /* Filter tabs */
  .filter-tabs {
    padding: 0 8px;
    gap: 4px;
    margin-bottom: 10px;
  }
  .filter-tabs a,
  .filter-tabs .nav-link,
  .nav-pills .nav-link {
    font-size: 10px;
    padding: 6px 12px;
  }
  /* Request cards */
  .request-list {
    padding: 0 8px 12px;
    gap: 10px;
  }
  .request-img {
    height: 150px;
  }
  .request-info {
    padding: 10px;
  }
  .request-info span {
    font-size: 12px;
  }
  .request-info h6 {
    font-size: 13px;
    margin: 6px 0;
  }
  .request-info p {
    font-size: 11px;
    margin: 3px 0;
  }
  .btn-view {
    margin: 0 10px 10px;
    font-size: 11px;
    padding: 7px 16px;
  }
  /* Design cards */
  .design-card img {
    height: 120px;
  }
  .design-card h6 {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 12px;
  }
  .btn-theme {
    padding: 8px 20px;
    font-size: 12px;
    margin-bottom: 10px;
  }
  /* Account modal */
  .account-header {
    padding: 10px 12px;
  }
  .account-header h5 {
    font-size: 14px;
  }
  .account-img img {
    width: 35px;
    height: 35px;
  }
  .account-body {
    padding: 12px 10px;
  }
  .account-field label {
    font-size: 11px;
    margin-bottom: 6px;
  }
  .account-input input {
    padding: 8px 35px 8px 10px;
    font-size: 12px;
  }
  .account-change {
    font-size: 12px;
    padding: 8px;
  }
  .account-btn-black,
  .account-btn-outline {
    padding: 8px 15px;
    font-size: 12px;
  }
  /* Request/Order modal */
  .modal-header-custom {
    margin: 8px 8px 0;
    padding: 8px 12px;
  }
  .modal-header-custom h5 {
    font-size: 14px;
  }
  .modal-body-custom {
    padding: 10px;
  }
  .modal-body-custom p {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .btn-confirm,
  .btn-outline2 {
    padding: 10px 15px;
    font-size: 12px;
  }

  /* Gallery */
  .gallery .filter-btn {
    padding: 4px 12px;
    font-size: 12px;
  }

  /* Error & Thank You */
  .error-404 {
    width: 160px;
  }
  .error-bg {
    max-width: 200px;
  }
  .thankyou-img img {
    max-width: 200px;
  }
}

/* ──────────────────────────────────────
   375px – iPhone SE / Very Small Phones
   ────────────────────────────────────── */
@media (max-width: 375px) {
  .brand-wordmark h2 {
    font-size: 2.2rem;
  }
  .hero-sub {
    font-size: 15px;
  }
  .hero-image-col {
    height: 360px;
  }

  /* Nav */
  .nav-pill {
    padding: 8px 10px;
  }
  .brand-logo {
    width: 100px;
  }
  .nav-icons {
    gap: 4px;
  }
  .nav-icons a {
    width: 28px;
    height: 28px;
  }

  /* Inner banner */
  .hero-section.innerbanner .hero-image-col {
    height: 150px;
  }
  .hero-section.innerbanner h1 {
    font-size: 22px;
  }

  /* About */
  .about-sections .stat-number {
    font-size: 22px;
  }
  .stats-bar .stat-number {
    font-size: 20px;
  }
  .stats-bar .stat-label {
    font-size: 11px;
  }
  .stats-bar .stat-item {
    padding: 8px 0;
  }
  .about-sections .about-center-img {
    height: 200px;
  }
  .about-sections .about-text-block h2 {
    font-size: 20px;
  }
  .about-sections .info-card h4 {
    font-size: 18px;
  }

  /* How it works */
  .how-section .custom-card .nums {
    font-size: 80px;
  }
  .how-section .custom-card h3 {
    font-size: 18px;
  }

  /* Cart */
  .cart-header h2 {
    font-size: 20px;
  }
  .cart-info h5 {
    font-size: 14px;
  }

  /* Checkout */
  .checkout-page form h4 {
    font-size: 16px;
  }
  .checkout-page .right-content .summary h5 {
    font-size: 18px;
  }

  /* Products swiper */
  .products-header h2 {
    font-size: 18px;
  }
  .prod-card__img-wrap {
    height: 220px;
  }
  .prod-card__footer {
    padding: 14px 10px;
  }
  .prod-card__footer h3 {
    font-size: 13px;
  }

  /* Showcase */
  .showcase-section {
    padding: 25px 8px;
  }
  .showcase-card {
    padding: 22px 15px;
    border-radius: 25px;
  }
  .showcase-card h2 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .showcase-card p {
    font-size: 11px;
    margin-bottom: 15px;
    line-height: 1.5;
  }
  .showcase-card .btn {
    padding: 0 16px;
    height: 36px;
    line-height: 36px;
    font-size: 11px;
  }

  /* Signup */
  .signup-card h2 {
    font-size: 22px;
  }
  .signup-card1 h2 {
    font-size: 20px;
  }

  /* Product details */
  .productDetails .swiper-main img {
    height: 220px;
  }
  .product-header h2 {
    font-size: 18px;
  }
  .product-info-section h2,
  .requirements-section h2 {
    font-size: 16px;
  }

  /* Footer */
  .footer-logo img {
    max-width: 130px;
  }
  .subscribe-box {
    max-width: 100%;
  }

  /* Modals */
  .modal-header-custom h5 {
    font-size: 16px;
  }
  .btn-confirm,
  .btn-outline2 {
    padding: 10px 20px;
    font-size: 13px;
  }

  /* ── Account / Dashboard – 375px ── */
  .account-sidebar h5 {
    font-size: 12px;
  }
  .account-sidebar ul li a {
    font-size: 10px;
    padding: 5px 8px;
    gap: 4px;
  }
  .account-sidebar ul li a i {
    width: 22px;
    height: 22px;
    font-size: 9px;
  }
  .profile-header {
    height: 50px;
  }
  .profile-box {
    margin-top: -22px;
    padding: 0 8px 10px;
  }
  .profile-left img {
    width: 42px;
    height: 42px;
  }
  .profile-left h4 {
    font-size: 14px;
  }
  .profile-left p {
    font-size: 9px;
  }
  .profile-actions .btn-outline {
    font-size: 9px;
    padding: 4px 8px;
  }
  .filter-tabs a,
  .filter-tabs .nav-link,
  .nav-pills .nav-link {
    font-size: 9px;
    padding: 5px 10px;
  }
  .request-img {
    height: 130px;
  }
  .request-info h6 {
    font-size: 12px;
  }
  .request-info p {
    font-size: 10px;
  }
  .btn-view {
    font-size: 10px;
    padding: 6px 12px;
  }
  .design-card img {
    height: 100px;
  }
  .design-card h6 {
    font-size: 11px;
  }
  .btn-theme {
    font-size: 11px;
    padding: 7px 15px;
  }
  /* Account modal */
  .account-header h5 {
    font-size: 13px;
  }
  .account-img img {
    width: 30px;
    height: 30px;
  }
  .account-field label {
    font-size: 10px;
  }
  .account-input input {
    font-size: 11px;
    padding: 7px 30px 7px 10px;
  }
}

/* ──────────────────────────────────────
   320px – Legacy Small Screens
   ────────────────────────────────────── */
@media (max-width: 320px) {
  .brand-wordmark h2 {
    font-size: 1.8rem;
  }
  .hero-image-col {
    height: 320px;
  }
  .hero-sub {
    font-size: 14px;
  }

  .nav-pill {
    padding: 6px 8px;
  }
  .brand-logo {
    width: 85px;
  }
  .nav-icons a {
    width: 26px;
    height: 26px;
  }

  .about-sections .stat-item {
    flex: 1 1 100%;
  }

  /* Collections / Products page */
  .collections .heading h2 {
    font-size: 18px;
  }
  .collections .heading p {
    font-size: 11px;
  }
  .collections .box-wraper .image-wrap img {
    height: 150px;
  }
  .collections .box-wraper h5 {
    font-size: 12px;
    margin-top: 12px;
    margin-bottom: 8px;
  }
  .collections .box-wraper {
    padding-bottom: 15px;
  }
  .collections .box-wraper .btn {
    padding: 0 14px;
    height: 34px;
    line-height: 34px;
    font-size: 11px;
  }

  .productDetails .swiper-main img {
    height: 180px;
  }

  .checkout-page .summary button {
    font-size: 12px;
    padding: 10px 15px 10px 20px !important;
  }

  .signup-card h2 {
    font-size: 20px;
  }

  /* ── Account / Dashboard – 320px ── */
  .account-sidebar {
    padding: 8px 6px;
  }
  .account-sidebar h5 {
    font-size: 11px;
  }
  .account-sidebar ul li a {
    font-size: 9px;
    padding: 4px 7px;
  }
  .account-sidebar ul li a i {
    width: 20px;
    height: 20px;
    font-size: 8px;
  }
  .profile-header {
    height: 45px;
  }
  .profile-box {
    margin-top: -20px;
  }
  .profile-left img {
    width: 38px;
    height: 38px;
  }
  .profile-left h4 {
    font-size: 13px;
  }
  .request-img {
    height: 110px;
  }
  .request-info h6 {
    font-size: 11px;
  }
  .design-card img {
    height: 90px;
  }
  .account-modal-dialog {
    margin: 5px;
  }
}

/* ── SEARCH MODAL RESPONSIVE ─────────────────────── */
@media (max-width: 768px) {
  .search-modal-dialog {
    max-width: 95%;
    margin: 10px auto;
  }
  .search-modal-content {
    padding: 20px;
  }
  .search-modal-title {
    font-size: 18px;
  }
  .search-modal-body .search-col-border {
    border-right: none;
    border-bottom: 1px solid #d8d8d4;
  }
  .search-modal-body .search-section {
    padding: 0 !important;
  }
  .quick-result-grid {
    gap: 10px;
  }
  .quick-result-name {
    font-size: 10px;
  }
  .search-modal-footer {
    flex-direction: column;
    align-items: center;
  }
  .search-modal-footer .btn {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 576px) {
  .search-modal-content {
    padding: 15px;
  }
  .search-modal-title {
    font-size: 16px;
    letter-spacing: 1px;
  }
  .search-section-title {
    font-size: 11px;
  }
  .search-section-list li a {
    font-size: 13px;
  }
}

/* ═══════════════════════════════════════════════════════════
   LOGIN / SIGNUP / FORGOT / CONTACT / PRODUCTS – RESPONSIVE
   ═══════════════════════════════════════════════════════════ */

/* ──────────────────────────────────────
   1199px – Login / Forgot cards
   ────────────────────────────────────── */
@media (max-width: 1199px) {
  .login-card {
    width: 520px;
    left: 80px;
    height: auto;
    padding: 30px;
  }
  .signup-outer1 {
    height: auto;
    min-height: 750px;
  }
}

/* ──────────────────────────────────────
   991px – Tablet: Login / Forgot / Contact
   ────────────────────────────────────── */
@media (max-width: 991px) {
  /* ── Login card ── */
  .login-card {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    max-width: 500px;
    margin: 40px auto;
    height: auto;
  }
  .signup-outer1 {
    height: auto;
    min-height: auto;
  }
  .signup-left1 {
    display: none !important;
  }

  /* ── Forgot page ── */
  .forgot-left {
    display: none !important;
  }
  .forgot-right {
    display: none !important;
  }
  .signup-outer1.forgot_new {
    padding-bottom: 0;
    padding-right: 0;
  }
  .signup-outer1.forgot_new::after {
    display: none;
  }
  .signup-card1 {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    max-width: 500px;
    margin: 30px auto;
    min-height: auto;
  }
  .forgot_new .btn-dark {
    margin-top: 40px;
  }

  /* ── Contact consultation ── */
  .consultation-container .row {
    flex-direction: column;
  }
  .consultation-right {
    min-height: 300px;
  }
  .consultation-right img {
    height: 300px;
    object-fit: cover;
  }
  .collections-menu .navbar-light:last-child .navbar-nav {justify-content: center;}
}

/* ──────────────────────────────────────
   768px – Small Tablets: Login / Contact / Products
   ────────────────────────────────────── */
@media (max-width: 768px) {
  /* ── Login card ── */
  .login-card {
    max-width: 100%;
    padding: 25px 20px;
    border-radius: 15px;
  }
  .login-card h2 {
    font-size: 32px;
  }
  .login-card .para {
    font-size: 14px;
    margin-bottom: 25px;
    margin-top: 20px;
  }

  /* ── Signup outer1 (login/forgot wrapper) ── */
  .signup-outer1 {
    border-radius: 15px;
  }

  /* ── Forgot card ── */
  .signup-card1 {
    max-width: 100%;
    padding: 30px 25px;
    border-radius: 15px;
  }
  .signup-card1 h2 {
    font-size: 30px;
  }
  .forgot_new .para1 {
    font-size: 13px;
    margin-bottom: 22px;
  }
  .forgot_new .lev {
    font-size: 13px;
  }
  .forgot_new .input-box input {
    height: 44px;
    font-size: 13px;
    margin-bottom: 15px;
  }
  .forgot_new .btn-dark {
    height: 44px;
    font-size: 14px;
    margin-top: 30px;
  }
  .forgot_new .login-text {
    font-size: 13px;
  }

  /* ── Contact consultation adjustments ── */
  .consultation-left {
    padding: 35px 20px;
  }
  .consultation-left-content {
    max-width: 100%;
  }
  .consultation-info {
    max-width: 100%;
  }
  .consultation-social {
    margin-top: 30px;
  }
  .consultation-right {
    min-height: 250px;
  }
  .consultation-right img {
    height: 250px;
  }
}


@media (max-width: 991.98px) {
  .collections .collections-menu {
    justify-content: flex-start;
    gap: 18px 22px;
  }

  .collections .collections-menu > .navbar {
    width: 100%;
  }

  .collections .collections-menu .navbar-nav {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }

  .collections .collections-menu .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 18px;
    padding: 0 22px 0 10px;
  }

  .collections .collections-menu .navbar-expand-lg .dropdown-menu {
    top: calc(100% + 8px) !important;
    left: 0 !important;
    width: 160px;
    min-width: 160px;
  }
}

@media (max-width: 767.98px) {
.collections .collections-menu {
    gap: 0px 18px;
    padding-bottom: 45px;
}
.collections .collections-menu .navbar:last-child {
    padding: 0; margin-top: -10px;
}

  .collections .collections-menu .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 16px;
    padding: 0 20px 0 8px;
  }

  .collections .collections-menu .navbar .nav-item {
    padding-right: 14px;
  }

  .collections .collections-menu .dropdown-toggle::after {
    right: 8px;
    width: 8px;
    height: 8px;
    background-size: 8px;
  }

.collections .collections-menu .navbar-expand-lg .dropdown-menu {
    width: 100%;
    min-width: 150px;
    padding: 5px 12px;
    z-index: 2;
}
}





/* ──────────────────────────────────────
   767px – Login / Contact / Products
   ────────────────────────────────────── */
@media (max-width: 767px) {
  .site-header {
    top: 13px !important;
  }
  .nav-pill {
    padding: 14px 20px !important;
  }
  .nav-icons {
    display: flex;
    align-items: center;
    gap: 9px;
  }
  /* ── Login card ── */
  .login-card h2 {
    font-size: 28px;
  }

  /* ── Signup outer1 ── */
  .signup-outer1 {
    min-height: auto;
  }

  /* ── Contact: stack form below content ── */
  .consultation-container {
    min-height: auto;
  }
  .consultation-left,
  .consultation-right {
    min-height: auto;
  }
  .consultation-right img {
    height: 250px;
    object-fit: cover;
  }
  .consultation-left {
    padding: 30px 20px;
  }
  .consultation-left-content h2 {
    font-size: 28px;
    letter-spacing: 2px;
  }
  .consultation-form h3 {
    font-size: 18px;
    letter-spacing: 2px;
  }

  /* ── Products page filter: horizontal scroll ── */
  /* .collections .collections-menu .navbar-expand-lg .navbar-nav {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  } */
  .collections
    .collections-menu
    .navbar-expand-lg
    .navbar-nav::-webkit-scrollbar {
    display: none;
  }
  .collections .collections-menu .navbar .nav-item {
    flex-shrink: 0;
  }
}

/* ──────────────────────────────────────
   576px – Mobile: Login / Contact / Products
   ────────────────────────────────────── */
@media (max-width: 576px) {
  /* ── Login card ── */
  .login-card {
    padding: 25px 18px;
    border-radius: 12px;
  }
  .login-card h2 {
    font-size: 24px;
    letter-spacing: 1px;
  }
  .login-card .para {
    font-size: 13px;
    margin-bottom: 20px;
    margin-top: 15px;
  }
  .login-card .social-btn {
    padding: 8px;
    font-size: 14px;
    margin-bottom: 15px;
  }
  .login-card .input-box input {
    padding: 8px 35px 8px 12px;
    font-size: 14px;
  }
  .login-card .lev {
    font-size: 14px;
  }
  .login-card .btn {
    font-size: 14px;
  }

  /* ── Signup section padding ── */
  .signup-section {
    padding: 120px 0 30px;
  }
  .signup-outer1 {
    border-radius: 12px;
  }

  /* ── Forgot card ── */
  .signup-card1 {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    max-width: 100%;
    margin: 20px auto;
    padding: 25px 18px;
    border-radius: 12px;
    min-height: auto;
  }
  .signup-card1 h2 {
    font-size: 22px;
  }
  .signup-card1 .para1 {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .forgot_new .lev {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .forgot_new .input-box input {
    height: 42px;
    font-size: 13px;
    padding: 8px 40px 8px 12px;
    margin-bottom: 14px;
    border-radius: 8px;
  }
.forgot_new .input-box i {
    top: 50%;
    font-size: 13px;
}
  .forgot_new .btn-dark {
    height: 42px;
    padding: 0 30px;
    font-size: 13px;
    margin-top: 20px;
  }
  .forgot_new .login-text {
    font-size: 12px;
    margin-top: 12px;
  }

  /* ── Contact page ── */
  .consultation-section {
    padding: 30px 0;
  }
  .consultation-left {
    padding: 25px 15px;
  }
  .consultation-left-content h2 {
    font-size: 24px;
    letter-spacing: 1px;
  }
  .consultation-left-content p {
    font-size: 13px;
  }
  .consultation-info span {
    font-size: 13px;
  }
  .consultation-info .icon {
    width: 24px;
    height: 24px;
    min-width: 24px;
    font-size: 10px;
  }
  .consultation-social {
    margin-top: 25px;
  }
  .consultation-social a {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }
  .consultation-form {
    padding: 16px 12px 18px;
  }
  .consultation-form h3 {
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 16px;
  }
  .consultation-form label {
    font-size: 11px;
  }
  .consultation-form input,
  .consultation-form select {
    height: 36px;
    font-size: 12px;
  }
  .consultation-form textarea {
    height: 60px;
    font-size: 12px;
  }
  .consultation-btn {
    font-size: 13px;
    height: 34px;
    padding: 0 12px;
  }

  /* ── Products page ── */
  .collections .box-wraper .image-wrap img {
    height: 220px;
  }
}

/* ──────────────────────────────────────
   480px – Small Mobile: Login / Contact
   ────────────────────────────────────── */
@media (max-width: 480px) {
  /* ── Login card ── */
  .login-card h2 {
    font-size: 22px;
  }
  .login-card .para {
    font-size: 12px;
    margin-bottom: 18px;
    margin-top: 12px;
  }
  .login-card .social-btn {
    font-size: 13px;
    margin-bottom: 12px;
  }

  /* ── Forgot card ── */
  .signup-card1 {
    padding: 20px 15px;
    margin: 15px auto;
  }
  .signup-card1 h2 {
    font-size: 20px;
  }
  .signup-card1 .para1 {
    font-size: 11px;
    margin-bottom: 16px;
  }
  .forgot_new .lev {
    font-size: 11px;
  }
  .forgot_new .input-box input {
    height: 40px;
    font-size: 12px;
    padding: 7px 36px 7px 10px;
    margin-bottom: 12px;
  }
  .forgot_new .btn-dark {
    height: 40px;
    padding: 0 25px;
    font-size: 12px;
    margin-top: 16px;
  }
  .forgot_new .login-text {
    font-size: 11px;
    margin-top: 10px;
  }

  /* ── Contact ── */
  .consultation-left-content h2 {
    font-size: 20px;
  }
  .consultation-form h3 {
    font-size: 14px;
  }
}
@media (max-width:479px) {
.products-header {
    flex-direction: column;
    align-items: center !important;
    gap: 15px;
    justify-content: center;
  }
  .dashboard-shell {
    padding: 0;
}
.dashboard-shell .d-flex {flex-direction: column;}
}
/* ──────────────────────────────────────
   375px – Very Small: Login / Contact
   ────────────────────────────────────── */
@media (max-width: 375px) {
  .nav-icons {
    margin-right: 26px;
  }
  .login-card {
    padding: 20px 14px;
  }
  .login-card h2 {
    font-size: 20px;
  }
  .login-card .social-btn {
    font-size: 12px;
    padding: 7px;
    margin-bottom: 10px;
    border-radius: 25px;
  }
  .login-card .input-box input {
    padding: 7px 30px 7px 10px;
    font-size: 13px;
  }

  .signup-card1 {
    padding: 18px 12px;
    margin: 10px auto;
  }
  .signup-card1 h2 {
    font-size: 18px;
  }
  .signup-card1 .para1 {
    font-size: 11px;
    margin-bottom: 14px;
  }
  .forgot_new .lev {
    font-size: 11px;
  }
  .forgot_new .input-box input {
    height: 38px;
    font-size: 12px;
    padding: 6px 32px 6px 10px;
    margin-bottom: 10px;
  }
  .forgot_new .btn-dark {
    height: 38px;
    padding: 0 20px;
    font-size: 12px;
    margin-top: 14px;
  }

  .consultation-left {
    padding: 20px 12px;
  }
  .consultation-left-content h2 {
    font-size: 18px;
  }
  .consultation-info .info-item {
    gap: 8px;
    padding: 10px 0;
  }
  .consultation-info span {
    font-size: 12px;
  }
}
