* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Figtree", sans-serif;
  line-height: 1.6;
  background-color: #f4f4f4;
  color: #333;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  /* overflow: hidden; */
}



/*================ Navbar ================*/

.apex-logo {
  margin-top: 5px;
  width: 40px;
  height: 40px;
}

.brand-red {
  color: #e60000;
  font-weight: 400;
  font-size: 33px;
}

.brand-black {
  color: #000;
  font-weight: 400;
  font-size: 33px;
}

.brand-grey-small {
  color: #000000;
  font-weight: 400;
  font-size: 22px;
  vertical-align: top;
}

.navbar .collapse {
  justify-content: start;
  align-items: center;
  padding-top: 5px;
}

.nav-item .nav-link {
  color: #777;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.3s ease;
}

.nav-item .nav-link:hover {
  color: #e60000;
}

.nav-item .nav-link.active {
  color: #e60000;
}

.btn-custom {
  background-color: #e60000;
  color: #fff;
  border-radius: 50px;
  padding: 6px 18px;
  font-size: 0.9rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-custom:hover {
  background-color: #ffffff;
  color: #e60000;
  border: 1px solid #e60000;
}

.btn-custom-black {
  background-color: #000000;
  color: #fff;
  border-radius: 50px;
  padding: 6px 18px;
  font-size: 0.9rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-custom-black:hover {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #000000;
}

.no-arrow::after {
  display: none !important;
}

.navbar .container {
  overflow: visible !important;
}

.navbar .dropdown-menu {
  z-index: 2000;
  margin-top: 0;
}

.dropdown-item {
  font-size: 15px;
  font-weight: 500;
  color: #555;
  transition: all 0.3s ease;
}

.dropdown-item:hover {
  background-color: #f8f9fa;
  color: #e60000;
}

@media (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
  }

  .navbar .dropdown-toggle:active {
    pointer-events: none;
  }
}

@media (max-width: 768px) {
  .nav-item {
    /* margin-bottom: 10px; */
  }
}

@media (max-width: 576px) {
  .navbar-brand {
    font-size: 1.5rem;
  }

  .nav-link {
    font-size: 16px;
  }

  .btn-custom {
    background-color: #e60000;
    color: #fff;
    border-radius: 50px;
    padding: 6px 18px;
    font-size: 16px;
    font-weight: 500;
    width: 54%;
  }
}

/*================= Navbar =================*/


/*================= Hero Section =================*/
.hero-section {
  padding: 60px 0;
  background: #f9f9f9;
}

.hero-heading {
  font-family: "Figtree", sans-serif;
  font-size: 60px;
  font-weight: 500;
  color: #000;
  line-height: 1.1em;
  margin-bottom: 25px;
  letter-spacing: -0.02em;
}

.hero-subtext {
  font-family: "Figtree", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.9em;
  color: #444;
  margin-top: 15px;
  margin-bottom: 30px;
}

.btn-red {
  background: #e60000;
  color: #fff;
  border-radius: 50px;
  padding: 10px 25px;
  font-weight: 500;
}

.btn-red:hover {
  background: #ffffff;
  color: #e60000;
  border: 1px solid #e60000;
  transition: all 0.5s ease;
}

.btn-dark {
  background: #000;
  color: #fff;
  border-radius: 50px;
  padding: 10px 25px;
  font-weight: 500;
}

.btn-dark:hover {
  background: #ffffff;
  color: #000;
  border: 1px solid #000;
  transition: all 0.5s ease;
}


.apex-hero {
  background: var(--section-bg);
}

/* 
.vertical-stack {
    height: 70vh;
}


.vertical-stack .swiper {
    mask-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12.5%, rgb(0, 0, 0) 87.5%, rgba(0, 0, 0, 0) 100%);
    overflow: hidden;
    display: flex;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    place-items: center;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    opacity: 1; 
}



@media (max-width: 991.98px) {
    .vertical-stack {
        height: 420px;
    }
}

@media (max-width: 575.98px) {
    .vertical-stack {
        height: 320px;
    }
}

.swiper {
    position: relative;
    overflow: hidden;
    flex: 1;
    border-radius: 14px;
}

.swiper-slide {
    height: auto;
}

.swiper img {
    display: block;
    width: 100%;
    height: 300px;
    border-radius: inherit;
    object-position: center;
    object-fit: cover;
} */

.vertical-stack {
  height: 70vh;
}

.vertical-stack .swiper {
  mask-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12.5%, rgb(0, 0, 0) 87.5%, rgba(0, 0, 0, 0) 100%);
  overflow: hidden;
  display: flex;
  width: 100%;
  height: 100%;
  place-items: center;
  margin: 0;
  padding: 0;
  opacity: 1;
}

