.container {
  margin: 0;
  max-width: 100% !important;
  padding: 0px !important;
}

.bb-grid,
.site-content {
  display: block !important;
  padding: 0 !important;
}

.bb-grid {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.bb-grid-cell:not(.no-gutter),
.bb-grid > :not(.no-gutter) {
  padding-left: 0;
  padding-right: 0;
}

.elementor-icon svg line {
  stroke: #6c1d45;
  stroke-width: 2;
}

.elementor-widget-container svg {
  fill: #6c1d45;
}

g path {
  fill: #6c1d45;
}

.elementor-item {
  color: #6c1d45 !important;
}

nav ul li a {
  color: #6c1d45 !important;
}

.gg-header-avatar svg path {
  fill: #6c1d45;
}

.header-section {
  background: #ffffff;
  box-shadow: 0px -4px 72.5px rgba(0, 0, 0, 0.15);
}

.header-breadcrumb-event-page {
  margin-top: 68px;
  display: flex;
  justify-content: left;
  align-items: center;
  font-family: "General Sans", sans-serif;
}

.breadcrumb-line {
  display: flex;
  align-items: center;
}

.breadcrumb-nav {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  max-width: 85vw;
  width: 100%;
  margin: 0 auto;
}

.breadcrumb-nav span {
  color: #000;
  /* Optional: Adjust color */
}

.breadcrumb-separator {
  flex-shrink: 0;
  display: flex;
  margin-left: 6.22px;
  margin-right: 10.78px;
}

.img-partner-mobile {
  display: none;
}

.agenda-section-3,
.countdown-section-4 {
  padding: 0 !important;
}

/* .countdown-section-4 {
  height: 503px;
} */

.top-container-event-page {
  max-width: 85vw;
  margin: 0 auto;
  font-family: "General Sans", sans-serif;
  color: #000;
  overflow-x: hidden;
}

.header-row-event-page-section1 {
  display: flex;
  align-items: flex-start;

  margin-top: 40px;
  width: 100%;
  justify-content: space-between;
}

.desktop-header-event-page {
  margin-bottom: 50.5px;
}

.venue-event-page-section1 small a {
  color: black;
  text-decoration: underline;
  cursor: pointer;
}

.venue-event-page-section1 small p {
  margin-bottom: 0px !important;
}

.venue-event-page-section1 {
  display: flex;
  flex-direction: column;
}

.heading-event-page-section1 {
  font-family: "Tenor Sans", sans-serif;
  font-size: 50px;
  color: #6c1d45;
  text-transform: uppercase;
  line-height: 1.2;
  max-width: 678.13px;
  width: 50%;
}

.date-venue-event-page-section1 {
  display: flex;
  gap: 40px;
  align-items: center;
  width: 50%;
  padding-left: 30px;
}

.date-event-page-section1 {
  font-family: "Tenor Sans", sans-serif;
  color: #6c1d45;
  font-size: 50px;
  font-weight: 400;
  text-align: center;
}

.date-event-page-section1 .year-event-page-section1 {
  font-size: 20px;
  color: #000;
}

.divider-event-page-section1 {
  width: 1px;
  background-color: #dddddd;
  height: 80px;
}

.venue-event-page-section1 small {
  font-weight: normal;
  font-family: "Tenor Sans", sans-serif;
  display: block;
  font-size: 20px;
  line-height: 1.3em;
  color: #000000;
}

.event-slider-container-top {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  max-width: 85vw;
  justify-content: space-between;
  margin: 0 auto;
}

.right-side-area-con {
  flex: 1;
}

.right-side-area-con {
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  gap: 89.44px;
  min-width: 550px;
}

.date-event-page-section1 span {
  text-transform: uppercase;
}

.slider-event-top-page {
  width: 100%;

  margin-bottom: 32px;
  position: relative;
}

.left-side-area-con {
  width: 100%;
}

.right-side-area-con,
.slider-event-top-page {
  width: 50%;
}

.slider-event-top-page img {
  width: 100%;

  object-fit: cover;
}

.slider-event-top-page .slick-prev,
.slider-event-top-page .slick-next {
  background-color: white;
  border-radius: 50%;
  border: 1px solid #ccc;
  color: black;
  width: 34px;
  height: 34px;
  z-index: 1;
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
}

.slider-event-top-page .slick-prev svg {
  margin-right: 2px;
}

.slider-event-top-page .slick-next svg {
  margin-left: 3px;
}

.slider-event-top-page .slick-prev {
  left: 34.77px;
}

.slider-event-top-page .slick-next {
  left: unset !important;
  right: 34.77px !important;
}

.slick-prev:before,
.slick-next:before {
  content: none;
}

.slick-prev:hover,
.slick-next:hover {
  background-color: white;
  color: black;
}

.slick-prev:hover:before,
.slick-next:hover:before {
  content: none;
}

.slider-event-top-page .slick-prev,
.slider-event-top-page .slick-next {
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Show arrows when hovering over the image container */
.slider-event-top-page:hover .slick-prev,
.slider-event-top-page:hover .slick-next {
  opacity: 1;
}

.gallery-event-top-con {
  display: flex;
  gap: 33.45px;
}

.gallery-event-top-con img {
  object-fit: cover;
  cursor: pointer;
  border: 2px solid transparent;
  width: 163.2px;
  height: 136px;
}

.gallery-event-top-con img.active {
  border: 4px solid #6c1d45;
}

.right-side-area-price {
  font-size: 20px;
  font-family: "Tenor Sans", sans-serif;
  padding-top: 24px;
}

.right-side-area-price-free {
  display: inline-block;
  border: 1px solid #6c1d45;
  color: #000000;
  padding: 7.5px 24.23px;

  font-size: 20px;
  border-radius: 100px;
}

.event-page-description-tab p {
  font-family: "General Sans" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  color: #000000;
}

.event-page-note-tab {
  color: #6c1d45;
  font-size: 18px;
  margin: 26px 0;
}

.register-btn-event-paeg-new {
  font-family: "General Sans", sans-serif !important;
  background-color: #6c1d45;
  color: white;
  padding: 12px 25px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  width: 220px;
  height: 48px;
  border-radius: 0;
}

.calendar-btn-event-paeg-new {
  font-family: "General Sans", sans-serif;
  width: 200px;
  height: 48px;
  border: 1px solid #6c1d45;
  color: #6c1d45;
  background-color: white;
  font-size: 16px;
  border-radius: 0;
}

.btyt-section {
  font-family: "Tenor Sans", sans-serif;
  text-align: center;
  margin-top: 70px;
  font-size: 18px;
}

.btyt-partners-two-new-section {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 37.75px;
}

.partners img {
  height: 30px;
}

.x-icon {
  margin: 0 20px;
  font-size: 24px;
}

.price-hr-event-page {
  margin: 26px 0;
  color: #dddddd;
  height: 1px;
}

.overview-section-event-page-section-4 {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  text-align: center;
  max-width: 82vw;
  margin: 70px auto;
}

.overview-title-event-page-section-4 {
  font-family: "Tenor Sans", sans-serif;
  font-size: 26px;
  color: #6c1d45;
  font-weight: 400;
  margin: 0px;
  margin-bottom: 14px !important;
}

.overview-section-event-page-section-4 p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #000000;
  margin: 0px;
}

.overview-section-event-page-section-4 > div {
  position: relative;
  max-width: 33%;
}

.agenda-section-event-page-section-5 {
  /* background: url('/wp-content/uploads/2025/06/bg-green.svg') no-repeat center center/cover; */
  padding: 73px 70px 65px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.agenda-card-event-page-section-5 {
  background: #fff;
  border-radius: 20px;
  max-width: 85vw;
  width: 100%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 0px;
}

.agenda-header-event-page-section-5 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: sans-serif;
  padding-bottom: 25.24px;
  padding-left: 50.73px;
  padding-top: 29.08px;
  padding-right: 56.11px;
}

.agenda-date-event-page-section-5 {
  font-family: "Tenor Sans", sans-serif;
  font-size: 20px;
  color: #000;
  line-height: 23px;
}

.agenda-title-event-page-section-5 {
  font-size: 24px;
  font-weight: bold;
  color: #6e1b4b;
}

.agenda-tabs-event-page-section-5 {
  display: flex;
  border-bottom: 1px solid #dddddd;
  padding-top: 18px;
  margin-left: 50.73px;
  margin-right: 50.73px;
  padding-bottom: 26px;
}

.tab-event-page-section-5 {
  font-size: 16px;
  cursor: pointer;
  font-weight: 500;
  color: #666666;
  position: relative;
  font-family: "Tenor Sans", sans-serif;
  margin-right: 48px;
  text-transform: uppercase;
  line-height: 19px;
}

.tab-event-page-section-5.active {
  color: #000000;
}

.tab-event-page-section-5.active::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0%;
  width: 100%;
  height: 2px;
  background-color: #6c1d45;
}

