/* ===== FONTS ===== */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&display=swap');

/* ===== ROOT VARIABLES ===== */
:root {
    --teal: #257B8C;
    --dark-teal: #1a5c6a;
    --purple: #652D90;
    --dark-purple: #4a1a6b;
    --gradient-main: linear-gradient(135deg, #257B8C 0%, #652D90 100%);
    --gradient-teal: linear-gradient(to right, #0d3d3d 0%, #257B8C 100%);
    --light-gray: #f0f0f0;
    --white: #ffffff;
    --dark-text: #333333;
    --body-font: 'DIN Offc Pro', 'Segoe UI', Arial, sans-serif;
    --heading-font: 'Oswald', sans-serif;
}

/* ===== GLOBAL STYLES ===== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--body-font);
    color: var(--dark-text);
    overflow-x: hidden;
    line-height: 1.6;
}

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

a {
    text-decoration: none;
    transition: all 0.3s ease;
}

img {
    max-width: 100%;
    height: auto;
}

/* ===== NAVBAR ===== */
.navbar-custom {
    background: transparent;
    padding: 0;
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.navbar-custom .container-fluid {
    display: flex;
    align-items: center;
}

.navbar-custom .navbar-brand img {
    height: 160px;
    width: auto;
}

.navbar-custom .navbar-nav .nav-link {
    color: #ffffff;
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 500;
    padding: 8px 10px;
    letter-spacing: 0.3px;
    transition: color 0.3s ease;
    text-transform: uppercase;
}
nav.navbar .container{
    max-width: 1520px;
}
.navbar-custom .navbar-nav .nav-link:hover,
.navbar-custom .navbar-nav .nav-link.active {
    color: #b2dfdb;
}

.navbar-custom .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.5);
}

.navbar-custom .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.btn-register {
    background: var(--purple);
    color: #ffffff !important;
    border: none;
    border-radius: 100px 0 0 100px;
    padding: 10px 20px !important;
    font-weight: 700 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--body-font);
}
i.fas.fa-arrow-right {
    transform: rotate(-45deg);
}
.btn-register:hover {
    background: #4a1a6b;
    color: #ffffff !important;
}
.inner-hero-section .container {
    max-width: 1480px;
}
.btn-abstract {
    background: var(--teal);
    color: #ffffff !important;
    border: none;
    border-radius: 0 100px 100px 0;
    padding: 10px 30px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: #1a5c6a !important;
}

.btn-abstract:hover {
    background: var(--dark-teal);
    color: #ffffff !important;
}

/* ===== HERO / BANNER SECTION ===== */
.hero-section {
    position: relative;
    min-height: 900px;
    background: url('../images/Arec2026-Banner.jpg') right center / cover no-repeat;
    display: flex;
    align-items: center;
}
.hero-section .hero-content img {
    width: 90%;
    height: auto;
    margin: 0 auto !important;
    max-width: 90%;
}

/* Hero floating light particles */
.hero-particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
    border-radius: 50px 50px 0 0;
}

.hero-dot {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6);
    opacity: 0;
    animation: heroDotFloat linear infinite;
}
.hero-cme-logo {
    position: absolute;
    bottom: 20px;
    right: 50px;
    z-index: 10;
    text-align: right;
}

.hero-cme-logo img {
    width: 30% !important;
    filter: drop-shadow(0 2px 8px rgba(0,0,0,0.3));
}
.hero-dot.d1  { width: 4px;  height: 4px;  left: 8%;   bottom: -10px; animation-duration: 12s; animation-delay: 0s; }
.hero-dot.d2  { width: 6px;  height: 6px;  left: 18%;  bottom: -10px; animation-duration: 10s; animation-delay: 1s; }
.hero-dot.d3  { width: 3px;  height: 3px;  left: 30%;  bottom: -10px; animation-duration: 14s; animation-delay: 3s; }
.hero-dot.d4  { width: 5px;  height: 5px;  left: 42%;  bottom: -10px; animation-duration: 11s; animation-delay: 0.5s; }
.hero-dot.d5  { width: 4px;  height: 4px;  left: 55%;  bottom: -10px; animation-duration: 13s; animation-delay: 2s; }
.hero-dot.d6  { width: 7px;  height: 7px;  left: 65%;  bottom: -10px; animation-duration: 9s;  animation-delay: 4s; }
.hero-dot.d7  { width: 3px;  height: 3px;  left: 75%;  bottom: -10px; animation-duration: 15s; animation-delay: 1.5s; }
.hero-dot.d8  { width: 5px;  height: 5px;  left: 85%;  bottom: -10px; animation-duration: 11s; animation-delay: 3.5s; }
.hero-dot.d9  { width: 4px;  height: 4px;  left: 92%;  bottom: -10px; animation-duration: 12s; animation-delay: 5s; }
.hero-dot.d10 { width: 6px;  height: 6px;  left: 12%;  bottom: -10px; animation-duration: 10s; animation-delay: 6s; }
.hero-dot.d11 { width: 3px;  height: 3px;  left: 48%;  bottom: -10px; animation-duration: 14s; animation-delay: 2.5s; }
.hero-dot.d12 { width: 5px;  height: 5px;  left: 78%;  bottom: -10px; animation-duration: 13s; animation-delay: 7s; }
.hero-dot.d13 { width: 4px;  height: 4px;  left: 22%;  bottom: -10px; animation-duration: 11s; animation-delay: 1.2s; }
.hero-dot.d14 { width: 6px;  height: 6px;  left: 38%;  bottom: -10px; animation-duration: 9.5s; animation-delay: 4.5s; }
.hero-dot.d15 { width: 3px;  height: 3px;  left: 58%;  bottom: -10px; animation-duration: 13.5s; animation-delay: 0.8s; }
.hero-dot.d16 { width: 5px;  height: 5px;  left: 70%;  bottom: -10px; animation-duration: 10.5s; animation-delay: 5.5s; }
.hero-dot.d17 { width: 4px;  height: 4px;  left: 3%;   bottom: -10px; animation-duration: 12.5s; animation-delay: 3.2s; }
.hero-dot.d18 { width: 7px;  height: 7px;  left: 50%;  bottom: -10px; animation-duration: 8.5s;  animation-delay: 6.5s; }
.hero-dot.d19 { width: 3px;  height: 3px;  left: 88%;  bottom: -10px; animation-duration: 14.5s; animation-delay: 2.2s; }
.hero-dot.d20 { width: 5px;  height: 5px;  left: 33%;  bottom: -10px; animation-duration: 11.5s; animation-delay: 8s; }

