@font-face {
    font-family: 'Moderniz';
    src: url('../fonts/Moderniz.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BigShouldersDisplay-Black';
    src: url('../fonts/BigShouldersDisplay-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'AreaVariableThin';
    src: url('../fonts/area-variable-thin.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Owners-Bold';
    src: url('../fonts/Owners-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #e8e5dc;
    margin: 0;
}

/*overwrite cms css*/
#main-content .page-content-inner.container-fluid {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0 !important;
}

.desktop-only {
    display: inline;
}

.mobile-break {
    display: none;
}

.container {
    padding-left: 0px;
    padding-right: 0px;
}

/* Outer Main Container */
.container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.kv-section,
.kv-desc,
.about-sarawak,
.creator-cut,
.explore-sarawak,
.sarawak-photos,
.watch-full {
    background-color: #e8e5dc;
}

/* Key Visual Section */
.kv-section {
    position: relative;
    width: 100%;
    aspect-ratio: 1920 / 1084;
    background: url('//www.axn-asia.com/specials/axn-asia/microsite/sarawak/images/key-visual.jpg') no-repeat center top / contain;
    overflow: hidden;
    background-color: #e8e5dc;
}

/* Top Left Logo */
.kv-logo {
    position: absolute;
    top: 5%;
    left: 4%;
    width: 24%;
    max-width: 280px;
    z-index: 10;
}

.kv-logo img {
    width: 100%;
    height: auto;
    display: block;
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.6));
}

/* Content Container */
.kv-content {
    position: absolute;
    top: 42%;
    left: 4%;
    width: 55%;
    z-index: 10;
}

/* Headline Styling */
.kv-title {
    display: flex;
    flex-direction: column;
    font-family: 'BigShouldersDisplay-Black', sans-serif;
    font-weight: 900;
    font-size: 60px;
    line-height: 1.1;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 4%;
}

.title-line-1,
.title-line-2 {
    display: inline-block;
    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;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.8));
    opacity: 0;
    animation: slideInLeft 1.6s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.title-word {
    display: inline;
}

.title-line-1 {
    animation-delay: 0.2s;
}

.title-line-2 {
    padding-left: 1.8rem;
    animation-delay: 1.2s;
}

.mobile-break {
    display: none;
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Host Container */
.host-container {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: 260px;
}

.host-img {
    width: 100%;
    height: auto;
    display: block;
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.4));
}

.host-text {
    position: absolute;
    left: 32%;
    top: 58%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #ffffff;
    white-space: nowrap;
    font-family: 'AreaVariableThin', sans-serif;
    pointer-events: none;
}

/* KV Description Section */
.kv-desc {
    position: relative;
    width: 100%;
    aspect-ratio: 1920 / 993;
    background: url('//www.axn-asia.com/specials/axn-asia/microsite/sarawak/images/background-2.jpg') no-repeat center top / contain;
    overflow: hidden;
    font-family: 'BigShouldersDisplay-Black', sans-serif;
    background-color: #e8e5dc;
}

.desc-bg-mobile {
    display: none;
}

.desc-block {
    display: contents;
}

.desc-word {
    display: inline;
}

.desc-line {
    font-family: 'BigShouldersDisplay-Black', sans-serif;
    font-weight: 700;
    font-size: 90px;
    line-height: 0.95;
    letter-spacing: 2px;
    text-transform: uppercase;
    white-space: nowrap;
}

.desc-line-1 {
    position: absolute;
    top: 20%;
    left: 45%;
    color: #C51118;
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.2));
}

.desc-line-2 {
    position: absolute;
    top: 38%;
    left: 26%;
    color: #C51118;
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.2));
}

.desc-line-3 {
    position: absolute;
    top: 56%;
    left: 33%;
    background: linear-gradient(180deg, #D31F1F 0%, #C44331 45%, #B46852 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.25));
}

/* About Sarawak Video Section */
.about-sarawak {
    position: relative;
    width: 100%;
    background-color: #e8e5dc;
    padding-top: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -1px;
}

.about-video-player {
    position: relative;
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
    aspect-ratio: 16 / 9;
    background-color: #000000;
    z-index: 5;
}

.video-thumb-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.video-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    outline: none;
    z-index: 5;
}

