/* =========================================
   SUBWAY INDIA - CASE STUDY STYLESHEET
   ========================================= */

/* 1. BASE & BRAND VARIABLES */
* { margin: 0; padding: 0; box-sizing: border-box; letter-spacing: normal !important; }
:root {
    --subway-green: #008938;
    --subway-green-dark: #005c25;
    --subway-yellow: #FFC20E;
    --subway-yellow-light: #fff8e1;
    --primary-bg: #ffffff;
    --dark-bg: #0b130e;
    --text-main: #111111;
    --text-muted: #555555;
    --font-poppins: 'Poppins', sans-serif;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
    background-color: var(--primary-bg);
    overflow-x: hidden !important;
    max-width: 100% !important;
    width: 100% !important;
}

body.subway-campaign {
    font-family: var(--font-poppins);
    color: var(--text-main);
    background-color: var(--primary-bg);
    overflow-x: hidden !important;
    max-width: 100% !important;
    width: 100% !important;
    position: relative !important;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}

img, video, iframe, object, embed {
    max-width: 100% !important;
    box-sizing: border-box !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-poppins);
    font-weight: 700;
    color: var(--text-main);
}

a { color: inherit; text-decoration: none; transition: 0.25s ease; }
p { color: var(--text-muted); font-size: 1.2rem !important; }

/* 2. HEADER EXACTLY FROM MEDIATEK GLOBAL.CSS */
.header{ background-color: #fff; box-shadow: 2px 3px 3px #eee; padding-top: 10px; height: 80px; position: fixed; top: 0; left: 0; width: 100%; z-index: 99999; }
/* .header .logo{ float: left; width: 35%; text-align:center; } */
.header .logo img{ width: 160px; }
.header .menu{ float: left; width: 60%; display: block; text-align: center; padding-top: 20px; margin-left: 5%; }
.header .menu ul{ display: block; list-style: none; }
.header .menu ul li{ display: inline-block; font-size: 1rem; }
.header .menu ul a li{ color: #000; padding-left: 15px; padding-right: 15px; transition: 0.3s; }
.header .menu ul a:hover li{ color: #fcae1a; }
#menu-icon { display: none; }
@media (max-width: 992px) {
    .header .logo { padding: 4px 0px 0px 12px; }
    #menu-icon { display: block; position: absolute; top: 25px; right: 1em; color: #000; text-decoration: none; font-weight: bold; cursor: pointer; opacity: 1; padding: 0 0.4em; font-size: 25px; }
    .header .menu { display: none; width: 100%; background: #edbb43; margin-top: 10px; box-shadow: 2px 3px 3px #eee; padding-top: 0px; margin-left: 0px; }
    .header .menu ul a li { color: #fff; display: block; font-size: 16px; padding: 10px; background: #f4b533; text-align: left; }
    .header .menu ul li:focus{ color: #fff; background: #000; }
    .header .menu ul a li{ color: #fff; }
    .header .menu ul a:hover li{ color: #000; background:#fcae1abd; }
}

/* 3. HERO SECTION - MATCHING MEDIATEK PAGE EXACT DIMENSIONS */
.subway-hero,
.hamdard-hero {
    position: relative;
    width: 90%;
    max-width: 1400px;
    margin: 120px auto 40px auto;
    border-radius: 25px;
    overflow: hidden;
    min-height: 80vh;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #3aa336 0%, #30952d 100%);
    color: #ffffff;
    box-shadow: 0 15px 35px rgba(50, 150, 45, 0.2);
}

.subway-hero__content,
.hamdard-hero__content {
    width: 50%;
    padding-left: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
}

.subway-hero__title,
.hamdard-hero__title {
    font-family: 'Poppins', sans-serif;
    color: #ffc20e;
    line-height: 0.9;
    margin: 0;
}

.subway-hero__title .text-large,
.hamdard-hero__title .text-large,
.hero-title-brand,
.hero-title-country {
    font-size: clamp(3.2rem, 5.5vw, 8.5rem);
    font-weight: 600;
    color: #ffc20e;
    display: block;
    margin-top: -10px;
    margin-bottom: -5px;
    letter-spacing: -3px;
}

.subway-hero__title .hero-title-brand,
.subway-hero__title .hero-title-country {
    font-size: clamp(3.2rem, 8vw, 5.5rem) !important;
    letter-spacing: -2px !important;
}

.hero-section__divider {
    width: 244px;
    height: 2px;
    background-color: #ffffff;
    margin: 2rem 0px;
    padding-right: 60px;
}

.subway-hero__subtitle,
.hero-subtitle,
h2.hero-subtitle {
    font-family: 'Poppins', sans-serif;
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 1.1;
    color: #ffffff;
    margin: 15px 0 0 0;
}

.subway-hero__image-wrap,
.hamdard-hero__image {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    z-index: 1;
}

.subway-hero__image-wrap img,
.hamdard-hero__image img,
#subway-hero-img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    transform: none !important;
    transition: none !important;
    pointer-events: none !important;
}

/* 4. EDITORIAL SECTIONS & HEADERS */
.subway-section {
    padding: 80px 0;
    background: #ffffff;
}

.subway-section.bg-sand {
    background: #fffcf5;
}

.subway-section.bg-dark {
    background: var(--dark-bg);
    color: #ffffff;
}

.section-container {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0rem 0rem;
    width: 100%;
}

.editorial-header {
    padding-left: 155px;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 0px;
}

.editorial-header__tag {
    font-family: 'Poppins', sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
	    line-height: 1.4 !important;
    color: #000;
    text-transform: capitalize;
    white-space: nowrap;
}

.editorial-header__line {
    flex: 1;
    height: 2px;
    background-color: #fbab17;
    opacity: 0.5;
    transform-origin: left center;
        max-width: 58%;
}

.intro-text-box,
.challenge-text-box {
    max-width: 1200px;
    margin: 0 auto;
   padding: 4px 15% 0% 6%;
}

.intro-text-box h3,
.challenge-text-box h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    color: #000;
    line-height: 1.3;
    margin-top: 0 !important;
    margin-bottom: 25px;
}

.intro-text-box p,
.challenge-text-box p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    color: #333;
    line-height: 1.4;
    margin-top: 0 !important;
    margin-bottom: 20px;
}

/* 2-COLUMN CENTERED IMAGE GRID (EXACT MATCHING WIDTH TO PERFECT BITE & EQUAL IMAGE HEIGHT) */
.centered-image-grid {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 30px;
    width: 100%;
    max-width: 1400px;
    margin: 40px auto;
}

/* .subway-wide-container.love-to-share-container,
.centered-image-grid.love-to-share-grid,
.love-to-share-container,
.love-to-share-grid {
    padding-top: 50px !important;
} */


.centered-image-col {
    flex: 1;
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 100%;
}

.diagnostic-approach__image {
    width: 100%;
    height: 100%;
    display: flex;
}

.diagnostic-approach__image img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
    border-radius: 20px;
    /* box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12); */
}

@media (max-width: 768px) {
    .centered-image-grid {
        flex-direction: column;
        gap: 20px;
        margin: 25px auto;
    }
    .diagnostic-approach__image img {
        min-height: auto;
    }
.love-to-share-grid,
.love-to-share-container {
    padding-top: 80px !important;
}
	.hero-section__divider{
		    margin: 1rem 0px;
	}

}

/* 5. 2-COLUMN FEATURED CARDS GRID */
.subway-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.subway-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    border: 1px solid rgba(0,0,0,0.05);
}

.subway-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 45px rgba(0, 137, 56, 0.15);
}

.subway-card img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
}

.subway-card__body {
    padding: 30px;
}

.subway-card__title {
    font-size: 1.5rem;
    color: var(--subway-green-dark);
    margin-bottom: 12px;
}

.subway-card__desc {
    font-size: 1.05rem;
    color: var(--text-muted);
}

/* 6. BANNER SHOWCASE & WIDE CONTAINERS (MATCHING EXACT SUBWAY HERO SECTION WIDTH & BOUNDARIES) */
.subway-wide-container {
    height: 600px !important;
    min-height: 0 !important;
    width: 90% !important;
    max-width: 1300px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

/* .hamdard-section-padding{
    padding: 0px 0px 0px 150px !important;
} */

.subway-banner-showcase {
    position: relative;
    width: 100% !important;
    max-width: 100% !important;
    height: auto;
    overflow: hidden;
    margin: 0 auto !important;
    border-radius: 25px !important;
    box-sizing: border-box !important;
}

.subway-banner-showcase img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    border-radius: 0px !important;
}

.subway-banner-showcase:not(.tablet-showcase-section):not(.laptop-showcase-section):hover img {
    transform: scale(1.04);
}

/* Tablet & Laptop Video Showcase Static Hover - Strictly Disable ALL Hover Scaling & Zoom Effects */
.tablet-mockup-img,
img.tablet-mockup-img,
.tablet-frame-container img,
.tablet-frame-container .tablet-mockup-img,
.tablet-showcase-section img,
.tablet-showcase-section .tablet-mockup-img,
.subway-banner-showcase.tablet-showcase-section img,
.subway-banner-showcase.tablet-showcase-section .tablet-mockup-img,
img[src*="LCD-TWO"],
.laptop-showcase-section img,
.laptop-showcase-section .laptop-mockup-img {
    transform: none !important;
    scale: 1 !important;
    transition: transform 0s !important;
    will-change: auto !important;
}

:hover > .tablet-mockup-img,
:hover > .tablet-frame-container .tablet-mockup-img,
.tablet-showcase-section:hover img,
.tablet-showcase-section:hover .tablet-mockup-img,
.tablet-showcase-section:hover .tablet-frame-container,
.tablet-showcase-section:hover .tablet-frame-container img,
.tablet-showcase-section:hover .tablet-screen-viewport,
.subway-banner-showcase:hover img.tablet-mockup-img,
.subway-banner-showcase:hover .tablet-mockup-img,
.subway-banner-showcase:hover img[src*="LCD-TWO"],
.tablet-wrapper:hover .tablet-mockup-img,
.tablet-frame-container:hover .tablet-mockup-img,
.tablet-frame-container:hover img,
.tablet-mockup-img:hover,
img.tablet-mockup-img:hover,
img[src*="LCD-TWO"]:hover,
*:hover > img[src*="LCD-TWO"],
*:hover > .tablet-wrapper .tablet-mockup-img,
*:hover > .tablet-frame-container .tablet-mockup-img,
.laptop-showcase-section:hover img,
.laptop-showcase-section:hover .laptop-mockup-img {
    transform: none !important;
    scale: 1 !important;
    box-shadow: none !important;
    transition: none !important;
    filter: none !important;
}

.subway-banner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,137,56,0.85) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 50px;
    color: #ffffff;
}

