
:root{

    --primary:#35B8F4;
    --primary-dark:#1788D6;
    --secondary:#FFD23C;

    --dark:#143B67;

}

body{
    font-family:'Poppins',sans-serif;
    overflow-x:hidden;
    background:#fff;
}

html{
    scroll-behavior:smooth;
}

section{
    scroll-margin-top:90px;
}



/* ======== NAVBAR =========  */


:root{

    --primary:#35B8F4;
    --primary-dark:#1788D6;
    --secondary:#FFD23C;

    --dark:#143B67;

}

.navbar-custom{

    position:fixed;
    top:0;
    left:0;
    right:0;

    z-index:21;

    padding:16px 0;

    transition:.35s ease;

    background:transparent;

}

.navbar-custom.scrolled{

    background: #ffffff !important;

    padding: 8px 0;

    box-shadow: 0 10px 35px rgba(0,0,0,.08);

    border-bottom: 1px solid rgba(0,0,0,.05);

}


.container-navbar{

    max-width:1320px;
    margin:auto;

}

.navbar-brand{

    margin-right:60px;

}

.navbar-brand img{

    height:60px;

    transition:.3s;

}

.navbar-custom.scrolled .navbar-brand img{

    height:40px;

}

.navbar-collapse{

    justify-content:space-between;

}

.navbar-nav{

    margin:auto;

    gap:20px;

}

.nav-link{

    color:#173B63;

    font-size:15px;

    font-weight:600;

    letter-spacing:.2px;

    padding:10px 8px !important;

    transition:.25s;

}

.nav-link:hover{

    color:var(--primary);

}

.nav-link.active{

    color:var(--primary);

}

.btn-register{

    padding:14px 28px;

    border-radius:50px;

    background:
    linear-gradient(
    135deg,
    #43C2FF,
    #1989D5);

    color:#fff;

    font-weight:600;

    font-size:15px;

    display:flex;

    align-items:center;

    gap:12px;

    transition:.3s;

    text-decoration:none;

}

.btn-register i{

    transition:.3s;

}

.btn-register:hover{

    color:#fff;

    transform:translateY(-3px);

    box-shadow:

    0 15px 35px rgba(24,137,214,.35);

}

.btn-register:hover i{

    transform:translateX(4px);

}
/* ======== NAVBAR END =========  */



/* ======== HERO =========  */

/* =========================================================
   TMD RUN 2027
   HERO SECTION
   Background TIDAK DIUBAH
========================================================= */

.heros-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;

    /* BACKGROUND TETAP */
    background:
        linear-gradient(
            90deg,
            rgba(2, 20, 45, 0.94) 0%,
            rgba(3, 35, 75, 0.82) 45%,
            rgba(4, 45, 90, 0.60) 75%,
            rgba(4, 45, 90, 0.40) 100%
        ),
        url("../img/hero-runner.png");

    background-size: cover;
    background-position: center;
}


/* =========================================================
   HERO OVERLAY
========================================================= */

.heros-overlay {
    position: absolute;
    inset: 0;

    background:
        radial-gradient(
            circle at top left,
            rgba(53, 184, 244, .15),
            transparent 50%
        );

    pointer-events: none;
}


/* =========================================================
   HERO CONTENT
========================================================= */

.heros-section .container {
    position: relative;
    z-index: 3;
}


/* =========================================================
   HERO LOGO
========================================================= */

.heros-logo {
    width: 220px;
    max-width: 100%;
    margin-bottom: 25px;
    object-fit: contain;
}


/* =========================================================
   HERO TITLE
========================================================= */

.heros-title {
    margin: 0 0 18px;

    color: #ffffff;

    font-family: "Sora", sans-serif;
    font-size: 100px;
    font-weight: 900;
    line-height: .95;
    letter-spacing: -4px;

    text-align: left;

    text-shadow:
        0 8px 25px rgba(0, 0, 0, .18);
}


/* =========================================================
   HERO TAGLINE
========================================================= */

.heros-tagline {
    max-width: 650px;
    margin: 0 0 18px;

    color: #ffffff;

    font-family: "Poppins", sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;

    text-align: left;

    text-shadow:
        0 4px 15px rgba(0, 0, 0, .15);
}


/* =========================================================
   HERO SUBTITLE
========================================================= */

.heros-subtitle {
    margin: 0 0 5px;

    color: #ffffff;

    font-family: "Sora", sans-serif;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.15;

    text-align: left;
}


/* =========================================================
   HERO SCRIPT
========================================================= */

.heros-script {
    margin: 0 0 40px;

    color: var(--primary);

    font-family: cursive;
    font-size: 52px;
    font-weight: 700;
    line-height: 1.1;

    text-align: left;

    text-shadow:
        0 5px 20px rgba(0, 0, 0, .12);
}


/* =========================================================
   HERO EVENT INFO
========================================================= */

.heros-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 35px;

    margin-bottom: 40px;
}


/* =========================================================
   INFO ITEM
========================================================= */

.info-item {
    display: flex;
    align-items: center;
    gap: 14px;
}

.info-item i {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 58px;
    height: 58px;

    color: #ffffff;
    background: rgba(255, 255, 255, .08);

    border: 1px solid rgba(255, 255, 255, .20);
    border-radius: 14px;

    font-size: 22px;

    backdrop-filter: blur(6px);

    box-shadow:
        0 8px 20px rgba(0, 0, 0, .10);
}

.info-item strong {
    display: block;

    margin-bottom: 2px;

    color: #ffffff;

    font-family: "Sora", sans-serif;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.2;
    text-align: left;
}

.info-item small {
    display: block;

    color: rgba(255, 255, 255, .72);

    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-align: left;
}


/* =========================================================
   HERO BUTTONS
========================================================= */

.heros-buttons {
    display: flex;
    align-items: center;
    gap: 15px;
}


/* =========================================================
   REGISTER BUTTON
========================================================= */

.btn-registerhero {
    position: relative;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 54px;
    padding: 15px 38px;

    color: #ffffff;
    background:
        linear-gradient(
            135deg,
            var(--primary),
            var(--primary-dark)
        );

    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 10px;

    font-family: "Sora", sans-serif;
    font-size: 13px;
    font-weight: 700;

    text-decoration: none;

    box-shadow:
        0 12px 30px rgba(0, 0, 0, .18);

    transition:
        transform .3s ease,
        box-shadow .3s ease;
}

.btn-registerhero:hover {
    color: #ffffff;

    transform: translateY(-3px);

    box-shadow:
        0 18px 40px rgba(0, 0, 0, .25);
}


/* =========================================================
   OUTLINE BUTTON
========================================================= */

.btn-outline-hero {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 54px;
    padding: 14px 38px;

    color: #ffffff;

    background: rgba(255, 255, 255, .08);

    border: 1.5px solid rgba(255, 255, 255, .65);
    border-radius: 10px;

    font-family: "Sora", sans-serif;
    font-size: 13px;
    font-weight: 700;

    text-decoration: none;

    backdrop-filter: blur(5px);

    transition:
        background .3s ease,
        border-color .3s ease,
        transform .3s ease;
}

.btn-outline-hero:hover {
    color: #ffffff;

    background: var(--primary);
    border-color: var(--primary);

    transform: translateY(-3px);
}


/* =========================================================
   HERO WAVE
========================================================= */

.heros-wave {
    position: absolute;
    right: 0;
    bottom: -2px;
    left: 0;

    z-index: 4;

    pointer-events: none;
}

.heros-wave svg {
    display: block;

    width: 100%;
    height: 120px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1199px) {

    .heros-title {
        font-size: 82px;
    }

    .heros-subtitle {
        font-size: 34px;
    }

    .heros-script {
        font-size: 46px;
    }

    .heros-tagline {
        font-size: 20px;
    }

    .heros-info {
        gap: 25px;
    }
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .heros-section {
        min-height: auto;
        padding: 120px 0 100px;

        /* BACKGROUND TETAP, HANYA POSISI */
        background-position: 65% center;
    }

    .heros-title {
        font-size: 58px;
        letter-spacing: -2.5px;
    }

    .heros-subtitle {
        font-size: 30px;
    }

    .heros-script {
        margin-bottom: 30px;
        font-size: 40px;
    }

    .heros-tagline {
        font-size: 18px;
    }

    .heros-logo {
        width: 180px;
    }

    .heros-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
        margin-bottom: 32px;
    }

    .heros-buttons {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        max-width: 400px;
    }

    .btn-registerhero,
    .btn-outline-hero {
        width: 100%;
        text-align: center;
    }

    .heros-wave svg {
        height: 90px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .heros-section {
        padding: 110px 20px 90px;

        background-position: 68% center;
  

        background:
        linear-gradient(
        90deg,
        rgba(2, 20, 45, 0.94) 0%,
        rgba(3, 35, 75, 0.82) 45%,
        rgba(4, 45, 90, 0.60) 75%,
        rgba(4, 45, 90, 0.40) 100%
        ),
        url("../img/hero-runner.png");   
         background-size: cover;
         background-position: center;     
        
    }

    .heros-logo {
        width: 155px;
        margin-bottom: 22px;
    }

    .heros-title {
        font-size: 46px;
        line-height: .98;
        letter-spacing: -2px;
    }

    .heros-tagline {
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 1.5;
    }

    .heros-subtitle {
        font-size: 26px;
    }

    .heros-script {
        margin-bottom: 28px;
        font-size: 34px;
    }

    .info-item {
        gap: 12px;
    }

    .info-item i {
        width: 48px;
        height: 48px;
        border-radius: 12px;
        font-size: 19px;
    }

    .info-item strong {
        font-size: 18px;
    }

    .info-item small {
        font-size: 11px;
    }

    .heros-buttons {
        max-width: 100%;
        gap: 10px;
    }

    .btn-registerhero,
    .btn-outline-hero {
        min-height: 52px;
        padding: 14px 25px;
        font-size: 12px;
    }

    .heros-wave svg {
        height: 65px;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 576px) {

    .heros-section {
        padding: 100px 18px 80px;

        background-position: 70% center;
    }

    .heros-logo {
        width: 135px;
    }

    .heros-title {
        font-size: 38px;
        letter-spacing: -1.5px;
    }

    .heros-tagline {
        font-size: 14px;
    }

    .heros-subtitle {
        font-size: 23px;
    }

    .heros-script {
        font-size: 30px;
    }

    .heros-info {
        gap: 15px;
    }

    .info-item i {
        width: 44px;
        height: 44px;
        font-size: 17px;
    }

    .info-item strong {
        font-size: 16px;
    }

    .info-item small {
        font-size: 10px;
    }

    .heros-wave svg {
        height: 50px;
    }
}


/* =========================================================
   EXTRA SMALL
========================================================= */

@media (max-width: 380px) {

    .heros-section {
        padding: 90px 15px 70px;
    }

    .heros-logo {
        width: 120px;
    }

    .heros-title {
        font-size: 34px;
    }

    .heros-subtitle {
        font-size: 21px;
    }

    .heros-script {
        font-size: 27px;
    }

    .heros-tagline {
        font-size: 13px;
    }

    .info-item strong {
        font-size: 15px;
    }

    .btn-registerhero,
    .btn-outline-hero {
        min-height: 49px;
        font-size: 11px;
    }
}

/* ======== HERO END =========  */


/* RUNNER CHECKER ==================*/

/* =========================================================
   TMD RUN 2027
   RUNNER CHECKER SECTION
========================================================= */

.runner-checker-section {
    position: relative;
    width: 100%;
    padding: 110px 0;
    overflow: hidden;

    /* TMD BLUE GRADIENT */
    /* background:
        radial-gradient(
            circle at 10% 20%,
            rgba(62, 151, 255, 0.28),
            transparent 32%
        ),
        radial-gradient(
            circle at 90% 80%,
            rgba(0, 102, 255, 0.35),
            transparent 35%
        ),
        linear-gradient(
            135deg,
            #041b4e 0%,
            #063b91 45%,
            #0878e8 100%
        ); */
}


/* =========================================================
   DECORATIVE LIGHT
========================================================= */

.runner-checker-section::before {
    content: "";
    position: absolute;

    width: 450px;
    height: 450px;

    top: -220px;
    left: -180px;

    background: rgba(255, 255, 255, 0.08);

    border-radius: 50%;

    filter: blur(20px);

    pointer-events: none;
}


.runner-checker-section::after {
    content: "";
    position: absolute;

    width: 500px;
    height: 500px;

    bottom: -300px;
    right: -200px;

    background: rgba(64, 180, 255, 0.20);

    border-radius: 50%;

    filter: blur(30px);

    pointer-events: none;
}


/* =========================================================
   CONTAINER
========================================================= */

.runner-checker-section .container {
    position: relative;
    z-index: 2;
}


/* =========================================================
   MAIN CARD
========================================================= */

.runner-checker-card {
    position: relative;

    max-width: 900px;

    margin: 0 auto;

    padding: 55px 60px;

    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.98),
            rgba(245, 249, 255, 0.96)
        );

    border: 1px solid rgba(255, 255, 255, 0.7);

    border-radius: 28px;

    box-shadow:
        0 30px 80px rgba(0, 21, 65, 0.30),
        0 10px 30px rgba(0, 64, 160, 0.18);

    overflow: hidden;
}


/* subtle blue line */

.runner-checker-card::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 5px;

    background:
        linear-gradient(
            90deg,
            #063b91,
            #0878e8,
            #38a8ff
        );
}


/* =========================================================
   HEADER
========================================================= */

.runner-checker-header {
    text-align: center;

    max-width: 700px;

    margin: 0 auto 35px;
}


/* =========================================================
   BADGE
========================================================= */

.runner-badge {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 9px;

    padding: 9px 18px;

    margin-bottom: 18px;

    color: #0756b8;

    /* background: rgba(7, 101, 218, 0.09);

    border: 1px solid rgba(7, 101, 218, 0.15);

    border-radius: 5px; */

    font-family: 'Sora', sans-serif;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 1px;

    text-transform: uppercase;
}


.runner-badge i {
    font-size: 15px;

    color: #0878e8;
}


/* =========================================================
   TITLE
========================================================= */

.runner-checker-header h2 {
    margin: 0 0 14px;

    color: #06255d;

    font-family: 'Sora', sans-serif;

    font-size: 38px;

    line-height: 1.2;

    font-weight: 800;

    letter-spacing: -1px;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.runner-checker-header p {
    margin: 0 auto;

    max-width: 650px;

    color: #64748b;

    font-family: 'Manrope', sans-serif;

    font-size: 15px;

    line-height: 1.8;

    font-weight: 500;
}


/* =========================================================
   FORM
========================================================= */

.runner-form {
    display: flex;

    align-items: stretch;

    gap: 14px;

    max-width: 720px;

    margin: 0 auto;
}


/* =========================================================
   INPUT WRAPPER
========================================================= */

.runner-input {
    position: relative;

    flex: 1;

    display: flex;

    align-items: center;
}


/* =========================================================
   INPUT ICON
========================================================= */

.runner-input i {
    position: absolute;

    left: 20px;

    z-index: 2;

    color: #0878e8;

    font-size: 16px;

    pointer-events: none;
}


/* =========================================================
   INPUT
========================================================= */

.runner-input input {
    width: 100%;

    height: 58px;

    padding: 0 20px 0 50px;

    color: #173b72;

    background: #ffffff;

    border: 1px solid #d9e5f5;

    border-radius: 14px;

    outline: none;

    font-family: 'Manrope', sans-serif;

    font-size: 14px;

    font-weight: 600;

    transition:
        border-color 0.3s ease,
        box-shadow 0.3s ease,
        background 0.3s ease;
}


.runner-input input::placeholder {
    color: #94a3b8;

    font-weight: 500;
}


.runner-input input:hover {
    border-color: #a9c8ef;
}


.runner-input input:focus {
    background: #ffffff;

    border-color: #0878e8;

    box-shadow:
        0 0 0 4px rgba(8, 120, 232, 0.10),
        0 8px 20px rgba(8, 80, 180, 0.08);
}


/* =========================================================
   BUTTON
========================================================= */

.runner-btn {
    position: relative;

    height: 58px;

    padding: 0 28px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 12px;

    color: #ffffff;

    background:
        linear-gradient(
            135deg,
            #0753b9 0%,
            #0878e8 55%,
            #1595ff 100%
        );

    border: none;

    border-radius: 14px;

    font-family: 'Sora', sans-serif;

    font-size: 13px;

    font-weight: 700;

    letter-spacing: 0.2px;

    white-space: nowrap;

    cursor: pointer;

    overflow: hidden;

    box-shadow:
        0 12px 25px rgba(5, 92, 200, 0.28);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        background 0.3s ease;
}


/* shine */

.runner-btn::before {
    content: "";

    position: absolute;

    top: 0;
    left: -120%;

    width: 80%;
    height: 100%;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(255, 255, 255, 0.25),
            transparent
        );

    transform: skewX(-20deg);

    transition: left 0.6s ease;
}


.runner-btn:hover::before {
    left: 130%;
}