.play-icon {
    width: 56px;
    height: auto;
    display: block;
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1), filter 0.3s ease;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.4));
}

/* Enlarge 10% on hover */
.play-btn:hover .play-icon {
    transform: scale(1.1);
}

.video-iframe-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-iframe-wrapper iframe,
#youtubePlayer {
    width: 100%;
    height: 100%;
    border: 0;
}

/* About Sarawak Content Section */
.about-sarawak-content {
    position: relative;
    width: 100%;
    background-color: #e8e5dc;
    padding-top: 3.5rem;
    overflow: hidden;
}

/* Pseudo-element for top 70% background image with seamless fade */
.about-sarawak-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: url('//www.axn-asia.com/specials/axn-asia/microsite/sarawak/images/background-3.jpg') no-repeat center top / cover;
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
    z-index: 0;
}

/* About Header Block */
.about-header {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 850px;
    margin: 0 auto 1rem auto;
    padding: 0 1.5rem;
}

.about-title {
    font-family: 'BigShouldersDisplay-Black', sans-serif;
    font-weight: 700;
    font-size: 48px;
    color: #C51118;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0.8rem;
}

.about-subtext {
    font-family: 'AreaVariableThin', sans-serif;
    font-size: 16px;
    color: #475569;
    line-height: 1.4;
    font-weight: 700;
}

/* Watermark Title */
.watermark-title {
    position: relative;
    z-index: 1;
    text-align: center;
    font-family: 'BigShouldersDisplay-Black', sans-serif;
    font-weight: 900;
    font-size: 120px;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.9) 60%, rgba(255, 255, 255, 0) 95%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 200px;
    margin-bottom: -3rem;
    pointer-events: none;
}

/* Challengers Container */
.challengers-container {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 2rem;
}

.challenger-card {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.challenger-img-wrap {
    width: 100%;
    margin-bottom: -5rem;
}

.challenger-img {
    width: 100%;
    height: auto;
    display: block;
    filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.12));
}

.challenger-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 1rem;
}

.flag-icon {
    width: 42px;
    height: 26px;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
    margin-bottom: 0.8rem;
}

.flag-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.team-name {
    font-family: 'BigShouldersDisplay-Black', sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #C51118;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0.6rem;
}

.team-desc {
    font-family: 'AreaVariableThin', sans-serif;
    font-size: 16px;
    color: #475569;
    line-height: 1.60;
    margin-bottom: 1.2rem;
    font-weight: 700;
}

.social-tags {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    width: 100%;
    max-width: 230px;
}

.social-row {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    width: 100%;
}

.social-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    background: linear-gradient(90deg, #b2afa0 0%, #b2afa0 50%, rgba(205, 202, 190, 0.65) 100%);
    border-radius: 50px;
    padding: 0.45rem 1.2rem 0.45rem 0.85rem;
    text-decoration: none;
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 0.2px;
    transition: background 0.2s ease, transform 0.2s ease;
}

.social-tag:hover {
    background: linear-gradient(90deg, #bab7a8 0%, rgba(215, 212, 200, 0.85) 100%);
    transform: translateY(-1px);
}

.social-icon {
    width: 20px;
    height: 20px;
    display: block;
    filter: brightness(0) invert(1);
}

.twitch-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Host Profile Section */
.host-profile-section {
    position: relative;
    z-index: 2;
    width: 100%;
    margin-top: 4rem;
    min-height: 480px;
    display: flex;
    align-items: center;
}

/* Image touching absolute left edge of .about-sarawak-content with zero margin/padding */
.host-profile-left-img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: auto;
    max-width: 52%;
    max-height: 100%;
    object-fit: contain;
    object-position: left bottom;
    z-index: 2;
    filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.12));
    pointer-events: none;
}

/* Grid matching challengers container alignment */
.host-profile-grid {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}

.host-grid-spacer {
    width: 100%;
    pointer-events: none;
}

.host-profile-info-col {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 1.5rem;
}

