/* Font Declarations */
@font-face {
    font-family: 'iCiel Panton';
    src: url('../font/iCielPanton-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'iCiel Panton';
    src: url('../font/iCielPanton-BlackItalic.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'iCiel Panton';
    src: url('../font/iCielPanton-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'iCiel Panton';
    src: url('../font/iCielPanton-LightItalic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat-Italic-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: italic;
}

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

body {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    overflow-x: hidden;
}

/* Hero Section */
.hero-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-image: url('../images/dmax-bg-kv.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px 60px;
}

/* Navigation */
.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.main-logo {
    max-width: 280px;
    height: auto;
}

.nav-menu {
    display: flex;
    gap: 15px;
}

.nav-btn {
    position: relative;
    background: linear-gradient(180deg,
            rgba(30, 92, 153, 0) 0%,
            rgba(30, 92, 153, 0.6) 30%,
            rgba(30, 92, 153, 0.85) 60%,
            rgba(30, 92, 153, 1) 100%);
    color: white;
    border: none;
    border-bottom: 5px solid transparent;
    padding: 12px 20px;
    font-size: 12px;
    font-weight: 600;
    font-family: inherit;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    line-height: 1.3;
}

.nav-btn:hover {
    border-bottom: 5px solid #e63946;
}

/* Hero Content */
.hero-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 60px;
    gap: 40px;
}

/* Left Content */
.left-content {
    flex: 1;
    /* max-width: 600px; */
    display: flex;
    align-items: center;
    flex-direction: column;
}

.campaign-title {
    font-size: 32px;
    font-weight: bold;
    color: #1e5c99;
    text-transform: uppercase;
    line-height: 1.3;
    text-shadow:
        -2px -2px 0 rgba(255, 255, 255, 0.9),
        2px -2px 0 rgba(255, 255, 255, 0.9),
        -2px 2px 0 rgba(255, 255, 255, 0.9),
        2px 2px 0 rgba(255, 255, 255, 0.9),
        -3px 0px 0 rgba(255, 255, 255, 0.9),
        3px 0px 0 rgba(255, 255, 255, 0.9),
        0px -3px 0 rgba(255, 255, 255, 0.9),
        0px 3px 0 rgba(255, 255, 255, 0.9);
}

.campaign-subtitle {
    font-size: 48px;
    font-weight: bold;
    color: #1e5c99;
    font-style: italic;
    margin-bottom: 10px;
    line-height: 1.2;
    text-shadow:
        -2px -2px 0 rgba(255, 255, 255, 0.9),
        2px -2px 0 rgba(255, 255, 255, 0.9),
        -2px 2px 0 rgba(255, 255, 255, 0.9),
        2px 2px 0 rgba(255, 255, 255, 0.9),
        -3px 0px 0 rgba(255, 255, 255, 0.9),
        3px 0px 0 rgba(255, 255, 255, 0.9),
        0px -3px 0 rgba(255, 255, 255, 0.9),
        0px 3px 0 rgba(255, 255, 255, 0.9);
}

.campaign-tagline {
    font-size: 18px;
    font-weight: bold;
    color: #1e5c99;
    text-transform: uppercase;
    margin-bottom: 40px;
    display: block;
    text-shadow:
        -2px -2px 0 rgba(255, 255, 255, 0.9),
        2px -2px 0 rgba(255, 255, 255, 0.9),
        -2px 2px 0 rgba(255, 255, 255, 0.9),
        2px 2px 0 rgba(255, 255, 255, 0.9),
        -2px 0px 0 rgba(255, 255, 255, 0.9),
        2px 0px 0 rgba(255, 255, 255, 0.9),
        0px -2px 0 rgba(255, 255, 255, 0.9),
        0px 2px 0 rgba(255, 255, 255, 0.9);
}

/* Supporter Logos */
.supporter-section {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 30px;
}

.supporter-logos {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.logo-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.logo-label {
    text-align: center;
    min-height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.logo-label span {
    font-size: 13px;
    font-weight: bold;
    color: #1e5c99;
    text-transform: uppercase;
    line-height: 1.3;
    display: block;
    text-shadow:
        -2px -2px 0 rgba(255, 255, 255, 0.9),
        2px -2px 0 rgba(255, 255, 255, 0.9),
        -2px 2px 0 rgba(255, 255, 255, 0.9),
        2px 2px 0 rgba(255, 255, 255, 0.9),
        -2px 0px 0 rgba(255, 255, 255, 0.9),
        2px 0px 0 rgba(255, 255, 255, 0.9),
        0px -2px 0 rgba(255, 255, 255, 0.9),
        0px 2px 0 rgba(255, 255, 255, 0.9);
}

.supporter-logo {
    max-width: 150px;
    width: 150px;
    height: auto;
    filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.9)) drop-shadow(0 0 8px rgba(255, 255, 255, 0.7));
}

.brand-logo {
    max-width: 150px;
    width: 150px;
    height: auto;
    filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.9)) drop-shadow(0 0 8px rgba(255, 255, 255, 0.7));
}

/* Campaign Description */
.campaign-description {
    padding: 20px 30px;
    border-radius: 50px;
    max-width: 600px;
    margin-top: 40px;
}

.campaign-description span {
    font-size: 15px;
    font-weight: 600;
    color: #1e5c99;
    line-height: 1.6;
    text-align: center;
    display: block;
    text-shadow:
        -2px -2px 0 rgba(255, 255, 255, 0.9),
        2px -2px 0 rgba(255, 255, 255, 0.9),
        -2px 2px 0 rgba(255, 255, 255, 0.9),
        2px 2px 0 rgba(255, 255, 255, 0.9),
        -2px 0px 0 rgba(255, 255, 255, 0.9),
        2px 0px 0 rgba(255, 255, 255, 0.9),
        0px -2px 0 rgba(255, 255, 255, 0.9),
        0px 2px 0 rgba(255, 255, 255, 0.9);
}

/* Right Content - Hero Image */
.right-content {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-image {
    width: 100%;
    max-width: 600px;
    height: auto;
}

/* Doctor Section */
.doctor-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-image: url('../images/city-logo.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 80px;
    display: flex;
    align-items: center;
}

.doctor-container {
    display: flex;
    gap: 60px;
    align-items: center;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

/* Doctor Image Side */
.doctor-image-wrapper {
    flex: 0 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.doctor-image {
    max-width: 450px;
    height: auto;
    filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.2));
}

.doctor-info {
    margin-top: -50px;
    padding: 20px 30px;
    border-radius: 20px;
    text-align: center;
    max-width: 500px;
}

.doctor-name {
    font-size: 18px;
    font-weight: 900;
    color: #1e5c99;
    text-transform: uppercase;
    margin-bottom: 8px;
    text-shadow:
        -2px -2px 0 rgba(255, 255, 255, 0.8),
         2px -2px 0 rgba(255, 255, 255, 0.8),
        -2px  2px 0 rgba(255, 255, 255, 0.8),
         2px  2px 0 rgba(255, 255, 255, 0.8),
        -3px  0px 0 rgba(255, 255, 255, 0.8),
         3px  0px 0 rgba(255, 255, 255, 0.8),
         0px -3px 0 rgba(255, 255, 255, 0.8),
         0px  3px 0 rgba(255, 255, 255, 0.8);
}

.doctor-title {
    font-size: 14px;
    font-weight: 600;
    color: #1e5c99;
    display: block;
    line-height: 1.4;
    text-shadow:
        -2px -2px 0 rgba(255, 255, 255, 0.8),
         2px -2px 0 rgba(255, 255, 255, 0.8),
        -2px  2px 0 rgba(255, 255, 255, 0.8),
         2px  2px 0 rgba(255, 255, 255, 0.8),
        -2px  0px 0 rgba(255, 255, 255, 0.8),
         2px  0px 0 rgba(255, 255, 255, 0.8),
         0px -2px 0 rgba(255, 255, 255, 0.8),
         0px  2px 0 rgba(255, 255, 255, 0.8);
}

/* Doctor Content Side */
.doctor-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.quote-box {
    position: relative;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

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

.quote-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
    font-size: 22px;
    font-weight: 800;
    color: white;
    line-height: 1.6;
    text-align: center;
    display: block;
}

.read-more {
    font-style: italic;
    text-decoration: underline;
    cursor: pointer;
    margin-left: 5px;
}

/* Check Height Section */
.check-height-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.check-height-title {
    font-size: 24px;
    font-weight: 800;
    color: #1e5c99;
    text-align: center;
    max-width: 600px;
    line-height: 1.3;
}

.check-height-btn {
    position: relative;
    background-color: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: transform 0.3s ease;
    max-width: 320px;
    font-family: 'Montserrat', sans-serif;
}

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

.check-height-btn span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 15px;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.check-height-btn:hover {
    transform: scale(1.05);
}

.consultation-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    text-align: center;
}

.consultation-highlight {
    font-size: 28px;
    font-weight: 900;
    color: #e63946;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.consultation-subtitle {
    font-size: 15px;
    font-weight: 900;
    color: #e63946;
    text-transform: uppercase;
}

/* Formula Section */
.formula-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: linear-gradient(180deg, #b3e5fe 0%, #7ad0fa 100%);
    padding: 60px 80px;
}

.formula-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.formula-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.maxd-logo {
    max-width: 400px;
    height: auto;
}

.formula-title {
    font-size: 48px;
    font-weight: 900;
    color: #1e5c99;
    text-transform: uppercase;
}

.formula-subtitle {
    font-size: 25px;
    font-weight: 700;
    color: #1e5c99;
    text-align: center;
}

.formula-illustration {
    width: 100%;
    max-width: 1000px;
    margin: 20px 0;
}

.maxd-illustration {
    width: 100%;
    height: auto;
    display: block;
}

.formula-cards {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 40px;
    width: 100%;
    max-width: 1000px;
}

.formula-card {
    position: relative;
    flex: 1;
    min-width: 0;
}

.card-frame {
    position: relative;
    width: 100%;
}

.card-bg {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    z-index: 1;
}

.card-thumb {
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    width: 86%;
    height: auto;
    z-index: 0;
}

.card-btn-text {
    position: absolute;
    bottom: 6%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 11px;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    white-space: nowrap;
    z-index: 3;
}

.card-letter {
    position: absolute;
    top: -2%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 32px;
    font-weight: 900;
    font-family: 'Montserrat', sans-serif;
    color: #1e5c99;
    z-index: 3;
    text-transform: uppercase;
}

/* Intro Section */
.intro-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 0 20px;
    background: linear-gradient(180deg, #b7e7fe 0%, #7dd1fa 100%);
}

.video-header {
    position: relative;
    width: 500px;
    /* height: 300px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.header-border {
    width: 100%;
    height: 100%;
    object-fit: contain;
    pointer-events: none;
    z-index: 0;
}

.header-badge {
    position: absolute;
    top: 8%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.vitamin-header-badge {
    top: 12%;
}

.badge-text {
    display: block;
    font-size: 20px;
    font-weight: 900;
    color: #fdfdfd;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    line-height: 1.2;
}

.header-title {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    gap: 15px;
    z-index: 1;
    white-space: nowrap;
}

.vitamin-header-title {
    bottom: 11%;
}

.title-text {
    font-size: 35px;
    font-weight: 900;
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.vitamin-d-text {
    color: #FF0000;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.8),
        0 0 20px rgba(255, 255, 255, 0.6),
        0 0 30px rgba(255, 255, 255, 0.4);
}

.header-logo {
    height: 50px;
    width: auto;
}

.header-description {
    font-size: 22px;
    font-weight: 900;
    color: #1a5490;
    line-height: 1.6;
    margin: 0;
    text-align: center;
    z-index: 1;
}

/* Vitamin Info Box */
.vitamin-info-box {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    background: linear-gradient(43deg, #0092e7 0%, #002c6d 100%);
    border-radius: 20px;
    padding: 30px;
    margin-top: 30px;
    max-width: 900px;
}

.vitamin-info-left {
    flex-shrink: 0;
    align-self: flex-start;
}

.vitamin-info-image {
    width: 280px;
    height: auto;
    border-radius: 15px;
}

.vitamin-special-border {
    border: 6px solid rgb(255 255 255 / 29%);
}

.vitamin-info-right {
    flex: 1;
    color: white;
}

.vitamin-info-title {
    font-size: 26px;
    font-weight: 800;
    color: #FF0000;
    margin: 0 0 15px 0;
    text-transform: uppercase;
}

.vitamin-info-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.8;
    margin: 0;
}

.vitamin-info-text .highlight-red {
    color: #FF0000;
    font-weight: 900;
}

/* Prize Highlight */
.prize-highlight {
    margin-top: 20px;
    padding: 0;
    text-align: center;
}

.prize-text {
    display: inline-block;
    font-size: 28px;
    font-weight: 900;
    color: #ff2a2a;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 40px;
    border-radius: 10px;
    text-shadow:
        -3px -3px 0 #fff,
        3px -3px 0 #fff,
        -3px 3px 0 #fff,
        3px 3px 0 #fff,
        -4px 0px 0 #fff,
        4px 0px 0 #fff,
        0px -4px 0 #fff,
        0px 4px 0 #fff;
}

/* Summary Section */
.summary-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 20px 40px;
    max-width: 1100px;
    margin: 0 auto;
}

.summary-frame {
    position: relative;
    width: 100%;
    max-width: 1100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.summary-frame-bg {
    width: 100%;
    height: auto;
    display: block;
}

.summary-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    text-align: center;
}

.summary-text {
    font-size: 29px;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: 0.5px;
}

/* Licenses Section */
.licenses-container {
    display: flex;
    gap: 40px;
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
    align-items: center;
}

.licenses-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.license-header-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    text-align: center;
}