.runner-btn:hover {
    transform: translateY(-3px);

    box-shadow:
        0 18px 35px rgba(5, 92, 200, 0.35);

    background:
        linear-gradient(
            135deg,
            #06499f 0%,
            #076ed5 55%,
            #0c8df5 100%
        );
}


.runner-btn:active {
    transform: translateY(-1px);
}


/* =========================================================
   BUTTON ICON
========================================================= */

.runner-btn i {
    font-size: 13px;

    transition: transform 0.3s ease;
}


.runner-btn:hover i {
    transform: translateX(4px);
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {

    .runner-checker-section {
        padding: 90px 0;
    }

    .runner-checker-card {
        max-width: 850px;

        padding: 48px 40px;

        border-radius: 24px;
    }

    .runner-checker-header h2 {
        font-size: 34px;
    }

    .runner-form {
        max-width: 680px;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 767px) {

    .runner-checker-section {
        padding: 75px 0;
    }

    .runner-checker-card {
        padding: 42px 28px;

        border-radius: 22px;
    }

    .runner-checker-header {
        margin-bottom: 28px;
    }

    .runner-checker-header h2 {
        font-size: 30px;

        letter-spacing: -0.6px;
    }

    .runner-checker-header p {
        font-size: 14px;

        line-height: 1.7;
    }

    .runner-form {
        flex-direction: column;

        gap: 12px;
    }

    .runner-input input {
        height: 56px;
    }

    .runner-btn {
        width: 100%;

        height: 56px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 576px) {

    .runner-checker-section {
        padding: 65px 15px;
    }

    .runner-checker-card {
        padding: 36px 20px;

        border-radius: 20px;

        box-shadow:
            0 20px 50px rgba(0, 21, 65, 0.25);
    }

    .runner-badge {
        padding: 8px 15px;

        font-size: 10px;

        letter-spacing: 0.8px;
    }

    .runner-badge i {
        font-size: 13px;
    }

    .runner-checker-header h2 {
        font-size: 26px;

        line-height: 1.25;

        margin-bottom: 12px;
    }

    .runner-checker-header p {
        font-size: 13px;

        line-height: 1.7;
    }

    .runner-input input {
        height: 54px;

        padding-left: 46px;

        font-size: 13px;

        border-radius: 12px;
    }

    .runner-input i {
        left: 17px;

        font-size: 14px;
    }

    .runner-btn {
        height: 54px;

        border-radius: 12px;

        font-size: 12px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 380px) {

    .runner-checker-section {
        padding-left: 10px;
        padding-right: 10px;
    }

    .runner-checker-card {
        padding: 32px 16px;
    }

    .runner-checker-header h2 {
        font-size: 23px;
    }

    .runner-checker-header p {
        font-size: 12px;
    }

    .runner-badge {
        font-size: 9px;
    }

}

/* RUNNER CHECKER END ================== */

/* ===================CATEGORY */

/* =========================================================
   TMD RUN 2027
   CATEGORY SECTION
========================================================= */

.category-section {
    position: relative;
    width: 100%;
    padding: 120px 0;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 5% 15%,
            rgba(8, 120, 232, .08),
            transparent 30%
        ),
        radial-gradient(
            circle at 95% 85%,
            rgba(220, 38, 38, .06),
            transparent 30%
        ),
        #f6f9fe;
}

.category-section::before,
.category-section::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(10px);
}

.category-section::before {
    width: 450px;
    height: 450px;
    top: -250px;
    right: -180px;
    background: linear-gradient(
        135deg,
        rgba(8, 120, 232, .10),
        rgba(220, 38, 38, .04)
    );
}

.category-section::after {
    width: 350px;
    height: 350px;
    bottom: -200px;
    left: -150px;
    background: rgba(8, 120, 232, .06);
}

.category-section .container {
    position: relative;
    z-index: 2;
}


/* =========================================================
   SECTION TITLE
========================================================= */

.section-title {
    max-width: 700px;
    margin: 0 auto 55px;
    text-align: center;
}

.section-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 18px;
    margin-bottom: 17px;
    color: #075bbd;
    background: rgba(8, 120, 232, .08);
    border: 1px solid rgba(8, 120, 232, .14);
    border-radius: 50px;
    font-family: "Sora", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.section-title h2 {
    margin: 0 0 15px;
    color: #06255d;
    font-family: "Sora", sans-serif;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -1px;
}

.section-title p {
    max-width: 600px;
    margin: 0 auto;
    color: #64748b;
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 500;
}


/* =========================================================
   CATEGORY CARD
========================================================= */

.category-card {
    position: relative;
    height: 100%;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e4ebf5;
    border-radius: 24px;
    box-shadow: 0 15px 40px rgba(13, 55, 110, .08);
    transition:
        transform .4s ease,
        box-shadow .4s ease,
        border-color .4s ease;
}

.category-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 60px rgba(13, 55, 110, .15);
}


/* =========================================================
   CATEGORY IMAGE
========================================================= */

.category-image {
    position: relative;
    width: 100%;
    height: 280px;
    overflow: hidden;
    background: #dcecff;
}

.category-image img {
    position: relative;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease;
}

.category-card:hover .category-image img {
    transform: scale(1.06);
}


/* =========================================================
   DEFAULT IMAGE OVERLAY / 5K
========================================================= */

.category-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        180deg,
        rgba(3, 38, 93, .02) 20%,
        rgba(3, 45, 110, .72) 100%
    );
}


/* =========================================================
   DISTANCE BADGE
========================================================= */

.distance-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 70px;
    padding: 9px 15px;
    color: #fff;
    background: linear-gradient(
        135deg,
        #0753b9,
        #0878e8
    );
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 50px;
    font-family: "Sora", sans-serif;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1px;
    box-shadow: 0 8px 20px rgba(4, 70, 160, .30);
}


/* =========================================================
   CATEGORY CONTENT
========================================================= */

.category-content {
    position: relative;
    padding: 32px 34px 35px;
    background: #fff;
}

.category-type {
    display: inline-block;
    margin-bottom: 8px;
    color: #0878e8;
    font-family: "Sora", sans-serif;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.category-content h3 {
    margin: 0 0 25px;
    color: #082d68;
    font-family: "Sora", sans-serif;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -.5px;
}

.category-content h3 small {
    color: #ef4444;
    font-family: "Manrope", sans-serif;
    font-size: 11px;
    font-weight: 700;
}


/* =========================================================
   PRICE BOX
========================================================= */

.price-box {
    position: relative;
    padding: 20px;
    margin-bottom: 25px;
    background: linear-gradient(
        145deg,
        #f5f9ff,
        #eef5fd
    );
    border: 1px solid #e1ebf8;
    border-radius: 16px;
}

.price-box > small {
    display: block;
    margin-bottom: 10px;
    color: #7a8ca5;
    font-family: "Manrope", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.price-item {
    margin-bottom: 12px;
}

.price-early {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
    color: #ef4444;
    font-family: "Sora", sans-serif;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 800;
}

.early-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 9px;
    color: #fff;
    background: linear-gradient(
        135deg,
        #f97316,
        #ef4444
    );
    border-radius: 50px;
    font-family: "Manrope", sans-serif;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .4px;
    text-transform: uppercase;
}

.early-badge i {
    font-size: 9px;
}


/* =========================================================
   REGULAR PRICE
========================================================= */

.price-regular {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding-top: 12px;
    margin-top: 10px;
    border-top: 1px dashed #d4dfed;
}

.price-regular b {
    color: #8190a5;
    font-family: "Manrope", sans-serif;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .7px;
}

.price-regular strong {
    color: #000;
    font-family: "Sora", sans-serif;
    font-size: 15px;
    font-weight: 700;
}

.price-note {
    display: block;
    margin-top: 15px;
    color: #8190a5;
    font-family: "Manrope", sans-serif;
    font-size: 10px;
    line-height: 1.6;
    font-weight: 500;
}


/* =========================================================
   REGISTER BUTTON
========================================================= */

.btn-category {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 54px;
    gap: 5px;
    overflow: hidden;
    color: #fff;
    background: linear-gradient(
        135deg,
        #0753b9 0%,
        #0878e8 55%,
        #1595ff 100%
    );
    border-radius: 13px;
    font-family: "Sora", sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(7, 102, 210, .22);
    transition:
        transform .3s ease,
        box-shadow .3s ease,
        background .3s ease;
}

.btn-category::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 80%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, .25),
        transparent
    );
    transform: skewX(-20deg);
    transition: left .6s ease;
}

.btn-category:hover::before {
    left: 130%;
}

.btn-category:hover {
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(7, 102, 210, .32);
}

.btn-category i {
    transition: transform .3s ease;
}

.btn-category:hover i {
    transform: translateX(5px);
}


/* =========================================================
   10K CATEGORY
   PREMIUM / COMPETITIVE
========================================================= */

.category-10k {
    border-color: rgba(220, 38, 38, .18);
    box-shadow: 0 15px 40px rgba(20, 65, 110, .10);
}

.category-10k:hover {
    border-color: rgba(220, 38, 38, .35);
    box-shadow: 0 25px 60px rgba(20, 65, 110, .18);
}

.category-10k .category-image {
    background: linear-gradient(
        180deg,
        #fff 0%,
        #f9fcff 15%,
        #dff7ff 42%,
        #59cbe8 72%,
        #0878b8 100%
    );
}

.category-10k .category-image::before {
    content: "";
    position: absolute;
    top: -25%;
    left: -25%;
    z-index: 2;
    width: 150%;
    height: 180%;
    /* background: repeating-linear-gradient(
        105deg,
        transparent 0,
        transparent 28px,
        rgba(220, 38, 38, .04) 28px,
        rgba(220, 38, 38, .18) 48px,
        rgba(239, 68, 68, .35) 65px,
        rgba(255, 255, 255, .25) 82px,
        transparent 110px
    ); */
    transform: rotate(-8deg);
    pointer-events: none;
}

.category-10k .category-image::after {
    content: "";
    position: absolute;
    left: -15%;
    bottom: -35%;
    z-index: 2;
    width: 120%;
    height: 100%;
    /* background: linear-gradient(
        135deg,
        transparent 15%,
        rgba(220, 38, 38, .12) 35%,
        rgba(239, 68, 68, .45) 90%,
        rgba(226, 10, 10, 0.26) 90%,
        transparent 75%
    ); */
    transform: rotate(-12deg);
    filter: blur(2px);
    pointer-events: none;
}

.category-10k .category-overlay {
    z-index: 3;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, .04) 0%,
        rgba(255, 255, 255, 0) 25%,
        rgba(0, 84, 135, .05) 50%,
        rgba(0, 58, 105, .72) 100%
    );
}

.category-10k .distance-badge {
    z-index: 5;
    background: linear-gradient(
        135deg,
        #b91c1c,
        #dc2626,
        #ef4444
    );
    box-shadow: 0 8px 25px rgba(220, 38, 38, .35);
}

.category-10k .category-type {
    color: #dc2626;
}

.category-10k .category-content h3 {
    color: #083b66;
}

.category-10k .price-box {
    background: linear-gradient(
        145deg,
        #f8fdff,
        #eefaff,
        #fff
    );
    border-color: #cdeaf4;
}

.category-10k .price-early {
    color: #ef4444;
}

.category-10k .price-regular strong {
    color: #000;
}

.category-10k .early-badge {
    background: linear-gradient(
        135deg,
        #f97316,
        #ef4444
    );
    box-shadow: 0 4px 12px rgba(220, 38, 38, .18);
}

.category-10k .btn-category {
    background: linear-gradient(
        110deg,
        #b91c1c 0%,
        #dc2626 35%,
        #ef4444 55%,
        #ff3232fa 100%
    );
    box-shadow: 0 10px 25px rgba(190, 40, 40, .25);
}

.category-10k .btn-category:hover {
    background: linear-gradient(
        110deg,
        #991b1b 0%,
        #c91f1f 35%,
        #e83a3a 55%,
        #e40e32 100%
    );
    box-shadow: 0 16px 32px rgba(190, 40, 40, .32);
}


/* =========================================================
   COMMUNITY CATEGORY
   5K BLUE + CYAN + 10K RED
========================================================= */

.category-community {
    position: relative;
    overflow: hidden;
    border-color: rgba(8, 120, 232, .20);
    background: #fff;
}

.category-community:hover {
    border-color: rgba(220, 38, 38, .28);
}

.category-community::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 5px;
    background: linear-gradient(
        90deg,
        #0753b9 0%,
        #0878e8 28%,
        #59cbe8 50%,
        #ef4444 72%,
        #b91c1c 100%
    );
}


/* =========================================================
   COMMUNITY IMAGE
========================================================= */

.category-community .category-image {
    background: linear-gradient(
        135deg,
        #064a9f 0%,
        #0878e8 28%,
        #59cbe8 48%,
        #fff 58%,
        #fca5a5 73%,
        #dc2626 100%
    );
}

.category-community .category-image::before {
    content: "";
    position: absolute;
    top: -35%;
    left: -30%;
    z-index: 2;
    width: 160%;
    height: 180%;
    background: repeating-linear-gradient(
        108deg,
        transparent 0,
        transparent 35px,
        rgba(8, 120, 232, .08) 35px,
        rgba(8, 120, 232, .25) 55px,
        rgba(255, 255, 255, .20) 75px,
        transparent 95px,
        rgba(220, 38, 38, .12) 115px,
        rgba(220, 38, 38, .35) 135px,
        transparent 155px
    );
    transform: rotate(-7deg);
    pointer-events: none;
}

.category-community .category-image::after {
    content: "";
    position: absolute;
    left: -15%;
    bottom: -45%;
    z-index: 2;
    width: 130%;
    height: 80%;
    background: linear-gradient(
        100deg,
        rgba(8, 120, 232, .55),
        rgba(89, 203, 232, .30),
        rgba(255, 255, 255, .18),
        rgba(239, 68, 68, .55),
        rgba(220, 38, 38, .65)
    );
    transform: rotate(-10deg);
    filter: blur(4px);
    pointer-events: none;
}

.category-community .category-overlay {
    z-index: 3;
    background: linear-gradient(
        115deg,
        rgba(3, 59, 130, .72) 0%,
        rgba(8, 120, 232, .38) 25%,
        rgba(89, 203, 232, .16) 45%,
        rgba(255, 255, 255, .05) 55%,
        rgba(239, 68, 68, .28) 75%,
        rgba(127, 29, 29, .76) 100%
    );
}


/* =========================================================
   COMMUNITY DISTANCE
========================================================= */

.community-distance {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 6;
    display: flex;
    align-items: center;
    gap: 7px;
}

.community-distance .distance-badge {
    position: relative;
    top: auto;
    right: auto;
    min-width: 54px;
    padding: 8px 13px;
    border: 1px solid rgba(255, 255, 255, .55);
    font-size: 11px;
}

.community-distance .distance-5k {
    background: linear-gradient(
        135deg,
        #0753b9,
        #0878e8
    );
    box-shadow: 0 7px 18px rgba(7, 83, 185, .35);
}

.community-distance .distance-10k {
    background: linear-gradient(
        135deg,
        #b91c1c,
        #ef4444
    );
    box-shadow: 0 7px 18px rgba(220, 38, 38, .35);
}

.distance-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 23px;
    height: 23px;
    color: #fff;
    background: rgba(255, 255, 255, .20);
    border: 1px solid rgba(255, 255, 255, .40);
    border-radius: 50%;
    font-family: "Sora", sans-serif;
    font-size: 11px;
    font-weight: 800;
    backdrop-filter: blur(5px);
}


/* =========================================================
   COMMUNITY IMAGE LABEL
========================================================= */

.community-image-label {
    position: absolute;
    left: 22px;
    bottom: 20px;
    z-index: 6;
    padding: 8px 14px;
    color: #fff;
    background: rgba(3, 37, 84, .62);
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 50px;
    font-family: "Sora", sans-serif;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
}


/* =========================================================
   COMMUNITY CONTENT
========================================================= */

.category-community .category-content {
    background: linear-gradient(
        145deg,
        #fff 0%,
        #fff 65%,
        #f7fbff 100%
    );
}

.category-community .category-type {
    color: transparent;
    background: linear-gradient(
        90deg,
        #0753b9 0%,
        #0878e8 38%,
        #59cbe8 52%,
        #dc2626 75%,
        #b91c1c 100%
    );
    -webkit-background-clip: text;
    background-clip: text;
}

.category-community .category-content h3 {
    color: #083b66;
}

.category-community .category-content h3 small {
    color: #dc2626;
}


/* =========================================================
   COMMUNITY PRICE
========================================================= */

.category-community .price-box {
    overflow: hidden;
    background: linear-gradient(
        135deg,
        #f2f8ff 0%,
        #f8fdff 35%,
        #fff 50%,
        #fff7f7 72%,
        #fff1f1 100%
    );
    border-color: #dceaf5;
}

.category-community .price-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(
        90deg,
        #0878e8,
        #59cbe8,
        #fff,
        #ef4444,
        #dc2626
    );
}

.category-community .price-early {
    color: #0878b8;
    font-size: 15px;
}

