.logo-box img,
.logo img {
  max-width: 100px;
}
.main-slider .bg-layer {
  background-size: 125%;
  background-position: 40% 99%;
}
.main-slider .content-box h1 {
  font-size: 50px !important;
  line-height: 50px !important;
}
.main-slider .content-box {
  padding: 105px 60px;
}

.about-section-four .image img {
  max-width: 75%;
}
.header-outer-box {
  padding: 15px 100px;
}
.owl-nav.disabled {
  display: none;
}
.faq-image {
  height: 245px;
}

.faq-image img {
  height: 100%;
  object-fit: cover;
}

.faq-section {
  padding-top: 100px;
}
.erorr-page {
  height: 100vh;
}
.white-color span,
.white-color h1 {
  color: #fff;
}
.fc .fc-daygrid-day-number,
.fc .fc-col-header-cell-cushion {
  color: #b5893d !important;
}

.register-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
  padding: 20px;
}
.register-modal-container {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}
.register-modal-content {
  background: #fff;
  border-radius: 8px;
  width: 100%;
  max-width: 83.333333%;
  margin: 20px auto;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  position: relative;
}
.register-modal-header {
  padding: 20px 30px;
  border-bottom: 1px solid #dee2e6;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.register-modal-title {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  color: #333;
}
.register-modal-close {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #666;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s;
}
.register-modal-close:hover {
  color: #000;
}
.register-modal-body {
  padding: 30px;
}

/* Main Cover Section Styles */
.main-cover {
  background-color: #0b1d2a;
  padding: 0 100px;
}

.main-cover .content-box {
  padding: 40px 0;
  color: #fff;
}

.main-cover .content-box h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.main-cover .cover-date {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 25px;
}

.main-cover .cover-description {
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 35px;
  max-width: 90%;
}

.main-cover .link-button {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.main-cover .btn-join-network {
  background-color: #6c5ce7;
  color: #fff;
  padding: 15px 30px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  transition: all 0.3s;
}

.main-cover .btn-join-network:hover {
  background-color: #5a4dd6;
  transform: translateY(-2px);
}

.main-cover .btn-partner-us {
  background-color: #e84393;
  color: #fff;
  padding: 15px 30px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  transition: all 0.3s;
}

.main-cover .btn-partner-us:hover {
  background-color: #d63384;
  transform: translateY(-2px);
}

.main-cover .image-box {
  height: 100%;
  display: flex;
  align-items: center;
}

.main-cover .image {
  width: 100%;
  height: 600px;
  overflow: hidden;
  border-radius: 0;
}

.main-cover .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Event Trailer Video Section */
.event-trailer-video {
  margin-bottom: 60px;
}

.event-trailer-video h3 {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 600;
}

.event-trailer-video .video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  background: #000;
}

.event-trailer-video .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.event-filter .event-block-one .image {
  max-width: 300px;
  width: 50%;
}

.event-filter .event-block-one .image img {
  object-fit: cover;
  width: 100%;
}

.pd-3 {
  padding: 60px 0;
}
@media (max-width: 998px) {
  .main-cover {
    padding: 50px 0;
  }
  .calendar-container {
    margin-bottom: 40px;
  }
  .register-modal-content {
    max-width: 95%;
  }
  .register-modal-body {
    padding: 20px;
  }
  .main-cover .content-box h1 {
    font-size: 36px;
  }
  .main-cover .cover-date {
    font-size: 20px;
  }
  .main-cover .cover-description {
    font-size: 14px;
  }
  .main-cover .image {
    height: 400px;
  }
  .event-trailer-video {
    margin: 40px 0;
  }
  .event-trailer-video h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