.agenda-items-event-page-section-5 {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-top: 25px;
  padding-left: 50.73px;
  padding-right: 50.73px;
  padding-bottom: 34px;
}

.agenda-item-event-page-section-5 {
  display: flex;
  padding-bottom: 25px;
  border-bottom: 1px solid #dddddd;
  gap: 45.53px;
}

.agenda-item-event-page-section-5:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.agenda-time-event-page-section-5 {
  min-width: 60px;
  color: #000000;
  font-weight: 400;
  font-size: 20px;
  font-family: "Tenor Sans", sans-serif;
  min-width: 85px;
}

.agenda-description-event-page-section-5 {
  color: #000000;
  line-height: 22px;
  font-size: 16px;
  font-weight: 400;
  max-width: 847.15px;
  font-family: "General Sans";
}

.agenda-tab-content {
  display: none;
}

.agenda-tab-content.active {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.countdown-section-event-page-section-6 {
  position: relative;
  padding: 70.75px 0;
  background-color: #fff6fa;
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
}

.countdown-overlay-event-page-section-6 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: url("/wp-content/uploads/2025/06/right-wave.svg"), url("/wp-content/uploads/2025/06/left-wave.svg");
  background-repeat: no-repeat;
  background-position: top right, bottom left;
  background-size: 550px, 550px auto;
}

.countdown-content-event-page-section-6 {
  position: relative;
  z-index: 2;
  max-width: 549.54px;
  margin: 0 auto;
}

.countdown-subtitle-event-page-section-6 {
  font-family: "Tenor Sans", sans-serif;
  font-size: 16px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 18px;
  line-height: 19px;
}

.countdown-heading-event-page-section-6 {
  font-family: "Tenor Sans", sans-serif;
  font-size: 36px;
  color: #6c1d45;
  text-transform: uppercase;

  line-height: 100%;
  font-weight: 400;
  margin-bottom: 24px;
}

.countdown-description-event-page-section-6 p {
  font-family: "General Sans", sans-serif;
  font-size: 16px;
  color: #000000;
  margin-bottom: 38px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  line-height: 22px;
  font-weight: 300;
}

.countdown-timer-event-page-section-6 {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 31.5px;
}

.time-number-event-page-section-6 {
  font-size: 50px !important;
  font-family: "Tenor Sans", sans-serif;
  font-weight: 200;
  color: #6c1d45;
  padding-bottom: 0;
  margin: 0;
  line-height: 58px !important;
}

.countdown-number-event-page-section-6 p {
  font-family: "Tenor Sans", sans-serif;
  font-size: 20px;
  color: #000000;
  margin-top: 0.5px;
  margin-bottom: 0;
}

.countdown-timer-event-page-section-6 span {
  font-size: 36px;
  color: #6c1d45;
  padding-bottom: 20px;
}

.countdown-button-event-page-section-6 {
  margin-top: 46px;
  width: 200px;
  height: 48px;
  background-color: #6c1d45;
  color: white;
  border: none;
  font-weight: 400;
  font-size: 16px;
  cursor: pointer;
  border-radius: 0 !important;
}

.countdown-button-event-page-section-6:hover {
  background-color: #5a1a3a;
}

.line-after-header {
  position: relative;
  left: 50%;
  right: 50%;
  width: 100%;
  transform: translateX(-50%);
  margin: 0;
  border-top: 1px solid #dddddd;
}

.mobile-nav-text,
.swiper-pagination {
  display: none;
}

.practitioners-subtitle-event-page-section-7 {
  font-family: "Tenor Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #000000;
  margin-bottom: 13px;
  text-transform: uppercase;
}

.practitioners-section-event-page-section-7 {
  text-align: center;
}

.practitioners-heading-event-page-section-7 {
  font-family: "Tenor Sans", sans-serif;
  font-size: 36px;
  line-height: 42px !important;
  color: #6c1d45;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 49px;
}

.practitioners-slider-event-page-section-7 {
  max-width: 1300px !important;
  width: 100%;
  position: unset !important;
}

.swiper-wrapper {
  display: flex;
}

.swiper-slide {
  text-align: left;
}

.swiper-main-wrapper {
  position: relative;
  max-width: 85vw;
  margin: 0 auto !important;
  padding-left: 97.86px;
  padding-right: 97.86px;
}

.practitioner-card-event-page-section-7 h3 {
  font-family: "Tenor Sans", sans-serif;
  font-size: 22px;
  line-height: 26px;
  color: #6c1d45;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 32px;
}

