/* index.html styles */

.filter-buttons {
  display: flex !important;
  visibility: visible !important;
  position: relative;
  z-index: 10;
  justify-content: center;
  flex-wrap: wrap;
}

.filter-buttons .btn {
  display: inline-block !important;
  visibility: visible !important;
  position: relative;
  z-index: 10;
  padding: 8px 15px;
  font-size: 14px;
}

@media (max-width: 767px) {
  .filter-buttons .btn {
    padding: 6px 10px;
    font-size: 12px;
    margin: 3px;
  }
}

@media (max-width: 575px) {
  .speakers-section .row .speaker-block {
    width: 100%;
    margin: 15px auto;
  }
}

.feature-block-two .inner-box:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  border-radius: 20px;
  background: linear-gradient(to bottom, #035703 0%, #0f6c03 50%, #2e2c35 100%);
  transition: all 500ms ease;
}

.rtl .feature-block-two .inner-box:after {
  right: auto;
  left: 0;
  background: linear-gradient(to top, #2b8601 0%, #01024d 50%, #061238 100%);
}

.bg-pattern-10 {
  background-image: url(../images/background/3.jpg);
}

.banner-layer {
  width: 200px;
  height: 180px;
  background-image: url(../images/background/profile.png);
}

.speakers-section .bg:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #16371b;
  opacity: 0.8;
}

.speakers-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.speaker-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}

.first-row .speaker-block {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 15px;
}

.second-row .speaker-block {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}

