.gh-home-banner {
    background-color: #041735 !important;
}
.gh-home-banner .swiper-slide {
    background-image: url('/wp-content/uploads/2025/10/homepage-banner-background-scaled.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.gh-home-banner .elementor-slide-heading {
    margin-bottom: 48!important;
}

.gh-home-banner .elementor-slide-description {
    margin-bottom: 20px !important;
}

.gh-home-banner .swiper-slide-inner {
    align-items: baseline !important;
    justify-content: center !important;
    height: 100% !important;
    padding-top: 5.5rem !important;
}

.gh-home-banner .elementor-swiper-button {
    top: unset !important;
    bottom: 48px !important;
    z-index: 10 !important;
}

.elementor-swiper-button-prev {
    left: 50px !important;
}
.elementor-swiper-button-next {
    right: unset !important;
    left: 158px !important;
}

.gh-home-banner .swiper-pagination {
    bottom: 53px !important;
    text-align: left !important;
    padding-left: 5rem !important;
    z-index: 9 !important;
}

.gh-home-banner .swiper-slide-bg {
    background-color: transparent !important;
    background-position: 95% center !important;
    transition-duration: 1s !important;
}
.elementor-slides .swiper-slide-inner .elementor-slide-description {
    font-size: 15px !important;
    font-weight: 500 !important;
}
.gh-home-banner .swiper-slide-contents {
    max-width: 546px !important;
}

.gh-home-section-2 .gh-home-section-2-left .elementor-icon-box-icon,
.gh-home-section-4-left .elementor-icon-box-icon {
    border-radius: 25px;
    margin-right: 1rem;
}

.gh-home-section-2 .e-con-inner {
    padding:  60px 0 46px 0 !important;
}

.gh-home-section-2 .gh-home-section-2-left .elementor-icon-box-icon .elementor-icon,
.gh-home-section-4-left .elementor-icon-box-icon .elementor-icon {
    background-color: #B1DEF0 !important;
    border-radius: 25px;
    padding: .2em;
}

.gh-home-section-4-left .elementor-icon-box-icon .elementor-icon {
    font-size: 11px !important;
}

.gh-home-section-4-left .gh-button-plan .elementor-button-text {
    font-weight: 600 !important;
}

.gh-home-section-2 {
    overflow: hidden !important;
}

.gh-home-section-2 .gh-home-section-2-right .elementor-widget-image {
    width: 1440px !important;
    max-width: 1440px !important;
}

.gh-home-section-2 .gh-home-section-2-right img {
    width: 1440px;
    /* height: 150px; */
    overflow: hidden;
    height: auto;
    object-fit: cover;
    overflow: hidden;
}

.gh-home-section-3 .gh-button-plan .elementor-button-link {
  padding-left: 0 !important;
}

.gh-home-section-3 .gh-button-light-blue2 {
  margin-right: 1rem;
}
/* Custom styling for slides buttons container */
.gh-home-banner .swiper-slide-contents {
    position: relative;
}

/* Ensure buttons are displayed in the correct order - target button containers specifically */
.gh-home-banner .swiper-slide-contents > div:last-child {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}

/* Alternative: target any div that contains buttons */
.gh-home-banner .swiper-slide-contents div:has(.elementor-slide-button) {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}

/* Style for the existing button */
.gh-home-banner .elementor-slide-button {
    display: inline-block;
    margin: 0;
}

.gh-home-banner .elementor-slide-button.elementor-size-sm {
    background-color: #8BCDE9 !important;
    color: #08347A !important;
    margin: 0 !important;
    border: none;
    min-width: 134px;
    max-width: 207px;
}

.gh-home-banner .elementor-slide-button.elementor-size-sm:hover {
    background-color: #08347A !important;
    color: white !important;
}

/* Style for the JavaScript-generated second button (appears first) */
.gh-home-banner .elementor-slide-button-second,
.gh-home-banner .asch-second-button {
    background-color: transparent !important;
    color: white !important;
    margin: 0 !important;
    border: 1px solid white !important;
    margin-left: 15px !important;
    min-width: 147px;
}

.gh-home-banner .elementor-slide-button-second:hover,
.gh-home-banner .asch-second-button:hover {
    background-color: #08347A !important;
    color: #fff !important;
}

.gh-home-section-4-left .elementor-button {
    min-width: 165px;
}

.gh-home-section-4-left .gh-button-light-blue {
    margin-right: -1rem;
}

.gh-home-section-4-left .gh-button-plan .elementor-button-link {
    padding-left: 1px !important;
    font-weight: 600 !important;
}

.gh-home-posts .elementor-post__avatar {
    display: none;
}

.gh-home-posts .elementor-post__thumbnail__link {
    margin-bottom: 3px !important;
}

.gh-home-posts .gh-home-hynotherapy-today h3 {
    min-height: 46px;
}

.gh-home-posts .gh-home-hynotherapy-today .elementor-button {
    background-color: transparent !important;
    margin-bottom: 25px;
}

.gh-home-posts .gh-home-hynotherapy-today .elementor-button::before {
    content: "";
    /* display: inline-block; */
    /* vertical-align: middle; */
    background-image: url('/wp-content/uploads/2025/10/arrow-right.svg'); /* Replace with your icon URL */
    background-size: contain;
    background-repeat: no-repeat;
}
.gh-home-posts .elementor-post__read-more::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url('/wp-content/uploads/2025/10/arrow-right.svg'); /* Replace with your icon URL */
    background-size: contain;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px; /* Set a fixed height or adjust as needed */
    margin-right: 0px;
    padding-bottom: .9rem;
  }

