@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');

/* Fonts & Premium Themes */
:root {
    --default-font: "Inter", sans-serif;
    --heading-font: "Outfit", sans-serif;
    --nav-font: "Inter", sans-serif;
}

:root {
    --background-color: #f8fafc;
    --default-color: #334155;
    --heading-color: #0f172a;
    --accent-color: #f05929;
    /* Ekal Orange */
    --brand-blue: #283992;
    /* Ekal Blue */
    --surface-color: #ffffff;
    --contrast-color: #ffffff;

    /* Silver Theme Specifics */
    --silver-gradient-soft: linear-gradient(180deg, #ffffff 0%, #f1f5f9 100%);
    --silver-metallic: linear-gradient(135deg, #f8fafc 0%, #cbd5e1 50%, #94a3b8 100%);
    --silver-glow: 0 10px 30px rgba(148, 163, 184, 0.08);
    --chrome-border: 1px solid rgba(226, 232, 240, 0.8);

    --nav-color: #334155;
    --nav-hover-color: var(--accent-color);
    --nav-mobile-background-color: #ffffff;
    --nav-dropdown-background-color: #ffffff;
    --nav-dropdown-color: #334155;
    --nav-dropdown-hover-color: var(--accent-color);
}

::-webkit-scrollbar-track {
    background-color: #f1f5f9;
}

::-webkit-scrollbar {
    width: 6px;
    background-color: #cbd5e1;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #94a3b8;
}

.light-background {
    --background-color: #f1f5f9;
    --surface-color: #ffffff;
}

.dark-background {
    --background-color: #0f172a;
    --default-color: #cbd5e1;
    --heading-color: #ffffff;
    --surface-color: #1e293b;
    --contrast-color: #ffffff;
}

.accent-background {
    --background-color: var(--accent-color);
    --default-color: #ffffff;
    --heading-color: #ffffff;
    --accent-color: #ffffff;
    --surface-color: #f87171;
    --contrast-color: #ffffff;
}

/* Smooth scroll */
:root {
    scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
    color: var(--default-color);
    background-color: var(--background-color);
    font-family: var(--default-font);
}

a {
    color: var(--accent-color);
    text-decoration: none;
    transition: 0.3s;
}

a:hover {
    color: color-mix(in srgb, var(--accent-color), transparent 25%);
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--heading-color);
    font-family: var(--heading-font);
}

/* PHP Email Form Messages
------------------------------*/
.php-email-form .error-message {
    display: none;
    background: #df1529;
    color: #ffffff;
    text-align: left;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}

.php-email-form .sent-message {
    display: none;
    color: #ffffff;
    background: #059652;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}

.php-email-form .loading {
    display: none;
    background: var(--surface-color);
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
}

.php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid var(--accent-color);
    border-top-color: var(--surface-color);
    animation: php-email-form-loading 1s linear infinite;
}

@keyframes php-email-form-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
    color: var(--default-color);
    background-color: var(--background-color);
    padding: 10px 0;
    transition: all 0.5s;
    z-index: 997;
    box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
}

.header .logo {
    line-height: 1;
}

.header .logo img {
    max-height: 100px;
    margin-right: 8px;
    transition: all 0.5s cubic-bezier(0, 0, 0.58, 1);
}

.header .logo h1 {
    font-size: 26px;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--heading-color);
}

.header .logo span {
    color: var(--accent-color);
    font-size: 26px;
    font-weight: 700;
}

.header .header-social-links {
    padding: 0 0 0 15px;
}

.header .header-social-links a {
    color: color-mix(in srgb, var(--default-color), transparent 40%);
    padding-left: 10px;
    display: inline-block;
    transition: 0.3s;
    font-size: 16px;
}

.header .header-social-links a:hover {
    color: var(--accent-color);
}

.header .header-social-links a i {
    line-height: 0px;
}

.scrolled .header .logo img {
    max-height: 70px;
}

.events-list {
    list-style-type: none;
    padding-left: 0;
}

.events-list li {
    border-bottom: 1px solid #44444440;
    padding: 15px 0px;
}

.events-list li:hover {
    background-color: #FFFFFF;
}

/* .events-list li:first-child:hover {
  background-color: transparent; 
} */

.events-list li h4 {
    font-size: 32px;
    margin: 0;
    text-align: center;
}

.events-list li span {
    font-size: 16px;
    letter-spacing: 1px;
    display: block;
    font-weight: 400;
    margin-top: -7px;
    /*line-height:26px;*/
}

.events-list li h5 {
    font-size: 15px;
    color: #000;
    margin: 5px 0 0 0;
    line-height: 25px;
}

.events-list li h5 a {
    text-decoration: none;
}

.events-list li h5 span.break {
    color: #000;
    background-color: #fff;
    text-align: center;
}

