/* header nav */

:root {
    --navy-primary: #0F224D;
    --navy-secondary: #0A193A;
    --accent-gold: #FFAA17;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
    font-family: Montserrat;
    overflow-x: hidden;
}

html {
    scroll-padding-top: 90px;
}

@media (prefers-reduced-motion: no-preference) {
    html {
        scroll-behavior: smooth;
    }
}


#neubar {
    background: rgba(15, 34, 77, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.nav-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 19px;
    color: rgba(255, 255, 255, 0.9) !important;
    position: relative;
    padding-bottom: 5px;
    transition: color 0.3s ease;
}

.nav-link:after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #FFD700;
    transition: width 0.3s ease;
}

.nav-link:hover {
    color: #FFD700 !important;
}

.nav-link:hover:after {
    width: 100%;
}

/* Active state (set via JS as user scrolls) */
#neubar .navbar-nav .nav-link.active,
#neubar .navbar-nav .dropdown-item.active {
    color: #FFD700 !important;
}

#neubar .navbar-nav .nav-link.active:after {
    width: 100%;
}

.dropdown-item {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500 !important;
    line-height: 16px !important;
    color: #0F224D !important;
    padding: 10px 20px;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.dropdown-item:hover, .dropdown-item:focus {
    background-color: rgba(15, 34, 77, 0.05);
    color: #0057B8 !important;
    padding-left: 25px;
}

#neubar .dropdown-menu {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    padding: 10px;
    border-top: 3px solid #0057B8;
    margin-top: 15px;
    animation: fadeIn 0.3s ease;
}

/* Let Bootstrap control dropdown visibility */
#neubar .dropdown-menu.show {
    display: block;
}

/* Dropdown on hover (desktop only) */
@media (min-width: 992px) {
    #neubar .nav-item.dropdown:hover > .dropdown-menu {
        display: block;
    }

    #neubar .nav-item.dropdown:hover > .nav-link {
        color: #FFD700 !important;
    }
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.regbtn1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 25px;
    border-radius: 50px;
    border: none;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.regbtn1:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.btn-signin {
    background: linear-gradient(135deg, #0057B8, #004494);
    color: white !important;
}

.btn-signin:hover {
    background: linear-gradient(135deg, #004494, #003377);
    color: #FFD700 !important;
}

.btn-register {
    background: linear-gradient(135deg, #FFD700, #FDB931);
    color: #0F224D !important;
}

.btn-register:hover {
    background: linear-gradient(135deg, #ffe44d, #FFD700);
    color: #0057B8 !important;
}

.btn-check:focus+.btn-warning,
.btn-warning:focus {
    color: whitesmoke !important;
}

.helper {
    height: 60px;
}

#organz {
    margin-left: auto !important;
}

.itc_p1 {
    font-size: 18px;
    ;
}

.navbar-nav .nav-link.active .nav-link {
    color: white;
}

.nav-item .active {
    border-radius: 6px;
}

#neubar .dropdown-menu a:hover {
    color: #454545
}

#neubar .nav-item {
    margin: auto 4px;
}

/* Only pad top-level nav links (don't override dropdown items) */
#neubar .navbar-nav > .nav-item > .nav-link {
    padding-left: 12px;
    padding-right: 12px;
}

#neubar .dropdown-menu {
    background: #ffffff;
}

@media (max-width: 991.98px) {
    #neubar .navbar-collapse {
        padding: 0.75rem 0;
    }

    #neubar .navbar-nav > .nav-item > .nav-link {
        padding: 0.5rem 0.75rem;
    }

    #neubar .dropdown-menu {
        margin-top: 0.25rem;
    }

    #neubar .navbar-brand img {
        height: 48px;
    }
}

a.navbar-brand {
    color: #454545
}
button.owl-prev span,
button.owl-next span {
    font-size: 30px !important;
    color: #ffaa17 !important;
}

@media all and (min-width: 768px) {
    #neubar .dropdown-menu {
        margin-top: 0;
    }
}


/* section team */

.team_member {
    /* background: rgba(199,201,209,.09); */
    padding-bottom: 50px;
    overflow: hidden;
}

.single_team_content {
    padding: 45px;
    margin-top: 60px;
}

