@charset "utf-8";
/* CSS Document */


.exo-ets {
    font-family: "Exo", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
}

.oswald-ets {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}

.caveat-ets {
    font-family: "Caveat", cursive;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}


/* CSS Root Data*/
:root {
    /*Primary Color*/
    --color-primary: #708d7e;
    --color-primary-dark: #b79677;

    /*Secondary Color*/
    --color-secondary: #e92e18;
    --color-light: #ffffff;

    /*Thired Color*/
    --color-gray-light: #414042;
    --color-gray-dark: #232323;

    /*Fonts*/
    --font-primary: "Exo", serif;
    --font-secondary: 'Oswald', serif:
        /*Fonts Size*/
        --font-size-sm: 16px;
    --font-size-md: 18px: --font-size-lg: 22px: --font-size-xl: 24px;
}

body {
    font-family: "Exo", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

ul li {
    list-style: none;
}

h2,
h3 {
    font-family: "Oswald", sans-serif;
    font-size: 36px;
    font-weight: 700;
}

a {
    color: var(--color-gray-light);
    text-decoration: none;
}

header .container {
    max-width: 1900px;
    z-index: 9;
    position: relative;
}

.ETBtnG {
    background: #708d7e80;
}

.ETBtnG:hover {
    background: #a69072;
    color: #fff;
}

.ETBtnR {
    background: #c52615;
}

.ETBtnR:hover {
    background: #9bd81e;
    color: #fff;
}

.HeadBtn {
    font-family: "Exo", sans-serif;
    font-weight: 600;
    font-size: 16px;
    padding: 12px 20px;
    color: #ffffff;
    box-shadow: 0 8px 25px #a69072, 0 0 0 1px #a69072;
    border-radius: 25px;
}

/*Inner Banner*/
.InnerBanner {
    background-image: url(../images/homebanner.png);
    background-position: 0px -387px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 0;
    position: relative;
    padding: 100px 10px 50px;
    text-transform: uppercase;
    height: 400px;
}

.InnerBanner h2 {
    margin: 0 auto;
    color: #6fa99a;
    font-family: "Exo", Sans-serif;
    font-size: 55px;
    font-weight: 700;
    text-shadow: 4px 5px 10px rgba(0, 0, 0, 0.15);
}

.InnerBanner p {

    color: #fff;

    text-shadow: 4px 5px 10px rgba(0, 0, 0, 0.15);
}

/*Banner*/
.MainBanner {
    background-image: url("../images/homebanner.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -120px;
    position: relative;
    padding: 60px 10px 300px;
}

.MainBanner img {
    width: 100%
}

.nav-links a::after {
    display: none;
}

div.countdown .box {
    width: 100px;
    height: 100px;
    border-radius: 1rem;
}

div#countdown .box {
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    filter: drop-shadow(0 0 30px rgba(111, 169, 154, 0.6));
    border: 2px solid rgba(111, 169, 154, 0.3);
    border-radius: 12px;
    padding: 15px 20px;
    text-align: center;
    min-width: 80px;
    transition: all 0.3s ease;

}

div.countdown .box .number {
    display: block;
    font-size: 2.5rem;
    font-weight: 900;
    color: #6fa99a;
    line-height: 1;
    margin-bottom: 5px;
}

div#countdown .box .label,
div.countdown .box .label {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    color: rgba(255, 255, 255);
    letter-spacing: 1px;
    text-transform: uppercase;
}

/*Welcome Message*/
.ChairMImg {
    background-color: #E8F1F3;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s);
}

.ChairMImg img {
    width: 100%
}

.ChairMName {
    background: #1e5125;
    color: #fff;
    font-size: 14px;
    margin-top: -50px;
}

.ChairMName h2 {
    font-size: 19px;
    font-weight: 700;
}

.ChairMName {
    position: relative;
    z-index: 9;
}

.ChairMName span {
    color: #9BD81D
}

.WelMeg .col-lg-4 {
    width: 26%
}

.WelWrapp {
    font-family: "Exo", sans-serif;
    font-weight: 500;
}

.WelWrapp h1 {
    color: #1E5125;
    text-shadow: 0px 3px 0px rgba(103.00000000000003, 175.00000000000006, 107.99999999999997, 0.31);
    margin: 0px 0px 0px 0px;
    font-family: "Oswald", Sans-serif;
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase;
}

.WelWrapp span {
    color: #E92E18;
    font-family: "Caveat", Sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin: 5px 0px 5px 0px;
}

/*Target*/
.TargetWrap {
    background-image: url("../images/targetAudience-Section.png");
    background-position: center left;
}

.TarContainer {
    max-width: 85%;
}

.TargetWrap h1 {
    font-family: "Oswald", Sans-serif;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    color: #232323;
}

.TagetText {
    --display: flex;
    */ --gap: 30px 30px;
    --row-gap: 30px;
    --column-gap: 30px;
    --border-radius: 20px 0px 0px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
    --padding-bottom: 30px;
    --padding-left: 10px;
    --padding-right: 10px;
    background-color: #FFFFFF;
    margin-right: -333px;

}

.TagetText img {
    width: 40px;
}

/*Countdown*/
.CountDn {
    background-color: ;
    background: url("../images/download.png") center center no-repeat #1E5125;
    background-size: 30%;
    color: #fff;
    font-weight: 600;
    font-family: "Exo", sans-serif;
    text-transform: uppercase;
}

.CountDn strong {
    font-size: 18px;
    font-weight: 600;
}

.CountDn h2 {
    font-size: 48px;
    font-weight: 700;
    text-shadow: 0px 3px 0px rgba(103.00000000000003, 175.00000000000006, 107.99999999999997, 0.31);
    color: #9BD81E;
}

.CountDn p {
    font-weight: 700;
    font-size: 36px;
}

#PartnerLogo {
    padding: 40px 0;
}