@media (max-width: 991.98px) {
  .vertical-stack {
    height: 420px;
  }
}

@media (max-width: 575.98px) {
  .vertical-stack {
    height: 320px;
  }
}

.swiper {
  position: relative;
  overflow: hidden;
  flex: 1;
  border-radius: 14px;
}

.swiper-slide {
  height: auto;
}

.swiper img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  object-position: center;
}
















@media (max-width: 576px) {
  .hero-heading {
    font-size: 36px;
  }

  .hero-subtext {
    font-size: 18px;
  }


}





/*================= Top Description Section =================*/
.bg-light-pink {
  padding: 80px 0;
  background-color: #fff6f6;
}

.content-section {
  font-family: "Inter", sans-serif;
  padding: 0;
  font-size: 25px;
  color: #777;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: -0.01em;
  text-align: center;
}

.text-red {
  color: #e31818;
  font-family: "Inter", sans-serif;
  padding: 0;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: -0.01em;
  text-align: center;
  font-style: italic;
}

/*======================= Counter Section =======================*/
.counter-section {
  padding: 80px 20px;
  background: #000;
}

.counter-variable {
  font-family: "Inter Variable", "Inter Placeholder", sans-serif;
  padding: 0;
  font-size: 64px;
  color: #F7F7F7;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: -0.04em;
  text-align: center;
}

.counter-text {
  font-family: "Inter Variable", "Inter Placeholder", sans-serif;
  padding: 0;
  font-size: 22px;
  color: #999999;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: -0.02em;
  text-align: center;
}


/*======================== Why join us ========================*/
.section-line {
  display: inline-block;
  width: 50px;
  height: 2px;
  background: #007bff;
  margin-right: 8px;
  vertical-align: middle;
}

.why-us-title {
  font-family: "Figtree", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #e60000;
  letter-spacing: -0.02em;
  line-height: 1.4em;
  margin-bottom: 20px;
  text-align: center;
}

.why-us-heading {
  font-family: "Figtree", sans-serif;
  font-size: 50px;
  font-weight: 600;
  color: #000;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
  text-align: center;
}

.why-us-content {
  font-family: "Figtree", sans-serif;
  font-size: 18px;
  color: 000;
  line-height: 1.9em;
  margin-bottom: 20px;
  text-align: center;
}



.feature-row {
  display: flex;
  justify-content: center;
  align-items: center;
}

.feature-box {
  padding: 0 20px;
}

.toggle-icon {
  width: 40px;
  height: auto;
}

.feature-title {
  font-family: "Figtree", sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #000;
  letter-spacing: -0.02em;
  line-height: 1.5em;
  text-align: center;
}

.feature-text {
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  line-height: 1.9em;
  color: #555;
  margin-top: 10px;
  text-align: center;
}

.divider {
  width: 1px;
  height: 100px;
  background: #9e9d9d;
}

@media (max-width: 576px) {
  .section-line {
    display: inline-block;
    width: 20px;
    height: 2px;
    background: #007bff;
    margin-right: 5px;
    vertical-align: middle;
  }

  .why-us-title {
    font-size: 16px;
    font-weight: 700;
    color: #e60000;
    margin-bottom: 20px;
    text-align: start;
  }

  .why-us-heading {
    font-size: 34px;
    font-weight: 700;
    color: #000;
    margin-bottom: 25px;
    text-align: start;
  }

  .why-us-content {
    font-size: 19px;
    font-weight: 400;
    color: #000;
    margin-bottom: 40px;
    text-align: start;
  }

  .feature-text {
    font-size: 16px;
    color: #555;
    margin-top: 10px;
    text-align: start;
  }
}


/* Responsive */
@media (max-width: 767px) {
  .feature-box {
    border-right: none;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .feature-box:last-child {
    border-bottom: none;
  }
}







/*======================== Events Section ========================*/
.event-card {
  padding: 16px;
  border-radius: 30px;
  overflow: hidden;
  background: linear-gradient(rgb(255, 196, 191) 0%, rgb(237, 237, 237) 100%);
}

.event-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 20px;
   height: 200px;
    object-fit: cover;
}

.event-content {
  border-radius: 0 0 20px 20px;
}

.event-date {
  font-size: 16px;
  color: #555;
}

