@font-face {
    font-family: bold;
    src: url('../Fonts/Satoshi-Bold.otf') format('opentype');
}

@font-face {
    font-family: reglur;
    src: url('../Fonts/Satoshi-Regular.otf') format('opentype');
}

@font-face {
    font-family: med;
    src: url('../Fonts/Satoshi-Medium.otf') format('opentype');
}


* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smotthing: antialiased;
    font-family: 'reglur', sans-serif;
    /* font-weight: 300; */
}

.m {
    font-family: 'med', sans-serif;
}

.b {
    font-family: 'bold', sans-serif;
}

html {
    scroll-padding-top: 80px;
}

html,
body {
    scroll-behavior: smooth;
}

.fancybox__content {
    padding: 0 !important;
}

body {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #16325A;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.navbar-toggler:focus,
.navbar-toggler,
.navbar-toggler:active,
.navbar-toggler .navbar-toggler-icon:focus,
.navbar-toggler-icon {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}


.bg {
    background-color: #002B4C;
    color: #fff;
}

header {
    transition: all 0.5s ease;
}

header.active nav {
    backdrop-filter: blur(162.60000610351562px);
    background: rgb(0 43 76 / 64%)
}

header a {
    color: #fff !important;
    font-size: 18px;
    transition: all 0.3s ease;
    margin-right: 20px;
}

header a:hover {
    color: #bdbdbd !important;
}

header .logo {
    transition: all 0.3s ease;
}

header.active .logo {
    width: 100px;
    transition: all 0.3s ease;
}



section.hero .carousel-item img {
    height: calc(100vh - 104px);
    /* animation: img 30s ease forwards; */
    object-fit: cover;
}

section.hero, section.event_banner {
    overflow: hidden;
    margin-top: 104px;
}

section {
    overflow-x: hidden;
}

section.benefits {
    overflow-x: initial;
}


.btn1 {
    background-color: rgb(255, 255, 255);
    color: #002B4C;
    border-radius: 5px;
    padding: 10px 30px;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn1:hover {
    background-color: #002B4C;
    color: #fff;
}

.btn1:hover {
    background-color: #002B4C;
    color: #fff;
}

section.hero h5 {
    font-size: 40px;
    text-align: left;
}


section.price .card {
    background-color: #f0f0f0;
}

section.price .card .small {
    margin-bottom: 51px;
}

.carousel-caption {
    position: absolute;
    bottom: 4.25rem;
    left: 7%;
    padding-top: 0;
    padding-bottom: 0;
    color: #fff;
    text-align: start;
    z-index: 10;
    opacity: 0;
    transform: translateY(30px);
    animation: text 1.7s ease 0.5s forwards;
}


@keyframes text {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes img {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}


.padding {
    padding-bottom: 11%;
}

.padding-top {
    padding-top: 5%;
}


section.best-word h2 {
    font-size: 49px;
    line-height: 124%;
    letter-spacing: -0.03em;
    text-align: center;
    background: linear-gradient(180deg, #002b4c 0%, #005597 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.btn2 {
    background-color: transparent;
    color: #002B4C;
    border-radius: 5px;
    padding: 14px 30px;
    font-size: 18px;
    font-weight: 500;
    border: 1px solid #002B4C;
    transition: all 0.3s ease;
}

.btn2:hover {
    background-color: #002B4C;
    color: #fff;
    border: 1px solid transparent;
}


.heading {
    font-family: "med", sans-serif;
    font-size: 39px;
    letter-spacing: -0.03em;
    text-align: center;
    background: linear-gradient(180deg, #002b4c 0%, #005597 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



.color {
    color: #002B4C;
}

.text-color {
    color: #454545;
}



.btn3 {
    background-color: #002B4C;
    color: #fff;
    border-radius: 5px;
    padding: 15px 37px;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn3:hover {
    background-color: #00508d;
    color: #fff;
}


.form_banner{
    background:#fbfbfb;padding-top:144px
}

.text-color {
    color: #454545;
}

section.benefits h3 {
    font-size: 27px;
}

section.benefits .box {
    margin-bottom: 110px;
    position: relative;
}

section.benefits .timeline {
    position: relative;
}

section.benefits .timeline::after {
    content: '';
    position: absolute;
    left: -30px;
    height: 105%;
    background-color: #000;
    width: 1px;
    display: block;
    top: 0;
}

section.benefits .pointer {
    position: absolute;
    width: 26px;
    height: 26px;
    background-color: #0065B2;
    border-radius: 50%;
    left: -42px;
    top: 75px;
    z-index: 100;
}

section.benefits .pointer::after {
    position: absolute;
    content: " ";
    display: block;
    width: 15px;
    height: 15px;
    background-color: #ffffff;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


section.benefits .pointer.second {
    left: -42px;
    top: 64px;
}

section.benefits .pointer.four {
    left: -42px;
    top: 86px;
}

section.benefits .sticky_top {
    position: sticky;
    top: 100px;
}



section.event .card-img-overlay {
    bottom: 10px;
    top: auto;
}

section.event .card img {
    height: 450px;
    border-radius: 30px;
    object-fit: cover;
}

section.event .text-bg-primary {
    padding: 10px;
    background-color: #002B4C !important;
    position: absolute;
    z-index: 1;
    right: 10px;
    top: 10px;
}



section.gallery img {
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}


section.contact textarea {
    height: 100px !important;
}


section.contact .btn3 {
    background-color: #0079C2 !important;
}

section.contact .btn3:hover {
    background-color: #002b4c !important;
}


footer {
    background: url('../Images/footer-bg.webp') no-repeat;
    background-position: center;
    background-size: cover;
    padding: 50px 0 0 0;
}

footer .list {
    margin-top: 50px;
}



footer .box {
    background-color: #002b4c;
    color: #fff;
    padding: 10px;
    text-align: center;
}


.svg_1 {
    border-radius: 100%;
    fill: rgba(151, 210, 255, 0.3);
    filter: blur(142.3000030517578px);
    position: absolute;
    top: -100px;
    left: 0;
}

.svg_2 {
    border-radius: 100%;
    fill: rgba(161, 151, 255, 0.3);
    filter: blur(142.3000030517578px);
    position: absolute;
    top: -100px;
    right: 0;
}

.svg_3 {
    border-radius: 100%;
    fill: rgba(255, 225, 0, 0.16);
    filter: blur(142.3000030517578px);
    position: absolute;
    top: 100px;
    right: 0;
}


.svg_4 {
    border-radius: 100%;
    fill: rgb(159 255 151);
    filter: blur(50.3000030517578px);
    position: absolute;
    top: 100px;
    left: 0;
}

.svg_5 {
    border-radius: 100%;
    fill: rgb(159 255 151);
    filter: blur(50.3000030517578px);
    position: absolute;
    top: 100px;
    left: -50px;
}

.svg_6 {
    border-radius: 100%;
    fill: rgba(115, 0, 255, 0.16);
    filter: blur(142.3000030517578px);
    position: absolute;
    top: 100px;
    left: 0;
}

.svg_7 {
    border-radius: 100%;
    fill: rgba(255, 0, 251, 0.16);
    filter: blur(142.3000030517578px);
    position: absolute;
    top: 300px;
    right: 0;
}

.svg_8 {
    border-radius: 100%;
    fill: rgba(0, 200, 255, 0.16);
    filter: blur(142.3000030517578px);
    position: absolute;
    top: 100px;
    left: 0;
}

.svg_9 {
    border-radius: 100%;
    fill: rgba(157, 255, 0, 0.16);
    filter: blur(142.3000030517578px);
    position: absolute;
    top: 100px;
    right: 0;
}


section.other-banner {
    padding: 100px 0;
    background: url('../Images/bg_other.png') no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 104px;
}


section.about_us h2 {
    font-family: "med", sans-serif;
    font-size: 38px;
    letter-spacing: -0.03em;
    background: linear-gradient(180deg, #002b4c 0%, #005597 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



section.mem h2 {
    font-family: "med", sans-serif;
    font-size: 38px;
    letter-spacing: -0.03em;
    background: linear-gradient(180deg, #002b4c 0%, #005597 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


section.team h2 {
    font-family: "med", sans-serif;
    font-size: 22px;
    letter-spacing: -0.03em;
    background: linear-gradient(180deg, #002b4c 0%, #005597 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

section.team p {
    color: #454545;
}


.dropdown-menu {
    background-color: #002b4c;
    border: 0;
}


.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu .dropdown-item:hover {
    background-color: #00508d;
    color: #fff;
}

.dropdown-menu .dropdown-item {
    padding: 15px;
}


section.event h2 {
    font-family: "med", sans-serif;
    font-size: 27px;
    letter-spacing: -0.03em;
    background: linear-gradient(180deg, #002b4c 0%, #005597 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* .event_box .accordion-button{
background-color: transparent;
padding: 0;
border: 0;
}
.event_box .accordion-item{
border: 0 !important;
} */


.read {
    padding-top: 20px;
}

.read .expand {
    height: 0;
    opacity: 0;
    transition: all 0.5s ease;
}



section.event .img {
    height: 300px;
    object-fit: cover;
    border-radius: 20px;
}

section.event .event_box a {
    height: 100%;
    display: block;

}

section.event .event_box .row {
    position: relative;
    z-index: 1;

}

section.event .event_box .plus {
    position: relative;
    overflow: hidden;
}

section.event .event_box .plus::after {
    position: absolute;
    content: "\2b";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    width: 93%;
    border-radius: 20px;
    height: 100%;
    display: block;
    margin: 0 auto;
    inset: 0;
    background: #000000e0;
    color: white;
    text-align: center;
    font-size: 42px;
    line-height: 100%;
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

section.event .placename {
    font-size: 17px;
}

section.event .maineventname {
    font-size: 25px;
}

section.partner, section.gallery  {
        overflow-y: hidden;
}

/* section.events h2{
    color: #fff !important;
    -webkit-text-fill-color:none !important;
} */


section.formbox {
    height: max-content;
    padding-bottom: 100px;
}

section.formbox .bootom_bar {
    position: fixed;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #002b4c3a;
    padding: 16px 3%;
    background-color: #fefefe;
}



:root {
    --primary-blue: #003366;
    --error-red: #dc3545;
    --success-green: #198754;
}

.form-label {
    font-size: 1rem;
    margin-bottom: 6px;
    color: #444;
}

.form-control,
.form-select {
    border: 1.5px solid #dee2e6;
    border-radius: 8px;
    padding: 12px 15px;
    transition: all 0.2s ease;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--primary-blue);
    box-shadow: 0 0 0 3px rgba(0, 51, 102, 0.1);
}

/* Validation Styles */
.is-invalid {
    border-color: var(--error-red) !important;
}

.error-message {
    color: var(--error-red);
    font-size: 1rem;
    margin-top: 4px;
    display: none;
}

.is-invalid+.error-message {
    display: block;
}

.btn-payment {
    background-color: var(--primary-blue);
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-payment:hover {
    background-color: #002244;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 51, 102, 0.2);
    color: white;
}

.nature-other-box {
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}



section.contact_us_1 .contact-card {
    background: white;
    border-radius: 15px;
    /* box-shadow: 0 10px 30px rgba(0,0,0,0.08); */
    border: 1px solid #ededed;
    overflow: hidden;
    margin-bottom: 50px;
}

section.contact_us_1 .info-sidebar {
    background-color: var(--primary-blue);
    color: white;
    padding: 40px;
    height: 100%;
}

section.contact_us_1 .form-section {
    padding: 40px;
}

section.contact_us_1 .color1 {
    color: var(--primary-blue);
    font-weight: 600;
}

section.contact_us_1 .form-label {
    font-size: 0.9rem;
    margin-bottom: 6px;
    color: #444;
}

section.contact_us_1 .form-control {
    border: 1.5px solid #dee2e6;
    border-radius: 8px;
    padding: 12px 15px;
    transition: all 0.2s ease;
}

section.contact_us_1 .form-control:focus {
    border-color: var(--primary-blue);
    box-shadow: 0 0 0 3px rgba(0, 51, 102, 0.1) !important;
}

/* Validation Styles consistent with Membership Forms */
section.contact_us_1 .is-invalid {
    border-color: var(--error-red) !important;
}

section.contact_us_1 .error-message {
    color: var(--error-red);
    font-size: 1rem;
    margin-top: 4px;
    display: none;
}

section.contact_us_1 .is-invalid~.error-message {
    display: block;
}

section.contact_us_1 .contact-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 25px;
}

section.contact_us_1 .contact-item i {
    font-size: 1.2rem;
    margin-top: 4px;
    color: #ffc107;
    /* Accent Gold */
}

.social-links {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}

.social-links a {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-links a:hover {
    background: white;
    color: var(--primary-blue);
    transform: translateY(-3px);
}

section.contact_us_1 .btn-submit {
    background-color: var(--primary-blue);
    color: white;
    border: none;
    padding: 12px 40px;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
}

section.contact_us_1 .btn-submit:hover {
    background-color: #002244;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 51, 102, 0.2);
    color: white;
}

section.contact_us_1 .map-container {
    border-radius: 12px;
    overflow: hidden;
    margin-top: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}


/* .price_box {
    position: sticky;
    top: 92px;
} */


/* --- Pricing Card UI --- */
.price-card-wrapper {
    position: sticky;
    top: 91px;
}
.price-box {
    background: linear-gradient(90deg, #c6d2ff 0%, #b4c6ff 100%);
    border: 1px solid #d1e9ff;
    transition: all 0.3s ease;
}

.price-divider {
    height: 1px;
    background: rgba(0, 74, 153, 0.1);
    margin: 20px 0;
}

.cost-item {
    display: flex;
    justify-content: space-between;
    font-size: 0.9rem;
    margin-bottom: 8px;
    color: #555;
}

/* --- Member Card UI --- */
.member-card {
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    background: #fff;
    transition: all 0.3s ease;
    margin-bottom: 20px;
}

.member-card.slot-free {
    border-left: 6px solid var(--success-green);
}

.member-card.slot-paid {
    border-left: 6px solid var(--danger-red);
}

.member-card-header {
    padding: 12px 20px;
    background: #fafafa;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 12px 12px 0 0;
}

.badge-slot {
    font-size: 0.7rem;
    text-transform: uppercase;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 50px;
}

.btn-add-member {
    border: 2px dashed var(--primary-blue);
    background: #f0f7ff;
    color: var(--primary-blue);
    padding: 15px;
    font-weight: 600;
    border-radius: 10px;
    width: 100%;
    transition: all 0.2s;
}

.btn-add-member:hover {
    background: var(--primary-blue);
    color: #fff;
}

.color1 {
    font-weight: 600;
    color: #444;
    margin-bottom: 8px;
    font-size: 0.9rem;
}

.truncate {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

section.partner .membername {
    font-family: "med", sans-serif;
    font-size: 22px;
    letter-spacing: -0.03em;
    background: linear-gradient(180deg, #002b4c 0%, #005597 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
