/* responsive.css */

@media (max-width: 1240px) {
    .main-heading {
        font-size: 34px;
    }

    .call-to-action-heading {
        font-size: 34px;
    }

    .nav-logo img {
        width: 130px;
    }

    .search-bar {
        width: 180px;
    }

    .gem-img-text {
        top: 30px;
        font-size: 14px;
    }

}

@media (min-width: 1200px) {
    .col-lg-custom-5 {
        flex: 0 0 auto;
        width: 20%;
        /* 100 / 5 = 20% */
    }
}

@media (max-width: 991px) {
    .gem-img-text {
        top: 20px;
        font-size: 14px;
    }

    .search-button {
        width: 100%;
        margin-top: 5px;
    }

    .contact-btn {
        width: 100%;
        justify-content: center;
    }

    .nav-logo img {
        width: 120px;
    }

    .faq-heading {
        font-size: 15px;
    }

    .faq-paragraph {
        font-size: 14px;
    }

    .showroom-card img {
        height: auto;
    }

    .nav-web {
        display: none;
    }
}

@media (max-width: 767px) {
    .header-section-mob {
        display: block;
    }

    .header-section-web {
        display: none;
    }
.schedule-img{
    display: none;
}
    .custom-search-wrapper {
        display: flex;
        align-items: center;
        background: #f2f2f2;
        border-radius: 50px;
        padding: 2px 10px 2px 20px;
        width: 100%;
    }

    .card-title {
        padding-bottom: 10px;
        font-size: 18px;
    }

    .product-heading {
        margin-top: 20px;

    }

    .card-text {
        font-size: 14px;
    }

    .main-heading {
        font-size: 28px;
        text-align: center;
    }

    .call-to-action-heading {
        font-size: 26px;
        text-align: center;
    }

    .call-to-action-description {
        font-size: 14px;
        text-align: center;
    }

    .call-action-btn {
        justify-content: center !important;
        text-align: center;
    }

    .gem-img-text {
        right: 22px;
        top: 50px;
        font-size: 14px;
    }

    .product-name {
        font-size: 14px;
    }

    .semi-gem-title {
        font-size: 14px;
    }

    .rudraksha-product-title {
        font-size: 13px;
    }
.schedule-section-title{
    text-align: center;
}
    .form-text {
        font-size: 13px;
    }

    .site-footer h6 {
        font-size: 18px;
    }

    .showroom-card {
        margin: 0 auto;
        max-width: 300px;
    }

    .showroom-card img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .gemstone-section .col-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .logos {
        gap: 0;
    }

    /* Poppins font fix (if not already added) */
    @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');

    .font-poppins {
        font-family: 'Poppins', sans-serif;
    }

    /* Mobile sliding menu */
    .mobile-menu {
        position: fixed;
        top: 0;
        left: -100%;
        width: 80%;
        height: 100%;
        background-color: #fff;
        z-index: 9999;
        overflow-y: auto;
        transition: left 0.3s ease-in-out;
        box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15);
    }

    /* Show menu */
    .mobile-menu.open {
        left: 0;
    }

    /* Close button */
    .close-menu-btn {
        background: none;
        border: none;
        font-size: 24px;
        padding: 16px;
        float: right;
    }

    /* Input styling */
    .custom-search-input {
        padding: 10px 14px;
        border-radius: 6px;
        border: 1px solid #ccc;
        font-size: 14px;
        width: 100%;
        border: none;
    }

    /* Icons spacing */
    .icon-gap a {
        padding: 0 6px;
    }

    /* Dropdown inside off-canvas */
    .mobile-menu .dropdown-menu {
        position: static;
        float: none;
        width: 100%;
        margin: 0;
        border: none;
        box-shadow: none;
    }

    .mobile-banner {
        display: block;
    }

    .web-banner {
        display: none;
    }
    
}