.practitioner-title-event-page-section-7 {
  font-family: "Tenor Sans", sans-serif;
  font-size: 20px;
  line-height: 23px;
  color: #000000;
  margin-bottom: 24px;
  font-weight: 400;
  padding-top: 0;
  margin-top: 14px;
  padding-bottom: 24px;
  border-bottom: 1px solid #6c1d45;
}

.practitioner-description-event-page-section-7 {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  font-family: "General Sans", sans-serif;
  margin: 0px;
}

.slider-prev-event-page-section-7,
.slider-next-event-page-section-7 {
  display: flex !important;
  /* Force visibility */
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 30%;
  cursor: pointer;
  z-index: 10;
}

.slider-prev-event-page-section-7 {
  left: 0;
}

.slider-next-event-page-section-7 {
  right: 0;
}

.swiper-button-prev-text,
.swiper-button-next-text {
  background: none;
  border: none;
  font-size: 24px;
  color: #6c1d45;
  cursor: pointer;
  font-family: "General Sans", sans-serif;
  display: flex;
  align-items: center;
}

.swiper-slide {
  height: 100%;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
}

.women-behind-gaais {
  margin-top: 101px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 85vw;
  margin: 0 auto;
  gap: 111px;
}

.right-side-behind-gaais {
  flex: 1;
}

