.hero-header {
    padding: 80px 0;
}

.main-title {
    font-size: 48px;
}

.hero-text {
    font-size: 16px;
    max-width: 500px;
}
.hero-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.hero-contact {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.qr-box img {
    width: 70px;
}

.phone-box {
    font-size: 16px;
}
.hero-header img {
    max-width: 100%;
    height: auto;
}
.info-box {
    position: absolute;
    right: 20px;
    top: 120px;
    width: 200px;
}

@media (max-width: 992px) {
    .info-box {
        position: static;
        margin: 30px auto;
        text-align: center;
    }
}
@media (max-width: 768px) {
    .leaf {
        display: none;
    }

    .leaf-a,
    .leaf-b,
    .leaf-c,
    .leaf-e,
    .leaf-f,
    .leaf-d {
        display: block;
        width: 294px;
    }
    .wave {
    position: relative;
    overflow: hidden;
    height: 370px;
    margin-bottom: -227px;
}
.juice-section-size {
    border: 1px solid #ddd;
    padding: 10px 9px;
    border-radius: 25px;
    font-size: 12px;
    background: #fff;
    cursor: pointer;
    transition: 0.3s;
}
.logo img {
    height: 70px;
    width: 70px;
    object-fit: cover;
    border-radius: 50%;
}
}
@media (max-width: 991px) {

    .about-content {
        flex-direction: column;
        text-align: center;
    }

    .about .text h1 {
        font-size: 30px;
    }

    .mini-stats {
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
    }

    .about .image {
        margin-top: 30px;
    }

    .about .image img {
        width: 80%;
    }
}
@media (max-width: 576px) {

    .about {
        padding: 50px 15px;
    }

    .about .text h1 {
        font-size: 24px;
    }

    .about .text p {
        font-size: 14px;
    }

    .mini-stats {
        flex-direction: column;
        gap: 10px;
    }
}
@media (max-width: 768px) {

    .footer {
        text-align: center;
    }

    .footer .logo img {
        width: 100px;
    }

    .social-icons {
        justify-content: center;
    }

    .footer-links {
        align-items: center;
    }

    .footer-bottom {
        font-size: 12px;
    }
}



