@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

body {
  font-family: 'Roboto', sans-serif;
}


.main-title-green{
  color: #256938;
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}
a{
  text-decoration: none;
}

/* navbar menu */
.navbar-nav .nav-link {
  font-weight: bold;
  color: #256938 !important; /* green text */
}

.dropdown-menu {
  border: 1px solid #256938;
  border-radius: 0;
}

.dropdown-item {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}

.btn-contact {
  background-color: #256938;
  color: white;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 10px 20px;
  border-radius: 8px;
}
.btn-contact:hover {
  background-color: #256938;
  color: #fff;
}

/* hero */
.hero {
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.hero-overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 90, 0, 0.5), rgba(0, 0, 0, 0.2));
  z-index: 0;
}
.hero .container {
  z-index: 2;
}
.countdown-box {
  position: relative;
  background: #256938;
  color: white;
  border-radius: 10px;
  margin-top: -100px;
  width: 60%;
  padding: 20px 20px;
}
@media (max-width: 1200px) {
	.countdown-box{
	  width: 100%;
    margin-top: -70px;
	}
}
.countdown-timer {
  text-align: center;
}
.timer-box{
  background: linear-gradient(45deg, #1c5634, #eab942);
  border: 2px #fff solid;
  font-weight: bold;
  font-size: #fff;
  margin-bottom: 10px;
}

/* video */
.video-section{
  width: 100%;
  margin: 30px 0px;
}
.video-box{
  background: #256938;
  border-radius: 8px;
  color: #fff;
  border: 5px solid #f6c243;
}

/* Expected */
.expecte-bg{
  background: #1c5634;
  height: 200px;
  position: relative;
  margin-top: -100px;
}
.stats-container {
  background-color: #f6c243;
  width: 90%;
  margin: 0 auto;
  padding: 20px 20px 0px 20px;
  border-radius: 10px;
  position: relative;
  margin-bottom: -100px;
  z-index: 99;
  border: 5px #fff solid;
}

.stat-box {
  background-color: #fff;
  width:100%;
  padding: 20px 5px;
  border-radius: 10px;
  height: 150px;
  margin-bottom: 20px;
}

.stat-box h2 {
  font-size: 28px;
  color: #124c2f;
  font-weight: 700;
}

.stat-box p {
  font-size: 14px;
  color: #333;
  margin: 0px;
}

.logo-bottom {
  position: absolute;
  bottom: 20px; /* or 0 for exact bottom */
  left: 15%;
  transform: translateX(-50%);
}


/* program section */
.cafe25-card{
  border: 5px solid transparent;
  border-radius: 20px;
  background-color: #f9f9f9;
  padding: 30px;
}
.cafe25-card.green-border { border-color: #1c5634; }
.cafe25-card.yellow-border { border-color: #eab942; }

.cafe25-card .img-box {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #1c5634;
}

.cafe25-card img {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.description-box{
  height: 95%;
  border-left: 1px solid #256938;
  padding-left: 20px;
}

.cafe25-card .btn-green {
  background-color: #256938;
  color: white;
  border-radius: 25px;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}

.cafe25-card .btn-green:hover {
  background-color: #256938;
  color: white;
}

.cafe25-card .btn-yellow {
  background-color: #eab942;
  color: white;
  border-radius: 25px;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}

.cafe25-card .btn-yellow:hover {
  background-color: #256938;
  color: white;
}

.description-box .info-icon {
  margin-right: 8px;
  color: #256938;
}

.description-box .title {
  font-weight: bold;
  font-size: 20px;
  color: #000;
}

.description-box .description {
font-size: 14px;
color: #333;
}

/* roadmap */
.roadmap {
  background-color: #1c5634;
  color: white;
  padding: 3rem 1rem;
}
.roadmap img{
  width: 100%;
}

/* speaker */
/* .speaker-card {
  border: 3px solid transparent;
  border-radius: 12px;
  overflow: hidden;
  text-align: center;
  transition: 0.3s ease;
  position: relative;
}
.speaker-card.green-border { border-color: #256938; }
.speaker-card.yellow-border { border-color: #eab942; }
.speaker-card img {
  width: 100%;
  height: auto;
}
.speaker-info-box {
  position: relative;
  border-radius: 12px;
  border: 1px solid transparent;
  background-color: #256938;
  color: #fff;
  margin: -130px 7px 0px 7px;
  text-align: center;
  padding: 0px 7px;
}
.speaker-info-box h5{
  margin-top: 10px;
}
.speaker-info-box p{
  font-size: 14px;
}
.speaker-info-box.green-border { border-color: #256938; }
.speaker-info-box.yellow-border { border-color: #eab942; } */

/* new speaker css */
.speaker-card {
  border: none;
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
  text-align: center;
  height: 300px;
  margin: 70px 0px 30px 0px;
  padding: 0px 10px;
}
.speaker-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}
.profile-img {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border-radius: 50%;
  margin-top: -70px;
  border: 6px solid #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  background: #ccc;
}
.profile-name {
  font-weight: 700;
  margin-top: 20px;
  font-size: 18px;
  color: #000;
}
.profile-title {
  color: #000;
  font-size: 15px;
}

/* news */
.news-card img {
  border-radius: 8px;
  width: 100%;
	height: 280px;
	object-fit: cover;
}
@media (max-width: 1200px) {
	.news-card img{
	  height: 200px;
	}
}
@media all and (max-width: 768px) {
	.news-card img{
	  height: 280px;
	}
}
.news-card .card-body {
  padding-top: 0.5rem;
}
.news-card .card-body p{
  color: #000;
}
.news-card small {
  font-size: 0.75rem;
  color: gray;
}
.btn-seemore {
  width: 200px;
  color: #fff;
  display: block;
  text-align: center;
  margin: 0px auto;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid transparent;
  background-color: #2f622a;
  transition: .3s;
  margin-top: 10px;
  font-size: 14px;
}
.btn-seemore:hover {
  color: #075322;
  background-color: #fff;
  border: 1px solid #075322;
  text-decoration: none;
}

.news-detail{
  width: 100%;
  margin-top: 20px;
}
.news-detail img{
  border-radius: 8px;
  width: 100%;
	height: 220px;
	object-fit: cover;
  margin-bottom: 20px;
}

/* video */
.video-card img {
  border-radius: 8px;
  width: 100%;
	height: 280px;
	object-fit: cover;
}
.video-card p{
  padding-top: 15px;
}
.video-card a{
  color: #000;
}

/* sponsor */
.sponsor-title-green{
  color: #256938;
}
.sponsor-title-yellow{
  color:#eab942;
}
.sponsor-box {
  background-color: #fff;
  border-radius: 8px;
  padding: 1rem;
  text-align: center;
  box-shadow: 0 0 8px rgba(0,0,0,0.05);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* exhibitor */
.exhibitor-bg{
  background-color: #eab942;
}
.exhibitor-box {
  background: #fff;
  padding: 1rem;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 0 5px rgba(0,0,0,0.05);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}


.captcha-image img {
    border-radius: 5px;
}

/* footer */
.footer{
  background-color: #256938;
  color: #fff;
}
.footer .facebook-icon{
  font-size: 30px;
  color: #fff;
}