        .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;

}

/* 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;
}