.event-desc {
  font-size: 16px;
  color: #444;
}

.event-link {
  font-weight: 500;
  color: #030303;
  text-decoration: none;
}

.event-link .arrow {
  margin-left: 5px;
  color: #e60000;
  transition: transform 0.2s ease-in-out;
}

.event-link:hover .arrow {
  transform: translate(5px);
}




/*================== Black Section ==================*/
.partner-text-section {
  padding: 60px;
  background: #000;
}

.partner-heading {
  font-family: "Inter Variable", "Inter Placeholder", sans-serif;
  font-size: 50px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.03em;
  line-height: 1em;
  text-align: center;
}

.partner-text {
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
}

.btn-partner {
  background: #e60000;
  color: #fff;
  font-weight: 500;
  border-radius: 25px;
  padding: 10px 25px;
  transition: 0.3s ease;
}

.btn-partner:hover {
  background: #ffffff;
  border: 1px solid #e60000;
  color: #e60000;
  transition: all 0.5s ease;
}




/*==================== Footer Section ====================*/

.footer-section {
  background: #fff;
  border-top: 1px solid #e6e6e6;
}

.footer-content {
  flex-wrap: wrap;
  gap: 20px;
}

.footer-brand img {
  width: 230px;
  height: auto;
}

.footer-links a {
  text-decoration: none;
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  transition: color 0.3s ease;
}
.footer-links span {
    text-decoration: none;
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    transition: color 0.3s ease;
}
.footer-links a:hover {
  color: #e60000;
}

.social-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.social-icon:hover {
  transform: scale(1.1);
  opacity: 0.8;
  filter: invert(13%) sepia(97%) saturate(7472%) hue-rotate(1deg) brightness(101%) contrast(106%);
}

.footer-bottom {
  border-top: 1px solid #ddd;
  font-size: 14px;
  color: #333;
}

.footer-copy,
.footer-powered {
  padding: 5px 0;
}

.footer-powered-link {
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.footer-powered-link:hover {
  color: #e60000;
}


/*========================= About Us Page =========================CSS */

/* About Section Styling */
.about-section {
  padding: 50px 32px 100px;
}

.about-subtitle {
  font-size: 14px !important;
  color: #e60000 !important;
}

.about-section h2 {
  color: #0a0a23;
  line-height: 1.3;
}

.about-section p {
  font-size: 18px;
  line-height: 1.6;
}

.about-section .about-text {
  font-size: 16px;
  line-height: 1.6;
  color: #475467 !important;
}

.about-section .btn {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.2em;
  border-radius: 20px;
  padding: 10px 15px;
  border: 1px solid #0a0a23;
  transition: all 0.5s ease;
}

.about-section .btn:hover {
  background: #0a0a23;
  color: #fff;
  transition: all 0.5s ease;
}

.btn-connect i {
  font-size: 15px;
  font-weight: 500;
}

.about-section img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}


/*====== our mission section ======*/
.values-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #fff;
}

.values-section h2 {
  font-size: 24px;
  color: #0a0a23;
  line-height: 1.3;
}

.values-section p {
  font-size: 16px;
  color: #475467;
  line-height: 1.6;
}

.values-section img {
  margin-bottom: auto;
}

.values-section .btn {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.2em;
  border-radius: 20px;
  padding: 10px 15px;
  border: 1px solid #0a0a23;
  transition: all 0.5s ease;
}

/* .values-section .btn:hover {
  background: #0a0a23;
  color: #fff;
  transition: all 0.5s ease;
} */

.values-list span {
  font-size: 25px;
  font-weight: 400;
  color: #0a0a23;
  margin-left: 10px;
}

.gallery-container a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* team section */

.team-section h2 {
  color: #0a0a23;
}

.team-card img {
  border-radius: 12px;
  object-fit: cover;
}

.team-card h5 {
  margin-bottom: 2px;
}

.team-card p {
  font-size: 0.95rem;
  margin: 0;
}



/* partners section */

.partner-bottom {
  border-bottom: 1px solid #e60000;
  padding-bottom: 50px;
}

.partners-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #fff;
}

.partners-title {
  font-size: 23px;
  letter-spacing: -0.02em;
  line-height: 1.6em;
  font-weight: 500;
  color: #222;
}

.partner-logo {
  max-height: 60px;
  height: 60px;
  width: 50px;
  margin: 0 auto;
  transition: transform 0.3s ease;
}