.host-profile-title {
    font-family: 'BigShouldersDisplay-Black', sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.1;
    color: #C51118;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0.8rem;
}

.host-profile-desc {
    font-family: 'AreaVariableThin', sans-serif;
    font-size: 16px;
    color: #475569;
    line-height: 1.45;
    margin-bottom: 1.4rem;
    font-weight: 700;
}

/* Creator Cut Section */
.creator-cut {
    position: relative;
    width: 100%;
    background-color: #e8e5dc;
    overflow: hidden;
}

/* Background image 4 pseudo-element with seamless fade */
.creator-cut::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('//www.axn-asia.com/specials/axn-asia/microsite/sarawak/images/background-4.jpg') no-repeat center top / contain;
    pointer-events: none;
    z-index: 0;
}

.creator-cut-header {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 3rem auto;
    padding: 0 1.5rem;
}

.creator-cut-title {
    font-family: 'BigShouldersDisplay-Black', sans-serif;
    font-weight: 700;
    font-size: 102px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 150px;
    margin-bottom: 200px;
    background: linear-gradient(180deg, #C51118 0%, rgba(197, 17, 24, 0.45) 60%, rgba(197, 17, 24, 0) 85%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Tab Navigation */
.tab-nav {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 1.2rem;
    flex-wrap: wrap;
}

.tab-btn {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 18px;
    padding: 0.75rem 2.2rem;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    color: #ffffff;
    background: rgba(240, 235, 225, 0.45);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

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

.tab-btn:hover:not(.active) {
    background: rgba(240, 235, 225, 0.65);
    transform: translateY(-1px);
}

/* Tab Contents Container */
.tab-contents {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 2rem;
}

.tab-content {
    transition: opacity 0.3s ease;
}

/* Videos Grid (2x2 layout) */
.videos-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 3.5rem;
    width: 100%;
}

.video-card {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.video-card-thumb-link {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    margin-bottom: 1rem;
    text-decoration: none;
}

.video-card-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.video-card-thumb-link:hover .video-card-thumb {
    transform: scale(1.03);
}

.video-card-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    pointer-events: none;
}

.video-card-play-icon {
    width: 48px;
    height: auto;
    display: block;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.4));
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.video-card-thumb-link:hover .video-card-play-icon {
    transform: scale(1.15);
}

/* Card Info split into 2 columns */
.video-card-info {
    display: flex;
    justify-content: space-between;
    gap: 0;
    align-items: flex-start;
}

.video-card-title-col {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.video-card-category {
    font-family: 'Moderniz', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #525252;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 0.25rem;
}

.video-card-title {
    font-family: 'Owners-Bold', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #E31B23;
    text-transform: none;
    line-height: 1.15;
    margin: 0;
    letter-spacing: 2px;
}

.video-card-desc-col {
    flex: 1.3;
}

.video-card-desc {
    font-family: 'AreaVariableThin', sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-size: 14px;
    color: #525252;
    line-height: 1.5;
    margin: 0;
}

/* Coming Soon Placeholder */
.coming-soon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 250px;
    width: 100%;
    text-align: center;
    padding: 3rem 1rem;
}

.coming-soon-text {
    font-family: 'Oswald', 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 48px;
    color: #C51118;
    text-transform: uppercase;
    letter-spacing: 3px;
    opacity: 0.85;
}

/* ==========================================
   Explore Sarawak Section
   ========================================== */
.explore-sarawak {
    position: relative;
    width: 100%;
    background-color: #e8e5dc;
    padding-bottom: 5rem;
    overflow: hidden;
}

.explore-sarawak-header-wrap {
    position: relative;
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.explore-sarawak-header-wrap::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15%;
    background: linear-gradient(to bottom, rgba(232, 229, 220, 0) 0%, rgba(232, 229, 220, 0.7) 60%, rgba(232, 229, 220, 1) 100%);
    pointer-events: none;
    z-index: 1;
}

.explore-sarawak-bg-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.explore-sarawak-title-container {
    position: absolute;
    top: 25%;
    right: 20%;
    z-index: 2;
}

.explore-sarawak-main-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 0.95;
    text-transform: uppercase;
    font-family: 'BigShouldersDisplay-Black', sans-serif;
}