.right-side-behind-gaais img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.left-side-behind-gaais {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.title-behind-gaais {
  font-size: 16px !important;
  line-height: 24px !important;
  color: #000000;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 18px !important;
  font-weight: 400;
}

.name-behind-gaais {
  font-size: 36px !important;
  font-weight: 400;
  line-height: 42px !important;
  color: #6c1d45;
  margin-bottom: 20px !important;
  margin: 0;
}

.description-behind-gaais {
  font-size: 16px !important;
  color: #000000;
  line-height: 22px;
  margin: 0;
  font-weight: 400;
}

.show-on-mobile {
  display: none;
}

.agenda-tabs-event-page-section-5 .prev-btn-agenda-tabs-event-page,
.agenda-tabs-event-page-section-5 .next-btn-agenda-tabs-event-page {
  display: none;
}

/* Responsive design for smaller screens */
@media (max-width: 1024px) {
  .women-behind-gaais {
    flex-direction: column;
    align-items: flex-start;
  }

  .right-side-behind-gaais {
    margin-right: 0;
  }
}

.button-container-event-page {
  display: flex;
  gap: 20px;
}

.calendar-btn-event-paeg-new {
  font-family: "General Sans", sans-serif;
  width: 200px;
  height: 48px;
  border: 1px solid #6c1d45;
  color: #6c1d45;
  background-color: white;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.calendar-btn-event-paeg-new .chevron {
  margin-left: 13px;
  transition: transform 0.3s ease;
}

.dropdown-checkbox-event-page {
  display: none !important;
}

.dropdown-checkbox-event-page:checked + .calendar-btn-event-paeg-new .chevron {
  transform: rotate(180deg);
}

.dropdown-checkbox-event-page:checked + .calendar-btn-event-paeg-new {
  border-bottom: none;
}

.dropdown-checkbox-event-page:checked ~ .dropdown-menu-event-page {
  display: block;
  animation: slideDown 0.3s ease-out;
  border-top: none;
  border-left: 1px solid #6c1d45;
  border-right: 1px solid #6c1d45;
  border-bottom: 1px solid #6c1d45;
  top: 48px;
}

.dropdown-menu-event-page {
  font-family: "General Sans", sans-serif;

  display: none;
  position: absolute;
  background-color: white;
  border-radius: 0 0 4px 4px;
  width: 200px;
  padding: 5px 0;
  z-index: 10;
}

.dropdown-item-event-page {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  color: #374151;
  cursor: pointer;
}

.dropdown-item-event-page:hover {
  background-color: #fff6fa;
}

.icon-placeholder {
  padding: 2px 6px;
}

.event-page-hr {
  border: 0;
  border-top: 1px solid #d9d9d9;
  margin: 0 10px;
  width: 90%;
}

.dropdown-menu-event-page hr:first-child {
  border-top: 1px solid #d9d9d9;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.women-behind-gaais {
  position: relative;
  z-index: 1;
}

.custom-event-date {
  font-family: "Tenor Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 50px !important;
  line-height: 58px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  margin-bottom: 5px !important;
  color: #6c1d45 !important;
  white-space: nowrap;
}

.newsletter-section .elementor-element-3650aac {
  background: url("/wp-content/uploads/2025/06/Union-3-1.svg") !important;
  background-position: bottom center !important;
  background-size: cover !important;
  min-height: 300px;
  padding-top: 60px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.women-behind-section {
  margin-bottom: -176px;
}

@media (max-width: 1024px) {
  /* Header Breadcrumb */
  .header-breadcrumb-event-page {
    margin-top: 24px;
    text-align: left;
  }

  .breadcrumb-nav {
    max-width: 100%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 26px;
    flex-direction: column;
    gap: 0;
    padding-left: 35px;
    padding-right: 35px;
  }

  .breadcrumb-nav span:nth-child(2) {
    display: flex;
  }

  .heading-event-page-section1 {
    margin-top: 0px;
    font-size: 28px;
  }

  .top-container-event-page {
    text-align: center;
  }

  .header-row-event-page-section1 {
    display: flex;
    align-items: center;
    gap: 273.27px;
    margin-top: 36px;
    flex-direction: row;
    gap: 36px;
  }

  .heading-event-page-section1 {
    font-family: "Tenor Sans", sans-serif;
    font-size: 40px;
    line-height: 47px;
    color: #6c1d45;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: left;
  }

  .date-venue-event-page-section1 {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    /* Center the content horizontally */

    text-align: center;
    /* Ensure text inside is centered */

    gap: 29px;
  }

  .date-event-page-section1 {
    font-family: "Tenor Sans", sans-serif;
    color: #6c1d45;
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    width: 100%;
  }

  .date-event-page-section1 .year-event-page-section1 {
    font-size: 20px;
    line-height: 23px;
    color: #000;
  }

  .divider-event-page-section1 {
    width: 1px;
    background-color: #ccc;
    height: 113.55px;
  }

  .venue-event-page-section1 {
    font-family: "General Sans", sans-serif;
    font-size: 16px;
    margin-top: 0;
    font-weight: bold;
    text-align: left;
  }

  .venue-event-page-section1 small {
    font-weight: normal;
    font-family: "Tenor Sans", sans-serif;
    display: block;
    color: #444;
    font-size: 20px;
  }

  /* Slider Section */
  .section-2-slider-section {
    padding: 0 20px;
  }

  .event-slider-container-top {
    flex-direction: column;
    gap: 20px;
    padding: 0;
    text-align: center;
  }

  .left-side-area-con,
  .right-side-area-con {
    flex: none;
    width: 100%;
  }

  .slider-event-top-page {
    width: 100%;
    height: 100%;
    margin: 0 auto 28px;
    position: relative;
    overflow: hidden;
  }

  .gallery-event-top-con {
    display: none;
    /* Remove gallery */
  }

  /* Slider Navigation Buttons */
  .slick-prev,
  .slick-next {
    background-color: white;
    border: 1px solid #ccc;
    color: black;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
    z-index: 1;
  }

  .slick-prev {
    left: 10px;
  }

  .slick-next {
    right: 10px;
  }

  .slick-prev:before,
  .slick-next:before {
    content: none;
  }

  .slider-event-top-page:hover .slick-prev,
  .slider-event-top-page:hover .slick-next {
    display: flex;
  }

  .slick-prev:hover,
  .slick-next:hover {
    background-color: #f0f0f0;
  }

  /* Right Side Area */
  .right-side-area-price {
    font-size: 18px;
    font-family: "Tenor Sans", sans-serif;
    margin: 10px 0;
    text-align: center;
    color: black;
  }

  .right-side-area-price-free {
    display: block;
    font-size: 20px;
    border: 1px solid #6c1d45;
    color: #000000;
    padding: 8px 10px;
    /* Increased vertical padding to center text */
    margin: 10px auto 0;
    border-radius: 100px;
    height: 38px;
    display: flex;
    /* Use flexbox for centering */
    align-items: center;
    /* Vertically center text */
    justify-content: center;
    /* Horizontally center text */
    box-sizing: border-box;
    /* Ensure padding doesn't exceed height */
  }

  .event-page-description-tab {
    margin: 20px 0;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    max-width: 100%;
  }

  .event-page-note-tab {
    color: #6c1d45;
    font-size: 16px;
    line-height: 22px;
    margin: 0px;
    text-align: center;
    margin-bottom: 26px;
  }

  .price-hr-event-page {
    margin-top: 21.5px;
    margin-bottom: 24px;
    color: #dddddd;
  }

  .button-container-event-page {
    display: flex;
    justify-content: center;
    gap: 20px;
  }

  .register-btn-event-paeg-new,
  .calendar-btn-event-paeg-new {
    font-family: "General Sans", sans-serif;
    width: 170px !important;
    height: 48px;
    font-size: 16px;
    border: none;
    cursor: pointer;
  }

  .register-btn-event-paeg-new {
    background-color: #6c1d45;
    color: white;
  }

  .calendar-btn-event-paeg-new {
    border: 1px solid #6c1d45;
    color: #6c1d45;
    background-color: white;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
  }

  .calendar-btn-event-paeg-new .chevron {
    margin-left: 0px;
    transition: transform 0.3s ease;
  }

  .dropdown-checkbox-event-page {
    display: none;
  }

  .dropdown-checkbox-event-page:checked + .calendar-btn-event-paeg-new .chevron {
    transform: rotate(180deg);
  }

  .dropdown-checkbox-event-page:checked + .calendar-btn-event-paeg-new {
    border-bottom: none;
  }

  .dropdown-checkbox-event-page:checked ~ .dropdown-menu-event-page {
    display: block;
    animation: slideDown 0.3s ease-out;
    border-top: none;
    border-left: 1px solid #6c1d45;
    border-right: 1px solid #6c1d45;
    border-bottom: 1px solid #6c1d45;
    top: 48px;
    width: 170px;
    left: 50%;
    transform: translateX(-50%);
  }

  .dropdown-menu-event-page {
    display: none;
    position: absolute;
    background-color: white;
    border-radius: 0 0 4px 4px;
    padding: 5px 0;
    z-index: 10;
  }

  .dropdown-item-event-page {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    color: #374151;
    cursor: pointer;
    text-align: left;
  }

  .dropdown-item-event-page:hover {
    background-color: #fff6fa;
  }

  .icon-placeholder {
    padding: 2px 6px;
  }

  .event-page-hr {
    border: 0;
    border-top: 1px solid #d9d9d9;
    margin: 0 10px;
    width: 90%;
  }

  .dropdown-menu-event-page hr:first-child {
    border-top: 1px solid #d9d9d9;
  }

  @keyframes slideDown {
    from {
      opacity: 0;
      transform: translateY(-10px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  /* Brought to You By */
  .btyt-section {
    margin-top: 54px;
    font-size: 16px;
    text-align: center;
  }

  .btyt-partners-two-new-section {
    display: flex;
    /* Removed duplicate declaration */
    align-items: center;
    justify-content: center;
    /* Ensure horizontal centering */
    gap: 23.04px;
    /* Existing gap between elements */
  }

  .x-icon svg {
    width: 9px !important;
    height: 9px !important;
  }

  .x-icon {
    margin: 0px !important;
  }

  .x-icon svg path {
    fill: #000 !important;
  }

  .overview-section-event-page-section-4 {
    margin-top: 36.25px;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 0 0px;
    /* reduce horizontal padding */
    justify-content: center;
    text-align: center;
    align-items: flex-start;
    gap: 39.31px;
  }

  .overview-section-event-page-section-4 > div {
    flex: 1;
    /* 2 items per row */
    max-width: 45%;
    padding-right: 0;
    /* remove extra padding */
  }

  .overview-section-event-page-section-4 > div:last-child {
    flex: 1 1 100%;
    /* force third item to full row */
    max-width: 100%;
  }

  .overview-section-event-page-section-4 > div:not(:last-child)::after {
    display: none;
  }

  .overview-section-event-page-section-4 h3 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 14px;
    font-weight: 400;
  }

  .overview-section-event-page-section-4 p {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
    margin-bottom: 0;
  }

  .location-event-page-section-4 p {
    font-family: "General Sans", sans-serif;
    text-decoration: underline;
    cursor: pointer;
    color: black;
  }

  .location-event-page-section-4 p a {
    text-decoration: underline;
  }

  .agenda-section-event-page-section-5 {
    padding: 38.51px 35px 47.49px;
    width: 100vw;
    background: url("../images/bg-green.svg") no-repeat center center/cover;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .agenda-card-event-page-section-5 {
    background: #fff;
    border-radius: 20px;
    max-width: 100%;

    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
  }

  .agenda-header-event-page-section-5 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }

  .agenda-title-event-page-section-5 {
    margin-top: 30px;
    order: 1;
    /* SVG on top */
  }

  .agenda-date-event-page-section-5 {
    order: 2;
    /* Date below SVG */
    font-size: 20px;
    line-height: 23px;
    color: #000000;
    margin-top: 28px;
    font-family: "Tenor Sans", sans-serif;
  }

  .line-after-header {
    border: 0;
    border-top: 1px solid #dddddd;
    width: 100%;
  }

  .agenda-tabs-event-page-section-5 {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: none;
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #dddddd;
  }

  .tab-event-page-section-5 {
    font-size: 16px;
    line-height: 19px;
    cursor: pointer;
    color: #888;
    display: none;
    /* Hide individual tabs, controlled by prev/next */
  }

  .tab-event-page-section-5.active {
    color: #6e1b4b;
    display: inline-block;
    /* Show only active tab */
  }

  .tab-event-page-section-5.active::after {
    display: none;
  }

  /* Prev/Next Buttons */
  .agenda-tabs-event-page-section-5 .prev-btn-agenda-tabs-event-page,
  .agenda-tabs-event-page-section-5 .next-btn-agenda-tabs-event-page {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    color: #000;
  }

  .agenda-tabs-event-page-section-5 .prev-btn-agenda-tabs-event-page {
    left: 31.26px;
  }

  .agenda-tabs-event-page-section-5 .next-btn-agenda-tabs-event-page {
    right: 27.26px;
  }

  /* Show active tab with prev/next styling */
  .agenda-tabs-event-page-section-5 .tab-event-page-section-5.active {
    display: inline-block;
    font-size: 16px;
    color: #000000;
  }

  .line-after-tabs {
    border: 0;
    border-top: 1px solid #ccc;
    margin: 20px 0;
  }

  .agenda-items-event-page-section-5 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: left;
    padding: 0px 31.26px;
    padding-bottom: 42px;
  }

  .agenda-item-event-page-section-5 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dddddd;
  }

  .agenda-item-event-page-section-5:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .agenda-time-event-page-section-5 {
    min-width: auto;
    font-size: 20px;
    line-height: 23px;

    color: #000000;
    font-weight: 400;
  }

  .agenda-description-event-page-section-5 {
    color: #000000;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    max-width: 100%;
  }

  .agenda-tab-content {
    display: none;
  }

  .agenda-tab-content.active {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .agenda-tabs-event-page-section-5 {
    margin-left: 0 !important;
  }

  .tab-event-page-section-5 .active {
    margin: 0 !important;
  }

  .tab-event-page-section-5 {
    margin-right: 0;
  }

  .agenda-tabs-event-page-section-5 {
    margin-right: 0;
    padding-bottom: 18.51px;
    padding-top: 18.49px;
  }

  .agenda-title-event-page-section-5 {
    padding: 0;
    margin: 0;
  }

  .agenda-header-event-page-section-5 {
    margin: 0;
    padding: 30px 0 28px;
  }

  .agenda-item-event-page-section-5 {
    margin-right: 0;
  }

  .overview-section-event-page-section-4 {
    color: #000000;
  }

  #register-btn-event-paeg-new_id {
    min-width: 170px !important;
  }

  .register-btn-event-paeg-new {
    margin-right: 0;
  }

  .event-page-description-tab {
    color: #000000;
  }

  .breadcrumb-nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .breadcrumb-separator {
    display: none;
  }

  .countdown-section-event-page-section-6 {
    padding: 63.28px 35px;
    border-radius: 0px;
  }

  .countdown-heading-event-page-section-6 {
    font-size: 36px;
    line-height: 1.2;
  }

  .countdown-description-event-page-section-6 p {
    font-size: 16px;
    line-height: 22px;
    padding: 0;
  }

  .countdown-timer-event-page-section-6 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    /* Prevent wrapping */
    padding: 0;
    /* Remove inner padding */
    gap: 0;
    /* We'll manage spacing manually */
  }

  .countdown-number-event-page-section-6 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0px;
    flex: 0 0 auto;
  }

  .time-number-event-page-section-6 {
    font-size: 40px;
  }

  .countdown-number-event-page-section-6 p {
    font-size: 20px;
    margin: 2px 0 0px;
    line-height: 23px;
  }

  .countdown-timer-event-page-section-6 span {
    font-size: 36px;
    color: #6c1d45;
    margin: -5px 11.33px 0px;
    flex: 0 0 auto;
  }

  .countdown-description-event-page-section-6 br {
    display: none;
  }

  .swiper-pagination {
    position: unset !important;
    display: block !important;
    width: fit-content !important;
    display: flex;
  }

  .swiper-pagination-bullet {
    background-color: #6c1d45 !important;
    opacity: 0.4;
    height: 11.16px !important;
    width: 11.16px !important;
  }

  .swiper-pagination-bullet-active {
    opacity: 1;
  }

  .slider-prev-event-page-section-7,
  .slider-next-event-page-section-7 {
    display: none !important;
  }

  .mobile-nav-text {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
    gap: 15px;
  }

  .practitioners-slider-event-page-section-7 {
    max-width: 100% !important;
    width: 100% !important;
  }

  .women-behind-gaais {
    margin-top: 54.27px !important;
    gap: 35px;
    max-width: 100%;
    padding-left: 35px;
    padding-right: 35px;
  }

  .overview-section-event-page-section-4 svg {
    display: none;
  }

  .top-container-event-page {
    display: block;
    max-width: 100%;
    padding-left: 35px !important;
    padding-right: 35px !important;
  }

  .mobile-none {
    display: none;
  }

  .right-side-area-con {
    padding-top: 0;
    gap: 0;
  }

  .event-slider-container-top {
    gap: 0;
  }

  .breadcrumb-separator {
    margin-right: 0px;
    margin-left: 10.61px;
  }

  .breadcrumb-link {
    font-size: 16px;
    line-height: 26px;
  }

  .custom-event-date {
    font-size: 40px !important;
    line-height: 47px !important;
    margin-bottom: 1.5px;
  }

  .venue-event-page-section1 svg {
    width: 115.96px;
    height: 17.11px;
  }

  .right-side-area-con {
    min-width: unset !important;
  }

  .right-side-area-price {
    flex-direction: column;
  }

  .right-side-area-price {
    gap: 16px !important;
  }

  .event-page-description-tab {
    margin-bottom: 30px;
  }

  .register-btn-event-paeg-new,
  .calendar-btn-event-paeg-new {
    font-size: 16px !important;
    line-height: 22px !important;
  }

  .btyt-partners-two-new-section {
    margin-top: 18px;
  }

  .img-gg {
    width: 152px;
    height: 56px;
  }

  .img-partner-desktop {
    display: none;
  }

  .img-partner-mobile {
    display: block !important;
  }

  .location-event-page-section-4 {
    margin-top: -7.31px;
  }

  .overview-section-event-page-section-4 {
    margin-bottom: 51.76px !important;
  }

  .countdown-subtitle-event-page-section-6 {
    margin-bottom: 12px !important;
  }

  .countdown-heading-event-page-section-6 {
    font-size: 36px !important;
    line-height: 42px !important;
    margin-bottom: 26px;
  }

  .countdown-description-event-page-section-6 {
    margin-bottom: 28px;
  }

  .time-number-event-page-section-6 {
    font-size: 40px !important;
    line-height: 47px !important;
  }

  .countdown-button-event-page-section-6 {
    margin-top: 40px;
  }

  .countdown-overlay-event-page-section-6 {
    background-image: url("/wp-content/uploads/2025/06/Path-213.svg"), url("/wp-content/uploads/2025/06/Frame-2.svg");
    background-size: auto;
  }

  .practitioners-subtitle-event-page-section-7 {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    margin-bottom: 13px;
  }

  .countdown-section-4 {
    height: unset !important;
    margin-bottom: 0px !important;
  }

  .practitioners-section-7 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }

  .practitioners-heading-event-page-section-7 {
    font-size: 36px !important;
    line-height: 42px !important;
    margin-bottom: 30.4px;
    text-align: left;
  }

  .swiper-main-wrapper {
    padding-left: 0px;
    padding-right: 0px;
    max-width: 100%;
  }

  .practitioner-card-event-page-section-7 h3 {
    font-size: 22px;
    line-height: 26px;
    margin-top: 22.6px;
    margin-bottom: 16px;
  }

  .practitioner-title-event-page-section-7 {
    padding-bottom: 16px;
  }

  .elementor-873 .elementor-element.elementor-element-3650aac > .elementor-container {
    min-height: 100% !important;
    padding-bottom: 87.22px;
  }

  .newsletter-section .elementor-element-3650aac {
    min-height: unset !important;
    padding-top: 60px !important;
    padding-bottom: 0px !important;
  }

  .women-behind-section {
    margin-bottom: -448.45px;
    margin-top: 0px !important;
  }

  .elementor-873 .elementor-element.elementor-element-49a7d4e8 {
    padding: 0px !important;
  }

  .right-side-behind-gaais {
    width: 100%;
  }

  .event-slider-container-top {
    max-width: 100%;
    padding-left: 35px;
    padding-right: 35px;
  }

  .overview-section-event-page-section-4 {
    max-width: 100%;
    padding-left: 35px;
    padding-right: 35px;
  }

  .elementor-section.elementor-section-boxed > .elementor-container {
    /* padding-left: 35px;
    padding-right: 35px; */
  }

  .location-event-page-section-4 a,
  .time-event-page-section-4 a {
    font-size: 16px;
    line-height: 22px;
  }

  .newsletter-section .elementor-section.elementor-section-boxed > .elementor-container {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  #newsletterSection section.newsletter > .elementor-container {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }

  .newsletter-section .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100% !important;
  }

  .newsletter-section .elementor-873 .elementor-element.elementor-element-3650aac {
    padding-left: 35px;
    padding-right: 35px;
  }

  .add-to-calendar-btn a {
    min-width: 170px;
    max-width: 170px;
  }

  .custom-calendar {
    padding: 13px 15.95px 13px 11px !important;
    gap: 13px !important;
  }

  .calendar-dropdown a {
    margin-left: 12.27px !important;
    margin: 0px;
  }

  .custom-calendar span {
    min-width: max-content;
    letter-spacing: 0px;
  }

  .custom-calendar i,
  .custom-calendar i::before {
    display: block;
    width: 12.05px;
    max-width: 12.05px;
  }

  .countdown-description-event-page-section-6 {
    margin-bottom: 28px;
  }

  .slider-event-top-page .slick-prev {
    left: 15.86px;
  }

  .slider-event-top-page .slick-next {
    right: 15.86px !important;
  }
}