.swiper .swiper-slide .partner-logo {
  display: block;
  width: 150px;
  height: auto;
  object-position: center center;
  object-fit: cover;
}




/* newsletter section */

.newsletter-section {
  background-color: #f8f9fd;
}

.newsletter-subtitle {
  font-size: 0.85rem;
  font-weight: 600;
  color: #e60000;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.newsletter-title {
  color: #111827;
  margin-bottom: 0.5rem;
}

.newsletter-text {
  color: #4b5563;
  font-size: 1rem;
}

.newsletter-input {
  padding: 0.85rem 1rem;
  border-radius: 8px;
  border: none;
  background-color: #eeeeee;
  font-size: 1rem;
}

.newsletter-input:focus {
  box-shadow: none;
  outline: none;
  border: 1px solid #d1d5db;
}

.newsletter-btn {
  /* background-color: #111827; */
  background-color: #e60000;
  color: #fff;
  border-radius: 50px;
  padding: 10px 65px;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.3s ease;

}

.newsletter-btn:hover {
  background: #ffffff;
  color: #e60000;
  border: 1px solid #e60000;
  transition: all 0.5s ease
}













/*============================== Upcoming events detail page ==============================*/


.event-image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 15px;
}

/* .event-content h2 {
    font-size: 1.75rem;
    color: #222;
  }
  
  .event-content p {
    font-size: 1rem;
  } */


.event-details {
  background: #fff;
}

.text-theme {
  color: #e60000;
}

.info-card {
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}



.register-box {
  /* width: 31%; */
  border-radius: 12px;
  transition: all 0.3s ease;
}

.register-box .btn-custom {
  background-color: #e60000;
  color: #fff;
  border-radius: 30px;
  padding: 8px 44px;
  font-size: 20px;
  font-weight: 500;
  transition: all 0.3s ease;
}


.register-box .btn:hover {
  background-color: #ffffff;
  color: #e60000;
  border: 1px solid #e60000;
}


/* Agenda Section */

.agenda-intro .agenda-title {
  color: e60000;
}






/* meet the host */

.host-section {
  padding-top: 30px;
  padding-bottom: 30px;
  /* height: 50vh; */
  /* display: flex;
  align-items: center;
  justify-content: center; */
  background: #f0f0f0;
}

.host-section h3 {
  font-size: 35px;
  font-weight: 500;
}

.host-card {
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 15px;
  background: #f9cdcd57;
  /* max-width: 320px; */
  border: 1px solid #e60000;
}

.host-img {
  width: 200px;
  height: 200px;
  object-fit: cover;
}


/*------------------ featured participants ------------------*/

.featured-participants {
  background: #f9f9f9;
}

.participant-card {
  background: #ffffff;
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 12px;
  border: 1px solid #e60000;
  transition: all 0.3s ease;
}

.participant-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.participant-card img {
  width: 75px;
  height: 75px;
  object-fit: cover;
  border-radius: 12px;
}

.participant-card h6 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1px;
}

.participant-card p {
  font-size: 14px;
}

/*---------------------- Agenda ----------------------*/

.experience-card {
  background: #000000;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.text-accent {
  color: #e60000;
}

.btn-accent {
  background-color: #e60000;
  color: #fff;
  border-radius: 50px;
  padding: 6px 18px;
  font-size: 0.9rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-accent:hover {
  background-color: #ffffff;
  color: #e60000;
  border: 1px solid #e60000;
}

/* testimonial */

.testimonials {
  background: #f8f9fa;
  position: relative;
}

.quote-icon img {
  width: 20%;
  height: auto;
}

.testimonial-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
}

.testimonial-text {
  font-size: 0.95rem;
  color: #444;
  line-height: 1.6;
}

.testimonial-author .author-img {
  width: 90px;
  height: 90px;
  border-radius: 10px;
  object-fit: cover;
}

.testimonial-author h6 {
  font-weight: 600;
}

.section-title-details {
  color: #e60000;
}


/*============================ upcoming events page ============================*/

.upcoming-partner-section {
  background: #f9fafc;
}