@media (max-width: 575px) {
    .custom-search-wrapper {
        display: flex;
        align-items: center;
        background: #f2f2f2;
        border-radius: 50px;
        padding: 2px 10px 2px 20px;
        width: 100%;
    }
.schedule-img{
    display: none;
}
    .home-category-section {
        padding: 0;
    }

    .header-section-mob {
        display: block;
    }

    .header-section-web {
        display: none;
    }

    .main-heading {
        font-size: 24px;
    }

    .call-to-action-heading {
        font-size: 22px;
    }

    .call-to-action-description {
        font-size: 13px;
    }

    .call-action-btn .btn {
  
        font-size: 13px;
    }

    .nav-logo img {
        width: 100px;
    }

    .search-button {
        font-size: 14px;
        padding: 6px 12px;
    }

    .contact-btn a {
        font-size: 14px;
    }

    .faq-heading {
        font-size: 14px;
    }

    .faq-paragraph {
        font-size: 13px;
    }

    .showroom-card {
        max-width: 100%;
        padding: 0 10px;
    }

    .gem-img-text {
        font-size: 12px;
        top: 34px;
        right: 28px;
    }

    .gemstone-section .col-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .mob-icon-section {
        margin: 0;
    }

    /* Poppins font fix (if not already added) */
    @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');

    .font-poppins {
        font-family: 'Poppins', sans-serif;
    }

    /* Mobile sliding menu */
    .mobile-menu {
        position: fixed;
        top: 0;
        left: -100%;
        width: 80%;
        height: 100%;
        background-color: #fff;
        z-index: 9999;
        overflow-y: auto;
        transition: left 0.3s ease-in-out;
        box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15);
    }

    /* Show menu */
    .mobile-menu.open {
        left: 0;
    }

    /* Close button */
    .close-menu-btn {
        background: none;
        border: none;
        font-size: 24px;
        padding: 16px;
        float: right;
    }

    /* Input styling */
    .custom-search-input {
        padding: 10px 14px;
        border-radius: 6px;
        border: 1px solid #ccc;
        font-size: 14px;
        width: 100%;
        border: none;
    }

    /* Icons spacing */
    .icon-gap a {
        padding: 0 6px;
    }

    /* Dropdown inside off-canvas */
    .mobile-menu .dropdown-menu {
        position: static;
        float: none;
        width: 100%;
        margin: 0;
        border: none;
        box-shadow: none;
    }

    .mobile-banner {
        display: block;
    }

    .web-banner {
        display: none;
    }

    .lebel-box {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .label-dropdown {
        width: 100% !important;
    }

    .sub-heading {
        font-size: 22px;
        font-family: "Playfair Display", serif;
        color: #212529;
        padding-bottom: 15px;
    }
}

@media (max-width: 375px) {
    .nav-web {
        display: none;
    }

    .main-nav {
        background-color: #fff;
    }

    .navbar-mob {
        display: none;
    }

    .custom-search-wrapper {
        display: flex;
        align-items: center;
        background: #f2f2f2;
        border-radius: 50px;
        padding: 2px 10px 2px 20px;
        width: 100%;
    }

    .gem-img-text {
        font-size: 16px;
        top: 56px;
        right: 28px;
    }

    .all-product-section {
        padding: 30px 0;
    }

    .Schedule-section {
        background-color: #efefef;
        padding: 30px 0;
    }

    .showroom-section {
        padding: 30px 0;
    }

    .header-section-mob {
        display: block;
    }

    .header-section-web {
        display: none;
    }

    .mob-icon-section {
        margin: 0;
    }

    /* Poppins font fix (if not already added) */
    @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');

    .font-poppins {
        font-family: 'Poppins', sans-serif;
    }

    /* Mobile sliding menu */
    .mobile-menu {
        position: fixed;
        top: 0;
        left: -100%;
        width: 80%;
        height: 100%;
        background-color: #fff;
        z-index: 9999;
        overflow-y: auto;
        transition: left 0.3s ease-in-out;
        box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15);
    }

    /* Show menu */
    .mobile-menu.open {
        left: 0;
    }

    /* Close button */
    .close-menu-btn {
        background: none;
        border: none;
        font-size: 24px;
        padding: 16px;
        float: right;
    }

    /* Input styling */
    .custom-search-input {
        padding: 10px 14px;
        border-radius: 6px;
        border: 1px solid #ccc;
        font-size: 14px;
        width: 100%;
        border: none;
    }

    /* Icons spacing */
    .icon-gap a {
        padding: 0 6px;
    }

    /* Dropdown inside off-canvas */
    .mobile-menu .dropdown-menu {
        position: static;
        float: none;
        width: 100%;
        margin: 0;
        border: none;
        box-shadow: none;
    }

    .mobile-banner {
        display: block;
    }

    .web-banner {
        display: none;
    }

    .lebel-box {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .label-dropdown {
        width: 100% !important;
    }

    .sub-heading {
        font-size: 22px;
        font-family: "Playfair Display", serif;
        color: #212529;
        padding-bottom: 15px;
    }
}