@media (max-width: 767px) {
  .header-row-event-page-section1 {
    flex-direction: column !important;
    gap: 36px;
  }

  .elementor-18 .elementor-element.elementor-element-4f5224f > .elementor-element-populated {
    padding-left: 25px !important;
  }

  .elementor-18 .elementor-element.elementor-element-4d21342 > .elementor-element-populated {
    padding-right: 25px !important;
  }

  .breadcrumb-nav {
    padding-left: 35px;
    padding-right: 35px;
  }

  .elementor-kit-7 button {
    min-width: 170px !important;
  }

  .right-side-behind-gaais img {
    height: 336px;
  }

  .slider-event-top-page {
    max-width: 100%;
    width: 100%;
    height: 100%;
    margin: 0 auto 28px;
    position: relative;
    overflow: hidden;
  }

  .slider-event-top-page img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .header-row-event-page-section1 {
    flex-direction: column;
  }

  .heading-event-page-section1 {
    text-align: center;
  }

  .date-venue-event-page-section1 {
    padding-left: 0;
  }
}

.right-side-area-price {
  font-family: "Tenor Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  margin: 0px;
  color: #000000;
}

.right-side-area-price {
  display: flex;
  align-items: center;
  gap: 20px;
}

.event-page-note-tab p {
  margin-bottom: 26px;
}