#PartnerLogo h2 {
    color: #127E5B;
    margin-bottom: 10px;
}

.logo-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    /* Adjust space between logos */
    padding: 10px 20px 30px;
}

.logo-box {
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
}

.logo-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/*Member Data*/
.MemberData {}

.MemberData h2 {
    font-family: "Exo", Sans-serif;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    color: #127E5B;
}

/*.MemberData .container{
	max-width: 1200px;
}*/
.card.team-card {
    position: relative;
    background: linear-gradient(145deg,
            rgba(255, 255, 255, 0.98) 0%,
            rgba(112, 141, 126, 0.05) 50%,
            rgba(255, 255, 255, 0.98) 100%);
    border: 1px solid rgba(111, 169, 154, 0.15);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(30, 81, 37, 0.08),
        0 0 0 1px rgba(111, 169, 154, 0.08);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transform-style: preserve-3d;
    perspective: 1000px;
}

/* Subtle neural network pattern border */
.card.team-card::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(135deg,
            #6fa99a 0%,
            #708d7e 25%,
            #1E5125 50%,
            #708d7e 75%,
            #6fa99a 100%);
    background-size: 200% 200%;
    border-radius: 20px;
    opacity: 0;
    z-index: -1;
    transition: opacity 0.5s ease;
    animation: neuralPulse 6s ease infinite;
    filter: blur(6px);
}

@keyframes neuralPulse {

    0%,
    100% {
        background-position: 0% 50%;
        opacity: 0;
    }

    50% {
        background-position: 100% 50%;
    }
}

/* Subtle light reflection */
.card.team-card::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(120deg,
            transparent 35%,
            rgba(111, 169, 154, 0.12) 50%,
            transparent 65%);
    opacity: 0;
    transform: rotate(45deg);
    transition: opacity 0.5s ease;
    pointer-events: none;
}

/* Hover 3D effect */
.card.team-card:hover {
    transform: translateY(-10px) rotateX(1deg) scale(1.02);
    box-shadow: 0 16px 48px rgba(30, 81, 37, 0.15),
        0 0 30px rgba(111, 169, 154, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.5);
    border-color: rgba(111, 169, 154, 0.3);
}

.card.team-card:hover::before {
    opacity: 0.4;
}

.card.team-card:hover::after {
    opacity: 1;
    animation: subtleShine 2s ease-in-out;
}