.single_team_content h1 {
    font-size: 50px;
    font-weight: 600;
    line-height: 60px;
}

.single_team_content p {}

.our-team {
    margin-bottom: 30px;
    box-shadow: 0 10px 40px -10px rgba(0, 64, 128, .09);
}

.our-team .team_img {
    position: relative;
    overflow: hidden;
}

.our-team .team_img img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
}

.our-team .team_img:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    bottom: -100%;
    left: 0;
    transition: all 0.3s ease 0s;
}

.our-team:hover .team_img:after {
    bottom: 0;
}

.our-team img {
    /* width: 100%; */
    height: auto;
}

.speaker-img-fix {
    width: 100%;
    height: auto;
    aspect-ratio: 3/4;
    object-fit: cover;
    object-position: top center;
    display: block;
}

/* Ensure speaker images keep 3:4 ratio across breakpoints (override .our-team .team_img img height) */
.our-team .team_img img.speaker-img-fix {
    height: auto;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    object-position: top center;
}

/* --- Circle hero design (scoped to the conference landing page) --- */
/* Force override of any conflicting hero styles */
.hero-section.itc-hero-circle {
    background: #ffffff !important;
    min-height: 100vh;
    padding-top: 110px;
    position: relative;
    --itc-circle-padding: clamp(28px, 4vw, 60px);
    --itc-logo-size: clamp(140px, 14vw, 190px);
    --itc-logo-img-size: clamp(110px, 10vw, 160px);
    /* Vertically center content if default */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Below the large-desktop layout, keep a consistent top offset */
@media (max-width: 1439px) {
    .hero-section.itc-hero-circle .hero-card {
        /* Remove large margin-top to allow better centering */
        margin-top: 40px; 
    }
}

/* Match Figma ellipse placement on large desktop (1440px canvas: left=244, top=317) */
@media (min-width: 1440px) {
    .hero-section.itc-hero-circle {
        min-height: 1392px;
        position: relative;
    }

    .hero-section.itc-hero-circle .hero-card {
        position: static;
    }

    .hero-section.itc-hero-circle .content-circle {
        position: absolute;
        top: 240px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        z-index: 10;
    }
}

.hero-section.itc-hero-circle::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 700px !important;
    background: url('../images/cover1.jpg') center/cover no-repeat !important;
    z-index: 0;
    opacity: 1 !important; /* Ensure no transparency from previous overlay */
}

.hero-section.itc-hero-circle .hero-card {
    max-width: 1100px;
    width: 95%;
    position: relative;
    z-index: 1;
    overflow: visible;
    margin-left: auto;
    margin-right: auto;
}

.hero-section.itc-hero-circle .content-circle {
    background-color: #ffffff;
    width: min(952px, 95vw);
    aspect-ratio: 952 / 955;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: var(--itc-circle-padding);
    padding-top: calc(var(--itc-circle-padding) + (var(--itc-logo-size) / 2));
    text-align: center;
    box-shadow: none;
    position: relative;
    margin: 0 auto;
    overflow: visible;
}


.hero-section.itc-hero-circle .logo-area {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    z-index: 20;
}