.right-side-area-price h2 {
  font-family: "Tenor Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 20px !important;
  line-height: 23px !important;
  margin: 0px;
  color: #000000;
}

.btyt-section h3 {
  font-family: "Tenor Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px !important;
  line-height: 19px !important;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  margin: 0px;
}

#custom-btn {
  min-width: 200px !important;
  font-family: "General Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  /* identical to box height, or 138% */
  text-align: center;

  color: #ffffff;
}

.breadcrumb-link {
  font-family: "General Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  color: #000000;
}

.right-side-area-price-free p {
  margin: 0px !important;
  letter-spacing: 0;
}

.agenda-title-event-page-section-5 img {
  width: 131px;
  height: 42px;
}

/*Small Screens Mobile*/

@media (min-width: 360px) and (max-width: 421px) {
  .breadcrumb-nav,
  .top-container-event-page,
  .event-slider-container-top,
  .btyt-section,
  .overview-section-event-page-section-4,
  .agenda-section-event-page-section-5,
  .countdown-section-event-page-section-6,
  .practitioners-section-7,
  .women-behind-gaais {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .right-side-area-price-free {
    height: 100%;
  }

  .btyt-section {
    max-width: 100%;
  }

  .countdown-number-event-page-section-6 {
    max-width: 79px;
  }

  .countdown-timer-event-page-section-6 span {
    margin-left: 5.33px;
    margin-right: 5.33px;
  }
}

@media (min-width: 360px) and (max-width: 400px) {
  .elementor-kit-7 button {
    min-width: unset !important;
    width: 100% !important;
  }

  .btyt-section img {
    max-width: 150px !important;
  }
}

* {
  box-sizing: border-box;
}

/*Small Desktop Screens*/

@media (min-width: 1025px) and (max-width: 1439px) {
  .event-slider-container-top {
    flex-direction: column;
  }

  .slider-event-top-page {
    width: 100%;
    max-width: 85vw;
  }

  .swiper-main-wrapper {
    padding-left: 50.86px;
    padding-right: 50.86px;
  }

  .left-side-area-con,
  .right-side-area-con {
    width: 100%;
  }

  .top-container-event-page {
    display: block;
  }

  .left-side-area-con .heading-event-page-section1 {
    display: none;
  }

  .right-side-area-con .date-venue-event-page-section1 {
    display: none;
  }

  .header-row-event-page-section1 {
    gap: 50px;
  }

  .date-event-page-section1,
  .venue-event-page-section1,
  .heading-event-page-section1 {
    width: 100%;
  }

  .header-row-event-page-section1 {
    flex-direction: column;
    align-items: center;
  }

  .date-venue-event-page-section1 {
    padding-left: 0;
  }

  .heading-event-page-section1 {
    text-align: center;
  }

  .gallery-event-top-con {
    display: none;
  }

  .custom-slide-wrapper {
    flex-direction: column;
  }
}

.location-event-page-section-4 a {
  font-family: "General Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;

  text-align: center;
  text-decoration: underline;

  color: #000000;
}

.time-event-page-section-4 a {
  font-family: "General Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  text-align: center;
}

.elementor-element-156346fa,
.elementor-element-5d869720 {
  width: unset !important;
}

.newsletter-section .elementor-section .elementor-container {
  justify-content: space-between;
}

.price-free-container,
.price-free-container p {
  transition: 0.3s;
}

@media (hover: hover) {
  .price-free-container:hover {
    background: #ffe8aa;
    border: 1px solid #ffe8aa;
  }

  .price-free-container:hover p {
    color: #6c1d45;
  }
}

.past-event-message .countdown-description-event-page-section-6 {
  margin: 0px !important;
}

.past-event-message p {
  color: #6c1d45 !important;
}

.countdown-description-event-page-section-6 {
  font-family: "General Sans" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  text-align: center !important;
  max-width: 549.45px;
  letter-spacing: 0px;
  margin-bottom: 38px;
  color: #000000 !important;
  margin-left: auto;
  margin-right: auto;
}

.venue-event-page-section1 a:hover,
.overview-title-event-page-section-4 a:hover {
  color: #6c1d45;
}

.add-to-calendar-btn {
  position: relative;
  display: inline-block;
}

.custom-calendar {
  color: #6c1d45;
  border: 1px solid #6c1d45;
  border-radius: 0 !important;
  padding: 13px 25.98px;
  text-decoration: none;
  display: inline-block;
  transition: background 0.2s;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
  font-family: "General Sans" !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 22px !important;
}

/* FontAwesome Chevron styling */
.custom-calendar .fa-chevron-down {
  transition: transform 0.2s ease;
  color: #6c1d45;
}

.custom-calendar.open .fa-chevron-down {
  transform: rotate(180deg);
  color: #6c1d45 !important;
}

.black_color {
  color: black !important;
  font-family: "General Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  /* identical to box height, or 138% */
  text-align: center;

  color: #000000;
}

.custom-calendar open:hover .fa-chevron-down {
  color: #6c1d45 !important;
}

.custom-calendar:hover .fa-chevron-down {
  color: white;
}

.calendar-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  background: white;

  border-radius: 1px;

  padding: 0.5rem 0;
  border: 1px solid #6c1d45;
  border-top: 0px;
}