@keyframes subtleShine {
    0% {
        transform: rotate(120deg) translate(-100%, -100%);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: rotate(120deg) translate(100%, 100%);
        opacity: 0;
    }
}

/* Smooth entrance animation */
.card.team-card {
    animation: cardFadeIn 0.6s ease-out backwards;
}

@keyframes cardFadeIn {
    from {
        opacity: 0;
        transform: translateY(30px) scale(0.95);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Stagger animation for multiple cards */
.card.team-card:nth-child(1) {
    animation-delay: 0.1s;
}

.card.team-card:nth-child(2) {
    animation-delay: 0.2s;
}

.card.team-card:nth-child(3) {
    animation-delay: 0.3s;
}

.card.team-card:nth-child(4) {
    animation-delay: 0.4s;
}

.card.team-card:nth-child(5) {
    animation-delay: 0.5s;
}

.card.team-card:nth-child(6) {
    animation-delay: 0.6s;
}

/* Subtle corner accents - neurology themed */
.card.team-card .card-body::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: radial-gradient(circle at top right,
            rgba(111, 169, 154, 0.15) 0%,
            transparent 70%);
    opacity: 0;
    transition: all 0.5s ease;
    pointer-events: none;
}

.card.team-card:hover .card-body::before {
    opacity: 1;
    width: 60px;
    height: 60px;
}

.card.team-card h5.card-title {
    font-family: "Oswald", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    background: linear-gradient(135deg, #1E5125 0%, #127E5B 50%, #1E5125 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 8px;
    transition: all 0.4s ease;
}

.card.team-card:hover h5.card-title {
    background-position: right center;
    transform: scale(1.03);
}

.card-text {
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    color: #708d7e;
    transition: all 0.3s ease;
}

.card.team-card:hover .card-text {
    color: #1E5125;
    transform: translateX(2px);
}

.card-flag {
    width: 50px;
    position: absolute;
    height: 50px;
    top: 10px;
    right: 10px;
    border-radius: 50%;
    padding: 8px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08),
        0 0 0 2px rgba(111, 169, 154, 0.2);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 10;
}

.card.team-card:hover .card-flag {
    transform: scale(1.1) rotate(3deg);
    box-shadow: 0 6px 20px rgba(30, 81, 37, 0.15),
        0 0 0 3px rgba(111, 169, 154, 0.3);
}

/* Card Image Enhancements */
.card.team-card .card-img-top {
    border-radius: 20px 20px 0 0;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    filter: brightness(1) contrast(1.02);
    position: relative;
    overflow: hidden;
}

.card.team-card:hover .card-img-top {
    filter: brightness(1.03) contrast(1.05) saturate(1.05);
    transform: scale(1.03);
}

/* Card Body Styling */
.card.team-card .card-body {
    position: relative;
    z-index: 1;
    padding: 1.5rem;
    background: linear-gradient(to bottom,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.5) 100%);
    backdrop-filter: blur(10px);
}

/* Position/Role Text */
.card.team-card .Position {
    color: #708d7e;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
    transition: all 0.3s ease;
}

.card.team-card:hover .Position {
    color: #127E5B;
    transform: scale(1.03);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .card.team-card {
        border-radius: 16px;
    }

    .card.team-card:hover {
        transform: translateY(-8px) scale(1.01);
    }

    .card.team-card .card-img-top {
        border-radius: 16px 16px 0 0;
    }
}

@media (max-width: 576px) {
    .card.team-card h5.card-title {
        font-size: 18px;
    }

    .card-body button {
        font-size: 14px;
        padding: 6px 20px;
    }
}

.a.card-btn {
    padding: 4px 20px;
    font-family: "Exo", sans-serif;
    font-size: 15px;
    font-weight: 600;
    width: auto;
    display: inline-block;
}

.card-body button {
    font-family: "Exo", sans-serif;
    font-size: 15px;
    font-weight: 600;
    border: 2px solid #6fa99a;
    line-height: 2em;
    background: linear-gradient(135deg, #6fa99a 0%, #708d7e 100%);
    color: #ffffff;
    border-radius: 12px;
    padding: 8px 24px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(111, 169, 154, 0.25);
}

.card-body button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
            transparent,
            rgba(255, 255, 255, 0.2),
            transparent);
    transition: left 0.5s ease;
}

