.bg-black-transparent{
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    transition: all 0.4s ease;
}

.bg-black-transparent:hover{
    transform: translateY(-8px);
    border-color: rgba(255,255,255,0.15);
    background: rgba(255,255,255,0.08);
}

.text-base-color{
    color:#c8a45d;
}
.highlight-box{
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 10px;
    padding: 35px 30px;
    height: 100%;
    transition: all 0.4s ease;
}

.highlight-box:hover{
    transform: translateY(-8px);
    border-color: #c6a45b;
    background: rgba(255,255,255,0.08);
}

.highlight-number{
    font-size: 42px;
    font-weight: 700;
    color: #e7e5f5;
    margin-bottom: 15px;
    line-height: 1;
}

.highlight-box h5{
    color: #fff;
    margin-bottom: 12px;
    font-weight: 600;
}

.highlight-box p{
    color: rgba(255,255,255,0.75);
    margin-bottom: 0;
    line-height: 1.7;
}

.text-base-color{
    color: #c6a45b;
}
.audience-card{
padding:40px;
border-radius:12px;
background:#ffffff;
border:1px solid #e8edf5;
box-shadow:0 10px 40px rgba(0,0,0,.05);
height:100%;
transition:all .4s ease;
}

.audience-card.bg-light{
background:#f8fafc;
}

.audience-card:hover{
transform:translateY(-8px);
box-shadow:0 20px 50px rgba(0,0,0,.08);
border-color:#c7a76a;
}

.audience-title{
display:flex;
align-items:center;
margin-bottom:25px;
}

.audience-icon{
width:60px;
height:60px;
border-radius:50%;
background:#f4efe5;
color:#c7a76a;
display:flex;
align-items:center;
justify-content:center;
font-size:24px;
margin-right:18px;
}

.audience-title h4{
margin:0;
font-weight:700;
color:#1e293b;
}

.audience-list{
list-style:none;
margin:0;
padding:0;
}

.audience-list li{
position:relative;
padding-left:28px;
margin-bottom:15px;
color:#4b5563;
line-height:1.8;
}

.audience-list li:last-child{
margin-bottom:0;
}

.audience-list li:before{
content:"✓";
position:absolute;
left:0;
top:0;
color:#c7a76a;
font-weight:700;
}

.text-base-color{
color:#c7a76a;
}

.bg-dark-gray{
background: #17063f !important;;
}

.text-golden{
color:#c7a76a;
}

.attendee-grid{
display:flex;
flex-wrap:wrap;
justify-content:center;
gap:18px;
}

.attendee-item{
padding:18px 30px;
background:rgba(255,255,255,0.04);
border:1px solid rgba(199,167,106,0.25);
border-radius:50px;
color:#fff;
font-weight:500;
transition:all .35s ease;
backdrop-filter:blur(8px);
}

.attendee-item:hover{
background:#c7a76a;
color:#111827;
transform:translateY(-5px);
border-color:#c7a76a;
box-shadow:0 10px 30px rgba(199,167,106,.25);
}
.contact-strip{
background:#0c2340;
border-radius:12px;
padding:30px;
color:#fff;
}

.contact-person{
display:flex;
align-items:flex-start;
gap:15px;
}

.contact-icon{
width:55px;
height:55px;
border-radius:50%;
background:rgba(255,255,255,.1);
display:flex;
align-items:center;
justify-content:center;
color:#fff;
}

.contact-person h6{
color:#fff;
margin-bottom:5px;
font-weight:600;
}

.contact-person a{
color:#fff;
opacity:.9;
}

.contact-person a:hover

.footer-divider{
width:2px;
height:80px;
background:#d6a354;
margin:auto;
}
.hero-overlay-content{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:99;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    pointer-events:none;
}

.hero-event-content,
.hero-event-logo{
    pointer-events:auto;
}

.hero-event-logo{
    max-width:260px;
    width:auto;


    border-radius: 0 0 10px 10px; 
    box-shadow:0 10px 30px rgba(0,0,0,.25);
}