.category-community .price-regular strong {
    color: #dc2626;
}

.category-community .early-badge {
    background: linear-gradient(
        135deg,
        #dc2626,
        #ef4444
    );
    box-shadow: 0 4px 12px rgba(220, 38, 38, .20);
}

.category-community .price-note {
    color: #71869b;
}


/* =========================================================
   COMMUNITY BUTTON
========================================================= */

.category-community .btn-category {
    background: linear-gradient(
        105deg,
        #0753b9 0%,
        #0878e8 28%,
        #39b8dc 47%,
        #dc2626 73%,
        #b91c1c 100%
    );
    box-shadow: 0 10px 25px rgba(28, 93, 160, .25);
}

.category-community .btn-category:hover {
    background: linear-gradient(
        105deg,
        #06489f 0%,
        #076dcc 28%,
        #269fca 47%,
        #c91f1f 73%,
        #991b1b 100%
    );
    box-shadow: 0 16px 35px rgba(28, 93, 160, .34);
}

/* =========================================================
   COMMUNITY PRICE TABLE
========================================================= */

.category-community .price-table {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 15px;
    border: 1px solid #dceaf5;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}


/* =========================================================
   PRICE COLUMN
========================================================= */

.category-community .price-column {
    position: relative;
    padding: 16px 15px;
}

.category-community .price-column + .price-column {
    border-left: 1px solid #dceaf5;
}


/* =========================================================
   DISTANCE TITLE
========================================================= */

.category-community .price-distance {
    margin-bottom: 14px;
    text-align: center;
}

.category-community .price-distance span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 50px;
    padding: 6px 14px;
    color: #fff;
    border-radius: 50px;
    font-family: "Sora", sans-serif;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .8px;
}


/* 5K */

.category-community .price-column-5k .price-distance span {
    background: linear-gradient(
        135deg,
        #0753b9,
        #0878e8
    );

    box-shadow:
        0 5px 12px rgba(7, 83, 185, .20);
}


/* 10K */

.category-community .price-column-10k .price-distance span {
    background: linear-gradient(
        135deg,
        #b91c1c,
        #ef4444
    );

    box-shadow:
        0 5px 12px rgba(220, 38, 38, .20);
}


/* =========================================================
   PRICE ROW
========================================================= */

.category-community .price-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    text-align: center;
}

.category-community .price-row b {
    color: #8190a5;
    font-family: "Manrope", sans-serif;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .7px;
}

.category-community .price-row strong {
    color: #ef4444;
    font-family: "Sora", sans-serif;
    font-size: 15px;
    font-weight: 800;
    white-space: nowrap;
}


/* =========================================================
   EARLY BADGE
========================================================= */

.category-community .price-row .early-badge {
    margin-top: 5px;
    padding: 4px 7px;
    font-size: 7px;
}


/* =========================================================
   REGULAR PRICE
========================================================= */

.category-community .price-row-regular {
    padding-top: 12px;
    margin-top: 12px;
    border-top: 1px dashed #d4dfed;
}

.category-community .price-row-regular strong {
    color: #000;
    font-size: 13px;
}


/* =========================================================
   PAX
========================================================= */

.category-community .price-pax {
    display: block;
    margin-top: 5px;
    color: #8a99aa;
    font-family: "Manrope", sans-serif;
    font-size: 8px;
    font-weight: 600;
    text-align: center;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 576px) {

    .category-community .price-column {
        padding: 14px 10px;
    }

    .category-community .price-distance {
        margin-bottom: 12px;
    }

    .category-community .price-distance span {
        min-width: 45px;
        padding: 5px 11px;
        font-size: 10px;
    }

    .category-community .price-row strong {
        font-size: 13px;
    }

    .category-community .price-row-regular strong {
        font-size: 12px;
    }

    .category-community .price-row .early-badge {
        font-size: 6.5px;
        padding: 4px 6px;
    }
}


@media (max-width: 380px) {

    .category-community .price-column {
        padding: 13px 7px;
    }

    .category-community .price-row strong {
        font-size: 12px;
    }

    .category-community .price-row-regular strong {
        font-size: 11px;
    }

    .category-community .price-row .early-badge {
        font-size: 6px;
    }
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1199px) {

    .category-content {
        padding: 30px;
    }

    .category-content h3 {
        font-size: 28px;
    }

    .price-early {
        font-size: 22px;
    }
}


@media (max-width: 991px) {

    .category-section {
        padding: 95px 0;
    }

    .section-title {
        margin-bottom: 45px;
    }

    .section-title h2 {
        font-size: 38px;
    }

    .category-image {
        height: 250px;
    }

    .category-content {
        padding: 28px;
    }

    .category-content h3 {
        font-size: 27px;
    }

    .price-early {
        font-size: 21px;
    }

    .price-regular strong {
        font-size: 14px;
    }

    .category-community .category-image {
        height: 250px;
    }
}


@media (max-width: 767px) {

    .category-section {
        padding: 80px 0;
    }

    .section-title {
        margin-bottom: 38px;
    }

    .section-title h2 {
        font-size: 32px;
        letter-spacing: -.7px;
    }

    .section-title p {
        font-size: 14px;
    }

    .category-card {
        border-radius: 20px;
    }

    .category-image,
    .category-community .category-image {
        height: 235px;
    }

    .category-content,
    .category-community .category-content {
        padding: 27px;
    }

    .category-content h3,
    .category-community .category-content h3 {
        font-size: 26px;
        margin-bottom: 22px;
    }

    .price-box {
        padding: 18px;
    }

    .price-early {
        font-size: 21px;
    }

    .btn-category {
        min-height: 52px;
    }

    .community-distance {
        top: 16px;
        right: 16px;
        gap: 5px;
    }

    .community-distance .distance-badge {
        min-width: 50px;
        padding: 7px 11px;
        font-size: 10px;
    }

    .distance-divider {
        width: 21px;
        height: 21px;
        font-size: 10px;
    }
}


@media (max-width: 576px) {

    .category-section {
        padding: 70px 15px;
    }

    .section-badge {
        padding: 8px 15px;
        font-size: 10px;
    }

    .section-title h2 {
        font-size: 28px;
    }

    .section-title p {
        font-size: 13px;
        line-height: 1.7;
    }

    .category-image,
    .category-community .category-image {
        height: 220px;
    }

    .distance-badge {
        top: 15px;
        right: 15px;
        min-width: 62px;
        padding: 8px 12px;
        font-size: 11px;
    }

    .category-content,
    .category-community .category-content {
        padding: 24px 20px 25px;
    }

    .category-type {
        font-size: 10px;
    }

    .category-content h3,
    .category-community .category-content h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .category-content h3 small {
        font-size: 10px;
    }

    .price-box {
        padding: 17px;
        border-radius: 14px;
    }

    .price-early {
        font-size: 19px;
        gap: 7px;
    }

    .early-badge {
        padding: 4px 8px;
        font-size: 8px;
    }

    .price-regular {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }

    .price-regular strong {
        font-size: 14px;
    }

    .price-note {
        font-size: 9px;
    }

    .btn-category {
        min-height: 50px;
        border-radius: 11px;
        font-size: 11px;
    }

    .community-image-label {
        left: 17px;
        bottom: 16px;
        padding: 7px 11px;
        font-size: 8px;
    }

    .community-distance {
        top: 15px;
        right: 15px;
    }
}


@media (max-width: 380px) {

    .category-section {
        padding: 60px 10px;
    }

    .section-title h2 {
        font-size: 25px;
    }

    .category-image,
    .category-community .category-image {
        height: 200px;
    }

    .category-content,
    .category-community .category-content {
        padding: 21px 17px;
    }

    .category-content h3,
    .category-community .category-content h3 {
        font-size: 22px;
    }

    .price-early {
        font-size: 18px;
    }

    .community-distance {
        top: 13px;
        right: 13px;
    }

    .community-distance .distance-badge {
        min-width: 45px;
        padding: 6px 9px;
        font-size: 9px;
    }

    .distance-divider {
        width: 19px;
        height: 19px;
        font-size: 9px;
    }
}

/* ===================CATEGORY END */

/* ABout */

/* =========================================================
   TMD RUN 2027
   ABOUT / RACE INFORMATION
========================================================= */

.about-section {
    position: relative;
    padding: 120px 0;
    overflow: hidden;

    background:
        radial-gradient(
            circle at 0% 20%,
            rgba(8, 120, 232, .06),
            transparent 35%
        ),
        radial-gradient(
            circle at 100% 80%,
            rgba(220, 38, 38, .045),
            transparent 35%
        ),
        #ffffff;
}


/* =========================================================
   CONTAINER
========================================================= */

.about-section .container {
    position: relative;
    z-index: 2;
}


/* =========================================================
   ABOUT SLIDER
========================================================= */

.about-slider {
    position: relative;

    width: 100%;
    padding: 10px;

    background:
        linear-gradient(
            135deg,
            rgba(8, 120, 232, .12),
            rgba(89, 203, 232, .08),
            rgba(220, 38, 38, .08)
        );

    border-radius: 26px;

    box-shadow:
        0 20px 50px rgba(13, 55, 110, .10);
}


/* =========================================================
   CAROUSEL
========================================================= */

.about-slider .carousel {
    position: relative;
    overflow: hidden;

    border-radius: 20px;

    background: #eef5fb;
}


/* =========================================================
   CAROUSEL IMAGE
========================================================= */

.about-slider .carousel-item {
    position: relative;

    height: 520px;
}

.about-slider .carousel-item img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition:
        transform .6s ease;
}


/* =========================================================
   IMAGE OVERLAY
========================================================= */

.about-slider .carousel-item::after {
    content: "";

    position: absolute;
    inset: 0;

    pointer-events: none;

    background:
        linear-gradient(
            180deg,
            rgba(3, 37, 84, 0) 55%,
            rgba(3, 37, 84, .20) 100%
        );
}


/* =========================================================
   CAROUSEL CONTROL
========================================================= */

.about-slider .carousel-control-prev,
.about-slider .carousel-control-next {
    position: absolute;

    top: 50%;
    bottom: auto;

    width: 44px;
    height: 44px;

    transform: translateY(-50%);

    display: flex;
    align-items: center;
    justify-content: center;

    color: #ffffff;

    background: rgba(4, 58, 125, .75);

    border: 1px solid rgba(255, 255, 255, .30);
    border-radius: 50%;

    opacity: 1;

    backdrop-filter: blur(6px);

    transition:
        background .3s ease,
        transform .3s ease;
}

.about-slider .carousel-control-prev {
    left: 20px;
}

.about-slider .carousel-control-next {
    right: 20px;
}

.about-slider .carousel-control-prev:hover,
.about-slider .carousel-control-next:hover {
    background: var(--primary);

    transform:
        translateY(-50%)
        scale(1.08);
}

.about-slider .carousel-control-prev i,
.about-slider .carousel-control-next i {
    font-size: 14px;
}


/* =========================================================
   SECTION BADGE
========================================================= */

.about-section .section-badge {
    display: inline-flex;
    align-items: center;

    margin-bottom: 16px;
    padding: 8px 16px;

    color: #0753b9;

    background: rgba(8, 120, 232, .08);

    border: 1px solid rgba(8, 120, 232, .14);
    border-radius: 50px;

    font-family: "Sora", sans-serif;
    font-size: 10px;
    font-weight: 800;

    letter-spacing: 1.5px;
    text-transform: uppercase;
}


/* =========================================================
   ABOUT TITLE
========================================================= */

.about-title {
    margin: 0 0 20px;

    color: #06255d;

    font-family: "Sora", sans-serif;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.15;

    letter-spacing: -1.5px;
}


/* =========================================================
   ABOUT DESCRIPTION
========================================================= */

.about-description {
    max-width: 620px;

    margin: 0 0 30px;

    color: #64748b;

    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;

    line-height: 1.85;
}

.about-description strong {
    color: #173e78;
    font-weight: 700;
}


/* =========================================================
   EVENT INFO
========================================================= */

.event-info {
    display: flex;
    flex-direction: column;

    gap: 12px;
}


/* =========================================================
   EVENT CARD
========================================================= */

.event-card {
    display: flex;
    align-items: center;

    gap: 15px;

    padding: 15px 17px;

    background: #ffffff;

    border: 1px solid #e5edf6;
    border-radius: 14px;

    box-shadow:
        0 8px 25px rgba(13, 55, 110, .05);

    transition:
        transform .3s ease,
        border-color .3s ease,
        box-shadow .3s ease;
}

.event-card:hover {
    transform: translateX(5px);

    border-color: rgba(8, 120, 232, .22);

    box-shadow:
        0 12px 30px rgba(13, 55, 110, .09);
}


/* =========================================================
   EVENT ICON
========================================================= */

.event-icon {
    flex: 0 0 46px;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 46px;
    height: 46px;

    color: #0878e8;

    background:
        linear-gradient(
            135deg,
            rgba(8, 120, 232, .12),
            rgba(89, 203, 232, .08)
        );

    border-radius: 12px;

    font-size: 17px;
}


/* Alternate accent for location */

.event-card:nth-child(2) .event-icon {
    color: #dc2626;

    background:
        linear-gradient(
            135deg,
            rgba(220, 38, 38, .10),
            rgba(239, 68, 68, .05)
        );
}


/* Alternate accent for category */

.event-card:nth-child(3) .event-icon {
    color: #0891b2;

    background:
        linear-gradient(
            135deg,
            rgba(8, 145, 178, .11),
            rgba(89, 203, 232, .08)
        );
}


/* =========================================================
   EVENT CARD TEXT
========================================================= */

.event-card h6 {
    margin: 0 0 4px;

    color: #234a80;

    font-family: "Sora", sans-serif;
    font-size: 11px;
    font-weight: 800;

    letter-spacing: .6px;
    text-transform: uppercase;
}

.event-card p {
    margin: 0;

    color: #64748b;

    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 500;

    line-height: 1.5;
}


/* =========================================================
   LOCATION LINK
========================================================= */

.event-card a {
    color: #64748b;

    text-decoration: none;

    transition:
        color .3s ease;
}

.event-card a:hover {
    color: #0878e8;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1199px) {

    .about-section {
        padding: 100px 0;
    }

    .about-slider .carousel-item {
        height: 460px;
    }

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


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .about-section {
        padding: 90px 0;
    }

    .about-slider {
        margin-bottom: 10px;
    }

    .about-slider .carousel-item {
        height: 430px;
    }

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

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

    .event-info {
        gap: 10px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .about-section {
        padding: 75px 0;
    }

    .about-slider {
        padding: 7px;
        border-radius: 20px;
    }

    .about-slider .carousel {
        border-radius: 15px;
    }

    .about-slider .carousel-item {
        height: 350px;
    }

    .about-slider .carousel-control-prev,
    .about-slider .carousel-control-next {
        width: 38px;
        height: 38px;
    }

    .about-slider .carousel-control-prev {
        left: 12px;
    }

    .about-slider .carousel-control-next {
        right: 12px;
    }

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

    .about-description {
        font-size: 13px;
        line-height: 1.8;
    }

    .event-card {
        padding: 13px 14px;
        gap: 12px;
    }

    .event-icon {
        flex-basis: 42px;

        width: 42px;
        height: 42px;

        font-size: 15px;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 576px) {

    .about-section {
        padding: 65px 15px;
    }

    .about-section .section-badge {
        padding: 7px 13px;
        font-size: 9px;
    }

    .about-slider .carousel-item {
        height: 280px;
    }

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

    .about-description {
        font-size: 12.5px;
    }

    .event-card h6 {
        font-size: 10px;
    }

    .event-card p {
        font-size: 11px;
    }
}


/* =========================================================
   EXTRA SMALL
========================================================= */

@media (max-width: 380px) {

    .about-section {
        padding: 55px 12px;
    }

    .about-slider .carousel-item {
        height: 245px;
    }

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

    .about-description {
        font-size: 12px;
    }

    .event-card {
        align-items: flex-start;
    }
}

/* About End */


/* Benefit */

/* =========================================================
   TMD RUN 2027
   BENEFIT SECTION
   THEME: CLEAN SPORT / BLUE - RED
========================================================= */

.benefit-section {
    position: relative;
    padding: 100px 0 110px;
    overflow: hidden;

    background:
        radial-gradient(
            circle at 10% 15%,
            rgba(0, 104, 214, 0.08),
            transparent 30%
        ),
        radial-gradient(
            circle at 90% 85%,
            rgba(229, 34, 42, 0.06),
            transparent 28%
        ),
        #f3f7fc;
}


/* =========================================================
   DECORATIVE BACKGROUND
========================================================= */

.benefit-section::before {
    content: "";

    position: absolute;

    width: 420px;
    height: 420px;

    top: -230px;
    right: -150px;

    border-radius: 50%;

    background:
        linear-gradient(
            135deg,
            rgba(0, 104, 214, 0.06),
            rgba(0, 183, 232, 0.03),
            rgba(229, 34, 42, 0.05)
        );

    filter: blur(2px);

    pointer-events: none;
}


.benefit-section::after {
    content: "";

    position: absolute;

    width: 300px;
    height: 300px;

    bottom: -180px;
    left: -120px;

    border-radius: 50%;

    background: rgba(0, 104, 214, 0.045);

    filter: blur(20px);

    pointer-events: none;
}


.benefit-section .container {
    position: relative;
    z-index: 2;
}


/* =========================================================
   SECTION HEADER
========================================================= */

.benefit-section .col-lg-7 {
    margin-left: auto;
    margin-right: auto;
}


.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    padding: 8px 17px;

    border-radius: 50px;

    background: rgba(0, 104, 214, 0.08);

    border: 1px solid rgba(0, 104, 214, 0.18);

    color: #0766c9;

    font-size: 12px;
    font-weight: 800;

    letter-spacing: 1.5px;
    text-transform: uppercase;

    margin-bottom: 17px;
}


.section-badge::before {
    content: "";

    width: 7px;
    height: 7px;

    border-radius: 50%;

    background: #0875df;

    box-shadow:
        0 0 0 4px rgba(8, 117, 223, 0.10);
}


/* =========================================================
   TITLE
========================================================= */

.benefit-title {
    margin: 0 0 20px;

    color: #06255d;

    font-family: "Sora", sans-serif;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.15;

    letter-spacing: -1.5px;
}


.benefit-title::after {
    content: "";

    display: block;

    width: 70px;
    height: 5px;

    margin: 18px auto 0;

    border-radius: 20px;

    background:
        linear-gradient(
            90deg,
            #0667d8 0%,
            #22bde8 50%,
            #e5262d 100%
        );
}


/* =========================================================
   DESCRIPTION
========================================================= */

.benefit-description {
    max-width: 720px;

    margin: 20px auto 45px;

    color: #64748b;

    font-size: 15px;

    line-height: 1.8;

    text-align: center;
}


/* =========================================================
   BENEFIT GRID
========================================================= */

.benefit-section .row.g-4 {
    margin-top: 5px;
}


/* =========================================================
   BENEFIT CARD
========================================================= */

.benefit-card {
    position: relative;

    min-height: 175px;

    padding: 28px 20px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    text-align: center;

    overflow: hidden;

    background: #ffffff;

    border: 1px solid #dce7f3;

    border-radius: 18px;

    box-shadow:
        0 8px 25px rgba(24, 70, 115, 0.06);

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}


/* Gradient top border */

.benefit-card::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 4px;

    background:
        linear-gradient(
            90deg,
            #0869d8 0%,
            #23bde7 50%,
            #e5262d 100%
        );

    transform: scaleX(0);

    transform-origin: center;

    transition:
        transform 0.35s ease;
}