.subway-banner-overlay h3 {
    font-size: 2.4rem;
    color: #ffffff;
    margin-bottom: 10px;
}

.subway-banner-overlay p {
    font-size: 1.2rem;
    color: rgba(255,255,255,0.9);
}

/* EAT FRESH QUOTE SECTION */
.subway-quote-section {
    padding: 80px 0;
    min-height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    text-align: center;
}

.subway-quote-text {
    font-family: 'Poppins', sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    color: #FFC20E;
    line-height: 1.35;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    letter-spacing: normal !important;
}

/* 7. STATS & METRICS TICKER COUNTER */
.subway-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.subway-stat-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    backdrop-filter: blur(10px);
}

.subway-stat-num {
    font-size: 4rem;
    font-weight: 800;
    color: var(--subway-yellow);
    line-height: 1;
    margin-bottom: 10px;
}

.subway-stat-label {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 500;
}

/* 8. FOOTER */
.subway-footer {
    background: var(--dark-bg);
    color: #ffffff;
    padding: 80px 0 40px;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.m-footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 50px;
    padding: 0 20px;
}

.m-footer-left, .m-footer-right { flex: 1; }

.m-footer-title {
    font-size: 3.5rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 20px;
}

.m-footer-title span { color: var(--subway-yellow); }

