/* Responsive Styles */

/* Laptop / Medium Displays (max-width: 1200px) */
@media (max-width: 1200px) {
    .kv-title {
        font-size: 50px;
    }

    .desc-line {
        font-size: 72px;
    }

    .watermark-title {
        font-size: 95px;
    }

    .creator-cut-title {
        font-size: 82px;
        margin-top: 110px;
        margin-bottom: 150px;
    }

    .explore-sarawak-title-top,
    .explore-sarawak-title-bottom {
        font-size: 82px;
    }

    .watch-full-title {
        font-size: 80px;
    }
}

/* Tablet Displays (max-width: 1024px) */
@media (max-width: 1024px) {
    .kv-title {
        font-size: 50px;
    }

    .desc-line {
        font-size: 80px;
    }

    .desc-line-2 {
        top: 40%;
        left: 27%;
    }

    .desc-line-3 {
        top: 60%;
        ;
    }

    .about-title {
        font-size: 38px;
    }

    .watermark-title {
        font-size: 100px;
    }

    .creator-cut-title {
        font-size: 100px;
        margin-top: 100px;
        margin-bottom: 160px;
    }

    .explore-sarawak-title-top,
    .explore-sarawak-title-bottom {
        font-size: 100px;
    }

    .explore-sarawak-tab-title {
        font-size: 36px;
    }

    .watch-full-title {
        font-size: 80px;
    }

    .team-name {
        font-size: 24px;
    }

    .host-profile-title {
        font-size: 28px;
    }
}

/* Mobile & Small Tablet (max-width: 768px) */
@media (max-width: 768px) {
    .kv-title {
        font-size: 36px;
    }

    .desc-line {
        font-size: 54px;
    }

    .about-title {
        font-size: 36px;
    }

    .about-subtext {
        font-size: 14px;
    }

    .watermark-title {
        font-size: 90px;
        margin-top: 100px;
        margin-bottom: -2rem;
    }

    .creator-cut-title {
        font-size: 80px;
        margin-top: 90px;
        margin-bottom: 160px;
    }

    .video-card-info {
        gap: 1rem;
    }

    .video-card-desc {
        font-size: 12px;
    }

    .explore-sarawak-title-top,
    .explore-sarawak-title-bottom {
        font-size: 72px;
    }

    .explore-sarawak-tab-title {
        font-size: 36px;
    }

    .explore-sarawak-dropdown-heading {
        font-size: 22px;
        margin-bottom: 1rem;
    }

    .explore-sarawak-dropdown-content {
        padding: 2rem;
    }

    .carousel-img-box {
        margin-bottom: 1rem;
    }

    .recommendation-desc {
        font-size: 11px;
    }

    .recommendation-link {
        font-size: 8px;
    }

    .watch-full-title {
        font-size: 65px;
    }

    .team-name {
        font-size: 22px;
    }

    .team-desc {
        font-size: 14px;
    }

    .host-profile-section {
        margin-top: 0px;
        min-height: 360px;
    }

    .host-profile-desc {
        font-size: 14px;
    }

    .video-card-category {
        font-size: 10px;
    }

    .video-card-title {
        font-size: 14px;
    }

    .recommendation-title {
        font-size: 18px;
    }

    .legal-section {
        font-size: 11px;
        padding: 1rem 1rem 1.5rem 1rem;
    }
}

