/* ==========================================================================
   MOBILE RESPONSIVENESS (HOME PAGE)
   ========================================================================== */

/* --- TABLET SCREENS (Max 991px) --- */
@media (max-width: 991px) {
    /* Hero Section */
    .new-hero-section {
        min-height: 600px;
    }
    .new-hero-section .hero-title {
        font-size: 52px;
    }

    /* Story Section */
    .story-section .story-text-col {
        padding: 0 20px !important;
        text-align: center;
    }
    .story-section .title-divider {
        justify-content: center;
    }
    .story-section .story-img-col {
        padding: 20px 20px 0;
    }
}

/* --- MOBILE SCREENS (Max 767px) --- */
@media (max-width: 767px) {
    p,
    a,
    li {
        font-size: 14px;
    }
    .section-title {
        font-size: 28px !important;
    }
    .my-40 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .mt-40 {
        margin-top: 30px;
    }

    .section-padding {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .mobile-dropdown-toggle a {
        font-size: 16px;
    }
    /* Hero Section */
    .new-hero-section {
        min-height: 500px;
        text-align: center;
        overflow: hidden;
    }
    .new-hero-section::before {
        background-image: url("../images/banners/mobile-home-banner1.jpg");
    }
    .new-hero-section .row {
        height: 100% !important;
    }
    .new-hero-section .hero-text-col {
        position: relative;
        z-index: 2;
        padding-left: 5%;
        top: -16%;
    }
    .new-hero-section .hero-title {
        font-size: 38px;
        line-height: 1.2;
    }
    .new-hero-section .hero-subtitle {
        font-size: 16px;
        margin: 15px auto 25px;
        max-width: 90%;
    }
    .new-hero-section .title-divider {
        justify-content: center !important;
    }
    .new-hero-section .btn-hero-explore {
        background: #c12117;
        padding: 12px 24px;
        font-size: 14px;
    }

    /* Features Strip */
    .features-strip {
        overflow: hidden;
        padding: 90px 0 70px;
        top: 66px;
        background-position: top;
        background-size: cover !important;
        background: url("../images/banners/mobile-shape1.png");
        background-repeat: no-repeat;
    }
    .features-strip .feature-box {
        margin-bottom: 30px;
    }
    .features-strip .feature-box-third,
    .features-strip .feature-box-fourth {
        margin-bottom: 0;
    }
    .features-strip .feature-title {
        font-size: 16px;
    }
    .features-strip .feature-desc {
        font-size: 13px;
    }

    /* Premium Teas Section */
    .premium-teas-section {
        padding: 90px 0 50px;
    }
    .mockup-card {
        margin-bottom: 10px;
    }

    /* Story Section */
    .story-section .story-text-col {
        padding: 0 20px !important;
    }
    .story-section .story-text-col h2 {
        font-size: 28px;
    }
    .story-section {
        margin-top: 30px;
    }
    .story-section p {
        font-size: 14px;
    }
    .story-section .story-img-wrapper {
        padding-left: 0;
    }

    /* Why Choose Section */
    .why-choose-section {
        padding: 30px 0 20px;
    }
    .why-choose-section .why-icon-box {
        margin-bottom: 20px;
        padding: 0;
    }
    .story-section .story-img-wrapper {
        height: 100%;
    }
    .why-choose-section .why-icon-box h4 {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 12px;
    }
    .why-icon-box .icon-circle img {
        width: 40px;
    }
    .why-choose-section .why-icon-box .icon-circle {
        width: 70px;
        height: 70px;
    }
    .why-icon-box .icon-circle img.hygenic-icon {
        height: 35px;
    }
    /* CTA Banner Section */
    .cta-banner-section .cta-content {
        left: 64%;
        width: 90%;
        top: 38%;
        text-align: center;
    }
    .cta-banner-section .cta-content h2 {
        font-size: 16px !important;
        line-height: 1.3;
    }
    .cta-banner-section .title-divider {
        justify-content: center;
    }
    .cta-banner-section .mobile-img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    /* Testimonials Section */
    .kw-testimonial-section {
        padding: 40px 15px;
    }
    .kw-testimonial-section .kw-testimonial-heading h2 {
        font-size: 28px;
    }
    .premium-site-header .main-header .logo-wrapper img {
        height: 95px;
    }
    .premium-site-header.header-solid-red .main-header {
        padding-bottom: 0;
    }
    .features-strip .feature-box img {
        height: 40px;
    }
    .premium-teas-section .card-info h3 {
        font-size: 20px;
        margin-bottom: 2px;
    }
    .premium-teas-section .card-info p {
        margin-bottom: 10px;
    }
    .premium-teas-section .btn-card-shop {
        font-size: 14px;
    }
    .premium-teas-section .card-image-bg {
        height: 228px;
    }
    .swiper-pagination-bullet {
        width: 8px !important;
        height: 8px !important;
    }
    .site-footer .col-third,
    .site-footer .col-second {
        padding-left: 15px;
    }
    .site-footer .footer-title {
        font-size: 18px;
    }
    .site-footer .footer-social a {
        font-size: 18px;
    }
    .site-footer .footer-col {
        margin-bottom: 1.5rem;
    }
    .global-breadcrumb-section .breadcrumb-page-title {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 6px;
    }
    .global-breadcrumb-section .breadcrumb-item {
        font-size: 12px;
        font-weight: 500;
    }
    .global-breadcrumb-section .breadcrumb-item + .breadcrumb-item::before {
        font-size: 1.5rem;
        padding: 0 0px;
    }
    .experience-circle .text {
        font-size: 10px;
    }
    .about-features-strip .stat-suffix {
        font-size: 26px;
    }
    .about-features-strip .stat-number {
        font-size: 36px;
    }
    .about-features-strip .stat-label {
        font-size: 14px;
    }
    .about-features-strip {
        padding: 40px 0;
    }
    .about-features-strip .feature-box {
        padding: 26px 15px;
    }
    .about-journey-section {
        padding: 50px 0 30px;
    }
    .about-journey-section
        .journey-wrapper
        .journey-content-side
        .journey-timeline
        .timeline-item
        .timeline-text
        h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .about-journey-section
        .journey-wrapper
        .journey-content-side
        .journey-timeline
        .timeline-item
        .timeline-text
        p {
        font-size: 14px;
    }
    .about-journey-section
        .journey-wrapper
        .journey-content-side
        .journey-timeline
        .timeline-item
        .timeline-icon
        img {
        width: 30px;
    }
    .about-journey-section
        .journey-wrapper
        .journey-content-side
        .journey-timeline
        .timeline-item
        .timeline-icon {
        width: 60px;
        height: 60px;
        margin-left: -26px;
        margin-right: 24px;
    }
    .about-journey-section
        .journey-wrapper
        .journey-content-side
        .journey-timeline::before {
        left: 30px;
        top: 10px;
    }
    .about-cta-section .cta-overlay-content .cta-text-box h2 {
        font-size: 20px;
        margin-bottom: 12px;
    }
    .about-cta-section .cta-overlay-content .cta-text-box .cta-divider {
        margin-bottom: 20px;
    }
    .about-cta-section .cta-overlay-content .cta-text-box p {
        margin-bottom: 20px;
        max-width: 200px;
        font-size: 14px;
    }
    .about-cta-section .cta-overlay-content .cta-text-box .btn-explore {
        font-size: 12px;
        padding: 10px 28px;
    }
    .about-cta-section
        .cta-overlay-content
        .cta-text-box
        .btn-explore
        .icon-circle {
        width: 16px;
        height: 16px;
        margin-left: 10px;
        font-size: 12px;
        line-height: 0;
    }
    .product-details-section {
        padding: 60px 0;
    }
    .product-image-gallery .main-image-wrapper {
        width: 100%;
    }
    .product-image-gallery .main-product-img {
        max-height: 260px;
    }
    .product-info-content .product-main-title {
        font-size: 28px;
    }
    .product-info-content .product-meta {
        font-size: 14px;
    }
    .product-info-content .product-description p {
        font-size: 14px;
    }
    .product-info-content .weight-label {
        font-size: 14px;
    }
    .product-info-content .product-action {
        margin-top: 38px;
    }
    .product-info-content .product-action {
        margin-top: 30px;
    }
    .product-info-content .btn-inquiry-premium {
        font-size: 14px;
        padding: 12px 40px;
    }
    .contact-info-card .contact-link {
        font-size: 16px;
    }
    h4.eyebrow-text {
        font-size: 14px;
    }
    .modern-contact-form .premium-btn {
        font-size: 14px;
    }
    .contact-info-section .contact-info-card {
        display: flex;
        align-items: flex-start;
        gap: 20px;
        padding: 40px 20px;
    }
    .contact-info-card .icon-wrapper {
        flex-shrink: 0;
        font-size: 24px;
        margin: 0;
    }
    .contact-info-section .contact-info-card .contact-details {
        text-align: left;
    }
    .contact-info-card h3 {
        font-size: 20px;
    }
    .contact-info-card p {
        font-size: 14px;
    }
    .contact-info-card .contact-text {
        font-size: 14px;
    }
    .premium-inquiry-modal .modal-wrapper {
        max-width: 100% !important;
    }
    .inquiry-modal-title {
        font-size: 20px;
    }
    .inquiry-modal-form-wrapper {
        padding: 40px 20px;
    }
    .btn-inquiry-submit {
        font-size: 14px;
        padding: 12px 35px;
        margin-top: 0;
    }
    .features-strip .feature-box {
        border-right: none;
    }
    .new-hero-section .hero-text-col::before {
        top: 34%;
        left: 50%;
        background: radial-gradient(
            circle,
            rgba(255, 246, 230, 0.89) 0%,
            rgba(255, 246, 230, 0.7) 34%,
            rgba(0, 0, 0, 0) 58%
        );
    }
    .premium-teas-section {
        padding: 60px 0;
    }
}

/* --- SMALL MOBILE (Max 480px) --- */
@media (max-width: 480px) {
    .new-hero-section .hero-title {
        font-size: 32px;
    }

    .features-strip .feature-box-third {
        margin-bottom: 30px;
    }
}

/* ==========================================================================
   MOBILE HEADER MENU
   ========================================================================== */

/* Show Hamburger Only on Mobile */
.mobile-menu-toggle {
    display: none;
}
@media (max-width: 991px) {
    .mobile-menu-toggle {
        display: block !important;
    }
}

/* Offcanvas Overlay */
.mobile-nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.mobile-nav-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Offcanvas Menu */
.mobile-nav-menu {
    position: fixed;
    top: 0;
    left: -320px;
    width: 320px;
    height: 100vh;
    background: #fff9e9;
    z-index: 2001;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 5px 0 15px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
}
.mobile-nav-menu.active {
    left: 0;
}

.mobile-nav-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    background: #ac170f;
}
.mobile-nav-logo {
    height: 40px;
}
.mobile-nav-close {
    background: none;
    border: none;
    color: #fff;
    padding: 0;
}

.mobile-nav-list {
    list-style: none;
    padding: 20px 0;
    margin: 0;
}
.mobile-nav-list > li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.mobile-nav-list > li > a,
.mobile-dropdown-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 25px;
    color: #333;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--font-primary);
    transition: all 0.2s ease;
}
.mobile-nav-list > li > a:hover,
.mobile-dropdown-toggle:hover {
    color: #ac170f;
    background: rgba(172, 23, 15, 0.05);
}
.mobile-nav-list > li > a.active {
    color: #ac170f;
}

.mobile-dropdown-toggle {
    cursor: pointer;
}
.mobile-dropdown-toggle a {
    color: inherit;
    text-decoration: none;
    flex-grow: 1;
}

.mobile-dropdown-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
}
.mobile-has-dropdown.active .mobile-dropdown-menu {
    display: block;
}
.mobile-dropdown-menu li {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.mobile-dropdown-menu a {
    display: block;
    padding: 12px 25px 12px 40px;
    color: #555;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.2s ease;
}
.mobile-dropdown-menu a:hover {
    color: #ac170f;
    padding-left: 45px;
}