.events-list li h6 {
    margin: 5px 0 0 0;
    font-size: 13px;
    font-style: italic;
}

.events-list .btn {
    margin-top: 10px;
}

.events-list .timedate {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}

.events-list .timedate a {
    color: #616161;
    text-decoration: none;
}

.events-list .timedate a span {
    color: #fff;
    position: relative;
    top: 3px;
    /*background: #f1592a;*/
    border-radius: 12px;
}

@media (max-width: 1200px) {
    .header .logo {
        order: 1;
    }

    .header .logo h1 {
        font-size: 24px;
    }

    .header .header-social-links {
        order: 2;
        padding: 0 15px 0 0;
    }

    .header .navmenu {
        order: 3;
    }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Navmenu - Desktop */
@media (min-width: 1200px) {
    .navmenu {
        padding: 0;
    }

    .navmenu ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }

    .navmenu li {
        position: relative;
    }

    .navmenu a,
    .navmenu a:focus {
        color: var(--nav-color);
        padding: 18px 15px;
        font-size: 13px;
        font-family: var(--nav-font);
        text-transform: uppercase;
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: space-between;
        white-space: nowrap;
        transition: 0.3s;
    }

    .navmenu a i,
    .navmenu a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
        transition: 0.3s;
    }

    .navmenu li:last-child a {
        padding-right: 0;
    }

    .navmenu li:hover>a,
    .navmenu .active,
    .navmenu .active:focus {
        color: var(--nav-hover-color);
    }

    .navmenu .dropdown ul {
        margin: 0;
        padding: 10px 0;
        background: var(--nav-dropdown-background-color);
        display: block;
        position: absolute;
        visibility: hidden;
        left: 14px;
        top: 130%;
        opacity: 0;
        transition: 0.3s;
        border-radius: 4px;
        z-index: 99;
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    }

    .navmenu .dropdown ul li {
        min-width: 200px;
    }

    .navmenu .dropdown ul a {
        padding: 10px 20px;
        font-size: 15px;
        text-transform: none;
        color: var(--nav-dropdown-color);
    }

    .navmenu .dropdown ul a i {
        font-size: 12px;
    }

    .navmenu .dropdown ul a:hover,
    .navmenu .dropdown ul .active:hover,
    .navmenu .dropdown ul li:hover>a {
        color: var(--nav-dropdown-hover-color);
    }

    .navmenu .dropdown:hover>ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .navmenu .dropdown .dropdown ul {
        top: 0;
        left: -90%;
        visibility: hidden;
    }

    .navmenu .dropdown .dropdown:hover>ul {
        opacity: 1;
        top: 0;
        left: -100%;
        visibility: visible;
    }
}

/* Navmenu - Mobile */
@media (max-width: 1199px) {
    .mobile-nav-toggle {
        color: var(--nav-color);
        font-size: 28px;
        line-height: 0;
        margin-right: 10px;
        cursor: pointer;
        transition: color 0.3s;
    }

    .navmenu {
        padding: 0;
        z-index: 9997;
    }

    .navmenu ul {
        display: none;
        list-style: none;
        position: absolute;
        inset: 60px 20px 20px 20px;
        padding: 10px 0;
        margin: 0;
        border-radius: 6px;
        background-color: var(--nav-mobile-background-color);
        overflow-y: auto;
        transition: 0.3s;
        z-index: 9998;
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    }

    .navmenu a,
    .navmenu a:focus {
        color: var(--nav-dropdown-color);
        padding: 10px 20px;
        font-family: var(--nav-font);
        font-size: 17px;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: space-between;
        white-space: nowrap;
        transition: 0.3s;
    }

    .navmenu a i,
    .navmenu a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        transition: 0.3s;
        background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
    }

    .navmenu a i:hover,
    .navmenu a:focus i:hover {
        background-color: var(--accent-color);
        color: var(--contrast-color);
    }

    .navmenu a:hover,
    .navmenu .active,
    .navmenu .active:focus {
        color: var(--nav-dropdown-hover-color);
    }

    .navmenu .active i,
    .navmenu .active:focus i {
        background-color: var(--accent-color);
        color: var(--contrast-color);
        transform: rotate(180deg);
    }

    .navmenu .dropdown ul {
        position: static;
        display: none;
        z-index: 99;
        padding: 10px 0;
        margin: 10px 20px;
        background-color: var(--nav-dropdown-background-color);
        border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
        box-shadow: none;
        transition: all 0.5s ease-in-out;
    }

    .navmenu .dropdown ul ul {
        background-color: rgba(33, 37, 41, 0.1);
    }

    .navmenu .dropdown>.dropdown-active {
        display: block;
        background-color: rgba(33, 37, 41, 0.03);
    }

    .mobile-nav-active {
        overflow: hidden;
    }

    .mobile-nav-active .mobile-nav-toggle {
        color: #fff;
        position: absolute;
        font-size: 32px;
        top: 15px;
        right: 15px;
        margin-right: 0;
        z-index: 9999;
    }

    .mobile-nav-active .navmenu {
        position: fixed;
        overflow: hidden;
        inset: 0;
        background: rgba(33, 37, 41, 0.8);
        transition: 0.3s;
    }

    .mobile-nav-active .navmenu>ul {
        display: block;
    }
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
    color: var(--default-color);
    background-color: var(--background-color);
    padding: 100px 0;
    scroll-margin-top: 100px;
    overflow: clip;
}

