        .rev_slider_wrapper,
        .rev_slider {
            max-height: 600px;
           
            overflow: hidden;
        }

        .rev-slidebg {
            object-fit: cover;
           
            height: 100% !important;
            width: 100% !important;
        }

        .rev-slider {
            position: relative;
        }
.btn-small {
  padding: 5px 8px;       /* Small padding for a compact button */
  font-size: 18px;         /* Smaller font size */
  border-radius: 5px;      /* Slightly rounded corners */
  background-color: #007bff; /* Blue background */
  color: white;            /* White text color */
  border: none;            /* No border */
  cursor: pointer;         /* Pointer cursor on hover */
  transition: background-color 0.3s ease;

}

.btn-small:hover {
  background-color: #0056b3; /* Darker blue on hover */
}
.slider-overlay-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 20px 50px;
    color: #fff;
    z-index: 2;
    max-width: 100%;
   
}

.event-info {
    max-width: 50%;
}
.event-info1 {
    max-width: 50%;
   
}

.countdown {
   
    display: flex;
    gap: 20px;
}

.countdown-item {
    text-align: center;
    border: 2px dotted #fff;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.countdown-item span {
    font-size: 30px;
    font-weight: normal;
}

.countdown-item small {
    font-size: 15px;
}
        .counter .countup-timer {
display: block;
    font-size: 44px;
    font-weight: 600;
}
.about-summit{
    background:#fff;
}

.section-tag{
    display:inline-block;
    padding:8px 18px;
    background:#eef4ff;
    color:#0b2d6b;
    border-radius:30px;
    font-weight:600;
    font-size:14px;
    letter-spacing:.5px;
    margin-bottom:20px;
}

.about-summit h2{
    font-size:42px;
    font-weight:700;
    color:#091d50;
    line-height:1.2;
    margin-bottom:25px;
}

.about-summit h2 span{
    color:#1d72f3;
}

.about-summit .lead{
    font-size:21px;
    color:#2b2b2b;
    font-weight:500;
    line-height:1.8;
}

.about-summit p{
    color:#666;
    font-size:17px;
    line-height:1.9;
}

.info-card{
    display:flex;
    gap:18px;
    padding:22px;
    border-radius:15px;
    background:#fff;
    border:1px solid #edf2f7;
    transition:.3s;
    height:100%;
}

.info-card:hover{
    transform:translateY(-6px);
    box-shadow:0 15px 35px rgba(0,0,0,.08);
}

.info-card i{
    width:60px;
    height:60px;
    line-height:60px;
    text-align:center;
    border-radius:50%;
    background:#091d50;
    color:#fff;
    font-size:22px;
}

.info-card h6{
    font-weight:700;
    color:#091d50;
    margin-bottom:8px;
}

.info-card p{
    margin:0;
    font-size:15px;
    line-height:1.6;
}
.theme-bg1{
    background:linear-gradient(135deg,#07245b 0%,#0c4f98 100%);
    padding:90px 0;
    position:relative;
    overflow:hidden;
}

.theme-bg1:before{
    content:"";
    position:absolute;
    inset:0;
    background:url(images/world-map.svg) center center no-repeat;
    background-size:70%;
    opacity:.05;
}

.counter{
    text-align:center;
    color:#fff;
    padding:0 25px;
    position:relative;
}

.counter:after{
    content:"";
    position:absolute;
    right:0;
    top:20px;
    width:1px;
    height:170px;
    background:rgba(255,255,255,.18);
}

.col-lg-3:last-child .counter:after{
    display:none;
}

.counter .icon{
    font-size:58px;
    color:#59c2ff;
    margin-bottom:18px;
    display:block;
}

.counter .countup-timer,
.counter .timer{
    font-size:62px;
    font-weight:700;
    color:#fff;
}

.counter label{
    display:block;
    margin-top:8px;
    margin-bottom:20px;
    font-size:18px;
    font-weight:700;
    letter-spacing:1px;
}

.counter-text{
    color:rgba(255,255,255,.85);
    line-height:30px;
    font-size:16px;
}

.counter:hover .icon{
    transform:translateY(-6px);
    transition:.3s;
    color:#fff;
}

@media(max-width:991px){

.counter{
    margin-bottom:50px;
}

.counter:after{
    display:none;
}

}

.why-colloquium{
    background:#f8fbff;
    padding:90px 0;
}

.section-tag{
    display:inline-block;
    padding:8px 20px;
    background:#eaf3ff;
    color:#0b4ea2;
    border-radius:30px;
    font-weight:600;
    letter-spacing:.5px;
    margin-bottom:15px;
}

.section-title{
    font-size:42px;
    font-weight:700;
    color:#0b1f4b;
    margin-bottom:10px;
}

.section-subtitle{
    color:#6c757d;
    font-size:20px;
}

/* INTRO */

.intro-card{

    display:flex;
    gap:30px;

    padding:40px;

    background:#fff;

    border-radius:15px;

    border-left:6px solid #0b4ea2;

    box-shadow:0 15px 35px rgba(0,0,0,.06);

}

.intro-icon{

    width:80px;

    min-width:80px;

    height:80px;

    border-radius:50%;

    background:#0b4ea2;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:34px;

}

.intro-card p{

    color:#555;

    line-height:32px;

    margin-bottom:18px;

    font-size:17px;

}

/* TOPIC CARD */

.topic-card{

    background:#fff;

    border:1px solid #e5edf7;

    border-radius:15px;

    padding:35px;

    height:100%;

    transition:.3s;

}

.topic-card:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 45px rgba(0,0,0,.08);

}