.hero-event-content h1{
    color:#fff;
    font-size:60px;
    font-weight:500;
    margin-bottom:10px;
    line-height:1.1;
   text-shadow: 1px 3px 3px rgba(0,0,0,0.7);
}

.hero-event-content h2{
    color:#fff;
    font-size:28px;
    font-weight:400;
    max-width:900px;
    margin:0 auto 25px;
    line-height:1.2;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.7);
}

.event-meta{
    display:flex;
    justify-content:center;
    gap:30px;
    flex-wrap:wrap;
    margin-bottom:35px;
    
}

.event-meta span{
    color:#fff;
    font-size:30px;
    font-weight:600;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.7);
}

.event-meta i{
    color:#f59e0b;
    margin-right:8px;
}

.event-countdown{
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
}

.count-box{
    width:80px;
    height:80px;
    background:rgba(255,255,255,.12);
    backdrop-filter:blur(8px);
    border:1px solid rgba(255,255,255,.15);
    border-radius:42px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.count-box span{
    color:#fff;
    font-size:28px;
    font-weight:300;
    line-height:1;
    margin-top:5px;
}

.count-box small{
    color:#f59e0b;
    text-transform:uppercase;
   font-size:12px;
   font-weight:bold;
    
}

.btn-golden{
    background:#f59e0b;
    color:#fff;
    border:none;
}

.btn-golden:hover{
    background:#d97706;
}

@media(max-width:991px){

    .hero-event-logo{
        max-width:350px;
    }

    .hero-event-content h1{
        font-size:36px;
    }

    .hero-event-content h2{
        font-size:18px;
    }

    .count-box{
        width:80px;
        height:80px;
    }

    .count-box span{
        font-size:26px;
    }
}
.swiper-slide::before{
content:'';
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.40);
z-index:2;
}

.swiper-slide .cover-background{
z-index:0;
}

.hero-overlay-content{
z-index:99;
}

.swiper-slide .container{
position:relative;
z-index:2;
}

.hero-overlay-content{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:5;
}

header,
.navbar,
.sticky-header{
    position:relative;
    z-index:9999;
}


/* ====================================
   SPEAKER SECTION
==================================== 

#speaker-list{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
}


.speaker-col{
    width:20%;
    padding:15px;
}

.speaker-card{
    text-align:center;
    transition:all .3s ease;
}

.speaker-card:hover{
    transform:translateY(-5px);
}


.speaker-image{
    width:170px;
    height:170px;
    margin:0 auto 15px;
    border-radius:50%;
    border:2px solid #c5a15a;
    padding:2px;
    background:#fff;
    overflow:hidden;
}

.speaker-image img{
    width:100%;
    height:100%;
    border-radius:50%;
    object-fit:cover;
    transition:all .4s ease;
}

.speaker-card:hover .speaker-image img{
    transform:scale(1.03);
}


.speaker-info h5{
    font-size:18px;
    font-weight:600;
    color:#222;
    margin-bottom:4px;
    line-height:1.4;
}

.speaker-info span{
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:2px;
    color:#b88b43;
    font-weight:500;
}

/* ====================================
   RESPONSIVE
==================================== */

@media (max-width:1200px){
    .speaker-col{
        width:25%;
    }
}

@media (max-width:992px){
    .speaker-col{
        width:33.333%;
    }

    .speaker-image{
        width:160px;
        height:160px;
    }
}

@media (max-width:768px){
    .speaker-col{
        width:50%;
    }

    .speaker-image{
        width:150px;
        height:150px;
    }
}

@media (max-width:576px){
    .speaker-col{
        width:100%;
    }

    .speaker-image{
        width:140px;
        height:140px;
    }

    .speaker-info h5{
        font-size:16px;
    }
}

.speaker-banner{
    background: linear-gradient(
        135deg,
        #071632 0%,
        #0b2d6b 40%,
        #154ea8 75%,
        #1f134b 100%
    );
    padding: 90px 0 30px;
    position: relative;
    overflow: hidden;
}
/* Gold glow */
.speaker-banner::before{
    content:'';
    position:absolute;
    inset:0;
    background:
        radial-gradient(circle at top left,
        rgba(212,175,55,.20),
        transparent 35%),
        radial-gradient(circle at bottom right,
        rgba(184,134,11,.15),
        transparent 40%);
}