.calendar-dropdown.show {
  display: block;
  width: 100%;
}

.calendar-dropdown a {
  display: block;
  margin: 0px 25.98px;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s;
  padding: 10px 0px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-top: 1px solid #d9d9d9;

  font-family: "General Sans" !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  color: #000000 !important;
}

.calendar-dropdown .option-wrapper {
  transition: all 0.3s;
}

.calendar-dropdown .option-wrapper:hover {
  background: #fff6fa;
}

.custom-calendar.open {
  background: unset !important;
  color: #6c1d45 !important;
  border-bottom: 0px;
}

.custom-calendar:hover {
  background: #6c1d45;
  color: white;
}

.description-behind-gaais p {
  font-family: "General Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  /* or 138% */

  color: #000000;
}

.location-event-page-section-4 a:hover {
  color: #6c1d45;
}

.location-event-page-section-4 a {
  transition: all 0.3s;
}

.slick-next:before,
.slick-prev:before {
  display: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: white !important;
}

.badge-free-for-gold-members {
  border: 1px solid #6c1d45;
  font-family: "Tenor Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #000000;
}

.custom-slide-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

@media (max-width: 1024px) {
  .heading-event-page-section1,
  .date-venue-event-page-section1 {
    width: 100%;
  }

  .header-row-event-page-section1 {
    flex-direction: column;
    align-items: center;
  }

  .heading-event-page-section1 {
    text-align: center;
  }

  .heading-event-page-section1 {
    width: 100%;
  }

  .date-event-page-section1,
  .venue-event-page-section1 {
    width: unset;
  }

  .date-venue-event-page-section1 {
    justify-content: center;
    padding-left: 0px;
  }

  .custom-slide-wrapper {
    flex-direction: column;
    gap: 0px;
  }
}

.zoom-text {
  font-family: "General Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #000;
}

.newsletter-section .newsletter::before {
  content: "";
  display: block;
  width: 100%;
  height: 160px;
  background: linear-gradient(0deg, rgb(255 255 255 / 0%) 0%, rgba(255, 255, 255, 1) 100%);
  position: absolute;
  top: 0;
}

.custom-desc-message {
  color: #6c1d45 !important ;
}

.practitioners-slider-event-page-section-7 .swiper-button-lock {
  display: none !important;
}

/* START OF “What to Expect” section */
.event-product-section {
  margin-top: 90px;
  margin-bottom: 90px;
}

.event-product-what-to-expect-section {
  padding-top: 64px;
  padding-bottom: 64px;

  /* z-index: 1; */
  background-color: #fff6fa;
  background-image: url("/wp-content/uploads/2025/06/Path-213.svg"), url("/wp-content/uploads/2025/06/Frame-2.svg");
  background-repeat: no-repeat;
  background-position: top right, bottom left;
  background-size: auto;
}

.event-product-what-to-expect-section p:last-child {
  margin-bottom: 0;
}

.event-product-what-to-expect-section__container {
  max-width: 100%;

  padding-left: 20px;
  padding-right: 20px;
}

