.flag-salutation {
  /* font-size : 18px; */
  line-height: 28px;
  font-weight: 400;
  text-align: left;
}

.flag-iria img {
  width: 300px;
  height: 300px;
}

.bannerSwiper .swiper-slide {
  /* background: rgb(0, 0, 0, 0.1); */
  padding-bottom: 0;
}

.swiper-button-next,
.swiper-button-prev {
  color: #c4c4c4 !important;
  z-index: 999;
}

.swiper-button-next {
  right: 30px;
}

.swiper-button-prev {
  left: 30px;
}

.mySwiper12 img {
  width: 200px;
  height: 250px;
}

.mySwiper12 .swiper-slide {
  padding: 1.5rem;
  border-radius: 20px;
}

.banner-register {
  position: absolute;
  bottom: 11px;
  left: 50%;
  transform: translateX(-50%);
}

/* Animate dropdowns and submenus */
.dropdown-menu {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  display: block;
  /* always block to enable animation */
  pointer-events: none;
}

.dropdown:hover>.dropdown-menu,
.dropdown-submenu:hover>.dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

/* Position submenus */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0.1rem;
  margin-top: 0;
}

.hover-transform {
  transition: .4s all ease;
}

.hover-transform:hover {
  transform: translateY(1);
}

.officeBearers img {
  width: 200px;
  height: 260px;
}

.officeB-div .bg-accent-color-2 {
  transition: .4s all ease;
}

.officeB-div:hover .bg-accent-color-2 {
  transform: translateY(-4%) !important;
  transition-delay: 0s !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.cursor-pointer {
  cursor: pointer;
}

@media (min-width: 1024px) and (max-width: 1360px) {

  html,
  body {
    font-size: 12px;
  }
}

.responsive-iframe-container {
    position: relative;
    width: 100%;
    padding-top: 130%; /* You can adjust this for aspect ratio */
    height: 0;
    overflow: hidden;
  }

  .responsive-iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
  }

  @media (min-width: 768px) {
    .responsive-iframe-container {
      padding-top: 70%; /* Lower ratio for larger screens */
    }
  }

.ui-datepicker .ui-datepicker-header {
  background-color: var(--accent-color);
  color: white;
}

.ui-datepicker td a {
  color: var(--accent-color);
}

.ui-datepicker td a.ui-state-active {
  background-color: var(--accent-color);
  color: white;
}

.ui-datepicker td a.ui-state-hover {
  background-color: var(--accent-color-2);
  /* color: white; */
}

.calendar-btn {
  background: none;
  border: none;
  position: absolute;
  top: 8px;
  right: 20px;
}

.calendar-btn:hover {
  color: var(--accent-color-2);
}


.event-banner {
  border: 1px solid #0BA29D;
  border-radius: 1rem;
}

.banner {
  background: linear-gradient(to right, #0BA29D, #defcf6);
  padding: 2rem;
  border-radius: 1rem 1rem 0 0;
  text-align: center;
  margin-bottom: 2rem;
}

.banner h1 {
  font-weight: 800;
}

.section-title {
  border-left: 5px solid #0BA29D;
  padding-left: 1rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
}

.icon {
  font-size: 1.2rem;
  margin-right: 0.5rem;
}

.footer-note {
  font-style: italic;
  color: #666;
}

@media (max-width: 768px) {
  .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    display: none;
    pointer-events: none;
  }

  .btn {
    font-size: 13px;
    width: auto;
  }

  .linear-gradient h3 {
    font-size: 16px;
    width: auto;
  }
  .linear-gradient {
      padding: 14px 15px;
      width: auto;
  }
  span,
  p,
  button,
  a {
    white-space: normal;
    word-break: break-word;
  }
  h1 {
      font-size: 24px;
  }
  h2 {
      font-size: 22px;
  }
  h3 {
      font-size: 22px;
  }
  .section {
      padding: 4em 1em 4em 1em;
  }
  .banner {
    padding: 1rem;
  }
  .bg-accent-primary {
      background-color: var(--accent-color-2);
  }
  .navbar-collapse {
    z-index: 9999;
  }
  .logo-container {
      max-width: 130px;
  }
}