/* Decorative circle */

.benefit-card::after {
    content: "";

    position: absolute;

    width: 110px;
    height: 110px;

    right: -55px;
    bottom: -55px;

    border-radius: 50%;

    background:
        linear-gradient(
            135deg,
            rgba(0, 104, 214, 0.05),
            rgba(229, 38, 45, 0.05)
        );

    transition:
        transform 0.4s ease;
}


/* =========================================================
   CARD HOVER
========================================================= */

.benefit-card:hover {
    transform: translateY(-7px);

    border-color: rgba(0, 104, 214, 0.22);

    box-shadow:
        0 16px 35px rgba(21, 72, 120, 0.12);
}


.benefit-card:hover::before {
    transform: scaleX(1);
}


.benefit-card:hover::after {
    transform: scale(1.35);
}


/* =========================================================
   BENEFIT ICON
========================================================= */

.benefit-icon {
    position: relative;
    z-index: 2;

    width: 62px;
    height: 62px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 17px;

    border-radius: 17px;

    background:
        linear-gradient(
            135deg,
            #edf6ff,
            #f5fbff
        );

    border: 1px solid #d5e9fa;

    color: #0869d8;

    font-size: 25px;

    transition:
        transform 0.35s ease,
        color 0.35s ease,
        background 0.35s ease,
        border-color 0.35s ease,
        box-shadow 0.35s ease;
}


/* Icon small accent */

.benefit-icon::after {
    content: "";

    position: absolute;

    width: 7px;
    height: 7px;

    top: 7px;
    right: 7px;

    border-radius: 50%;

    background: transparent;
}


/* Hover icon */

.benefit-card:hover .benefit-icon {
    transform: translateY(-3px) scale(1.05);

    color: #ffffff;

    background:
        linear-gradient(
            135deg,
            #0869d8 0%,
            #16aee3 100%
        );

    border-color: transparent;

    box-shadow:
        0 8px 20px rgba(8, 105, 216, 0.20);
}


.benefit-card:hover .benefit-icon::after {
    background: #ffffff;
}


/* =========================================================
   BENEFIT TEXT
========================================================= */

.benefit-card h5 {
    position: relative;
    z-index: 3;

    margin: 0;

    color: #0a3e79;

    font-size: 15px;

    font-weight: 800;

    line-height: 1.4;

    transition:
        color 0.3s ease;
}


.benefit-card:hover h5 {
    color: #0869d8;
}


/* =========================================================
   DIFFERENT ACCENT FOR SPECIFIC CARDS
   OPTIONAL
========================================================= */

/* =========================================
   RED ACCENT BENEFIT
========================================= */

.benefit-section .benefit-red .benefit-icon {
    color: #e5262d;

    background:
        linear-gradient(
            135deg,
            #fff4f4,
            #fffafa
        );

    border-color: #f6d5d7;
}


.benefit-section .benefit-red .benefit-icon::after {
    background: #0869d8;
}


.benefit-section .benefit-red:hover .benefit-icon {
    color: #ffffff;

    background:
        linear-gradient(
            135deg,
            #e5262d,
            #ef4b50
        );

    border-color: transparent;

    box-shadow:
        0 8px 20px rgba(229, 38, 45, 0.20);
}


.benefit-section .benefit-red:hover h5 {
    color: #e5262d;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .benefit-section {
        padding: 85px 0 95px;
    }

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

    .benefit-description {
        margin-bottom: 38px;
        font-size: 15px;
    }

    .benefit-card {
        min-height: 165px;
    }

    .benefit-icon {
        width: 59px;
        height: 59px;

        font-size: 23px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .benefit-section {
        padding: 75px 0 80px;
    }

    .section-badge {
        font-size: 10px;

        padding: 7px 14px;

        letter-spacing: 1.3px;
    }

    .benefit-title {
        font-size: 38px;

        letter-spacing: -1px;
    }

    .benefit-title::after {
        width: 55px;
        height: 4px;

        margin-top: 15px;
    }

    .benefit-description {
        padding: 0 10px;

        margin-top: 18px;
        margin-bottom: 32px;

        font-size: 14px;
    }

    .benefit-card {
        min-height: 155px;

        padding: 24px 15px;

        border-radius: 16px;
    }

    .benefit-icon {
        width: 55px;
        height: 55px;

        margin-bottom: 14px;

        border-radius: 15px;

        font-size: 21px;
    }

    .benefit-card h5 {
        font-size: 14px;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 576px) {

    .benefit-section {
        padding: 65px 0 70px;
    }

    .benefit-title {
        font-size: 32px;
    }

    .benefit-description {
        font-size: 13.5px;
        line-height: 1.7;
    }

    .benefit-section .row.g-4 {
        --bs-gutter-x: 12px;
        --bs-gutter-y: 12px;
    }

    .benefit-card {
        min-height: 145px;

        padding: 20px 10px;

        border-radius: 15px;
    }

    .benefit-icon {
        width: 49px;
        height: 49px;

        margin-bottom: 12px;

        border-radius: 13px;

        font-size: 19px;
    }

    .benefit-card h5 {
        font-size: 13px;
    }
}


/* =========================================================
   EXTRA SMALL
========================================================= */

@media (max-width: 380px) {

    .benefit-title {
        font-size: 29px;
    }

    .benefit-description {
        font-size: 13px;
    }

    .benefit-card {
        min-height: 135px;
    }

    .benefit-icon {
        width: 45px;
        height: 45px;

        font-size: 17px;
    }

    .benefit-card h5 {
        font-size: 12px;
    }
}

/* BEnefit ENd */


/* FAQ */

/* =========================================================
   TMD RUN 2027
   FAQ SECTION
   THEME: CLEAN SPORT / BLUE - RED
========================================================= */

.faq-section {
    position: relative;

    padding: 100px 0 115px;

    overflow: hidden;

    background:
        radial-gradient(
            circle at 0% 20%,
            rgba(0, 104, 214, 0.07),
            transparent 30%
        ),
        radial-gradient(
            circle at 100% 80%,
            rgba(229, 38, 45, 0.055),
            transparent 28%
        ),
        #f3f7fc;
}


/* =========================================================
   BACKGROUND DECORATION
========================================================= */

.faq-section::before {
    content: "";

    position: absolute;

    width: 430px;
    height: 430px;

    top: -250px;
    left: -170px;

    border-radius: 50%;

    background:
        linear-gradient(
            135deg,
            rgba(0, 104, 214, 0.055),
            rgba(35, 189, 231, 0.035)
        );

    pointer-events: none;
}


.faq-section::after {
    content: "";

    position: absolute;

    width: 320px;
    height: 320px;

    right: -150px;
    bottom: -180px;

    border-radius: 50%;

    background:
        linear-gradient(
            135deg,
            rgba(229, 38, 45, 0.045),
            rgba(0, 104, 214, 0.035)
        );

    pointer-events: none;
}


.faq-section .container {
    position: relative;

    z-index: 2;
}


/* =========================================================
   FAQ HEADER
========================================================= */

.faq-header {
    max-width: 850px;

    margin: 0 auto 48px;
}


/* Badge */

.faq-header .section-badge {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 8px;

    padding: 8px 17px;

    margin-bottom: 17px;

    border-radius: 50px;

    background: rgba(0, 104, 214, 0.08);

    border: 1px solid rgba(0, 104, 214, 0.18);

    color: #0766c9;

    font-size: 12px;

    font-weight: 800;

    letter-spacing: 1.5px;

    text-transform: uppercase;
}


.faq-header .section-badge::before {
    content: "";

    width: 7px;
    height: 7px;

    border-radius: 50%;

    background: #0869d8;

    box-shadow:
        0 0 0 4px rgba(8, 105, 216, 0.10);
}


/* =========================================================
   FAQ TITLE
========================================================= */

.faq-title {
    margin: 0 0 20px;

    color: #06255d;

    font-family: "Sora", sans-serif;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.15;

    letter-spacing: -1.5px;
}


/* Gradient underline */

.faq-title::after {
    content: "";

    display: block;

    width: 70px;
    height: 5px;

    margin: 19px auto 0;

    border-radius: 20px;

    background:
        linear-gradient(
            90deg,
            #0869d8 0%,
            #23bde7 50%,
            #e5262d 100%
        );
}


/* =========================================================
   SUBTITLE
========================================================= */

.faq-subtitle {
    max-width: 700px;

    margin: 21px auto 0;

    color: #64748b;

    font-size: 15px;

    line-height: 1.8;
}


/* =========================================================
   FAQ WRAPPER
========================================================= */

.faq-wrapper {
    max-width: 900px;

    margin: 0 auto;

    padding: 8px;
}


/* =========================================================
   ACCORDION
========================================================= */

.faq-wrapper .accordion {
    display: flex;

    flex-direction: column;

    gap: 14px;
}


/* =========================================================
   ACCORDION ITEM
========================================================= */

.faq-wrapper .accordion-item {
    position: relative;

    overflow: hidden;

    background: #ffffff;

    border: 1px solid #dce7f3 !important;

    border-radius: 16px !important;

    box-shadow:
        0 7px 24px rgba(24, 70, 115, 0.055);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}


/* Gradient top line */

.faq-wrapper .accordion-item::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 3px;

    background:
        linear-gradient(
            90deg,
            #0869d8 0%,
            #23bde7 50%,
            #e5262d 100%
        );

    transform: scaleX(0);

    transform-origin: left;

    transition:
        transform 0.35s ease;

    z-index: 3;
}


/* Hover */

.faq-wrapper .accordion-item:hover {
    border-color: rgba(8, 105, 216, 0.22) !important;

    box-shadow:
        0 12px 30px rgba(24, 70, 115, 0.09);
}


/* Active item */

.faq-wrapper .accordion-item:has(.accordion-button:not(.collapsed)) {
    border-color: rgba(8, 105, 216, 0.20) !important;

    box-shadow:
        0 14px 32px rgba(24, 70, 115, 0.10);
}


.faq-wrapper .accordion-item:has(.accordion-button:not(.collapsed))::before {
    transform: scaleX(1);
}


/* =========================================================
   ACCORDION HEADER
========================================================= */

.faq-wrapper .accordion-header {
    margin: 0;
}


/* =========================================================
   ACCORDION BUTTON
========================================================= */

.faq-wrapper .accordion-button {
    position: relative;

    min-height: 72px;

    padding: 21px 65px 21px 25px;

    background: #ffffff !important;

    color: #0a3e79 !important;

    font-size: 15px;

    font-weight: 800;

    line-height: 1.5;

    border: 0 !important;

    box-shadow: none !important;

    transition:
        color 0.3s ease,
        background 0.3s ease;
}


/* Remove Bootstrap blue background */

.faq-wrapper .accordion-button:not(.collapsed) {
    background:
        linear-gradient(
            90deg,
            rgba(8, 105, 216, 0.035),
            rgba(35, 189, 231, 0.025),
            rgba(229, 38, 45, 0.018)
        ) !important;

    color: #0869d8 !important;
}


/* Remove Bootstrap focus */

.faq-wrapper .accordion-button:focus {
    border: 0 !important;

    box-shadow: none !important;
}


/* =========================================================
   CUSTOM ACCORDION ICON
========================================================= */

.faq-wrapper .accordion-button::after {
    position: absolute;

    right: 24px;

    width: 35px;
    height: 35px;

    margin: 0;

    border-radius: 50%;

    background-color: #edf5fd;

    background-image: none !important;

    content: "+";

    display: flex;

    align-items: center;
    justify-content: center;

    color: #0869d8;

    font-size: 21px;

    font-weight: 500;

    line-height: 1;

    transform: none;

    transition:
        transform 0.3s ease,
        background 0.3s ease,
        color 0.3s ease;
}


/* Active icon */

.faq-wrapper .accordion-button:not(.collapsed)::after {
    content: "−";

    background:
        linear-gradient(
            135deg,
            #0869d8,
            #23bde7
        );

    color: #ffffff;

    transform: rotate(180deg);
}


/* =========================================================
   ACCORDION BODY
========================================================= */

.faq-wrapper .accordion-body {
    position: relative;

    padding: 0 25px 26px 25px;

    color: #64748b;

    font-size: 14px;

    line-height: 1.85;
}


/* Body separator */

.faq-wrapper .accordion-body::before {
    content: "";

    display: block;

    width: 100%;

    height: 1px;

    margin-bottom: 20px;

    background:
        linear-gradient(
            90deg,
            #dce7f3,
            transparent
        );
}


/* =========================================================
   PRICE CARD
========================================================= */

.faq-wrapper .price-card {
    position: relative;

    padding: 20px 22px;

    background:
        linear-gradient(
            135deg,
            #f7fbff,
            #ffffff
        );

    border: 1px solid #dce9f6;

    border-radius: 13px;

    box-shadow:
        0 5px 18px rgba(24, 70, 115, 0.04);

    overflow: hidden;
}


/* Price card accent */

.faq-wrapper .price-card::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 4px;
    height: 100%;

    background:
        linear-gradient(
            180deg,
            #0869d8,
            #23bde7
        );
}


/* Community price card */

.faq-wrapper .price-card:nth-of-type(2)::before {
    background:
        linear-gradient(
            180deg,
            #ff0644,
            #e5262d
        );
}

.faq-wrapper .price-card:nth-of-type(3)::before {
    background:
        linear-gradient(
            180deg,
            #0869d8,
            #e5262d
        );
}

.faq-wrapper .price-card:nth-of-type(4)::before {
    background:
        linear-gradient(
            180deg,
            #0869d8,
            #e5262d
        );
}


/* Price title */

.faq-wrapper .price-card h5 {
    margin: 0 0 15px;

    color: #0a3e79;

    font-size: 16px;

    font-weight: 900;
}


/* =========================================================
   PRICE ROW
========================================================= */

.faq-wrapper .price-row {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 20px;

    padding: 11px 0;

    border-bottom: 1px dashed #d9e4ef;
}


.faq-wrapper .price-row:last-child {
    border-bottom: 0;

    padding-bottom: 0;
}


.faq-wrapper .price-row span {
    color: #7b8da3;

    font-size: 12px;

    font-weight: 700;

    text-transform: uppercase;

    letter-spacing: 0.6px;
}


.faq-wrapper .price-row strong {
    color: #e5262d;

    font-size: 16px;

    font-weight: 900;

    white-space: nowrap;
}


/* Reguler */