.topic-header{

    display:flex;

    align-items:center;

    gap:18px;

    margin-bottom:25px;

    padding-bottom:20px;

    border-bottom:1px solid #edf2f7;

}

.topic-icon{

    width:60px;

    height:60px;

    border-radius:50%;

    background:#0b4ea2;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:26px;

}

.topic-card h4{

    margin:0;

    color:#0b1f4b;

    font-size:24px;

    font-weight:700;

}

.topic-card ul{

    margin:0;

    padding-left:22px;

}

.topic-card li{

    margin-bottom:18px;

    color:#555;

    line-height:30px;

    font-size:16px;

}
.topic-card{
    background:#fff;
    border-radius:18px;
    padding:28px;
    height:100%;
    border:1px solid #e9eef5;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:all .35s ease;
    overflow:hidden;
    position:relative;
}

.topic-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:6px;
    background:var(--accent);
}

.topic-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 45px rgba(0,0,0,.15);
}

.topic-header{
    display:flex;
    align-items:center;
    gap:18px;
    margin-bottom:20px;
}

.topic-icon{
    width:65px;
    height:65px;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    color:#fff;
    background:linear-gradient(135deg,var(--accent),var(--accent2));
    box-shadow:0 10px 25px rgba(0,0,0,.15);
}

.topic-header h4{
    margin:0;
    font-size:24px;
    font-weight:700;
    color:#091d50;
}

.topic-card ul{
    padding-left:20px;
    margin:0;
}

.topic-card li{
    margin-bottom:12px;
    line-height:1.7;
    color:#555;
}

.topic-card li::marker{
    color:var(--accent);
    font-size:18px;
}

/* Individual Colors */