/* Subtle pattern */
.speaker-banner::after{
    content:'';
    position:absolute;
    inset:0;
    background-image:
        linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
    background-size:40px 40px;
    opacity:.3;
}

.speaker-banner .container{
    position:relative;
    z-index:2;
}

.banner-subtitle{
    color:#d4af37;
    letter-spacing:4px;
    font-size:14px;
    font-weight:600;
    text-transform:uppercase;
    display:block;
    margin-bottom:15px;
}

.speaker-banner h1{
    color:#fff;
    font-size:45px;
    font-weight:500;
    margin-bottom:15px;
}

.speaker-banner p{
    color:rgba(255,255,255,.85);
    max-width:650px;
    margin:auto;
    font-size:18px;
}
html {
    scroll-behavior: smooth;
}

.gallery-section{
    padding:10px 0;
    background:#f8f8f8;
    overflow:hidden;
}

.gallery-section span{
    color:#c59d5f;
    letter-spacing:3px;
    text-transform:uppercase;
}

.gallery-section h2{
    font-size:48px;
    margin-top:10px;
}

.gallery-marquee{
    overflow:hidden;
    width:100%;
}

.gallery-track{
    display:flex;
    width:max-content;
    animation:galleryScroll 40s linear infinite;
}

.gallery-track:hover{
    animation-play-state:paused;
}

.gallery-item{
    margin:0 12px;
}

.gallery-item img{
    width:320px;
    height:220px;
    object-fit:cover;
    border-radius:15px;
    cursor:pointer;
    transition:.4s;
}

.gallery-item img:hover{
    transform:scale(1.05);
}

@keyframes galleryScroll{
    from{
        transform:translateX(0);
    }
    to{
        transform:translateX(-50%);
    }
}

.gallery-modal{
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.95);
    z-index:999999;
    justify-content:center;
    align-items:center;
}

.gallery-modal img{
    max-width:90%;
    max-height:85vh;
    border-radius:10px;
}

.gallery-close{
    position:absolute;
    top:20px;
    right:30px;
    color:#fff;
    font-size:40px;
    cursor:pointer;
}

.gallery-prev,
.gallery-next{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    color:#fff;
    font-size:40px;
    cursor:pointer;
}

.gallery-prev{
    left:30px;
}

.gallery-next{
    right:30px;
}
  .socialBox .about-socila-icons {
            width: 24.5%;
            height: auto;
            float: left;
            margin: 15px 0 15px -1px;
            border-right: 1px #CDCDCD solid;
            border-left: 1px #CDCDCD solid;
        }

        .socialBox .about-socila-icons a {
            width: 100%;
            height: auto;
            float: left;
        }

        .socialBox .about-socila-icons span {
            width: 100%;
            height: auto;
            float: left;
            font-family: Arial, sans-serif;
            font-size: 11px;
            color: #555555;
            text-decoration: none;
            margin-top: 10px;
        }

