/* About Wellness Hero Section */
.about-wellness-hero {
    background-color: var(--white-color);
    position: relative;
}

.about-wellness-hero::before {
    /* content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background-color: var(--primary-color); */
}

.about-hero-image {
    padding-right: 30px;
}

.about-hero-image img {
    width: 100%;
    height: 652px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.about-hero-content {
    padding-left: 30px;
}

.about-wellness-title {
 
    font-weight: 700;
    color: var(--dark-accent-color);
    line-height: 1.2;
    margin-bottom: 30px;
    font-family: var(--font-family-primary);
}

.about-description-text {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    font-family: var(--font-family-primary);
}

.about-cta-section {
    margin-top: 40px;
}

.about-contact-row {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}





.about-whatsapp-contact {
    display: flex;
    align-items: center;
    gap: 15px;
}

.about-whatsapp-icon {
    width: 50px;
    height: 50px;
    background-color: #E0C9A9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dark-accent-color);
    font-size: 1.5rem;
}

.about-phone-number {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--dark-accent-color);
    font-family: var(--font-family-primary);
}

/* Responsive Design */
@media (max-width: 991.98px) {
    .about-hero-image img{
        height: 420px;
    }
    .about-wellness-title {
        font-size: 2.5rem;
        margin-bottom: 20px;
    }
    
    .about-hero-image {
        padding-right: 0;
        margin-bottom: 40px;
    }
    
    .about-hero-content {
        padding-left: 0;
    }
    
    .about-contact-row {
        flex-direction: column;
        gap: 20px;
    }
}

@media (max-width: 767.98px) {
    .about-hero-image img{
        height: 500px;
    }
    .about-wellness-title {
        font-size: 26px!important;
    }
    section.testimonials-section .row {
        flex-direction: column-reverse;
    }
    
    .about-description-text {
        font-size: 1rem;
    }
    
    .about-contact-btn {
        padding: 12px 25px;
        font-size: 0.9rem;
    }
    
    .about-whatsapp-icon {
        width: 45px;
        height: 45px;
        font-size: 1.3rem;
    }
}

/* Our Treatments Section */
.our-treatments-section {
    background-color: var(--secondary-color);
}

.treatments-title {
    color: var(--dark-accent-color);
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0;
}

.treatment-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
}

.treatment-card {
    background-color: var(--white-color);
    border-radius: 0;
    padding: 3.2em 2em;
    text-align: center;
    height: 100%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: var(--transition-base);
}



.treatment-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.treatment-icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.treatment-title {
    color: var(--dark-accent-color);
    font-size: 1.5rem;
    /* font-weight: 700; */
    margin-bottom: 1rem;
}

.treatment-description {
    color: #333333;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.treatment-ellipsis {
    display: flex;
    justify-content: center;
    gap: 4px;
}

.treatment-ellipsis span {
    width: 6px;
    height: 6px;
    background-color: #CCCCCC;
    border-radius: 50%;
    transition: var(--transition-base);
}

.treatment-card-link:hover .treatment-ellipsis span {
    background-color: var(--dark-accent-color);
}




/* Responsive Design for Treatments */
@media (max-width: 991.98px) {
    .treatments-title {
        font-size: 2rem;
    }
    
    .treatment-card {
        padding: 1.5rem 1rem;
    }
    
    .treatment-icon {
        width: 60px;
        height: 60px;
    }
    
    .treatment-title {
        font-size: 1.3rem;
    }
}

@media (max-width: 767.98px) {
    .treatments-title {
        font-size: 1.8rem;
    }
    
    .treatment-card {
        padding: 1.5rem 1rem;
        margin-bottom: 1.5rem;
    }
    
    .treatment-icon {
        width: 50px;
        height: 50px;
    }
    
    .treatment-title {
        font-size: 1.2rem;
    }
    
    .treatment-description {
        font-size: 0.9rem;
    }
    
    .treatments-btn {
        padding: 12px 30px;
        font-size: 1rem;
    }
}

/* Our Medical Team Section */
.our-medical-team-section {
    background-color: var(--white-color);
}

.medical-team-title {
    color: var(--dark-accent-color);
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.doctor-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
    transition: var(--transition-base);
}

.doctor-card-link:hover {
    text-decoration: none;
    color: inherit;
    transform: translateY(-5px);
}

.doctor-card {
    height: 100%;
    margin-bottom: 2rem;
    transition: var(--transition-base);
}

.doctor-image {
    margin-bottom: 1.5rem;
    overflow: hidden;
}

.doctor-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center;
    filter: grayscale(100%);
    transition: var(--transition-base);
}

.doctor-card:hover .doctor-image img {
    filter: grayscale(0%);
}