.financial{
    --accent:#0d6efd;
    --accent2:#5aa8ff;
    background:linear-gradient(180deg,#f5f9ff,#ffffff);
}

.msme{
    --accent:#20c997;
    --accent2:#67e8c5;
    background:linear-gradient(180deg,#f4fffb,#ffffff);
}

.tech{
    --accent:#7c3aed;
    --accent2:#b388ff;
    background:linear-gradient(180deg,#faf5ff,#ffffff);
}

.women{
    --accent:#e83e8c;
    --accent2:#ff80ab;
    background:linear-gradient(180deg,#fff5fa,#ffffff);
}
/* Responsive */

@media(max-width:768px){

.intro-card{

display:block;

text-align:center;

}

.intro-icon{

margin:0 auto 25px;

}

.section-title{

font-size:34px;

}

}
.about-colloquium{

    padding:90px 0;

    background:#fff;

}

.section-tag{

    display:inline-block;

    padding:8px 20px;

    border-radius:30px;

    background:#eef5ff;

    color:#0b4ea2;

    font-weight:600;

    margin-bottom:18px;

}

.about-colloquium h2{

    font-size:42px;

    color:#091d50;

    font-weight:700;

    margin-bottom:25px;

}

.lead-text{

    font-size:22px;

    line-height:38px;

    color:#222;

    font-weight:500;

}

.about-colloquium p{

    font-size:17px;

    line-height:32px;

    color:#666;

}

.feature-list{

    border-top:1px solid #e9edf4;

    padding-top:30px;

}

.feature-item{

    display:flex;

    align-items:center;

    gap:15px;

    margin-bottom:25px;

}

.feature-item i{

    width:45px;

    height:45px;

    border-radius:50%;

    background:#0b4ea2;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:22px;

}

.feature-item span{

    font-size:18px;

    color:#091d50;

    font-weight:600;

}

.about-colloquium img{

    border-radius:18px;

    box-shadow:0 25px 50px rgba(0,0,0,.12);

}
.sessions-section{
    background:#f8fbff;
    padding:80px 0;
}

.custom-accordion .accordion-item{
    border:1px solid #e8edf5;
    border-radius:12px;
    margin-bottom:15px;
    overflow:hidden;
    box-shadow:0 8px 20px rgba(0,0,0,.04);
}

.custom-accordion .accordion-button{
    background:#fff;
    padding:22px 25px;
    box-shadow:none;
    display:flex;
    align-items:center;
}

.custom-accordion .accordion-button:not(.collapsed){
    background:#0b3d91;
    color:#fff;
}

.session-no{

    width:55px;
    height:55px;
    border-radius:50%;
    background:#0b3d91;
    color:#fff;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:20px;
    font-weight:700;

    margin-right:20px;

    flex-shrink:0;

}

.accordion-button:not(.collapsed) .session-no{
    background:#fff;
    color:#0b3d91;
}

.session-title strong{

    display:block;
    font-size:17px;
    margin-bottom:4px;

}

.session-title small{

    font-size:18px;
    color:#555;
    display:block;

}

.accordion-button:not(.collapsed) .session-title small{
    color:#fff;
}

.accordion-body{

    padding:25px 30px;
    line-height:30px;
    color:#555;
    background:#fff;

}

.custom-accordion .accordion-button::after{

    background-size:18px;
    transition:.3s;

}
.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;
}

.who-attend-section {
    background: linear-gradient(135deg, #40829c, #0f6f7c);
    padding: 90px 20px;
    color: #fff;
}

.who-attend-section h2 {
   font-size:34px;
   font-weight:500
}


.attend-card {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    padding: 25px;
    border-radius: 12px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    transition: 0.3s ease;
    height: 100%;
    
}

.attend-card i {
    font-size: 38px;
    color: #fff;
    min-width: 40px;
}

.attend-card p {
    margin: 0;
    font-size: 18px;
    line-height: 1.5;
    color:#ffffff;
}

.attend-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.15);
}

.stats-section {
    background: #0f2f5c;
    padding: 70px 0;
}

.stat-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 30px 25px;
    text-align: center;
    height: 100%;
    transition: 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.stat-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    background: #091d50;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stat-icon i {
    font-size: 26px;
}

.stat-card h2 {
    font-size: 46px;
    font-weight: 700;
    color: #091d50;
    margin-bottom: 5px;
}

.stat-card h6 {
    font-size: 15px;
    
    letter-spacing: 1px;
    color: #666;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.stat-card p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

/* Section optional */
.who-attend-alt {
    padding: 60px 0;
    background: #f8f9fc;
}

/* Item style */
.attend-item-alt {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 18px 20px;
    background: #fff;
    border-left: 4px solid #091d50;
    border-radius: 8px;
    transition: 0.3s;
    height: 100%;
}

/* Hover effect */
.attend-item-alt:hover {
    border-left: 4px solid #d29c37;
    transform: translateX(6px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

/* Icon */
.attend-icon-alt {
    width: 45px;
    height: 45px;
    background: #091d50;
    color: #fff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

/* Text */
.attend-content-alt {
    font-size: 15px;
    line-height: 1.6;
    color: #333;
}

/* Hover icon */
.attend-item-alt:hover .attend-icon-alt {
    background: #d29c37;
}
/* Section optional */
.who-attend-alt {
    padding: 60px 0;
    background: #f8f9fc;
}

/* Item style */
.attend-item-alt {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 18px 20px;
    background: #fff;
    border-left: 4px solid #091d50;
    border-radius: 8px;
    transition: 0.3s;
    height: 100%;
}

/* Hover effect */
.attend-item-alt:hover {
    border-left: 4px solid #d29c37;
    transform: translateX(6px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

/* Icon */
.attend-icon-alt {
    width: 45px;
    height: 45px;
    background: #091d50;
    color: #fff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

/* Text */
.attend-content-alt {
    font-size: 15px;
    line-height: 1.6;
    color: #333;
}

/* Hover icon */
.attend-item-alt:hover .attend-icon-alt {
    background: #d29c37;
}

.who-strip-section {
    background: linear-gradient(135deg, #0f6f7c, #0c3c52);  
    padding: 80px 20px;
    color: #fff;
}

.who-strip-section h2 {
    font-size: 34px;
    font-weight: 500;
     color: #fff;
}

/* Strip Design */
.who-strip {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 18px 25px;
    margin-bottom: 18px;
    border-radius: 8px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    transition: 0.3s;
}

/* Alternate style for variation */
.who-strip:nth-child(even) {
    background: rgba(255,255,255,0.08);
}

/* Hover effect */
.who-strip:hover {
    background: rgba(255,255,255,0.15);
    transform: scale(1.02);
}

/* Icon */
.who-icon {
    width: 55px;
    height: 55px;
    min-width: 55px;
    border-radius: 50%;
    background: #ffffff;
    color: #0f6f7c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

/* Text */
.who-text {
    font-size: 20px;
    line-height: 1.6;
}

/* Mobile */
@media (max-width: 576px) {
    .who-strip {
        flex-direction: column;
        text-align: center;
    }

    .who-text {
        font-size: 15px;
    }
}
.theme-section {
    background: url('img/your-bg.jpg') center/cover no-repeat;
    padding: 90px 20px;
    position: relative;
}

/* overlay for readability */
.theme-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(10, 15, 40, 0.75);
}

.theme-section .container {
    position: relative;
    z-index: 2;
}

.theme-section h2 {
    color: #fff;
    font-size: 34px;
    font-weight: 500;
}

/* list spacing */
.theme-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

/* pill design */
.theme-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 18px 25px;
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
    transition: 0.3s ease;

    background: linear-gradient(135deg, #5f0f99, #7b2cbf);
    box-shadow: 0 8px 25px rgba(0,0,0,0.25);
}

/* alternate shades */
.theme-item:nth-child(even) {
    background: linear-gradient(135deg, #3a0ca3, #7209b7);
}

/* hover */
.theme-item:hover {
    transform: translateX(8px) scale(1.02);
}

/* icon */
.theme-icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    border-radius: 50%;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

/* text */
.theme-text {
    line-height: 1.5;
}

/* mobile */
@media (max-width: 576px) {
    .theme-item {
        flex-direction: column;
        text-align: center;
        border-radius: 20px;
    }
}
.theme-section {
    background: url('img/your-bg.jpg') center/cover no-repeat;
    padding: 90px 20px;
    position: relative;
}

/* overlay for readability */
.theme-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(10, 15, 40, 0.75);
}

.theme-section .container {
    position: relative;
    z-index: 2;
}

.theme-section h2 {
    color: #fff;
    font-size: 34px;
    font-weight: 500;
}

/* list spacing */
.theme-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

/* pill design */
.theme-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 18px 25px;
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
    transition: 0.3s ease;

    background: linear-gradient(135deg, #5f0f99, #7b2cbf);
    box-shadow: 0 8px 25px rgba(0,0,0,0.25);
}

/* alternate shades */
.theme-item:nth-child(even) {
    background: linear-gradient(135deg, #3a0ca3, #7209b7);
}

/* hover */
.theme-item:hover {
    transform: translateX(8px) scale(1.02);
}

/* icon */
.theme-icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    border-radius: 50%;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

/* text */
.theme-text {
    line-height: 1.5;
}

/* mobile */
@media (max-width: 576px) {
    .theme-item {
        flex-direction: column;
        text-align: center;
        border-radius: 20px;
    }
}
.theme-section-white {
    background: #ffffff;
    padding: 90px 20px;
}

.theme-section-white h2 {
    font-size: 34px;
    font-weight: 600;
    color: #091d50;
}

/* spacing */
.theme-list-white {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

/* pill style */
.theme-item-white {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 18px 25px;
    border-radius: 50px;
    background: #f5f7fb;
    border: 1px solid #e3e8f0;
    transition: 0.3s ease;
}

/* hover */
.theme-item-white:hover {
    background: #091d50;
    color: #fff;
    transform: translateX(8px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/* icon */
.theme-icon-white {
    width: 55px;
    height: 55px;
    min-width: 55px;
    border-radius: 50%;
    background: #091d50;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    transition: 0.3s;
}

/* icon hover */
.theme-item-white:hover .theme-icon-white {
    background: #d29c37;
}

/* text */
.theme-text-white {
    font-size: 19px;
    color: #333;
    line-height: 1.5;
    transition: 0.3s;
}

/* text hover */
.theme-item-white:hover .theme-text-white {
    color: #fff;
}

/* mobile */
@media (max-width: 576px) {
    .theme-item-white {
        flex-direction: column;
        text-align: center;
        border-radius: 20px;
    }
}