.explore-sarawak-title-top,
.explore-sarawak-title-bottom {
    font-family: 'BigShouldersDisplay-Black', sans-serif;
    font-weight: 900;
    font-size: 102px;
    letter-spacing: 2px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.9) 60%, rgba(255, 255, 255, 0) 95%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.5));
}

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

.explore-sarawak-title-bottom {
    align-self: flex-start;
    margin-left: 50%;
}

/* Tab List */
.explore-sarawak-tab-list {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 1100px;
    margin: -4rem auto 0 auto;
    padding: 0 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.explore-sarawak-tab-item {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.explore-sarawak-tab-item:hover {
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
}

.explore-sarawak-tab-header {
    position: relative;
    width: 100%;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3rem 0 3.5rem;
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    cursor: pointer;
    user-select: none;
    border-radius: 20px;
    transition: filter 0.3s ease;
}

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

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

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

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

.explore-sarawak-tab-title {
    position: relative;
    z-index: 2;
    font-family: 'BigShouldersDisplay-Black', sans-serif;
    font-weight: 800;
    font-size: 48px;
    color: #FFDC00;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
    margin: 0;
}

.explore-sarawak-tab-arrow-btn {
    position: relative;
    z-index: 2;
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    outline: none;
}

.explore-sarawak-tab-arrow-img {
    width: 40px;
    height: auto;
    display: block;
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.35));
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.explore-sarawak-tab-header:hover .explore-sarawak-tab-arrow-img,
.explore-sarawak-tab-arrow-btn:hover .explore-sarawak-tab-arrow-img {
    transform: scale(1.1);
}

/* Explore Sarawak Tab Dropdown & Carousel Content */
.explore-sarawak-tab-dropdown {
    max-height: 0;
    overflow: hidden;
    background-color: #F5F3EC;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    transition: max-height 0.4s ease-in-out;
}

.explore-sarawak-tab-item.active .explore-sarawak-tab-dropdown {
    max-height: 850px;
    transition: max-height 0.5s ease-in-out;
}

.explore-sarawak-tab-item.active .explore-sarawak-tab-header {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.explore-sarawak-dropdown-content {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 2.2rem 0 2.8rem 0;
}

.explore-sarawak-dropdown-heading {
    font-family: 'BigShouldersDisplay-Black', sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #3C4A57;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 0px;
    margin-bottom: 2.5rem;
    text-align: left;
}

.explore-sarawak-carousel-wrapper {
    position: relative;
    width: 100%;
}

.carousel-track {
    width: 100%;
    overflow: hidden;
    touch-action: pan-y;
    cursor: grab;
    user-select: none;
}

.carousel-slide {
    display: none;
    flex-direction: column;
    width: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.carousel-slide.active {
    display: flex;
    opacity: 1;
}

/* Media Area: Centers left/right arrows strictly on the image box */
.carousel-media-area {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.2rem;
    margin-bottom: 2.5rem;
}

.carousel-img-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    max-width: 100%;
    height: 420px;
    margin: 0 auto 2.5rem auto;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

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

.carousel-img {
    height: 100%;
    width: auto;
    max-width: 100%;
    object-fit: cover;
    display: block;
    border-radius: 18px;
}

/* Inner Gallery Slider & Dots Pagination */
.gallery-slider {
    position: relative;
    width: fit-content;
    max-width: 100%;
    height: 420px;
    overflow: hidden;
    touch-action: pan-y;
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
}

.gallery-slider:active {
    cursor: grabbing;
}

.gallery-track {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.gallery-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: auto;
    max-width: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    border-radius: 18px;
    user-select: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
    pointer-events: none;
}

.gallery-img.active {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    opacity: 1;
}

.gallery-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    margin: 1.2rem 0 1.6rem 0;
    width: 100%;
}

.gallery-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #D1D5DB;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.gallery-dot:hover {
    background-color: #9CA3AF;
    transform: scale(1.25);
}

.gallery-dot.active {
    background-color: #E31B23;
    transform: scale(1.15);
}

/* Carousel Bottom Area (Info row with side buttons aligned to vertical center) */
.carousel-bottom-area {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.2rem;
}

.carousel-nav-btn {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    outline: none;
    flex-shrink: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-nav-btn img {
    width: 36px;
    height: auto;
    display: block;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.15));
    transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Inward hover scaling to avoid clipping at screen/container edges */
.carousel-nav-btn.prev-btn img {
    transform-origin: left center;
}

.carousel-nav-btn.next-btn img {
    transform-origin: right center;
}

.carousel-nav-btn:hover img {
    transform: scale(1.2);
}

.carousel-info-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    padding: 0 0.5rem;
    gap: 24px;
}