.hero-section.itc-hero-circle .logo-circle {
    background: transparent;
    color: inherit;
    width: var(--itc-logo-size);
    height: var(--itc-logo-size);
    border-radius: 50%;
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hero-section.itc-hero-circle .itc-circle-logo {
    width: var(--itc-logo-img-size);
    height: var(--itc-logo-img-size);
    object-fit: contain;
    display: block;
}

.hero-section.itc-hero-circle .logo-text {
    font-weight: 800;
    font-size: 1.2rem;
}

.hero-section.itc-hero-circle .logo-subtext {
    font-size: 0.7rem;
    color: var(--accent-gold);
}

.hero-section.itc-hero-circle .congress-header h1 {
    color: var(--navy-primary);
    font-size: clamp(22px, 2.2vw, 32px);
    line-height: 1.2;
    letter-spacing: 1px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.hero-section.itc-hero-circle .date-location {
    font-weight: 800;
    color: #333;
    font-size: clamp(22px, 2.5vw, 36px);
    line-height: 1.2;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
}

.hero-section.itc-hero-circle .divider,
.hero-section.itc-hero-circle .divider-small {
    color: var(--navy-primary);
    font-size: 1.5rem;
    margin: 10px 0;
}

.hero-section.itc-hero-circle .welcome-message h2 {
    font-size: clamp(20px, 2vw, 32px);
    letter-spacing: 0.05em;
    margin-top: 20px;
    color: var(--navy-primary);
    font-weight: 600;
    text-transform: uppercase;
}

.hero-section.itc-hero-circle .welcome-message p {
    font-size: 16px;
    color: #000;
    line-height: 1.5;
    letter-spacing: 0.02em;
    max-width: 857px;
    margin-top: 10px;
}

.hero-section.itc-hero-circle .footer-action {
    margin-top: auto;
    padding-bottom: 20px;
}

.hero-section.itc-hero-circle .btn-register {
    display: inline-block;
    background-color: var(--accent-gold);
    border: none;
    width: 300px;
    height: 60px;
    padding: 15px;
    font-weight: 800;
    border-radius: 25px;
    cursor: pointer;
    transition: transform 0.2s ease, background-color 0.2s ease;
    letter-spacing: 0.05em;
    text-decoration: none;
    color: var(--navy-primary) !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.hero-section.itc-hero-circle .btn-register:hover {
    transform: scale(1.05);
    background-color: #e6b800;
    color: var(--navy-primary) !important;
}

@media (max-width: 768px) {
    .hero-section.itc-hero-circle {
        --itc-circle-padding: 22px;
        --itc-logo-size: 140px;
        --itc-logo-img-size: 120px;
    }

    .hero-section.itc-hero-circle .hero-card {
        margin-top: 140px;
    }

    .hero-section.itc-hero-circle .content-circle {
        width: min(520px, 95vw);
        aspect-ratio: auto;
        border-radius: 24px;
    }
}

.our-team .social {
    padding: 0 0 18px 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: -100%;
    right: 10px;
    background: #ffaa17;
    border-radius: 0 0 20px 20px;
    z-index: 1;
    transition: all 0.3s ease 0s;
}


/* .our-team:hover .social{
  top: 0;
} */

.our-team .social li a {
    display: block;
    padding: 15px;
    font-size: 15px;
    color: #232434;
}

.our-team:hover .social li a:hover {
    color: #fff;
}

.our-team .team-content {
    padding: 20px 0;
    background: #fff;
}

/* Speakers slider: keep card heights consistent even with long names */
#speak + section .owl-carousel .our-team .team-content {
    padding: 16px 0;
}

#speak + section .owl-carousel .our-team .team-content span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 1.3;
    min-height: calc(1.3em * 3);
}

.our-team .title {
    font-size: 18px;
    font-weight: bold;
    color: #ffaa17;
    text-transform: capitalize;
    margin: 0 0 20px;
    position: relative;
}

.our-team .title:before {
    content: "";
    width: 25px;
    height: 1px;
    background: #ffaa17;
    position: absolute;
    bottom: -10px;
    right: 50%;
    margin-right: 9px;
    transition-duration: 0.25s;
}

.our-team .title:after {
    content: "";
    width: 25px;
    height: 1px;
    background: #ffaa17;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: 9px;
    transition-duration: 0.25s;
}

.our-team:hover .title:before,
.our-team:hover .title:after {
    width: 50px;
}

.our-team .post {
    display: inline-block;
    font-size: 15px;
    text-transform: capitalize;
}

.our-team .post:before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ffaa17;
    margin: 0 auto;
    position: relative;
    top: -13px;
}

@media only screen and (max-width: 990px) {
    .our-team {
        margin-bottom: 30px;
    }
}


/* desktop view */

#headv2 {
    display: none !important;
}


/* mobile view */

@media (max-width: 767px) {
    #headv1 {
        display: none !important;
    }
    #headv2 {
        display: block !important;
    }
    
    #regbtn2 {
        margin-top: 0 !important;
        padding: 0;
    }
    #infotable{
        overflow: scroll;
    }
    #infotb{
        font-weight: 500 !important; 
        font-size: 12px !important;
    }
}

