#event-enquiry-form-2025 {
  scroll-margin-top: 120px; /* Adjust to match your fixed header height */
}

.bg--light-grey {
	background:#f4f4f4;
}
.w-full {
  width: 100%;
}
.h-auto {
  height: auto;
}
/* 21-8-25 */
.get-in-touch-section {
  padding: 80px 0;
}
.get-in-touch-heading {
  text-align: center;
  margin-bottom: 50px;
}
.get-in-touch-heading h2 {
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 20px;
}
.get-in-touch-heading p {
  font-size: 24px;
  line-height: 30px;
}
.get-in-touch-button-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 800px;
  margin: 0 auto;
  gap: 30px 40px;
}
.get-in-touch-button-wrapper .btn--white {
  background: white;
  color: #0d0d0d;
  height: 52px;
  min-width: 220px;
  padding-left: 30px;
  padding-right: 30px;
  border: 0;
}
.get-in-touch-button-wrapper .btn--white:hover {
  background: #ffb9b3;
}
.get-in-touch-button-wrapper .btn--white span:has(img) {
  display: inline-block;
  height: 24px;
  width: 24px;
  margin-right: 12px;
}
.get-in-touch-button-wrapper .btn--white span:last-child {
  margin-right: 0;
}
.content_button_block_layout {
  margin-bottom: 60px;
}
.content_button_block_layout:last-child {
  margin-bottom: 0;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}

.page-id-1862 .content_copy_layout .title-main {
  border-bottom: 0;
  border-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.page-id-1862 .content_copy_layout .content__copy {
  margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
  .get-in-touch-section {
    padding: 60px 0;
  }
  .get-in-touch-heading h2 {
    font-size: 38px;
    line-height: 42px;
  }
  .get-in-touch-button-wrapper .btn--white {
    height: 40px;
    min-width: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }
  .get-in-touch-button-wrapper {
    gap: 30px 20px;
  }
  .get-in-touch-button-wrapper .btn--white span:has(img) {
    height: 20px;
    width: 20px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .get-in-touch-button-wrapper {
    gap: 16px 8px;
  }
  .get-in-touch-button-wrapper .btn--white {
    min-width: auto;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 11px;
    letter-spacing: 0.03em;
  }
  .get-in-touch-button-wrapper .btn--white span:has(img) {
    height: 16px;
    width: 16px;
    margin-right: 4px;
  }
  .content_button_block_layout {
    margin-bottom: 40px;
  }
}
/* 29-8-25 */
.brand-logo-carousel-section .above-title-subtitle {
  text-align: center;
  padding-bottom: 12px;
}

.brand-logo-carousel-container {
  position: relative;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}
.brand-logo-carousel-container::before,
.brand-logo-carousel-container::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 165px;
  background: linear-gradient(
    90deg,
    #ffffff 52.44%,
    rgba(255, 255, 255, 0) 103.91%
  );
  background-blend-mode: luminosity;
  z-index: 2;
}
@media (max-width: 767px) {
  .brand-logo-carousel-container::before,
  .brand-logo-carousel-container::after {
    width: 120px;
  }
}
@media (max-width: 600px) {
  .brand-logo-carousel-container::before,
  .brand-logo-carousel-container::after {
    width: 70px;
  }
}
.brand-logo-carousel-container::after {
  left: auto;
  right: 0;
  transform: rotate(-180deg);
}

.brand-logo-carousel {
  position: relative;
  padding-bottom: 18px;
}
@media (max-width: 600px) {
  .brand-logo-carousel {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.brand-logo-carousel::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.3);
}
.brand-logo-carousel .swiper-slide figure {
  height: 50px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 0 12px 0 !important;
}
.brand-logo-carousel .swiper-slide figure a {
  height: auto;
  max-height: 100%;
}
.brand-logo-carousel .swiper-slide span {
  display: block;
  font-size: 9px;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  text-align: center;
  font-family: "General Sans", sans-serif;
}
.brand-logo-carousel .swiper-slide img {
  max-height: 100%;
  max-width: 100%;
  mix-blend-mode: multiply;
}

.gallery-carousel-section .above-title-subtitle {
  max-width: 880px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ffc8c3;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.gallery-carousel {
  position: relative;
  padding-bottom: 10px;
}
.gallery-carousel .swiper-slide figure {
  margin: 0 !important;
  aspect-ratio: 16/9;
}
.gallery-carousel .swiper-slide figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.gallery-carousel .swiper-slide figure figcaption {
  text-align: left;
  margin-top: 30px;
  padding-right: 82px;
}
@media (max-width: 600px) {
  .gallery-carousel .swiper-slide figure figcaption {
    margin-top: 14px;
  }
}
.gallery-carousel .swiper-navigations {
  display: flex;
  gap: 14px;
  position: absolute;
  right: 0;
  bottom: 4px;
  z-index: 2;
  background: white;
}
@media (max-width: 600px) {
  .gallery-carousel .swiper-navigations {
    bottom: 14px;
  }
}
.gallery-carousel .swiper-button {
  pointer-events: auto;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  background: url(/wp-content/themes/kapara25/img/swiper-arrow-prev.svg)
    no-repeat center/contain;
  transition: 0.4s all;
  cursor: pointer;
}
.gallery-carousel .swiper-button:last-child {
  transform: rotate(180deg);
}

.press-masonry-section {
  padding: 120px 0;
}
@media (max-width: 1440px) {
  .press-masonry-section {
    padding: 100px 0;
  }
}
@media (max-width: 1200px) {
  .press-masonry-section {
    padding: 80px 0;
  }
}
@media (max-width: 600px) {
  .press-masonry-section {
    padding: 60px 0;
  }
}
.press-masonry-section .press-list-heading {
  text-align: center;
  margin-bottom: 30px;
}
.press-masonry-section .press-list-heading h2 {
  margin-bottom: 10px;
}

.press-masonry-container {
  max-width: 1400px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
}

.row.masonry-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.row.masonry-wrapper .masonry-col-3 {
  padding: 5px;
  flex: 0 0 auto;
  width: 25%;
}
@media (max-width: 1200px) {
  .row.masonry-wrapper .masonry-col-3 {
    width: 33.33%;
  }
}
@media (max-width: 991px) {
  .row.masonry-wrapper .masonry-col-3 {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .row.masonry-wrapper .masonry-col-3 {
    width: 100%;
  }
}

.press-review-card {
  background: white;
}
.press-review-card figure {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 335px;
  width: 100%;
  border-bottom: 1px solid #e4e5e6;
  margin: 0 !important;
}
.press-review-card figure img {
  max-width: 220px;
  transition: 0.3s all;
}
.press-review-card:hover figure img {
  transform: scale(1.1);
}
.press-review-card .review-container {
  padding: 34px;
}
@media (max-width: 600px) {
  .press-review-card .review-container {
    padding: 24px;
  }
}
.press-review-card .review-container p {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 0;
}

.press-review-card .btn--primary {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}