#header-carousel {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

#header-carousel img {
    display: block;
    width: 100%;
}

	
	button {
background: linear-gradient(45deg, #27a127,#004c00);
font-size: 1rem;
color: white;
padding: 10px 30px;
border: 1px solid #808080;
border-radius: 15px;
font-weight: bold;
width: 100%;
}

button:hover {
background: #ffcb00;
color: black;
font-weight: bold;
}

.hidden-section {
display: none;
text-align: center;
/*margin-top: 2%;*/
width: 70%;
margin-left: auto;
margin-right: auto;
}

.hidden-section.show {
display: block;
}
	button {

color: white;
padding: 10px 30px;
border: 1px solid #808080;
border-radius: 15px;
font-weight: bold;
width: 100%;
}

button:hover {
background: #ffcb00;
color: black;
font-weight: bold;
}

.hidden-section {
display: none;
text-align: center;
/*margin-top: 2%;*/
width: 70%;
margin-left: auto;
margin-right: auto;
}

.hidden-section.show {
display: block;
}
.arrow {
  margin-right: 8px;
}
		.arrow {
  display: inline-block;
  margin-right: 8px;
  animation: arrowMove 0.5s infinite alternate;
}

@keyframes arrowMove {
  from { transform: translateX(0); }
  to { transform: translateX(6px); }
}
/*==========================
WELCOME SECTION
===========================*/
 .unit-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 56px;
  width: auto; /* important */
}