@keyframes heroDotFloat {
    0% {
        opacity: 0;
        transform: translateY(0) scale(0.5);
    }
    10% {
        opacity: 0.8;
        transform: translateY(-80px) scale(1);
    }
    90% {
        opacity: 0.6;
    }
    100% {
        opacity: 0;
        transform: translateY(-900px) scale(0.3);
    }
}

/* Diagonal light streak */
.hero-light-streak {
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(
        105deg,
        transparent 40%,
        rgba(255, 255, 255, 0.03) 45%,
        rgba(255, 255, 255, 0.06) 50%,
        rgba(255, 255, 255, 0.03) 55%,
        transparent 60%
    );
    animation: heroStreak 8s ease-in-out infinite;
    z-index: 1;
    pointer-events: none;
    border-radius: 50px 50px 0 0;
}

@keyframes heroStreak {
    0% { left: -100%; }
    100% { left: 200%; }
}
/*.hero-section::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #115C6B;
    z-index: -1;
}
*/
.hero-section .container{
    max-width: 1480px;
}
.hero-content {
    color: #ffffff;
    padding: 20px 10px;
    background: linear-gradient(30deg, #652D90, #257B8C, #1a5c6a, #652D90, #257B8C);
    background-size: 300% 300%;
    animation: heroGradientRun 6s ease infinite;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    position: relative;
    z-index: 9;
}

@keyframes heroGradientRun {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* ===== INNER PAGE HERO ===== */
.inner-hero-section {
    position: relative;
    min-height: 400px;
    background: url('../images/Arec2026-Banner.jpg') right center / cover no-repeat;
    display: flex;
    align-items: center;
}
/*.inner-hero-section:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgb(17, 92, 107);
}*/
.inner-hero-section::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #115C6B;
    z-index: -1;
}


.inner-hero-particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
    overflow: hidden;
    border-radius: 50px 50px 0 0;
}

.inner-hero-section .hero-light-streak {
    border-radius: 50px 50px 0 0;
}

.inner-hero-content {
    position: relative;
    z-index: 3;
    padding: 80px 40px 50px 0;
}

.inner-hero-content h1 {
    font-family: var(--heading-font);
    font-size: 52px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
    line-height: 1.2;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
    animation: innerHeroFadeIn 0.8s ease forwards;
    opacity: 0;
}

.inner-hero-breadcrumb {
    font-family: var(--body-font);
    font-size: 18px;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 0;
    animation: innerHeroFadeIn 0.8s ease 0.2s forwards;
    opacity: 0;
}

.inner-hero-extra {
    margin-top: 20px;
    animation: innerHeroFadeIn 0.8s ease 0.4s forwards;
    opacity: 0;
}

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

/* ===== WELCOME SECTION ===== */
.welcome-section {
    padding: 80px 0;
    background: #E5EAEC;
    position: relative;
}

.welcome-images-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
    padding-right: 20px;
}

.welcome-circles {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.welcome-images-wrapper .img-main{position: relative;}
.welcome-images-wrapper .img-main:before{
content: '';
    position: absolute;
    top: 20px;
    /* left: 0; */
    right: 10px;
    width: 100%;
    height: 100%;
    border: solid 2px var(--dark-purple);
    z-index: 1;
    border-radius: 100px 0 80px 80px
}

.welcome-text p.welcome-label{
    font-family: var(--heading-font);
    font-size: 20px;
    color: var(--teal);
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0px;
}

.welcome-title {
    font-family: var(--heading-font);
    font-size: 36px;
    font-weight: 700;
    color: var(--dark-purple);
    line-height: 1.3;
    margin-bottom: 18px;
}

.welcome-text p {
    font-family: var(--body-font);
    font-size: 16px;
    color: #232323;
    line-height: 1.75;
    margin-bottom: 10px;
    font-weight: 500;
}

.welcome-text p strong {
    color: var(--teal);
}

/* ===== WHY ATTEND SECTION ===== */
.why-attend-section {
    padding: 70px 0 0;
    background: #fff;
    position: relative;
    overflow: hidden;
}


.why-attend-inner {
    position: relative;
    z-index: 2;
}

.why-attend-title {
    font-family: var(--heading-font);
    font-size: 50px;
    font-weight: 700;
    color: var(--teal);
    margin-bottom: 22px;
}

.why-attend-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.why-attend-list li {
    font-family: var(--body-font);
    font-size: 16px;
    color: #232323;
    padding: 5px 0;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    line-height: 1.6;
    font-weight: 500;
}

.why-attend-list li i.fa-circle-check {
    color: var(--purple);
    font-size: 18px;
    margin-top: 3px;
    flex-shrink: 0;
}

.why-attend-img-col {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.why-attend-img {
    max-width: 100%;
    max-height: 500px;
    object-fit: contain;
}

/* ===== TARGET AUDIENCE SECTION ===== */
.target-audience-section {
    padding: 80px 0 30px;
    background: #E5EAEC;
    position: relative;
    overflow: visible;
}

/* Floating particles */
.target-particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
}

.particle {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    animation: particleFloat 6s ease-in-out infinite;
}

.particle.p1 { width: 8px; height: 8px; background: rgba(37, 123, 140, 0.3); top: 10%; left: 5%; animation-delay: 0s; animation-duration: 7s; }
.particle.p2 { width: 6px; height: 6px; background: rgba(101, 45, 144, 0.25); top: 25%; left: 90%; animation-delay: 1s; animation-duration: 8s; }
.particle.p3 { width: 10px; height: 10px; background: rgba(37, 123, 140, 0.2); top: 70%; left: 8%; animation-delay: 2s; animation-duration: 6s; }
.particle.p4 { width: 5px; height: 5px; background: rgba(101, 45, 144, 0.3); top: 80%; left: 85%; animation-delay: 0.5s; animation-duration: 9s; }
.particle.p5 { width: 7px; height: 7px; background: rgba(37, 123, 140, 0.25); top: 15%; left: 70%; animation-delay: 3s; animation-duration: 7.5s; }
.particle.p6 { width: 9px; height: 9px; background: rgba(101, 45, 144, 0.2); top: 60%; left: 92%; animation-delay: 1.5s; animation-duration: 8.5s; }
.particle.p7 { width: 6px; height: 6px; background: rgba(37, 123, 140, 0.35); top: 45%; left: 3%; animation-delay: 4s; animation-duration: 6.5s; }
.particle.p8 { width: 8px; height: 8px; background: rgba(101, 45, 144, 0.2); top: 90%; left: 40%; animation-delay: 2.5s; animation-duration: 7s; }

@keyframes particleFloat {
    0% {
        opacity: 0;
        transform: translateY(0) scale(0.5);
    }
    25% {
        opacity: 1;
    }
    50% {
        transform: translateY(-30px) scale(1);
    }
    75% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translateY(-60px) scale(0.5);
    }
}