@media (max-width: 1199px) {

    section,
    .section {
        scroll-margin-top: 66px;
    }
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
    text-align: center;
    padding-bottom: 60px;
    position: relative;
}

.section-title h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    padding-bottom: 20px;
    position: relative;
}

.section-title h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: var(--accent-color);
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.section-title p {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
    padding: 0;
}

.hero .container {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 2;
}

.conference-img img {
    width: 100%;
}

@media (max-width: 1200px) {
    .hero .container {
        margin-left: 15px;
        margin-right: 15px;
    }
}

.hero h2 {
    margin-bottom: 20px;
    font-size: 46px;
    font-weight: 700;
}

.hero h3 {
    font-weight: 700;
}

.hero h3 span {
    font-weight: 400;
}

@media (max-width: 768px) {
    .hero h2 {
        font-size: 30px;
    }
}

.hero .btn-get-started {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 13px 50px;
    transition: 0.5s;
    border-radius: 0;
    color: #fff;
    background-color: var(--accent-color);
    border: 2px solid var(--accent-color);
}

.hero .btn-get-started:hover {
    background: #c04720;
    color: var(--contrast-color);
    border-color: #c04720;
}

.btn-flyer {
    border: 1px solid var(--accent-color) !important;
    background: #fff !important;
    color: var(--accent-color) !important;
    min-width: 270px
}

.btn-youth-flyer {
    border: 1px solid var(--accent-color) !important;
    background: #fff !important;
    color: var(--accent-color) !important;
    font-size: 16px;
    padding: 13px 50px !important;
}

.info {
    background: var(--silver-gradient-soft);
    padding: 40px;
    border-radius: 16px;
    border: var(--chrome-border);
    box-shadow: var(--silver-glow);
    overflow: hidden;
}

.school-count h3 {
    font-weight: 800;
    color: var(--brand-blue);
    font-family: var(--heading-font);
}

.php-email-form {
    width: 100%;
    background: #ffffff;
    padding: 40px;
    border-radius: 16px;
    border: var(--chrome-border);
    box-shadow: var(--silver-glow);
}

.php-email-form .form-group {
    padding-bottom: 12px;
}

.php-email-form input[type=text],
.php-email-form input[type=email] {
    height: 50px;
    padding: 12px 16px;
    border-radius: 8px;
    background-color: #f8fafc;
    border: 1px solid #cbd5e1;
    color: #1e293b;
    font-family: var(--default-font);
    transition: all 0.3s ease;
}

.php-email-form .form-select {
    height: 50px;
    padding: 12px 16px;
    border-radius: 8px;
    background-color: #f8fafc;
    border: 1px solid #cbd5e1;
    color: #1e293b;
    font-family: var(--default-font);
    transition: all 0.3s ease;
}

.php-email-form input[type=text]:focus,
.php-email-form input[type=email]:focus,
.php-email-form textarea:focus,
.php-email-form .form-select:focus {
    color: #1e293b;
    background-color: #ffffff;
    border-color: var(--accent-color);
    box-shadow: 0 0 0 4px rgba(241, 89, 42, 0.12);
    outline: none;
}

.light-background {
    --background-color: #f1f5f9;
    --surface-color: #ffffff;
}

.service-item {
    background-color: var(--surface-color);
    box-shadow: 0px 5px 90px 0px rgba(0, 0, 0, 0.05);
    height: 100%;
    padding: 60px 30px;
    text-align: center;
    transition: 0.3s;
    border-radius: 12px;
    border: var(--chrome-border);
}

button[type=submit] {
    background: var(--accent-color);
    color: var(--contrast-color);
    border: 0;
    padding: 14px 40px;
    font-weight: 600;
    font-family: var(--heading-font);
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    border-radius: 50px;
}

button[type=submit]:hover {
    background: #c04720;
    color: var(--contrast-color);
    transform: translateY(-2px);
}

.info-item i {
    font-size: 26px;
    color: var(--accent-color);
    transition: all 0.3s ease;
    margin-right: 15px;
}

.info h3,
.register-title {
    font-family: var(--heading-font);
    font-weight: 700;
    font-size: 26px;
    color: var(--heading-color);
    margin-bottom: 20px;
}

.info-item h4 {
    padding: 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: 5px;
}

.info-item p {
    padding: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: #64748b;
}