@media (max-width: 1221px) {

    #neubar a{
        padding-left: 2px;
    }
    .nav-link{
        font-size: 13px;
        
    }
    .regbtn1{
        font-size: 13px !important;
    }
    .fua{
        font-size: 13px !important;
    }
    .dropdown-item {
        font-family: Montserrat;
        font-size: 13px;
        font-weight: 600 !important;
        line-height: 14px !important;
        color: #0F224D !important;
    }
}
@media (max-width: 1057px) {

    #neubar a{
        padding-left: 2px;
    }
    .nav-link{
        font-size: 12px;
        
    }
    .regbtn1{
        font-size: 12px !important;
    }
    .fua{
        font-size: 12px !important;
    }
    .dropdown-item {
        font-family: Montserrat;
        font-size: 12px;
        font-weight: 600 !important;
        line-height: 15px !important;
        color: #0F224D !important;
    }
}
#infotb{
    font-weight: 700; 
    font-size: 18px;

}

/* .fua{
    text-transform: uppercase;
	background: linear-gradient(to right, #0057B8 0%,
    #0057B8 50%,
    #FFD700 50%,
    #FFD700 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-shadow: -1px -1px 0 #0057B8, 1px -1px 0 #FFD700, -1px 1px 0 #0057B8, 1px 1px 0 #FFD700;

   
} */



.fua{
  color: #FFD700;
}
 


  .fua2{
  
    color: #0057B8;
  }
 




/* Main Layout Styles */
.hero-section {
    background-image: url('../images/cover1.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll; /* Removing fixed for better mobile stability */
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-top: 80px; /* Space for navbar */
    padding-bottom: 80px;
}

/* Add a dark overlay to make content pop */
.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 34, 77, 0.4); /* Navy tint overlay */
    z-index: 0;
}

.hero-card {
    position: relative;
    z-index: 2; /* Sit above overlay */
    max-width: 1100px;
    width: 95%;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .hero-section {
        /* Mobile browsers often render fixed backgrounds incorrectly */
        background-attachment: scroll;
        min-height: 110vh;
        padding-bottom: 60px;
    }
}

.text-navy {
    color: #0F224D;
}

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

.section-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #0F224D;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 2rem;
    position: relative;
    padding-bottom: 15px;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background-color: #FFD700;
}

.venue-card img {
    height: 250px;
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.venue-card img:hover {
    transform: scale(1.03);
}

/* Modern Info Card */
.glass-info-card {
    background: #fff;
    border-radius: 20px;
    padding: 2rem;
    height: 100%;
    text-align: center;
    border: 1px solid rgba(15, 34, 77, 0.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.glass-info-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(to right, var(--navy-secondary), var(--accent-gold));
    transition: height 0.3s ease;
    z-index: -1;
}

.glass-info-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.glass-info-card:hover::before {
    height: 100%;
    opacity: 0.05;
}

.glass-info-card i {
    font-size: 2.5rem;
    color: var(--navy-primary); /* Default color */
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
}

.glass-info-card:hover i {
    transform: scale(1.1);
    color: var(--accent-gold);
}


/* CTA Parallax Section */
.cta-parallax {
    position: relative;
    /* background-image: url('../images/complogos/Bannerlight.png'); */
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    padding: 6rem 0;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-parallax::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 34, 77, 0.85); /* Navy overlay */
    z-index: 1;
}

.cta-content {
    position: relative;
    z-index: 2;
}

/* Reduce jank on mobile/iOS and for reduced-motion users */
@media (max-width: 767px), (prefers-reduced-motion: reduce) {
    .hero-section,
    .cta-parallax {
        background-attachment: scroll !important;
    }
}


/* Welcome Section Refresh */
.welcome-section {
    background-color: #fcfcfc;
    /* background-image: radial-gradient(#e0e0e0 1px, transparent 1px); */
    /* background-size: 20px 20px; Subtle dots */
}

.welcome-content-box {
    background: #fff;
    padding: 3rem;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05); /* Soft float */
    border-left: 5px solid var(--accent-gold); /* Gold accent instead of navy for punch */
}


/* Enhanced Speaker Card */
.person-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    transition: all 0.4s ease;
    position: relative;
    border: none;
}