.target-wrapper {
    position: relative;
    z-index: 2;
        margin-top: 40px;
}

.target-center {
    position: relative;
    width: 100%;
    max-width: 1100px;
    height: 680px;
    margin: 0 auto;
}

.target-circle-main {
    width: 440px;
    height: 440px;
    border-radius: 50%;
    background: linear-gradient(180deg, #1a3a5c 0%, var(--purple) 70%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    box-shadow: 0 15px 50px rgba(101, 45, 144, 0.3),
               0 0 80px rgba(101, 45, 144, 0.15),
               inset 0 0 60px rgba(255, 255, 255, 0.05);
    overflow: hidden;
}

.target-circle-main::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(from 0deg, transparent, rgba(255,255,255,0.08), transparent, rgba(255,255,255,0.05), transparent);
    animation: circleShimmer 8s linear infinite;
    z-index: 0;
}

.target-circle-main h3,
.target-circle-main p {
    position: relative;
    z-index: 1;
}

@keyframes circleShimmer {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.target-circle-main h3 {
    font-family: var(--heading-font);
    font-size: 50px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 8px;
    line-height: 1.2;
}

.target-circle-main p {
    font-family: var(--body-font);
    font-size: 20px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.5;
}

.target-ring {
    position: absolute;
    width: 480px;
    height: 480px;
    border: 2px dashed rgba(37, 123, 140, 0.6);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.target-ring::before {
    content: '';
    position: absolute;
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
    border-radius: 50%;
    border: 1px solid rgba(37, 123, 140, 0.15);
    animation: ringGlowPulse 3s ease-in-out infinite;
}

.target-ring::after {
    content: '';
    position: absolute;
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    border-radius: 50%;
    border: 1px solid rgba(37, 123, 140, 0.1);
    animation: ringGlowPulse 3s ease-in-out infinite 1.5s;
}

@keyframes ringGlowPulse {
    0%, 100% {
        opacity: 0.3;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.02);
    }
}

/* Orbiting dots on the ring */
.orbit-dot {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--teal);
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -5px;
    z-index: 3;
}

.orbit-dot.od1 {
    animation: orbitDot 12s linear infinite;
    box-shadow: 0 0 8px rgba(37, 123, 140, 0.6);
}
.orbit-dot.od2 {
    animation: orbitDot 12s linear infinite 4s;
    width: 7px;
    height: 7px;
    margin: -3.5px 0 0 -3.5px;
    opacity: 0.7;
    box-shadow: 0 0 6px rgba(37, 123, 140, 0.5);
}
.orbit-dot.od3 {
    animation: orbitDot 12s linear infinite 8s;
    width: 6px;
    height: 6px;
    margin: -3px 0 0 -3px;
    background: var(--purple);
    opacity: 0.6;
    box-shadow: 0 0 6px rgba(101, 45, 144, 0.5);
}

@keyframes orbitDot {
    0%   { transform: rotate(0deg)   translateX(240px) rotate(0deg); }
    100% { transform: rotate(360deg) translateX(240px) rotate(-360deg); }
}

.target-item {
    position: absolute;
    display: flex;
    align-items: center;
    z-index: 3;
}

.target-item .icon-circle {
    width: 70px;
    height: 70px;
    min-width: 70px;
    border-radius: 50%;
    background: #E5EAEC;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    animation: iconPulse 3s ease-in-out infinite;
    transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
    cursor: pointer;
}

.target-item .icon-circle:hover {
    background: rgba(37, 123, 140, 0.15);
    box-shadow: 0 0 20px rgba(37, 123, 140, 0.3), 0 0 40px rgba(37, 123, 140, 0.1);
    transform: scale(1.15) !important;
    animation-play-state: paused;
}

.target-item .icon-circle:hover img {
    filter: drop-shadow(0 0 4px rgba(37, 123, 140, 0.5));
}

.target-item:nth-child(odd) .icon-circle {
    animation-delay: 0.5s;
}

.target-item:nth-child(even) .icon-circle {
    animation-delay: 1.2s;
}

.target-item .icon-circle img {
    width: 42px;
    height: 42px;
    object-fit: contain;
}

.target-item .label-card {
    background: #ffffff;
    width: 400px;
    padding: 14px 6px 14px 28px;
    border-radius: 50px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 0;
    justify-content: space-between;
}

/* Right-side items: icon on left edge, text right */
.target-item.pos-top-right .label-card,
.target-item.pos-right .label-card,
.target-item.pos-bottom-right .label-card,
.target-item.pos-bottom-right-low .label-card {
    padding: 14px 28px 14px 6px;
    gap: 14px;
}

.target-item .label-card span {
    font-family: var(--body-font);
    font-size: 18px;
    font-weight: 600;
    color: var(--dark-text);
    line-height: 1.3;
    flex: 1;
}

/* ===== ICON PULSE ANIMATION ===== */
@keyframes iconPulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    }
    50% {
        transform: scale(1.08);
        box-shadow: 0 6px 25px rgba(37, 123, 140, 0.25);
    }
}

@keyframes iconFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