.card-body button:hover {
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 8px 25px rgba(111, 169, 154, 0.35),
        0 0 15px rgba(111, 169, 154, 0.2);
    border-color: #708d7e;
    background: linear-gradient(135deg, #708d7e 0%, #1E5125 100%);
}

.card-body button:hover::before {
    left: 100%;
}

.card-body button:active {
    transform: translateY(0) scale(1);
    box-shadow: 0 4px 15px rgba(111, 169, 154, 0.25);
}

.modal-dialog {
    max-width: 920px;
}

h5.modal-title {
    font-family: "Oswald", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--color-primary-dark);
}

.modal-body p {
    font-size: 15px;
    font-weight: 600;
}

/*Agenda Page*/
.agenda-img {
    width: 100%;
    cursor: pointer;
    padding: 5px;
    margin: 5px;
    object-fit: cover;
}

#popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#popup img {
    max-width: 90%;
    max-height: 90%;
    box-shadow: 0 0 10px #fff;
}

.agenda-container .item h2 {
    font-family: "Exo", Sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background: #127E5B;
    padding: 4px 0;
}

.tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 25px;
    justify-content: center;
}

.tab-button {
    padding: 10px 20px;
    background: #e0e0e0;
    border-radius: 30px;
    cursor: pointer;
    font-weight: 600;
    color: #444;
    transition: .3s;
    user-select: none;
}