.event-product-what-to-expect-section__content {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.event-product-what-to-expect-section__header {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Including heading in the selector for specificity to override Elementor styles */
h2.event-product-what-to-expect-section__header-title {
  /* Reset heading styles */
  margin-bottom: 0;

  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1em;
  color: #000000;

  text-transform: uppercase;
  text-align: center;
}

.event-product-what-to-expect-section__header-subtitle {
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 1em;
  color: #6c1d45;

  text-align: center;
}

.event-product-what-to-expect-section__items-list {
  /* Reset list styles */
  margin: 0;
  list-style-type: none;

  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: center;
}

.event-product-what-to-expect-section__items-list-item {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;

  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;

  max-width: 450px;
  padding: 36px 16px;

  border-radius: 16px;
  border: 1px solid #ffd3e9;
  background-color: #ffffff;
}

.event-product-what-to-expect-section__items-list-item:has(.event-product-what-to-expect-section__items-list-item-number) {
  /* Compensate negative margin-top of .event-product-what-to-expect-section__items-list-item-number */
  margin-top: 44px;
}

.event-product-what-to-expect-section__items-list-item-number {
  display: flex;
  align-items: center;
  justify-content: center;

  /* Circle crosses the top border with its center */
  margin-top: -80px; /* - (height / 2 + .event-product-what-to-expect-section__items-list-item padding-top) */

  width: 88px;
  height: 88px;

  border-radius: 50%;
  background-color: #6c1d45;

  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-size: 50px;
  line-height: 1em;
  color: #ffffff;
}

/* Including heading in the selector for specificity to override Elementor styles */
h3.event-product-what-to-expect-section__items-list-item-title {
  /* Reset heading styles */
  margin-bottom: 0;

  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1em;
  color: #6c1d45;

  text-transform: uppercase;
  text-align: center;
}

.event-product-what-to-expect-section__items-list-item-description {
  font-family: "General Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
  color: #000000;

  text-align: center;
}

@media (min-width: 1024px) {
  .event-product-section {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .event-product-what-to-expect-section {
    padding-top: 72px;
    padding-bottom: 128px;

    background-image: url("/wp-content/uploads/2025/06/right-wave.svg"), url("/wp-content/uploads/2025/06/left-wave.svg");
    background-size: 550px, 550px auto;
  }

  .event-product-what-to-expect-section__container {
    /* Same as .event-slider-container-top */
    max-width: 85vw;
    margin: 0 auto;

    padding-left: 0;
    padding-right: 0;
  }

  .event-product-what-to-expect-section__content {
    gap: 72px;
  }

  .event-product-what-to-expect-section__header {
    gap: 18px;
  }

  .event-product-what-to-expect-section__items-list {
    flex-direction: row;
    gap: 20px;

    /* Keep items at the same height */
    align-items: stretch;
  }

  .event-product-what-to-expect-section__items-list-item {
    gap: 24px;

    padding: 56px;
  }

  .event-product-what-to-expect-section__items-list-item-number {
    /* Circle crosses the top border with its center */
    margin-top: -100px; /* - (height / 2 + .event-product-what-to-expect-section__items-list-item padding-top) */
  }
}

/* END OF “What to Expect” section */

@media (max-width: 767px) {
  .newsletter-inner > .elementor-container {
    justify-content: center !important;
  }

  .divider-event-page-section1 {
    display: none;
  }

  .date-venue-event-page-section1 {
    flex-direction: column;
    display: flex;
  }

  .venue-event-page-section1 {
    text-align: center;
    align-items: center;
  }
}

@media (max-width: 1024px) {
  .agenda-tabs-event-page-section-5 {
    padding-right: 60px;
    padding-left: 60px;
  }
}

/******************************** Testimonial Carousel CSS Start *************************************/

.testimonial-content h2 {
  font-family: "Tenor Sans";
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2em;
  color: #6c1d45;
  margin-bottom: 20px;
  margin-top: 0px;
  text-align: center;
}

.testimonial-content p {
  font-family: "General Sans";
  font-size: 16px;
  color: #000;
  line-height: 1.4em;
  max-width: 390px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.testimonial-item p {
  font-family: "Tenor Sans";
  font-size: 22px;
  color: #6c1d45;
  font-weight: 400;
  margin: 0px;
}

.testimonial-item h3 {
  color: #6c1d45;
  font-family: "Tenor Sans", Tenor Sans;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 40px;
  min-height: 0px;
}

.testimonial-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 420px !important;
  max-width: 420px !important;
  background-color: #fcf4f1;
  border-style: none;
  margin: 0px 0px 0px 0px;
  padding: 50px 65px 30px 65px;
  min-height: 0px;
  text-align: left;
}

.testimonial-content {
  margin-bottom: 20px;
}

.testimonial-item img {
  margin-bottom: 25px;
  width: 45px !important;
  min-width: 45px !important;
  height: 45px !important;
  object-fit: contain;
}

.testimonial-slides .owl-stage-outer {
  display: flex;
}

.testimonial-slides .owl-stage {
  display: flex;
}

.gg-nav-dots-container {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  align-items: center;
  gap: 5px;
}

.gg-owl-prev,
.gg-owl-next {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 0px 10px;
}

.gg-owl-dots .owl-dots {
  margin-top: 0px !important;
  text-align: center;
}

.owl-dot.active {
  background: #6c1d45 !important;
}

.owl-dot {
  background: #878787 !important;
}

.owl-dot {
  width: 8px;
  height: 8px;
  background-color: #c6c6c6;
  margin: 0px 5px !important;
}

.gg-owl-dots .owl-dots button.owl-dot {
  height: 10px !important;
  min-width: 10px !important;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0px 10px;
  border: 0px;
  padding: 5px !important;
}

.gg-owl-prev svg,
.gg-owl-next svg {
  height: 18px;
}

.gg-owl-dots .owl-dots button.owl-dot.active {
  min-width: 35px !important;
  border-radius: 6px;
}

.testimonial-slides .owl-item,
.testimonial-slides .testimonial-item {
  height: 100% !important;
}

@media (max-width: 767px) {
  .testimonial-item {
    display: flex;

    width: 80vw !important;
  }
}

@media (max-width: 1024px) {
  .testimonial-item {
    padding: 30px 30px 30px 30px;
  }
}

/******************************** Testimonial Carousel CSS End *************************************/

.show-on-phone {
  display: none;
}

@media (max-width: 1024px) {
  .hide-on-phone {
    display: none;
  }

  .date-venue-event-page-section1.show-on-phone {
    display: flex;
    flex-direction: column;
  }

  .event-slider-container-top {
    padding-left: 0px;
    padding-right: 0px;
  }

  .slick-track {
    margin-left: 0px;
    margin-right: 0px;
  }

  .event-product-section {
    margin-top: 40px;
  }

  .divider-event-page-section1 {
    display: none;
  }

  .date-venue-event-page-section1 {
    gap: 5px;
  }

  .right-side-area-price h2 {
    font-size: 30px !important;
  }

  .event-timings {
    font-weight: normal;
    font-family: "Tenor Sans", sans-serif;
    display: block;
    font-size: 20px;
    line-height: 1.3em;
    color: #000000;
    margin-top: 20px;
  }

  .venue-event-page-section1 {
    margin-top: 20px;
  }

  .down-area-slider-top-event {
    padding-left: 15px;
    padding-right: 15px;
  }
}