.m-footer-links p { font-size: 1.2rem !important; margin-bottom: 8px; }
.m-footer-links a { color: #ffffff; font-weight: 500; }
.m-footer-links a:hover { color: var(--subway-yellow); }

.m-footer-form .m-form-group {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.m-footer-form label { width: 30%; color: rgba(255,255,255,0.8); font-size: 1rem; }
.m-footer-form input {
    width: 70%;
    background: transparent;
    border: none;
    border-bottom: 2px solid rgba(255,255,255,0.2);
    padding: 8px 0;
    font-size: 1rem;
    color: #ffffff;
    outline: none;
    transition: border-color 0.3s;
}

.m-footer-form input:focus { border-bottom-color: var(--subway-yellow); }

.m-submit-btn {
    background: var(--subway-yellow);
    color: #000000;
    border: none;
    padding: 12px 32px;
    font-size: 1.1rem;
    font-weight: 700;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 15px;
    transition: 0.3s;
}

.m-submit-btn:hover {
    background: #ffffff;
    color: var(--subway-green-dark);
}

/* 9. RESPONSIVE DESIGN */
@media (max-width: 992px) {
    .subway-hero {
        flex-direction: row;
        width: 95%;
        padding: 50px 0px;
        min-height: auto;
        text-align: center;
    }
    .subway-hero__content, .subway-hero__image-wrap {
        width: 100%;
        padding: 3px 0px 0px 10px;
    }
    .subway-hero__title { font-size: 3.5rem; }
    .subway-hero__subtitle { font-size: 1.4rem; margin-top: 10px; }
    .subway-hero__image-wrap { margin-top: 30px; }
    .subway-hero__image-wrap img {
        max-width: 100%;
        transform: none !important;
    }
    .subway-grid, .subway-stats-grid { grid-template-columns: 1fr; }
    .m-footer-container { flex-direction: column; gap: 40px; }
}

@media (max-width: 600px) {
    .subway-hero {
        padding: 35px 15px;
        margin: 85px auto 25px;
        border-radius: 18px;
    }
    .subway-hero__title {
        font-size: 2.5rem;
        letter-spacing: -1px;
    }
    .subway-hero__subtitle {
        font-size: 1.15rem;
        margin-top: 8px;
    }
    .subway-hero__image-wrap {
        margin-top: 20px;
    }
}

/* =========================================
   WHAT WE PLANNED SECTION STYLES
   ========================================= */
.subway-planned-section,
.avengers-desktop-padding,
.avengers-bottom-custom-padding {
   padding: 40px 0px 0px 150px;
   width: 88%;
}

.planned-main-title {
    font-size: 3.8rem;
    font-weight: 800;
    color: #fcae1a;
    line-height: 1.1;
    margin-bottom: 12px;
}

.planned-subtitle {
    font-size: 1.25rem;
    font-weight: 500;
    color: #333;
    margin-bottom: 0px;
}

.planned-campaign-block {
    margin-bottom: 40px;
    margin-left: 35px;
}

.planned-campaign-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 14px;
}

.planned-campaign-desc {
    font-size: 1.2rem !important;
    line-height: 1.6;
    color: #444;
    max-width: 666px;
    margin-bottom: 35px;
}

.planned-metrics-grid {
    display: flex;
    flex-direction: column;
    gap: 25px;
    max-width: 900px;
    margin-bottom: 50px;
}

.planned-metrics-row {
    display: flex;
    align-items: flex-start;
    gap: 75px;
}

.planned-metrics-row-bottom {
    margin-top: 5px;
}

.planned-metric-item {
    display: flex;
    flex-direction: column;
}

.planned-metric-num {
    font-size: 3.2rem;
    font-weight: 800;
    color: #fcae1a;
    line-height: 1;
    margin-bottom: 8px;
    letter-spacing: -1px;
}

.planned-metric-label {
    font-size: 1rem;
    font-weight: 500;
    color: #444;
}

.scroll-video-card {
    position: relative;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.scroll-video-card video,
.scroll-video-card img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
    object-fit: cover;
}

.subway-banner-showcase {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

/* =========================================
   NATIVE HTML/CSS GRID CARDS
   ========================================= */
.native-cards-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    width: 100%;
}

.native-campaign-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 45px 35px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    box-sizing: border-box;
}

.native-campaign-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.12);
}

.native-card-badge {
    align-self: flex-start;
    background: rgba(252, 174, 26, 0.15);
    color: #d98e00;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 6px 14px;
    border-radius: 50px;
    margin-bottom: 20px;
}

.card-avengers .native-card-badge {
    background: rgba(0, 143, 75, 0.12);
    color: #008f4b;
}

.native-card-title {
    font-size: 1.8rem;
    font-weight: 800;
    color: #111111;
    margin-bottom: 15px;
    line-height: 1.25;
}

.native-card-desc {
    font-size: 1.05rem;
    color: #555555;
    line-height: 1.6;
    margin-bottom: 30px;
}

.native-card-stat-wrap {
    border-top: 1px solid #eeeeee;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
}

.native-card-stat {
    font-size: 2.5rem;
    font-weight: 800;
    color: #fcae1a;
    line-height: 1;
    margin-bottom: 4px;
}

.card-avengers .native-card-stat {
    color: #008f4b;
}

.native-card-stat-label {
    font-size: 0.95rem;
    color: #666666;
    font-weight: 500;
}

/* =========================================
   CAMPAIGN 2: AVENGERS TABLET SHOWCASE (PURE HTML & CSS)
   ========================================= */
/* ==========================================================================
   ISOLATED DEDICATED TABLET SHOWCASE SECTION (SELF-CONTAINED CSS SYSTEM)
   Targeting ONLY: .tablet-wrapper, .tablet-frame-container, .tablet-mockup-img,
   .tablet-screen-viewport, .tablet-inner-video
   ========================================================================== */

.tablet-showcase-section {
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 40px auto !important;
    padding: 30px 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    overflow: visible !important;
    border-radius: 25px !important;
    box-sizing: border-box !important;
}

.tablet-orange-stripe {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 92% !important;
    max-width: 1200px !important;
    height: 350px !important;
    z-index: 1 !important;
    overflow: hidden !important;
    border-radius: 24px !important;
}

.orange-stripe-bg-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 24px !important;
}

/* Dedicated Tablet Frame & Image System with Independent Border-Radius */
.tablet-showcase-section .tablet-wrapper {
    position: relative !important;
    z-index: 2 !important;
    width: 75% !important;
    max-width: 920px !important;
    margin: 0 auto !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.tablet-showcase-section .tablet-frame-container {
    position: relative !important;
    z-index: 2 !important;
    width: 85% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    overflow: hidden !important;
    border-radius: 30px !important;
}

/* Rounded corners directly on LCD-TWO.jpg image */
.tablet-showcase-section .tablet-mockup-img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    object-fit: contain !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    transform: none !important;
    scale: 1 !important;
    transition: none !important;
    position: relative !important;
    z-index: 2 !important;
    filter: drop-shadow(0 20px 25px rgba(0, 0, 0, 0.25)) !important;
}

/* Disable Hover Zoom/Scale Effects on Tablet Image */
.tablet-showcase-section:hover .tablet-mockup-img,
.tablet-wrapper:hover .tablet-mockup-img,
.tablet-frame-container:hover .tablet-mockup-img,
.tablet-mockup-img:hover {
    transform: none !important;
    scale: 1 !important;
    box-shadow: none !important;
    transition: none !important;
    filter: drop-shadow(0 20px 25px rgba(0, 0, 0, 0.25)) !important;
}

.tablet-showcase-section .tablet-screen-viewport {
    position: absolute !important;
   top: 3% !important;
    left: 2.6% !important;
    width: 94.7% !important;
    height: 93.5% !important;
    z-index: 20 !important;
    background: #000000 !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.tablet-showcase-section .tablet-inner-video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    border-radius: 12px !important;
}

.tablet-showcase-section .tablet-screen-overlay {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    padding: 20px 25px !important;
    background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.85) 100%) !important;
    color: #ffffff !important;
    z-index: 10 !important;
}