/* Mobile Devices (max-width: 568px) */
@media (max-width: 568px) {
    .desktop-only {
        display: none !important;
    }

    .mobile-break {
        display: inline !important;
    }

    .host-profile-section {
        flex-direction: column;
        align-items: center;
        margin-top: 2rem;
        min-height: auto;
    }

    .host-profile-left-img {
        position: relative;
        left: auto;
        bottom: auto;
        max-width: 85%;
        width: 100%;
        height: auto;
        margin: 0 auto 1.5rem 0;
        pointer-events: auto;
    }

    .host-profile-grid {
        grid-template-columns: 1fr;
        padding: 0 2rem;
    }

    .host-grid-spacer {
        display: none;
    }

    /* Set KV section background to cover and expand height without blank space */
    .kv-section {
        aspect-ratio: 863 / 1650;
        width: 100vw;
        background: url('//www.axn-asia.com/specials/axn-asia/microsite/sarawak/images/mobile/key-visual-mobile.jpg') no-repeat center / contain;
        overflow: hidden;
        margin-bottom: 0;
        background-color: #e8e5dc;
    }

    /* Logo bigger on mobile (24% -> 58%) */
    .kv-logo {
        top: 3.5%;
        left: 5%;
        width: 58%;
        max-width: none;
    }

    /* KV Content positioned below logo covering upper to lower height */
    .kv-content {
        position: absolute;
        top: 20%;
        left: 5%;
        width: 90%;
        height: 77.5%;
    }

    .kv-desc {
        background-size: cover;
    }

    .kv-title {
        display: flex;
        flex-direction: column;
        font-size: 68px;
        line-height: 1.05;
        letter-spacing: 2px;
        margin-bottom: 0;
        width: 100%;
    }

    .title-line-1,
    .title-line-2 {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding-left: 0 !important;
        opacity: 1;
    }

    .title-word {
        display: block;
        width: 100%;
        background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.7) 65%, rgba(255, 255, 255, 0.2) 85%, rgba(255, 255, 255, 0.05) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .title-w1,
    .title-w3 {
        text-align: left;
    }

    .title-w2,
    .title-w4 {
        text-align: right;
    }

    .host-container {
        position: absolute;
        bottom: 3.5%;
        left: 0;
        width: 280px;
        max-width: 82%;
    }

    .host-text {
        font-size: 16px;
    }

    /* KV Description Section Mobile Styles */
    .kv-desc {
        aspect-ratio: auto;
        width: 100%;
        background: #e8e5dc;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        padding-bottom: 40px;
    }

    .desc-block {
        display: block;
        position: relative;
        width: 100%;
    }

    .desc-bg-mobile {
        display: block;
        width: 100%;
        height: auto;
    }

    .desc-line {
        font-family: 'BigShouldersDisplay-Black', sans-serif;
        font-weight: 900;
        font-size: clamp(48px, 14.4vw, 72px);
        line-height: 0.9;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        white-space: nowrap;
    }

    .desc-line-1 {
        position: absolute;
        top: 42%;
        right: 5%;
        left: auto;
        text-align: right;
        color: #C51118;
    }

    .desc-line-2 {
        position: absolute;
        top: 7%;
        right: 5%;
        left: auto;
        text-align: right;
        color: #C51118;
    }

    .desc-line-3 {
        position: absolute;
        top: -5%;
        right: 5%;
        left: auto;
        text-align: right;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .desc-word {
        display: block;
        text-align: right;
        background: linear-gradient(180deg, #D31F1F 0%, #C44331 45%, #B46852 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    /* About Sarawak Section */
    .about-video-player {
        width: 92%;
        border-radius: 12px;
    }

    .about-sarawak {
        padding-top: 0;
    }

    .mobile-break {
        display: block;
    }

    .about-title {
        font-size: 48px;
    }

    .about-sarawak-content::before {
        content: '';
        display: block;
        position: absolute;
        top: 20vh;
        left: 0;
        width: 100%;
        background: url('//www.axn-asia.com/specials/axn-asia/microsite/sarawak/images/mobile/background-3-mobile.jpg') no-repeat center top / 100% auto;
        z-index: 0;
    }

    .about-sarawak-content {
        padding-top: 1rem;
        background-color: #e8e5dc;
    }

    .watermark-title {
        font-size: 90px;
        line-height: 1.2;
        margin-bottom: 3vh;
    }

    /* Challengers Container 1 Column */
    .challengers-container {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    /* Creator Cut Section Mobile Styles */
    .creator-cut {
        position: relative;
        background-color: #e8e5dc;
        padding-top: 1rem;
        padding-bottom: 3rem;
    }

    .creator-cut::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 600px;
        background: url('//www.axn-asia.com/specials/axn-asia/microsite/sarawak/images/background-4.jpg') no-repeat center top / 180% auto;
        -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 75%, rgba(0, 0, 0, 0) 100%);
        mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 75%, rgba(0, 0, 0, 0) 100%);
        pointer-events: none;
        z-index: 0;
    }

    .creator-cut-header {
        position: relative;
        z-index: 2;
        text-align: center;
        margin: 0 auto 2rem auto;
        padding: 0 1rem;
    }

    .creator-cut-title {
        font-family: 'BigShouldersDisplay-Black', sans-serif;
        font-weight: 900;
        line-height: 0.95;
        letter-spacing: 1.5px;
        margin-top: 2rem;
        margin-bottom: 25vh;
        text-align: center;
        background: linear-gradient(180deg, #D31F1F 0%, #C44331 45%, #B46852 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    /* 1 Column Button Tab */
    .tab-nav {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
        gap: 0.6rem;
    }

    .tab-btn {
        width: 100%;
        font-size: 16px;
        font-weight: 700;
        padding: 0.7rem 1.2rem;
        border-radius: 50px;
        text-align: center;
        border: none;
        color: #ffffff;
        background: rgba(255, 255, 255, 0.25);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        box-shadow: none;
    }

    .tab-btn.active {
        background: #E31B23;
        box-shadow: 0 4px 14px rgba(227, 27, 35, 0.4);
    }

    /* 1 Column Items Grid */
    .tab-contents {
        padding: 0 1.2rem;
    }

    .videos-grid {
        grid-template-columns: 1fr;
        gap: 2.2rem;
        width: 100%;
    }

    .video-card-thumb-link {
        border-radius: 14px;
        margin-bottom: 0.8rem;
    }

    .video-card-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.35rem;
    }

    .video-card-title-col,
    .video-card-desc-col {
        width: 100%;
        flex: auto;
    }

    .video-card-category {
        font-size: 12px;
        color: #475569;
        font-weight: 700;
        letter-spacing: 0.5px;
    }

    .video-card-title {
        font-size: 22px;
        color: #E31B23;
        font-family: 'Owners-Bold', sans-serif;
        font-weight: 700;
        letter-spacing: 1px;
    }

    .video-card-desc {
        font-size: 13px;
        line-height: 1.45;
        color: #475569;
        font-weight: 700;
    }

    /* Explore Section Mobile Styles */
    .explore-sarawak-bg-img {
        content: url('//www.axn-asia.com/specials/axn-asia/microsite/sarawak/images/mobile/background-6-mobile.jpg');
        width: 100%;
        height: auto;
        display: block;
    }

    .explore-sarawak-title-container {
        position: absolute;
        top: 60%;
        left: 4%;
        right: 4%;
        width: 92%;
        z-index: 2;
    }

    .explore-sarawak-main-title {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        line-height: 0.9;
    }

    .explore-sarawak-title-top,
    .explore-sarawak-title-bottom {
        font-family: 'BigShouldersDisplay-Black', sans-serif;
        font-weight: 900;
        font-size: clamp(54px, 15.4vw, 78px);
        letter-spacing: 1.5px;
        background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.85) 60%, rgba(255, 255, 255, 0.25) 95%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.6));
    }

    .explore-sarawak-title-top {
        align-self: flex-start;
        margin-left: 0;
    }

    .explore-sarawak-title-bottom {
        align-self: flex-end;
    }

    .explore-sarawak-tab-list {
        padding: 0 1rem;
        margin-top: -1.5rem;
        gap: 1rem;
    }

    /* Mobile Tab Headers for 568px and smaller */
    .explore-sarawak-location-header {
        background-image: url('//www.axn-asia.com/specials/axn-asia/microsite/sarawak/images/mobile/location-tab-mobile.jpg');
    }

    .explore-sarawak-food-header {
        background-image: url('//www.axn-asia.com/specials/axn-asia/microsite/sarawak/images/mobile/food-tab-mobile.jpg');
    }

    .explore-sarawak-culture-header {
        background-image: url('//www.axn-asia.com/specials/axn-asia/microsite/sarawak/images/mobile/culture-tab-mobile.jpg');
    }

    .explore-sarawak-funfacts-header {
        background-image: url('//www.axn-asia.com/specials/axn-asia/microsite/sarawak/images/mobile/funfacts-tab-mobile.jpg');
    }

    .explore-sarawak-tab-header {
        height: auto;
        aspect-ratio: 1 / 1;
        background-size: cover;
        background-position: center;
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        padding: 1.2rem 1.2rem;
        position: relative;
        border-radius: 16px;
        overflow: hidden;
        transition: height 0.4s ease, aspect-ratio 0.4s ease, background-image 0.4s ease, padding 0.4s ease;
    }

    .explore-sarawak-tab-header::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 55%;
        background: linear-gradient(180deg, rgba(160, 0, 0, 0) 0%, rgba(175, 0, 0, 0.7) 40%, rgba(185, 0, 0, 0.95) 75%, rgba(185, 0, 0, 1) 100%);
        pointer-events: none;
        z-index: 1;
        transition: opacity 0.3s ease;
    }

    .explore-sarawak-tab-title {
        position: relative;
        z-index: 2;
        font-size: clamp(30px, 9vw, 38px);
        color: #FFDE00;
        font-family: 'BigShouldersDisplay-Black', sans-serif;
        font-weight: 900;
        letter-spacing: 1px;
        margin: 0;
        text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
        transition: font-size 0.3s ease;
    }

    .explore-sarawak-tab-arrow-img {
        width: 44px;
        position: relative;
        z-index: 2;
    }

    /* Desktop background fade layer via ::after */
    .explore-sarawak-tab-header::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        opacity: 0;
        transition: opacity 0.4s ease;
        pointer-events: none;
        z-index: 0;
    }

    .explore-sarawak-location-header::after {
        background-image: url('//www.axn-asia.com/specials/axn-asia/microsite/sarawak/images/location-tab.jpg');
    }

    .explore-sarawak-food-header::after {
        background-image: url('//www.axn-asia.com/specials/axn-asia/microsite/sarawak/images/food-tab.jpg');
    }

    .explore-sarawak-culture-header::after {
        background-image: url('//www.axn-asia.com/specials/axn-asia/microsite/sarawak/images/culture-tab.jpg');
    }

    .explore-sarawak-funfacts-header::after {
        background-image: url('//www.axn-asia.com/specials/axn-asia/microsite/sarawak/images/funfacts-tab.jpg');
    }

    /* Open / Active State: 128px height & fade in desktop background */
    .explore-sarawak-tab-item.active .explore-sarawak-tab-header {
        height: 128px;
        aspect-ratio: auto;
        padding: 0 1.2rem;
        align-items: center;
    }

    .explore-sarawak-tab-item.active .explore-sarawak-tab-header::after {
        opacity: 1;
    }

    .explore-sarawak-tab-item.active .explore-sarawak-tab-header::before {
        opacity: 0;
    }

    .explore-sarawak-tab-item.active .explore-sarawak-tab-title {
        font-size: 24px;
    }

    .explore-sarawak-tab-item.active .explore-sarawak-tab-dropdown {
        max-height: 3000px;
    }

    .explore-sarawak-dropdown-content {
        padding: 1rem;
    }

    .explore-sarawak-carousel-wrapper {
        gap: 0.5rem;
    }

    .carousel-nav-btn img {
        width: 20px;
    }

    .carousel-img-box,
    .gallery-slider {
        height: 240px;
        border-radius: 12px;
    }

    .carousel-img-box {
        margin-bottom: 1.2rem;
    }

    .carousel-img-box.gallery-slider {
        margin-bottom: 0;
    }

    .gallery-pagination {
        margin: 0.8rem 0 1.2rem 0;
    }

    .carousel-bottom-area {
        gap: 0.5rem;
    }

    .carousel-info-row {
        flex-direction: column;
        align-items: flex-start;
        padding: 0;
    }

    .stamp-img {
        max-width: 90px;
    }

    /* Watch Full Episodes & Partners Mobile Styles (max-width: 568px) */
    .watch-full-picture {
        width: 100%;
        display: block;
    }

    .watch-full-bg {
        width: 100%;
        height: auto;
        display: block;
    }

    .watch-full-banner {
        position: relative;
        width: 100%;
        display: block;
        overflow: hidden;
    }

    .watch-full-content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transform: none;
        max-width: none;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding: 1.5rem 1rem 1.8rem 1rem;
        box-sizing: border-box;
        z-index: 3;
    }

    .watch-full-title {
        font-family: 'BigShouldersDisplay-Black', sans-serif;
        font-weight: 900;
        font-size: clamp(53px, 15.4vw, 78px);
        line-height: 0.92;
        text-align: center;
    }

    .watch-full-actions {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .watch-youtube-btn {
        margin-bottom: 0.5rem;
        background-color: #E60000;
        color: #FFFFFF;
        font-size: 15px;
        font-weight: 700;
        padding: 0.65rem 1.8rem;
        border-radius: 50px;
        box-shadow: 0 4px 14px rgba(0, 0, 0, 0.4);
        display: inline-flex;
        align-items: center;
        gap: 0.6rem;
    }

    .yt-icon-img {
        width: 20px;
        height: auto;
    }

    .watch-full-show-logo {
        display: none;
    }

    .watch-full-partners {
        padding: 2rem 1rem 4rem 1rem;
    }

    .partners-wrapper {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 3rem;
        width: 100%;
    }

    .partner-item {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .partner-qr-item {
        display: flex;
        flex-direction: column;
        align-self: center;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin: 0 0 20px 0;
    }

    .qr-card {
        padding: 0;
        border-radius: 18px;
        background: #FFFFFF;
        box-shadow: none;
        display: inline-block;
    }

    .qr-img {
        width: 135px;
        max-width: 70vw;
        height: auto;
        display: block;
        border-radius: 12px;
    }

    .partner-title {
        font-size: 13px;
        letter-spacing: 1.2px;
        margin-bottom: 1.8rem;
    }

    .partner-logo-group {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 2.2rem;
        width: 100%;
        height: auto;
    }

    .partner-logo {
        max-width: 80%;
        width: auto;
        height: auto;
        display: block;
        margin: 0 auto;
        object-fit: contain;
    }

    .stb-logo {
        max-height: 80px;
        max-width: 80%;
    }

    .sarawak-logo {
        max-height: 60px;
        max-width: 80%;
    }

    .gateway-logo {
        max-height: 48px;
        max-width: 80%;
    }

    .sheraton-logo {
        max-height: 80px;
        max-width: 80%;
    }

    .explore-more-btn {
        margin-top: 2.2rem;
    }

    /* Sarawak Photos Section Mobile Styles (max-width: 568px) */
    .photos-header {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1.2rem;
        width: 100%;
        margin: 1.5rem 0 2rem 0;
        padding: 0 1rem;
    }

    .photos-title-line {
        flex: 1;
        height: 1px;
        background-color: #d8d6ce;
        display: block;
    }

    .photos-title-line-left {
        display: block;
    }

    .photos-title {
        font-size: clamp(34px, 9vw, 44px);
        text-align: center;
        margin: 0;
    }

    .photos-carousel-wrapper {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 1.5rem;
        width: 100%;
        padding: 0 1rem 2.5rem 1rem;
    }

    .photos-track-viewport {
        order: 1;
        width: 100%;
        flex-basis: 100%;
    }

    .photos-track {
        gap: 1rem;
    }

    .photo-slide {
        flex: 0 0 68%;
        min-width: 0;
    }

    .photos-nav-btn {
        background: transparent;
        border: none;
        padding: 0;
        cursor: pointer;
        outline: none;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-top: 1.2rem;
    }

    .photos-nav-btn.prev-btn {
        order: 2;
    }

    .photos-nav-btn.next-btn {
        order: 3;
    }

    .photos-nav-btn img {
        width: 44px;
        height: auto;
        display: block;
    }

    .stb-logo {
        max-height: 60px;
    }
}

/* Mobile 450px and smaller */
@media (max-width: 450px) {
    .kv-title {
        font-size: 54px;
    }

    .desc-line {
        font-size: 58px;
    }

    .watermark-title {
        font-size: 70px;
        line-height: 1;
    }

    .about-title {
        font-size: 33px;
    }

    .creator-cut-title {
        font-size: 56px;
    }

    .tab-btn {
        font-size: 15.5px;
        padding: 0.65rem 1.1rem;
    }

    .video-card-title {
        font-size: 20px;
    }

    .video-card-desc {
        font-size: 14px;
    }

    .explore-sarawak-title-top,
    .explore-sarawak-title-bottom {
        font-size: 65px;
    }

    .explore-sarawak-tab-title {
        font-size: 34px;
    }

    .explore-sarawak-dropdown-heading {
        font-size: 20px;
    }

    .recommendation-title {
        font-size: 19px;
    }

    .recommendation-desc {
        font-size: 11px;
    }

    .recommendation-link {
        font-size: 8px;
    }

    .photos-title {
        font-size: 40px;
    }

    .watch-full-title {
        font-size: 64px;
    }

    .watch-youtube-btn {
        font-size: 14.5px;
        padding: 0.6rem 1.6rem;
    }

    .partner-title {
        font-size: 12px;
    }

    .stb-logo {
        max-height: 72px;
    }

    .sarawak-logo {
        max-height: 54px;
    }

    .gateway-logo {
        max-height: 44px;
    }

    .sheraton-logo {
        max-height: 72px;
    }
}

/* Mobile 425px and smaller */
@media (max-width: 425px) {
    .kv-title {
        font-size: 46px;
    }


    .watermark-title {
        font-size: 58px;
    }

    .about-title {
        font-size: 37px;
    }

    .creator-cut-title {
        font-size: 62px;
    }

    .tab-btn {
        font-size: 18px;
        padding: 0.6rem 1rem;
    }

    .video-card-title {
        font-size: 23px;
    }

    .explore-sarawak-title-top,
    .explore-sarawak-title-bottom {
        font-size: 72px;
    }

    .explore-sarawak-tab-title {
        font-size: 38px;
    }

    .photos-title {
        font-size: 46px;
    }

    .watch-full-title {
        font-size: 70px;
    }

    .watch-youtube-btn {
        font-size: 17px;
        padding: 0.55rem 1.4rem;
    }

    .stb-logo {
        max-height: 66px;
    }

    .sarawak-logo {
        max-height: 50px;
    }

    .gateway-logo {
        max-height: 40px;
    }

    .sheraton-logo {
        max-height: 66px;
    }
}

/* Mobile 390px and smaller */
@media (max-width: 390px) {
    .kv-title {
        font-size: 42px;
    }

    .desc-line {
        font-size: 54px;
        line-height: 1.1;
    }

    .about-title {
        font-size: 35px;
        line-height: 1.1;
    }

    .creator-cut-title {
        font-size: 55px;
    }

    .tab-btn {
        font-size: 17.5px;
        padding: 0.55rem 0.9rem;
    }

    .video-card-title {
        font-size: 21.5px;
    }

    .video-card-desc {
        font-size: 14px;

    }

    .explore-sarawak-title-top,
    .explore-sarawak-title-bottom {
        font-size: 65px;
    }

    .explore-sarawak-tab-title {
        font-size: 36px;
    }

    .explore-sarawak-dropdown-heading {
        font-size: 21.5px;
    }

    .recommendation-title {
        font-size: 21px;
    }

    .recommendation-desc {
        font-size: 13px;
    }

    .recommendation-link {
        font-size: 10px;
    }

    .photos-title {
        font-size: 42px;
    }

    .watch-full-title {
        font-size: 62px;
    }

    .watch-youtube-btn {
        font-size: 16px;
        padding: 0.5rem 1.2rem;
    }

    .partner-title {
        font-size: 10px;
    }

    .stb-logo {
        max-height: 60px;
    }

    .sarawak-logo {
        max-height: 44px;
    }

    .gateway-logo {
        max-height: 35px;
    }

    .sheraton-logo {
        max-height: 60px;
    }
}

/* Mobile 375px and smaller */
@media (max-width: 375px) {
    .kv-title {
        font-size: 40px;
    }

    .desc-line {
        font-size: 54px;
    }

    .watermark-title {
        margin-bottom: -1rem;
    }

    .about-title {
        font-size: 32.5px;
    }

    .creator-cut-title {
        font-size: 50px;
    }

    .tab-btn {
        font-size: 17px;
        padding: 0.5rem 0.8rem;
    }

    .video-card-title {
        font-size: 20.5px;
    }

    .explore-sarawak-title-top,
    .explore-sarawak-title-bottom {
        font-size: 60px;
    }

    .explore-sarawak-tab-title {
        font-size: 33.5px;
    }

    .photos-title {
        font-size: 40px;
    }

    .watch-full-title {
        font-size: 58px;
    }

    .watch-youtube-btn {
        font-size: 15.5px;
        padding: 0.45rem 1.1rem;
    }

    .stb-logo {
        max-height: 55px;
    }

    .sarawak-logo {
        max-height: 40px;
    }

    .gateway-logo {
        max-height: 31px;
    }

    .sheraton-logo {
        max-height: 55px;
    }
}

/* Mobile 350px and smaller */
@media (max-width: 350px) {
    .kv-title {
        font-size: 36px;
    }

    .desc-line {
        font-size: 50px;
    }

    .about-title {
        font-size: 30px;
    }

    .creator-cut-title {
        font-size: 46px;
    }

    .video-card-title {
        font-size: 19px;
    }

    .explore-sarawak-title-top,
    .explore-sarawak-title-bottom {
        font-size: 55px;
    }

    .explore-sarawak-tab-title {
        font-size: 31px;
    }

    .photos-title {
        font-size: 36px;
    }

    .watch-full-title {
        font-size: 53px;
    }

    .watch-youtube-btn {
        font-size: 15px;
        padding: 0.4rem 1rem;
    }

    .stb-logo {
        max-height: 50px;
    }

    .sarawak-logo {
        max-height: 36px;
    }

    .gateway-logo {
        max-height: 27px;
    }

    .sheraton-logo {
        max-height: 50px;
    }
}

/* Mobile 325px and smaller */
@media (max-width: 325px) {
    .kv-title {
        font-size: 32.5px;
    }

    .desc-line {
        font-size: 45.5px;
    }

    .about-title {
        font-size: 27.5px;
    }

    .creator-cut-title {
        font-size: 41px;
    }

    .tab-btn {
        font-size: 15.5px;
        padding: 0.45rem 0.7rem;
    }

    .video-card-title {
        font-size: 18px;
    }

    .explore-sarawak-title-top,
    .explore-sarawak-title-bottom {
        font-size: 50px;
    }

    .explore-sarawak-tab-title {
        font-size: 29px;
    }

    .photos-title {
        font-size: 32.5px;
    }

    .watch-full-title {
        font-size: 48px;
    }

    .watch-youtube-btn {
        font-size: 14.5px;
        padding: 0.35rem 0.9rem;
    }

    .stb-logo {
        max-height: 44px;
    }

    .sarawak-logo {
        max-height: 32px;
    }

    .gateway-logo {
        max-height: 24px;
    }

    .sheraton-logo {
        max-height: 44px;
    }
}



/* Large Displays (min-width: 2021px) */
@media (min-width: 2021px) {

    .watch-full-title,
    .explore-sarawak-title-top,
    .explore-sarawak-title-bottom {
        font-size: 110px;
    }

    .watermark-title {
        font-size: 138px;
    }

    .desc-line {
        font-size: 90px;
    }
}