@font-face {
    font-family: 'Tangkiwood';
    src: url('../../../fonts/tangkiwood/TAN-Tangkiwood-Regular.woff2') format('woff2'),
         url('../../../fonts/tangkiwood/TAN-Tangkiwood-Regular.ttf') format('truetype'),
         url('../../../fonts/tangkiwood/TAN-Tangkiwood-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap; 
}

/* =========================
   HERO SECTION & SLIDER (DESKTOP)
========================= */
.hero-section {
    position: relative;
    overflow: hidden;
    height: 80vh;
    min-height: 547px;
}

.hero-slider-wrap,
.hero-slider,
.hero-slider .slick-list,
.hero-slider .slick-track {
    height: 100%;
}

.slide-item {
    position: relative;
    height: 100%;
}

/* =========================
   TEXT CONTENT AREA (DESKTOP)
========================= */
.hero-content {
    position: relative;
    z-index: 30; 
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: flex-start; 
    transform: translateY(-50px);
}

.hero-title {
    transform: translate(100px, 100px);
    margin: 0;
    width: 100%; 
    text-align: left;
    font-family: 'Tangkiwood', 'Cooper Black', serif; 
    font-size: 5rem; 
    font-weight: normal; 
    line-height: 1.1;
    color: #ffffff;
    text-shadow: 0 4px 6px rgba(0,0,0,0.15); 
}

/* =========================
   WAVE (DESKTOP)
========================= */
.hero-wave {
    position: absolute;
    left: 0;
    bottom: 0; 
    width: 100%;
    z-index: 20; 
    line-height: 0; 
}

.wave-img {
    position: relative;
    z-index: 10; 
    display: block;
    width: 100%;
}

/* =========================
   BOBA SLIDE IMAGES (DESKTOP)
========================= */
.boba-splash {
    position: absolute;
    z-index: 5;
    right: 5%;
    bottom: -5%;
    width: 669px;
    max-width: 75vw;
    transform: rotate(4deg);
}

.main-boba-image {
    position: absolute;
    z-index: 8;
    right: 14%;
    bottom: 35%;
    width: 460px;
    max-width: 45vw; 
}

.boba-pearl {
    position: absolute;
    z-index: 20; 
}

.pearl-1 { 
    width: 85%;
    bottom: 8%; 
    left: 8%;
    pointer-events: none; 
}

/* =========================
   ICE CREAM SLIDE IMAGES (DESKTOP)
========================= */
.main-ice-cream {
    position: absolute;
    z-index: 25;
    right: 7%;
    bottom: 9%;
    width: 600px;
    max-width: 50vw;
}

.leaf-1 {
    position: absolute;
    z-index: 25;
    left: 10%;
    top: 50px;
    width: 100px;
    transform: rotate(15deg);
}

.leaf-2 {
    position: absolute;
    z-index: 25;
    left: 45%;
    top: -15%;
    width: 105px;
    transform: rotate(111deg);
}

.strawberry-1 {
    position: absolute;
    z-index: 25;
    left: 25%;
    bottom: 65%;
    width: 100px;
}

.strawberry-2 {
    position: absolute;
    z-index: 30;
    right: 18%;
    bottom: 27%;
    width: 145px;
    transform: scaleX(-1) rotate(8deg);
}

/* =========================
   SLICK SLIDER ARROWS (DESKTOP)
========================= */
.hero-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 60;
    width: 50px;
    height: 50px;
    background-color: rgba(45, 45, 45, 0.8);
    border-radius: 50%;
    border: none;
    cursor: pointer;
    font-size: 0 !important; 
    color: transparent !important;
    padding: 0 !important; 
    transition: all 0.3s ease-in-out;
}

.hero-slider .slick-arrow:hover,
.hero-slider .slick-arrow:focus {
    background-color: #000000;
    outline: none;
}

.hero-slider .slick-prev { left: 40px; }
.hero-slider .slick-next { right: 40px; }

.hero-slider .slick-arrow::before {
    font-family: 'remixicon' !important;
    font-size: 28px !important; 
    color: #ffffff !important;
    opacity: 1 !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
    display: block !important;
}

.hero-slider .slick-prev::before { content: "\ea64" !important; }
.hero-slider .slick-next::before { content: "\ea6e" !important; }