.target-item:nth-child(3) .icon-circle { animation: iconPulse 3s ease-in-out infinite, iconFloat 4s ease-in-out infinite; }
.target-item:nth-child(5) .icon-circle { animation: iconPulse 3s ease-in-out infinite 0.3s, iconFloat 4.5s ease-in-out infinite 0.5s; }
.target-item:nth-child(7) .icon-circle { animation: iconPulse 3s ease-in-out infinite 0.6s, iconFloat 3.5s ease-in-out infinite 1s; }
.target-item:nth-child(9) .icon-circle { animation: iconPulse 3s ease-in-out infinite 0.9s, iconFloat 5s ease-in-out infinite 0.3s; }

/* ===== CONTINUOUS FLOATING FOR LABEL CARDS ===== */
@keyframes cardFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

.target-item.pos-top .label-card          { animation: cardFloat 5s   ease-in-out infinite; }
.target-item.pos-top-left .label-card      { animation: cardFloat 5.5s ease-in-out infinite 0.3s; }
.target-item.pos-top-right .label-card     { animation: cardFloat 4.8s ease-in-out infinite 0.6s; }
.target-item.pos-upper-left .label-card    { animation: cardFloat 5.2s ease-in-out infinite 1s; }
.target-item.pos-right .label-card         { animation: cardFloat 4.5s ease-in-out infinite 0.8s; }
.target-item.pos-left .label-card          { animation: cardFloat 5.4s ease-in-out infinite 1.2s; }
.target-item.pos-bottom-right .label-card  { animation: cardFloat 5s   ease-in-out infinite 0.5s; }
.target-item.pos-bottom-left-low .label-card  { animation: cardFloat 4.7s ease-in-out infinite 1.5s; }
.target-item.pos-bottom-right-low .label-card { animation: cardFloat 5.3s ease-in-out infinite 0.9s; }

/* ===== CONNECTOR LINE PULSE ===== */
@keyframes linePulse {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}

.target-item::after {
    animation: linePulse 2.5s ease-in-out infinite;
}
.target-item.pos-top-left::after       { animation-delay: 0s; }
.target-item.pos-top-right::after      { animation-delay: 0.3s; }
.target-item.pos-upper-left::after     { animation-delay: 0.6s; }
.target-item.pos-right::after          { animation-delay: 0.9s; }
.target-item.pos-left::after           { animation-delay: 1.2s; }
.target-item.pos-bottom-right::after   { animation-delay: 1.5s; }
.target-item.pos-bottom-left-low::after{ animation-delay: 1.8s; }
.target-item.pos-bottom-right-low::after{ animation-delay: 2.1s; }

/* ===== MAIN CIRCLE BREATHING ===== */
@keyframes circleBreathe {
    0%, 100% {
        box-shadow: 0 15px 50px rgba(101, 45, 144, 0.3),
                   0 0 80px rgba(101, 45, 144, 0.15),
                   inset 0 0 60px rgba(255, 255, 255, 0.05);
    }
    50% {
        box-shadow: 0 20px 70px rgba(101, 45, 144, 0.45),
                   0 0 120px rgba(101, 45, 144, 0.25),
                   inset 0 0 80px rgba(255, 255, 255, 0.08);
    }
}

.target-circle-main {
    animation: circleBreathe 4s ease-in-out infinite;
}

/* ===== POSITION TARGET ITEMS ===== */
/* Item 1 - Top Center */
.target-item.pos-top {
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
}

/* Item 9 - Top Left (Nurses) */
.target-item.pos-top-left {
    top: 100px;
    left: -90px;
}

/* Item 2 - Top Right (Practicing Internists) */
.target-item.pos-top-right {
    top: 100px;
    right: -90px;
}

/* Item 8 - Mid Left (Pharmacists) */
.target-item.pos-upper-left {
    top: 230px;
    left: -150px;
}

/* Item 3 - Mid Right (Healthcare Administrators) */
.target-item.pos-right {
    top: 230px;
    right: -150px;
}

/* Item 7 - Lower Left (Public Health) */
.target-item.pos-left {
    top: 364px;
    left: -150px;
}

/* Item 4 - Lower Right (Medical students) */
.target-item.pos-bottom-right {
   top: 364px;
    right: -150px;
}

/* Item 6 - Bottom Left (Researchers) */
.target-item.pos-bottom-left-low {
    top: 500px;
    left: -90px;
}

/* Item 5 - Bottom Right (Medical students) */
.target-item.pos-bottom-right-low {
    top: 500px;
    right: -90px;
}

/* ===== CONNECTOR LINES FROM ITEMS TO RING ===== */
.target-item::after {
    content: '';
    position: absolute;
    background: linear-gradient(90deg, rgba(37, 123, 140, 0.3), rgba(37, 123, 140, 1), rgba(37, 123, 140, 0.3));
    z-index: 1;
    border-radius: 2px;
}

/* Top center - vertical line down from icon to ring */
.target-item.pos-top::after {
    width: 2px;
    height: 60px;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
}

/* Left-side items: line goes from right edge of icon toward center-right */
/* Top Left (Nurses) */
.target-item.pos-top-left::after {
     width: 73px;
    height: 2px;
    top: 50%;
    right: -73px;
    transform: translateY(-50%) rotate(21deg);
    transform-origin: left center;
}

/* Upper Left (Pharmacists) */
.target-item.pos-upper-left::after {
width: 68px;
    height: 2px;
    top: 50%;
    right: -68px;
    transform: translateY(-50%) rotate(17deg);
    transform-origin: left center;
}

/* Left (Public Health) */
.target-item.pos-left::after {
width: 76px;
    height: 2px;
    top: 50%;
    right: -76px;
    transform: translateY(-50%) rotate(6deg);
    transform-origin: left center;
}

/* Bottom Left Low (Researchers) */
.target-item.pos-bottom-left-low::after {
    width: 80px;
    height: 2px;
    top: 50%;
    right: -80px;
    transform: translateY(-50%) rotate(-36deg);
    transform-origin: left center;
}

/* Right-side items: line goes from left edge of icon toward center-left */
/* Top Right (Practicing Internists) */
.target-item.pos-top-right::after {
    width: 73px;
    height: 2px;
    top: 50%;
    left: -72px;
    transform: translateY(-50%) rotate(-21deg);
    transform-origin: right center;
}