.info-item+.info-item {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid rgba(226, 232, 240, 0.8);
}

footer {
    background-color: var(--brand-blue);
}

.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
    vertical-align: unset;
}

.error {
    color: red;
    font-size: 14px;
}

.hotel-registration-main ul {
    padding-left: 18px;
}

.hotel-registration-main .btn-get-started {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 13px 50px;
    transition: 0.5s;
    border-radius: 0;
    color: #fff;
    background-color: var(--accent-color);
    border: 2px solid var(--accent-color);
}

.hotel-registration-main .btn-get-started:hover {
    background: #c04720;
    color: var(--contrast-color);
    border-color: #c04720;
}

#registrationTabs.nav-tabs .nav-link.active {
    background-color: var(--brand-blue);
    color: #fff;
    border-color: var(--brand-blue);
    border-radius: 0px;
}

#registrationTabs.nav-tabs .nav-link {
    color: #000;
    font-size: 18px;
}

#registrationTabs.nav-tabs {
    border-bottom: 1px solid #44444440;

}

#registrationTabs.nav-tabs .nav-link:focus,
#registrationTabs.nav-tabs .nav-link:hover {
    isolation: isolate;
    border-color: var(--brand-blue);
    border-radius: 0px;
}

#agendaTabs.nav-tabs .nav-link.active {
    background-color: var(--brand-blue);
    color: #fff;
    border-color: var(--brand-blue);
    border-radius: 0px;
    padding: 15px 20px
}

#agendaTabs.nav-tabs .nav-link.active h5 {
    color: #fff;
}

#agendaTabs.nav-tabs .nav-link {
    color: #111111;
    padding: 15px 20px
}

#agendaTabs.nav-tabs {
    border-bottom: 1px solid #44444440;

}

#agendaTabs.nav-tabs .nav-link:focus,
#agendaTabs.nav-tabs .nav-link:hover {
    isolation: isolate;
    border-color: var(--brand-blue);
    border-radius: 0px;
}

@keyframes btRotate {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.button.is-loading {
    cursor: no-drop;
}

.button__content {
    transition: opacity 0.2s ease-in-out;
}

.is-loading .button__content {
    opacity: 0;
}

.btn-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -16px 0 0 -16px;
    width: 32px;
    height: 32px;
    border: 1px solid #ffffff80;
    border-left-color: #fff;
    border-radius: 50%;
    transition: all 0.3s;
    animation: btRotate 0.6s infinite linear;
}

.btn.js-submit-form.disabled,
.btn.js-submit-form:disabled,
fieldset:disabled .btn.js-submit-form {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: #c04720;
    border-color: #c04720;
    opacity: var(--bs-btn-disabled-opacity);
}


