        #overview-section {
            width: 100%;
            /* min-height: 100vh; */
            
            background: url('../images/background/bg.jpg') no-repeat center center;
            background-size: cover;
            background-attachment: fixed; 
            display: flex;
            align-items: center;
            padding: 80px 0;
        }

 		 .title-overview {
            color: #0d2c5c;
            letter-spacing: 0px;
            margin-bottom: 25px;
        }

        .title-overview span {
            font-weight: 800;
            color: #12286e; 
        }

        .content-text p {
            color: #303030;
            margin-bottom: 20px;
            text-align: justify;
        }

        
        .right-image-container img {
            width: 100%;
            height: auto;
            display: block;
            border-radius: 20px; 
        }

        .btn-container {
            display: flex;
            gap: 15px;
            flex-wrap: wrap; 
            margin: 30px 0;
        }

        .btn-red {
            background-color: #ce1126;
            color: white;
            padding: 12px 35px;
            border-radius: 5px;
            text-decoration: none;
            font-weight: bold;
            transition: 0.3s;
            border: none;
            display: inline-block;
        }

        .btn-red:hover {
            background-color: #a00d1d;
            color: white;
            transform: translateY(-2px);
        }

       
        @media (max-width: 991px) {
            #overview-section {
                padding: 60px 20px;
                text-align: center;
            }

            .title-overview {
                font-size: 2.2rem;
            }

            /* .content-text p {
                text-align: center;
            } */

            .right-image-container {
                margin-top: 50px; /* Pushes the image BELOW the text */
                max-width: 90%;
                margin-left: auto;
                margin-right: auto;
            }

            .btn-container {
                justify-content: center; /* Centers buttons on mobile */
            }
        }

        
        @media (max-width: 576px) {
            .btn-red {
                width: 100%; /* Full width buttons for easy tapping */
                text-align: center;
            }
        }


    .asia-section {
  /*background: url("../images/background/second-bg.png") center center / cover no-repeat;
  min-height: 180px;*/
	background: #172F7C;
background: linear-gradient(87deg, rgba(23, 47, 124, 1) 0%, rgba(21, 46, 152, 1) 120%);	
  position: relative;
  /* padding: 80px 0; */
}

/* Dark overlay for readability */
/* .asia-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(8, 25, 80, 0.78);
} */

/* .asia-section .container {
  position: relative;
  z-index: 2;
} */

.asia-section p {
  font-size: 16px;
  line-height: 1.4;
  text-align: justify;
  color: #fff;	
}


@media(max-width: 768px) {
  .asia-section {
    padding: 60px 15px;
  }
  .asia-section p {
    font-size: 16px;
  }
}

    .section-bg-3 {
        background: url('../images/background/third-bg.jpg') no-repeat center center;
        background-size: cover;
    }

    .section-bg-5 {
        background: url('../images/background/bg-05.webp') no-repeat center bottom;
        background-size: cover;
    }

    
    .overlap-middle {
        margin-top: -100px; 
        margin-bottom: -100px; 
        position: relative;
        z-index: 10;
        border-radius: 20px;
        overflow: hidden;
    }

    
    .title-blue { color: #12286e; 
    font-weight: 800;
}
    .text-red { color: #12286e; 
    font-weight: 800;
    }
    .bg-gold { background-color: #f7b924; }

    .info-card {
        background: #16307C;
        background: linear-gradient(180deg, rgba(22, 48, 124, 1) 0%, rgba(6, 22, 69, 1) 100%);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 25px;
        color: #fff;
    }
.info-card p {color:#fff; font-size:15px;}
    
#matter-now .info-card {
    min-height: 165px;        
    display: flex;
    align-items: center;  
	position: relative;	}

#matter-now .info-card img {position: absolute; top:50%; transform: translateY(-50%);}


    .highlight-list li {
        padding: 15px 0 15px 35px;
        border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
        position: relative;
		text-align: left;
    }

    .highlight-list li::before {
        content: '•';
        position: absolute;
        left: 0;
        color: #f7b924; 
        font-size: 1.5rem;
    }

    .btn-red {
        background-color: #ce1126;
        color: white;
        padding: 12px 35px;
        border-radius: 8px;
        text-decoration: none;
        font-weight: bold;
        display: inline-block;
    }

    
    @media (max-width: 991px) {
        .overlap-middle {
            margin-top: 0;
            margin-bottom: 0;
            border-radius: 0;
        }
        .container.pb-5, .container.pt-5 {
            padding-bottom: 2rem !important;
            padding-top: 2rem !important;
        }
    }

    @media(max-width: 575px){
  #matter-now .info-card{
      min-height: 150px;     /* natural height on mobile */
  }
}


    
#event-highlights .position-relative{
    width: 400px;      
    height: 420px;     
    margin: auto;
}