.tab-button.active {
    background: var(--color-primary-dark);
    color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.tab-content2 {
    display: none;
}

.tab-content2.active {
    display: block;
}

.agenda-container {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 10px #ddd;
    padding: 15px;
    margin-bottom: 20px;
}

.session-item {
    display: flex;
    border: 1px solid #ddd;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    overflow: hidden;
    margin-bottom: 15px;
    background: #fff;
}

.time-block {
    background: #f1f1f1;
    padding: 20px 15px;
    width: 100px;
    text-align: center;
    font-weight: 600;
    color: #555;
    border-right: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 14px;
}

.time-block span {
    display: block;
    margin-bottom: 8px;
}

.time-block .line {
    height: 2px;
    width: 30px;
    background: #ff4dae;
    margin: 0 auto 8px;
    border-radius: 2px;
}

.session-details {
    flex: 1;
    /*padding: 15px 20px;*/
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.session-details h3 {
    background-image: radial-gradient(at center center, var(--color-primary) 0%, #127E5B 100%);
    width: 100%;
    display: block;
    padding: 6px;
    text-align: center;
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
}

.session-details .row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.session-details .item h3 {
    font-size: 24px;
    font-weight: bold
}

.session-details .item {
    min-width: 140px;
    font-size: 14px;
    font-weight: 600;
    color: #222;
}

.session-details .label {
    font-weight: 700;
    color: #999;
    margin-right: 6px;
    text-transform: uppercase;
    font-size: 11px;
}

.speaker-inline {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.speaker-thumb {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid #ccc;
}

.speaker-info {
    color: #444;
    line-height: 1.2;
    color: var(--color-primary-dark)
}

.speaker-info small {
    color: var(--color-primary)
}

.details-btn {
    background: #ff4dae;
    color: white;
    padding: 10px 25px;
    font-weight: 700;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    align-self: flex-start;
    transition: .3s;
    font-size: 14px;
    margin-top: 10px;
}

.details-btn:hover {
    background: #e6398d;
}

.summary {
    margin: 10px 0;
    font-style: italic;
    color: #555;
}

.topic {
    background: #f1f1f1;
    width: 100%;
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 1px solid #ddd;
    border-bottom: 0;
}

a.DwnFA {
    background-color: var(--color-primary);
    border-color: var(--color-primary)
}

a.DwnFA:hover {
    background-color: var(--color-primary-dark);
}

.summary {
    margin: 10px 0;
    font-style: italic;
    /* color: #555; */
    font-size: 18px;
    font-weight: 600;
    padding: 10px;
    text-align: center;
}


/* Modal */
#speakerModal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#speakerModal .modal-content {
    background: #fff;
    padding: 20px;
    max-width: 400px;
    border-radius: 10px;
    text-align: center;
    position: relative;
}

#speakerModal .modal-content span {
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
    font-size: 20px;
}

#speakerModal img {
    width: 120px;
    height: auto;
    border-radius: 8px;
    margin-bottom: 15px;
}

@media (max-width:600px) {
    .session-item {
        flex-direction: column;
    }

    .time-block {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #ddd;
    }

    .speaker-inline {
        flex-direction: column;
        align-items: flex-start;
    }
}

/*Abstracts*/
button.accordion-button {
    background: var(--color-primary-dark) !important;
    color: #fff !important;
    font-size: 18px;
    font-weight: 700;
}

a.btn.btn-primary.my-3 {
    background: var(--color-secondary);
    font-family: "Exo", sans-serif;
    font-weight: 600;
    font-size: 16px;
    padding: 8px 28px;
    margin-top: 30px !important;
    color: #fff;
    border-radius: 50px;
    border: 1px solid var(--color-secondary);
}

a.btn.btn-primary.my-3:hover {
    background: var(--color-primary-dark);
}

.accordion-body ul li {
    list-style: revert-layer;
}

a.btn.btn-outline-dark:hover {
    background: var(--color-primary);
}


/*Contact Us*/
.ContactUs {}

.ContactUs .container {
    max-width: 1100px;
}

.ContactUs ul {
    margin: 20px 0;
    padding: 0;
}

.ContactUs ul li {
    margin: 10px 0;
    padding: 0;
}

.login-form {
    background: #fff;
    padding: 2em 1em;
}

.login-form h2 {
    font-size: 2em;
    text-transform: capitalize;
    color: var(--color-gary-dark);
    ;
}

.login-form p {
    font-size: .95em;
    color: var(--color-gary-light);
    ;
    line-height: 2em;
}

.login-form span {
    width: 75%;
    height: 1px;
    display: block;
    background: var(--color-primary-dark);
    margin: 1em 0;
}

.login-form h4 {
    font-family: "Exo", sans-serif;
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: .2em;
    color: var(--color-gary-dark);
}

.login-form input[type="text"] {
    padding: .8em 4em .8em 1em;
    width: 100%;
    margin-bottom: 1em;
    border: 1px solid#CECCCC;
    outline: none;
    color: #555;
}

.login-form input[type="email"] {
    padding: .8em 4em .8em 1em;
    width: 100%;
    margin-bottom: 1em;
    border: 1px solid#CECCCC;
    outline: none;
    color: #555;
}

.login-form input[type="text"]:hover {
    border: 1px solid #71c6c1;
}

.login-form textarea {
    width: 100%;
    height: 120px;
    outline: none;
    resize: none;
    margin-bottom: 1em;
    border: 1px solid #CECCCC;
    padding: .8em 4em .8em 1em;
    font-size: 1em;
    color: #555;
}

::-webkit-input-placeholder {
    color: #C3C3C3 !important;
    font-family: 'Josefin Sans', sans-serif;
}

.login-form textarea:hover {
    border: 1px solid #71c6c1;
}

.login-form input[type="submit"] {
    font-size: 1em;
    padding: .8em 1em;
    border: none;
    text-transform: capitalize;
    outline: none;
    background: var(--color-primary);
    color: #fff;
    cursor: pointer;
    width: 56%;
    font-family: 'Josefin Sans', sans-serif;
    border-bottom: 2px solid var(--color-primary-dark);
}

.login-form input[type="submit"]:hover {
    background: var(--color-primary-dark);
    border-bottom: 2px solid var(--color-primary);
}

.input-group {
    position: relative;
    margin-bottom: 15px;
}

.input-group i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
}

.input-group input,
.input-group textarea {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

/* Style for disabled submit button */
#submitBtn:disabled {
    background-color: #ccc;
    /* light gray background */
    color: #666;
    /* darker gray text */
    cursor: not-allowed;
    /* show not-allowed cursor */
    opacity: 0.6;
    /* slightly transparent */
}