.unit-sep {
  display: inline-flex; /* not block */
  align-items: center;
  line-height: 56px;
}
 .countdown-box {
    background: rgba(255,255,255,0.12);
    border: 1.5px solid rgba(255,255,255,0.3);
    border-radius: 16px;
    padding: 18px 24px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
  }
  .countdown-title {
    color: white;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 14px;
  }
  .countdown-units {
    display: flex;
    justify-content: center;
    gap: 8px;
    align-items: flex-start;
  }
  .unit-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 56px;
  }
  .unit-number {
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 10px;
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: monospace;
  }
  .unit-label {
    color: white;
    font-size: 10px;
    font-weight: 500;
    margin-top: 6px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .unit-sep {
    color: rgba(255,255,255,0.5);
    font-size: 28px;
    font-weight: 700;
    line-height: 56px;
  }
  .conf-date-badge {
        background: rgb(0 14 0 / 20%);
    border: 1px solid rgba(168,230,168,0.4);
    border-radius: 8px;
       color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    padding: 6px 14px;
    margin-top: 10px;
    display: inline-block;
  }
.welcome-image{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}

.countdown-box{
    width:350px;
    background:linear-gradient(135deg,#0b7a3d,#19a35b);
    color:#fff;
    text-align:center;
    padding:20px;
    border-radius:20px;
    margin-bottom:25px;
    box-shadow:0 10px 25px rgba(0,0,0,0.15);
}

.countdown-box span{
    display:block;
    font-size:48px;
    font-weight:700;
    line-height:1;
}

.countdown-box p{
    margin:10px 0 0;
    font-size:16px;
    letter-spacing:2px;
    font-weight:600;
}

@media (max-width:768px){

    .countdown-box{
        width:350px;
        padding:15px;
        margin-bottom:20px;
    }

    .countdown-box span{
        font-size:36px;
    }
}
.welcome-section{
    background: url('../img/backgrounds/welcome.png') no-repeat center center;
    background-size: cover;
    background-color: #ffffff; /* Fills empty space if needed */
    padding: 32px 6%;
    width: 100%;
    position: relative;
}

.welcome-box{

    display:flex;
    align-items:center;
    gap:40px;

}

/* Left Side */

.welcome-image{

    flex:1;
    min-height:600px;

    /* Empty space for image */

}

/* If adding image */

.welcome-image img{

    width:100%;
    height:100%;
    object-fit:contain;

}

/* Right Side */

.welcome-content{

    flex:1;
       background: rgb(35 72 1 / 66%);
    padding:20px;

    border-radius:15px;

    backdrop-filter:blur(2px);


}

.welcome-content h2{

    color:white;

    font-size:38px;

    font-weight:700;

    margin-bottom:10px;

}

.welcome-content h5{

    color:white;

    margin-bottom:20px;

    font-size:20px;

    font-weight:600;
	w

}

.welcome-content p{

    text-align:justify;

    line-height:1.8;

    margin-bottom:18px;

    color:white;

    font-size:17px;

}

.conference-details{

    text-align:center;

    margin-top:25px;

}

.conference-details p{

    margin:6px 0;

    text-align:center;

}

.quote{

    text-align:center !important;

    font-style:italic;

    font-weight:600;

    margin-top:25px;
    background: rgb(1 40 4 / 74%);

    color:white;

}

/*==========================
Responsive
===========================*/

@media(max-width:992px){

    .welcome-box{

        flex-direction:column;

    }

    .welcome-image{

        min-height:300px;

        width:100%;

    }

    .welcome-content{

        width:100%;

    }

    .welcome-content h2{

        font-size:30px;

    }

}

@media(max-width:768px){

    .welcome-section{

        padding:50px 20px;

    }

    .welcome-content{

        padding:25px;

    }

    .welcome-content h2{

        font-size:26px;

    }

    .welcome-content h5{

        font-size:18px;

    }

    .welcome-content p{

        font-size:15px;

    }
	 .quick-links{
    background:#f7f9fc;
}

.quick-card{
    background:#0b4f8a;
    color:#fff;
    border-radius:18px;
    padding:20px;
    display:flex;
    align-items:center;
    gap:18px;
    text-decoration:none;
    font-weight:600;
    min-height:90px;
    transition:.3s;
    box-shadow:0 8px 20px rgba(0,0,0,.12);
}

.quick-card:hover{
    background:#067d68;
    color:#fff;
    transform:translateY(-6px);
}

.icon-circle{
    width:60px;
    height:60px;
    background:#fff;
    border-radius:16px;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-shrink:0;
}

.icon-circle i{
    font-size:26px;
    color:#0b4f8a;
}

.quick-card span{
    font-size:17px;
    text-transform:uppercase;
    line-height:1.4;
}

@media(max-width:768px){

.quick-card{
    padding:18px;
    min-height:80px;
}

.quick-card span{
    font-size:15px;
}

.icon-circle{
    width:52px;
    height:52px;
}

}
	/* Full Width Background */
.committee-section{
    width:100%;
    padding:70px 0;
  
}

/* Cards */
.committee-card{
  
    border-radius:18px;
    padding:25px;
    height:100%;
    text-align:center;
    border-top:5px solid #198754;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    transition:.3s;
}

.committee-card:hover{
    transform:translateY(-6px);
}

.committee-card h5{
    color:#198754;
    font-weight:700;
    margin-bottom:18px;
}

.committee-card ul{
    list-style:none;
    padding:0;
    margin:0;
}

.committee-card ul li{
    padding:8px 0;
    color:#555;
    border-bottom:1px solid #ececec;
}

.committee-card ul li:last-child{
    border-bottom:none;
}

/* Responsive */
@media (max-width:991px){

    .committee-section{
        padding:50px 15px;
		background-image:url('img/backgrounds/organizingback.png');
background-size:cover;
background-repeat:no-repeat;
background-position:center;
padding:40px 0 30px;
	    background-attachment: fixed;
    }

    .committee-card{
        margin-bottom:20px;
    }

}
./*section-title p{
    color:#666;
    font-size:17px;
}

.committee-wrapper{
    display:flex;
    justify-content:center;
    gap:60px;
    flex-wrap:wrap;
}

.committee-card{
    width:320px;
    text-align:center;
}

.committee-image{
    width:260px;
    height:260px;
    margin:auto;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 10px 25px rgba(0,0,0,.15);
}

.committee-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.committee-card h4{
    margin-top:20px;
    font-size:24px;
    color:#0a4d2c;
    font-weight:600;
}

.committee-card span{
    display:block;
    margin-top:8px;
    color:#666;
    font-size:17px;
}
*/
/*==============================
Responsive
===============================*/

@media(max-width:768px){

    .committee-wrapper{
        flex-direction:column;
        align-items:center;
        gap:40px;
    }

    .section-title h2{
        font-size:30px;
    }

    .committee-card{
        width:100%;
        max-width:320px;
    }

    .committee-image{
        width:220px;
        height:220px;
    }

}
}
 /*==========================
Conference Highlights
==========================*/

.highlights-section{
    padding:90px 0;
   background-image:url('../img/backgrounds/highlightback.png');
	background-size:cover;
	background-repeat:no-repeat;
}

.section-heading{
    text-align:center;
    margin-bottom:60px;
}

/*.section-heading h2{
   
    font-weight:700;
    color:#1d5b34;
   font-size: 45px;
        margin-top: -58px;
        margin-bottom: -51px;
}*/

.section-heading p{
    color:#666;
    font-size:18px;
}

.highlight-card{
    background:#fff;
    padding:35px 30px;
    border-radius:15px;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    transition:.4s;
    height:100%;
    border-top:5px solid #2d8b57;
}

.highlight-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,.15);
}

.number{
    width:60px;
    height:60px;
    background:#2d8b57;
    color:#fff;
    font-size:24px;
    font-weight:700;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:20px;
}

.highlight-card h4{
    color:#1d5b34;
    font-size:24px;
    margin-bottom:20px;
    font-weight:600;
}

.highlight-card ul{
    margin:0;
    padding-left:18px;
}

.highlight-card ul li{
    margin-bottom:12px;
    color:#555;
    line-height:1.7;
}

/* Responsive */