.tablet-showcase-section .tablet-overlay-heading {
    font-size: 1.4rem !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin: 0 !important;
    text-shadow: 0 2px 4px rgba(0,0,0,0.6) !important;
}

/* =========================================
   LAPTOP SHOWCASE WITH YELLOW STRIPE & LCD WALL
   ========================================= */
.laptop-showcase-section {
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 40px auto !important;
    padding: 30px 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    overflow: visible !important;
    border-radius: 25px !important;
    box-sizing: border-box !important;
}

.laptop-yellow-stripe {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 92% !important;
    max-width: 1200px !important;
    height: 350px !important;
    z-index: 1 !important;
    overflow: hidden !important;
    border-radius: 24px !important;
}

.laptop-mockup-img{
    padding-bottom: 0px !important;
}

.yellow-stripe-bg-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 24px !important;
}

.laptop-wrapper {
    position: relative !important;
    z-index: 2 !important;
    width: 75% !important;
    max-width: 920px !important;
    margin: 0 auto !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.laptop-frame-container {
    position: relative !important;
    z-index: 2 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.laptop-mockup-img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    object-fit: contain !important;
    transform: none !important;
    scale: 1 !important;
    transition: none !important;
    position: relative !important;
    z-index: 2 !important;
    opacity: 1 !important;
    visibility: visible !important;
    filter: drop-shadow(0 20px 25px rgba(0, 0, 0, 0.25)) !important;
}

.laptop-screen-viewport {
    position: absolute;
    top: 1%;
    left: 1%;
    width: 98.3%;
    height: 83.8%;
    z-index: 20;
    background-color: #000;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.standalone-video-container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.standalone-video-container .laptop-inner-video,
.laptop-inner-video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
}

.laptop-screen-text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 30;
    width: 100%;
    padding: 20px;
    text-align: center;
    box-sizing: border-box;
    pointer-events: none;
}

@media (max-width: 768px) {
    .planned-main-title {
        font-size: 2.8rem;
    }
    .planned-metrics-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    .planned-metric-num {
        font-size: 2.4rem;
    }
}

/* =========================================
   BRIEF / APPROACH & HIGHLIGHTS SECTION
   ========================================= */
.brief-section {
    padding: 60px 20px;
    background: transparent;
}

.brief-container {
    width: 90% !important;
    max-width: 1400px !important;
    margin: 0 auto !important;
}

.brief-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 25px;
}

.brief-header h2 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #fbab17;
    margin: 0;
    white-space: nowrap;
}

.brief-line {
    height: 2px;
    background: #fbab17;
}

.brief-content p {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #333;
    margin-bottom: 35px;
}

.highlights-title {
    font-size: 2.2rem !important;
    font-weight: 800 !important;
    color: #000 !important;
    margin: 40px 0 10px 0 !important;
}

.highlights-subtitle {
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    color: #fbab17 !important;
    margin: 0 0 15px 0 !important;
    line-height: 1.2 !important;
}

.highlights-desc {
    font-size: 1.15rem !important;
    line-height: 1.6 !important;
    color: #444 !important;
    margin-bottom: 30px !important;
}

/* =========================================
   TETRAPAK RECART FEATURE BANNER SECTION
   ========================================= */
.tetrapak-recart-section {
    position: relative;
    width: 90% !important;
    max-width: 1400px !important;
    margin: 60px auto !important;
}

.recart-card-container {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: #0d1424;
    color: #fff;
    min-height: 480px;
    display: flex;
    align-items: center;
}

.recart-bg-layer {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.recart-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recart-bg-overlay {
    position: absolute;
    inset: 0;
    background: rgba(13, 20, 36, 0.75);
}

.recart-border-svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.recart-stroke-rect {
    width: calc(100% - 22px);
    height: calc(100% - 22px);
}

.animated-blue-border {
    stroke-width: 6px;
    stroke-dasharray: 200 600;
    animation: dashBorder 8s linear infinite;
}

@keyframes dashBorder {
    0% { stroke-dashoffset: 0; }
    100% { stroke-dashoffset: -1600; }
}

.recart-content {
    position: relative;
    z-index: 10;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 60px;
}

.recart-text-block {
    flex: 1;
    max-width: 60%;
}

.recart-title {
    font-size: 2.8rem;
    font-weight: 400;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 10px;
}

.recart-subtitle {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 20px;
}

.recart-small-packs-row {
    display: flex;
    align-items: flex-end;
    gap: 15px;
    margin-bottom: 20px;
}

.small-pack-item {
    height: 120px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.3));
}

.recart-features {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}

.recart-image-block {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.recart-main-pack {
    max-width: 280px;
    height: auto;
    filter: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.4));
}

/* =========================================
   EXACT MEDIATEK FOOTER STYLES
   ========================================= */
