/*
 * ========================================================================
 * NEW DESIGN CSS
 * ========================================================================
 * 
 * Table of Contents:
 * 1. Global Utility Classes
 * 2. Section Description Bar
 * 3. Section Banner 
 * 4. Section Image Content
 * 5. Section News and Events
 * 6. Section Map
 * 7. Section CTA Button
 * 8. Section Content with Image
 * 9. Section Logo Grid
 * 10. Section Cards
 * 11. Responsive Media Queries
 * 12. CF7 Modal
 * 
 */


/* ========================================================================
   1. GLOBAL UTILITY CLASSES - START
   ======================================================================== */

/** Global Container **/
.container-new {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  min-width: 320px;
  max-width: 1064px;
  margin: 0 auto;
  padding: 0 20px;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

/* ========================================================================
   2. SECTION DESCRIPTION BAR - START
   ======================================================================== */

.section-description-bar.new--layout {
  background-color: #02a686;
  padding: 20px 20px 31px;
}

.section-description-bar.new--layout span {
  display: block;
  color: #FFF;
  font-weight: bold;
}

.section-description-bar.new--layout .heading {
  font-size: 24px;
}

.section-description-bar.new--layout .desc {
  font-size: 18px;
}

/* ========================================================================
   3. SECTION BANNER - START
   ======================================================================== */

/** Banner Layout Base **/
.section-banner.banner-home-layout::before,
.section-banner.banner-sub-layout::before {
  display: none;
}

/** Banner Home Layout **/
.section-banner.banner-home-layout .banner-content-wrapper {
  max-width: 340px;
  min-height: 470px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section-banner.banner-home-layout .banner-content-wrapper h1 {
  font-size: 30px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  line-height: normal;
  color: #FFF;
}

.section-banner.banner-home-layout .banner-content-wrapper p {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  line-height: normal;
  color: #FFF;
}

/** Banner Sub Layout **/
.section-banner.banner-sub-layout > .container {
  padding: 50px 20px;
  min-height: auto;
}

.section-banner.banner-sub-layout .banner-content-wrapper {
  margin: 30px 0;
}

.section-banner.banner-sub-layout .banner-content-wrapper h1 {
  font-size: 55px;
  font-weight: bold;
  margin-bottom: 33px;
  line-height: normal;
  color: #1a3340;
}

.section-banner.banner-sub-layout .banner-content-wrapper p {
  font-size: 20px;
  line-height: normal;
  color: #1a3340;
}

/** Banner Content Images **/
.section-banner.banner-sub-layout .banner-content-wrapper .banner-content-image,
.section-banner.banner-sub-layout > .banner-content-image {
  margin-top: 60px;
  position: relative;
}

.section-banner.banner-sub-layout > .banner-content-image {
  margin-top: 0;
}

.section-banner.banner-sub-layout .banner-content-wrapper .banner-content-image .image-caption,
.section-banner.banner-sub-layout > .banner-content-image > .image-caption {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  padding: 20px;
  font-size: 20px;
  line-height: normal;
  color: #FFF;
  background: #000000a6;
}

.section-banner.banner-sub-layout > .banner-content-image > img {
  max-height: 650px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

/** Banner No Content **/
.section-banner .container.no-content {
  display: none;
}

.section-banner.position-top .banner-content-image > img {
  object-position: center 20%;
}

.section-banner.position-bottom .banner-content-image > img {
  object-position: center 80%;
}

/* ========================================================================
   4. SECTION IMAGE CONTENT - START
   ======================================================================== */

/** Base Image Content Section **/
.section-image-content {
  background-size: cover;
  background-position: center;
  position: relative;
}

.section-image-content::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/** Content Wrapper **/
.section-image-content .content-wrapper {
  display: flex;
  row-gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 0 30px 0;
}

.section-image-content .content-wrapper > .content-item {
  flex: 0 0 calc(33.3333% - 20px);
  text-align: center;
}

.section-image-content .container-new .content-wrapper > .content-item h2 {
  font-size: 55px;
  color: #f4a261;
  line-height: normal;
  margin-bottom: 0;
}

.section-image-content .content-wrapper > .content-item p {
  font-size: 17px;
  color: #FFF;
  line-height: normal;
}

/** Solo Image Content Variant **/
.section-image-content.solo .content-wrapper {
  padding: 100px 0;
  min-height: 650px;
}

.section-image-content.solo .content-wrapper > .content-item {
  text-align: left;
}

.section-image-content.solo .content-wrapper > .content-item h2 {
  color: #FFF;
  font-size: 30px;
  margin-bottom: 20px;
}

.section-image-content.solo .content-wrapper > .content-item p {
  color: #FFF;
}

/** Solo Image Content with Black Text **/
.section-image-content.solo.text-black .content-wrapper > .content-item h2 {
  color: #000;
}

.section-image-content.solo.text-black .content-wrapper > .content-item p {
  color: #000;
}

/* ========================================================================
   5. SECTION NEWS AND EVENTS - START
   ======================================================================== */

.section-news-events {
  background: none;
}

.section-news-events .section-title {
  text-align: left;
  color: #000;
  font-size: 47px;
  font-weight: bold;
}

.section-news-events .container-new .news-events-item {
  background: transparent;
  box-shadow: none;
  margin-bottom: 0;
}

.section-news-events .news-events-item .news-events-image {
  border-radius: 40px;
  height: auto;
}

.section-news-events .news-events-item .news-events-image img {
  border-radius: 40px;
}

/* Simple high quality images for container-new */
.section-news-events .container-new .news-events-wrapper .news-events-item .news-events-image {
  aspect-ratio: 16/9 !important;
  width: 100% !important;
  height: auto !important;
  overflow: hidden;
  background-color: #f5f5f5;
  background-size: none !important;
  background-image: none !important;
}

.section-news-events .container-new .news-events-wrapper .news-events-item .news-events-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.section-news-events .news-events-item .news-events-content .news-events-type {
  background: #ff7f57;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  padding: 7px 10px;
  border-radius: 5px;
}

.section-news-events .news-events-item .news-events-content .news-events-title a {
  color: #000;
  font-size: 18px;
  line-height: normal;
  font-weight: bold;
}

/* ========================================================================
   6. SECTION MAP - START
   ======================================================================== */

/** Map Base Styles **/
.section-map.new--layout {
  background-color: #02a686;
}

.section-map.new--layout .section-map__title {
  color: #000;
  font-size: 47px;
  font-weight: bold;
  line-height: normal;
}

.section-map.new--layout .section-map__title > span {
  color: #f4a261;
}

/** Map Block and Tabs **/
.section-map.new--layout .map-block {
  margin-bottom: 175px;
}

.section-map.new--layout .map-block .map-tabs {
  position: absolute;
  left: 50%;
  bottom: -235px;
  display: flex;
  flex-wrap: nowrap;
  gap: 5px;
  transform: translateX(-50%);
}

.section-map.new--layout .map-block .map-tabs .map-tabs__item {
  min-height: auto;
  min-width: auto;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  flex-direction: column;
  text-decoration: none !important;
  font-size: 12px;
  color: #FFF;
  font-weight: 400;
}

.section-map.new--layout .map-block .map-tabs .map-tabs__item::before {
  content: attr(data-count);
  font-size: 18px;
  position: initial;
  width: auto;
  height: auto;
  background: none;
  border: none;
  transform: none;
  font-weight: 700;
  line-height: 0.8;
  display: block;
  transition: transform 0.2s ease;
}

.section-map.new--layout .map-block .map-tabs .map-tabs__item:hover::before {
  transform: scale(1.2);
}

/** Map Tab Color Variants **/
.section-map.new--layout .map-block .map-tabs .map-tabs__item[data-role="focal-points"] {
  background-color: #104586;
}

.section-map.new--layout .map-block .map-tabs .map-tabs__item[data-role="members"] {
  background-color: #2294d2;
}

.section-map.new--layout .map-block .map-tabs .map-tabs__item[data-role="trainers"] {
  background-color: #e9c46a;
}

/** Map Point Positioning **/
.section-map.new--layout .all-count.point-1 {
  top: 23%;
}

.section-map.new--layout .all-count.point-2 {
  top: 48%;
}

.section-map.new--layout .all-count.point-3 {
  top: 73%;
}

.section-map.new--layout .all-count.point-4 {
  top: 37%;
}

.section-map.new--layout .all-count.point-5 {
  top: 83%;
}

.section-map.new--layout .all-count.point-6 {
  top: 50%;
}

@media (max-width: 540px) {
  .section-map.new--layout .map__img img {
    height: 170px !important;
    width: auto !important;
    object-fit: contain;
  }
}

@media (min-width: 541px) and (max-width: 768px) {
  .section-map.new--layout .map__img img {
    height: 300px !important;
    width: auto !important;
    object-fit: contain;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .section-map.new--layout .map__img img {
    height: 450px !important;
    width: auto !important;
    object-fit: contain;
  }
}

@media (min-width: 1025px) {
  .section-map.new--layout .map__img img {
    height: 600px !important;
    width: auto !important;
    object-fit: contain;
  }
}

/* ========================================================================
   7. SECTION CTA BUTTON - START
   ======================================================================== */

.section-cta-button {
  background: #f5f5ef;
  padding: 30px 0;
  text-align: center;
}

.section-cta-button .btn {
  font-size: 28px;
  padding: 20px 30px;
  text-align: center;
  border-radius: 15px;
}

/* ========================================================================
   8. SECTION CONTENT WITH IMAGE - START
   ======================================================================== */

/** Base Content with Image **/
.section-content-with-image {
  background: #f5f5ef;
  padding: 50px 0;
}

.section-content-with-image.no-padding-top {
  padding-top: 0;
}

.section-content-with-image.no-padding-bottom {
  padding-bottom: 0;
}

/** Grid Layout **/
.section-content-with-image .container-new .cwi-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 20px;
  align-items: stretch;
}

/** Image Column **/
.section-content-with-image .container-new .cwi-grid .cwi-col.cwi-image {
  background-size: cover;
  background-position: center;
  min-height: 500px;
}

.section-content-with-image.with-accent .container-new .cwi-grid .cwi-col.cwi-image {
  border-radius: 25px;
}

/** Image Positioning **/
.section-content-with-image.image-left .container-new .cwi-grid .cwi-col.cwi-image {
  order: 1;
}

.section-content-with-image.image-left .container-new .cwi-grid .cwi-col.cwi-content {
  order: 2;
}

.section-content-with-image.image-right .container-new .cwi-grid .cwi-col.cwi-image {
  order: 2;
}

.section-content-with-image.image-right .container-new .cwi-grid .cwi-col.cwi-content {
  order: 1;
  padding-top: 40px;
}

/** Content Column **/
.section-content-with-image .container-new .cwi-grid .cwi-col.cwi-content {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section-content-with-image .container-new .cwi-grid .cwi-col.cwi-content h2 {
  font-size: 24px;
  color: #000;
  font-family: "Open Sans";
  font-weight: bold;
  margin: 0 0 3px;
  line-height: normal !important;
}

.section-content-with-image.with-accent .container-new .cwi-grid .cwi-col.cwi-content h2 {
  color: #f4a261;
  font-size: 24px;
  text-align: center;
}

.section-content-with-image.with-accent .container-new .cwi-grid .cwi-col.cwi-content p {
  text-align: center;
}

.section-content-with-image .container-new .cwi-grid .cwi-col.cwi-content .cwi-body {
  font-size: 15px;
  line-height: 1.6;
  color: #1a3340;
  margin: 0 0 1.5rem;
}

/** Content with Image Button **/
.section-content-with-image .container-new .cwi-grid .cwi-col.cwi-content .btn.btn-primary-new {
  border-radius: 15px;
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  display: inline-block;
  align-self: flex-start;
  min-width: 160px;
  max-width: 100%;
  padding: 15px 25px;
  cursor: pointer;
  transition: all .3s ease;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  color: #fff;
  border: 1px solid #00a585;
  background: #00a585;
}

.section-content-with-image.with-accent .container-new .cwi-grid .cwi-col.cwi-content .btn.btn-primary-new {
  align-self: center;
  width: 80%;
  margin-top: 30px;
}

/** Outlined Style Variant **/
.section-content-with-image.outlined .cwi-heading-top {
  font-size: 24px;
  color: #000;
  font-family: "Open Sans";
  font-weight: bold;
  margin: 0 0 30px;
  text-align: left;
}

.section-content-with-image.outlined .container-new .cwi-grid .cwi-col.cwi-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 0;
}

.section-content-with-image.outlined .cwi-body span[style*="font-size: 72px"],
.section-content-with-image.outlined .cwi-body span[style*="font-size:72px"] {
  float: left;
  margin-right: 20px;
  line-height: 1 !important;
  margin-top: 0;
  margin-bottom: 0;
}

.section-content-with-image.outlined .container-new .cwi-grid .cwi-col.cwi-image {
  border-radius: 25px;
}

.section-content-with-image.outlined .btn.btn-primary-new {
  background: transparent !important;
  border: 2px solid #000 !important;
  border-radius: 0 !important;
  color: #000 !important;
}

.section-content-with-image.outlined .btn.btn-primary-new:hover {
  background: #02a686 !important;
  border-color: #02a686 !important;
  color: #fff !important;
}

.section-content-with-image.outlined .cwi-body {
  overflow: hidden;
  font-size: 17px !important;
}
/* ========================================================================
   9. SECTION LOGO GRID - SIMPLE CAROUSEL VERSION
   ======================================================================== */

   .section-logo-grid {
    background: #f5f5ef;
    padding: 50px 0;
  }
  
  .section-logo-grid h2.logo-grid__title,
  .section-content-with-image .cwi-content h2 {
    font-size: 24px !important;
    color: #000;
    font-family: "Open Sans";
    font-weight: bold;
    margin-bottom: 20px !important;
    line-height: normal !important;
  }
  
  .section-logo-grid h2.logo-grid__title--centered {
    text-align: center;
  }
  
  .section-logo-grid .logo-grid__main-logo {
    text-align: center;
    margin-bottom: 30px;
  }
  
  .section-logo-grid .logo-grid__main-logo img {
    max-width: 160px;
    max-height: 80px;
    width: 100%;
    height: auto;
    object-fit: contain;
    display: inline-block;
  }
  
  /* Simple Carousel */
  .logo-carousel-container {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 60px;
  }
  
  .logo-carousel {
    overflow: hidden;
    position: relative;
    height: 120px;
  }
  
  .logo-carousel-track {
    display: flex;
    transition: transform 0.5s ease;
    align-items: center;
    height: 100%;
    gap: 40px;
    padding: 20px 0;
  }
  
  .logo-item {
    flex: 0 0 auto;
    text-align: center;
    width: 200px;
  }
  
  .logo-item img {
    max-width: 160px;
    max-height: 80px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
  }
  
  .carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 45px !important;
    height: 45px !important;
    border-radius: 50% !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 0 !important;
    line-height: 1 !important;
    min-width: auto !important;
    overflow: hidden !important; /* Prevents pseudo-elements from extending outside */
  }
  
  .carousel-btn.prev {
    left: 0 !important;
  }
  
  .carousel-btn.next {
    right: 0 !important;
  }
  
  /* Arrow styling with pseudo-elements - centered and properly sized */
  .carousel-btn::before {
    content: '';
    width: 12px; /* Reduced from 20px */
    height: 2px;
    background: currentColor;
    position: absolute;
    display: block;
  }
  
  .carousel-btn::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
  }
  
  /* Next button arrow (pointing right) - centered */
  .carousel-btn.next::after {
    right: 14px; /* Adjusted to center within 45px button */
    border-left: 6px solid currentColor;
  }
  
  /* Previous button arrow (pointing left) - centered */
  .carousel-btn.prev::after {
    left: 14px; /* Adjusted to center within 45px button */
    border-right: 6px solid currentColor;
  }
  
  /* Disabled button styles - specific to logo grid */
  .section-logo-grid .carousel-btn.disabled,
  .section-logo-grid .carousel-btn:disabled {
    cursor: not-allowed !important;
    pointer-events: none !important;
    background-color: #8bd1c6 !important;
    color: #fff !important;
    border-color: #8bd1c6 !important;
  }
  
  .section-logo-grid .carousel-btn.disabled::before,
  .section-logo-grid .carousel-btn:disabled::before,
  .section-logo-grid .carousel-btn.disabled::after,
  .section-logo-grid .carousel-btn:disabled::after {
    opacity: 0.4;
  }

  
  /* Responsive */
  @media (max-width: 960px) {

    .carousel-indicators {
      gap: 10px;
    }
    
    .logo-carousel-container {
      padding: 0 50px;
    }
    
    .logo-carousel {
      display: flex;
      justify-content: center;
      align-items: center;
    }
    
    .logo-carousel-track {
      gap: 0;
      justify-content: center;
    }
    
    .logo-item {
      width: 200px;
      display: none;
    }
    
    .logo-item.active {
      display: block;
    }
  }
  
  @media (min-width: 961px) {
    .logo-carousel-track {
      gap: 40px;
    }
    
    .logo-item {
      width: 200px;
      display: block;
    }
  }
/* ========================================================================
   10. SECTION CARDS - START
   ======================================================================== */

/** Base Cards Section **/
.section-cards {
  padding: 60px 0;
  background-color: #02a686;
}

.section-cards .cards-section__header {
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: left;
}

.section-cards .cards-section__header--centered {
  text-align: center;
}

/** CSS Grid Layout for Cards **/
.section-cards .cards-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

/** Responsive Grid Columns **/
.section-cards .cards-grid[data-columns="1"] {
  grid-template-columns: 1fr;
  max-width: 600px;
  margin: 0 auto;
}

.section-cards .cards-grid[data-columns="2"] {
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}

.section-cards .cards-grid[data-columns="3"] {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.section-cards .cards-grid[data-columns="4"] {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.section-cards .card-item {
  width: 100%;
}

/** Standard Card Styles **/
.section-cards .card-custom {
  border-radius: 12px;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  background-color: #FFF;
  padding: 15px;
}

.section-cards .card-custom__image {
  position: relative;
  width: 100%;
  height: 340px;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  margin-bottom: 15px;
}

.section-cards .card-custom__image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.section-cards .card-custom__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease;
}

.section-cards .card-custom:hover .card-custom__image img {
  transform: scale(1.1);
}

.section-cards .card-custom__title-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 20px;
  z-index: 2;
}

.section-cards .card-custom__title {
  font-size: 23px;
  font-weight: bold;
  margin: 0;
  color: white;
  line-height: 1.3;
}

.section-cards .card-custom__content {
  padding: 0;
  flex-grow: 1;
}

.section-cards .card-custom__details {
  font-size: 12px;
  margin: 0;
  line-height: 1.5;
  color: #333;
}

.section-cards .card-custom__details p {
  margin: 0 0 10px 0;
}

.section-cards .card-custom__details p:last-child {
  margin-bottom: 0;
}

/** Linked Content Card Styles **/
.section-cards .card-custom--linked {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.section-cards .card-custom--linked:hover {
  text-decoration: none;
  color: inherit;
}

.section-cards .card-custom--linked .card-custom__image::before {
  display: none; /* Remove the dark overlay for linked cards */
}

.section-cards .card-custom--linked .card-custom__image {
  margin-bottom: 0 !important;
}

.section-cards .card-custom--linked .card-custom__title-below {
  padding: 0 !important;
}

.section-cards .card-custom--linked .card-custom__title-below {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  color: #333;
  line-height: 1.3;
  text-align: center;
  padding: 15px 0 0 0;
}

.section-cards .card-custom--linked .card-custom__content {
  padding: 15px 0 0 0;
}

/** Rectangle Card Styles **/
.section-cards .cards-section__header--rectangle {
  color: #000 !important;
}

.section-cards .cards-section__description {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 40px;
  color: #333;
}

.section-cards .cards-grid--rectangle {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}

.section-cards .card-custom--rectangle {
  background-color: #02a686 !important;
  padding: 15px;
  border-radius: 12px;
  text-decoration: none !important;
  color: inherit;
}

.section-cards .card-rectangle--clickable:hover {
  text-decoration: none;
  color: inherit;
}

.section-cards .card-rectangle__container {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.section-cards .card-rectangle__image {
  flex-shrink: 0;
  width: 150px;
  height: 150px;
  border-radius: 8px;
  overflow: hidden;
}

.section-cards .card-rectangle__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease;
}

.section-cards .card-custom--rectangle:hover .card-rectangle__image img {
  transform: scale(1.1) !important;
}

.section-cards .card-rectangle__content {
  flex: 1;
  min-width: 0;
  text-align: left;
}

.section-cards .card-rectangle__title {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px 0;
  color: white;
  line-height: 1.3;
  text-align: left;
  text-transform: uppercase;
}

.section-cards .card-rectangle__details {
  font-size: 14px;
  margin: 0 0 15px 0;
  line-height: 1.5;
  color: white;
  text-align: left;
}

.section-cards .card-rectangle__details p {
  margin: 0 0 10px 0;
  color: white;
  text-align: left;
}

.section-cards .card-rectangle__details p:last-child {
  margin-bottom: 0;
}

.section-cards .card-rectangle__link {
  display: inline-block;
  color: #000;
  text-decoration: none;
  font-weight: 700;
  font-size: 12px;
  transition: color 0.3s ease;
  text-align: left;
}

.section-cards .card-rectangle--clickable:hover .card-rectangle__link {
  color: white;
}

/* ========================================================================
   11. RESPONSIVE MEDIA QUERIES - START
   ======================================================================== */

/** Mobile - 540px and up **/
@media (min-width: 540px) {
  .section-banner.banner-sub-layout .banner-content-wrapper h1 {
    margin-bottom: 33px;
    font-size: 55px;
  }
  
  .section-banner.banner-sub-layout .banner-content-wrapper p {
    font-size: 20px;
  }
  
  .section-banner.banner-sub-layout > .banner-content-image > img {
    max-height: 650px;
  }
  
  .section-banner.banner-sub-layout .banner-content-wrapper .banner-content-image .image-caption,
  .section-banner.banner-sub-layout > .banner-content-image > .image-caption {
    position: absolute;
    bottom: 20px;
    left: 0;
    display: block;
  }
  
  .section-cta-button .btn {
    font-size: 28px;
  }
}

/** Mobile - 560px and up **/
@media (min-width: 560px) {
  .section-logo-grid .logo-grid {
    grid-template-columns: repeat(min(3, var(--cols)), 1fr);
  }
}

/** Mobile - 575px and up **/
@media (min-width: 575px) {
  .section-cards .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  
  .section-cards .row > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
  
  .section-cards .cards-section__header {
    font-size: 26px;
    margin-bottom: 40px;
  }
  
  .section-cards .card-custom__image {
    height: 240px;
  }
  
  .section-cards .card-custom__title {
    font-size: 18px;
  }
  
  .section-cards .card-custom__title-overlay {
    padding: 10px 15px;
  }
  
  .section-cards .card-custom--linked .card-custom__title-below {
    font-size: 16px;
    padding: 12px 0 0 0;
  }
}

/** Tablet - 768px and up **/
@media (min-width: 768px) {
  /* Global Utility Classes */
  .no-padding-top {
    padding-top: 0 !important;
  }
  
  .no-padding-bottom {
    padding-bottom: 0 !important;
  }
  
  /* Section Description Bar */
  .section-description-bar.new--layout .heading {
    font-size: 47px;
  }
  
  .section-banner.banner-home-layout .banner-content-wrapper h1 {
    font-size: 30px;
  }
  
  /* Section Banner */
  .section-banner.banner-home-layout .banner-content-wrapper h1 {
    font-size: 40px;
  }
  
  .section-banner.banner-home-layout .banner-content-wrapper p {
    font-size: 20px;
  }
  
  .section-banner.banner-sub-layout .banner-content-wrapper .banner-content-image .image-caption,
  .section-banner.banner-sub-layout > .banner-content-image > .image-caption {
    font-size: 35px;
    padding: 40px;
  }
  
  /* Section Map */
  .section-map.new--layout .map-block .map-tabs {
    gap: 10px;
  }
  
  .section-map.new--layout .map-block .map-tabs .map-tabs__item {
    width: 120px;
    height: 120px;
    font-size: 12px;
  }
  
  .section-map.new--layout .map-block .map-tabs .map-tabs__item::before {
    font-size: 28px;
  }
  
  /* Section Logo Grid */
  .section-logo-grid {
    padding: 70px 0;
  }
  
  .section-logo-grid h2.logo-grid__title,
  .section-content-with-image .cwi-content h2 {
    font-size: 30px !important;
    margin-bottom: 30px !important;
  }
  
  .section-logo-grid .logo-grid {
    grid-template-columns: repeat(min(5, var(--cols)), 1fr);
  }
  
  /* Section Cards */
  .section-cards {
    padding: 60px 0;
  }
  
  .section-cards .cards-grid {
    gap: 15px;
  }
  
  .section-cards .cards-grid[data-columns="1"] {
    max-width: 500px;
  }
  
  .section-cards .cards-grid[data-columns="2"] {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  }
  
  .section-cards .cards-grid[data-columns="3"] {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
  
  .section-cards .cards-section__header {
    font-size: 30px;
    margin-bottom: 20px;
  }
  
  .section-cards .card-custom__image {
    height: 340px;
  }
  
  .section-cards .card-custom__title {
    font-size: 23px;
  }
  
  .section-cards .card-custom__details {
    font-size: 14px;
  }
  
  .section-cards .card-custom__title-overlay {
    padding: 15px 20px;
  }
  
  .section-cards .card-custom--linked .card-custom__title-below {
    font-size: 18px;
    padding: 15px 0 0 0;
  }
  
  /* Rectangle Cards Responsive */
  .section-cards .cards-grid--rectangle {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}

/** Desktop - 960px and up **/
@media (min-width: 960px) {
  /* Section Image Content */
  .section-image-content .content-wrapper {
    flex-direction: row;
    padding: 250px 50px 50px;
  }
  
  .section-image-content .content-wrapper > .content-item {
    flex: 0 0 calc(33.3333% - 20px);
  }
  
  /* Section Content with Image */
  .section-content-with-image .container-new .cwi-grid {
    grid-template-columns: 1fr 1.3fr;
  }
  
  .section-content-with-image .container-new .cwi-grid .cwi-col.cwi-image {
    min-height: 500px;
  }
  
  .section-content-with-image .container-new .cwi-grid .cwi-col.cwi-content h2 {
    font-size: 24px;
  }
}

/** Desktop - 961px and up **/
@media (min-width: 961px) {
  .section-content-with-image .container-new .cwi-grid .cwi-col.cwi-content {
    padding: 40px 0;
  }
  
  .section-content-with-image.with-accent .container-new .cwi-grid .cwi-col.cwi-content h2 {
    font-size: 47px !important;
    line-height: normal;
  }
}

/** Large Desktop - 1024px and up **/
@media (min-width: 1024px) {
  .section-logo-grid .logo-grid {
    grid-template-columns: repeat(var(--cols), 1fr);
  }
  
  /* Section Map - Larger tabs for desktop */
  .section-map.new--layout .map-block .map-tabs {
    gap: 20px;
  }
  
  .section-map.new--layout .map-block .map-tabs .map-tabs__item {
    width: 207px;
    height: 207px;
    font-size: 17px;
  }
  
  .section-map.new--layout .map-block .map-tabs .map-tabs__item::before {
    font-size: 55px;
    line-height: normal;
  }
  
  .section-image-content .content-wrapper {
    row-gap: 15px !important;
  }
}

/** Mobile overrides - max-width 480px **/
@media (max-width: 480px) {
  .section-cards .card-rectangle__image {
    width: 100px;
    height: 100px;
  }
  
  .section-cards .card-rectangle__container {
    gap: 15px;
  }
  
  .section-cards .card-rectangle__title {
    font-size: 18px;
  }
  
  .section-cards .card-rectangle__details {
    font-size: 13px;
  }
}

/** Mobile overrides - max-width 540px **/
@media (max-width: 540px) {
  .section-banner.banner-sub-layout .banner-content-wrapper h1 {
    margin-bottom: 20px;
    font-size: 2rem;
  }
  
  .section-banner.banner-sub-layout .banner-content-wrapper p {
    font-size: 18px;
  }
  
  .section-banner.banner-sub-layout > .banner-content-image > img {
    max-height: 500px;
  }
  
  .section-banner.banner-sub-layout .banner-content-wrapper .banner-content-image .image-caption,
  .section-banner.banner-sub-layout > .banner-content-image > .image-caption {
    position: relative;
    bottom: auto;
    left: auto;
    display: block;
  }
  
  .section-cta-button .btn {
    font-size: 23px;
  }
}

/** Mobile overrides - max-width 560px **/
@media (max-width: 560px) {
  .section-logo-grid .logo-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/** Mobile overrides - max-width 575px **/
@media (max-width: 575px) {
  .section-cards {
    padding: 40px 0;
  }
  
  .section-cards .cards-grid {
    gap: 20px;
    grid-template-columns: 1fr;
  }
  
  .section-cards .cards-grid[data-columns="1"] {
    max-width: 100%;
  }
  
  .section-cards .cards-grid[data-columns="2"],
  .section-cards .cards-grid[data-columns="3"],
  .section-cards .cards-grid[data-columns="4"] {
    grid-template-columns: 1fr;
  }
  
  .section-cards .cards-section__header {
    font-size: 24px;
  }
  
  .section-cards .card-custom__image {
    height: 200px;
  }
  
  .section-cards .card-custom__content {
    padding: 0;
  }
  
  .section-cards .card-custom__title {
    font-size: 16px;
  }
  
  .section-cards .card-custom__title-overlay {
    padding: 8px 12px;
  }
  
  .section-cards .card-custom--linked .card-custom__title-below {
    font-size: 14px;
    padding: 10px 0 0 0;
  }
}

/** Mobile overrides - max-width 760px **/
@media (max-width: 760px) {
  .section-cards {
    padding: 40px 0;
  }
  
  .section-cards .cards-grid {
    gap: 20px;
  }
  
  .section-cards .cards-grid[data-columns="3"],
  .section-cards .cards-grid[data-columns="4"] {
    grid-template-columns: 1fr;
  }
  
  .section-cards .cards-grid[data-columns="2"] {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
  
  .section-cards .cards-section__header {
    font-size: 26px;
    margin-bottom: 30px;
  }
  
  .section-cards .card-custom__image {
    height: 240px;
  }
  
  .section-cards .card-custom__title {
    font-size: 18px;
  }
  
  .section-cards .card-custom__title-overlay {
    padding: 10px 15px;
  }
  
  .section-cards .card-custom--linked .card-custom__title-below {
    font-size: 16px;
    padding: 12px 0 0 0;
  }
}

/** Mobile overrides - max-width 768px **/
@media (max-width: 768px) {
  
  .section-content-with-image.outlined .cwi-heading-top {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .mobile-drop.mobile-search__wrap {
    position: absolute;
    top: 159px;
  }

  .header-mobile-login-menu > .container {
    padding: 0 20px;
  }

  .header-mobile-login-menu .mobile-control {
    margin-right: 0;
  }

  .header-mobile-login-menu .mobile-control > li {
    height: auto;
    margin-left: 0;
    padding: 0;
  }

  .header-mobile-login-menu .mobile-control > li > a.btn {
    min-width: auto;
    padding: 10px 30px !important;
    line-height: 2;
  }

  .header-main {
    padding: 20px 0;
  }

  .header-main .container {
    padding: 0 20px;
  }

  .header-main .container .header-main__inner .mobile-control {
    margin-right: 0;
  }

  .header-main .container .header-main__inner .mobile-control > li {
    height: auto;
    padding: 0 10px;
  }

  .header-main .container .header-main__inner .mobile-control > li > a.mobile-control__link {
    width: 50px;
    height: 50px;
  }

  .layout-header > .header-top.mobile-drop {
    position: absolute;
    top: 159px;
  }

  .layout-header > .header-top.mobile-drop .lang-menu__wrap .lang-menu li {
    margin-bottom: 30px;
  }
  .mobile-menu {
    overflow-y: scroll;
    padding-bottom: 200px;
  }
}

/** Mobile overrides - max-width 960px **/
@media (max-width: 960px) {
  .section-image-content .content-wrapper {
    flex-direction: column;
  }
  
  .section-image-content .content-wrapper > .content-item {
    flex: auto;
  }
  
  .section-content-with-image .container-new .cwi-grid {
    grid-template-columns: 1fr;
  }
  
  .section-content-with-image .container-new .cwi-grid .cwi-col.cwi-image {
    min-height: 320px;
  }
  
  .section-content-with-image .container-new .cwi-grid .cwi-col.cwi-content h2 {
    font-size: 28px;
  }
}

/** Mobile overrides - max-width 1023px **/
@media screen and (max-width: 1023px) {
  .section-image-content .container-new .content-wrapper > .content-item h2 {
    font-size: 30px !important;
    margin: 0 0 10px 0 !important;
    line-height: normal !important;
  }
  
  .section-image-content .content-wrapper {
    row-gap: 15px !important;
  }
}

/** Mobile overrides - max-width 370px **/
.header-mobile-login-menu .mobile-control > li > a.btn {
  padding: 10px !important;
}
.support-sphere-btn-mobile {
  flex-direction: column;
  gap: 5px !important;
}
.header-main .container .header-main__inner .mobile-control > li {
  padding: 0;
}
.header-main .container .header-main__inner .mobile-control > li > a.mobile-control__link {
  width: 30px;
  height: 30px;
}

/* ========================================================================
   12. CF7 MODAL - START
   ======================================================================== */

/** New Form - CF7 Form Styling **/
.new-form .wpcf7-form {
  margin: 0 auto;
}

.new-form .wpcf7-form label {
  display: block;
  font-weight: 500;
  color: #333;
  font-size: 14px;
}

.new-form .wpcf7-form label br {
  display: none;
}

.new-form .wpcf7-form-control-wrap {
  display: block;
  margin-top: 8px;
}

.new-form .wpcf7-form input[type="text"],
.new-form .wpcf7-form input[type="email"],
.new-form .wpcf7-form input[type="tel"],
.new-form .wpcf7-form textarea {
  width: 100%;
  padding: 12px 15px;
  border: 2px solid #e9ecef;
  border-radius: 8px;
  font-size: 16px;
  transition: border-color 0.2s;
  box-sizing: border-box;
}

.new-form .wpcf7-form input[type="text"]:focus,
.new-form .wpcf7-form input[type="email"]:focus,
.new-form .wpcf7-form input[type="tel"]:focus,
.new-form .wpcf7-form textarea:focus {
  outline: none;
  border-color: #00a585;
}

.new-form .wpcf7-form input[type="submit"] {
  background: #00a585;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s;
  display: inline-block !important;
  visibility: visible !important;
  z-index: 9999 !important;
}

.new-form .wpcf7-form input[type="submit"]:hover {
  background: #008f6f;
}

.new-form .wpcf7-form input[type="submit"]:disabled {
  background: #6c757d;
  cursor: not-allowed;
}

/** Form Profile Image - Centered and Circular **/
.new-form .form-profile {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 10px auto;
  border: 2px solid #e9ecef;
}

/** Form Name - Centered **/
.new-form .form-name {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin: 15px 0;
  line-height: 1.3;
}

/** Modal Close Button - Top Right Corner **/
.new-form .modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 32px;
  height: 32px;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #6c757d;
  transition: color 0.2s ease;
  z-index: 1000;
}

.new-form .modal-close:hover {
  color: #008f6f;
}

.new-form .modal-dialog-centered {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  margin: 0;
  padding: 0 15px;
}

.new-form .wpcf7-not-valid-tip {
  margin-top: 8px;
}