#event-highlights .position-relative img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 28px;
}


    
.glimpse-wrap{
    width: 100%;
    max-width: 360px;
    margin: auto;
    position: relative;
}

.glimpse-wrap img{
    width:100%;
    height:380px;
    object-fit:cover;
    border-radius:28px;
}


.dot{
    width:12px;
    height:12px;
    border-radius:50%;
    background:#777;
    display:inline-block;
    cursor:pointer;
}
.dot.active{background:#f7b924;}



@media(max-width:768px){
  #event-highlights .position-relative{
    width:85vw;          /* responsive scaling */
    height:calc(85vw * 1.05);  /* keeps same ratio as 400x420 */
    max-width:400px;
    max-height:420px;
  }
}



    .why-attend-sections{
    background: url('../images/background/why-attend.jpg') center/cover no-repeat;
    padding: 90px 0;
    position: relative;
}

.attend-card{
    position: relative;
    background: rgba(0,10,40,.65);
    border: 1.5px solid rgba(255,255,255,.4);
    border-radius: 22px;
    padding: 45px 28px 28px;
    color: white;
    min-height: 170px;
    backdrop-filter: blur(6px);
    transition: .3s ease;
}


.attend-icon{
    position: absolute;
    top: -26px;
    left: 28px;
    width: 67px;
    height: 67px;
    background: rgb(3 15 52);
    
    border-radius: 14px;
    padding: 10px;
}


.attend-card span{
    color: #f7b924;
    font-weight: 600;
}


.attend-card:hover{
    transform: translateY(-6px);
    border-color:#f7b924;
}
.attend-card p{
    margin: 0;
    line-height: 1.6;
    font-size: 16px;
    text-align: left;
	color:#fff;
}

/* Responsive */
@media(max-width:768px){
  .attend-card{min-height:auto;}
}


#who-attended{
    background:url('../images/background/sixth-bg.jpg') center/cover no-repeat;
    padding:120px 0;
    position:relative;
}

/* .who-overlay{
    position:absolute;
    inset:0;
    background:rgba(160,0,30,.85);
} */

.who-box{
    /* position:relative;
    max-width:1100px;
    margin:auto;
    border:2px solid rgba(255,255,255,.8);
    border-radius:28px;
    padding:55px 70px;
    color:white;
    backdrop-filter:blur(6px); */
    position: relative;
max-width:900px;
margin:auto;
border:2px solid rgba(255,255,255,.85);
border-radius:28px;
padding:55px 70px;
color:white;


background:rgba(118,18,35,0.55);     
backdrop-filter:blur(10px) saturate(140%);
-webkit-backdrop-filter:blur(10px) saturate(140%);

box-shadow:0 25px 50px rgba(0,0,0,.45);


}

.who-box h2{
    text-align:center;
    font-weight:300;
    margin-bottom:40px;
}
.who-box h2 span{font-weight:700;}

.who-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:40px;
}