.person-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.person-card img {
    border-radius: 50%;
    width: 180px;
    height: 180px;
    object-fit: cover;
    border: 5px solid rgba(255,170,23, 0.1); /* Soft gold ring */
    padding: 5px;
    transition: all 0.4s ease;
}

.person-card:hover img {
    border-color: var(--accent-gold);
    transform: scale(1.05);
}

.person-card .content {
    padding: 1.5rem;
}

.hover-reveal-btn {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

.person-card:hover .hover-reveal-btn {
    opacity: 1;
    transform: translateY(0);
}


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


/* Layout Utilities */
.section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
}

.section-alt {
    background-color: #f8f9fa; /* Light grey for alternative sections */
}

.section-title {
    font-family: Montserrat;
    font-weight: 700;
    color: #0F224D;
    position: relative;
    margin-bottom: 1.5rem;
    font-size: 2.25rem;
}

.section-divider {
    height: 3px;
    width: 60px;
    background: linear-gradient(to right, var(--navy-secondary), var(--navy-primary));
    margin: 1rem auto;
    border-radius: 2px;
}


.hero-card {
    max-width: 1100px;
    width: 95%;
        margin: 0 auto 20px auto;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.hero-banner-img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.hero-banner-wrap {
    /* Container strictly for positioning, visual styles removed for cleaner banner */
    border-radius: 18px;
    overflow: hidden;
}

.hero-text-box {
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 500px 500px 0 0; /* Semicircle / Dome shape */
    padding: 6rem 3rem 3rem 3rem; /* Extra top padding for the curve */
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    margin: 0; /* Remove vertical margins to sit flush at bottom if needed */
    position: relative;
    z-index: 1;
    /* Ensure it feels anchored at the bottom of the content flow */
}

.hero-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--navy-secondary);
    font-weight: 600;
    margin-bottom: 1rem;
    display: block;
}

.hero-title-main {
    font-family: 'Playfair Display', serif; /* introduce a serif for elegance if possible, else generic serif */
    font-family: 'Montserrat', sans-serif; /* Fallback to sans for now, just weight change */
    font-weight: 800;
    color: #0F224D;
    line-height: 1.3;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hero-date-location {
    display: flex;
    justify-content: center;
    gap: 2rem;
    align-items: center;
    margin-top: 2rem;
    border-top: 1px solid rgba(15, 34, 77, 0.1);
    padding-top: 2rem;
}

.hero-info-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-info-label {
    font-size: 0.85rem;
    text-transform: uppercase;
    color: #666;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
}

.hero-info-value {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0F224D;
}


/* Typography Enhancements for Hero */
.hero-title-main {
    font-size: 2rem;
    line-height: 1.2;
}
@media (max-width: 768px) {
    .hero-title-main {
        font-size: 1.5rem;
    }

    .hero-card {
        width: 100% !important; /* Force full width */
        max-width: 100% !important;
        margin: 0 !important; /* Remove horizontal margins */
    }
    
    .hero-text-box {
        padding: 4rem 1.5rem 2rem 1.5rem; 
        border-radius: 0; /* No rounded corners on mobile */
        border-left: none; /* Remove side borders for cleaner edge-to-edge look */
        border-right: none;
        border-top: 1px solid rgba(255, 255, 255, 0.6); /* Ensure top border remains */
    }
    
    .hero-info-pill {
        flex-direction: column;
        gap: 0.5rem;
        padding: 1.5rem;
        border-radius: 20px;
        width: auto;
        min-width: 200px;
    }

    .hero-info-divider {
        width: 100%;
        height: 1px;
        background: rgba(15, 34, 77, 0.1);
        margin: 0.5rem 0;
    }

    .hero-info-item {
        width: 100%;
        justify-content: center;
    }
}

/* Modern Pill Design for Date/Location */
.hero-info-wrapper {
    display: inline-flex;
    justify-content: center;
    width: 100%;
}

.hero-info-pill {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    padding: 15px 40px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-top: 1rem;
    box-shadow: 0 10px 25px rgba(15, 34, 77, 0.05);
    transition: all 0.3s ease;
}

.hero-info-pill:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 15px 30px rgba(15, 34, 77, 0.1);
}