.upcoming-partner-section-subtitle {
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.upcoming-partner-section-title {
  color: #e63946;
  font-size: 2.2rem;
  margin-bottom: 20px;
  line-height: 1.3;
  font-weight: 700;
}

.upcoming-partner-section p {
  font-size: 16px;
  color: #000;
  line-height: 1.7;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 ratio */
  height: 0;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* meeting in person */


.meeting-section {
  background: #fff;
}

.card-box {
  border-radius: 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.partnership-opportunity-card {
  background: #fff5f5;
}

.partnership-opportunity-card h3 {
  color: #e60000;
}

.partnership-opportunity-card ul li i {
  color: #e60000;
}


.meeting-card {
  background: #fdfdfd;
  border: 1px solid #eee;
}

.card-box h3 {
  font-size: 1.8rem;
}

.card-box ul li {
  margin-bottom: 0.5rem;
  color: #444;
}

.btn-danger {
  background: #e60000;
  color: #fff;
  border-radius: 30px;
  font-weight: 600;
  padding: 10px 45px;
  font-weight: 500;

}

.btn-danger:hover {
  background: #ffffff;
  color: #e60000;
  border: 1px solid #e60000;
  transition: all 0.5s ease
}






/*============================== past events page ==============================*/

.event-hero-section {
  background: url('../../assets/images/upcoming-event-bg.png') center/cover, black;
  min-height: 70vh;
  position: relative;
  display: flex;
  /* flex: column;  */
  justify-content: center;
  align-items: center;
}

.event-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

.past-event-title {
  font-size: 80px;
  font-weight: 600;
  color: #ffffff;
}

.past-event-desc {
  font-size: 25px;
  font-weight: 400;
  color: #ffffff;
}

.upcoming-event-section {
  background: #ebebeb;
}

.upcoming-event-img img {
  object-fit: cover;
  width: 100%;
  border-radius: 15px;
  float: right;
}

.upcoming-event-content {
  max-width: 600px;
}

.upcoming-event-label {
  color: #e60000;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 16px;
  letter-spacing: 1px;
}

.upcoming-event-title {
  font-size: 33px;
  /* font-weight: 700; */
  color: #000;
}

.upcoming-event-desc {
  color: #555;
  font-size: 16px;
  margin-top: 15px;
}

.upcoming-event-date {
  font-size: 16px;
  font-weight: 500;
  color: #e60000;
}

.upcoming-event-date .date-icon {
  font-size: 22px;
  color: #e60000;
}

.see-more-link {
  color: #000;
  /* font-weight: 600; */
  text-decoration: none;
  transition: all 0.3s ease;
}

.see-more-link i {
  transition: transform 0.3s ease;
  color: #e63946;
  /* red theme */
}

.see-more-link i:hover {
  color: #b71c1c;
}

.see-more-link:hover i {
  transform: translateX(4px);
}






/* past event gallery */
.past-events {
  background: #fff;
}

.section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #e60000;
}

.section-subtitle {
  color: #666;
  font-size: 1rem;
}

.past-event-card {
  background: linear-gradient(rgb(255, 196, 191) 0%, rgb(237, 237, 237) 100%);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.past-event-card:hover {
  transform: translateY(-6px);
}

.past-event-img {
  overflow: hidden;
  border-bottom: 1px solid #eee;
}

.past-event-img img {
    transition: transform 0.4s ease;
    min-height: 200px;
    object-fit: cover;
}

.past-event-card:hover img {
  transform: scale(0.95);
  border-radius: 12px;
}

.event-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #222;
}

.event-meta {
  color: #e60000;
  font-size: 17px;
}




.upcoming-event-card {
  border-radius: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  margin: 5px;
}

.upcoming-event-card:hover {
  transform: translateY(-3px);
}

.upcoming-event-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.carousel-left {
  margin-right: 225px;
  color: #e60000;
  font-size: 40px;
}


.carousel-right {
  margin-left: 225px;
  color: #e60000;
  font-size: 40px;
}


.event-card-body {
  padding: 20px;
}

.event-title {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

.event-date {
  color: #e60000;
  font-weight: 500;
  margin-bottom: 8px;
}

.expect-section {
  background: #f8f9fa;
}

.features-list li {
  font-size: 22px;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}

.features-list span {
  color: #e60000;
  margin-right: 8px;
}






/*======================== Partner with us page ========================*/

.partner-section {
  background: url('../../assets/images/partner-with-us.png') center/cover no-repeat;
  height: 70vh;
  position: relative;
  display: flex;
  flex: column;
  justify-content: center;
  align-items: center;
}

.partner-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

.partner-section .partner-content {
  z-index: 2;
}

.partner-title {
  font-size: 80px;
  font-weight: 600;
  color: #ffffff;
}

.partner-desc {
  font-size: 25px;
  font-weight: 400;
  color: #ffffff;
}


/* Contact Form */
.text-orange {
  font-size: 50px;
  font-weight: 500;
  color: #e60000;
}

.btn-partner {
  background: #e60000;
  color: #fff;
  border-radius: 30px;
  font-weight: 600;
  padding: 10px 45px;
  font-weight: 500;
}

.btn-partner:hover {
  background: #ffffff;
  color: #e60000;
  border: 1px solid #e60000;
  transition: all 0.5s ease
}

.form-control, .form-select {
  border-radius: 8px;
  padding: 10px 14px;
}

/*==================== join our community ====================*/
/* 
.signup-body {
  background: #ffffff;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.signup-card {
  border: 1px solid #e60000;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  max-width: 460px;
  width: 100%;
}
.signup-card h3 {
  font-weight: 600;
  margin-bottom: 1.5rem;
  text-align: center;
}
.form-control {
  border-radius: 0.75rem;
}
.btn-signup {
  background: #e60000;
  color: #fff;
  border-radius: 30px;
  font-weight: 600;
  padding: 10px 45px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.btn-signup:hover {
  background: #ffffff;
  color: #e60000;
  border: 1px solid #e60000;
  transition: all 0.5s ease
}
.login-option {
  margin-top: 1.5rem;
  text-align: center;
  font-size: 0.95rem;
}
.login-option a {
  color: #0d6efd;
  font-weight: 500;
  text-decoration: none;
}
.login-option a:hover {
  text-decoration: underline;
} */



.register-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.register-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 2rem;
}

.register-title {
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: #333;
}

.form-control:focus {
  border-color: #6c63ff;
  box-shadow: 0 0 0 0.2rem rgba(108, 99, 255, 0.25);
}

.btn-theme {
  background: linear-gradient(135deg, #6c63ff, #4e54c8);
  border: none;
  color: #fff;
  font-weight: 500;
  transition: 0.3s ease;
}

.btn-theme:hover {
  opacity: 0.9;
}

.login-link {
  display: block;
  margin-top: 1rem;
  text-align: center;
  font-size: 0.95rem;
}

.login-link a {
  color: #6c63ff;
  text-decoration: none;
}

.login-link a:hover {
  text-decoration: underline;
}

.about-title {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2em;
  color: #000;
}
.values-section h2.about-title {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2em;
  color: #000;
}

.partner-type li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  justify-content: space-between;
}

.benefits-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2em;
  color: #e60000;
}

.benefits-list {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
  color: #000;
}

.benefits-list li p:first-child {
  padding-bottom: 10px;
  font-weight: 600;
  margin-bottom: 0;
}

.benefit-box {
  background: #f9f9f9;
  /* padding: 20px; */
  /* border-radius: 10px; */
  /* margin-bottom: 20px; */
  border: 1px solid #f6d1d1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease;
}

.benefit-content {
  padding: 20px;
}

.benefit-box h5 {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2em;
  color: #000;
  margin-bottom: 10px;
}

.benefit-box:hover {
  border: 1px solid #e60000;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}


.gallery-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 20px;
  padding: 20px
}

.agenda-list li{
  justify-content: start !important;
  gap: 40px !important;
}

.agenda-list li div:first-child{
  min-width: 120px !important;
  font-weight: 600;
}
.agenda-list li div:last-child{
  font-size: 18px;
}



@media screen and (max-width: 576px) {
  .event-card{
    padding: 10px;
  }
  .partner-text-section{
    padding-inline: 20px;
  }
  .about-section{
    padding-inline: 0;
  }
  .about-title{
    font-size: 26px;
  }
  .values-section h2.about-title{
    font-size: 26px;
  }
  .values-section h2{
    font-size: 18px;
  }
  .past-event-title, .partner-title{
    font-size: 40px;
  }
  .past-event-desc, .partner-desc{
    font-size: 18px;
  }
  .upcoming-partner-section-title{
    font-size: 26px;
  }
  .partner-type li{
    justify-content: start;
  }
  .benefits-title{
    font-size: 26px;
  }
  .benefit-box h5{
    font-size: 20px;
  }
  .upcoming-event-title{
    font-size: 26px;
  }
  .section-title{
    font-size: 26px;
  }
  .event-title{
    font-size: 18px;
  }
  .event-meta{
    font-size: 16px;
  }
  .gallery-container{
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
  .text-orange{
    font-size: 26px;
  }
  .why-us-heading{
    font-size: 26px;
  }
  .why-us-content{
    font-size: 18px;
    line-height: 1.4;
  }
  .partner-heading{
    font-size: 40px;
  }
}