.faq-wrapper .price-row:last-child strong {
    color: #444242;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .faq-section {
        padding: 85px 0 95px;
    }

    .faq-header {
        margin-bottom: 40px;
    }

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

    .faq-subtitle {
        font-size: 15px;
    }

    .faq-wrapper {
        max-width: 850px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .faq-section {
        padding: 75px 0 80px;
    }

    .faq-header {
        margin-bottom: 32px;
    }

    .faq-header .section-badge {
        font-size: 10px;

        padding: 7px 14px;

        letter-spacing: 1.3px;
    }

    .faq-title {
        font-size: 38px;

        letter-spacing: -1px;

        line-height: 1.08;
    }

    .faq-title::after {
        width: 55px;
        height: 4px;

        margin-top: 15px;
    }

    .faq-subtitle {
        padding: 0 10px;

        margin-top: 18px;

        font-size: 14px;

        line-height: 1.7;
    }

    .faq-wrapper {
        padding: 0;
    }

    .faq-wrapper .accordion {
        gap: 11px;
    }

    .faq-wrapper .accordion-item {
        border-radius: 14px !important;
    }

    .faq-wrapper .accordion-button {
        min-height: 65px;

        padding: 18px 55px 18px 19px;

        font-size: 14px;
    }

    .faq-wrapper .accordion-button::after {
        right: 17px;

        width: 32px;
        height: 32px;

        font-size: 19px;
    }

    .faq-wrapper .accordion-body {
        padding:
            0 19px 21px;

        font-size: 13.5px;

        line-height: 1.75;
    }

    .faq-wrapper .accordion-body::before {
        margin-bottom: 17px;
    }

    .faq-wrapper .price-card {
        padding: 17px 17px;
    }

    .faq-wrapper .price-card h5 {
        font-size: 14px;
    }

    .faq-wrapper .price-row span {
        font-size: 11px;
    }

    .faq-wrapper .price-row strong {
        font-size: 14px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 576px) {

    .faq-section {
        padding: 65px 0 70px;
    }

    .faq-title {
        font-size: 32px;
    }

    .faq-subtitle {
        font-size: 13.5px;
    }

    .faq-wrapper .accordion-button {
        font-size: 13px;

        min-height: 61px;

        padding:
            16px 52px 16px 17px;
    }

    .faq-wrapper .accordion-button::after {
        right: 14px;

        width: 30px;
        height: 30px;

        font-size: 18px;
    }

    .faq-wrapper .accordion-body {
        padding:
            0 17px 19px;

        font-size: 13px;
    }

    .faq-wrapper .price-card {
        padding: 16px;
    }

    .faq-wrapper .price-row {
        gap: 10px;

        padding: 10px 0;
    }

    .faq-wrapper .price-row strong {
        font-size: 13px;
    }

}


/* =========================================================
   EXTRA SMALL
========================================================= */

@media (max-width: 380px) {

    .faq-title {
        font-size: 29px;
    }

    .faq-subtitle {
        font-size: 13px;
    }

    .faq-wrapper .accordion-button {
        font-size: 12.5px;
    }

    .faq-wrapper .accordion-body {
        font-size: 12.5px;
    }

}

/* FAQ END */


/* CONTACT */

/* =========================================================
   TMD RUN 2027
   CONTACT SECTION
========================================================= */

.contact-section {
    position: relative;
    padding: 110px 0;
    background: #f3f7fc;
    overflow: hidden;
}

/* ---------------------------------------------------------
   Decorative Background
--------------------------------------------------------- */

.contact-section::before {
    content: "";
    position: absolute;
    width: 380px;
    height: 380px;
    top: -180px;
    left: -180px;
    border-radius: 50%;
    background: rgba(35, 189, 231, 0.08);
    pointer-events: none;
}

.contact-section::after {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    bottom: -160px;
    right: -120px;
    border-radius: 50%;
    background: rgba(8, 105, 216, 0.07);
    pointer-events: none;
}


/* =========================================================
   HEADER
========================================================= */

.contact-header {
    position: relative;
    z-index: 2;
    max-width: 760px;
    margin: 0 auto 55px;
}

/* Badge */

.contact-header .section-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 9px 20px;

    margin-bottom: 18px;

    border-radius: 50px;

    background: rgba(8, 105, 216, 0.08);

    border: 1px solid rgba(8, 105, 216, 0.15);

    color: #0869d8;

    font-size: 13px;
    font-weight: 700;

    letter-spacing: 1.5px;
    text-transform: uppercase;
}

/* Title */

.contact-title {
    margin: 0 0 20px;

    color: #06255d;

    font-family: "Sora", sans-serif;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.15;

    letter-spacing: -1.5px;
}

/* Subtitle */

.contact-subtitle {
    max-width: 680px;

    margin: 0 auto;

    color: #64748b;

    font-size: 16px;

    line-height: 1.8;
}


/* =========================================================
   CONTACT CARD
========================================================= */

.contact-card {
    position: relative;

    height: 100%;

    padding: 42px 38px;

    background: #ffffff;

    border: 1px solid #dce7f3;

    border-radius: 24px;

    text-align: center;

    box-shadow:
        0 12px 35px rgba(7, 59, 120, 0.07);

    overflow: hidden;

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}

/* Top Gradient Line */

.contact-card::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 4px;

    background: linear-gradient(
        90deg,
        #0869d8,
        #16aee3,
        #23bde7
    );
}

/* Hover */

.contact-card:hover {
    transform: translateY(-8px);

    border-color: rgba(8, 105, 216, 0.25);

    box-shadow:
        0 20px 50px rgba(7, 59, 120, 0.12);
}


/* =========================================================
   CONTACT AVATAR
========================================================= */

.contact-avatar {
    width: 82px;
    height: 82px;

    margin: 0 auto 22px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: linear-gradient(
        135deg,
        #0869d8,
        #16aee3
    );

    color: #ffffff;

    font-size: 30px;

    box-shadow:
        0 12px 25px rgba(8, 105, 216, 0.22);

    position: relative;
}

/* Avatar Ring */

.contact-avatar::after {
    content: "";

    position: absolute;

    inset: -7px;

    border-radius: 50%;

    border: 1px solid rgba(8, 105, 216, 0.16);
}


/* =========================================================
   LABEL
========================================================= */

.contact-label {
    display: block;

    margin-bottom: 8px;

    color: #0869d8;

    font-size: 12px;

    font-weight: 800;

    text-transform: uppercase;

    letter-spacing: 1.4px;
}


/* =========================================================
   NAME
========================================================= */

.contact-card h4 {
    margin: 0 0 14px;

    color: #073b78;

    font-size: 27px;

    font-weight: 800;

    line-height: 1.3;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.contact-card p {
    max-width: 420px;

    margin: 0 auto 22px;

    color: #64748b;

    font-size: 15px;

    line-height: 1.75;
}


/* =========================================================
   CONTACT INFO
========================================================= */

.contact-info {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 9px;

    margin-bottom: 26px;

    padding: 10px 17px;

    border-radius: 50px;

    background: #f3f7fc;

    border: 1px solid #dce7f3;

    color: #073b78;

    font-size: 13px;

    font-weight: 600;
}

.contact-info i {
    color: #0869d8;

    font-size: 14px;
}


/* =========================================================
   WHATSAPP BUTTON
========================================================= */

.btn-whatsapp {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 10px;

    min-width: 205px;

    padding: 13px 24px;

    border-radius: 12px;

    background: #0869d8;

    color: #ffffff;

    font-size: 14px;

    font-weight: 700;

    text-decoration: none;

    box-shadow:
        0 10px 22px rgba(8, 105, 216, 0.20);

    transition:
        all 0.3s ease;
}

.btn-whatsapp i {
    font-size: 19px;
}

.btn-whatsapp:hover {
    color: #ffffff;

    background: #073b78;

    transform: translateY(-3px);

    box-shadow:
        0 14px 28px rgba(7, 59, 120, 0.25);
}


/* =========================================================
   ROW SPACING
========================================================= */

.contact-section .row {
    position: relative;
    z-index: 2;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {

    .contact-section {
        padding: 90px 0;
    }

    .contact-header {
        margin-bottom: 45px;
    }

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

    .contact-card {
        padding: 38px 30px;
    }

}


@media (max-width: 767px) {

    .contact-section {
        padding: 80px 0;
    }

    .contact-header {
        padding: 0 15px;
        margin-bottom: 40px;
    }

    .contact-header .section-badge {
        font-size: 11px;
        padding: 8px 16px;
    }

    .contact-title {
        font-size: 34px;
        letter-spacing: -0.5px;
    }

    .contact-subtitle {
        font-size: 14px;
        line-height: 1.7;
    }

    .contact-card {
        padding: 35px 24px;
        border-radius: 20px;
    }

    .contact-avatar {
        width: 74px;
        height: 74px;

        font-size: 27px;
    }

    .contact-card h4 {
        font-size: 24px;
    }

    .contact-card p {
        font-size: 14px;
    }

}


@media (max-width: 576px) {

    .contact-section {
        padding: 70px 0;
    }

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

    .contact-subtitle {
        font-size: 13px;
    }

    .contact-card {
        padding: 32px 20px;
        border-radius: 18px;
    }

    .contact-avatar {
        width: 70px;
        height: 70px;

        margin-bottom: 20px;

        font-size: 25px;
    }

    .contact-label {
        font-size: 11px;
    }

    .contact-card h4 {
        font-size: 22px;
    }

    .contact-info {
        font-size: 12px;

        padding: 9px 14px;
    }

    .btn-whatsapp {
        width: 100%;
        min-width: 0;

        padding: 13px 20px;

        font-size: 13px;
    }

}

/* CONTACT END  */


/* FOOTER */

/* =========================================================
   TMD RUN 2027
   FOOTER
========================================================= */

.app-footer {
    position: relative;
    background:
        linear-gradient(
            135deg,
            #073b78 0%,
            #0869d8 55%,
            #16aee3 100%
        );

    color: #ffffff;
    padding: 145px 0 0;
    overflow: hidden;
}


/* =========================================================
   DECORATIVE BACKGROUND
========================================================= */

.app-footer::before {
    content: "";

    position: absolute;

    width: 520px;
    height: 520px;

    top: 90px;
    right: -220px;

    border-radius: 50%;

    background: rgba(35, 189, 231, 0.10);

    pointer-events: none;
}

.app-footer::after {
    content: "";

    position: absolute;

    width: 420px;
    height: 420px;

    bottom: -240px;
    left: -180px;

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.06);

    pointer-events: none;
}


/* =========================================================
   WAVE
========================================================= */

.app-footer-wave {
    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 110px;

    z-index: 1;

    overflow: hidden;

    line-height: 0;
}

.app-footer-wave svg {
    display: block;

    width: 100%;
    height: 110px;
}


/* =========================================================
   CONTAINER
========================================================= */

.app-footer .container {
    position: relative;
    z-index: 3;
}


/* =========================================================
   FOOTER LOGO
========================================================= */

.app-footer-logo {
    display: block;

    width: auto;
    max-width: 210px;
    max-height: 70px;

    margin-bottom: 24px;

    object-fit: contain;
}


/* =========================================================
   FOOTER DESCRIPTION
========================================================= */

.app-footer-desc {
    max-width: 440px;

    margin: 0 0 25px;

    color: rgba(255, 255, 255, 0.78);

    font-size: 14px;

    line-height: 1.9;
}


/* =========================================================
   SOCIAL MEDIA
========================================================= */

.app-footer-social {
    display: flex;

    align-items: center;

    gap: 10px;
}

.app-footer-social a {
    width: 42px;
    height: 42px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.10);

    border: 1px solid rgba(255, 255, 255, 0.20);

    color: #ffffff;

    font-size: 17px;

    text-decoration: none;

    backdrop-filter: blur(5px);

    transition:
        transform 0.3s ease,
        background 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.app-footer-social a:hover {
    transform: translateY(-4px);

    background: #ffffff;

    border-color: #ffffff;

    color: #0869d8;

    box-shadow:
        0 10px 25px rgba(0, 0, 0, 0.15);
}


/* =========================================================
   FOOTER TITLE
========================================================= */

.app-footer-title {
    position: relative;

    display: inline-block;

    margin: 8px 0 25px;

    color: #ffffff;

    font-size: 18px;

    font-weight: 800;

    letter-spacing: 0.2px;
}


/* Title underline */

.app-footer-title::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: -10px;

    width: 32px;
    height: 3px;

    border-radius: 10px;

    background: #23bde7;
}


/* =========================================================
   QUICK LINKS
========================================================= */

.app-footer-links {
    padding: 0;
    margin: 0;

    list-style: none;
}

.app-footer-links li {
    margin-bottom: 12px;
}

.app-footer-links a {
    position: relative;

    display: inline-flex;

    align-items: center;

    color: rgba(255, 255, 255, 0.72);

    font-size: 14px;

    text-decoration: none;

    transition:
        color 0.3s ease,
        padding-left 0.3s ease;
}

.app-footer-links a::before {
    content: "";

    width: 0;
    height: 2px;

    margin-right: 0;

    border-radius: 10px;

    background: #23bde7;

    transition:
        width 0.3s ease,
        margin-right 0.3s ease;
}

.app-footer-links a:hover {
    color: #ffffff;

    padding-left: 4px;
}

.app-footer-links a:hover::before {
    width: 12px;

    margin-right: 8px;
}


/* =========================================================
   CONTACT INFORMATION
========================================================= */

.app-footer-contact {
    padding: 0;
    margin: 0;

    list-style: none;
}

.app-footer-contact li {
    display: flex;

    align-items: flex-start;

    gap: 14px;

    margin-bottom: 18px;

    color: rgba(255, 255, 255, 0.76);

    font-size: 14px;

    line-height: 1.7;
}

.app-footer-contact li > i {
    flex: 0 0 20px;

    width: 20px;

    margin-top: 3px;

    color: #23bde7;

    font-size: 15px;

    text-align: center;
}


/* Contact links */

.app-footer-contact a {
    color: rgba(255, 255, 255, 0.76) !important;

    text-decoration: none;

    transition: color 0.3s ease;
}

.app-footer-contact a:hover {
    color: #ffffff !important;
}


/* =========================================================
   LOCATION LINK
========================================================= */

.footer-location-link {
    display: inline;

    line-height: 1.7;
}


/* =========================================================
   ORGANIZER
========================================================= */

.app-footer-organizer {
    position: relative;

    display: flex;

    align-items: center;
    justify-content: center;

    gap: 16px;

    margin-top: 55px;

    padding: 20px 25px;

    border-top: 1px solid rgba(255, 255, 255, 0.14);

    border-bottom: 1px solid rgba(255, 255, 255, 0.14);

    text-align: center;
}

.app-footer-organizer span {
    color: rgba(255, 255, 255, 0.60);

    font-size: 12px;

    font-weight: 600;

    text-transform: uppercase;

    letter-spacing: 1.2px;
}

.app-footer-organizer a {
    display: inline-flex;

    align-items: center;

    color: #ffffff;

    font-size: 15px;

    font-weight: 800;

    text-decoration: none;

    letter-spacing: 0.5px;

    transition:
        color 0.3s ease,
        transform 0.3s ease;
}

.app-footer-organizer a:hover {
    color: #23bde7;

    transform: translateX(3px);
}

.app-footer-organizer i {
    font-size: 12px;
}


/* =========================================================
   FOOTER BOTTOM
========================================================= */

.app-footer-bottom {
    padding: 24px 0 28px;

    color: rgba(255, 255, 255, 0.58);

    font-size: 13px;

    text-align: center;

    line-height: 1.6;
}

.app-footer-bottom strong {
    color: #ffffff;

    font-weight: 800;
}


/* =========================================================
   RESPONSIVE - LARGE TABLET
========================================================= */

@media (max-width: 991px) {

    .app-footer {
        padding-top: 130px;
    }

    .app-footer-wave {
        height: 95px;
    }

    .app-footer-wave svg {
        height: 95px;
    }

    .app-footer-logo {
        max-width: 190px;
    }

    .app-footer-desc {
        max-width: 100%;
    }

    .app-footer-title {
        margin-top: 0;
    }

    .app-footer-organizer {
        margin-top: 40px;
    }
}


/* =========================================================
   RESPONSIVE - TABLET
========================================================= */

@media (max-width: 767px) {

    .app-footer {
        padding: 115px 0 0;
    }

    .app-footer-wave {
        height: 80px;
    }

    .app-footer-wave svg {
        height: 80px;
    }

    .app-footer-logo {
        max-width: 180px;

        margin-bottom: 20px;
    }

    .app-footer-desc {
        font-size: 13px;

        line-height: 1.8;
    }

    .app-footer-title {
        margin-top: 10px;

        font-size: 17px;
    }

    .app-footer-links li {
        margin-bottom: 10px;
    }

    .app-footer-links a,
    .app-footer-contact li {
        font-size: 13px;
    }

    .app-footer-organizer {
        flex-direction: column;

        gap: 8px;

        margin-top: 30px;

        padding: 20px 15px;
    }

    .app-footer-organizer span {
        font-size: 10px;
    }

    .app-footer-organizer a {
        font-size: 14px;
    }

    .app-footer-bottom {
        padding: 22px 15px 25px;

        font-size: 12px;
    }
}