.hero-info-divider {
    width: 1px;
    height: 30px;
    background: rgba(15, 34, 77, 0.2);
}

.hero-info-item {
    display: flex;
    align-items: center;
    font-size: 1.05rem;
    color: var(--navy-primary);
    font-weight: 600;
}

.hero-info-item i, .hero-info-item svg {
    font-size: 1.2rem;
    margin-right: 10px;
    color: var(--accent-gold);
}


/* Enhance text contrast for transparent card */
.hero-title-main {
    text-shadow: 0 2px 10px rgba(255, 255, 255, 0.8);
}
.hero-subtitle {
     text-shadow: 0 1px 5px rgba(255, 255, 255, 0.8);
}


/* Organizers & Partners Section Improvements */
.partner-grid-wrapper {
    margin-top: 3rem;
}

.partner-category-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--navy-secondary);
    letter-spacing: 1.5px;
    margin-bottom: 1.5rem;
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
}

.partner-category-label::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 2px;
    background-color: var(--accent-gold);
}

.partner-logo-box {
    background: #ffffff;
    border-radius: 16px;
    padding: 2rem;
    height: 180px; /* Consistent height */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid rgba(15, 34, 77, 0.05); /* Subtle border */
    box-shadow: 0 4px 6px rgba(0,0,0,0.02);
}

/* White ISD logo on white card: invert the logo to black/dark so it fits the style */
.partner-logo-box.isd-logo-box {
    background: #ffffff;
    border-color: rgba(15, 34, 77, 0.05); /* Same as others */
}

.partner-logo-box.isd-logo-box img {
    filter: invert(1) brightness(0.2); /* Turns white logo into dark/black */
}

.partner-logo-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(15, 34, 77, 0.08); /* Navy shadow tint */
    border-color: rgba(255, 170, 23, 0.3); /* Gold tint on hover */
}

.partner-logo-box img {
    max-width: 100%;
    max-height: 100px; /* Prevent logos from exploding */
    width: auto;
    object-fit: contain;
    /* filter: grayscale(100%); Removed for full color */
    opacity: 1;
    transition: all 0.4s ease;
}

/* Organizers: keep all logos the same size (don't use the larger variant here) */
#organizers + section .partner-logo-box.large {
    height: 180px;
}

#organizers + section .partner-logo-box.large img {
    height: 100px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

.partner-logo-box:hover img {
    /* filter: grayscale(0%); Removed */
    transform: scale(1.05);
}

/* Specific size adjustments */
.partner-logo-box.large {
    height: 220px;
}
.partner-logo-box.large img {
    max-height: 140px;
}

.partner-logo-box.small {
    height: 120px;
    padding: 1rem;
}
.partner-logo-box.small img {
    max-height: 60px;
}

/* --- Fix 1: Professional Gallery Cards --- */
.gallery-thumb-card {
    width: 100%;
    max-width: 350px; /* Limit max size on larger screens */
    height: 250px;
    object-fit: cover; /* Ensures image fills the box without stretching */
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    display: block;
    margin: 0 auto;
}

.gallery-thumb-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

/* --- Fix 2: Reusable Separator Line --- */
.separator-line {
    width: 60px;
    height: 3px;
    background-color: var(--navy-secondary);
    margin: 0 auto 1.5rem auto; /* Centered with bottom margin */
    border-radius: 2px;
    opacity: 0.9;
}

.separator-line.start {
    margin-left: 0;
    margin-right: 0;
}

/* --- Fix 4: Venue & Country Images --- */
.img-cover-card {
    height: 250px;
    width: 100%;
    object-fit: cover;
    display: block;
    border-radius: 8px; /* Assuming rounded */
}

/* --- Improved Registration Page Styles --- */
.register-bg {
    background-image: url('../images/cover1.jpg'); 
    background-position: center center; 
    background-size: cover; 
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 100vh;
}

.register-container {
    background-color: rgba(255, 255, 255, 0.98);
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.2);
}

.notice-box {
    color: #e67e22; /* darkorange replacement */
    font-weight: 700;
    text-align: center;
    background: rgba(230, 126, 34, 0.1);
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 2rem;
}