.license-header-text span {
    font-size: 14px;
    font-weight: 700;
    color: #1e5c99;
    text-transform: uppercase;
    line-height: 1.2;
}

.license-logo {
    width: 120px;
    height: auto;
    align-self: center;
}

.license-text-wrapper {
    color: #1e5c99;
    text-align: center;
}

.license-title {
    font-size: 18px;
    font-weight: 700;
    color: #1e5c99;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

.license-product-name {
    font-size: 24px;
    font-weight: 900;
    color: #e63946;
    margin: 0 0 15px 0;
    text-shadow:
        -2px -2px 0 rgba(255, 255, 255, 0.6),
        2px -2px 0 rgba(255, 255, 255, 0.6),
        -2px 2px 0 rgba(255, 255, 255, 0.6),
        2px 2px 0 rgba(255, 255, 255, 0.6),
        -3px 0px 0 rgba(255, 255, 255, 0.6),
        3px 0px 0 rgba(255, 255, 255, 0.6),
        0px -3px 0 rgba(255, 255, 255, 0.6),
        0px 3px 0 rgba(255, 255, 255, 0.6);
}

.license-description {
    font-size: 16px;
    line-height: 1.6;
    color: #1e5c99;
    margin: 0 0 20px 0;
}

.license-description strong {
    font-weight: 900;
    color: #e63946;
}

.license-footer {
    font-size: 14px;
    line-height: 1.6;
    color: #1e5c99;
    margin: 0;
    margin-top: 12px;
    font-weight: 800;
}

.licenses-right {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.license-certificate {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgb(0 0 0 / 63%);
}

/* News Section */
.news-frame-container {
    position: relative;
    /* max-width: 1200px; */
    margin: 40px auto;
    padding: 0 20px;
}

.news-frame-bg {
    width: 100%;
    height: auto;
    display: block;
}

.news-content-wrapper {
    position: absolute;
    top: 3%;
    left: 3%;
    right: 3%;
    bottom: 3%;
    display: flex;
    gap: 20px;
    padding: 20px;
}

.news-main {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.news-main-image {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 10px;
}

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

.news-main-title {
    font-size: 20px;
    font-weight: 900;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
    background: linear-gradient(180deg, rgba(30, 92, 153, 0.9) 0%, rgba(30, 92, 153, 0.7) 100%);
    border-radius: 8px;
    margin: 0;
}

.news-grid {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 15px;
}

.news-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 10px;
}

.news-item-image {
    width: 100%;
    height: 120px;
    overflow: hidden;
    border-radius: 6px;
}

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

.news-item-text {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.news-item-title {
    font-size: 16px;
    font-weight: 900;
    color: #ffffff;
    text-transform: uppercase;
}

.news-item-desc {
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* News Text Content */
.news-text-content {
    max-width: 1200px;
    /* margin: 40px auto;
    padding: 0 40px; */
    display: flex;
    flex-direction: column;
}

.news-text-paragraph {
    font-size: 18px;
    font-weight: 800;
    color: #1e5c99;
    line-height: 1.8;
    display: block;
    text-align: justify;
}

/* Footer Section */
.footer-section {
    position: relative;
    width: 100%;
    background-color: #7ad0fa;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

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

/* Fixed Check Height Button */
.check-height-btn-fixed {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: transform 0.3s ease, opacity 0.3s ease;
    max-width: 280px;
    font-family: 'Montserrat', sans-serif;
    z-index: 1000;
    opacity: 1;
    visibility: visible;
}

.check-height-btn-fixed.hidden {
    opacity: 0;
    visibility: hidden;
}

.check-height-btn-fixed .btn-bg {
    width: 100%;
    height: auto;
    display: block;
}

.check-height-btn-fixed span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.check-height-btn-fixed:hover {
    transform: scale(1.05);
}

.footer-content {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-main-logo {
    max-width: 300px;
    height: auto;
}

/* Video Section */
.video-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 0 40px;
    background: #7ad0fa;
}

.player-wrapper {
    position: relative;
    padding: 15px;
}

.player-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

.player {
    position: relative;
    width: 900px;
    border-radius: 20px;
    overflow: visible;
    background: #000;
    z-index: 0;
}

iframe {
    width: 100%;
    height: 500px;
    display: block;
    position: relative;
    z-index: 0;
}

.overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 150, 255, 0.5));
    pointer-events: none;
    border-radius: 10px;
    overflow: hidden;
}

.player-bottom-controls {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    display: flex;
    align-items: end;
    gap: 20px;
    z-index: 2;
}

.controls {
    cursor: pointer;
    transition: transform 0.2s;
    flex-shrink: 0;
}

.control-icon {
    width: 70px;
    height: auto;
    display: block;
}

.progress {
    flex: 1;
    height: 8px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    overflow: hidden;
}

.progress-bar {
    width: 30%;
    height: 100%;
    background: gold;
}

.hearts-container {
    position: relative;
    flex-shrink: 0;
}

.love-icon {
    width: 60px;
    height: auto;
    display: block;
    position: relative;
    z-index: 2;
    cursor: pointer;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.love-icon:hover {
    transform: scale(1.15);
    filter: drop-shadow(0 0 15px rgba(255, 236, 241, 0.8)) drop-shadow(0 0 25px rgba(255, 50, 100, 0.6)) brightness(1.2);
}

.love-icon:active {
    transform: scale(1.25);
    filter: drop-shadow(0 0 20px rgba(255, 236, 241, 1)) drop-shadow(0 0 35px rgba(255, 50, 100, 0.8)) brightness(1.3);
}

.heart-fly-icon {
    position: absolute;
    width: 150px;
    height: auto;
    display: block;
    bottom: 78px;
    right: -52px;
    z-index: 3;
}

/* Slide Section */
.slide-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 0;
    background: linear-gradient(180deg, #8cd7fb 0%, #b7e7fe 100%);
    overflow: hidden;
}

.slide-intro-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 0 40px;
    width: 100%;
}

.slide-container {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
}

.schoolSwiper {
    width: 100%;
    padding: 40px 0 80px !important;
    position: relative;
}

.swiper-wrapper {
    align-items: center;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transform: scale(0.85);
    /* opacity: 0.7; */
}

.swiper-slide-active {
    transform: scale(1.2) !important;
    opacity: 1 !important;
    z-index: 10;
}

.slide-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    width: 100%;
}

.slide-header {
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slide-title {
    font-size: 20px;
    font-weight: 900;
    color: #1e5c99;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.5px;
}

.slide-image-wrapper {
    width: 100%;
    max-width: 400px;
    height: 280px;
    position: relative;
    transition: all 0.4s ease;
    border-radius: 20px;
    padding: 8px;
    background: linear-gradient(180deg, #b3edff 0%, #4fd1f3 100%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.slide-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 12px;
}

.swiper-slide-active .slide-image-wrapper {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    background: linear-gradient(180deg, #a0e0ff 0%, #3ebfe0 100%);
}

.slide-vote-btn {
    position: relative;
    background-color: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: transform 0.3s ease;
    max-width: 220px;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    margin-top: -44px;
    z-index: 5;
}

.vote-btn-bg {
    width: 100%;
    height: auto;
    display: block;
}

.vote-btn-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 13px;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.slide-vote-btn:hover {
    transform: scale(1.05);
}

.slide-vote-btn:active {
    transform: scale(0.98);
}

/* Swiper Navigation Buttons */
.swiper-button-next,
.swiper-button-prev {
    display: none;
}

/* Swiper Pagination */
.swiper-pagination {
    display: none;
}

/* View All Button */
.view-all-btn {
    position: relative;
    background-color: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: transform 0.3s ease;
    max-width: 320px;
    width: 100%;
    margin: 40px auto 0;
    display: block;
    font-family: 'Montserrat', sans-serif;
}

.view-all-btn-bg {
    width: 100%;
    height: auto;
    display: block;
}

.view-all-btn-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 15px;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.view-all-btn:hover {
    transform: scale(1.05);
}

.view-all-btn:active {
    transform: scale(0.98);
}

/* Slide Kid Section */
.slide-kid-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* padding: 60px 0; */
    background-image: url('../images/bg-kid-swiper.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.slide-kid-container {
    width: 100%;
    /* max-width: 1600px; */
    margin: 0 auto;
    /* padding: 0 80px; */
    position: relative;
}

.kidSwiper {
    width: 100%;
    padding: 40px 0 80px !important;
    position: relative;
}

.kidSwiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transform: scale(1);
}

.kidSwiper .swiper-slide-active {
    transform: scale(1) !important;
    opacity: 1 !important;
    z-index: 10;
}

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

.kid-slide-header {
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kid-slide-title {
    font-size: 20px;
    font-weight: 900;
    color: #1e5c99;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.5px;
}

.kid-slide-image-wrapper {
    width: 100%;
    /* max-width: 400px; */
    max-width: 100%;
    height: 100%;
    /* height: 280px; */
    position: relative;
    transition: all 0.4s ease;
    border-radius: 20px;
}

.kid-slide-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 12px;
}

.kid-vote-btn {
    position: relative;
    background-color: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: transform 0.3s ease;
    max-width: 220px;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    margin-top: -44px;
    z-index: 5;
}

.kid-vote-btn-bg {
    width: 100%;
    height: auto;
    display: block;
}

.kid-vote-btn-text {
    position: absolute;
    bottom: 4%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.6vw;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    color: white;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.3s ease;
}

.kid-vote-btn-text:hover {
    transform: translate(-50%, -50%) scale(1.1);
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}

.kid-vote-btn-text:active {
    transform: translate(-50%, -50%) scale(0.95);
}

.kid-vote-btn:hover {
    transform: scale(1.05);
}

.kid-vote-btn:active {
    transform: scale(0.98);
}

/* Kid Swiper Navigation Buttons */
.kid-swiper-button-next,
.kid-swiper-button-prev {
    position: absolute !important;
    top: 12% !important;
    transform: translateY(-50%) !important;
    width: 40px !important;
    height: 40px !important;
    background-color: transparent !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    border: none !important;
    transition: all 0.3s ease;
    z-index: 10 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
}

.kid-swiper-button-next {
    right: 10px !important;
    background-image: url('../images/next-button.png') !important;
}

.kid-swiper-button-prev {
    left: 10px !important;
    background-image: url('../images/prev-button.png') !important;
}

.kid-swiper-button-next:after,
.kid-swiper-button-prev:after {
    content: '' !important;
    display: none !important;
}

.kid-swiper-button-next:hover,
.kid-swiper-button-prev:hover {
    transform: translateY(-50%) scale(1.1) !important;
    filter: brightness(1.1);
}

/* Kid View All Button */
.kid-view-all-btn {
    position: relative;
    background-color: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: transform 0.3s ease;
    max-width: 320px;
    width: 100%;
    margin: 40px auto 0;
    display: block;
    font-family: 'Montserrat', sans-serif;
}

.kid-view-all-btn-bg {
    width: 100%;
    height: auto;
    display: block;
}

.kid-view-all-btn-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 15px;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.kid-view-all-btn:hover {
    transform: scale(1.05);
}

.kid-view-all-btn:active {
    transform: scale(0.98);
}

.vitamin-header-text {
    font-size: 24px;
}

.vitamin-title-text {
    font-size: 23px;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .hero-content {
        flex-direction: column;
        align-items: center;
    }

    .left-content {
        max-width: 100%;
        text-align: center;
    }

    .supporter-section {
        justify-content: center;
    }

    .campaign-description {
        max-width: 100%;
    }

    .doctor-container {
        flex-direction: column;
    }

    .doctor-image {
        max-width: 350px;
    }

    .formula-cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .hero-section {
        padding: 20px 30px;
    }

    .nav-container {
        flex-direction: column;
        gap: 20px;
    }

    .nav-menu {
        flex-wrap: wrap;
        justify-content: center;
    }

    .nav-btn {
        font-size: 11px;
        padding: 10px 16px;
    }

    .main-logo {
        max-width: 200px;
    }

    .campaign-title {
        font-size: 24px;
    }

    .campaign-subtitle {
        font-size: 32px;
    }

    .supporter-section {
        flex-direction: column;
        gap: 20px;
    }

    .supporter-logos {
        flex-direction: column;
        gap: 15px;
    }

    .doctor-section {
        padding: 40px 30px;
    }

    .doctor-container {
        flex-direction: column;
        gap: 40px;
    }

    .doctor-image {
        max-width: 300px;
    }

    .quote-box {
        padding: 40px 30px;
        min-height: 200px;
    }

    .quote-text {
        font-size: 15px;
    }

    .check-height-title {
        font-size: 18px;
    }

    .check-height-btn {
        min-width: 280px;
        min-height: 60px;
        padding: 15px 40px;
    }

    .check-height-btn span {
        font-size: 14px;
    }

    .consultation-highlight {
        font-size: 20px;
    }

    .consultation-subtitle {
        font-size: 12px;
    }

    .formula-section {
        padding: 40px 30px;
    }

    .maxd-logo {
        max-width: 280px;
    }

    .formula-subtitle {
        font-size: 16px;
    }

    .formula-cards {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .card-btn-text {
        font-size: 11px;
    }

    .slide-container {
        padding: 0 20px;
    }

    .schoolSwiper {
        padding: 20px 0 60px !important;
    }

    .swiper-slide {
        transform: scale(1);
    }

    .swiper-slide-active {
        transform: scale(1.05) !important;
    }

    .slide-image-wrapper {
        max-width: 100%;
        height: 220px;
    }

    .slide-title {
        font-size: 16px;
    }

    .slide-vote-btn {
        max-width: 200px;
    }

    .vote-btn-text {
        font-size: 12px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 40px;
        height: 40px;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 16px;
    }

    .view-all-btn {
        max-width: 280px;
        margin: 30px auto 0;
    }

    .view-all-btn-text {
        font-size: 13px;
    }

    .prize-text {
        font-size: 20px;
        padding: 8px 30px;
    }
}