.carousel-info-row.full-width .carousel-info-left {
    width: 100%;
}

.carousel-info-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.recommendation-title {
    font-family: 'Owners-Bold', sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #E31B23;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 0px;
    margin-bottom: 0.4rem;
}

.recommendation-link {
    display: inline-block;
    font-family: 'AreaVariableThin', sans-serif;
    font-size: 0.85rem;
    color: #C51118;
    text-decoration: underline;
    margin-bottom: 0.5rem;
    font-weight: 600;
    transition: color 0.2s ease;
    width: 100%;
}

.recommendation-link:hover {
    color: #e53e3e;
}

.recommendation-desc {
    font-family: 'AreaVariableThin', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #718096;
    line-height: 1.45;
    margin: 0;
}

.explore-more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
    background-color: #E31B23;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    padding: 0.55rem 1.5rem;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
}

.explore-more-btn:hover {
    background-color: #CC0000;
    transform: translateY(-2px);
    color: #FFFFFF;
}

/* Stamp Image Placeholder */
.carousel-info-right {
    flex-shrink: 0;
}

.stamp-img {
    max-width: 140px;
    height: auto;
    display: block;
    object-fit: contain;
}

/* Watch Full Episodes & Partners Section */
.watch-full {
    position: relative;
    width: 100%;
}

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

.watch-full-banner:hover .watch-youtube-btn {
    background-color: #CC0000;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(230, 0, 0, 0.6);
}

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

.watch-full-content {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    z-index: 3;
    max-width: 700px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
}

.watch-full-title {
    font-family: 'BigShouldersDisplay-Black', sans-serif;
    font-weight: 900;
    font-size: 102px;
    line-height: 0.95;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.9) 80%, rgba(255, 255, 255, 0) 95%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 4px 15px rgba(0, 0, 0, 0.5));
}

.watch-full-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.watch-youtube-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background-color: #E60000;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 18px;
    padding: 0.75rem 1.8rem;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(230, 0, 0, 0.4);
    transition: all 0.3s ease;
}

.watch-youtube-btn:hover {
    background-color: #CC0000;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(230, 0, 0, 0.6);
}

.yt-icon-img {
    width: 24px;
    height: auto;
    display: block;
    object-fit: contain;
    flex-shrink: 0;
}

.watch-full-show-logo {
    margin-top: 0.5rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.aucs-logo-img {
    max-width: 300px;
    height: auto;
    display: block;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.4));
}

.banner-qr-card .qr-card {
    background: #FFFFFF;
    padding: 0.4rem;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    display: inline-block;
}

.banner-qr-card .qr-img {
    width: 125px;
    height: auto;
    display: block;
    border-radius: 6px;
}

/* Partners Bar */
.watch-full-partners {
    background-color: #e8e5dc;
    padding: 0.5rem 4% 2.5rem 4%;
    position: relative;
    z-index: 3;
}

.partners-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    width: 100%;
}

.partner-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex-shrink: 0;
}

.partner-qr-item {
    display: none;
}

.qr-card {
    background: #FFFFFF;
    padding: 0.5rem;
    border-radius: 14px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    display: inline-block;
}

.qr-img {
    width: 120px;
    height: auto;
    display: block;
    border-radius: 8px;
}

.partner-title {
    font-family: 'Moderniz', sans-serif;
    font-weight: 800;
    font-size: 11px;
    color: #E31B23;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 0.8rem;
    display: block;
    white-space: nowrap;
    line-height: 1;
}