.doctor-name {
    color: var(--dark-accent-color);
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.doctor-role {
    color: var(--secondary-text-color);
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 0;
}

/* Responsive Design for Medical Team */
@media (max-width: 991.98px) {
    .medical-team-title {
        font-size: 2rem;
    }
    
    .doctor-image img {
        height: auto;
    }
    
    .doctor-name {
        font-size: 1.2rem;
    }
    
    .doctor-role {
        font-size: 0.9rem;
    }
}

@media (max-width: 767.98px) {
    .medical-team-title {
        font-size: 1.8rem;
    }
    
    .doctor-image img {
        height: auto;
    }
    
    .doctor-name {
        font-size: 1.1rem;
    }
    
    .doctor-role {
        font-size: 0.85rem;
    }
}

/* Explore Our Tailored Wellness Solutions Section */
.wellness-solutions-section {
    background-color: var(--white-color);
}

.wellness-solutions-title {
    color: var(--dark-accent-color);
}

.wellness-solutions-content {
   margin-top: 2rem;
}

.wellness-description {
    color: var(--secondary-text-color);
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    text-align: center;
}

.wellness-cta {
    margin-top: 2rem;
}





/* Responsive Design for Wellness Solutions */
@media (max-width: 991.98px) {
    .wellness-solutions-title {
        font-size: 2rem;
    }
    
    .wellness-description {
        font-size: 1rem;
    }
    
    .wellness-solutions-content {
        max-width: 700px;
    }
}

@media (max-width: 767.98px) {
    .wellness-solutions-title {
        font-size: 1.8rem;
    }
    
    .wellness-description {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    .wellness-solutions-content {
        max-width: 100%;
        margin-bottom: 2rem;
    }
    
    .wellness-appointment-btn {
        padding: 12px 30px;
        font-size: 1rem;
    }
}



/* Final Message Section */
.final-message-section {
    background-color: var(--white-color);
}

.final-message-text {
    color: var(--dark-accent-color);
    
    line-height: 1.6;
    font-weight: 500;
    margin: 0 auto;
    text-align: center;
}

/* Responsive Design for Final Message */
@media (max-width: 991.98px) {
    .final-message-text {
        font-size: 1.2rem;
    }
}

@media (max-width: 767.98px) {
    .final-message-text {
        font-size: 1.1rem;
        line-height: 1.5;
    }
}

/* Testimonials Section */
.testimonials-section {
    background-color: var(--white-color);
    padding: 100px 0;
    position: relative;
}

.testimonials-content {
    padding-right: 30px;
}

.testimonials-slider {
    position: relative;
    min-height: 400px;
    display: flex;
    align-items: center;
    cursor: none;
    user-select: none;
    text-align: center;
}

.testimonial-slide {
    display: none;
    opacity: 0;
    transition: opacity 0.6s ease;
}

.testimonial-slide.active {
    display: block;
    opacity: 1;
}

.quote-icon {
    font-size: 2rem;
    color: var(--dark-accent-color);
    margin-bottom: 30px;
}

.testimonial-text {
    font-size: 18px;
    line-height: 1.7;
    color: var(--dark-accent-color);
    margin-bottom: 30px;
    font-weight: 500;
}

.testimonial-author {
    margin-bottom: 40px;
}

.author-name {
    font-weight: 700;
    color: var(--dark-accent-color);
    font-size: 16px;
}

.testimonial-pagination {
    display: flex;
    gap: 8px;
    justify-content: center;
}

.pagination-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid #2c5530;
    cursor: pointer;
    transition: all 0.3s ease;
}

.pagination-dot.active {
    background-color: #D6EBD0;
    border-color: #1a3d1f;
    transform: scale(1.3);
}

.pagination-dot:hover {
    border-color: #1a3d1f;
    transform: scale(1.2);
}

/* Right Column Image */
.testimonials-image {
    height: 100%;
    min-height: 500px;
    position: relative;
    overflow: visible;
    margin-right: -100px;
}
.rtl .testimonials-image {
    margin-right: 0;
    margin-left: -120px;
}
.rtl .testimonials-slider{
    text-align: right;
}

.testimonials-image img {
    width: calc(100% + 100px);
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* === Custom Circular Cursor === */
.custom-cursor {
    position: fixed;
    width: 70px;
    height: 70px;
    background: rgba(0, 0, 0, 0.85);
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 9999;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.8);
    transition: opacity 0.25s ease, transform 0.15s ease;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
    will-change: transform, opacity;
}

.custom-cursor svg {
    width: 18px;
    height: 18px;
    stroke: #fff;
    stroke-width: 2;
    fill: none;
}

.custom-cursor .arrow-left {
    margin-right: 8px;
}

.custom-cursor .arrow-right {
    margin-left: 8px;
}

.custom-cursor[data-side="left"] .arrow-right {
    display: none;
}

.custom-cursor[data-side="right"] .arrow-left {
    display: none;
}

/* Responsive Design for Testimonials */
@media (max-width: 991.98px) {
    .testimonials-section {
        padding: 80px 0;
    }
    
    .testimonials-section .testimonials-content {
        padding-right: 0;
        margin-bottom: 40px;
    }
    
    .testimonials-section .testimonials-image {
        min-height: 400px;
        margin-right: 0;
    }
    
    .testimonials-section .testimonials-image img {
        width: calc(100% + 80px);
    }
}

@media (max-width: 767.98px) {
    .testimonials-section {
        padding: 60px 0;
    }
    
    .testimonials-section .testimonials-slider {
        cursor: auto;
        min-height: 300px;
    }
    
    .testimonials-section .testimonial-text {
        font-size: 16px;
        line-height: 1.6;
    }
    
    .testimonials-section .author-name {
        font-size: 14px;
    }
    
    .testimonials-section .quote-icon {
        font-size: 3rem;
        margin-bottom: 20px;
    }
    
    .testimonials-section .testimonials-image {
        min-height: 300px;
        margin-top: 30px;
        margin-right: 0;
    }
    
    .testimonials-section .testimonials-image img {
        width: calc(100% + 60px);
    }
    
    .testimonials-section .custom-cursor {
        display: none;
    }
}
/* Medical Team Slider */
 /* ===============================
       TESTIMONIAL SLIDER STYLES
    =============================== */
    .medical-slider-section {
        padding-bottom: 80px;
        text-align: center;
        position: relative;
      }
  
      .medical-slider-section h2 {
        font-size: 2.2rem;
        font-weight: 700;
        color: #2b5555;
        margin-bottom: 60px;
      }
  
      .medical-slider-container {
        position: relative;
        max-width: 1290px;
        margin: 0 auto;
        overflow: visible;
      }
  
      .medical-slider {
        padding-bottom: 60px;
      }
  
      .medical-slide {
        background:  #538688;
        /* border: 10px solid #4f7c7c; */
        border-radius: 15px;
        padding: 20px;
        min-height: 320px;
        box-sizing: border-box;
        transition: all 0.4s ease;
        text-align: left;
        transform: scale(0.97);
      }
      .medical-slider-wrapper{
        background: #fff;
        padding: 40px 30px;
        overflow: hidden;
      }
  
      .medical-slide.swiper-slide-active {
        transform: scale(1.03);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
      }
  
      .medical-slide .quote-icon {
        font-size: 2.5rem;
        color: #1d4d4f;
        display: block;
        margin-bottom: 20px;
      }
  
      .medical-slide p {
        font-size: 1.05rem;
        line-height: 1.8;
        color: #1d4d4f;
        font-family: 'fonnts_comHalyard_Display';
      }
  
      .medical-slide h4 {
        font-weight: 700;
        color: #1d4d4f;
        margin-top: 20px;
        font-size: 19px;
        font-family: 'fonnts_comHalyard_Display';
      }
  
      /* ===============================
         SWIPER PAGINATION + NAV
      =============================== */
 
    .swiper-pagination {
        bottom: -40px !important;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 12px;
    }
    
    .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        border: 2px solid #2c5530; /* teal border */
        background: transparent!important;
        opacity: 1;
        transition: all 0.3s ease;
        border-radius: 50%;
    }
    
    .swiper-pagination-bullet-active {
        background: #D6EBD0 !important; /* red solid dot */
        border-color: #294E50 !important;
        transform: scale(1.3);
    }
    
    .swiper-pagination-bullet:hover {
        border-color: #1a3d1f;
        transform: scale(1.2);
    }
  
  
      
  
      /* ===============================
         CUSTOM MAGNETIC CURSOR
      =============================== */
    /* ===============================
   MAGNETIC CURSOR FIXED FOLLOW STYLE
=============================== */
.magnetic-cursor {
    position: fixed; /* ✅ instead of absolute */
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    background: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    pointer-events: none; /* important */
    z-index: 9999; /* stays above slides */
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
    transition: transform 0.15s ease-out, opacity 0.3s ease;
  }
  
  .magnetic-cursor span {
    display: flex;
    gap: 10px;
  }
  
  .magnetic-cursor.hovered {
    transform: translate(-50%, -50%) scale(1.25);
    background: #111;
  }
  .medical-slider-container:hover {
    cursor: none !important;
  }
  .magnetic-cursor {
    pointer-events: none;
    mix-blend-mode: normal; /* optional for smoother blending */
  }
  
      @media (max-width: 992px) {
        .swiper-button-prev,
        .swiper-button-next {
          width: 55px;
          height: 55px;
        }
        .our-medical-team-section {
            padding: 110px 0;
        }
      }