.sticky-register-bar{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;

    background: linear-gradient(135deg,#081B4B,#0B2C74,#0b2968);
    border-top: 1px solid rgba(255,193,7,.45);
    box-shadow:
        0 -5px 20px rgba(0,0,0,.35),
        inset 0 1px 0 rgba(255,193,7,.15);

    padding: 10px 20px;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.register-btn{
    background:#FFC107;
    color:#081B4B;
    padding:14px 30px;
    border-radius:40px;
    font-weight:700;
    text-transform:uppercase;
    transition:.3s ease;
}

.register-btn:hover{
    background:#FFD54F;
    color:#081B4B;
    transform:translateY(-2px);
    box-shadow:0 8px 20px rgba(255,193,7,.35);
}

.sticky-register-text{
    color:#fff;
    font-size:22px;
    font-weight:500;
}

.sticky-register-text strong{
    color:#d4af37;
}

.sticky-register-btn a{
    display:inline-block;
    background:#d4af37;
    color:#111;
    padding:9px 16px;
    border-radius:50px;
    text-decoration:none;
    font-weight:700;
    text-transform:uppercase;
font-size:18px;
    transition:.3s;
    animation:pulseBtn 2s infinite;
}

.sticky-register-btn a:hover{
    background:#fff;
    color:#000;
    transform:translateY(-2px);
}

@keyframes pulseBtn{
    0%{
        box-shadow:0 0 0 0 rgba(212,175,55,.7);
    }
    70%{
        box-shadow:0 0 0 15px rgba(212,175,55,0);
    }
    100%{
        box-shadow:0 0 0 0 rgba(212,175,55,0);
    }
}

/* Mobile */

@media(max-width:768px){

    .sticky-register-bar{
        flex-direction:column;
        gap:12px;
        text-align:center;
        padding:15px;
    }

    .sticky-register-text{
        font-size:15px;
    }

    .sticky-register-btn a{
        width:100%;
        min-width:220px;
    }
}

/* --- CRAFTO CORE STRUCTURAL FIXES --- */

.bg-gradient-gray-white {
    background: linear-gradient(180deg, #f9f9f9 0%, #ffffff 100%);
}

.padding-100px-tb {
    padding-top: 100px;
    padding-bottom: 100px;
}

/* Fix overlapping titles and spacing */
.alt-font {
    font-family: 'Inter', 'Outfit', sans-serif;
}

h2.alt-font {
    font-size: 36px;
    line-height: 42px;
    color: #232323;
}

h4.alt-font {
    font-size: 22px;
    line-height: 28px;
    margin: 0;
    color: #232323;
}

/* Clean up card containers */
.border-radius-6px {
    border-radius: 6px;
}

.box-shadow-large {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

.padding-4-rem-all {
    padding: 3rem !important; /* Adjusted to sit better on standard displays */
}

/* Ensure icons align neatly side-by-side with text */
.d-flex.align-items-center {
    display: flex !important;
    align-items: center !important;
}

.margin-20px-right {
    margin-right: 20px !important;
}

.margin-3-rem-bottom {
    margin-bottom: 2rem !important;
}

/* Fix overlapping layout text metrics */
.margin-25px-bottom {
    margin-bottom: 20px !important;
}

.text-extra-large {
    font-size: 24px;
    line-height: 30px;
    color: #232323;
}

.text-xxl {
    font-size: 32px;
    line-height: 38px;
    color: #232323;
}

/* Style Highlight Boxes */
.bg-gradient-sky-blue-pink-light {
    background: linear-gradient(135deg, rgba(224, 242, 254, 0.5) 0%, rgba(251, 207, 232, 0.3) 100%);
}

.padding-25px-all {
    padding: 20px;
}

/* Bullet Points & Table Fixes */
ul.list-style-01, ul.list-style-02 {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

ul.list-style-01 li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 24px;
}

ul.list-style-01 li i {
    position: absolute;
    left: 0;
    top: 4px;
}

.text-emerald-green {
    color: #10b981 !important;
}

.text-fast-blue {
    color: #0056b3 !important;
}

/* Responsive adjustments for mid-size screens */
@media (max-width: 991px) {
    .md-margin-50px-bottom {
        margin-bottom: 40px !important;
    }
    .padding-4-rem-all {
        padding: 2rem !important;
    }
}

/* Forces parent columns to stay uniform and stretch cards fully */
@media (min-width: 992px) {
    .row {
        display: flex;
        flex-wrap: wrap;
    }
    .col-lg-6 {
        display: flex;
        flex-direction: column;
    }
    .box-shadow-large {
        height: 100% !important;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}


/* --- ABOUT THE CONCLAVE CUSTOM STYLES --- */

/* Text Gradients & Typography Layouts */
.text-gradient-blue-orange {
    background: linear-gradient(
        90deg,
        #091d50 0%,
        #1d4ed8 45%,
        #f59e0b 75%,
        #ea580c 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.tracking-p-1 {
    letter-spacing: 1.5px !important;
}

.italic {
    font-style: italic;
}

/* Flex layout spacing fallback helper */
.gap-2 {
    gap: 10px !important;
}

/* Premium Participant Badges Styling */
.conclave-badge {
    display: inline-block;
    padding: 8px 16px;
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 500;
    color: #475569;
    transition: all 0.3s ease;
}

/* Hover Interactive State */
.conclave-badge:hover {
    background-color: #0056b3;
    color: #ffffff;
    border-color: #0056b3;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 86, 179, 0.15);
}

/* Responsive side spacing */
@media (min-width: 992px) {
    .padding-4-rem-left {
        padding-left: 4rem !important;
    }
}

/* Add this class to your "About the Conclave" section tag */
.bg-premium-dark-finance {
    background: linear-gradient(135deg, #111827 0%, #1f2937 50%, #111827 100%);
    position: relative;
}

/* Subtle background accent glow */
.bg-premium-dark-finance::before {
    content: '';
    position: absolute;
    top: -10%;
    right: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(0, 86, 179, 0.15) 0%, transparent 70%);
    pointer-events: none;
}
/* --- FIXED TIMELINE SPACING --- */

.agenda-timeline-wrapper {
    padding-left: 30px;
}

/* Correctly positions the vertical blue line relative to the badges */
.agenda-timeline-wrapper::before {
    content: '';
    position: absolute;
    left: 95px; /* Adjusted to center directly behind the badges */
    top: 25px;
    bottom: 25px;
    width: 2px;
    background: #0056b3;
    z-index: 1;
}

/* Creates uniform spacing between sessions */
.agenda-item {
    position: relative;
    z-index: 2;
    display: flex !important;
    margin-bottom: 45px !important; /* Generates clean vertical breathing room */
}

/* Aligns the session badge column */
.agenda-time-pane {
    width: 140px;
    flex-shrink: 0;
    padding-top: 18px; /* Perfectly centers the badge relative to the card's first header line */
}

/* Forces the session contents into a distinct layout container block */
.agenda-card {
    flex-grow: 1;
    background-color: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 6px !important;
    padding: 2.5rem !important; /* Provides internal padding around text blocks */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05) !important;
}

/* Separate headings from descriptions */
.agenda-card h4 {
    margin-bottom: 12px !important;
    line-height: 1.4 !important;
}

.agenda-card h5 {
    margin-bottom: 15px !important;
    line-height: 1.4 !important;
}

/* Clean tag styling to fit within timeline track dimensions */
.session-tag {
    display: inline-block;
    padding: 6px 12px;
    background-color: #ffffff;
    color: #475569;
    font-size: 15px;
    font-weight: 700;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: 1px solid #cbd5e1;
    border-left: 3px solid #0056b3;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}

.session-tag.badge-inaugural {
    color: #0369a1;
    border-left-color: #0284c7;
}

/* Ensure mobile layout doesn't overlap elements */
@media (max-width: 767px) {
    .agenda-timeline-wrapper::before {
        display: none;
    }
    .agenda-item {
        flex-direction: column !important;
        margin-bottom: 30px !important;
    }
    .agenda-time-pane {
        width: 100%;
        margin-bottom: 10px;
        padding-top: 0;
    }
    .agenda-card {
        padding: 1.5rem !important;
    }
}

/* --- FIXED TIMELINE SPACING --- */

.agenda-timeline-wrapper {
    padding-left: 30px;
}

/* Correctly positions the vertical blue line relative to the badges */
.agenda-timeline-wrapper::before {
    content: '';
    position: absolute;
    left: 95px; /* Adjusted to center directly behind the badges */
    top: 25px;
    bottom: 25px;
    width: 2px;
    background: #0056b3;
    z-index: 1;
}

/* Creates uniform spacing between sessions */
.agenda-item {
    position: relative;
    z-index: 2;
    display: flex !important;
    margin-bottom: 45px !important; /* Generates clean vertical breathing room */
}

/* Aligns the session badge column */
.agenda-time-pane {
    width: 140px;
    flex-shrink: 0;
    padding-top: 18px; /* Perfectly centers the badge relative to the card's first header line */
}

/* Forces the session contents into a distinct layout container block */
.agenda-card {
    flex-grow: 1;
    background-color: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 6px !important;
    padding: 2.5rem !important; /* Provides internal padding around text blocks */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05) !important;
}

/* Separate headings from descriptions */
.agenda-card h4 {
    margin-bottom: 12px !important;
    line-height: 1.4 !important;
}

.agenda-card h5 {
    margin-bottom: 15px !important;
    line-height: 1.4 !important;
}

/* Clean tag styling to fit within timeline track dimensions */
.session-tag {
    display: inline-block;
    padding: 6px 12px;
    background-color: #ffffff;
    color: #475569;
    font-size: 15px;
    font-weight: 700;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: 1px solid #cbd5e1;
    border-left: 3px solid #0056b3;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}

.session-tag.badge-inaugural {
    color: #0369a1;
    border-left-color: #0284c7;
}

/* Ensure mobile layout doesn't overlap elements */
@media (max-width: 767px) {
    .agenda-timeline-wrapper::before {
        display: none;
    }
    .agenda-item {
        flex-direction: column !important;
        margin-bottom: 30px !important;
    }
    .agenda-time-pane {
        width: 100%;
        margin-bottom: 10px;
        padding-top: 0;
    }
    .agenda-card {
        padding: 1.5rem !important;
    }
}
.sponsor-box{
    background:#fff;
    border:1px solid #e5e5e5;
    border-radius:8px;
    padding:15px;
    height:120px;
    display:flex;
    justify-content:center;
    align-items:center;
    transition:.3s;
}

.sponsor-box:hover{
    box-shadow:0 5px 15px rgba(0,0,0,.15);
}

.sponsor-box img{
    max-width:100%;
    max-height:80px;
    object-fit:contain;
}

.desktop-logo{
    display:block;
}

.mobile-logo{
    display:none;
}

/* Tablet & Mobile */
@media (max-width:991.98px){
    .desktop-logo{
        display:none;
    }

    .mobile-logo{
        display:block;
    }
}
.speaker-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    cursor:pointer;
    transition:.4s;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    height:100%;
}

.speaker-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 55px rgba(0,0,0,.18);
}

.speaker-image{
    overflow:hidden;
    height:320px;
    line-height:23px;
}

.speaker-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.6s;
}

.speaker-card:hover img{
    transform:scale(1.08);
}

.speaker-content{
    padding:25px;
    text-align:center;
}

.speaker-content h5{
    font-weight:700;
    font-size:16px;
    line-height:23px;
    color:#091d50;
    border-bottom:1px solid #f2f2f2; 
    }

.designation{
    color:#c79a45;
    font-weight:600;
    font-size:13px;   
    line-height:22px;
    margin-top:-30px;
    border-top:1px solid #f2f2f2; 
}

.company{
    color:#777;
    font-size:15px;
    font-weight:600;
}

.modal-content{
    border:none;
    border-radius:20px;
}

.modal-body{
    padding:45px;
}

.speaker-large{
    width:100%;
    border-radius:15px;
    object-fit:cover;
    display:block;
}

.modal-body{
    padding:45px;
}

.modal-body .col-lg-5{
    display:flex;
    align-items:flex-start;
}

.bio-title{
    color:#091d50;
    font-size:34px;
    font-weight:700;
    line-height:23px;
}

.bio-designation{
    color:#c79a45;
    font-weight:600;
    font-size:18px;
   line-height:23px;
}

.bio-company{
    color:#666;
    line-height:23px;
}

.bio-content{
    line-height:1.9;
    color:#555;
    font-size:16px;
}
.speaker-image-wrap{
    position:sticky;
    top:25px;
}

.speaker-large{
    width:100%;
    border-radius:18px;
    box-shadow:0 15px 40px rgba(0,0,0,.15);
}
.modal-content{
    position:relative;
    border-radius:20px;
    overflow:hidden;
}

.custom-close{
    position:absolute;
    top:18px;
    right:18px;
    z-index:1055;

    width:42px;
    height:42px;

    border-radius:50%;
    background:#fff;
    box-shadow:0 8px 25px rgba(0,0,0,.15);
    opacity:1;

    transition:.3s;
}

.custom-close:hover{
    transform:rotate(90deg);
    background:#091d50;
    filter:invert(1);
}