.partner-logo-group {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    height: 48px;
}

.partner-logo-group a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.partner-logo {
    height: auto;
    display: block;
    object-fit: contain;
}

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

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

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

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

/* Legal Section */
.legal-section {
    background-color: #e8e5dc;
    text-align: center;
    font-family: 'AreaVariableThin', Montserrat, Arial, sans-serif;
    font-size: 13px;
    color: black;
    padding: 1.5rem 1rem 2rem 1rem;
    line-height: 1.6;
}

/* Instagram Modal Styles */
.insta-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    background-color: rgba(10, 10, 10, 0.85);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

.insta-modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.insta-modal-content {
    width: 100%;
    max-width: 540px;
    padding: 24px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(0.9) translateY(20px);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.insta-modal-content .instagram-media,
.insta-modal-content iframe {
    margin: 0 auto !important;
    border-radius: 16px !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6) !important;
    max-width: 100% !important;
}

.insta-modal-overlay.active .insta-modal-content {
    transform: scale(1) translateY(0);
}

.insta-modal-close {
    position: fixed;
    top: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease, transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    z-index: 10000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.insta-modal-close:hover {
    background: #E31B23;
    /* AXN Red */
    border-color: #E31B23;
    color: #fff;
    transform: rotate(90deg) scale(1.1);
    box-shadow: 0 6px 20px rgba(227, 27, 35, 0.5);
}

.insta-modal-close svg {
    width: 20px;
    height: 20px;
    stroke: currentColor;
    transition: stroke 0.3s ease;
}

@media (max-width: 576px) {
    .insta-modal-overlay {
        padding: 60px 16px 30px;
    }

    .insta-modal-close {
        top: 16px;
        right: 16px;
        width: 40px;
        height: 40px;
    }

    .insta-modal-close svg {
        width: 18px;
        height: 18px;
    }
}

/* ==========================================
   Sarawak Photos Section
   ========================================== */
.sarawak-photos {
    width: 100%;
    background-color: #e8e5dc;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.photos-header {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin: 28px;
}

.photos-title {
    font-family: 'BigShouldersDisplay-Black', sans-serif;
    font-weight: 900;
    font-size: 54px;
    color: #E31B23;
    letter-spacing: 2px;
    line-height: 1;
    margin: 0;
}

.photos-title-line {
    flex-grow: 1;
    height: 1px;
    background-color: #cccbc3;
}

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

.photos-carousel-wrapper {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 20px;
}

.photos-track-viewport {
    overflow: hidden;
    flex-grow: 1;
    width: 100%;
    padding: 10px 0;
    margin: -10px 0;
    min-width: 0;
    touch-action: pan-y;
    cursor: grab;
}

.photos-track {
    display: flex;
    gap: 1.5rem;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    width: 100%;
}

.photo-slide {
    flex: 0 0 calc((100% - 2 * 1.5rem) / 3);
    box-sizing: border-box;
}

.photo-img-wrap {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 24px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.photo-img-wrap:hover {
    transform: translateY(-4px);
}

.photo-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.photos-nav-btn {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, opacity 0.2s ease;
    flex-shrink: 0;
}

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

/* Lightbox Content & Layout */
#photoLightbox {
    align-items: center;
    justify-content: center;
}

.lightbox-content {
    position: relative;
    width: fit-content;
    max-width: 90vw;
    max-height: 85vh;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(0.9) translateY(20px);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.insta-modal-overlay.active .lightbox-content {
    transform: scale(1) translateY(0);
}

.lightbox-img {
    max-width: 90vw;
    max-height: 85vh;
    border-radius: 16px;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.6);
    object-fit: contain;
    display: block;
}

/* Responsive Overrides */
@media (max-width: 992px) {

    .photo-slide {
        flex: 0 0 calc((100% - 1.5rem) / 2);
    }
}

@media (max-width: 576px) {

    .photos-carousel-wrapper {
        gap: 0.5rem;
    }

    .photos-nav-btn img {
        width: 36px;
    }

    .photo-slide {
        flex: 0 0 100%;
    }
}