/* =========================================================
   RESPONSIVE - MOBILE
========================================================= */

@media (max-width: 576px) {

    .app-footer {
        padding-top: 100px;
    }

    .app-footer-wave {
        height: 65px;
    }

    .app-footer-wave svg {
        height: 65px;
    }

    .app-footer::before {
        width: 300px;
        height: 300px;

        right: -180px;
        top: 160px;
    }

    .app-footer::after {
        width: 280px;
        height: 280px;

        left: -180px;
        bottom: -150px;
    }

    .app-footer-logo {
        max-width: 165px;
    }

    .app-footer-desc {
        font-size: 13px;

        line-height: 1.75;
    }

    .app-footer-social a {
        width: 40px;
        height: 40px;

        font-size: 16px;
    }

    .app-footer-title {
        font-size: 16px;

        margin-bottom: 22px;
    }

    .app-footer-title::after {
        width: 28px;
        height: 2px;
    }

    .app-footer-contact li {
        gap: 11px;

        margin-bottom: 15px;

        font-size: 13px;

        line-height: 1.65;
    }

    .app-footer-contact li > i {
        flex-basis: 18px;

        width: 18px;

        font-size: 14px;
    }

    .app-footer-organizer {
        margin-top: 25px;

        padding: 18px 10px;
    }

    .app-footer-bottom {
        padding: 20px 10px 23px;

        font-size: 11px;
    }
}

/* FOOTER END */

/* REGISTER ================================================================================== */
/*==================================================
REGISTRATION PAGE
==================================================*/

body{
    background:#F6FAFD;
}

/*==================================================
REGISTRATION HERO
==================================================*/

.registration-hero{
    position:relative;
    padding:180px 0 120px;
    background:
        linear-gradient(rgba(10,35,66,.78),rgba(10,35,66,.82)),
        url('../img/category-community.jpg') center center/cover no-repeat;
    overflow:hidden;
}

.hero-overlay{
    position:absolute;
    inset:0;
    background:
        radial-gradient(circle at top right,
        rgba(41,182,246,.35),
        transparent 45%);
}

.hero-content{
    position:relative;
    z-index:5;
    text-align:center;
    color:#fff;
}

.hero-badge{
    display:inline-block;
    padding:10px 24px;
    border-radius:50px;
    background:rgba(255,255,255,.15);
    border:1px solid rgba(255,255,255,.25);
    backdrop-filter:blur(10px);
    font-weight:600;
    margin-bottom:25px;
}

.hero-title{
    font-size:58px;
    font-weight:800;
    margin-bottom:20px;
    color:#fff;
}

.hero-subtitle{
    max-width:700px;
    margin:auto;
    font-size:18px;
    line-height:1.8;
    opacity:.92;
}

.hero-breadcrumb{
    margin-top:30px;
}

.hero-breadcrumb a{
    color:#fff;
    text-decoration:none;
    font-weight:600;
}

.hero-breadcrumb span{
    color:#fff;
    opacity:.8;
    margin:0 8px;
}

/*==================================================
CARD
==================================================*/

.ticket-selector-card,
.registration-card{

    background:#fff;

    border-radius:26px;

    padding:35px;

    margin-top:35px;

    box-shadow:0 18px 45px rgba(20,60,90,.08);

    border:1px solid #E8F1F8;
}

/*==================================================
PRICE CARD
==================================================*/

#price-group{

    background:linear-gradient(135deg,#1AA8F2,#1675D1);

    border-radius:22px;

    padding:25px;

    margin-bottom:30px;

    border:none;
}

#price-group label{

    color:#fff;

    font-weight:600;
}

#priceView{

    background:transparent!important;

    border:none!important;

    color:#fff!important;

    font-size:42px;

    font-weight:800;

    box-shadow:none!important;
}

/*==================================================
RADIO BUTTON
==================================================*/

.radio-button{

    display:block;

    margin-bottom:15px;

    cursor:pointer;
}

.radio-button input{

    display:none;
}

.radio-button span{

    display:block;

    padding:15px 30px;

    border-radius:50px;

    border:2px solid #DCEAF5;

    background:#fff;

    font-weight:700;

    transition:.3s;

    color:#1D3D63;
}

.radio-button span:hover{

    border-color:#29B6F6;
}

.radio-button input:checked+span{

    background:linear-gradient(135deg,#29B6F6,#1675D1);

    border-color:#1675D1;

    color:#fff;

    box-shadow:0 15px 35px rgba(41,182,246,.35);
}

.radio-button input:disabled+span{

    opacity:.45;
}

/*==================================================
FORM
==================================================*/

.required-label{

    font-weight:700;

    color:#173B63;

    margin-bottom:10px;
}

.form-control,
.form-select{

    height:58px;

    border-radius:15px;

    border:1px solid #DCE8F2;

    padding:0 20px;

    transition:.3s;
}

.form-control:focus,
.form-select:focus{

    border-color:#29B6F6;

    box-shadow:0 0 0 .18rem rgba(41,182,246,.18);
}

textarea.form-control{

    min-height:150px;

    padding-top:18px;
}

/*==================================================
COMMUNITY
==================================================*/

#comunity-group{

    background:#F7FBFF;

    border:1px solid #E6F2FA;

    border-radius:20px;

    padding:25px;
}

/*==================================================
ALERT
==================================================*/

.alert-warning{

    background:#FFF7EA;

    border:none;

    border-left:5px solid #FFB545;

    border-radius:16px;

    color:#7A5400;
}

/*==================================================
CHECKBOX
==================================================*/

input[type=checkbox]{

    accent-color:#29B6F6;
}

#terms+label{

    color:#5A6777;
}

#terms+label a{

    color:#1675D1;

    font-weight:700;

    text-decoration:none;
}

#terms+label a:hover{

    color:#29B6F6;
}

/*==================================================
EMAIL
==================================================*/

.email-validation-message{

    display:block;

    margin-top:8px;

    font-size:14px;

    font-weight:600;
}

/*==================================================
BUTTON
==================================================*/

.btn-register{

    height:60px;

    padding:0 55px;

    border-radius:50px;

    border:none;

    font-weight:700;

    font-size:17px;

    color:#fff!important;

    background:linear-gradient(135deg,#29B6F6,#1675D1)!important;

    transition:.35s;
}

.btn-register:hover{

    transform:translateY(-3px);

    box-shadow:0 15px 35px rgba(41,182,246,.35);
}

.btn-register:disabled{

    background:#C7D2DD!important;

    box-shadow:none;

    cursor:not-allowed;
}

/*==================================================
FILE
==================================================*/

input[type=file]{

    padding:14px;
}

/*==================================================
IMAGE PREVIEW
==================================================*/

#student-card-img{

    width:100%;

    max-width:350px;

    border-radius:18px;

    margin-top:15px;

    border:4px solid #fff;

    box-shadow:0 15px 35px rgba(0,0,0,.12);
}

/*==================================================
DYNAMIC FORM
==================================================*/

#dynamic-forms,
#dynamic-formsUmum{

    margin-top:25px;
}

/*==================================================
MOBILE
==================================================*/

@media(max-width:991px){

    .registration-hero{

        padding:150px 0 90px;
    }

    .hero-title{

        font-size:42px;
    }

    .hero-subtitle{

        font-size:16px;
    }

    .registration-card,
    .ticket-selector-card{

        padding:25px;
    }

    #priceView{

        font-size:30px;
    }

    .btn-register{

        width:100%!important;

        max-width:100%!important;
    }

}

@media(max-width:576px){

    .hero-title{

        font-size:34px;
    }

    .hero-badge{

        font-size:13px;
    }

    .ticket-selector-card,
    .registration-card{

        padding:20px;
    }

    .radio-button{

        width:100%;
    }

    .radio-button span{

        text-align:center;
    }

}
/* REGISTER END =============================================================================== */
/* TNC */
/*==================================================
TNC PAGE
==================================================*/

.tnc-page{

    background:#F8FCFF;

    padding:80px 0 100px;

}

/*==================================================
HERO
==================================================*/

.tnc-hero{

    max-width:850px;

    margin:auto;

}

.tnc-banner{

    border-radius:30px;

    overflow:hidden;

    box-shadow:0 20px 45px rgba(23,59,99,.10);

}

.tnc-header{

    margin-top:20px;

}

.tnc-badge{

    display:inline-block;

    padding:10px 24px;

    border-radius:50px;

    background:#EAF8FF;

    color:#1BA9F5;

    font-size:14px;

    font-weight:700;

    letter-spacing:.5px;

    margin-bottom:20px;

}

.tnc-title{

    font-size:48px;

    font-weight:800;

    color:#173B63;

    margin-bottom:18px;

}

.tnc-subtitle{

    max-width:700px;

    margin:auto;

    color:#6E7C8C;

    line-height:1.9;

    font-size:17px;

}

/*==================================================
CARD
==================================================*/

.tnc-card{

    background:#fff;

    border-radius:28px;

    overflow:hidden;

    border:1px solid #E4F2FB;

    box-shadow:0 20px 45px rgba(23,59,99,.08);

}

/*==================================================
HEADER
==================================================*/

.tnc-card-header{

    background:linear-gradient(
        135deg,
        #1BA9F5,
        #1976D2
    );

    padding:26px 35px;

    color:#fff;

}

.tnc-card-header h4{

    margin:0;

    font-size:24px;

    font-weight:700;

    color:#fff;

}

.tnc-card-header i{

    color:#fff;

}

/*==================================================
BODY
==================================================*/

.tnc-card-body{

    padding:40px;

}

/*==================================================
LIST
==================================================*/

.tnc-list{

    margin:0;

    padding-left:0;

    list-style:none;

    counter-reset:tnc;

}

.tnc-list li{

    position:relative;

    padding:18px 0 18px 65px;

    border-bottom:1px solid #EDF3F8;

    color:#55697D;

    line-height:1.9;

    font-size:16px;

}

.tnc-list li:last-child{

    border-bottom:none;

}

.tnc-list li::before{

    counter-increment:tnc;

    content:counter(tnc);

    position:absolute;

    left:0;

    top:16px;

    width:42px;

    height:42px;

    border-radius:50%;

    background:linear-gradient(
        135deg,
        #1BA9F5,
        #1976D2
    );

    color:#fff;

    font-weight:700;

    display:flex;

    align-items:center;

    justify-content:center;

    box-shadow:0 10px 20px rgba(27,169,245,.25);

}

/*==================================================
CONTENT INSIDE LIST
==================================================*/

.tnc-list strong{

    color:#173B63;

}

.tnc-list p{

    margin-bottom:10px;

}

.tnc-list ul{

    margin-top:10px;

    margin-bottom:0;

}

.tnc-list ul li{

    padding:6px 0;

    border:none;

    color:#6E7C8C;

}

.tnc-list ul li::before{

    display:none;

}

/*==================================================
LINK
==================================================*/

.tnc-list a{

    color:#1BA9F5;

    font-weight:600;

    text-decoration:none;

}

.tnc-list a:hover{

    color:#177ED8;

}

/*==================================================
TABLE (jika description mengandung table)
==================================================*/

.tnc-card table{

    width:100%;

    border-collapse:collapse;

    margin-top:20px;

}

.tnc-card table th{

    background:#F3FAFE;

    color:#173B63;

    padding:14px;

    border:1px solid #E4F2FB;

}

.tnc-card table td{

    padding:14px;

    border:1px solid #E4F2FB;

    color:#55697D;

}

/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:991px){

    .tnc-title{

        font-size:38px;

    }

    .tnc-card-body{

        padding:30px;

    }

}

@media(max-width:768px){

    .tnc-page{

        padding:60px 0 80px;

    }

    .tnc-title{

        font-size:32px;

    }

    .tnc-subtitle{

        font-size:15px;

    }

    .tnc-card-header{

        padding:22px;

    }

    .tnc-card-header h4{

        font-size:20px;

    }

    .tnc-card-body{

        padding:24px;

    }

    .tnc-list li{

        padding-left:55px;

        font-size:15px;

    }

    .tnc-list li::before{

        width:36px;

        height:36px;

        font-size:14px;

    }

}

@media(max-width:576px){

    .tnc-title{

        font-size:28px;

    }

    .tnc-badge{

        font-size:13px;

        padding:8px 18px;

    }

    .tnc-list li{

        line-height:1.8;

    }

}
/* TNC */


/* LIVE COUNT  */
/*==================================================
LIVE COUNTER
TMD RUN 2027
==================================================*/

.live-counter-section {

    min-height: 100vh;

    display: flex;
    align-items: center;

    padding: 140px 0 90px;

    background:
        radial-gradient(
            circle at 5% 5%,
            rgba(22, 174, 227, .10),
            transparent 32%
        ),
        radial-gradient(
            circle at 95% 90%,
            rgba(8, 105, 216, .08),
            transparent 35%
        ),
        linear-gradient(
            180deg,
            #f3f7fc 0%,
            #eef7fd 100%
        );
}


/*==================================================
MAIN CARD
==================================================*/

.live-counter-card {

    background: #ffffff;

    border-radius: 36px;

    padding: 60px;

    overflow: hidden;

    position: relative;

    border: 1px solid #dce7f3;

    box-shadow:
        0 25px 60px rgba(7, 59, 120, .08);
}


/* Decorative Circle */

.live-counter-card::before {

    content: "";

    position: absolute;

    width: 360px;
    height: 360px;

    top: -170px;
    right: -140px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(22, 174, 227, .12),
            transparent 70%
        );

    pointer-events: none;
}


/*==================================================
ICON
==================================================*/

.live-counter-icon {

    width: 100px;
    height: 100px;

    margin: auto;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    background:
        linear-gradient(
            135deg,
            #0869d8 0%,
            #16aee3 55%,
            #23bde7 100%
        );

    color: #ffffff;

    font-size: 42px;

    box-shadow:
        0 20px 45px rgba(8, 105, 216, .28);

    position: relative;

    z-index: 2;
}


/*==================================================
CONTENT
==================================================*/

.live-counter-content {

    text-align: center;

    margin-top: 30px;

    position: relative;

    z-index: 2;
}


/*==================================================
BADGE
==================================================*/

.live-counter-badge {

    display: inline-flex;

    align-items: center;
    justify-content: center;

    padding: 10px 26px;

    border-radius: 50px;

    background:
        rgba(22, 174, 227, .10);

    color: #0869d8;

    border: 1px solid rgba(22, 174, 227, .15);

    font-size: 13px;

    font-weight: 800;

    letter-spacing: 1px;

    margin-bottom: 20px;
}


/*==================================================
TITLE
==================================================*/

.live-counter-content h2 {

    font-size: 48px;

    line-height: 1.15;

    font-weight: 800;

    color: #073b78;

    margin: 0 0 15px;
}

.live-counter-content p {

    max-width: 600px;

    margin: auto;

    color: #64748b;

    font-size: 16px;

    line-height: 1.7;
}


/*==================================================
TOTAL COUNTER
==================================================*/

.live-counter-number {

    margin-top: 45px;

    text-align: center;
}

