@media (min-width: 900px) and (max-width: 1000px) {
    .hero-image img {
        
        width: 85% !important;
        
    }
}


@media (min-width: 1001px) and (max-width: 1800px) {
    .hero-image img {
        
        width: 60% !important;
        
    }
}

@media (max-width: 1400px) {
    .hero {
        height: 500px;
        min-height: 400px;
        max-height: 80vh;
    }
}

@media (max-width: 600px) {
    .hero {
        height: 540px;
        min-height: 540px;
        max-height: 90vh;
        padding: 80px 10px 0 10px;
        /* background-position: center center ; */
    }
    .hero .dots {
        transform: translateY(-50px);
        margin-top: 60px;
    }
    .hero-image {
        /* margin-top: 100x; */
        bottom: -40px !important;
        min-height: 220px;
        max-height: 60vw;
        justify-content: flex-end;
    }

    .hero img {
        width: 100vw;
        max-width: 100vw;
        height: auto;
        max-height: 220px;
        object-fit: contain;
        display: block;
        margin: 0 auto;
    }

    .hero h1 {
        margin-top: 50px;
        text-align: center;
        font-size: 48px !important;
        line-height: 1.1 !important;
        word-break: break-word;
    }

    .hero .mobile-break {
        display: block;
    }

    /* Keep heading above the image */
    #heroHeading {
        position: relative;
        z-index: 2;
    }

    .slider-dots {
        margin-bottom: 16px;
        gap: 16px;
        margin-top: 10px;
    }

    .slider-dots .mob-dot {
        width: 14px;
        height: 14px;
        background: #333 !important;
        border: 2px solid #fff !important;
        border-radius: 50%;
        display: inline-block;
    }

    .our-portfolio {
        padding: 40px 0;
    }
    .our-portfolio h1 {
        font-size: 35px ;
        font-weight: 500;
        letter-spacing: 2% !important;
        margin-bottom: 20px;
        padding: 0 15px;
    }

    .portfolio-slider {
        padding: 0px 10px !important;
    }

    .portfolio-slider .portfolio-card {

        width: 350px;
        min-width: 240px;
        max-width: 98vw;
        height: 700px;
    }

    .portfolio-slider .portfolio-card .card-logo {
        top: 43%;
        width: 130px;
    }
    .portfolio-slider .portfolio-card .powder-logo {
        width: 180px;
    }

    .portfolio-slider .portfolio-card .product-img {
        top: 15px;
        right: 5%;
    }

    /* Individual product image widths — mobile (nth-child order: recharge, powder, activon, immunovolt) */
    .portfolio-slider .portfolio-card:nth-child(1) .product-img { width: 164px; }
    .portfolio-slider .portfolio-card:nth-child(2) .product-img { width: 160px; }
    .portfolio-slider .portfolio-card:nth-child(3) .product-img { width: 135px; }
    .portfolio-slider .portfolio-card:nth-child(4) .product-img { width: 118px; }

    .portfolio-slider .portfolio-card .card-content {
        bottom: 2%;
        padding: 20px;
        width: 100% !important;
        font-size: 13px !important;
    }

    .desktop-br {
        display: none !important;
    }

    .portfolio-slider .portfolio-card .card-bg img {
        height: 100%;
        object-fit: cover;
    }

    .slider-dots {
        gap: 16px;
        margin-top: 10px;
    }

    .slider-dots .mob-dot.active {
        background: #f05a28 !important;
        width: 18px;
        height: 18px;
    }
}

@media (max-width: 900px) {
    .desktop-nav-links {
        display: none !important;
    }

    .hamburger {
        display: flex;
    }

    .navbar {
        padding: 0 6px 0 15px;
    }

    .nav-left {
        flex: 0;
        gap: 0;
    }

    .nav-right {
        flex: 0;
        gap: 0;
    }

    .logo {
        height: 91px;
        width: auto;
    }

    .buy-now-btn {
        font-size: 11px;
        padding: 10px 14px;
    }

    .experience-heading {
        font-size: 32px !important;
        margin-bottom: 20px;
        padding: 0 15px;
    }

    .ex-slider {
        padding: 10px 15px;
        gap: 15px;
    }

    .ex-image {
        min-width: 200px;
    }

    /* _____________footer________ */
  
     footer {
    
        padding: 0px 10px 20px;
    }
    .footer-top {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0px;
    }
    .footer-col.center,
    .footer-col.right {
        display: contents;
    }
    .footer-col.center img {
        order: 1;
        margin-bottom: 5px;
        width: 140px;
    }
    .footer-links {
        order: 2;
        width: 100%;
        justify-content: center;
        gap: 12px;
        flex-wrap: wrap;
    }
    .footer-links a {
        font-size: 11px;
    }
    .footer-col.left {
        order: 3;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 8px;
        margin-top: 15px;
    }
    .footer-col.left img {
        height: 35px !important;
        margin: 0;
    }

    .footer-col .glucon-d-logo {
        width: 197px !important;
    }

    .footer-col.left p {
        text-align: center;
        font-size: 11px;
        line-height: 1.6;
        max-width: 95%;
        margin: 0;
    }
    .footer-ai-label {
        order: 4;
        margin-bottom: 5px;
        font-size: 11px;
    }
    .footer-bottom {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
        background: transparent;
        width: 100%;
        padding: 0px 0;
    }
    .foot-left,
    .foot-right {
        display: contents;
    }
    .socials {
        order: 1;
        background: #F25424;
        width: 95%;
        max-width: 350px;
        margin: 0 auto;
        border-radius: 40px;
        padding: 16px 0;
        justify-content: center;
        gap: 20px;
    }
    .foot-right a {
        order: 2;
        color: #555;
        font-size: 10px;
        margin: 5px 0 0 0;
    }
    .foot-left span {
        order: 3;
        color: #555;
        font-size: 10px;
        padding-top: 15px;
        width: 100%;
    }
    .foot-right .agency {
        order: 4;
        color: #555;
        font-size: 10px;
    }
    .footer-bottom>span {
        color: #333;
        font-size: 11px;
        text-align: center;
    }
    .footer-bottom>span:first-child {
        order: 3;
        width: 100%;
    }
    .footer-bottom>span:last-child {
        order: 4;
    }
}
