﻿@font-face{font-family:Arial-Rounded-MT;src:url(/WebsiteCustom/fonts/Arial-Rounded-MT.Ttf) format("truetype");}@font-face{font-family:Arial-Rounded-MT;src:url(/WebsiteCustom/fonts/Arial-Rounded-MT.Ttf) format("truetype");}@font-face{font-family:Montserat-Medium;src:url(/WebsiteCustom/fonts/FontsFree-Net-Montserrat-Medium.ttf);}.form-text-only{border-radius:15px;margin:10px 0;background:#fff;}.form-text-only div{background:#f5f5f5;padding:5px 20px;border-radius:15px;}.form-text-only label{font-weight:bold;}img.deleted{opacity:.4;filter:blur(5px);}.home-page .bg-primary{background-color:#fdc42d!important;}.home-page .bg-secondary{background-color:#0b1729!important;}.home-page .text-primary{color:#fdc42d!important;}.home-page .text-secondary{color:#0b1729!important;}.home-page .btn-primary{background-color:#fdc42d;border-color:#fdc42d;color:#0b1729;}.home-page .btn-primary:hover,.home-page .btn-primary:focus,.home-page .btn-primary:active{background-color:#fdbb0f;border-color:#fdbb0f;color:#0b1729;}.home-page .btn-outline-light{color:#fff;border-color:rgba(255,255,255,.7);}.home-page .btn-outline-light:hover,.home-page .btn-outline-light:focus,.home-page .btn-outline-light:active{color:#0b1729;background-color:#fff;border-color:#fff;}.home-page .btn-outline-primary{color:#fdc42d;border-color:#fdc42d;}.home-page .btn-outline-primary:hover,.home-page .btn-outline-primary:focus,.home-page .btn-outline-primary:active{background-color:#fdc42d;border-color:#fdc42d;color:#0b1729;}.home-page .navbar-dark .navbar-brand{color:#fff;}.home-page .navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.85);}.home-page .navbar-dark .navbar-nav .nav-link:hover,.home-page .navbar-dark .navbar-nav .nav-link:focus{color:#fff;}.home-page .hero-section{background:linear-gradient(135deg,#0b1729 0%,#1a2c49 100%);color:#fff;}.home-page .hero-section .app-btn{border-radius:50px;padding:12px 30px;font-weight:600;}.home-page .feature-card{transition:transform .3s ease,box-shadow .3s ease;border:0;border-radius:12px;}.home-page .feature-card:hover{transform:translateY(-5px);box-shadow:0 1rem 2rem rgba(0,0,0,.1);}.home-page .contact-link{color:#fdc42d;text-decoration:none;transition:color .3s;}.home-page .contact-link:hover,.home-page .contact-link:focus{color:#fdbb0f;}.home-page a:focus-visible,.home-page button:focus-visible,.home-page .btn:focus-visible{outline:2px solid #fdd260;outline-offset:2px;}.component-showcase{font-size:.9rem;}.component-showcase .component-list{max-height:calc(100vh - 160px);overflow-y:auto;}.component-showcase .preview-wrapper{border-bottom:1px solid rgba(0,0,0,.06);padding-bottom:.75rem;margin-bottom:.75rem;}.component-showcase .preview-area{min-height:120px;background-color:#f8f9fa;}.component-showcase .code-block-wrapper{border:1px solid rgba(0,0,0,.08);border-radius:.75rem;background-color:#111827;color:#e5e7eb;padding:.75rem;overflow:auto;}.component-showcase .code-block{margin-bottom:0;white-space:pre;font-family:Consolas,"Courier New",monospace;font-size:.8rem;}.component-showcase .nav-tabs .nav-link{cursor:pointer;}
:root {
    --bg: #1f2023;
    --section: #242529;
    --text: #d9dde3;
    --muted: #b9c3ce;
    --gold: #837004;
    --yellow: #f0de00;
    --circle: #4e5055;
    --content-max: 1180px;
}

* {
    box-sizing: border-box;
}

html, body {
    width: 100%;
    min-height: 100%;
    margin: 0;
    overflow-x: hidden;
    max-width: 1920px !important;
}

body {
    background: #111214;
    font-family: 'Inter', sans-serif;
    color: var(--text);
}

.page-wrap,
.main-card {
    width: 100%;
    min-height: 100vh;
    background: var(--bg);
}

.main-card {
    margin: 0;
    border: 0;
    box-shadow: none;
}

.top-header {
    background: linear-gradient(90deg, #1c1d21 0%, #25262b 48%, #202126 100%);
    padding: clamp(16px, 2.4vw, 28px) 0;
    border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.section-inner {
    width: min(100% - 32px, var(--content-max));
    margin-inline: auto;
}

.nav-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.brand-block {
    flex: 1;
}

.brand-tagline {
    color: #c7d0db;
    font-size: clamp(.95rem, 1.7vw, 1.35rem);
    text-align: end;
    line-height: 1.25;
    white-space: nowrap;
}

@media (max-width: 991.98px) {
    .nav-flex {
        flex-wrap: nowrap; /* Prevent wrapping of content */
    }

    .brand-tagline {
        text-align: start; /* Align the tagline to the left on smaller screens */
    }
}

@media (max-width: 370px) {
    .nav-flex {
        flex-direction: column; /* Stack the logo and tagline vertically */
        align-items: center; /* Center them */
    }

    .brand-tagline {
        text-align: center; /* Center the tagline text on mobile */
        margin-top: 10px; /* Add some space between the logo and the tagline */
    }
}

.hero-section .section-inner {
    width: 100%;
    max-width: none;
    margin-inline: 0;
}

.hero {
    background: #ededeb;
    position: relative;
    overflow: hidden;
    min-height: clamp(130px, 18vw, 220px);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: clamp(28px, 5vw, 64px) 18px;
}

    .hero::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at 14% 42%, #f0de00 0 32px, transparent 33px), radial-gradient(circle at 24% 32%, #f0de00 0 20px, transparent 21px), radial-gradient(circle at 22% 70%, #f0de00 0 11px, transparent 12px), radial-gradient(circle at 82% 45%, #f0de00 0 36px, transparent 37px), linear-gradient(115deg, transparent 0 12%, rgba(255,255,255,.85) 20%, transparent 30%), linear-gradient(285deg, transparent 66%, rgba(255,255,255,.8) 76%, transparent 86%);
    }


.content-area {
    padding: clamp(16px, 2.5vw, 32px) 0 clamp(28px, 4vw, 48px);
    background: var(--bg);
}

.intro-text {
    color: #d9e0e9;
    font-size: clamp(.95rem, 1.25vw, 1.05rem);
    line-height: 1.55;
    max-width: 760px;
}

    .intro-text .name {
        margin-bottom: 12px;
    }

.profile-btn {
    border: 1px solid #cfcfcf;
    color: #fff;
    background: transparent;
    padding: 7px 13px;
    font-size: .92rem;
    line-height: 1;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    transition: .2s ease;
}

    .profile-btn:hover {
        background: rgba(255,255,255,.08);
        color: #fff;
    }

.gold-divider {
    height: clamp(14px, 1.6vw, 22px);
    background: linear-gradient(90deg, rgba(143,122,6,.96), rgba(113,96,3,.96));
    border-top: 1px solid rgba(255,255,255,.05);
    border-bottom: 1px solid rgba(0,0,0,.35);
}

.stats-section,
.faq-section {
    background: var(--section);
    padding: clamp(34px, 5vw, 70px) 0;
}

.stats-section {
    padding: 50px 0;
}

    .stats-section + .stats-section {
        padding-top: 30px;
    }


.stat-card {
    text-align: center;
    padding: 10px 12px;
}

.circle-icon,
.program-number {
    display: grid;
    place-items: center;
    margin: 0 auto 14px;
}

.circle-icon {
    width: clamp(118px, 13vw, 155px);
    height: clamp(118px, 13vw, 155px);
    border-radius: 50%;
    background: var(--circle);
    color: #fff;
    position: relative;
    overflow: hidden;
}

    .circle-icon.yellow-ball::before {
        content: "";
        position: absolute;
        width: 34%;
        height: 34%;
        border-radius: 50%;
        background: var(--yellow);
        top: 16%;
        left: 36%;
        box-shadow: -22px 8px 0 0 var(--yellow);
    }




.stat-label {
    color: #bcc5cf;
    font-size: clamp(.95rem, 1.3vw, 1.08rem);
    margin-bottom: 10px;
}

.stat-value {
    font-size: clamp(1.4rem, 2.5vw, 2.1rem);
    font-weight: 700;
    color: #c7d2dd;
}

.goal-text {
    font-size: clamp(1rem, 1.55vw, 1.25rem);
    color: #c2ccd6;
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.5;
}

    .goal-text strong {
        color: #d7e3ef;
        font-weight: 800;
    }

.program-section {
    background: #232429;
    padding: clamp(32px, 5vw, 78px) 0;
}

.program-block {
    padding: clamp(10px, 2vw, 24px);
    min-height: 100%;
}

.program-number {
    width: clamp(52px, 5.5vw, 68px);
    height: clamp(52px, 5.5vw, 68px);
    background: #f5f4ef;
    border: 2px solid #e6e6e6;
    margin-bottom: clamp(14px, 2vw, 22px);
}

    .program-number span {
        width: clamp(34px, 3.5vw, 44px);
        height: clamp(34px, 3.5vw, 44px);
        border-radius: 50%;
        border: 4px solid #5d5858;
        background: var(--yellow);
        display: grid;
        place-items: center;
        font-weight: 800;
        color: #2f2f2f;
        font-size: clamp(1.2rem, 2vw, 1.55rem);
        line-height: 1;
    }

.program-title {
    font-size: clamp(1.65rem, 3.1vw, 2.65rem);
    color: #aeb6bf;
    font-weight: 700;
    margin-bottom: 14px;
    line-height: 1.15;
}

.program-text {
    color: #d2dae3;
    font-size: clamp(.96rem, 1.28vw, 1.1rem);
    line-height: 1.48;
    max-width: 610px;
}

.poster-card,
.promo-card {
    min-height: 100%;
    border: 0;
    overflow: hidden;
    background: transparent;
}

.poster-art,
.promo-art {
    width: 100%;
    min-height: clamp(300px, 34vw, 440px);
    height: 100%;
    position: relative;
    overflow: hidden;
}

.poster-art {
    background: linear-gradient(180deg, #cdd8bf 0%, #a3b18f 100%);
    display: flex;
    align-items: end;
    justify-content: center;
    padding: 18px;
}

    .poster-art .stack {
        position: relative;
        width: min(250px, 82%);
        height: 310px;
    }

.pan,
.pot,
.tray {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(145deg, #202225, #50545b 40%, #0f1011);
    box-shadow: 0 12px 18px rgba(0,0,0,.18);
}

.pan {
    top: 18px;
    width: 126px;
    height: 28px;
    border-radius: 999px;
}

    .pan::after {
        content: "";
        position: absolute;
        right: -56px;
        top: 7px;
        width: 58px;
        height: 10px;
        background: #222;
        border-radius: 10px;
        transform: rotate(-22deg);
        transform-origin: left center;
    }

.pot {
    top: 78px;
    width: 110px;
    height: 72px;
    border-radius: 0 0 20px 20px;
}

    .pot::before,
    .pot::after {
        content: "";
        position: absolute;
        top: 22px;
        width: 18px;
        height: 18px;
        border: 4px solid #dbdbdb;
        border-radius: 50%;
    }

    .pot::before {
        left: -12px;
    }

    .pot::after {
        right: -12px;
    }

    .pot.tall {
        top: 160px;
        width: 158px;
        height: 92px;
        background: linear-gradient(145deg, #f4f4f4, #b9bcc0 30%, #ffffff 60%, #9ca0a6);
        border-radius: 0 0 24px 24px;
    }

.tray {
    bottom: 10px;
    width: 190px;
    height: 34px;
    background: linear-gradient(180deg, #151515, #2a2a2a);
    border-bottom: 10px solid #ca2d21;
    border-radius: 6px;
}

.poster-copy {
    position: absolute;
    top: 18px;
    right: 16px;
    color: #fff;
    font-weight: 800;
    font-size: clamp(1.35rem, 2.6vw, 1.9rem);
    line-height: .92;
    text-transform: uppercase;
    text-align: right;
}

.poster-badge {
    position: absolute;
    top: 8px;
    right: 10px;
    background: var(--yellow);
    color: #111;
    font-size: .75rem;
    font-weight: 800;
    padding: 4px 8px;
    border-radius: 0 0 0 8px;
}

.poster-brand {
    position: absolute;
    bottom: 10px;
    left: 12px;
    color: #da1e14;
    font-size: clamp(1.6rem, 3vw, 2rem);
    font-weight: 800;
    letter-spacing: -0.05em;
}

.poster-mark {
    position: absolute;
    right: 12px;
    bottom: 10px;
    width: 32px;
    height: 22px;
    border-radius: 999px;
    background: var(--yellow);
}

.promo-art {
    background: radial-gradient(circle at 18% 12%, rgba(255,255,255,.9) 0 28px, transparent 29px), radial-gradient(circle at 85% 18%, rgba(255,193,7,.7) 0 18px, transparent 19px), radial-gradient(circle at 10% 84%, rgba(0,0,0,.9) 0 12px, transparent 13px), radial-gradient(circle at 81% 66%, rgba(0,0,0,.8) 0 13px, transparent 14px), radial-gradient(circle at 52% 12%, rgba(255,184,0,.95) 0 16px, transparent 17px), linear-gradient(180deg, #f2dc11 0%, #ead000 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .promo-art .bubble {
        width: clamp(170px, 20vw, 240px);
        height: clamp(170px, 20vw, 240px);
        border-radius: 50%;
        background: radial-gradient(circle at 35% 30%, #5c5c5c, #111 65%);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        color: #fff;
        box-shadow: 0 15px 30px rgba(0,0,0,.2);
    }

        .promo-art .bubble strong {
            font-size: clamp(1.8rem, 4vw, 3rem);
            line-height: .95;
            font-weight: 800;
        }

        .promo-art .bubble span {
            font-size: clamp(.95rem, 1.4vw, 1.1rem);
            opacity: .95;
        }

.faq-box {
    background: #f3f3f1;
    color: #222;
    text-align: center;
    padding: clamp(24px, 4vw, 42px) clamp(16px, 3vw, 28px);
    height: 100%;
    min-height: 230px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.faq-icon {
    width: 74px;
    height: 74px;
    margin: 0 auto 16px;
    display: grid;
    place-items: center;
    position: relative;
}

    .faq-icon.card-icon::before {
        content: "";
        width: 58px;
        height: 40px;
        border: 4px solid #3d2f2f;
        border-radius: 10px;
        display: block;
    }

    .faq-icon.card-icon::after {
        content: "";
        position: absolute;
        width: 34px;
        height: 4px;
        background: #3d2f2f;
        top: 27px;
        border-radius: 999px;
        box-shadow: -8px 12px 0 0 #3d2f2f;
    }

    .faq-icon.points-icon::before {
        content: "EXTRA POINTS";
        width: 58px;
        height: 58px;
        border-radius: 50%;
        background: #000;
        color: #fff;
        display: grid;
        place-items: center;
        font-size: .68rem;
        font-weight: 800;
        line-height: 1;
        padding: 7px;
    }

.faq-title {
    font-size: clamp(1.1rem, 1.8vw, 1.5rem);
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 12px;
    color: #161616;
    text-transform: uppercase;
}

.faq-desc {
    font-size: clamp(.9rem, 1.1vw, 1rem);
    line-height: 1.45;
    color: #292929;
    max-width: 420px;
    margin: 0 auto;
}

.footer {
    padding: clamp(28px, 4vw, 48px) 0 24px;
    text-align: center;
    color: #e2e7ee;
    font-size: clamp(.86rem, 1.05vw, .95rem);
    line-height: 1.8;
    background: var(--bg);
}

    .footer a {
        color: #15a1ff;
        text-decoration: underline;
    }

.copyright-bar {
    border: 1px solid rgba(255,255,255,.14);
    margin-top: 16px;
    padding: 8px 10px;
    font-size: .86rem;
    color: #b5bec8;
    line-height: 1.5;
}

@media (max-width: 991.98px) {
    .brand-tagline {
        text-align: start;
    }

    .program-text {
        max-width: 100%;
    }
}

@media (max-width: 767.98px) {
    .section-inner {
        width: min(100% - 24px, var(--content-max));
    }

    .intro-actions {
        margin-top: 12px;
    }

    .poster-art, .promo-art {
        min-height: 300px;
    }

    .program-block,
    .program-title,
    .program-text {
        text-align: center;
        margin-inline: auto;
    }
}

@media (max-width: 575.98px) {
    .section-inner {
        width: min(100% - 18px, var(--content-max));
    }

    .hero::before {
        background: radial-gradient(circle at 10% 38%, #f0de00 0 18px, transparent 19px), radial-gradient(circle at 23% 29%, #f0de00 0 12px, transparent 13px), radial-gradient(circle at 84% 45%, #f0de00 0 20px, transparent 21px), linear-gradient(115deg, transparent 0 12%, rgba(255,255,255,.85) 20%, transparent 30%), linear-gradient(285deg, transparent 66%, rgba(255,255,255,.8) 76%, transparent 86%);
    }

    .stat-card {
        padding-block: 8px 18px;
    }

    .poster-art, .promo-art {
        min-height: 260px;
    }

        .poster-art .stack {
            transform: scale(.82);
            transform-origin: bottom center;
        }
}

@media (max-width: 991.98px) {
    .program-block {
        text-align: center;
    }

    .program-image-card {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .program-image {
        max-width: 100%;
        object-fit: cover;
    }
}


.program-image-card {
    width: 100%;
    min-height: clamp(300px, 34vw, 440px);
    overflow: hidden;
    background: #2b2c31;
}

.program-image {
    width: 100%;
    height: 100%;
    min-height: inherit;
    object-fit: cover;
    display: block;
}

.program-title-sm {
    font-size: clamp(1.5rem, 2.6vw, 2.2rem);
}

.hero-bg {
    position: relative;
    width: 100%;
    min-height: clamp(220px, 30vw, 400px);
    background-image: url('/WebsiteTemplate/images/dummy-banner.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

    .hero-bg::after {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0,0,0,0.35); /* overlay for readability */
    }

.brand-logo-img {
    height: clamp(47px, 7vw, 90px);
    width: auto;
    object-fit: contain;
}

.hero-content {
    position: relative;
    z-index: 1;
    color: #fff;
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-shadow: 0 4px 20px rgba(0,0,0,0.4);
}

@media (max-width: 767px) {

    .hero-content {
        align-items: center;
        text-align: center;
        padding-left: 0;
    }
}

.hero-content .small-line {
    font-size: clamp(1rem, 1.6vw, 1.3rem);
    letter-spacing: 0.08em;
    margin-bottom: 10px;
}

.hero-content .main-line {
    font-size: clamp(2.2rem, 4.5vw, 3.8rem);
    font-weight: 800;
    line-height: 1.05;
    margin: 0;
}

.stats-section {
    background: var(--section);
    padding: clamp(40px, 5vw, 70px) 0;
}

.stats-section-bottom {
    padding-top: clamp(45px, 5vw, 70px);
    padding-bottom: clamp(45px, 5vw, 70px);
}

.stat-card {
    text-align: center;
    padding: 10px 12px;
}

.stat-icon-circle {
    width: clamp(130px, 14vw, 190px);
    height: clamp(130px, 14vw, 190px);
    border-radius: 50%;
    background: #4e5055;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 22px;
    overflow: hidden;
}

.stat-icon-img {
    width: 68%;
    height: 68%;
    object-fit: contain;
    display: block;
}

.trophy-circle {
    background: #4e5055;
}

.stat-label {
    color: #c7d2dd;
    font-size: clamp(1rem, 1.35vw, 1.25rem);
    margin-bottom: 12px;
}

.stat-value {
    font-size: clamp(2rem, 3vw, 2.8rem);
    font-weight: 700;
    color: #d7e3ef;
    line-height: 1;
}

.goal-text {
    font-size: clamp(1rem, 1.55vw, 1.25rem);
    color: #c2ccd6;
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.5;
}

    .goal-text strong {
        color: #d7e3ef;
        font-weight: 800;
    }

@media (max-width: 575.98px) {
    .stat-icon-circle {
        width: 125px;
        height: 125px;
    }

    .stat-value {
        font-size: 2rem;
    }
}


.height100px {
    height: 0 !important;
}