/* =========================
   TABLET VIEW (STRICTLY 768px to 991px)
========================= */
@media (min-width: 768px) and (max-width: 991px) {
    .hero-section { height: 85vh; min-height: 600px; }
    .slide-item { height: 100% !important; }
    .hero-wave { bottom: -2px; z-index: 50 !important; }
    .wave-img { width: 100%; max-width: 100%; transform: scale(1.1); transform-origin: bottom center; }
    
    .hero-content { align-items: center; justify-content: center; transform: none !important; text-align: center; width: 100%; padding-bottom: 0; margin-top: 5%; }
    .hero-title { transform: none !important; text-align: center; font-size: 3.5rem; width: auto; }
    
    .boba-splash { width: 450px; left: 50%; right: auto; transform: translateX(-50%) rotate(4deg); bottom: 5%; }
    .main-boba-image { width: 320px; left: 50%; right: auto; transform: translateX(-50%); bottom: 0%; }
    .pearl-1 { width: 100%; left: 50%; right: auto; transform: translateX(-50%); bottom: 0%; }
    
    .main-ice-cream { width: 350px; left: 50%; right: auto; transform: translateX(-50%); bottom: 5%; }
    .strawberry-2 { width: 70px; right: 12%; bottom: 5%; }
    .strawberry-1 { left: 15%; bottom: 25%; width: 70px; }
    .leaf-1 { left: 8%; bottom: 70%; width: 60px; }
    .leaf-2 { left: auto; top: auto; right: 45%; bottom: 40%; width: 50px; }

    /* Tablet Arrows */
    .hero-slider .slick-arrow {
        width: 45px;
        height: 45px;
        background-color: #ffffff !important; 
        box-shadow: 0 2px 5px rgba(0,0,0,0.15);
    }
    .hero-slider .slick-prev { left: 20px; }
    .hero-slider .slick-next { right: 20px; }
    .hero-slider .slick-arrow::before {
        font-size: 24px !important;
        color: #CC3632 !important; 
    }
}

/* =========================
   MOBILE VIEW (ALL PHONES - MAX 767px)
========================= */
@media (max-width: 767px) {
    .hero-section { height: 75vh; min-height: 600px; }
    .slide-item { height: 100% !important; }
    .hero-wave { bottom: -2px; z-index: 50 !important; }
    .wave-img { width: 100%; max-width: 100%; transform: scale(1.1); transform-origin: bottom center; }
    
    .hero-content { align-items: center; justify-content: flex-start; transform: none !important; text-align: center; width: 100%; padding-bottom: 0; margin-top: 30%; }
    .hero-title { transform: none !important; text-align: center; font-size: 2.8rem; line-height: 1.15; width: auto; }
    
    .boba-splash {        
        width: 130%;
        max-width: 472px;
        left: 70%;
        transform: translateX(-65%) rotate(5deg);
        bottom: -35%; }
    .main-boba-image { width: 95%; max-width: 340px; left: 50%; right: auto; transform: translateX(-50%); bottom: 30%; }
    .pearl-1 { width: 610px;
        left: 65%;
        right: auto;
        transform: translateX(-74%);
        bottom: 1%; }
    
    .main-ice-cream { width: 85%; max-width: 280px; left: 50%; right: auto; transform: translateX(-50%); bottom: 8%; }
    .strawberry-2 { width: 70px;
        right: 20%;
        bottom: 15%; }
    .strawberry-1 {         
        left: 10%;
        bottom: 60%;
        width: 75px; }
    .leaf-1 { left: 8%; bottom: 70%; width: 60px; }
    .leaf-2 { left: auto; top: auto; right: 5%; bottom: 18rem; width: 75px; }

    /* Mobile Arrows */
    .hero-slider .slick-arrow {
        width: 40px;
        height: 40px;
        background-color: #ffffff !important; 
        box-shadow: 0 2px 5px rgba(0,0,0,0.15);
    }
    .hero-slider .slick-prev { left: 15px; }
    .hero-slider .slick-next { right: 15px; }
    .hero-slider .slick-arrow::before { 
        font-size: 20px !important; 
        color: #CC3632 !important; 
    }
}

/* =========================
   SMALL MOBILE TWEAKS (MAX 575px)
========================= */
@media (max-width: 575px) {
    .hero-slider .slick-arrow {
        width: 40px;
        height: 40px;
        top: 30%;
    }
    .hero-slider .slick-prev { left: 10px; }
    .hero-slider .slick-next { right: 10px; }

    .hero-slider .slick-arrow::before {
        font-size: 30px !important;
    }
}