.gh-home-posts .elementor-post__thumbnail {
	margin-bottom: 1rem;
}

.gh-home-posts .elementor-post__title {
	margin-bottom: -1rem !important;
}

  .gh-section-quick-links h6 {
    color: #08347A !important;
    font-weight: 700 !important;
  }

  .gh-section-quick-links .elementor-cta__description {
    color: #546881 !important;
  }

  .gh-section-quick-links .elementor-cta__content-item:not(:last-child) {
    margin-bottom: 23px;
  }

  .gh-section-quick-links .elementor-cta__button {
    padding-left: 0 !important;
    color: #1D242D !important;
    font-weight: 600 !important;
    margin-top: 1.7rem;
  }
  .gh-section-quick-links .elementor-cta__button::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url('/wp-content/uploads/2025/10/arrow-right.svg'); /* Replace with your icon URL */
    background-size: contain;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px; /* Set a fixed height or adjust as needed */
    margin-right: 0px;
    margin-top: -.1rem;
  }

  .gh-home-posts .elementor-post__read-more:hover {
    font-weight: 700 !important;
  }


  .gh-home-posts .elementor-button-wrapper {
    margin-top: 32px !important;
  }

  
  .gh-home-posts .elementor-post__card .elementor-post__excerpt {
    margin-bottom: 40px !important;
  }

  .gh-home-posts .elementor-button-content-wrapper .elementor-button-text {
    color: #08347A !important;
  }

  .gh-home-posts .elementor-post__excerpt p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 400px;
  }

  /* Step 1: Make each card a column flex container */
  .gh-home-posts .elementor-post__card {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  
  /* Step 2: Set consistent height for post titles */
  .gh-home-posts .elementor-post__title {
    min-height: 60px; /* Adjust as needed */
    margin-bottom: 10px;
  }
  
  /* Step 3: Make .elementor-post__text fill remaining space */
  .gh-home-posts .elementor-post__text {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  
  /* Step 4: Push excerpt to same vertical position */
  .gh-home-posts .elementor-post__excerpt {
    flex-grow: 1;
  }
  
  /* Step 5: Keep 'Keep reading' button at bottom */
  .gh-home-posts .elementor-post__read-more-wrapper {
    margin-top: auto;
  }

  .gh-home-posts .elementor-button {
    min-width: 165px;
  }

  .gh-home-posts .gh-home-hynotherapy-today {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }

  .gh-home-posts .gh-home-hynotherapy-today .elementor-image-box-wrapper .elementor-image-box-content {
    padding-left: 25px;
    padding-right: 25px;
  }

  .gh-home-posts .gh-home-hynotherapy-today .elementor-image-box-wrapper .elementor-button {
    margin-bottom: 25px;
  }

  .gh-home-posts .gh-home-hynotherapy-today .elementor-image-box-wrapper .elementor-button::before {
    vertical-align: unset;
    background-image: unset;
    background: transparent;
  }
  .gh-home-posts .gh-home-hynotherapy-today img {
    width: 100%;
    height: auto;
  }

  @media screen and (max-width: 1366px) {
    .gh-home-banner .swiper-slide-bg {
      background: none !important;
  }
  }
  @media screen and (max-width: 768px) {
    .gh-home-posts .gh-home-hynotherapy-today {
        margin-bottom: 20px;
    }
    .gh-home-posts .gh-home-hynotherapy-today h3 {
        min-height: unset;
    }
  }