.live-counter-number .paid {

    display: block;

    font-size: 90px;

    font-weight: 900;

    line-height: 1;

    background:
        linear-gradient(
            135deg,
            #0869d8 0%,
            #16aee3 55%,
            #23bde7 100%
        );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.live-counter-number small {

    display: block;

    margin-top: 14px;

    font-size: 17px;

    color: #64748b;

    font-weight: 600;
}


/*==================================================
CATEGORY HEADER
==================================================*/

.category-counter-header {

    display: flex;

    align-items: center;

    gap: 16px;

    margin-top: 15px;

    margin-bottom: 4px;

    position: relative;
}


/* Title */

.category-counter-header h4 {

    margin: 0;

    font-size: 22px;

    font-weight: 800;

    color: #073b78;

    letter-spacing: -.3px;
}


/* Badge */

.category-counter-badge {

    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 8px;

    padding: 8px 17px;

    border-radius: 50px;

    color: #ffffff;

    font-size: 12px;

    font-weight: 800;

    letter-spacing: .7px;

    box-shadow: 0 8px 20px rgba(8, 105, 216, .18);
}


/*==================================================
5K CATEGORY
==================================================*/

.category-5k-header .category-counter-badge {

    background:
        linear-gradient(
            135deg,
            #0869d8 0%,
            #16aee3 55%,
            #23bde7 100%
        );
}


/* 5K Accent */

.category-5k-header::after {

    content: "";

    flex: 1;

    height: 1px;

    background:
        linear-gradient(
            90deg,
            #b9e9f8,
            transparent
        );
}


/*==================================================
10K CATEGORY
==================================================*/

.category-10k-header .category-counter-badge {

    background:
        linear-gradient(
            135deg,
            #b9141b 0%,
            #e5262d 55%,
            #f44b50 100%
        );

    box-shadow:
        0 8px 20px rgba(229, 38, 45, .18);
}


/* 10K Accent */

.category-10k-header::after {

    content: "";

    flex: 1;

    height: 1px;

    background:
        linear-gradient(
            90deg,
            #f5b9bc,
            transparent
        );
}


/*==================================================
DETAIL COUNTER CARD
==================================================*/

.counter-item {

    background: #ffffff;

    border: 1px solid #dce7f3;

    border-radius: 24px;

    padding: 28px;

    display: flex;

    align-items: center;

    gap: 22px;

    height: 100%;

    position: relative;

    overflow: hidden;

    transition:
        transform .35s ease,
        box-shadow .35s ease,
        border-color .35s ease;
}


/* Subtle Background */

.counter-item::after {

    content: "";

    position: absolute;

    width: 130px;
    height: 130px;

    right: -55px;
    bottom: -65px;

    border-radius: 50%;

    background:
        rgba(22, 174, 227, .06);

    pointer-events: none;
}


.counter-item:hover {

    transform: translateY(-6px);

    border-color: #c9e2f2;

    box-shadow:
        0 18px 40px rgba(7, 59, 120, .10);
}


/*==================================================
COUNTER ICON
==================================================*/

.counter-icon {

    width: 72px;
    height: 72px;

    flex-shrink: 0;

    border-radius: 18px;

    display: flex;

    align-items: center;
    justify-content: center;

    background:
        linear-gradient(
            135deg,
            #0869d8,
            #16aee3
        );

    color: #ffffff;

    font-size: 28px;

    box-shadow:
        0 10px 25px rgba(8, 105, 216, .18);

    position: relative;

    z-index: 1;
}


/*==================================================
COUNTER CONTENT
==================================================*/

.counter-content {

    position: relative;

    z-index: 1;
}

.counter-content h5 {

    margin: 0;

    color: #073b78;

    font-size: 19px;

    font-weight: 800;
}


.counter-content h3 {

    margin: 8px 0 5px;

    color: #0869d8;

    font-size: 42px;

    line-height: 1;

    font-weight: 900;
}


.counter-content small {

    color: #64748b;

    font-size: 13px;

    font-weight: 500;
}


/*==================================================
COMMUNITY STAT
==================================================*/

.community-stat {

    display: flex;

    justify-content: space-between;

    align-items: center;

    margin-top: 15px;

    min-width: 260px;
}


.community-total,
.community-group {

    flex: 1;

    text-align: center;
}


.community-divider {

    width: 1px;

    height: 52px;

    background: #dce7f3;

    flex-shrink: 0;
}


.community-number {

    display: block;

    font-size: 32px;

    line-height: 1;

    font-weight: 900;

    color: #0869d8;
}


.community-number.secondary {

    color: #073b78;
}


.community-total small,
.community-group small {

    display: block;

    margin-top: 7px;

    color: #64748b;

    font-size: 12px;

    font-weight: 600;
}


/*==================================================
10K RED ACCENT
==================================================*/

/*
Jika counter 10K ingin ikut menggunakan
warna merah secara otomatis, tambahkan class
category-10k pada parent row.
*/

.category-10k .counter-icon {

    background:
        linear-gradient(
            135deg,
            #b9141b,
            #e5262d
        );

    box-shadow:
        0 10px 25px rgba(229, 38, 45, .18);
}


.category-10k .counter-content h3 {

    color: #e5262d;
}


.category-10k .community-number {

    color: #e5262d;
}


/*==================================================
5K BLUE ACCENT
==================================================*/

.category-5k .counter-icon {

    background:
        linear-gradient(
            135deg,
            #0869d8,
            #16aee3
        );
}


.category-5k .counter-content h3 {

    color: #0869d8;
}


.category-5k .community-number {

    color: #0869d8;
}


/*==================================================
RESPONSIVE - 991px
==================================================*/

@media (max-width: 991px) {

    .live-counter-card {

        padding: 45px;
    }


    .live-counter-content h2 {

        font-size: 40px;
    }


    .live-counter-number .paid {

        font-size: 72px;
    }


    .counter-item {

        padding: 24px;
    }


    .counter-content h3 {

        font-size: 38px;
    }

}


/*==================================================
RESPONSIVE - 768px
==================================================*/

@media (max-width: 768px) {

    .live-counter-section {

        padding: 120px 0 70px;
    }


    .live-counter-card {

        padding: 35px 25px;

        border-radius: 28px;
    }


    .live-counter-icon {

        width: 82px;
        height: 82px;

        font-size: 34px;
    }


    .live-counter-content {

        margin-top: 25px;
    }


    .live-counter-content h2 {

        font-size: 32px;
    }


    .live-counter-content p {

        font-size: 15px;
    }


    .live-counter-number {

        margin-top: 35px;
    }


    .live-counter-number .paid {

        font-size: 60px;
    }


    .counter-item {

        padding: 24px;

        gap: 18px;
    }


    .category-counter-header {

        margin-top: 10px;
    }


    .community-stat {

        min-width: 0;
    }

}


/*==================================================
RESPONSIVE - 576px
==================================================*/

@media (max-width: 576px) {

    .live-counter-section {

        padding: 105px 0 55px;
    }


    .live-counter-card {

        padding: 30px 18px;

        border-radius: 24px;
    }


    .live-counter-card::before {

        width: 240px;
        height: 240px;

        top: -110px;
        right: -100px;
    }


    .live-counter-icon {

        width: 74px;
        height: 74px;

        font-size: 30px;
    }


    .live-counter-badge {

        font-size: 11px;

        padding: 8px 18px;

        margin-bottom: 16px;
    }


    .live-counter-content h2 {

        font-size: 27px;
    }


    .live-counter-content p {

        font-size: 14px;

        line-height: 1.6;
    }


    .live-counter-number .paid {

        font-size: 50px;
    }


    .live-counter-number small {

        font-size: 15px;
    }


    /* Category Header */

    .category-counter-header {

        gap: 10px;

        flex-wrap: wrap;
    }


    .category-counter-header h4 {

        font-size: 18px;
    }


    .category-counter-badge {

        font-size: 10px;

        padding: 7px 13px;
    }


    .category-counter-header::after {

        display: none;
    }


    /* Counter */

    .counter-item {

        flex-direction: column;

        text-align: center;

        padding: 25px 20px;
    }


    .counter-icon {

        width: 64px;
        height: 64px;

        border-radius: 16px;

        font-size: 25px;
    }


    .counter-content {

        width: 100%;
    }


    .counter-content h5 {

        font-size: 18px;
    }


    .counter-content h3 {

        font-size: 36px;
    }


    /* Community */

    .community-stat {

        flex-direction: column;

        gap: 15px;

        width: 100%;
    }


    .community-total,
    .community-group {

        width: 100%;
    }


    .community-divider {

        width: 70%;

        height: 1px;
    }


    .community-number {

        font-size: 29px;
    }

}


/*==================================================
VERY SMALL DEVICE
==================================================*/

@media (max-width: 380px) {

    .live-counter-card {

        padding: 25px 14px;
    }


    .live-counter-content h2 {

        font-size: 24px;
    }


    .live-counter-number .paid {

        font-size: 44px;
    }


    .category-counter-header h4 {

        font-size: 16px;
    }


    .counter-content h3 {

        font-size: 32px;
    }

}
/* LIVE COUNT END  */

/* =========================================================
   TMD RUN 2027
   CUSTOM SECTION BADGE
========================================================= */

.custom-section-badge {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;

    margin-bottom: 30px;
}


/* =========================================================
   TITLE
========================================================= */

.custom-section-badge h2 {
    margin: 0;

    padding: 0 28px;

    color: #073b78;

    font-size: 16px;
    font-weight: 800;

    line-height: 1;

    letter-spacing: 0.5px;

    text-transform: uppercase;

    white-space: nowrap;
}


/* =========================================================
   LINE
========================================================= */

.custom-section-line {
    position: relative;

    width: 130px;
    height: 2px;

    background: #0869d8;
}


/* =========================================================
   DOT
========================================================= */

.custom-section-line span {
    position: absolute;

    top: 50%;

    width: 9px;
    height: 9px;

    border-radius: 50%;

    background: #0869d8;

    transform: translateY(-50%);
}


/*=========================================
COMING
=========================================*/

.btn-coming{

  position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 54px;
    gap: 5px;
    overflow: hidden;
    color: #000;
    background: linear-gradient(
        135deg,
        #d89b00 0%,
        #f5b800 50%,
        #ffd54a 100%
    );
    border-radius: 13px;
    font-family: "Sora", sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(7, 102, 210, .22);
    transition:
        transform .3s ease,
        box-shadow .3s ease,
        background .3s ease;
}

/*=========================================
SOLD
=========================================*/

.btn-soldout{

 position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 54px;
    gap: 5px;
    overflow: hidden;
    color: #fff;
    background: linear-gradient(
        135deg,
        #475569 0%,
        #64748b 50%,
        #94a3b8 100%
    );
    border-radius: 13px;
    font-family: "Sora", sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(7, 102, 210, .22);
    transition:
        transform .3s ease,
        box-shadow .3s ease,
        background .3s ease;

}


/* =========================================================
   LEFT LINE
========================================================= */

.custom-section-line.left span {
    right: -1px;
}


/* =========================================================
   RIGHT LINE
========================================================= */

.custom-section-line.right span {
    left: -1px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 767px) {

    .custom-section-badge h2 {
        padding: 0 20px;

        font-size: 27px;
    }

    .custom-section-line {
        width: 90px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 576px) {

    .custom-section-badge {
        margin-bottom: 25px;
    }

    .custom-section-badge h2 {
        padding: 0 14px;

        font-size: 14px;
    }

    .custom-section-line {
        width: 55px;
    }

    .custom-section-line span {
        width: 7px;
        height: 7px;
    }

}

/* =========================================================
   HOTEL BUNDLE SECTION
   TMD RUN 2027
========================================================= */

.hotel-bundle-section {
    position: relative;
    padding: 100px 0;
    background: #f3f7fc;
    overflow: hidden;
}

/* Decorative Background */

.hotel-bundle-section::before {
    content: "";
    position: absolute;
    width: 380px;
    height: 380px;
    background: rgba(22, 174, 227, 0.08);
    border-radius: 50%;
    top: -180px;
    left: -180px;
}

.hotel-bundle-section::after {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    background: rgba(8, 105, 216, 0.06);
    border-radius: 50%;
    bottom: -160px;
    right: -160px;
}


/* =========================================================
   HEADER
========================================================= */

.hotel-bundle-header {
    position: relative;
    z-index: 2;
    max-width: 760px;
    margin: 0 auto 50px;
}

.hotel-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 18px;
    border-radius: 50px;
    background: rgba(8, 105, 216, 0.08);
    color: #0869d8;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.hotel-bundle-title {
    margin: 0 0 20px;

    color: #06255d;

    font-family: "Sora", sans-serif;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.15;

    letter-spacing: -1.5px;
}

.hotel-bundle-subtitle {
    margin: 18px auto 0;
    max-width: 650px;
    color: #64748b;
    font-size: 16px;
    line-height: 1.8;
}


/* =========================================================
   MAIN CARD
========================================================= */

.hotel-bundle-card {
    position: relative;
    z-index: 2;
    max-width: 1120px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 42% 58%;
    background: #ffffff;
    border: 1px solid #dce7f3;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 25px 70px rgba(7, 59, 120, 0.10);
}


/* =========================================================
   HOTEL IMAGE
========================================================= */

.hotel-bundle-image {
    position: relative;
    min-height: 520px;
    overflow: hidden;
}

.hotel-bundle-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.hotel-bundle-card:hover .hotel-bundle-image img {
    transform: scale(1.05);
}

.hotel-image-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            rgba(7, 59, 120, 0.02) 25%,
            rgba(7, 59, 120, 0.75) 100%
        );
}

.hotel-location {
    position: absolute;
    left: 25px;
    bottom: 25px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 10px 15px;
    background: rgba(255, 255, 255, 0.94);
    border-radius: 10px;
    color: #073b78;
    font-size: 13px;
    font-weight: 700;
    backdrop-filter: blur(8px);
}

.hotel-location i {
    color: #e5262d;
}


/* =========================================================
   CONTENT
========================================================= */

.hotel-bundle-content {
    padding: 42px 45px;
}

.hotel-content-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid #dce7f3;
}

.hotel-eyebrow {
    display: block;
    color: #16aee3;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
    margin-bottom: 8px;
}

.hotel-name {
    margin: 0;
    color: #073b78;
    font-size: 32px;
    font-weight: 800;
}

.hotel-room {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 8px 0 0;
    color: #64748b;
    font-size: 14px;
    font-weight: 600;
}

.hotel-room i {
    color: #0869d8;
}


/* =========================================================
   PRICE
========================================================= */

.hotel-price {
    text-align: right;
    flex-shrink: 0;
}

.price-label {
    display: block;
    color: #94a3b8;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1.2px;
    margin-bottom: 2px;
}

.price-value {
    color: #e5262d;
    font-size: 34px;
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
}

.price-value small {
    font-size: 17px;
    font-weight: 800;
}

.price-note {
    display: block;
    margin-top: 5px;
    color: #64748b;
    font-size: 12px;
    font-weight: 600;
}


/* =========================================================
   DATE
========================================================= */

.hotel-date-box {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 25px 0;
    padding: 16px 18px;
    background: #f3f7fc;
    border: 1px solid #dce7f3;
    border-radius: 14px;
}

.date-icon {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #0869d8;
    color: #ffffff;
    font-size: 18px;
}

.date-content {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.date-label {
    color: #94a3b8;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1px;
}

.date-content strong {
    color: #073b78;
    font-size: 16px;
    font-weight: 800;
}


/* =========================================================
   BENEFITS
========================================================= */

.hotel-benefits {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-bottom: 28px;
}

.hotel-benefit {
    display: flex;
    align-items: center;
    gap: 12px;
}

.benefit-icon {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(22, 174, 227, 0.10);
    border-radius: 11px;
    color: #0869d8;
    font-size: 16px;
}

.hotel-benefit strong {
    display: block;
    color: #073b78;
    font-size: 13px;
    font-weight: 800;
}

.hotel-benefit span {
    display: block;
    margin-top: 2px;
    color: #94a3b8;
    font-size: 11px;
}


/* =========================================================
   CTA
========================================================= */

.hotel-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-top: 22px;
    border-top: 1px solid #dce7f3;
}

.hotel-booking-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 50px;
    padding: 0 24px;
    border-radius: 12px;
    background: linear-gradient(
        135deg,
        #0753b9 0%,
        #0878e8 55%,
        #1595ff 100%
    );
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 800;
    box-shadow: 0 10px 25px rgba(8, 105, 216, 0.20);
    transition: all 0.3s ease;
}

.hotel-booking-btn:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgba(8, 105, 216, 0.28);
}

.hotel-booking-btn i {
    transition: transform 0.3s ease;
}

.hotel-booking-btn:hover i {
    transform: translateX(4px);
}

.hotel-note {
    margin: 0;
    color: #94a3b8;
    font-size: 11px;
    font-weight: 600;
}

.hotel-note i {
    margin-right: 4px;
    color: #e5262d;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {

    .hotel-bundle-section {
        padding: 80px 0;
    }

    .hotel-bundle-card {
        grid-template-columns: 1fr;
    }

    .hotel-bundle-image {
        min-height: 360px;
    }

    .hotel-bundle-content {
        padding: 35px;
    }

}