/* Mid Right (Healthcare Administrators) */
.target-item.pos-right::after {
 width: 68px;
    height: 2px;
    top: 50%;
    left: -67px;
    transform: translateY(-50%) rotate(-17deg);
    transform-origin: right center;
}

/* Bottom Right (Medical students) */
.target-item.pos-bottom-right::after {
      width: 76px;
    height: 2px;
    top: 50%;
    left: -76px;
    transform: translateY(-50%) rotate(-8deg);
    transform-origin: right center;
}

/* Bottom Right Low (Medical students) */
.target-item.pos-bottom-right-low::after {
    width: 80px;
    height: 2px;
    top: 50%;
    left: -80px;
    transform: translateY(-50%) rotate(36deg);
    transform-origin: right center;
}

/* ===== SCROLL ANIMATIONS ===== */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.animate-on-scroll.animated {
    opacity: 1;
    transform: translateY(0);
}

/* Fade in from left */
.animate-left {
    opacity: 0;
    transform: translateX(-60px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.animate-left.animated {
    opacity: 1;
    transform: translateX(0);
}

/* Fade in from right */
.animate-right {
    opacity: 0;
    transform: translateX(60px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.animate-right.animated {
    opacity: 1;
    transform: translateX(0);
}

/* Scale up */
.animate-scale {
    opacity: 0;
    transform: scale(0.7);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.animate-scale.animated {
    opacity: 1;
    transform: scale(1);
}

/* Stagger children delay */
.stagger-1 { transition-delay: 0.1s; }
.stagger-2 { transition-delay: 0.2s; }
.stagger-3 { transition-delay: 0.3s; }
.stagger-4 { transition-delay: 0.4s; }
.stagger-5 { transition-delay: 0.5s; }
.stagger-6 { transition-delay: 0.6s; }
.stagger-7 { transition-delay: 0.7s; }
.stagger-8 { transition-delay: 0.8s; }
.stagger-9 { transition-delay: 0.9s; }

/* ===== TARGET AUDIENCE ANIMATIONS ===== */
.target-circle-main.animate-scale {
    transform: scale(0.5);
    transition: opacity 1s ease, transform 1s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.target-circle-main.animate-scale.animated {
    transform: translate(-50%, -50%) scale(1);
}

.target-ring.animate-scale {
    transform: scale(0) translate(-50%, -50%);
    transition: opacity 1.2s ease, transform 1.2s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition-delay: 0.3s;
}

.target-ring.animate-scale.animated {
    transform: scale(1) translate(-50%, -50%);
}

@keyframes ringRotate {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

.target-ring.animated {
    transform: translate(-50%, -50%);
}

/* Target items fly in from their sides */
.target-item.animate-target-item {
    opacity: 0;
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.pos-top.animate-target-item {
    transform: translateX(-50%) translateY(-40px);
}
.pos-top.animate-target-item.animated {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.pos-top-left.animate-target-item,
.pos-upper-left.animate-target-item,
.pos-left.animate-target-item,
.pos-bottom-left-low.animate-target-item {
    transform: translateX(-60px);
}
.pos-top-left.animate-target-item.animated,
.pos-upper-left.animate-target-item.animated,
.pos-left.animate-target-item.animated,
.pos-bottom-left-low.animate-target-item.animated {
    opacity: 1;
    transform: translateX(0);
}

.pos-top-right.animate-target-item,
.pos-right.animate-target-item,
.pos-bottom-right.animate-target-item,
.pos-bottom-right-low.animate-target-item {
    transform: translateX(60px);
}
.pos-top-right.animate-target-item.animated,
.pos-right.animate-target-item.animated,
.pos-bottom-right.animate-target-item.animated,
.pos-bottom-right-low.animate-target-item.animated {
    opacity: 1;
    transform: translateX(0);
}

/* Connector lines grow */
.target-item::after {
    transition: width 0.5s ease;
}

/* Why Attend list item animation */
.why-attend-list li.animate-on-scroll {
    transform: translateX(-30px);
}
.why-attend-list li.animate-on-scroll.animated {
    transform: translateX(0);
}

/* Navbar fade-in on load */
@keyframes navFadeDown {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
}

.navbar-custom {
    animation: navFadeDown 0.8s ease forwards;
}

/* Hero content fade-in on load */
@keyframes heroFadeIn {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

.hero-content {
    animation: heroFadeIn 1s ease 0.3s forwards, heroGradientRun 6s ease infinite;
    opacity: 0;
}

/* Button hover scale */
.btn-register,
.btn-abstract {
    transition: all 0.3s ease, transform 0.2s ease;
}
.btn-register:hover,
.btn-abstract:hover {
    transform: scale(1.05);
}

/* Label card hover */
.target-item .label-card {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease, border-color 0.3s ease;
    border: 2px solid transparent;
}
.target-item .label-card:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 12px 35px rgba(37, 123, 140, 0.2), 0 0 15px rgba(37, 123, 140, 0.08);
    border-color: rgba(37, 123, 140, 0.3);
}
.target-item .label-card:hover .icon-circle {
    background: rgba(37, 123, 140, 0.12);
    box-shadow: 0 0 15px rgba(37, 123, 140, 0.25);
}
.target-item .label-card:hover span {
    color: var(--teal);
    transition: color 0.3s ease;
}

/* Why attend image float */
@keyframes floatUpDown {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
}
.why-attend-img {
    animation: floatUpDown 4s ease-in-out infinite;
}

/* Welcome circles subtle rotation */
@keyframes subtleBounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}
.img-circle-small {
    animation: subtleBounce 3s ease-in-out infinite;
}
.img-circle-small:nth-child(2) {
    animation-delay: 0.5s;
}

/* ===== BACK TO TOP ===== */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--gradient-main);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    box-shadow: 0 4px 15px rgba(37, 123, 140, 0.4);
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease;
    z-index: 9999;
    cursor: pointer;
    text-decoration: none;
}

.back-to-top.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.back-to-top:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(37, 123, 140, 0.5);
    color: #ffffff;
}

/* ===== FOOTER ===== */
.footer-section {
    background: var(--gradient-main);
    padding: 18px 0;
    text-align: center;
    color: #fff;
}
.footer-section a{
    color: #fff;
}
.footer-section p {
    font-family: var(--body-font);
    font-size: 15px;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

.nav-buttons-wrap {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

button.accordion-button {
    font-size: 20px;
}
.accordion-button:not(.collapsed) {
    background: var(--teal);
    color: #fff;
}
/* ===== RESPONSIVE NAVBAR ===== */
@media (max-width: 991px) {
    .navbar-custom .navbar-brand img {
        height: 120px;
    }

    .navbar-custom .navbar-collapse {
        background: rgba(10, 50, 60, 0.95);
        backdrop-filter: blur(10px);
        border-radius: 0 0 16px 16px;
        padding: 15px 10px;
        margin-top: 5px;
                position: absolute;
                margin-top: 500px;
    }

    .navbar-custom .navbar-nav {
        align-items: flex-start !important;
    }

    .navbar-custom .navbar-nav .nav-link {
        padding: 10px 0 !important;
        font-size: 16px;
        border-bottom: 1px solid rgba(255,255,255,0.1);
        width: 100%;
    }

    .navbar-custom .navbar-nav .nav-link:last-child {
        border-bottom: none;
    }

    .btn-register,
    .btn-abstract {
        font-size: 14px !important;
        padding: 10px 22px !important;
    }

    .inner-hero-content {
        padding-top: 20px;
    }

    .inner-hero-content h1 {
        font-size: 28px;
    }
}

@media (max-width: 576px) {
    .navbar-custom .navbar-brand img {
        height: 120px;
    }

    .btn-register,
    .btn-abstract {
            font-size: 18px !important;
        padding: 9px 16px !important;
        letter-spacing: 0.5px;
                margin: 0 !important;
    }

    .inner-hero-section {
        min-height: 220px;
    }

    .inner-hero-content {
        padding: 10px 10px 20px 0;
    }

    .inner-hero-content h1 {
        font-size: 24px;
    }

    .inner-hero-breadcrumb {
        font-size: 13px;
    }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1199px) {
    .target-center {
        max-width: 900px;
        height: 620px;
    }
    .target-ring {
        width: 400px;
        height: 400px;
    }
    .target-circle-main {
        width: 260px;
        height: 260px;
    }
    .target-item .label-card {
        width: 340px;
        padding: 10px 4px 10px 22px;
    }
    .target-item.pos-top-right .label-card,
    .target-item.pos-right .label-card,
    .target-item.pos-bottom-right .label-card,
    .target-item.pos-bottom-right-low .label-card {
        padding: 10px 22px 10px 4px;
    }
    .target-item .label-card span {
        font-size: 16px;
    }
    .target-item .icon-circle {
        width: 60px;
        height: 60px;
        min-width: 60px;
    }
    .target-item .icon-circle img {
        width: 36px;
        height: 36px;
    }
    .target-item.pos-top-left,
    .target-item.pos-top-right {
        top: 85px;
    }
    .target-item.pos-upper-left,
    .target-item.pos-right {
        top: 225px;
    }
    .target-item.pos-left,
    .target-item.pos-bottom-right {
        top: 370px;
    }
    .target-item.pos-bottom-left-low,
    .target-item.pos-bottom-right-low {
        top: 510px;
    }
}

@media (max-width: 991px) {
    .hero-section::before {
        width: 80%;
    }

    .welcome-images-wrapper {
        justify-content: center;
        margin-bottom: 40px;
    }

    .target-center {
        max-width: 700px;
        height: 580px;
    }

    .target-ring {
        width: 360px;
        height: 360px;
    }

    .target-circle-main {
        width: 220px;
        height: 220px;
    }

    .target-circle-main h3 {
        font-size: 28px;
    }

    .target-item .label-card {
        width: 280px;
        padding: 8px 8px 8px 18px;
    }

    .target-item.pos-top-right .label-card,
    .target-item.pos-right .label-card,
    .target-item.pos-bottom-right .label-card,
    .target-item.pos-bottom-right-low .label-card {
        padding: 8px 18px 8px 8px;
    }

    .target-item .label-card span {
        font-size: 13px;
    }

    .target-item .icon-circle {
        width: 50px;
        height: 50px;
        min-width: 50px;
    }

    .target-item .icon-circle img {
        width: 30px;
        height: 30px;
    }

    .target-item.pos-top-left,
    .target-item.pos-top-right {
        top: 75px;
    }
    .target-item.pos-upper-left,
    .target-item.pos-right {
        top: 200px;
    }
    .target-item.pos-left,
    .target-item.pos-bottom-right {
        top: 325px;
    }
    .target-item.pos-bottom-left-low,
    .target-item.pos-bottom-right-low {
        top: 450px;
    }
}

/* ===== MEMBER CARD REDESIGN ===== */
.MemberData {
    background: #E5EAEC;
}

.team-card {
    border: none;
    border-radius: 20px;
    overflow: visible;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    background: #ffffff;
}

.team-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.14);
}

.team-card .card-header-bg {
    position: relative;
    background: linear-gradient(30deg, rgb(101, 45, 144), rgb(37, 123, 140), rgb(26, 92, 106), rgb(101, 45, 144), rgb(37, 123, 140)) 0% 0% / 300% 300%;
    animation: 6s ease 0s infinite normal none running heroGradientRun;
    height: 100px;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}

.team-card .card-header-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/Arec2026-Banner.jpg') center bottom / cover no-repeat;
    opacity: 0.12;
}

.team-card .card-photo {
    position: relative;
    margin-top: -75px;
    z-index: 2;
    display: flex;
    justify-content: center;
}

.team-card .card-photo img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid var(--teal);
    box-shadow: 0 6px 20px rgba(37, 123, 140, 0.3);
    background: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-card:hover .card-photo img {
    transform: scale(1.05);
    box-shadow: 0 8px 28px rgba(37, 123, 140, 0.45);
}

.team-card .card-body {
    padding: 15px 20px 25px;
    text-align: center;
}

.team-card .card-body .card-title {
    font-family: var(--heading-font);
    font-size: 20px;
    font-weight: 700;
    color: #115C6B;
    margin-bottom: 8px;
    line-height: 1.3;
}

.team-card .card-body .card-position {
    font-family: var(--body-font);
    font-size: 14px;
    color: #257B8C;
    font-weight: 600;
    margin-bottom: 4px;
}

.team-card .card-body .card-title-text {
    font-family: var(--body-font);
    font-size: 13px;
    color: #666;
    line-height: 1.5;
    margin-bottom: 0;
}

.team-card .card-body .card-flag {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 3;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.team-card .card-footer-btn {
    padding: 0 20px 25px;
    text-align: center;
}

.team-card .btn-view-bio {
    display: inline-block;
    background: linear-gradient(135deg, var(--teal), var(--purple));
    color: #ffffff;
    font-family: var(--heading-font);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 35px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(37, 123, 140, 0.3);
}

.team-card .btn-view-bio:hover {
    background: linear-gradient(135deg, var(--dark-teal), var(--dark-purple));
    box-shadow: 0 6px 20px rgba(37, 123, 140, 0.5);
    transform: translateY(-2px);
}

/* Bio Modal Redesign */
.bio-modal .modal-content {
    border: none;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.bio-modal .modal-header {
    background: linear-gradient(135deg, #115C6B, #257B8C);
    border-bottom: none;
    padding: 20px 30px;
}

.bio-modal .modal-header .modal-title {
    color: #ffffff;
    font-family: var(--heading-font);
    font-weight: 700;
    font-size: 22px;
}

.bio-modal .modal-header .btn-close {
    filter: brightness(0) invert(1);
    opacity: 0.8;
}

.bio-modal .modal-header .btn-close:hover {
    opacity: 1;
}

.bio-modal .modal-body {
    padding: 30px;
}

.bio-modal .bio-photo-wrapper {
    position: relative;
    display: inline-block;
}

.bio-modal .bio-photo-wrapper img {
    width: 100%;
    max-width: 200px;
    border-radius: 50%;
    border: 4px solid var(--teal);
    box-shadow: 0 6px 20px rgba(37, 123, 140, 0.25);
    object-fit: cover;
    aspect-ratio: 1;
}

.bio-modal .bio-text {
    font-size: 15px;
    line-height: 1.7;
    color: #444;
}

.bio-modal .bio-text p {
    margin-bottom: 12px;
}

/* Section headings for speaker types */
.MemberData .section-category-title {
    font-family: var(--heading-font);
    font-size: 32px;
    font-weight: 700;
    color: #115C6B;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

.MemberData .section-category-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: var(--gradient-main);
    border-radius: 2px;
}

@media (max-width: 767px) {
    .hero-section {
        min-height: auto;
        padding: 140px 0 40px;
        align-items: flex-start;
    }
.hero-cme-logo {
    bottom: 10px;
    right: 0;
    text-align: right;
}
.hero-cme-logo img {
    width: 40% !important;
}
    .hero-section::before {
        width: 100%;
    }

    .hero-section .container {
        padding-left: 0;
    }

    .hero-content {
        margin-left: 0;
        padding: 30px 20px;
        width: 85%;
                margin: 0 auto;
        display: block;
    }
button.navbar-toggler {
    background: #35afc7;
}
    .hero-section .hero-content img {
        width: 100%;
    }

    .welcome-section,
    .why-attend-section,
    .target-audience-section {
        padding: 50px 0 0;
    }

    .welcome-title {
        font-size: 22px;
    }

    .why-attend-title {
        font-size: 26px;
    }

    .why-attend-img {
        margin-top: 30px;
        max-height: 300px;
    }

    .target-center {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
        padding: 20px 0;
        overflow: visible;
    }

    .target-circle-main {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        transform: none !important;
        width: 300px;
        height: 300px;
        margin: 0 auto 25px;
    }

    .target-ring {
        display: none;
    }

    .target-item::after {
        display: none;
    }

    .target-item {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        transform: none !important;
    }

    .target-item .label-card {
        width: 380px;
        white-space: normal;
        padding: 10px 10px 10px 20px !important;
     padding: 10px 20px 10px 10px !important;
        flex-direction: row !important;
        justify-content: flex-start !important;
        gap: 14px !important;
    }

    .target-item .label-card .icon-circle {
        order: -1;
    }

    .target-item .label-card span {
        font-size: 18px;
        order: 1;
    }

    .target-item .icon-circle {
        width: 55px;
        height: 55px;
        min-width: 55px;
    }

    .target-item .icon-circle img {
        width: 32px;
        height: 32px;
    }

    /* Inner Hero Mobile */
    .inner-hero-section {
        min-height: 280px;
        border-radius: 30px 30px 0 0;
    }

    .inner-hero-content {
        padding: 120px 15px 30px 0;
    }

    .inner-hero-content h1 {
        font-size: 32px;
    }

    .inner-hero-breadcrumb {
        font-size: 15px;
    }

    /* Member Cards Mobile */
    .team-card .card-header-bg {
        height: 140px;
    }

    .team-card .card-photo {
        margin-top: -60px;
    }

    .team-card .card-photo img {
        width: 120px;
        height: 120px;
        border-width: 4px;
    }

    .team-card .card-body .card-title {
        font-size: 18px;
    }

    .team-card .btn-view-bio {
        padding: 8px 28px;
        font-size: 13px;
    }
}

/* ===== COMMITTEE TABS ===== */
.committee-primary-tabs {
    gap: 0;
}

.primary-tab {
    background: #1a3a5c;
    color: #fff;
    border: none;
    padding: 14px 40px;
    font-size: 18px;
    
    font-weight: 600;
    font-family: var(--heading-font);
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: background 0.3s ease;
    text-transform: uppercase;
}

.primary-tab:hover {
    background: #143050;
}

.primary-tab.active {
    background: var(--teal);
}

.committee-sub-tabs {
    display: flex;
    justify-content: center;
    gap: 0;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.committee-sub-tabs::-webkit-scrollbar {
    display: none;
}

.sub-tab {
    background: #1a3a5c;
    color: #fff;
    border: none;
    border-right: 1px solid rgba(255,255,255,0.15);
    padding: 10px 18px;
    font-size: 18px;
    font-weight: 500;
    font-family: var(--heading-font);
    cursor: pointer;
    transition: background 0.3s ease;
    white-space: nowrap;
    flex: 0 0 auto;
}

.sub-tab:last-child {
    border-right: none;
}

.sub-tab:hover {
    background: #143050;
}

.sub-tab.active {
    background: #3bb8c4;
}

@media (max-width: 768px) {
    .primary-tab {
        padding: 10px 20px;
        font-size: 14px;
    }
  .sub-tab {
        padding: 10px 16px;
        font-size: 16px;
        white-space: normal;
        text-align: center;
        flex: 1 1 auto;
        min-width: 0;
    }
    .committee-sub-tabs {
        flex-wrap: wrap;
        gap: 4px;
        overflow-x: visible;
    }
}
section.MemberData.AbstractPage a.btn.btn-register.my-4.px-5.py-3 {
    border-radius: 100px;
    padding: 12px 46px !important;
    font-size: 18px !important;
}
/* ===== CONTACT PAGE ===== */
.contact-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.contact-info-wrap {
    background: var(--gradient-main);
    border-radius: 20px;
    padding: 40px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    color: #fff;
}

.contact-logo {
    margin-bottom: 20px;
}

.contact-logo img {
    max-width: 180px;
    height: auto;
}

.contact-info-title {
    font-family: var(--heading-font);
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid rgba(255,255,255,0.2);
}

.contact-info-cards {
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex: 1;
}

.contact-info-card {
    display: flex;
    align-items: center;
    gap: 15px;
    background: rgba(255,255,255,0.1);
    border-radius: 12px;
    padding: 18px 20px;
    text-decoration: none;
    color: #fff;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
}

.contact-info-card:hover {
    background: rgba(255,255,255,0.2);
    transform: translateX(5px);
    color: #fff;
}

.contact-info-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255,255,255,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.contact-info-label {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.7;
    margin-bottom: 2px;
}

.contact-info-value {
    display: block;
    font-size: 15px;
    font-weight: 500;
}

.contact-socials {
    display: flex;
    gap: 12px;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 2px solid rgba(255,255,255,0.2);
}

.contact-socials a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255,255,255,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact-socials a:hover {
    background: #fff;
    color: var(--teal);
    transform: translateY(-3px);
}

.contact-form-wrap {
    background: #fff;
    border-radius: 20px;
    padding: 40px 35px;
    height: 100%;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}

.contact-form-title {
    font-family: var(--heading-font);
    font-size: 32px;
    font-weight: 700;
    color: var(--dark-text);
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contact-form-subtitle {
    color: #777;
    font-size: 15px;
    margin-bottom: 30px;
}

.contact-field {
    position: relative;
}

.contact-field i {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    color: var(--teal);
    font-size: 14px;
    z-index: 1;
}

.contact-field textarea ~ i {
    top: 20px;
    transform: none;
}

.contact-field input,
.contact-field textarea {
    width: 100%;
    padding: 14px 16px 14px 44px;
    border: 2px solid #e8e8e8;
    border-radius: 10px;
    font-size: 14px;
    font-family: var(--body-font);
    color: var(--dark-text);
    background: #fafafa;
    transition: all 0.3s ease;
    outline: none;
}

.contact-field input:focus,
.contact-field textarea:focus {
    border-color: var(--teal);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(37, 123, 140, 0.1);
}

.contact-field input::placeholder,
.contact-field textarea::placeholder {
    color: #aaa;
}

.contact-field textarea {
    resize: vertical;
    min-height: 120px;
}

.contact-submit-btn {
    background: var(--gradient-main);
    color: #fff;
    border: none;
    padding: 15px 40px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--heading-font);
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.contact-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(37, 123, 140, 0.35);
}

.contact-submit-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

@media (max-width: 991px) {
    .contact-section {
        padding: 50px 0;
    }
    .contact-info-wrap {
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .contact-form-wrap {
        padding: 25px 20px;
    }
    .contact-info-wrap {
        padding: 30px 20px;
    }
    .contact-form-title {
        font-size: 26px;
    }
}

/* ===== VENUE EXPLORE SECTION ===== */
.venue-explore {
    padding: 80px 0;
    background: #fff;
}

.explore-block {
    margin-bottom: 60px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

.explore-block:last-child {
    margin-bottom: 0;
}

.explore-img {
    height: 100%;
    min-height: 350px;
    overflow: hidden;
}

.explore-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.explore-block:hover .explore-img img {
    transform: scale(1.05);
}

.explore-text {
    padding: 45px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    background: #f8f9fa;
}

.explore-block-reverse .explore-text {
    background: var(--gradient-main);
    color: #fff;
}

.explore-text h2 {
    font-family: var(--heading-font);
    font-size: 28px;
    font-weight: 700;
    color: var(--dark-teal);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    line-height: 1.3;
}

.explore-block-reverse .explore-text h2 {
    color: #fff;
}

.explore-text p {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 15px;
}

.explore-block-reverse .explore-text p {
    color: rgba(255,255,255,0.9);
}

.explore-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 12px 30px;
    border-radius: 50px;
    font-family: var(--heading-font);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all 0.3s ease;
    width: fit-content;
}

.explore-block .explore-btn {
    background: var(--gradient-main);
    color: #fff;
}

.explore-block .explore-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 123, 140, 0.35);
    color: #fff;
}

.explore-block-reverse .explore-btn {
    background: #fff;
    color: var(--teal);
}

.explore-block-reverse .explore-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255,255,255,0.3);
    color: var(--dark-teal);
}

@media (max-width: 991px) {
    .venue-explore {
        padding: 50px 0;
    }
    .explore-block {
        margin-bottom: 40px;
    }
    .explore-img {
        min-height: 280px;
    }
    .explore-text {
        padding: 30px 25px;
    }
    .explore-text h2 {
        font-size: 24px;
    }
}

@media (max-width: 576px) {
    .explore-img {
        min-height: 220px;
    }
    .explore-text {
        padding: 25px 20px;
    }
    .explore-text h2 {
        font-size: 22px;
    }
}

/* ===== ABOUT PAGE ===== */
.about-section {
    background: #E5EAEC;
    min-height: 300px;
}

.about-heading {
    font-family: var(--heading-font);
    font-size: 36px;
    font-weight: 700;
    color: var(--dark-text);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.about-text {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    max-width: 800px;
    margin: 0 auto;
}