.mediatek-footer {
    background-image: url('../assets/imgs/news-bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 5%;
    color: #000;
    margin-top: 60px;
}

.m-footer-container {
    width: 90% !important;
    max-width: 1300px !important;
    margin: 0 auto !important;
    display: flex;
    justify-content: space-between;
    gap: 50px;
    box-sizing: border-box !important;
}

.m-footer-left, .m-footer-right {
    flex: 1;
}

.m-footer-title {
    font-size: 4rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 30px;
    color: #000;
}

.m-footer-title span {
    color: #fcae1a;
}

.m-footer-links p {
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.m-footer-links a {
    color: #000;
    font-weight: 500;
    transition: 0.2s;
}

.m-footer-links a:hover {
    color: #fcae1a;
}

.m-footer-address {
    margin-top: 30px;
    font-size: 1.1rem;
    font-style: normal;
    color: #333;
    max-width: 80%;
    line-height: 1.6;
}

.m-footer-subtitle {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 40px;
    color: #000;
}

.m-footer-subtitle span {
    color: #fcae1a;
}

.m-form-group {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.m-form-group label {
    width: 30%;
    font-size: 1.1rem;
    font-weight: 500;
    color: #000;
}

.m-form-group input {
    width: 70%;
    background: transparent;
    border: none;
    border-bottom: 2px solid #ccc;
    padding: 8px 0;
    font-size: 1.1rem;
    color: #000;
    outline: none;
}

.m-form-group input:focus {
    border-bottom-color: #fcae1a;
}

.m-submit-btn {
    background: #fcae1a;
    color: #fff;
    border: none;
    padding: 12px 30px;
    font-size: 1.2rem;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
    transition: 0.3s;
}

.m-submit-btn img {
    width: 18px;
}

.m-submit-btn:hover {
    background: #000;
}

/* =========================================
   EXACT MEDIATEK RESPONSIVE MEDIA QUERIES (MOBILE, TABLET & DESKTOP)
   ========================================= */
/* Legacy Media Query Cleanups */
@media (max-width: 992px) {
    .intro-text-box,
    .challenge-text-box {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        padding-left: 0 !important;
        padding-right: 10% !important;
    }
}

@media (max-width: 768px) {
    .editorial-header {
        display: flex !important;
        align-items: center !important;
        gap: 20px !important;
        margin-bottom: 1px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .editorial-header__tag {
        font-size: 1.1rem !important;
        padding-left: 0 !important;
    }
    .editorial-header__line {
        flex: 1 1 auto !important;
        max-width: 100% !important;
    }
    .intro-text-box,
    .challenge-text-box {
        padding-top: 15px !important;
        padding-bottom: 0px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .intro-text-box h3,
    .challenge-text-box h3 {
        font-size: 1.1rem !important;
        margin-bottom: 12px !important;
    }
    .intro-text-box p,
    .challenge-text-box p {
        font-size: 1.05rem !important;
        line-height: 1.55 !important;
        margin-bottom: 15px !important;
        padding-right: 0 !important;
    }
}


    .intro-text-box h3,
    .challenge-text-box h3 {
        font-size: 1.2rem !important;
        margin-bottom: 12px !important;
    }
    .intro-text-box p,
    .challenge-text-box p {
        font-size: 1.2rem !important;
        line-height: 1.4 !important;
		font-weight:400;
        margin-bottom: 5px !important;
        padding-right: 0 !important;
    }

    /* 4. 2-Column Image Grids Mobile */
    .centered-image-grid {
        flex-direction: row !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        gap: 15px !important;
        margin-top: 65px !important;
        margin-bottom: 20px !important;
    }
    .centered-image-col {
        width: 100% !important;
        max-width: 100% !important;
    }

    /* 5. What We Planned & Metrics Mobile */
    .planned-campaign-block {
        margin-bottom: 40px !important;
        margin-left: 40px !important;
    }
    .planned-main-title {
        font-size: 3rem !important;
		    padding-top: 50px;
    }

.avn-padding-top{
	 padding-top: 50px;
}


    .planned-subtitle {
        font-size: 1.2rem !important;
        margin-bottom: 0px !important;
    }
    .planned-campaign-title {
        font-size: 1.2rem !important;
    }
    .planned-campaign-desc {
      line-height: 1.4;
    font-size: 1.2rem !important; 
		font-weight: 400;
		
        margin-bottom: 25px !important;
    }
    .planned-metrics-grid {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 20px 0px !important;
        width: 100% !important;
        margin-bottom: 25px !important;
    }
    .planned-metrics-row {
        display: contents !important;
    }
    .planned-metric-item {
        width: 100% !important;
        box-sizing: border-box !important;
    }
    .planned-metric-num {
        font-size: 3rem !important;
    }
    .planned-metric-label {
        font-size: 1.2rem !important;
    }

    .hamdard-section-paddingg{
                width: 88% !important;
    margin: 95px 231px auto;
    }

    /* 6. Wide Banner & Showcase Sections Mobile */
    .subway-wide-container {
        width: 100% !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        margin: 20px auto !important;
    }
    .subway-banner-showcase {
        border-radius: 16px !important;
    }
    .laptop-showcase-section,
    .tablet-showcase-section {
        margin: 20px auto !important;
        padding: 10px 0 !important;
    }
    .laptop-yellow-stripe {
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        width: 95% !important;
        max-width: 100% !important;
        height: 220px !important;
        z-index: 1 !important;
        overflow: hidden !important;
        border-radius: 16px !important;
    }
    .tablet-orange-stripe {
        position: absolute !important;
        bottom: 0 !important;
        top: auto !important;
        left: 50% !important;
        right: auto !important;
        width: 95% !important;
        max-width: 100% !important;
        height: 60% !important;
        transform: translateX(-50%) !important;
        z-index: 1 !important;
        overflow: hidden !important;
        border-radius: 16px !important;
    }

    .subway-wide-containerr{
        height: 700px !important;
    }

    .laptop-heading {
        font-size: 1.4rem !important;
    }
    .tablet-overlay-heading {
        font-size: 1.1rem !important;
    }

    /* 7. MediaTek Footer Mobile */
    .recart-content {
        flex-direction: column !important;
        padding: 30px 10px !important;
        text-align: center !important;
    }
    .recart-text-block,
    .recart-image-block {
        max-width: 100% !important;
        justify-content: center !important;
    }
    .recart-title {
        font-size: 1.8rem !important;
    }
    .recart-small-packs-row {
        justify-content: center !important;
    }
    .subway-quote-section {
        padding: 30px 10px !important;
    }
    .subway-quote-text {
        font-family: 'Poppins', sans-serif !important;
           font-size: 2.1rem !important;
    line-height: 1.2 !important;
    padding: 50px 10px 10px 10px;
    }
    .mediatek-footer {
        padding: 35px 10px !important;
        margin-top: 0px;
    }
    .m-footer-container {
        flex-direction: row !important;
        gap: 35px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .m-footer-title {
        font-size: 2.8rem !important;
    }
    .m-footer-subtitle {
        font-size: 1.8rem !important;
    }
    .m-form-group {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 8px !important;
    }
    .m-form-group label,
    .m-form-group input {
        width: 100% !important;
    }
    .m-footer-address {
        max-width: 100% !important;
    }

   

/* ==========================================================================
   PRECISION RESPONSIVE MEDIA QUERIES (MATCHING MEDIATEK DESIGN SYSTEM)
   ========================================================================== */

/* 1. Mobile Devices (<= 767px) - Smartphone Portrait & Landscape */
@media screen and (max-width: 767px) {
    html, body {
        overflow-x: hidden !important;
        width: 100% !important;
    }

    /* Fixed Header Adjustments */
    .header {
        height: 70px !important;
        padding-top: 5px !important;
    }
    .header .logo img {
        width: 130px !important;
    }

    /* Hero Section Mobile */
    .subway-hero,
    .hamdard-hero {
        width: 95% !important;
        margin: 80px auto 20px auto !important;
        border-radius: 16px !important;
        min-height: auto !important;
        padding: 2.2rem 0rem !important;
        flex-direction: column !important;
        text-align: center !important;
        align-items: center !important;
        justify-content: center !important;
    }
    .subway-hero__content,
    .hamdard-hero__content {
        width: 100% !important;
        padding: 0 !important;
        text-align: center !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }
    .subway-hero__title .text-large,
    .hamdard-hero__title .text-large,
    .hero-title-brand,
    .hero-title-country {
        font-size: clamp(2.2rem, 8.5vw, 3.6rem) !important;
        display: inline-block !important;
        letter-spacing: -1px !important;
        line-height: 1.05 !important;
        white-space: nowrap !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .subway-hero__subtitle,
    .hero-subtitle {
        font-size: clamp(1.2rem, 4.5vw, 1.5rem) !important;
        font-weight: 600 !important;
        letter-spacing: -0.5px !important;
        line-height: 1.25 !important;
        margin-top: 10px !important;
    }
    .subway-hero__image-wrap,
    .hamdard-hero__image {
        width: 100% !important;
        margin-top: 1.5rem !important;
        justify-content: center !important;
    }

    /* Section Padding & Container */
    .section-container {
        width: 100% !important;
        padding: 0rem 0rem !important;
        max-width: 100% !important;
    }
    .hamdard-section-padding {
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
    }

    /* Editorial Headers & Copy */
    .editorial-header {
        padding: 15px 0px 0px 10px !important;
        gap: 10px !important;
        max-width: 100% !important;
    }
    .editorial-header__tag {
        font-size: 1.1rem !important;
        font-weight: 500 !important;
		line-height: 1.4;
        white-space: nowrap !important;
    }
    .editorial-header__line {
        flex: 1 !important;
        height: 2px !important;
        max-width: 100% !important;
    }
    .intro-text-box,
    .challenge-text-box {
        padding: 10px 15px 0px 15px !important;
        max-width: 100% !important;
    }
    .intro-text-box p,
    .challenge-text-box p {
        font-size: 1.01rem !important;
        line-height: 1.4 !important;
		font-weight:400;
        margin-bottom: 14px !important;
        color: #333 !important;
        padding: 0 !important;
    }

    /* Subway Planned Section Mobile Override */
    .subway-planned-section,
    .avengers-desktop-padding,
    .avengers-section-padding {
        padding: 20px 15px 0px 10px !important;
        width: 100% !important;
    }
    .planned-campaign-block {
        margin-left: 0px !important;
        margin-bottom: 25px !important;
    }

    /* Centered Image Grids */
    .centered-image-grid {
        flex-direction: column !important;
        gap: 18px !important;
        width: 100% !important;
        margin: 25px auto !important;
        padding: 0 0px !important;
    }
    .centered-image-col {
        width: 100% !important;
        max-width: 100% !important;
    }
    .diagnostic-approach__image img {
        min-height: auto !important;
        height: auto !important;
        width: 100% !important;
        border-radius: 16px !important;
    }

    .hamdard-section-paddinggg{
        padding: 4rem 1rem 1rem 15px !important;
    }

    /* Planned Campaign Cards & Metrics */
    .planned-main-title {
        font-size: 2rem !important;
    }
    .planned-subtitle {
        font-size: 1.1rem !important;
		line-height:1.4;
		font-weight:400;
    }
	
	.planned-main-title {

     padding-top: 0px; 
}
	
	
    .planned-campaign-block {
        padding: 0 !important;
        margin-bottom: 20px !important;
    }
    .planned-campaign-title {
        font-size: 1.2rem !important;
        margin-bottom: 10px !important;
		font-weight:500;
		line-height:1.4;
    }
    .planned-campaign-desc {
        font-size: 1.01rem !important;
        line-height: 1.4 !important;
        margin-bottom: 20px !important;
    }
    .planned-metrics-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
        width: 100% !important;
    }
    .planned-metrics-row {
        display: contents !important;
    }
    .planned-metric-item {
        width: 100% !important;
        padding: 12px 5px !important;
        text-align: left !important;
        box-sizing: border-box !important;
    }
    .planned-metric-num {
        font-size: 1.8rem !important;
        line-height: 1.1 !important;
    }
    .planned-metric-label {
        font-size: 0.82rem !important;
    }

    /* Wide Banner & Showcase Sections Mobile */
    .subway-wide-container {
        height: auto !important;
        min-height: 280px !important;
        width: 95% !important;
        margin: 15px auto !important;
        padding: 0 !important;
    }
    .perfect-bite-container {
        width: 92% !important;
        max-width: 100% !important;
        margin: 20px auto !important;
        height: auto !important;
        min-height: auto !important;
    }
    .subway-wide-container.love-to-share-container,
    .centered-image-grid.love-to-share-grid,
    .love-to-share-container,
    .love-to-share-grid {
        padding: 0px !important;
        margin-top: 0px !important;
    }
    .subway-banner-showcase {
        border-radius: 16px !important;
        height: auto !important;
        position: relative !important;
        overflow: visible !important;
    }
    .perfect-bite-showcase {
        width: 100% !important;
        max-width: 100% !important;
        border-radius: 16px !important;
        overflow: hidden !important;
    }
    .perfect-bite-showcase img {
        width: 100% !important;
        height: auto !important;
        object-fit: contain !important;
        display: block !important;
    }
    .laptop-showcase-section,
    .tablet-showcase-section {
        margin: 0px auto !important;
        padding: 10px 0 !important;
        overflow: visible !important;
    }
    .laptop-yellow-stripe,
    .tablet-orange-stripe {
        position: absolute !important;
        top: 95% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        width: 98% !important;
        height: 140px !important;
        border-radius: 16px !important;
        z-index: 1 !important;
        overflow: hidden !important;
    }
    .laptop-wrapper,
    .tablet-wrapper {
        position: relative !important;
        z-index: 2 !important;
        width: 88% !important;
        margin: 0 auto !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    /* Quote Section Mobile */
    .subway-quote-section {
        padding: 0px 15px !important;
        margin: 0px auto !important;
    }
	
	.subway-quote-section {
  
	min-height: 130px;
	}
	
    .subway-quote-text {
        font-size: 1.25rem !important;
        line-height: 1.4 !important;
        text-align: center !important;
        padding: 10px !important;
    }

    /* MediaTek Footer Mobile */
    .mediatek-footer {
        padding: 0px 20px !important;
    }
    .m-footer-container {
        flex-direction: column !important;
        gap: 40px !important;
        width: 100% !important;
    }
    .m-footer-left,
    .m-footer-right {
        width: 100% !important;
    }
    .m-footer-title {
        font-size: 2.8rem !important;
        margin-bottom: 20px !important;
    }
    .m-footer-subtitle {
        font-size: 1.8rem !important;
        margin-bottom: 25px !important;
    }
    .m-form-group {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 8px !important;
        margin-bottom: 18px !important;
    }
    .m-form-group label,
    .m-form-group input {
        width: 100% !important;
        font-size: 1rem !important;
    }
    .m-footer-address {
        max-width: 100% !important;
    }
    .m-submit-btn {
        width: 100% !important;
        justify-content: center !important;
    }
}

/* 2. iPad Mini (768px - 819px) */
@media screen and (min-width: 768px) and (max-width: 819px) {
    html, body {
        overflow-x: hidden !important;
    }

    .subway-hero,
    .hamdard-hero {
        width: 93% !important;
        margin: 95px auto 25px auto !important;
        border-radius: 20px !important;
        min-height: auto !important;
        padding: 2.8rem 2rem !important;
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
    }
    .subway-hero__content,
    .hamdard-hero__content {
        width: 50% !important;
        padding: 0 !important;
        text-align: left !important;
    }
    .subway-hero__title .text-large,
    .hamdard-hero__title .text-large,
    .hero-title-brand,
    .hero-title-country {
        font-size: 3.8rem !important;
        letter-spacing: -1.5px !important;
        line-height: 1 !important;
        white-space: nowrap !important;
    }
    .subway-hero__subtitle,
    .hero-subtitle {
        font-size: 1.6rem !important;
        margin-top: 10px !important;
        line-height: 1.2 !important;
    }
    .subway-hero__image-wrap,
    .hamdard-hero__image {
        width: 50% !important;
        display: flex !important;
        justify-content: flex-end !important;
    }

    .editorial-header {
        padding: 0 8% !important;
        gap: 15px !important;
    }
    .editorial-header__tag {
        font-size: 1.3rem !important;
    }
    .intro-text-box,
    .challenge-text-box {
        padding: 0 8% !important;
    }
    .intro-text-box p,
    .challenge-text-box p {
        font-size: 1.1rem !important;
        line-height: 1.4 !important;
    }

    .subway-planned-section {
        padding: 00px 4% 0px 8% !important;
        width: 100% !important;
    }
    .avengers-section-padding {
        padding-top: 50px !important;
        padding-left: 60px !important;
    }
    .planned-campaign-block {
        margin-left: 0px !important;
        margin-bottom: 30px !important;
    }

    .centered-image-grid {
        flex-direction: row !important;
        gap: 20px !important;
        width: 100% !important;
        padding: 10px 0px 0px 0px !important;
        margin: 20px auto !important;
    }

    .planned-metrics-grid {
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 15px !important;
    }
    .planned-metric-num {
        font-size: 2.1rem !important;
    }
    .planned-metric-label {
        font-size: 0.88rem !important;
    }

    .subway-wide-container {
        height: auto !important;
        min-height: 0 !important;
        width: 100% !important;
        margin: 35px auto !important;
    }
    .laptop-yellow-stripe,
    .tablet-orange-stripe {
        position: absolute !important;
        top: 86% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        width: 96% !important;
        height: 240px !important;
        border-radius: 20px !important;
        z-index: 1 !important;
        overflow: hidden !important;
    }
    .laptop-wrapper,
    .tablet-wrapper {
        position: relative !important;
        z-index: 2 !important;
        width: 82% !important;
        margin: 0 auto !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
	.section-container {
    max-width: 1250px;
		margin: 15px auto
	}

    .subway-quote-section {
        padding: 30px 20px !important;
    }
    .subway-quote-text {
        font-family: 'Poppins', sans-serif !important;
        font-size: 1.6rem !important;
        line-height: 1.4 !important;
        padding: 30px 10px 10px 10px !important;
    }

    .mediatek-footer {
        padding: 0px 4% !important;
    }
    .m-footer-container {
        flex-direction: column !important;
        gap: 40px !important;
    }
    .m-footer-title {
        font-size: 3.2rem !important;
    }
    .m-footer-subtitle {
        font-size: 2.1rem !important;
    }
    .m-form-group {
        flex-direction: row !important;
        gap: 15px !important;
    }
    .m-form-group label {
        width: 30% !important;
    }
    .m-form-group input {
        width: 70% !important;
    }
}

/* 3. iPad Air (820px - 912px) */
@media screen and (min-width: 820px) and (max-width: 912px) {
    html, body {
        overflow-x: hidden !important;
    }

    .subway-hero,
    .hamdard-hero {
        width: 92% !important;
        margin: 105px auto 30px auto !important;
        border-radius: 22px !important;
        min-height: auto !important;
        padding: 3.2rem 0rem !important;
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
    }
    .subway-hero__content,
    .hamdard-hero__content {
        width: 50% !important;
        padding: 0 !important;
    }
    .subway-hero__title .text-large,
    .hamdard-hero__title .text-large,
    .hero-title-brand,
    .hero-title-country {
        font-size: 4.4rem !important;
        letter-spacing: -2px !important;
        line-height: 0.95 !important;
    }
    .subway-hero__subtitle,
    .hero-subtitle {
        font-size: 1.85rem !important;
        margin-top: 12px !important;
    }
    .subway-hero__image-wrap,
    .hamdard-hero__image {
        width: 50% !important;
    }

    .editorial-header {
        padding: 0 4.5% !important;
        gap: 18px !important;
    }
    .intro-text-box,
    .challenge-text-box {
        padding: 0 4.5% !important;
    }
    .intro-text-box p,
    .challenge-text-box p {
        font-size: 1.18rem !important;
        line-height: 1.6 !important;
    }

    .subway-planned-section {
        padding: 0px 4.5% 0px 4.5% !important;
        width: 100% !important;
    }
    .avengers-section-padding {
        padding-top: 50px !important;
        padding-left: 4.5% !important;
    }
    .planned-campaign-block {
        margin-left: 0px !important;
        margin-bottom: 35px !important;
    }

    .centered-image-grid {
        flex-direction: row !important;
        gap: 24px !important;
        width: 100% !important;
        padding: 0 0% !important;
        margin: 40px auto !important;
    }

    .planned-metrics-grid {
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 20px !important;
    }
    .planned-metric-num {
        font-size: 2.3rem !important;
    }
    .planned-metric-label {
        font-size: 0.92rem !important;
    }

    .subway-wide-container {
        height: auto !important;
        min-height: 0 !important;
        width: 95% !important;
        margin: 35px auto !important;
    }
    .laptop-yellow-stripe,
    .tablet-orange-stripe {
        position: absolute !important;
        top: 86% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        width: 96% !important;
        height: 240px !important;
        border-radius: 20px !important;
        z-index: 1 !important;
        overflow: hidden !important;
    }
    .laptop-wrapper,
    .tablet-wrapper {
        position: relative !important;
        z-index: 2 !important;
        width: 82% !important;
        margin: 0 auto !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .laptop-showcase-section,
    .tablet-showcase-section {
        margin: 0px auto !important;
        padding: 10px 0 !important;
        overflow: visible !important;
    }
    .laptop-frame-container {
        width: 100% !important;
        margin: 0 auto !important;
    }

    .mediatek-footer {
        padding: 0px 4.5% !important;
    }
    .m-footer-container {
        flex-direction: column !important;
        gap: 40px !important;
    }
}

/* 4. iPad Pro (913px - 1024px) */
@media screen and (min-width: 913px) and (max-width: 1024px) {
    html, body {
        overflow-x: hidden !important;
    }

    .subway-hero,
    .hamdard-hero {
        width: 95% !important;
        margin: 115px auto 35px auto !important;
        border-radius: 24px !important;
        min-height: auto !important;
        padding: 3.5rem 0rem 2.5rem 2.5rem !important;
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
    }
    .subway-hero__content,
    .hamdard-hero__content {
        width: 50% !important;
        padding: 0 !important;
    }
    .subway-hero__title .text-large,
    .hamdard-hero__title .text-large,
    .hero-title-brand,
    .hero-title-country {
        font-size: 5.4rem !important;
        letter-spacing: -2px !important;
    }
    .subway-hero__subtitle,
    .hero-subtitle {
        font-size: 2.1rem !important;
        margin-top: 14px !important;
    }

    .editorial-header {
        padding: 0 10% !important;
        gap: 20px !important;
    }
    .intro-text-box,
    .challenge-text-box {
        padding: 0 10% !important;
    }
    .intro-text-box p,
    .challenge-text-box p {
        font-size: 1.2rem !important;
        line-height: 1.65 !important;
    }

    .subway-planned-section {
        padding: 0px 4.5% 0px 10% !important;
        width: 100% !important;
    }
    .avengers-section-padding {
        padding-top: 50px !important;
        padding-left: 10% !important;
    }
    .planned-campaign-block {
        margin-left: 0px !important;
        margin-bottom: 35px !important;
    }

    .centered-image-grid {
        flex-direction: row !important;
        gap: 26px !important;
        width: 100% !important;
        padding: 0 0% !important;
        margin: 45px auto !important;
    }

    .planned-metrics-grid {
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 20px !important;
    }
    .planned-metric-num {
        font-size: 2.3rem !important;
    }
    .planned-metric-label {
        font-size: 0.92rem !important;
    }

    .subway-wide-container {
        height: auto !important;
        min-height: 0 !important;
        width: 95% !important;
        margin: 45px auto !important;
    }
    .laptop-yellow-stripe,
    .tablet-orange-stripe {
        position: absolute !important;
        top: 80% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        width: 95% !important;
        height: 310px !important;
        border-radius: 24px !important;
        z-index: 1 !important;
        overflow: hidden !important;
    }
    .laptop-wrapper,
    .tablet-wrapper {
        position: relative !important;
        z-index: 2 !important;
        width: 76% !important;
        margin: 0 auto !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .subway-quote-section {
        padding: 30px 0 !important;
    }
    .subway-quote-text {
        font-family: 'Poppins', sans-serif !important;
        font-size: 2.1rem !important;
        line-height: 1.2 !important;
        padding: 0px 10px 10px 10px !important;
    }

    .mediatek-footer {
        padding: 80px 5% !important;
    }
    .m-footer-container {
        flex-direction: row !important;
        gap: 50px !important;
    }
}

/* 5. Desktop Standard (1025px - 1440px) */
@media screen and (min-width: 1025px) and (max-width: 1440px) {
    .subway-hero,
    .hamdard-hero,
    .section-container,
    .subway-wide-container,
    .m-footer-container {
        width: 90% !important;
        max-width: 1300px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .subway-hero,
    .hamdard-hero {
        margin-top: 130px !important;
        margin-bottom: 40px !important;
        min-height: 75vh !important;
    }
    .subway-hero__title .text-large,
    .hamdard-hero__title .text-large,
    .hero-title-brand,
    .hero-title-country {
        font-size: 8rem !important;
    }
    .subway-hero__subtitle,
    .hero-subtitle {
        font-size: 2.4rem !important;
    }
    .laptop-yellow-stripe {
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        width: 92% !important;
        max-width: 1200px !important;
        height: 340px !important;
        z-index: 1 !important;
        overflow: hidden !important;
        border-radius: 24px !important;
    }
    .laptop-wrapper {
        position: relative !important;
        z-index: 2 !important;
        width: 75% !important;
        max-width: 900px !important;
        margin: 0 auto !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .subway-planned-section {
        padding: 0px 4.5% 0px 4.5% !important;
        width: 100% !important;
    }
    .avengers-section-padding {
        padding-top: 80px !important;
        padding-left: 4.5% !important;
    }
    .section-container.avengers-desktop-padding,
    .section-container.avengers-bottom-custom-padding,
    .avengers-desktop-padding,
    .avengers-bottom-custom-padding {
        padding-top: 70px !important;
        padding-left: 150px !important;
        padding-right: 0px !important;
        padding-bottom: 0px !important;
    }
    .avengers-desktop-padding .planned-campaign-block,
    .avengers-bottom-custom-padding .planned-campaign-block {
        margin-left: 35px !important;
    }
    .planned-campaign-block {
        margin-left: 0px !important;
        margin-bottom: 35px !important;
    }
    .planned-metrics-grid {
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 20px !important;
    }
    .planned-metric-num {
        font-size: 2.3rem !important;
    }
    .planned-metric-label {
        font-size: 0.92rem !important;
    }
    .laptop-frame-container {
        width: 92% !important;
        margin: 0 auto !important;
    }
}

/* 6. Desktop Ultra-Wide (>= 1441px) */
@media screen and (min-width: 1441px) {
    .subway-hero,
    .hamdard-hero,
    .section-container,
    .subway-wide-container,
    .m-footer-container {
        width: 88% !important;
        max-width: 1440px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding: 13px 0px 15px 0px;
    }
    .subway-hero,
    .hamdard-hero {
        margin-top: 140px !important;
        margin-bottom: 50px !important;
        min-height: 80vh !important;
    }
    .tablet-orange-stripe {
        position: absolute !important;
        top: 80% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        width: 92% !important;
        max-width: 1250px !important;
        height: 360px !important;
        z-index: 1 !important;
        overflow: hidden !important;
        border-radius: 24px !important;
    }
    .tablet-wrapper {
        position: relative !important;
        z-index: 2 !important;
        width: 72% !important;
        max-width: 950px !important;
        margin: 0 auto !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .laptop-yellow-stripe {
        position: absolute !important;
        top: 80% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        width: 92% !important;
        max-width: 1200px !important;
        height: 350px !important;
        z-index: 1 !important;
        overflow: hidden !important;
        border-radius: 24px !important;
    }
    .laptop-wrapper {
        position: relative !important;
        z-index: 2 !important;
        width: 72% !important;
        max-width: 950px !important;
        margin: 0 auto !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .laptop-frame-container {
        width: 95% !important;
        margin: 0 auto !important;
    }

    .section-container.avengers-desktop-padding,
    .section-container.avengers-bottom-custom-padding,
    .avengers-desktop-padding,
    .avengers-bottom-custom-padding {
        padding-top: 40px !important;
        padding-left: 150px !important;
        padding-right: 0px !important;
        padding-bottom: 0px !important;
    }
    .avengers-desktop-padding .planned-campaign-block,
    .avengers-bottom-custom-padding .planned-campaign-block {
        margin-left: 35px !important;
    }
}