/* Ensure responsiveness for smaller screens */
@media (max-width: 991px) {
  .first-row .speaker-block,
  .second-row .speaker-block {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 767px) {
  .first-row .speaker-block,
  .second-row .speaker-block {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Preserve existing animations and styles */
.speaker-block .inner-box {
  transition: all 0.3s ease;
}

.speaker-block .image-box img {
  width: 100%;
  height: auto;
}

.footer-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer-column {
  flex: 0 0 auto;
}
.footer-column:nth-child(1) {
  width: 35%;
}
.footer-column:nth-child(2) {
  width: 25%;
}
.footer-column:nth-child(3) {
  width: 35%;
}
@media (max-width: 991px) {
  .footer-column:nth-child(1),
  .footer-column:nth-child(2),
  .footer-column:nth-child(3) {
    width: 100%;
    margin-bottom: 30px;
  }
}
.category-card {
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}
.category-card.active {
  border-color: #1f6024;
  background-color: rgba(31, 96, 36, 0.05);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.category-card h5 {
  font-weight: 600;
  margin-bottom: 10px;
  color: #1f6024;
}
.category-card p {
  font-size: 14px;
  color: #666;
  margin-bottom: 0;
}
.page-banner .content-box .title {
  line-height: 1.2;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .page-banner .content-box .title {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .page-banner {
    padding-top: 8rem !important;
    padding-bottom: 3rem !important;
  }
  .page-banner .content-box {
    margin-bottom: 0;
  }
}
h2.text-reveal-anim {
  color: #3c6d32 !important;
  background: none !important;
  -webkit-background-clip: initial !important;
  background-clip: initial !important;
  -webkit-text-fill-color: #3c6d32 !important;
}
.mobile-menu {
  display: block;
}
@media screen and (min-width: 399px) {
  .mobile-btn {
    display: none;
  }
}
.header-navbar {
  background-color: #1f6024 !important;
}
.theme-btn.bg-yellow {
  background-color: #1f6024 !important;
  color: white !important;
}
.theme-btn.bg-yellow:hover {
  background-color: #15351b !important;
}
.logo__image {
  width: 150px !important;
}
@media (max-width: 1399.98px) {
  .banner-section .content-box .title {
    font-size: 80px !important;
  }
}
@media (max-width: 768px) {
  .banner-section .content-box .title {
    font-size: 28px !important;
  }
}
@media (max-width: 1399.98px) {
  .h {
    font-size: 30px !important;
  }
}
@media (max-width: 768px) {
  .h {
    font-size: 19px !important;
  }
}
.about-section,
.about-section .auto-container,
.about-section .outer-box,
.about-section .outer-box.two,
.about-section .content-box,
.about-section .sec-title,
.about-section .text,
.about-section p,
.about-section h2,
.about-section h4,
.about-section span {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.main-header .main-box {
  display: flex !important;
  align-items: stretch !important;
  width: 100% !important;
}
.main-header .header-navbar {
  flex: 1 !important;
  min-width: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}
.main-header .header-navbar .nav-outer {
  flex: 1 !important;
  min-width: 0 !important;
}
.main-header .main-menu .navigation {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
  white-space: nowrap !important;
}
.main-header .main-menu .navigation > li {
  float: none !important;
  flex-shrink: 1 !important;
}
.main-header .main-menu .navigation > li > a {
  font-size: 14px !important;
  padding: 0 13px !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
}
.main-header .header-navbar .outer-box {
  flex-shrink: 0 !important;
}
@media (min-width: 992px) {
  .main-header .header-navbar .outer-box {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1180px) {
  .main-header .main-menu .navigation > li > a {
    font-size: 11px !important;
    padding: 0 8px !important;
    letter-spacing: 0 !important;
  }
  .main-header .logo__image {
    width: 110px !important;
  }
}

/* FIX: Hide bounce icon elements that reference missing images */
.about-section .icon-one,
.about-section .icon-two {
  display: none !important;
}

#hero-banner {
  --yellow: #f4c213;
  --green-dark: #0d1f10;
  --green-mid: #1f6024;
  position: relative;
  overflow: hidden;
  padding: 180px 0 160px;
}
@media (max-width: 1199.98px) {
  #hero-banner {
    padding: 180px 0 120px;
  }
}
@media (max-width: 575.98px) {
  #hero-banner {
    padding: 160px 0 100px;
  }
}
.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1.4s ease-in-out;
  z-index: 0;
}
.hero-slide.active {
  opacity: 1;
}
.hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(10, 30, 12, 0.35) 0%,
    rgba(10, 30, 12, 0.5) 40%,
    rgba(10, 30, 12, 0.78) 100%
  );
}
.hero-layout {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  width: 100%;
}
.hero-img-side {
  width: 50%;
  flex-shrink: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
}
.hero-ring {
  position: absolute;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  border: 14px solid var(--yellow);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  animation: ring-pulse 3s ease-in-out infinite;
}
@keyframes ring-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(244, 194, 19, 0.3);
  }
  50% {
    box-shadow: 0 0 0 22px rgba(244, 194, 19, 0);
  }
}
.hero-circle-img {
  position: relative;
  z-index: 2;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  overflow: hidden;
  border: 7px solid var(--yellow);
  box-shadow: 0 16px 70px rgba(0, 0, 0, 0.55);
}
.hero-circle-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: opacity 0.8s ease;
}
.hero-content-side {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 6% 0 4%;
}
.hero-need-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: rgba(255, 255, 255, 0.1);
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 50px;
  padding: 8px 20px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 26px;
  width: fit-content;
}
.badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--yellow);
  display: inline-block;
  animation: blink-dot 1.5s ease-in-out infinite;
}
@keyframes blink-dot {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.4;
    transform: scale(0.65);
  }
}
.badge-mic {
  font-size: 14px;
  color: var(--yellow);
}
.hero-heading {
  font-size: clamp(22px, 2.8vw, 46px);
  font-weight: 900;
  line-height: 1.15;
  color: #ffffff;
  margin: 0 0 22px;
  letter-spacing: -0.5px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .hero-heading {
    font-size: clamp(20px, 2.5vw, 38px);
  }
}
@media (max-width: 992px) {
  .hero-heading {
    font-size: clamp(18px, 3vw, 32px);
    white-space: normal;
  }
}
@media (max-width: 768px) {
  .hero-heading {
    font-size: clamp(22px, 6vw, 34px);
    white-space: normal;
  }
}
.hero-heading em {
  font-style: normal;
  color: var(--yellow);
}
.hero-subtext {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  max-width: 520px;
  line-height: 1.8;
  margin-bottom: 40px;
}
.hero-cta {
  display: inline-block;
  background: var(--green-mid);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 17px 44px;
  border-radius: 50px;
  text-decoration: none;
  border: 2px solid var(--yellow);
  width: fit-content;
  transition:
    background 0.28s,
    color 0.28s,
    transform 0.2s,
    box-shadow 0.28s;
}
.hero-cta:hover {
  background: var(--yellow);
  color: var(--green-dark);
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(244, 194, 19, 0.38);
  text-decoration: none;
}
.hero-scroll-btn {
  position: absolute;
  right: 36px;
  bottom: 36px;
  z-index: 5;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--yellow);
  color: var(--green-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  cursor: pointer;
  border: none;
  box-shadow: 0 6px 22px rgba(244, 194, 19, 0.5);
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.hero-scroll-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(244, 194, 19, 0.6);
}
.hero-dots {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 5;
}
.hero-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}
.hero-dot.active {
  background: var(--yellow);
  border-color: rgba(244, 194, 19, 0.5);
  transform: scale(1.25);
}
@media (max-width: 1200px) {
  .hero-circle-img {
    width: 320px;
    height: 320px;
  }
  .hero-ring {
    width: 360px;
    height: 360px;
  }
}
@media (max-width: 992px) {
  .hero-circle-img {
    width: 240px;
    height: 240px;
  }
  .hero-ring {
    width: 280px;
    height: 280px;
  }
  .hero-content-side {
    padding: 50px 5% 50px 3%;
  }
}
@media (max-width: 768px) {
  .hero-img-side {
    display: none !important;
  }
  .hero-layout {
    flex-direction: column;
  }
  .hero-content-side {
    width: 100%;
    padding: 0 28px;
  }
  .hero-subtext {
    font-size: 14px;
  }
  .hero-need-badge {
    font-size: 11px;
    padding: 7px 16px;
  }
}
@media (max-width: 480px) {
  .hero-cta {
    padding: 14px 32px;
    font-size: 11px;
  }
}