@media(max-width:768px){


   .highlights-section {
        background-image: url('../img/backgrounds/hightlight1.png') !important;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        min-height: 100vh;


		
	}
    .section-heading h2{
                font-size: 35px;
        margin-top: -58px;
        margin-bottom: -51px;
    }

    .highlight-card{
        padding:25px;
    }

    .highlight-card h4{
        font-size:21px;
    }

}
 .registration-section{
    padding:80px 0;
    background-image:url('../img/backgrounds/registrationback.png');
	 background-size:cover;
	 background-repeat:no-repeat;
	 background-attachment: fixed;
	 
}

.registration-box{
    max-width:500px;
	height: 435px;
    margin:auto;
    background:#fff;
    border-radius:15px;
    padding:40px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    border-top:5px solid #2f8f57;
}

.registration-box h2{
    text-align:center;
    color:#1d5b34;
    font-size:34px;
    font-weight:700;
    margin-bottom:10px;
}

.join-text{
    text-align:center;
    color:#2f8f57;
    font-size:23px;
    
    font-weight:600;
}

.fee-item{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:16px 0;
    border-bottom:1px solid #e8e8e8;
}

.fee-item span{
    color:#444;
    font-size:18px;
    font-weight:500;
}

.fee-item strong{
    color:#2f8f57;
    font-size:22px;
    font-weight:700;
}

.register-btn{
    display:block;
    width:100%;
    text-align:center;
    margin-top:30px;
    padding:14px;
    background:#2f8f57;
    color:#fff;
    text-decoration:none;
    border-radius:8px;
    font-weight:600;
    transition:.3s;
}

.register-btn:hover{
    background:#1d5b34;
    color:#fff;
}
 
 .workshop-section{
    background:#e7f9c9;
}

.workshop-title{
    color:#166534;
    font-size:40px;
    font-weight:700;
    margin-bottom:10px;
}

.workshop-subtitle{
    color:#2e7d32;
    font-size:18px;
    font-weight:600;
}

.workshop-card{
    background:#ffffff;
    border:3px solid #2e7d32;
    border-radius:15px;
    padding:30px 20px;
    text-align:center;
    transition:.3s;
    height:100%;
    box-shadow:0 5px 15px rgba(0,0,0,.1);
}

.workshop-card:hover{
    transform:translateY(-8px);
    box-shadow:0 10px 20px rgba(0,0,0,.15);
}

.price{
    display:inline-block;
    background:#2e7d32;
    color:#fff;
    padding:8px 18px;
    border-radius:30px;
    font-size:20px;
    font-weight:700;
    margin-bottom:20px;
}

.workshop-card h3{
    color:#1b5e20;
    font-size:28px;
    font-weight:700;
    margin-bottom:10px;
}

.workshop-card h5{
    color:#555;
    font-size:20px;
    font-weight:600;
}

  /* ---- HEADER ---- */
  .header {
    background:white;
    padding: 22px 20px 16px;
    text-align: center;
   
  }
  .header h1 {
    font-size: 2.4rem;
    color: green;
   
    letter-spacing: 1px;
  }
  

  /* ---- CAROUSEL ---- */
  .carousel-section {
    background:#1f4900;
    padding: 28px 0 24px;
    overflow: hidden;
  }
  .carousel-label {
    text-align: center;
    color:white;
    font-size: 1.1rem;
    margin-bottom: 14px;
    letter-spacing: 1px;
  }
  .carousel-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .carousel-track {
    display: flex;
    gap: 14px;
    padding: 0 20px;
    transition: transform 0.6s ease;
    will-change: transform;
  }
  .carousel-card {
    flex: 0 0 calc(22% - 10px);
    min-width: 200px;
    border-radius: 14px;
    overflow: hidden;
    border: 4px solid #418144;
    background:#efffe9;
    box-shadow: 0 6px 20px rgba(0,0,0,0.5);
    transition: transform 0.3s;
    cursor: pointer;
  }
  .carousel-card:hover { transform: scale(1.04); }
  .carousel-card img {
       width: 361px;
    height: 230px;
    object-fit: cover;
    display: block;
  }
  .carousel-card .c-name {
    padding: 0px 8px;
    text-align: center;
    color: Black;
    font-size: 15px;
    font-weight: bold;
    background:#efffe9;
    border-top: 2px solid #efffe9;
  }

  /* carousel nav buttons */
  .carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #ffcc00;
    border: none;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    font-size: 1.3rem;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 3px 10px rgba(0,0,0,0.4);
    transition: background 0.2s;
    display: flex; align-items: center; justify-content: center;
    color: #1a1a2e;
    font-weight: bold;
  }
  .carousel-btn:hover { background: #ff6b35; color: #fff; }
  .carousel-btn.prev { left: 10px; height:60px}
  .carousel-btn.next { right: 10px;height:60px }

  .carousel-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
  }
  .dot {
    width: 10px; height: 10px;
    border-radius: 50%;
    background: #555;
    cursor: pointer;
    transition: background 0.3s;
  }
  .dot.active { background: #ffcc00; }

 