/* Responsive CSS for index.html */

/* General responsive styles */
.img-fluid {
    max-width: 100%;
    height: auto;
}

/* Tablet styles (768px to 991px) */
@media (max-width: 991.98px) {
    /* Hero section */
 
    .hero-content h1 {
        font-size: calc(1.375rem + 1.5vw) !important;
        max-width: 600px !important;
    }
    
    .hero-content .anton-regular {
        font-size: 2rem !important;
    }
    
    /* Latest products section */
    .latest-products {
        height: auto;
        min-height: 80vh;
        padding-bottom: 60px;
    }
    
    .box-area {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    
    .box-area::-webkit-scrollbar {
        display: none;
    }
    
    .box {
        height: 400px;
    }
    
    .box.activate {
        width: 300px;
    }
    
    /* Customer support section */
    .customer-support {
        height: auto;
        min-height: 50vh;
        padding: 40px 0;
    }
    
    /* Employees section */
    .employees {
        min-height: auto;
        padding: 50px 0;
    }
}

/* Mobile styles (576px to 767px) */
@media (max-width: 767.98px) {
    /* Hero section */
 
    .hero-content {
        padding-left: 1.5rem !important;
    }
    
    .hero-content h1 {
        font-size: calc(1.325rem + 0.9vw) !important;
        max-width: 100% !important;
    }
    
    .hero-content p {
        font-size: 1rem !important;
    }
    
    .hero-content .btn {
        padding: 0.375rem 1rem !important;
        font-size: 0.9rem !important;
    }
    
    .hero-content .anton-regular {
        font-size: 1.5rem !important;
    }
    
    .main_slider_carousel {
        bottom: 10em;
    }
    
    /* Latest products section */
    .product-categories {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    
    .product-categories::-webkit-scrollbar {
        display: none;
    }
    
    .box {
        height: 300px;
    }
    
    .box.activate {
        width: 200px;
    }
    
    .box h2 {
        font-size: 20px;
        left: 55px;
    }
    
    .inquiry-btn {
        font-size: 11px;
        left: 55px;
    }
    
    /* Customer support section */
    .customer-support img {
        margin-bottom: 20px;
    }
    
    /* Employees section */
    .employee-img {
        width: 100px;
        height: 100px;
        margin-bottom: 15px;
    }
}

/* Small mobile styles (up to 575px) */
@media (max-width: 575.98px) {
    /* Hero section */

    
    .hero-content {
        padding-left: 1rem !important;
    }
    
    .hero-content h1 {
        font-size: calc(1.275rem + 0.3vw) !important;
    }
    
    .hero-content .btn {
        padding: 0.25rem 0.75rem !important;
        font-size: 0.85rem !important;
    }
    
    .hero-content .anton-regular {
        font-size: 1.25rem !important;
    }
    
    .main_slider_carousel {
        bottom: 8em;
        transform: translate(-20%,-100%);
    }
    
    .carousel-indicators [data-bs-target] {
        width: 8px;
        height: 8px;
        margin-right: 4px;
    }
    
    /* Latest products section */
    .latest-products {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
    .box {
        height: 250px;
        margin-right: 10px;
    }
    
    .box.activate {
        width: 160px;
    }
    
    .box h2 {
        font-size: 16px;
        bottom: 25px;
        left: 50px;
    }
    
    .inquiry-btn {
        bottom: 8px;
        left: 50px;
        font-size: 10px;
        padding: 3px 6px;
    }
    
    .icon-img img {
        width: 30px;
        height: 30px;
        bottom: 15px;
        left: 10px;
    }
    
    /* Customer support section */
    .customer-support {
        height: auto;
        padding: 30px 0;
    }
    
    /* Employees section */
    .employee-img {
        width: 80px;
        height: 80px;
        margin-bottom: 10px;
    }
    
    .employees p {
        font-size: 0.9rem;
    }
    
    .employees h4 {
        font-size: 1.1rem;
    }
}

/* Fix for navigation on mobile */
@media (max-width: 991.98px) {
    .navbar-collapse {
        background-color: rgba(255, 255, 255, 0.95);
        padding: 15px;
        border-radius: 8px;
        margin-top: 10px;
    }
    
    .navbar-nav .nav-link {
        color: #333 !important;
        padding: 8px 15px;
    }
}