.who-grid ul{
    list-style:none;
    padding:0;
    margin:0;
}
.who-grid li{
    margin-bottom:16px;
    padding-left:22px;
    position:relative;
}
.who-grid li:before{
    content:"•";
    position:absolute;
    left:0;
    color:white;
    font-size:22px;
}


@media(max-width:768px){
    .who-grid{grid-template-columns:1fr;}
    .who-box{padding:40px 30px;}
}



#why-attends .row{
    row-gap: 70px!important;
}

#matter-now .row{
     row-gap: 25px!important;
}

.small, small {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    margin-left: 15px;
}


.title-highlight{
     color: #ffffff;
	font-size: 36px;
	letter-spacing: 1px;
	margin-bottom: 25px;
}

.title-highlight span {
	font-weight: 800;
	color: #FFF;  }
        
#matter-now{
  padding-bottom:190px !important;
  padding-top:90px !important;
}

#event-highlights{
  padding:80px 0 30px;
}

#leadership {padding:200px 0 60px; background-color: #12296f;  background-image: url("../images/background/leadership-bg.webp"); background-repeat: no-repeat; background-size: cover;}
#leadership .box{position: relative; width: 98%; margin: auto; border: 2px solid rgba(255, 255, 255, .85); border-radius: 28px; padding: 55px 70px; color: white;
    background: rgba(255, 255, 255, 0.10); /*backdrop-filter: blur(10px) saturate(140%); -webkit-backdrop-filter: blur(10px) saturate(140%);*/ box-shadow: 0 25px 50px rgba(0, 0, 0, .45);}
#leadership p {color:#fff; text-align: left;}
#leadership strong{color:#f0b51c;}

  /* .between-wrapper{
  position:relative;
  z-index:99;
  margin-top:-120px;
  margin-bottom:-120px;
} */



  .between-wrapper{
  position:relative;
  z-index:99;
  margin-top:-160px;   
  margin-bottom:-160px;
  
}

.experience-bridge{
  display:flex;
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 25px 50px rgba(0,0,0,.35);
  background-color:#f6b816 ;
}


.bridge-image{
  width:45%;
  background:#002c6f;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}

.bridge-image img{
  width:100%;
  height:100%;
  object-fit:cover;   
  display:block;
}


.bridge-text{
  width:55%;
  background:#f6b816;
  padding:50px;
}

.bridge-text h3{
  font-size:34px;
  font-weight:400;
  color:#002c6f;	
}

.bridge-text span{color:#002c6f; font-weight:700;}

.bridge-text p{
  font-size:18px;
  line-height:1.7;
  text-align: start;
}


.bridge-image{
  position:relative;
/*  border:1px solid #fff;*/
  border-radius:0 22px 22px 0;   /* top-right & bottom-right rounded */
  box-shadow:8px 0 18px rgba(0,0,0,0.35); /* shadow only on right side */
}

/* keep inner image clean */
.bridge-image img{
  border-radius:12px;
}


/* MOBILE */
/* @media(max-width:991px){
  .experience-bridge{
    flex-direction:column;
  }
  .between-wrapper{
    margin-top:-70px;
    margin-bottom:-70px;
  }
} */

@media(max-width:991px){
  #matter-now{ padding-bottom:140px !important; }
  #event-highlights{ padding-top:140px !important; }

  .between-wrapper{
    margin-top:-90px;
    margin-bottom:-90px;
  }
}


@media(max-width:1024px){
  .experience-bridge{
    flex-direction:column;
  }

  .bridge-image,
  .bridge-text{
    width:100%;
  }

  .bridge-text{
    padding:35px;
    text-align:center;
  }
}


@media(max-width:1024px){
  .between-wrapper{
    margin-top:-60px;     
    margin-bottom:-120px;
  }
}


@media(max-width:767px){
  .between-wrapper{
    margin-top:-40px;
    margin-bottom:-90px;
  }
}

.graph{
  color: #12286e;
  text-align: start;
  font-size: 18px;
}