#submitBtn:not(:disabled):hover {
    background-color: #218838;
    /* darker green on hover */
}

/*Venue*/
#testMap {
    height: 350px !important;
    border: 3px dashed var(--color-primary) !important;
    box-shadow: 4px 4px 13px 0px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    position: relative;
}

.Venue .VenueImg {
    border-radius: 5% 5% 5% 5%;
    overflow: hidden;
    border: 3px solid #6fa99a !important;

}

.ratio::before {
    display: none;
}

.Venue .VenueImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Gallery image styling */
.gallery-image {
    cursor: pointer;
    margin-bottom: 1rem;
    border-radius: 4px;
    transition: transform 0.2s ease;
}

.gallery-image:hover {
    transform: scale(1.05);
}

/* Lightbox overlay */
#lightbox {
    display: none;
    position: fixed;
    z-index: 1050;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.85);
    justify-content: center;
    align-items: center;
    padding: 20px;
    flex-direction: column;
}

#lightbox.visible {
    display: flex;
}

#lightbox-content {
    position: relative;
    max-width: 90vw;
    max-height: 80vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#lightbox-img {
    max-width: 100%;
    max-height: 80vh;
    border-radius: 6px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
}

/* Navigation buttons */
.lightbox-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.8);
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.3s ease;
}

.lightbox-btn:hover {
    background: rgba(255, 255, 255, 1);
}

#prevBtn {
    left: 10px;
}

#nextBtn {
    right: 10px;
}

/* Close button */
#closeBtn {
    margin-top: 15px;
    background: #444;
    color: white;
    border-radius: 4px;
    padding: 8px 16px;
    font-size: 16px;
    cursor: pointer;
    user-select: none;
    border: none;
    transition: background-color 0.3s ease;
}

#closeBtn:hover {
    background: #222;
}

/*Registration*/
#registration .container {
    max-width: 1800PX !important;
}

#registration h2 {
    background: var(--color-primary-dark);
    color: #fff;
    text-align: center;
    padding: 5px;
    font-size: 22px;
}

#registration .RegBox {
    overflow: hidden;
    background-color: transparent;
    background-image: radial-gradient(at center center, #1E512536 0%, var(--e-global-color-accent) 100%);
}

#registration h3 {
    font-size: 55px;

}

footer a {
    color: #fff;
    text-decoration: none;
}

@media (max-width: 768px) {
    .WelMeg .col-lg-4 {
        width: 100%;
    }

    .col-lg-8.col-s-12.ps-5 {
        padding: 20px !important;
    }

    section.TargetWrap.p-5 {
        padding: 0 !important;
    }

    .TargetWrap {
        background-size: cover;
    }

    .TarContainer {
        max-width: 100%;
    }

    .TagetText {
        margin-right: 0;
    }

    .list-inline-item {
        display: block;
        margin-bottom: 10px;
    }

    div.col-lg-2.cl-s-12.text-end.d-flex.align-items-center.ms-5 {
        margin: 0;
        height: 100px !important;
    }

    .MainBanner {
        padding: 70px 10px 10px;
    }

    .MainBanner .col-lg-2.col-s-12.mt-5.pt-5.pb-5.text-center {
        margin: 0 !important;
        padding: 0 !important;
    }

    a.navbar-brand {
        width: 80%;
    }

    a.navbar-brand img {
        width: 100%;
    }

    header ul.navbar-nav {
        background: none !important;
        background-color: #1e5125 !important;
        width: 100% !important;
        height: inherit !important;
        box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.5);
        margin-top: -5px;
    }

    .btn {
        width: 49%;
        margin-top: 0;
    }

    #countdown {
        position: relative;
        right: 0px;
        top: 0px;
        transform: none;
        text-align: center;
        display: flex;
    }

    div#countdown .box {
        width: 80px;
        height: 80px;
        margin-right: 10px;
    }

    div#countdown .box .number {
        font-size: 35px;
        line-height: 1em;
    }

    section.CountDn.p-5 {
        padding: 20px 10px !important;
        text-align: center;
    }
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1400px;
    }
}