@media (max-width: 1199px) {
    .info {
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {

    .info {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .header .logo img {
        max-height: 70px;
    }

    .info {
        margin-bottom: 15px;
    }

    .hero .banner-content {
        margin-bottom: 50px;
        width: 100%;
    }
}


/* ===================== HERO SECTION START ===================== */

.hero {
    position: relative;
    width: 100%;
    aspect-ratio: 1920 / 650;
    /* ✅ PERFECT */
    max-height: 596px;
    overflow: hidden;
    background-color: #0f172a;
}

/* 🔥 BACKGROUND IMAGE */
.hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* overlay */
.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 2;
}

/* container */
.hero .container {
    position: relative;
    z-index: 3;
    height: 100%;
}

.hero .row {
    height: 100%;
}


.banner-content {
    padding-left: 20px;
    text-align: left;
}

.conference-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

/* TEXT */
.hero h2 {
    font-family: var(--heading-font);
    font-size: clamp(28px, 4vw, 32px);
    font-weight: 800;
    color: #fff;
    background: linear-gradient(135deg, #101412 0%, #b5831c 60%, #b5831c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
    line-height: 1.15;
}

.hero h3 {
    font-family: var(--default-font);
    font-size: clamp(14px, 1.8vw, 22px);
    color: #e2e8f0;
    margin-bottom: 30px;
    line-height: 1.5;
}

/* BUTTON */
.hero .btn-get-started {
    display: inline-block;
    padding: 14px 40px;
    background: var(--accent-color);
    color: #fff;
    border: 2px solid var(--accent-color);
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-family: var(--heading-font);
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.hero .btn-get-started:hover {
    background: #c04720;
    border-color: #c04720;
    transform: translateY(-2px);
}

/* ================= GRADIENT BORDER ================= */

.gradient-border-box {
    display: inline-block;
    padding: 10px;
    /* border thickness */

    background: linear-gradient(45deg,
            #feda75,
            #fa7e1e,
            #d62976,
            #962fbf,
            #4f5bd5);
}

.gradient-border-box img {
    display: block;
    width: 100%;
    height: auto;
}

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

@media (max-width: 1024px) {

    .hero .container {
        max-width: 750px;
        margin-left: auto;
        margin-right: auto;
    }

    .hero {
        aspect-ratio: auto;
        height: 400px;
        /* ✅ proper tablet height */
    }

    .hero-bg {
        object-fit: cover;
        /* ✅ full fill */
        object-position: 25% center;
        /* ✅ center image */
    }

    .banner-content {
        padding: 0;
    }



}

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

@media (max-width: 767px) {

    .hero {
        aspect-ratio: auto;
        height: 350px;
        padding: 0;
    }

    .hero-bg {
        position: absolute;
        height: 100%;
        object-fit: cover;
        object-position: 35% center;
    }

    .hero .container {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: left;
    }

    .banner-content {
        padding: 0;
    }

    .hero h2 {
        font-size: 22px;
    }

    .hero h3 {
        font-size: 14px;
    }

    .btn-get-started {
        padding: 10px 25px;
        font-size: 14px;
    }

    .conference-img {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
    }

    .conference-img img {
        width: 70%;
        max-width: 260px;
        margin: 0 auto;
    }

}

@media (max-width: 640px) {
    .hero-bg {
        position: absolute;
        height: 100%;
        object-fit: cover;
        object-position: 14% center;
    }

    .hero .container {
        max-width: 540px;
        margin-left: auto;
        margin-right: auto;
    }

    .mb-padding {
        padding-left: 40px;
    }
}

@media (max-width: 420px) {
    .hero-bg {
        position: absolute;
        height: 100%;
        object-fit: cover;
        object-position: 18% center;
    }


}

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

.team-banner {
    position: relative;
    width: 100%;
    aspect-ratio: 1920 / 545;
    /* ✅ tamari image ratio */
    overflow: hidden;
}

/* Image */
.team-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Overlay */
.team-banner::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}

/* Text */
.team-banner .banner-title {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: clamp(18px, 2.5vw, 28px);
    text-shadow: 1px 1px 2px #000000;
    font-weight: 600;
    z-index: 2;
    text-align: center;
}

@media (max-width: 992px) {
    .team-banner {
        aspect-ratio: unset;
        height: 350px;
    }
}

@media (max-width: 767.98) {

    .team-banner .banner-title {
        bottom: 15px;
    }

    .team-banner::after {
        height: 15%;
    }
}

@media (max-width: 576px) {
    .team-banner {
        aspect-ratio: unset;
        height: 280px;
    }

    .team-banner .banner-title {
        bottom: 15px;
    }

    .team-banner::after {
        height: 15%;
    }
}



.thank-you-box {
    margin-top: 24px;
}

.thank-you-box h3 {
    font-weight: 600;
}

.thank-you-box h4 {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 24px;

}

.badge {
    font-size: 14px;
    font-weight: 600;
    padding: 8px 14px;
    border-radius: 50px;
    background-color: #e2e8f0;
    color: #1e293b;
    border: 1px solid #cbd5e1;
}

.thank-you-box p {
    line-height: 1.6;
    margin: 16px 0 0;
    color: #475569;
}

.thank-you-box a {
    color: var(--accent-color);
    font-weight: 600;
}

/* ================= 25TH ANNIVERSARY TICKER & BAR ================= */
.anniversary-bar {
    background: linear-gradient(90deg, #0f172a, #334155, #0f172a);
    color: #f8fafc;
    font-family: var(--heading-font);
    font-size: clamp(12px, 1.5vw, 15px);
    font-weight: 600;
    letter-spacing: 0.5px;
    border-bottom: var(--chrome-border);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    padding: 10px 0;
}

.anniversary-text {
    background: linear-gradient(90deg, #ffffff 0%, #e2e8f0 50%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.anniversary-sparkle {
    animation: sparkle-pulse 1.8s infinite ease-in-out alternate;
    font-size: 1.1em;
}

@keyframes sparkle-pulse {
    0% {
        transform: scale(0.85);
        opacity: 0.5;
    }

    100% {
        transform: scale(1.2);
        opacity: 1;
    }
}

/* ================= CELEBRATION SECTION ================= */
.celebration-section {
    background: linear-gradient(180deg, #ffffff 0%, #f1f5f9 100%);
    border-bottom: var(--chrome-border);
}

.celebration-badge {
    display: inline-block;
    padding: 6px 16px;
    background: linear-gradient(135deg, #e2e8f0 0%, #cbd5e1 100%);
    color: #0f172a;
    font-family: var(--heading-font);
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 1px;
    border-radius: 50px;
    box-shadow: 0 4px 10px rgba(148, 163, 184, 0.15);
}

.celebration-tagline {
    font-family: var(--heading-font);
    font-size: clamp(26px, 3.8vw, 42px);
    font-weight: 800;
    color: #0f172a;
    line-height: 1.15;
    letter-spacing: -0.5px;
}

.celebration-tagline .text-highlight {
    background: linear-gradient(90deg, var(--accent-color), var(--brand-blue));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.celebration-desc {
    font-size: 16px;
    line-height: 1.7;
    color: #475569;
}

.btn-celebrate {
    display: inline-block;
    background: linear-gradient(135deg, var(--brand-blue) 0%, #1e293b 100%);
    color: #ffffff;
    padding: 14px 36px;
    border-radius: 50px;
    font-weight: 600;
    font-family: var(--heading-font);
    transition: all 0.3s ease;
}

.btn-celebrate:hover {
    transform: translateY(-2px);
    color: #ffffff;
}

.video-container-premium {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.1);
    border: 5px solid #ffffff;
    outline: 1px solid #cbd5e1;
    aspect-ratio: 9 / 16;
    background: #0f172a;
    max-width: 340px;
    margin-left: auto;
}

.premium-video {
    width: 100%;
    height: 100%;
    border: 0;
    transform: scale(1.01); /* side ni YouTube info crop karva */

}

/* ================= HOTEL RESERVATION ================= */
.hotel-registration-main {
    background: #ffffff;
    padding: 100px 0;
}

.hotel-registration-main1 {
    padding: 10px 0px;
}

.hotel-registration-main1 .btn-get-started {
    position: relative;
    z-index: 3;
    background: #fff !important;
}

.enc-2026-email-main {
    z-index: 4;
}

.hotel-registration-main h3 {
    font-family: var(--heading-font);
    font-size: clamp(24px, 3vw, 36px);
    font-weight: 800;
    color: var(--heading-color);
    margin-bottom: 24px;
}

.hotel-card-premium {
    background: var(--silver-gradient-soft);
    border-radius: 16px;
    padding: 40px;
    border: var(--chrome-border);
    box-shadow: var(--silver-glow);
    height: 100%;
    transition: all 0.3s ease;
}

.hotel-card-premium:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(148, 163, 184, 0.15);
}

.hotel-card-premium h5 {
    font-family: var(--heading-font);
    font-size: 22px;
    font-weight: 800;
    color: var(--brand-blue);
    margin-bottom: 8px;
}

.hotel-card-premium h6 {
    color: #64748b;
    font-size: 16px;
}

.hotel-card-premium .btn-get-started {
    background: var(--brand-blue);
    border-color: var(--brand-blue);
    border-radius: 50px;
    padding: 12px 36px;
    font-weight: 600;
    font-family: var(--heading-font);
    transition: all 0.3s ease;
}

.hotel-card-premium .btn-get-started:hover {
    background: #1e293b;
    border-color: #1e293b;
    transform: translateY(-2px);
}

.hotel-card-premium ul li {
    margin-bottom: 12px;
    color: #475569;
    font-size: 16px;
}

.hotel-card-premium ul li b {
    color: #0f172a;
}

/* ================= STATS SECTION ================= */
.about-conference {
    background: linear-gradient(135deg, #e2e8f0 0%, #cbd5e1 100%);
    padding: 100px 0;
    border-top: var(--chrome-border);
}

.about-conference .info {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0 8px 32px rgba(148, 163, 184, 0.06);
    transition: all 0.3s ease;
    height: 100%;
}

.about-conference .info:hover {
    transform: translateY(-5px);
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(148, 163, 184, 0.18);
}

.about-conference .count-image img {
    width: 52px;
    height: 52px;
    object-fit: contain;
}

.school-count h3 {
    font-size: clamp(20px, 2.2vw, 28px);
    font-weight: 800;
    color: var(--brand-blue);
    font-family: var(--heading-font);
}

.school-count p {
    font-size: 13px;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ================= NAV / HEADER TRANSITIONS ================= */
.header .logo img {
    max-height: 80px;
    transition: all 0.4s ease;
}

.scrolled .header .logo img {
    max-height: 60px;
}

.navmenu a,
.navmenu a:focus {
    font-family: var(--heading-font);
    font-size: 14px;
    letter-spacing: 0.5px;
}

.btn-flyer {
    border: 2px solid var(--accent-color) !important;
    background: transparent !important;
    color: var(--accent-color) !important;
    border-radius: 50px !important;
    padding: 12px 30px !important;
    font-weight: 600;
    font-family: var(--heading-font);
    transition: all 0.3s ease !important;
}

.btn-flyer:hover {
    background: var(--accent-color) !important;
    color: #ffffff !important;
    transform: translateY(-2px);
}

/* ================= HERO CIRCLE DESIGN START ================= */
.hero-circle-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.hero-circle-wrapper {
    position: relative;
    width: 365px;
    height: 365px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* animation: breatheCircle 8s ease-in-out infinite alternate; */
}

@keyframes breatheCircle {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.03);
    }
}

.hero-circle-wreath {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    animation: rotateWreath 100s linear infinite;
}

@keyframes rotateWreath {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes drawCircleWreath {
    from {
        stroke-dashoffset: 1320;
    }

    to {
        stroke-dashoffset: 0;
    }
}

.mask-circle-draw {
    animation: drawCircleWreath 6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.hero-circle-content {
    position: relative;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: #b3c1d1;
    box-shadow: none;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border: 3px dotted #fff;
}

.hero-circle-logo {
    max-height: 80px;
    margin-bottom: 8px;
    width: auto;
}

.hero-circle-title-top {
    font-family: var(--heading-font);
    font-size: 32px;
    font-weight: 800;
    background: linear-gradient(135deg, #101412 0%, #b5831c 60%, #b5831c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin: 0;
    line-height: 1.2;
    letter-spacing: 2px;
    filter: none;
    text-align: center;
}

.hero-circle-title-middle {
    font-family: var(--heading-font);
    font-size: 20px;
    font-weight: 800;
    color: var(--accent-color);
    margin: 2px 0;
    line-height: 1.1;
    letter-spacing: 3px;
}

.hero-circle-title-bottom {
    font-family: var(--heading-font);
    font-size: 34px;
    font-weight: 800;
    color: var(--brand-blue);
    margin: 5px 0 0 0;
    line-height: 1;
    letter-spacing: 1px;
}

/* Mobile adjustments for hero circle */
@media (max-width: 767px) {
    .hero {
        aspect-ratio: auto;
        height: 380px !important;
    }

    .hero-circle-wrapper {
        width: 250px;
        height: 250px;
    }

    .hero-circle-content {
        width: 215px;
        height: 215px;
        padding: 15px;
        border: 2px dashed #fff;
    }

    .hero-circle-logo {
        max-height: 40px;
        margin-bottom: 5px;
    }

    .hero-circle-title-top {
        font-size: 22px;
    }

    .hero-circle-title-middle {
        font-size: 14px;
        letter-spacing: 2px;
        margin: 1px 0;
    }

    .hero-circle-title-bottom {
        font-size: 24px;
    }
}

/* ================= HERO CIRCLE DESIGN END ================= */

/* ================= EVENT DETAILS ARCHED CARD START ================= */
.event-details-card {
    position: relative !important;
    background: linear-gradient(135deg, #e4ebf5 0%, #cbd5e1 100%) !important;
    padding: 24px !important;
    border-radius: 24px !important;
    border: var(--chrome-border) !important;
    box-shadow: var(--silver-glow) !important;
    overflow: hidden !important;
    display: block !important;
}

.event-details-card::after {
    content: "";
    background-image: url(../img/exact-bot-flowers.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 197px;
    position: absolute;
    bottom: -5px;
    left: 0;
}

.info-inner {
    position: relative;
    background: #ffffff;
    border-radius: 180px 180px 16px 16px;
    padding: 55px 25px 10px 25px;
    /* Added bottom padding to clear the bottom flowers */
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.anniversary-seal-wrapper {
    width: 100px;
}

.corner-flower {
    position: absolute !important;
    pointer-events: none;
    z-index: 3;
    opacity: 0.95;
}

.corner-flower.tl {
    top: -25px;
    left: -20px;
    width: 250px;
    height: auto;
    object-fit: contain !important;
    transform: none;
}

/* Bottom flowers layout - two mirrored halves spanning full width */
.bottom-flowers-frame {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    height: 197px;
    z-index: 3;
    overflow: hidden;
    pointer-events: none;
}

.bottom-flower-img {
    position: absolute;
    bottom: 0;
    width: 105%;
    object-fit: fill;
    pointer-events: none;
}

.bottom-flower-img.bf-left {
    left: -5px;
}

.bottom-flower-img.bf-right {
    right: -5px;
    transform: scaleX(-1);
}

.event-details-title {
    font-family: var(--heading-font);
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #101412 0%, #b5831c 60%, #b5831c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    letter-spacing: 1px;
}

@media (max-width: 1499px) {
    .hero {
        aspect-ratio: 1920 / 680;
    }
}

@media (max-width: 1366px) {
    .hero {
        aspect-ratio: 1920 / 700;
    }

    .btn-flyer {
        min-width: 240px;
    }

    .about-conference .g-5,
    .about-conference .gy-5 {
        --bs-gutter-y: 2rem;
    }

    .about-conference .g-5,
    .about-conference .gx-5 {
        --bs-gutter-x: 2rem;
    }

    .school-count h3 {
        font-size: clamp(20px, 2.2vw, 22px);
    }
}

@media (max-width: 1199px) {
    .hero h2 {
        font-size: clamp(22px, 4vw, 22px);
    }

    .hero-circle-wrapper {
        width: 265px;
        height: 265px;
    }

    .hero-info-line {
        margin-top: 0;
    }

    .hero-circle-content {
        width: 230px;
        height: 230px;
    }

    section#register {
        padding-top: 0;
    }
}

@media (max-width: 991px) {
    .hero-circle-wrapper {
        width: 265px;
        height: 265px;
    }

    .hero-info-line {
        margin-top: 0;
    }

    .hero-circle-content {
        width: 230px;
        height: 230px;
    }

    .hero h2 {
        font-size: clamp(24px, 2vw, 32px);
    }

    .g-5,
    .gy-5 {
        --bs-gutter-y: 1.5rem;
    }

    .g-5,
    .gx-5 {
        --bs-gutter-x: 1.5rem;
    }

    .info-inner {
        border-radius: 350px 350px 16px 16px;
        padding: 55px 100px 10px 100px;
    }

    section#register {
        padding-top: 0;
    }

    .video-container-premium {
        margin-left: 0px;
    }
}

/* Mobile adjustments for event details card */
@media (max-width: 767px) {
    .video-container-premium {
        margin-left: 0px;
        max-width: 350px;
    }

    .event-details-card {
        padding: 16px !important;
        border-radius: 16px !important;
    }

    section#register {
        padding-top: 0;
    }

    .info-inner {
        border-radius: 170px 170px 12px 12px;
        padding: 40px 15px 0px 15px;
        /* Adjust padding for mobile layout */
    }

    .g-5,
    .gy-5 {
        --bs-gutter-y: 1rem;
    }

    .g-5,
    .gx-5 {
        --bs-gutter-x: 1rem;
    }

    .corner-flower.tl {
        top: -5px;
        left: -5px;
        width: 180px;
        height: 158px;
    }

    .bottom-flowers-frame {
        height: 60px;
        bottom: -3px;
    }

    .bottom-flower-img {
        width: 60%;
    }

    .bottom-flower-img.bf-left {
        left: -5px;
    }

    .bottom-flower-img.bf-right {
        right: -5px;
        transform: scaleX(-1);
    }

    .event-details-title {
        font-size: 22px;
    }
}

/* ================= EVENT DETAILS ARCHED CARD END ================= */

/* ================= GRATITUDE MESSAGE CARD START ================= */
.anniversary-message-section {
    background-color: #ffffff !important;
}

.gratitude-content-box {
    text-align: center;
    margin: 0 auto;
}

.gratitude-text {
    font-family: var(--default-font);
    font-size: clamp(15px, 1.8vw, 16px);
    color: #4a5568;
    line-height: 1.7;
    margin-bottom: 0;
}

.gratitude-sub {
    font-family: var(--heading-font);
    font-size: clamp(12px, 1.5vw, 14px);
    font-weight: 800;
    color: #283992;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.gratitude-family {
    font-family: 'Great Vibes', cursive;
    font-size: clamp(28px, 4vw, 36px);
    color: #b5831c;
    margin: 0;
    line-height: 1.1;
}

/* ================= GRATITUDE MESSAGE CARD END ================= */

/* ================= HERO DETAILS CARD START ================= */
.hero-info-line {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 20px;
    margin-top: 25px;
    z-index: 10;
    width: 100%;
}

.hero-info-line .info-text {
    font-family: var(--default-font);
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0.5px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.hero-info-line .info-separator {
    color: #fff;
    /* Ekal Orange */
    font-weight: 700;
    font-size: 18px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.btn-hero-register-inline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 24px;
    background-color: var(--accent-color);
    /* Ekal Orange: #f05929 */
    color: #ffffff !important;
    font-weight: 700;
    font-family: var(--heading-font);
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    border: 2px solid var(--accent-color);
    box-shadow: none !important;
    cursor: pointer;
}

.btn-hero-register-inline:hover {
    background-color: #d8451b;
    /* darker orange */
    border-color: #d8451b;
    transform: translateY(-1px);
    box-shadow: none !important;
}

@media (max-width: 767px) {
    .hero {
        height: auto !important;
        min-height: 520px !important;
        padding: 50px 0 !important;
        aspect-ratio: auto !important;
    }

    .hero .container {
        position: relative !important;
        top: 0 !important;
        transform: none !important;
        height: auto !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
        z-index: 3 !important;
    }

    .hero .row {
        height: auto !important;
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .hero-info-line {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 6px !important;
        margin-top: 20px !important;
        width: 100% !important;
    }

    .hero-info-line .info-text {
        font-size: 16px !important;
        font-weight: 600 !important;
    }

    .hero-info-line .info-separator {
        display: none !important;
        /* Hide pipes on mobile for clean vertical stacking */
    }

    .btn-hero-register-inline {
        margin-top: 10px !important;
        padding: 8px 30px !important;
        font-size: 13px !important;
        width: auto !important;
    }
}

/* ================= HERO DETAILS CARD END ================= */