@media (max-width: 767px) {

    .hotel-bundle-section {
        padding: 70px 0;
    }

    .hotel-bundle-header {
        margin-bottom: 35px;
    }

    .hotel-bundle-title {
        font-size: 32px;
    }

    .hotel-bundle-subtitle {
        font-size: 14px;
        line-height: 1.7;
    }

    .hotel-bundle-card {
        border-radius: 22px;
    }

    .hotel-bundle-image {
        min-height: 300px;
    }

    .hotel-location {
        left: 18px;
        bottom: 18px;
        font-size: 11px;
    }

    .hotel-bundle-content {
        padding: 28px 22px;
    }

    .hotel-content-top {
        flex-direction: column;
        gap: 18px;
    }

    .hotel-price {
        text-align: left;
    }

    .hotel-name {
        font-size: 28px;
    }

    .price-value {
        font-size: 32px;
    }

    .hotel-benefits {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .hotel-cta {
        flex-direction: column;
        align-items: stretch;
    }

    .hotel-booking-btn {
        width: 100%;
    }

    .hotel-note {
        text-align: center;
    }

}


@media (max-width: 480px) {

    .hotel-bundle-image {
        min-height: 250px;
    }

    .hotel-bundle-content {
        padding: 24px 18px;
    }

    .hotel-date-box {
        padding: 14px;
    }

    .date-icon {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
    }

    .date-content strong {
        font-size: 14px;
    }

    .hotel-benefit {
        gap: 10px;
    }

}

/* =========================================================
   HOTEL BOOKING FORM
========================================================= */

.hotel-booking-form {
    max-width: 760px;
    margin: 200px auto 0;
    padding: 38px;
    background: white;
    border: 1px solid #dce7f3;
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(7, 59, 120, 0.10);
}


/* Header */

.booking-form-header {
    text-align: center;
    margin-bottom: 30px;
}

.booking-form-badge {
    display: inline-flex;
    align-items: center;
    padding: 7px 14px;
    margin-bottom: 12px;
    border-radius: 50px;
    background: rgba(8, 105, 216, 0.08);
    color: #0869d8;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.2px;
}

.booking-form-header h3 {
    margin: 0;
    color: #073b78;
    font-size: 28px;
    font-weight: 800;
}

.booking-form-header p {
    max-width: 520px;
    margin: 10px auto 0;
    color: #64748b;
    font-size: 13px;
    line-height: 1.7;
}


/* Label */

.booking-label {
    display: block;
    margin-bottom: 8px;
    color: #073b78;
    font-size: 12px;
    font-weight: 800;
}

.booking-label span {
    color: #e5262d;
}


/* Input */

.booking-input-wrapper {
    position: relative;
}

.booking-input-wrapper > i {
    position: absolute;
    left: 16px;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    color: #0869d8;
    font-size: 14px;
}

.booking-input {
    width: 100%;
    height: 50px;
    padding: 0 16px 0 44px;
    border: 1px solid #dce7f3;
    border-radius: 11px;
    outline: none;
    background: #f8fbff;
    color: #073b78;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.25s ease;
}

.booking-input::placeholder {
    color: #94a3b8;
    font-weight: 400;
}

.booking-input:focus {
    border-color: #0869d8;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(8, 105, 216, 0.08);
}


/* Select */

.booking-select {
    appearance: auto;
    cursor: pointer;
}


/* Help */

.booking-help {
    display: block;
    margin-top: 6px;
    color: #94a3b8;
    font-size: 10px;
}


/* Package Info */

.booking-package-info {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 16px;
    margin-top: 8px;
    border: 1px solid #dce7f3;
    border-radius: 14px;
    background: #f3f7fc;
}

.package-info-icon {
    width: 45px;
    height: 45px;
    flex: 0 0 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: linear-gradient(
        135deg,
        #0753b9,
        #1595ff
    );
    color: #ffffff;
    font-size: 17px;
}

.package-info-content {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.package-info-content strong {
    color: #073b78;
    font-size: 13px;
    font-weight: 800;
}

.package-info-content span {
    color: #64748b;
    font-size: 11px;
}


/* Submit */

.hotel-submit-btn {
    width: 100%;
    min-height: 52px;
    margin-top: 8px;
    border: 0;
    border-radius: 12px;
    background: linear-gradient(
        135deg,
        #0753b9 0%,
        #0878e8 55%,
        #1595ff 100%
    );
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 10px 25px rgba(8, 105, 216, 0.20);
    transition: all 0.3s ease;
}

.hotel-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgba(8, 105, 216, 0.28);
}

.hotel-submit-btn i {
    transition: transform 0.3s ease;
}

.hotel-submit-btn:hover i {
    transform: translateX(4px);
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 576px) {

    .hotel-booking-form {
        padding: 25px 18px;
        border-radius: 20px;
    }

    .booking-form-header h3 {
        font-size: 24px;
    }

    .booking-form-header p {
        font-size: 12px;
    }

    .booking-package-info {
        align-items: flex-start;
    }

}


/* =========================================================
   HOTEL PREVIEW MODAL
========================================================= */

.hotel-preview-modal {
    border: 0;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(7, 59, 120, 0.20);
}


/* Header */

.hotel-preview-modal .modal-header {
    position: relative;
    padding: 25px 30px;
    border-bottom: 1px solid #dce7f3;
    background: #ffffff;
}

.preview-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 8px;
    padding: 6px 12px;
    border-radius: 50px;
    background: rgba(8, 105, 216, 0.08);
    color: #0869d8;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1px;
}

.hotel-preview-modal .modal-title {
    color: #073b78;
    font-size: 22px;
    font-weight: 800;
}

.preview-header-text {
    margin: 5px 0 0;
    color: #64748b;
    font-size: 12px;
}


/* Body */

.hotel-preview-modal .modal-body {
    padding: 30px;
    background: #f8fbff;
}


/* Section */

.preview-section {
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #dce7f3;
    border-radius: 16px;
    background: #ffffff;
}

.preview-section:last-of-type {
    margin-bottom: 20px;
}

.preview-section-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.preview-section-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    background: rgba(8, 105, 216, 0.10);
    color: #0869d8;
}

.preview-section-icon.hotel {
    background: rgba(22, 174, 227, 0.10);
    color: #16aee3;
}

.preview-section-title strong {
    display: block;
    color: #073b78;
    font-size: 14px;
    font-weight: 800;
}

.preview-section-title span {
    display: block;
    margin-top: 2px;
    color: #94a3b8;
    font-size: 10px;
}


/* Preview Table */

.preview-table {
    border: 1px solid #dce7f3;
    border-radius: 12px;
    overflow: hidden;
}

.preview-row {
    display: grid;
    grid-template-columns: 35% 65%;
    border-bottom: 1px solid #dce7f3;
}

.preview-row:last-child {
    border-bottom: 0;
}

.preview-label,
.preview-value {
    padding: 13px 15px;
    font-size: 12px;
}

.preview-label {
    background: #f8fbff;
    color: #64748b;
    font-weight: 700;
}

.preview-value {
    color: #073b78;
    font-weight: 700;
}


/* Race Badge */

.preview-race-badge {
    display: inline-flex;
    align-items: center;
    padding: 5px 12px;
    border-radius: 50px;
    background: rgba(8, 105, 216, 0.10);
    color: #0869d8;
    font-size: 10px;
    font-weight: 800;
}


/* Hotel Card */

.preview-hotel-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 18px;
    margin-bottom: 15px;
    border-radius: 14px;
    background: #f3f7fc;
}

.preview-hotel-main {
    display: flex;
    align-items: center;
    gap: 12px;
}

.preview-hotel-icon {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: linear-gradient(
        135deg,
        #0753b9,
        #1595ff
    );
    color: #ffffff;
}

.preview-hotel-main strong {
    display: block;
    color: #073b78;
    font-size: 14px;
    font-weight: 800;
}

.preview-hotel-main span {
    display: block;
    margin-top: 3px;
    color: #64748b;
    font-size: 11px;
}

.preview-hotel-price {
    text-align: right;
}

.preview-hotel-price small {
    display: block;
    color: #94a3b8;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 1px;
}

.preview-hotel-price strong {
    color: #e5262d;
    font-size: 19px;
    font-weight: 900;
}

.preview-hotel-price span {
    color: #94a3b8;
    font-size: 10px;
}


/* Hotel Details */

.preview-hotel-details {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.preview-detail {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px;
    border: 1px solid #dce7f3;
    border-radius: 12px;
}

.preview-detail-icon {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    background: rgba(8, 105, 216, 0.08);
    color: #0869d8;
    font-size: 12px;
}

.preview-detail span {
    display: block;
    color: #94a3b8;
    font-size: 9px;
}

.preview-detail strong {
    display: block;
    margin-top: 2px;
    color: #073b78;
    font-size: 11px;
    font-weight: 800;
}


/* Notice */

.preview-notice {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 15px 17px;
    border: 1px solid #f6d5d7;
    border-radius: 13px;
    background: #fff7f7;
}

.preview-notice-icon {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #e5262d;
    color: #ffffff;
    font-size: 11px;
}

.preview-notice strong {
    display: block;
    color: #b4232a;
    font-size: 11px;
}

.preview-notice p {
    margin: 3px 0 0;
    color: #64748b;
    font-size: 10px;
    line-height: 1.6;
}


/* Footer */

.hotel-preview-modal .modal-footer {
    padding: 18px 25px;
    border-top: 1px solid #dce7f3;
    background: #ffffff;
}

.preview-back-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 10px 18px;
    border: 1px solid #dce7f3;
    border-radius: 10px;
    background: #ffffff;
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
}

.preview-back-btn:hover {
    background: #f3f7fc;
    color: #073b78;
}

.preview-confirm-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border: 0;
    border-radius: 10px;
    background: linear-gradient(
        135deg,
        #0753b9,
        #0878e8
    );
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    box-shadow: 0 8px 20px rgba(8, 105, 216, 0.20);
}

.preview-confirm-btn:hover {
    background: linear-gradient(
        135deg,
        #064ba8,
        #076ed5
    );
    color: #ffffff;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 576px) {

    .hotel-preview-modal .modal-header {
        padding: 20px;
    }

    .hotel-preview-modal .modal-body {
        padding: 20px;
    }

    .preview-section {
        padding: 15px;
    }

    .preview-row {
        grid-template-columns: 1fr;
    }

    .preview-label {
        padding-bottom: 5px;
        border-bottom: 0;
    }

    .preview-value {
        padding-top: 5px;
    }

    .preview-hotel-card {
        align-items: flex-start;
        flex-direction: column;
    }

    .preview-hotel-price {
        text-align: left;
        padding-left: 57px;
    }

    .preview-hotel-details {
        grid-template-columns: 1fr;
    }

    .hotel-preview-modal .modal-footer {
        flex-direction: column-reverse;
        gap: 10px;
    }

    .preview-back-btn,
    .preview-confirm-btn {
        width: 100%;
        justify-content: center;
    }

}

/* =========================================================
   HOTEL PAYMENT PAGE
========================================================= */

.hotel-payment-page {
    min-height: 100vh;
    padding: 120px 0 80px;
    background: #f3f7fc;
}


/* =========================================================
   MAIN CARD
========================================================= */

.hotel-payment-card {
    max-width: 900px;
    margin: 0 auto;
    padding: 35px;
    background: #ffffff;
    border: 1px solid #dce7f3;
    border-radius: 25px;
    box-shadow: 0 25px 70px rgba(7, 59, 120, 0.10);
}


/* =========================================================
   HEADER
========================================================= */

.hotel-payment-header {
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #dce7f3;
}

.payment-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 14px;
    margin-bottom: 12px;
    border-radius: 50px;
    background: rgba(8, 105, 216, 0.08);
    color: #0869d8;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
}

.hotel-payment-header h2 {
    margin: 0;
    color: #073b78;
    font-size: 30px;
    font-weight: 800;
}

.hotel-payment-header p {
    max-width: 550px;
    margin: 10px auto 0;
    color: #64748b;
    font-size: 13px;
    line-height: 1.7;
}


/* =========================================================
   SECTION
========================================================= */

.payment-section {
    padding: 22px;
    margin-bottom: 20px;
    border: 1px solid #dce7f3;
    border-radius: 17px;
}

.payment-section-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.payment-section-icon {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    background: rgba(8, 105, 216, 0.10);
    color: #0869d8;
}

.payment-section-icon.hotel {
    background: rgba(22, 174, 227, 0.10);
    color: #16aee3;
}

.payment-section-title strong {
    display: block;
    color: #073b78;
    font-size: 14px;
}

.payment-section-title span {
    display: block;
    margin-top: 2px;
    color: #94a3b8;
    font-size: 10px;
}


/* =========================================================
   CUSTOMER INFORMATION
========================================================= */

.payment-info-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.payment-info-item {
    padding: 14px;
    border-radius: 11px;
    background: #f8fbff;
}

.payment-info-item span {
    display: block;
    margin-bottom: 4px;
    color: #94a3b8;
    font-size: 10px;
}

.payment-info-item strong {
    color: #073b78;
    font-size: 12px;
}


/* Race */

.race-badge {
    display: inline-flex;
    padding: 5px 12px;
    border-radius: 50px;
    background: rgba(8, 105, 216, 0.10);
    color: #0869d8 !important;
    font-size: 10px !important;
}


/* =========================================================
   HOTEL PACKAGE
========================================================= */

.hotel-payment-package {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 18px;
    margin-bottom: 15px;
    border-radius: 14px;
    background: #f3f7fc;
}

.package-hotel-info {
    display: flex;
    align-items: center;
    gap: 13px;
}

.package-hotel-icon {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: linear-gradient(
        135deg,
        #0753b9,
        #1595ff
    );
    color: #ffffff;
}

.package-hotel-info h4 {
    margin: 0;
    color: #073b78;
    font-size: 15px;
    font-weight: 800;
}

.package-hotel-info span {
    display: block;
    margin-top: 3px;
    color: #64748b;
    font-size: 11px;
}

.package-price {
    text-align: right;
}

.package-price small {
    display: block;
    color: #94a3b8;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 1px;
}

.package-price strong {
    color: #e5262d;
    font-size: 22px;
    font-weight: 900;
}

.package-price span {
    color: #94a3b8;
    font-size: 10px;
}


/* =========================================================
   PACKAGE DETAILS
========================================================= */

.package-details {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.package-detail {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px;
    border: 1px solid #dce7f3;
    border-radius: 12px;
}

.package-detail-icon {
    width: 35px;
    height: 35px;
    flex: 0 0 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    background: rgba(8, 105, 216, 0.08);
    color: #0869d8;
    font-size: 12px;
}

.package-detail span {
    display: block;
    color: #94a3b8;
    font-size: 9px;
}

.package-detail strong {
    display: block;
    margin-top: 2px;
    color: #073b78;
    font-size: 11px;
}


/* =========================================================
   PAYMENT SUMMARY
========================================================= */

.payment-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 22px;
    margin: 25px 0;
    border-radius: 15px;
    background: linear-gradient(
        135deg,
        #073b78,
        #0869d8
    );
    color: #ffffff;
}

.payment-summary > div:first-child span,
.payment-status > span:first-child {
    display: block;
    margin-bottom: 5px;
    color: rgba(255,255,255,0.70);
    font-size: 10px;
}

.payment-summary > div:first-child strong {
    font-size: 25px;
    font-weight: 900;
}

.payment-status {
    text-align: right;
}


/* =========================================================
   STATUS
========================================================= */

.status-paid,
.status-pending {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 11px;
    border-radius: 50px;
    font-size: 10px;
    font-weight: 800;
}

.status-paid {
    background: rgba(255,255,255,0.15);
    color: #ffffff;
}

.status-pending {
    background: #fff3cd;
    color: #856404;
}


/* =========================================================
   NOTICE
========================================================= */

.payment-notice {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 15px 17px;
    margin-bottom: 20px;
    border: 1px solid #f6d5d7;
    border-radius: 13px;
    background: #fff7f7;
}

.payment-notice-icon {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #e5262d;
    color: #ffffff;
    font-size: 11px;
}

.payment-notice strong {
    color: #b4232a;
    font-size: 11px;
}

.payment-notice p {
    margin: 3px 0 0;
    color: #64748b;
    font-size: 10px;
}


/* =========================================================
   PAY BUTTON
========================================================= */

.hotel-pay-btn {
    width: 100%;
    height: 55px;
    border: 0;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: linear-gradient(
        135deg,
        #0753b9,
        #0878e8,
        #1595ff
    );
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    box-shadow: 0 12px 30px rgba(8, 105, 216, 0.20);
    cursor: pointer;
    transition: all 0.3s ease;
}

.hotel-pay-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 35px rgba(8, 105, 216, 0.28);
}


/* =========================================================
   ALREADY PAID
========================================================= */

.already-paid {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 18px;
    border: 1px solid #b7e4c7;
    border-radius: 13px;
    background: #f0fff5;
}

.already-paid > i {
    color: #198754;
    font-size: 28px;
}

.already-paid strong {
    display: block;
    color: #146c43;
    font-size: 13px;
}

.already-paid span {
    display: block;
    margin-top: 3px;
    color: #64748b;
    font-size: 10px;
}


/* =========================================================
   REDIRECT MESSAGE
========================================================= */

.payment-redirect {
    align-items: center;
    gap: 13px;
    padding: 16px;
    margin-top: 15px;
    border-radius: 13px;
    background: #f3f7fc;
    border: 1px solid #dce7f3;
}

.payment-redirect strong {
    display: block;
    color: #073b78;
    font-size: 12px;
}

.payment-redirect span {
    display: block;
    margin-top: 3px;
    color: #64748b;
    font-size: 10px;
}

.redirect-spinner {
    width: 28px;
    height: 28px;
    border: 3px solid #dce7f3;
    border-top-color: #0869d8;
    border-radius: 50%;
    animation: hotelPaymentSpin 0.8s linear infinite;
}

@keyframes hotelPaymentSpin {
    to {
        transform: rotate(360deg);
    }
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 767px) {

    .hotel-payment-page {
        padding: 100px 0 50px;
    }

    .hotel-payment-card {
        padding: 22px;
        border-radius: 20px;
    }

    .hotel-payment-header h2 {
        font-size: 25px;
    }

    .payment-info-grid,
    .package-details {
        grid-template-columns: 1fr;
    }

    .hotel-payment-package {
        align-items: flex-start;
        flex-direction: column;
    }

    .package-price {
        text-align: left;
        padding-left: 61px;
    }

    .payment-summary {
        align-items: flex-start;
        flex-direction: column;
    }

    .payment-status {
        text-align: left;
    }

}

@media (max-width: 480px) {

    .hotel-payment-card {
        padding: 17px;
    }

    .payment-section {
        padding: 16px;
    }

    .payment-summary > div:first-child strong {
        font-size: 21px;
    }

}
