/* --- Our Locations Right Column (Figma fidelity) --- */
body {
    overflow-x: visible;
}

section.hero-section.clinic-hero-section {
    padding-top: 56px !important;
}
.clinic-locations-info-title {
    font-family: 'Abel', Arial, sans-serif;
    font-size: 2.125rem;
    font-weight: 400;
    line-height: 1.1;
    color: #000F9F;
    margin-bottom: 1.25rem;
}

.clinic-locations-info-lead {
    font-family: 'NB International Pro', Arial, sans-serif;
    font-size: 1.125rem;
    color: #1A1A1A;
    line-height: 1.5;
    margin-bottom: 2rem;
}

.clinic-locations-info-list {
    margin: 0 0 2.5rem 0;
    padding-left: 20px;
}
.clinic-locations-info-list li {
    font-family: 'NB International Pro', Arial, sans-serif;
    font-size: 1rem;
    color: #666;
    margin-bottom: 10px;
    position: relative;
}

.clinic-locations-info-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: 'Abel', Arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    color: #fff;
    background: #1A1A1A;
    border-radius: 2.5rem;
    padding: 0.75rem 2rem 0.75rem 1.5rem;
    text-decoration: none;
    transition: background 0.2s;
    box-shadow: 0 2px 8px rgba(26,26,26,0.08);
}
.clinic-locations-info-btn:hover {
    background: #333;
}
.clinic-locations-info-btn .icon-arrow-right {
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
    vertical-align: middle;
}
/* === Our Locations Block (Clinic Detail) - Figma Fidelity === */
.clinic-locations-block {
    padding-top: 120px;
    padding-bottom: 120px;
    background: rgba(0,191,178,0.1);

}
.clinic-locations-wrapper {
    display: flex;
    flex-direction: column;
    gap: 32px;
    box-shadow: none;
    padding: 0px 216px;
}
.clinic-locations-title {
    font-family: 'Abel', sans-serif;
    font-size: 32px;
    color: #000f9f;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 24px;
}
.clinic-locations-map {
    position: relative;
    width: 100%;
}


.clinic-locations-list {
    list-style: none;
    padding: 0;
    margin: 24px 0;
    display: flex;
    flex-direction: column;
    gap: 8px;

}
.clinic-locations-list-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Abel', sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 1.4;
}
.clinic-locations-list-icon {
    width: 18px;
    height: 18px;
    background: url('img/location.svg') center center/contain no-repeat;
    display: inline-block;
}
.clinic-locations-list-address {
    text-decoration: underline;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #333;
}
.clinic-locations-btn-row {
    display: flex;
    justify-content: flex-start;
    margin-top: 32px;
}
.clinic-locations-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #000f9f;
    color: #fff;
    font-family: 'NB International Pro', sans-serif;
    font-size: 14px;
    font-weight: 400;
    border-radius: 8px;
    padding: 16px 32px;
    text-decoration: none;
    transition: background 0.2s;
    box-shadow: none;
}
.clinic-locations-btn:hover {
    background: #001a6f;
}
.clinic-locations-btn-icon {
    width: 18px;
    height: 18px;
    background: url('img/arrow-right.svg') center center/contain no-repeat;
    display: inline-block;
}
@media (max-width: 1200px) {
    .clinic-locations-wrapper {
        padding: 48px 24px;
    }
    .clinic-locations-title {
        font-size: 24px;
    }
}
@media (max-width: 600px) {
    .clinic-locations-wrapper {
        padding: 0;
    }
    .clinic-locations-title {
        font-size: 16px;
    }
    .clinic-locations-btn {
        font-size: 12px;
        padding: 10px 16px;
        border-radius: 6px;
    }
    .clinic-locations-block{
      padding-top: 60px;
    }
    .clinic-locations-info-wrapper{
      margin-top: 20px;
    }
}
/* === Treatments & Why Choose Us Block (Clinic Detail) - Figma Fidelity === */
.clinic-treatments-block {
    margin-bottom: 96px;
}
.clinic-treatments-wrapper {
    background: #fff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    box-shadow: none;
}
.clinic-treatments-title,
.clinic-whychooseus-title {
    font-family: 'Abel', sans-serif;
    font-size: 24px;
    color: #000f9f;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 24px;
}
.clinic-treatments-list,
.clinic-whychooseus-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}
.clinic-treatments-list-item {
    font-family: 'Abel', sans-serif;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    line-height: 1.4;
    padding: 10px 0 10px 0;
    border-bottom: 1px solid rgba(0,191,178,0.16);
    background: #fff;
}
.clinic-treatments-list-item.highlight {
    background: rgba(0,191,178,0.05);
    border-bottom: 1px solid rgba(0,191,178,0.64);
    font-size: 16px;
    font-weight: 400;
}
.clinic-treatments-list-note {
    font-family: 'Abel', sans-serif;
    font-size: 12px;
    color: #666;
    font-weight: 400;
    line-height: 1.4;
    padding: 10px 0 0 0;
    border: none;
}
.clinic-whychooseus-list-item {
    display: flex;
    align-items: center;
    gap: 24px;
    font-family: 'Abel', sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 1.4;
    padding: 12px 0;
}
.clinic-whychooseus-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #00bfb2 url('img/check.svg') center center no-repeat;
    background-size: 12px 12px;
    margin-right: 0;
}
.clinic-treatments-btn-row {
    display: flex;
    justify-content: center;
}
.clinic-treatments-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #000f9f;
    color: #fff;
    font-family: 'NB International Pro', sans-serif;
    font-size: 14px;
    font-weight: 400;
    border-radius: 8px;
    padding: 16px 32px;
    text-decoration: none;
    transition: background 0.2s;
    box-shadow: none;
}
.clinic-treatments-btn:hover {
    background: #001a6f;
}
.clinic-treatments-btn-icon {
    display: inline-flex;
    align-items: center;
    margin-left: 0;
}
@media (max-width: 1200px) {
    .clinic-treatments-wrapper {
        padding: 48px 24px 48px 24px;
    }
    .clinic-treatments-title,
    .clinic-whychooseus-title {
        font-size: 18px;
    }
    .clinic-whychooseus-list-item {
        font-size: 16px;
    }
}
@media (max-width: 600px) {
    .clinic-treatments-wrapper {
        padding: 0;
    }
    .clinic-treatments-title,
    .clinic-whychooseus-title {
        font-size: 14px;
    }
    .clinic-whychooseus-list-item {
        font-size: 13px;
    }
    .clinic-treatments-btn {
        font-size: 12px;
        padding: 10px 16px;
        border-radius: 6px;
    }
}
/* === Clinic Overview Block (Clinic Detail) - Figma Fidelity === */
.clinic-overview-wrapper {
    background: #fff;
    border-radius: 20px;
    padding: 120px 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
    box-shadow: none;
}
.clinic-overview-title {
    font-family: 'Abel', sans-serif;
    font-size: 32px;
    color: #000f9f;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 24px;
}
.clinic-overview-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.clinic-overview-lead {
    font-family: 'Abel', sans-serif;
    font-size: 20px;
    color: #000;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 0;
}
.clinic-overview-desc {
    font-family: 'Abel', sans-serif;
    font-size: 16px;
    color: #666;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 0;
}
@media (max-width: 1200px) {
    .clinic-overview-wrapper {
        padding: 40px 48px 40px 48px;
    }
    .clinic-overview-title {
        font-size: 24px;
    }
    .clinic-overview-lead {
        font-size: 16px;
    }
    .clinic-overview-desc {
        font-size: 14px;
    }
}
@media (max-width: 600px) {
    .clinic-overview-wrapper {
       padding: 0;
    }
    .clinic-overview-title {
        font-size: 18px;
    }
    .clinic-overview-lead {
        font-size: 13px;
    }
    .clinic-overview-desc {
        font-size: 12px;
    }
}
/* === Swiper Block (Clinic Detail) - Figma Fidelity === */
.clinic-swiper-block {
  // margin-top: 64px;
  // margin-bottom: 56px;
  padding: 0px 96px 0px 96px;
}

.clinic-swiper-block .swiper-wrapper{
   margin-bottom: 48px
}
.clinic-swiper-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0;
    box-shadow: none;
    overflow: hidden;
}
.clinic-swiper-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}
.clinic-swiper-title {
    display: flex;
    align-items: center;
    gap: 16px;
}
.clinic-swiper-title-img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.clinic-swiper-title-text {
    font-family: 'Abel', sans-serif;
    font-size: 20px;
    color: #000;
    font-weight: 400;
}
.clinic-swiper-logos {
    display: flex;
    align-items: center;
    gap: 24px;
}
.clinic-swiper-logo {
    width: 72px;
    height: 36px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.clinic-swiper-content {
    width: 100%;
    position: relative;
}
.clinic-swiper {
    width: 100%;
    overflow: visible;
    position: relative;
}
.clinic-swiper-slide-img {
    width: 100%;
    height: 260px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.clinic-swiper-nav {
    display: flex;
    gap: 16px;
    transform: translateY(-50%);
    z-index: 2;
}
.clinic-swiper-btn {
   background-color: transparent;
    border: none;
    border-radius: 0;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
    padding: 0;
}


.clinic-swiper-options{
   display: flex;
   flex-direction: row-reverse;
}
.clinic-swiper-btn svg {
    display: block;
        width: 100%;
    height: inherit;
   cursor: pointer;
    
}

.clinic-swiper-btn svg:hover path {
   stroke: #00BFB2 !important;
}

/* Swiper progressbar pagination - Figma fidelity */
.clinic-swiper .swiper-pagination-progressbar {
    position: relative;
    width: 230px !important;
    height: 2px !important;
    margin: 40px auto 0 auto;
    background: #d9d9d9;
    border-radius: 100px;
    overflow: visible;
    margin: 4px auto;
}
.clinic-swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #00bfb2;
    height: 6px;
    top: -2px;
    border-radius: 100px;
    transition: transform 0.3s ease;
}


@media (max-width: 1200px) {
    .clinic-swiper-wrapper {
        padding: 40px 24px 32px 24px;
        max-width: 100%;
    }
    .clinic-swiper-title-text {
        font-size: 16px;
    }
    .clinic-swiper-logo {
        width: 56px;
        height: 28px;
    }
    .clinic-swiper-slide-img {
        height: 200px;
    }
    .clinic-swiper-pagination-bar {
        width: 160px;
    }
    .clinic-swiper-pagination-active {
        width: 64px;
        height: 8px;
    }
}
@media (max-width: 600px) {
    .clinic-swiper-wrapper {
       padding: 0;
        margin: 24px 0 24px 0;
    }
    .clinic-swiper-title-text {
        font-size: 13px;
    }
    
    .clinic-swiper-slide-img {
        height: 120px;
    }
    .clinic-swiper-pagination-bar {
        width: 80px;
    }
    .clinic-swiper-pagination-active {
        width: 32px;
        height: 6px;
    }

    .clinic-swiper-slide-img{
      height: 180px
    }

    .clinic-overview-block{
      margin: 40px 0 0 ;
    }
    .clinic-swiper-block{
      margin: 0
    }
    .clinic-treatments-block{
      margin: 0
    }
}

/* Navigation Bar Styles - Based on Figma Design */

/* Import NB International Pro font if not already loaded */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');

/* Main navigation container */
.nav-bar {
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
}

/* Top bar with tagline */
.nav-top-bar {
    background-color: #000f9f;
    padding: 12px 96px;
    box-sizing: border-box;
    overflow: hidden;
}

.nav-top-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
}

.nav-tagline {
    font-family: 'Inter', 'NB International Pro', sans-serif;
    font-size: 14px;
    line-height: 21px;
    color: #ffffff;
    margin: 0;
    white-space: nowrap;
}

/* Main navigation bar */
.nav-main-bar {
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    box-sizing: border-box;
}

.nav-links-container {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
    padding: 12px;
}

/* Navigation links */
.nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 10px;
    position: relative;
    background: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.nav-link:hover {
    text-decoration: none;
}

.nav-link-btn {
    background: none;
    border: none;
    cursor: pointer;
}

.nav-link-text {
    font-family: 'Inter', 'NB International Pro', sans-serif;
    font-size: 14px;
    line-height: 21px;
    color: #333333;
    white-space: nowrap;
    font-weight: 400;
}

/* Hover and active states */
.nav-link:hover .nav-link-text,
.nav-link.active .nav-link-text {
    color: #000f9f;
    text-decoration: none;
}
.nav-link:hover .nav-link-text::after,
.nav-link.active::after {
      background: #000f9f;
      border-radius: 100%;
      content: "";
      height: 6px;
      left:calc(50% - 2px);
      position: absolute;
      top: 35px;
      width: 6px;
    } 

/* Responsive design */
@media (max-width: 768px) {
    .nav-top-bar {
        padding: 12px 24px;
    }
    
    .nav-tagline {
        font-size: 12px;
        text-align: center;
    }
    
    .nav-links-container {
        flex-wrap: wrap;
        gap: 8px;
    }
    
    .nav-link {
        padding: 8px;
    }
    
    .nav-link-text {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .nav-top-bar {
        padding: 8px 16px;
    }
    
    .nav-links-container {
        padding: 8px;
        gap: 4px;
    }
    
    .nav-link {
        padding: 6px;
    }
    
    .nav-link-text {
        font-size: 12px;
    }
}

/* Hero Section Styles - Based on Figma Design */
.hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 96px 0;
    overflow: hidden;
}
.clinic-hero-section{
   min-height: auto;
   overflow: visible;
}

.hero-background {
    position: absolute;
    top: -90px;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -2;
}

.hero-background::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: -1;
}

.hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
    text-align: center;
    z-index: 1;
    width: 100%;
}

.hero-text {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    color: #ffffff;
}

.hero-title {
    font-family: 'Inter', 'NB International Pro', sans-serif;
    font-size: 60px;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    width: 100%;
}

.hero-subtitle {
    font-family: 'Inter', 'NB International Pro', sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    max-width: 671px;
}

.hero-checks {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: center;
    justify-content: center;
    max-width: 818px;
    padding-bottom: 64px;
}

.hero-check-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 24px;
    background: rgba(255, 255, 255, 0.8);
    padding: 16px 24px;
    box-sizing: border-box;
}

.check-icon {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
}

.check-icon svg {
    width: 100%;
    height: 100%;
}

.check-text {
    font-family: 'Inter', 'NB International Pro', sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.4;
    color: #000000;
    white-space: nowrap;
}

.hero-cta-button,
.cta-button,
.google-calendar-btn ~ button {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #000f9f;
    color: #ffffff;
    border: 1px solid #000f9f;
    padding: 12px 16px;
    font-family: 'NB International Pro', 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none !important;
    border-radius: 0;
    box-sizing: border-box;
    width: fit-content;
}

.hero-cta-button:hover,
.cta-button:hover,
.google-calendar-btn ~ button:hover {
    background: #ffffff !important;
    border-color: #000f9f !important;
    color: #000f9f !important;
    text-decoration: none !important;
}

.google-calendar-btn ~ button:focus{
    outline: none;
}

.cta-button.white {
    background: #ffffff;
    color: #000f9f;
    border: 1px solid #000f9f;
}

.cta-button.white:hover {
    background: #000f9f;
    border-color: #ffffff;
    color: #ffffff;
}

.hero-cta-button svg,
.cta-button svg {
    width: 14px;
    height: 12px;
    flex-shrink: 0;
}

.arrow-icon {
    width: 16px;
    height: 12px;
}

/* Responsive design for hero */
@media (max-width: 1200px) {
    .hero-text {
        padding: 0 120px;
    }
    
    .hero-title {
        font-size: 56px;
    }
    
    .hero-subtitle {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .hero-section {
        padding: 48px 24px;
        min-height: 80vh;
    }
    .hero-section.clinic-hero-section {
        min-height: 65vh;
    }
    
    .hero-text {
        padding: 0;
        gap: 16px;
    }
    
    .hero-title {
        font-size: 40px;
    }
    
    .hero-subtitle {
        font-size: 20px;
    }
    
    .hero-checks {
        flex-direction: column;
        gap: 16px;
        padding-bottom: 32px;
    }
    
    .hero-check-item {
        gap: 16px;
        padding: 12px 16px;
        width: 100%;
        max-width: 400px;
    }
    
    .check-text {
        font-size: 16px;
        white-space: normal;
        text-align: left;
    }
    
    .hero-content {
        gap: 32px;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 32px;
    }
    
    .hero-subtitle {
        font-size: 18px;
    }
    
    .check-text {
        font-size: 14px;
    }
}

/* Certifications Section */
.certifications-section {
    padding: 96px 256px;
    background: #f8f9fa;
}

.certifications-logos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}

.powered-by {    
    font-weight: 400;
    font-size: 24px;
    color: #000F9F;                            
}

@media (max-width: 768px) {
    .powered-by {
        width: 100%;
        text-align: center;
        color: black;
        font-size: 20px;
        font-weight: 600;
    }
}

.certification-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.certification-item img {
    max-height: 50px;
    width: auto;
    object-fit: contain;
}

/* Responsive adjustments for certifications */
@media (max-width: 768px) {
    .certifications-section {
        padding: 30px 0;
    }
    
    .certifications-logos {
        gap: 20px;
       justify-content: center;
    }
    
    .certification-item img {
        max-height: 40px;
    }
}

@media (max-width: 480px) {
    .certifications-logos {
        gap: 15px;
    }
    
    .certification-item img {
        max-height: 35px;
    }
}

/* Popular Procedures Section - Based on Figma Design */
.procedures-section {
    background-color: #ffffff;
    padding: 120px 0;
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
}

.procedures-header {
    text-align: center;
    margin: 0 auto 72px auto;
}

.procedures-title {
    font-family: 'NB International Pro', 'Inter', sans-serif;
    font-size: 48px;
    font-weight: 400;
    color: #000f9f;
    margin: 0 0 16px 0;
    line-height: 1.2;
}

.procedures-description {
    font-family: 'NB International Pro', 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    margin: 0;
    line-height: 1.4;
}

.procedures-grid {
    display: flex;
    gap: 56px;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 72px;
}

.col-procedure {
    flex: 0 0 auto;
    max-width: none;
}

.procedure-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 21px;
    text-align: center;
    width: 172px;
    /* cursor: pointer; */
    transition: all 0.3s ease;
}

.procedure-icon {
    width: 160px;
    height: 160px;
    background-color: #000f9f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

/* Hover state for procedure items */
.procedure-item:hover .procedure-icon {
    background-color: #00bfb2;
}

/* .procedure-item:hover .procedure-name {
    color: #000000;
} */

.procedure-icon-inner {
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.procedure-icon svg {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.procedure-name {
    font-family: 'NB International Pro', 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #000f9f;
    margin: 0;
    text-align: center;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.procedure-name .line1,
.procedure-name .line2 {
    display: block;
}

.procedures-cta {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Responsive adjustments for procedures */
@media (max-width: 1200px) {
    .procedures-header {
        padding: 0 120px;
    }
    
    .procedures-grid {
        gap: 40px;
        flex-wrap: wrap;
    }
}

@media (max-width: 768px) {
    .procedures-section {
        padding: 80px 0;
    }
    
    .procedures-header {
        padding: 0 20px;
        margin-bottom: 48px;
    }
    
    .procedures-title {
        font-size: 36px;
    }
    
    .procedures-description {
        font-size: 18px;
    }
    
    .procedures-grid {
        gap: 32px;
        justify-content: center;
    }
    
    .procedure-item {
        width: 140px;
    }
    
    .procedure-icon {
        width: 140px;
        height: 140px;
    }
    
    .procedure-icon-inner {
        width: 60px;
        height: 60px;
    }
    
    .procedure-name {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .procedures-section {
        padding: 60px 0;
    }
    
    .procedures-title {
        font-size: 28px;
    }
    
    .procedures-description {
        font-size: 16px;
    }
    
    .procedures-grid {
        gap: 24px;
        flex-direction: column;
        align-items: center;
    }
    
    .procedure-item {
        width: 120px;
    }
    
    .procedure-icon {
        width: 120px;
        height: 120px;
    }
    
    .procedure-icon-inner {
        width: 50px;
        height: 50px;
    }
    
    .procedure-name {
        font-size: 18px;
    }
}

/* Real Results Section Styles */
.results-section {
    background-color: rgba(0, 191, 178, 0.1);
    padding: 120px 0;
    box-sizing: border-box;
}

.results-header {
    text-align: center;
    margin-bottom: 72px;
}

.results-title {
    font-family: 'NB International Pro', 'Inter', sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.2;
    color: #000f9f;
    margin: 0 0 16px 0;
}

.results-description {
    font-family: 'NB International Pro', 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    color: #000000;
    margin: 0;
    max-width: 100%;
}

.results-gallery {
    display: flex;
   flex-wrap: nowrap !important;
    gap: 30px;
    align-items: flex-start;
    justify-content: space-between;
}

.results-gallery-desktop {
    display: flex;
   flex-wrap: nowrap !important;
    gap: 30px;
    align-items: flex-start;
    justify-content: space-between;
}

.results-gallery-mobile {
    display: none;
}

/* Ensure desktop version is visible on larger screens */
@media (min-width: 769px) {


    .results-gallery-desktop {
        display: flex !important;
    }
    
    .results-gallery-mobile {
        display: none !important;
    }
}

.results-gallery .col-lg {
    flex: 1;
    max-width: calc(20% - 24px);
}

.result-item {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    height: 100%;
}

.result-item.offset-top {
    margin-top: 44px;
}

.result-image-wrapper {
    width: 100%;
    overflow: hidden;
}

.result-image {
    width: 100%;
    height: 315px;
    background-color: #ffffff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    border-radius: 0;
}

.result-tag {
    background-color: #00bfb2;
    padding: 8px 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.result-tag span {
    font-family: 'NB International Pro', 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    margin: 0;
}

.result-caption {
    text-align: center;
    width: 100%;
}

.result-caption p {
    font-family: 'NB International Pro', 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    color: #333333;
    margin: 0;
}

.clinic-sidebar-mobile{
   display: none;
}

/* Responsive design for results section */
@media (max-width: 1200px) {
    .results-section {
        padding: 80px 0;
    }
    
    .results-header {
        margin-bottom: 56px;
    }
    
    .results-title {
        font-size: 40px;
    }
    
    .results-description {
        font-size: 18px;
    }
    
    .results-gallery {
        gap: 24px;
    }
    
    .results-gallery .col-lg {
        max-width: calc(20% - 19.2px);
    }
}

@media (max-width: 992px) {
    .results-section {
        padding: 60px 0;
    }
    
    .results-title {
        font-size: 36px;
    }
    
    .results-description {
        font-size: 16px;
    }
    
    .results-gallery {
        gap: 20px;
        flex-wrap: wrap;
    }
    
    .results-gallery .col-lg {
        max-width: calc(50% - 10px);
        flex: 0 0 calc(50% - 10px);
    }
    
    .result-item.offset-top {
        margin-top: 32px;
    }
    
    .result-image {
        height: 280px;
    }
}


@media (max-width: 768px) {



   .clinic-sidebar-desktop{
      display: none;
   }
   .clinic-sidebar-mobile{
      display: block;
   }
   .clinic-sidebar-mobile .clinic-logo{
      margin-bottom: 20px;
   }
    .results-section {
        padding: 40px 0;
    }
    
    .results-header {
        margin-bottom: 40px;
    }
    
    .results-title {
        font-size: 32px;
    }
    
    .results-gallery-desktop {
        display: none !important;
    }
    
    .results-gallery-mobile {
        display: block;
        overflow: hidden;
        margin: 0 -15px;
    }
    
    .results-swiper {
        display: block;
        width: 100%;
        height: auto;
        overflow: visible;
        padding: 0 15px;
        touch-action: pan-x;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    
    .results-swiper .swiper-wrapper {
        align-items: flex-start;
    }
    
    .results-swiper .swiper-slide {
        width: auto;
        height: auto;
        cursor: grab;
        user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
    }
    
    .results-swiper .swiper-slide:active {
        cursor: grabbing;
    }
    
    /* Apply offset to even slides (2nd, 4th, etc.) based on Figma design */
    .results-swiper .swiper-slide:nth-child(even) {
        padding-top: 44px;
    }
    
    /* Remove margin-top rule as we're using padding-top directly on slides */
    
    .results-gallery-mobile .result-image {
        height: 250px;
        width: 200px;
        max-width: none;
    }
    
    .results-gallery-mobile .result-item {
        width: 200px;
        min-width: 200px;
    }
}

@media (max-width: 480px) {
    .results-section {
        padding: 32px 0;
    }
    
    .results-gallery-mobile .result-image {
        height: 200px;
        width: 160px;
    }
    
    .results-gallery-mobile .result-item {
        width: 160px;
        min-width: 160px;
    }
    
    .results-gallery-mobile {
        margin: 0 -10px;
    }
    
    .results-swiper {
        padding: 0 10px;
    }
    
    /* Adjust offset for smaller screens */
    .results-swiper .swiper-slide:nth-child(even) {
        padding-top: 32px;
    }
    
    .results-title {
        font-size: 28px;
    }
    
    .results-description {
        font-size: 14px;
    }
    
    .result-image {
        height: 220px;
    }
}

/* Procedures Grid Responsive Styles */
.procedures-grid-desktop {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 35px;
    align-items: flex-start;
    justify-content: center;
}

.procedures-grid-mobile {
    display: none !important;
    overflow: hidden;
    margin: 0 -15px;
}

.procedures-swiper {
    display: block;
    width: 100%;
    height: auto;
    padding: 0 15px;
    cursor: grab;
    user-select: none;
    touch-action: pan-x;
    -webkit-touch-callout: none;
}

.procedures-swiper:active {
    cursor: grabbing;
}

.procedures-swiper .swiper-wrapper {
    align-items: flex-start;
}

.procedures-swiper .swiper-slide {
    width: auto;
    height: auto;
    cursor: grab;
    user-select: none;
    touch-action: pan-x;
    -webkit-touch-callout: none;
}

.procedures-swiper .swiper-slide:active {
    cursor: grabbing;
}

@media (max-width: 768px) {
    /* Procedures Mobile */
    .procedures-grid-desktop {
        display: none !important;
    }
    
    .procedures-grid-mobile {
        display: block !important;
    }
    .procedures-swiper{
      margin-bottom: 80px;
    }
    
    .procedures-swiper .swiper-slide {
        width: 200px;
        min-width: 200px;
    }
}

@media (max-width: 480px) {
    .procedures-swiper {
        padding: 0 10px;
    }
    
    .procedures-swiper .swiper-slide {
        width: 160px;
        min-width: 160px;
    }
}

/* Why Choose Portugal Section Styles */
.why-portugal-section {
    background-color: #ffffff;
    padding: 120px 96px;
    box-sizing: border-box;
}

.why-portugal-header {
    margin-bottom: 72px;
}

.why-portugal-title {
    font-family: 'NB International Pro', 'Inter', sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.2;
    color: #000f9f;
    margin: 0 0 24px 0;
}

.why-portugal-intro {
    width: 75%;
}
.why-portugal-intro p {
    font-size: 20px;
}

@media (max-width: 992px) {
    .why-portugal-intro {
        width: 100%;
    }
}

.why-portugal-intro, .why-portugal-cta  {
    padding-left: 50px;
}

.why-portugal-intro ul{
   color: #666;
   padding-left: 20px;
   margin-top: 15px;
}

.why-portugal-image{
   position: relative;
   display: flex;
   align-items: stretch;
}

.why-portugal-image img{
   width: 100%;
   max-height: 100%;
   object-fit: contain;
}


.why-portugal-description {
    font-family: 'NB International Pro', 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    color: #000000;
    margin: 0;
    max-width: 100%;
}

.why-portugal-content {
    padding-left: 50px;
}

.treatments-why-portugal-section .why-portugal-cta{
   justify-content: flex-start;
}

.treatments-why-portugal-section  .why-portugal-header{
   margin-bottom: 0px;
}

@media (min-width: 992px) {
    .treatments-why-portugal-section  .why-portugal-header {
        height: auto;
    }   

    .why-portugal-image-col {
        position: relative;
    }

    .why-portugal-image {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 15px;
        right: 15px;
        height: 100%;
    }

    .why-portugal-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.benefits-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.benefit-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.benefit-title {
    font-family: 'NB International Pro', 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    color: #000f9f;
    text-transform: uppercase;
    margin: 0;
}

.benefit-description {
    font-family: 'NB International Pro', 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    color: #666666;
    margin: 0;
}

.treatments-sidebar {
    background-color: #ffffff;
    border: 1px solid #99e5e0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    height: fit-content;
}

.treatment-list {
    display: flex;
    flex-direction: column;
}

.treatment-item {
    background-color: #ffffff;
    padding: 20px 24px;
    border-bottom: 1px solid rgba(0, 191, 178, 0.16);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex: 1;
    min-height: 60px;
}

.treatment-item:last-child {
    border-bottom: none;
}

.treatment-item span {
    font-family: 'NB International Pro', 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    color: #000000;
    white-space: nowrap;
    margin: 0;
}

.why-portugal-cta {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

/* Responsive design for why portugal section */
@media (max-width: 1200px) {
    .why-portugal-section {
        padding: 80px 0;
    }
    
    .why-portugal-header {
        margin-bottom: 56px;
    }
    
    .why-portugal-title {
        font-size: 40px;
    }
    
    .why-portugal-intro, .why-portugal-cta {
        padding-left: 56px;
    }
    
    .why-portugal-content {
        padding-left: 56px;
    }
    
    .why-portugal-description {
        font-size: 18px;
    }
    
    .benefit-title {
        font-size: 18px;
    }
    
    .benefit-description {
        font-size: 18px;
    }
    
    .treatment-item span {
        font-size: 18px;
    }
}

@media (max-width: 992px) {
    .why-portugal-section {
        padding: 60px 0;
    }
    
    .why-portugal-title {
        font-size: 36px;
    }
    
    .why-portugal-intro {
        padding-left: 0;
        margin-top: 24px;
        margin-bottom: 40px;
    }
    .why-portugal-cta {
        padding-left: 0;
        margin-bottom: 30px;
    }
    
    .why-portugal-content {
        padding-left: 0;
        margin-bottom: 40px;
    }
    
    .why-portugal-description {
        font-size: 16px;
    }
    
    .benefit-title {
        font-size: 16px;
    }
    
    .benefit-description {
        font-size: 16px;
    }
    
    .treatment-item span {
        font-size: 16px;
    }
    
    .treatment-item {
        padding: 16px 20px;
        min-height: 50px;
    }
}

@media (max-width: 768px) {
    .why-portugal-section {
        padding: 40px 0;
    }
    
    .why-portugal-header {
        margin-bottom: 40px;
    }
    
    .why-portugal-title {
        font-size: 32px;
    }
    
    .benefits-list {
        gap: 20px;
    }
    
    .treatments-sidebar {
        margin-top: 32px;
    }
}

@media (max-width: 480px) {
    .why-portugal-section {
        padding: 32px 0;
    }
    
    .why-portugal-title {
        font-size: 28px;
    }
    
    .why-portugal-description {
        font-size: 14px;
    }
    
    .benefit-title {
        font-size: 14px;
    }
    
    .benefit-description {
        font-size: 14px;
    }
    
    .treatment-item span {
        font-size: 14px;
    }
    
    .treatment-item {
        padding: 12px 16px;
        min-height: 44px;
    }
}

/* How it Works Section */
.how-it-works-section {
    background-color: #000f9f;
    padding: 120px 0;
    text-align: center;
}

.how-it-works-header {
    margin: 0 auto 72px auto;
}

.how-it-works-title {
    font-family: 'NB International Pro', 'Inter', sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.2;
    color: #ffffff;
    margin: 0 0 16px 0;
}

.how-it-works-description {
    font-family: 'NB International Pro', 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    color: #ffffff;
    margin: 0;
}

.steps-container {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
    margin-bottom: 72px;
}

.steps-container {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
    margin-bottom: 72px;
}

.step-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    flex: 1;
    max-width: 172px;
}

.step-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 172px;
    height: 172px;
    position: relative;
}

.step-circle {
    background-color: rgba(0, 191, 178, 0.3);
    border: 1px dashed #00bfb2;
    border-radius: 72px;
    width: 172px;
    height: 172px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-shrink: 0;
}

.step-number {
    font-family: 'NB International Pro', 'Inter', sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.2;
    color: #ffffff;
}

.step-arrow {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 192px;
    height: 172px;
    position: relative;
    padding-top: 86px;
    flex-shrink: 0;
}

.arrow-line {
    width: 100%;
    height: 2px;
    position: relative;
    border-bottom: 1px dashed #00BFB2;
}

.arrow-line svg {
    width: 100%;
    height: 100%;
    display: block;
}

.step-arrow-icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 27px;
}

.step-arrow-icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.step-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: center;
    width: 267px;
}

.step-title {
    font-family: 'NB International Pro', 'Inter', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    color: #ffffff;
    margin: 0;
}

.step-description {
    font-family: 'NB International Pro', 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.64);
    margin: 0;
}

.how-it-works-cta {
    display: flex;
    justify-content: center;
}


.m-auto{
   margin: 0 auto;

}
/* Responsive design for How it Works */
@media (max-width: 1200px) {
    .how-it-works-header {
        padding: 0 120px;
    }
    
}

@media (max-width: 992px) {
    .how-it-works-section {
        padding: 80px 0;
    }
    
    .how-it-works-header {
        padding: 0 60px;
        margin-bottom: 60px;
    }
    
    .how-it-works-title {
        font-size: 40px;
    }
    
    .how-it-works-description {
        font-size: 18px;
    }
    
    .steps-container {
        /* flex-direction: column; */
        gap: 0px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
        padding-bottom: 20px;
        width: 100%;
        display: flex;
        justify-content: flex-start;
        padding-left: 50px;
        scrollbar-color: transparent transparent;
        scrollbar-width: thin;
    }

    
    
    .steps-container-desktop {
        display: none !important;
    }
    
    .steps-container-mobile {
        display: block !important;
    }
    
    .steps-swiper .swiper-slide {
        width: auto;
        min-width: 280px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    
    .step-visual {
        height: 140px;
    }
    
    .step-circle {
        width: 140px;
        height: 140px;
    }
    
    .step-number {
        font-size: 40px;
    }
    
    
}

@media (max-width: 768px) {
    .step-wrapper {
        padding: 0;
    }
    .step-arrow {
        /* position: absolute;
        right: -30px;
        top: 50%;
        transform: translateY(-50%);
        display: flex;
        align-items: center;
        justify-content: center; */
        width: 88px;
        padding-top: 30px;
    }
    .step-arrow-icon {
        top: 18%;
    }

    .how-it-works-section {
        padding: 60px 0;
    }
    
    .how-it-works-header {
        padding: 0 0px;
        margin-bottom: 48px;
    }
    
    .how-it-works-title {
        font-size: 32px;
    }
    
    .how-it-works-description {
        font-size: 16px;
    }
    
    .steps-container {
      gap: 0px;
      /* padding: 0; */
      align-items: baseline;
    }
    
    .step-arrow {
        /* display: none; */
        width: 110px;
    }
    
    .step-visual {
        height: 120px;
    }
    
    .step-circle {
        width: 120px;
        height: 120px;
    }
    
    .step-number {
        font-size: 32px;
    }
    
    .step-title {
        font-size: 20px;
    }
    
    .step-description {
        font-size: 14px;
    }

    .step-content {
        width: 185px;
    }

    .step-item {
        max-width: 105px;
    }
}

@media (max-width: 480px) {
    .how-it-works-section {
        padding: 48px 0;
    }
    
    .how-it-works-title {
        font-size: 28px;
    }
    
    .how-it-works-description {
        font-size: 14px;
    }
    
    .step-visual {
        height: 100px;
    }
    
    .step-circle {
        width: 100px;
        height: 100px;
    }
    
    .step-number {
        font-size: 28px;
    }
    
    .step-title {
        font-size: 18px;
    }
}

/* Testimonials Section */
.testimonials-section {
    background-color: #ffffff;
    padding: 120px 96px;
    text-align: center;
}

.testimonials-header {
    margin-bottom: 48px;
}

.testimonials-title {
    font-family: 'NB International Pro', 'Inter', sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.2;
    color: #000f9f;
    margin: 0 0 16px 0;
}

.testimonials-description {
    font-family: 'NB International Pro', 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    color: #000000;
    margin: 0;
}

.testimonials-grid {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.mb-2{
   margin-bottom: 30px;
}



.testimonial-card {
    background: rgba(0, 191, 178, 0.16);
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    flex: 1;
    box-sizing: border-box;
    height: 100%;
    justify-content: space-between;
}

.testimonial-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.testimonial-profile {
    display: flex;
    align-items: center;
    gap: 12px;
}

.profile-image {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
}

.profile-image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.profile-name {
    font-family: 'Abel', 'NB International Pro', 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    color: #000000;
    margin: 0;
    white-space: nowrap;
}

.profile-name p {
    margin: 0;
}

.quote-icon {
        width: auto;
    height: 40px;
    flex-shrink: 0;
    position: absolute;
    right: 30px;
}

.quote-icon svg {
    width: 100%;
    height: 100%;
}

.testimonial-content {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}

.testimonial-text {
    font-family: 'Abel', 'NB International Pro', 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #666666;
    margin: 0;
    text-align: left;
    flex: 1;
}

.testimonial-text p {
    margin: 0;
}

.testimonial-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 24px;
}

.clinic-name {
    font-family: 'Abel', 'NB International Pro', 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #666666;
    margin: 0;
    white-space: nowrap;
}

.clinic-name p {
    margin: 0;
}

.clinic-flag {
    width: 35.198px;
    height: 17.599px;
    flex-shrink: 0;
}

.clinic-flag img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Responsive design for Testimonials */
@media (max-width: 1200px) {
    .testimonials-header {
        padding: 0 120px;
    }
    
    .testimonials-title {
        font-size: 40px;
    }
    
    .testimonials-description {
        font-size: 18px;
    }
}

@media (max-width: 992px) {
    .testimonials-section {
        padding: 80px 0;
    }
    
    .testimonials-header {
        padding: 0 60px;
        margin-bottom: 60px;
    }
    
    .testimonials-title {
        font-size: 36px;
    }
    
    .testimonials-description {
        font-size: 16px;
    }
    
    .testimonials-row {
        flex-direction: column;
        gap: 0;
        align-items: center;
    }
    
    .testimonial-card {
        max-width: 500px;
    }
    
    .testimonial-content {
        padding-left: 48px;
    }
    
    .testimonial-footer {
        padding-left: 48px;
        padding-top: 24px;
    }
}

@media (max-width: 768px) {
    .testimonials-section {
        padding: 60px 0;
    }
    
    .testimonials-header {
        padding: 0 24px;
        margin-bottom: 48px;
    }
    
    .testimonials-title {
        font-size: 32px;
    }
    
    .testimonials-description {
        font-size: 14px;
    }
    
    .testimonials-grid {
        gap: 32px;
    }
    
    .testimonial-card {
        max-width: 100%;
        gap: 24px;
        padding: 20px;
    }
    
    .profile-name {
        font-size: 16px;
    }
    
    .testimonial-text {
        font-size: 14px;
    }
    
    .testimonial-content {
        padding-left: 24px;
    }
    
    .testimonial-footer {
        padding-left: 24px;
        padding-top: 16px;
    }
    
    .clinic-name {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .testimonials-section {
        padding: 48px 0;
    }
    
    .testimonials-title {
        font-size: 28px;
    }
    
    .testimonials-description {
        font-size: 14px;
    }
    
    .testimonial-card {
        gap: 20px;
        padding: 16px;
    }
    
    .profile-image {
        width: 48px;
        height: 48px;
    }
    
    .profile-name {
        font-size: 14px;
    }
    
    .testimonial-text {
        font-size: 14px;
    }
    
    .testimonial-content {
        padding-left: 16px;
    }
    
    .testimonial-footer {
        padding-left: 16px;
        padding-top: 16px;
    }
}
/* Health Cluster Portugal Section */
.health-cluster-section {
    background-color: #f2f2f2;
    padding: 72px;
}

.health-cluster-image {
   max-width: 400px;
    margin: 0 auto;
    border-radius: 500px;
    overflow: hidden;
    flex-shrink: 0;
}

.health-cluster-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.health-cluster-content {
    display: flex;
    flex-direction: column;
    gap: 56px;
    align-items: flex-start;
    justify-content: flex-start;
}

.health-cluster-text {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}

.health-cluster-title {
    font-family: 'Abel', 'NB International Pro', 'Inter', sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.2;
    color: #000f9f;
    margin: 0;
    width: 100%;
}

.health-cluster-description {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-left: 72px;
    width: 100%;
}

.health-cluster-main {
    font-family: 'Abel', 'NB International Pro', 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    color: #000000;
    margin: 0;
}

.health-cluster-secondary {
    font-family: 'Abel', 'NB International Pro', 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #666666;
    margin: 0;
}

.health-cluster-logo {
    width: 234px;
    height: 132px;
    flex-shrink: 0;
}

.health-cluster-logo img {
    width: auto;
    object-fit: contain;
}

/* Responsive design for Health Cluster */
@media (max-width: 1200px) {
    .health-cluster-section {
        padding: 60px 40px;
    }
    
    .health-cluster-section .row {
        gap: 60px;
    }
    
    .health-cluster-title {
        font-size: 40px;
    }
    
    .health-cluster-main {
        font-size: 18px;
    }
    
    .health-cluster-description {
        padding-left: 60px;
    }
}

@media (max-width: 992px) {
    .health-cluster-section {
        padding: 48px 32px;
    }
    
    .health-cluster-section .row {
        gap: 40px;
        flex-direction: column;
    }
    
    .health-cluster-content {
        gap: 40px;
        text-align: center;
        align-items: center;
    }
    
    .health-cluster-image {
        width: 400px;
        height: 400px;
        margin: 0 auto;
    }
    
    .health-cluster-title {
        font-size: 36px;
        text-align: center;
    }
    
    .health-cluster-main {
        font-size: 16px;
    }
    
    .health-cluster-secondary {
        font-size: 14px;
    }
    
    .health-cluster-description {
        padding-left: 48px;
    }
    
    .health-cluster-logo {
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .health-cluster-section {
        padding: 40px 24px;
    }
    
    .health-cluster-section .row {
        gap: 32px;
    }
    
    .health-cluster-content {
        gap: 32px;
    }
    
    .health-cluster-image {
        width: 300px;
        height: 300px;
    }
    
    .health-cluster-title {
        font-size: 32px;
    }
    
    .health-cluster-main {
        font-size: 16px;
    }
    
    .health-cluster-secondary {
        font-size: 14px;
    }
    
    .health-cluster-description {
        padding-left: 24px;
    }
}

@media (max-width: 480px) {
    .health-cluster-section {
        padding: 32px 16px;
    }
    
    .health-cluster-section .row {
        gap: 24px;
    }
    
    .health-cluster-content {
        gap: 24px;
    }
    
    .health-cluster-image {
        width: 250px;
        height: 250px;
    }
    
    .health-cluster-title {
        font-size: 28px;
    }
    
    .health-cluster-main {
        font-size: 14px;
    }
    
    .health-cluster-secondary {
        font-size: 13px;
    }
    
    .health-cluster-description {
        padding-left: 16px;
    }
    
    .health-cluster-logo {
        width: 180px;
        height: auto;
    }
}

/* Trust & Benefits Section */
.trust-benefits-section {
    background-color: #ffffff;
    padding: 120px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trust-benefits-content {
    display: flex;
    flex-direction: column;
    gap: 72px;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 0px 96px;
}

.trust-benefits-header {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: center;
    width: 100%;
}

.trust-benefits-title {
    font-family: 'Abel', 'NB International Pro', 'Inter', sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.2;
    color: #000f9f;
    margin: 0;
    width: 100%;
}

.trust-benefits-description {
    font-family: 'Abel', 'NB International Pro', 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    color: #000000;
    margin: 0;
    width: 100%;
}

.trust-benefits-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    padding: 0px 60px;
}

@media (max-width: 1400px) {
    .trust-benefits-badges {
        padding: 0 0px;
    }
}

.trust-badge {
    background: rgba(0, 191, 178, 0.1);
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    padding: 16px 24px;
    flex-shrink: 0;
    box-sizing: border-box;
}

.trust-badge span {
    font-family: 'Abel', 'NB International Pro', 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2;
    color: #000000;
    white-space: nowrap;
    margin: 0;
}

/* Responsive design for Trust & Benefits */
@media (max-width: 1200px) {
    .trust-benefits-section {
        padding: 100px 0;
    }
    
    .trust-benefits-header {
        padding: 0 120px;
    }
    
    .trust-benefits-badges {
        padding: 0 60px;
        gap: 20px;
        max-width: 700px;
    }
    
    .trust-benefits-title {
        font-size: 40px;
    }
    
    .trust-benefits-description {
        font-size: 18px;
    }
    
    .trust-badge span {
        font-size: 20px;
    }
}

@media (max-width: 992px) {
    .trust-benefits-section {
        padding: 80px 0;
    }
    
    .trust-benefits-content {
        gap: 60px;
    }
    
    .trust-benefits-header {
        padding: 0 60px;
    }
    
    .trust-benefits-badges {
        padding: 0 32px;
        gap: 16px;
        max-width: 600px;
    }
    
    .trust-badge {
        padding: 12px 18px;
    }
    
    .trust-benefits-title {
        font-size: 36px;
    }
    
    .trust-benefits-description {
        font-size: 16px;
    }
    
    .trust-badge span {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .trust-benefits-section {
        padding: 60px 0;
    }
    
    .trust-benefits-content {
        gap: 48px;
        padding: 10px 16px;
    }
    
    .trust-benefits-header {
        padding: 0 24px;
    }
    
    .trust-benefits-badges {
        padding: 0 24px;
        gap: 16px;
        max-width: 100%;
        flex-direction: column;
        align-items: stretch;
    }
    
    .trust-badge {
        padding: 16px 20px;
        max-width: 500px;
        margin: 0 auto;
    }
    
    .trust-benefits-title {
        font-size: 32px;
    }
    
    .trust-benefits-description {
        font-size: 16px;
    }
    
    .trust-badge span {
        font-size: 16px;
        white-space: normal;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .trust-benefits-section {
        padding: 48px 0;
    }
    
    .trust-benefits-content {
        gap: 40px;
        padding: 10px 16px;
    }
    
    .trust-benefits-header {
        padding: 0 16px;
    }
    
    .trust-benefits-badges {
        padding: 0 16px;
        gap: 12px;
    }
    
    .trust-badge {
        padding: 12px 16px;
    }
    
    .trust-benefits-title {
        font-size: 28px;
    }
    
    .trust-benefits-description {
        font-size: 14px;
    }
    
    .trust-badge span {
        font-size: 14px;
    }
}

/* FAQs Section Styles - Based on Figma Design */
.faqs-section {
    background-color: rgba(0, 191, 178, 0.05);
    padding: 120px 96px;
    margin-bottom: -80px;
}

.faqs-header {
    padding-right: 24px;
}

.faqs-title {
    font-family: 'Abel', 'NB International Pro', sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.2;
    color: #000f9f;
    margin: 0 0 24px 0;
}

.faqs-description {
    padding-left: 72px;
}

.faqs-description p {
    font-family: 'Abel', 'NB International Pro', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    color: #000000;
    margin: 0;
}

.faqs-accordion {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq-item {
    background-color: #ffffff !important;
    border: 1px solid #00bfb2;
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    transition: background-color 0.3s ease;
}

.faq-item.active {
    background-color: rgba(0, 191, 178, 0.1) !important;
}

/* Force background color on active state */
div.faq-item.active,
div.faq-item[data-faq-active="true"] {
    background-color: rgba(0, 191, 178, 0.1) !important;
}

/* Ensure all child elements inherit the background */
.faq-item.active *,
.faq-item[data-faq-active="true"] * {
    background-color: transparent !important;
}

/* Exception: Keep the green button always green */
.faq-item.active .faq-icon,
.faq-item[data-faq-active="true"] .faq-icon {
    background-color: #00bfb2 !important;
}

.faq-question {
    width: 100%;
    background: none !important;
    background-color: transparent !important;
    border: none;
    padding: 0;
    cursor: pointer;
    text-align: left;
    display: block;
    outline: none;
}

.faq-question:focus {
    outline: none;
}

.faq-question-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 24px 64px 24px 24px;
    position: relative;
    min-height: auto;
    background: transparent !important;
    background-color: transparent !important;
}

.faq-question-text {
    flex: 1;
    margin: 0;
    background: transparent !important;
}

.faq-question-text p {
    font-family: 'Abel', 'NB International Pro', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    color: #000000;
    margin: 0;
    background: transparent !important;
}

.faq-icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 52px;
    height: 52px;
    background-color: #00bfb2 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.faq-arrow {
    width: 13.091px;
    height: 16px;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-arrow {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    background: transparent !important;
    background-color: transparent !important;
}

.faq-item.active .faq-answer {
    max-height: 500px;
}

.faq-answer-content {
    padding: 0 96px 24px 24px;
    background: transparent !important;
    background-color: transparent !important;
}

.faq-answer-content p {
    font-family: 'Abel', 'NB International Pro', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #666666;
    margin: 0;
    background: transparent !important;
}

/* Mobile Responsive Styles for FAQs */
@media (max-width: 768px) {
   .treatments-why-portugal-section .why-portugal-cta{
      margin-left: 0;
   }
    .faqs-section {
        padding: 120px 50px;
    }
    
    .faqs-header {
        margin-bottom: 40px;
        padding-right: 0;
    }
    
    .faqs-title {
        font-size: 32px;
        margin-bottom: 16px;
    }
    
    .faqs-description {
        padding-left: 0;
    }
    
    .faqs-description p {
        font-size: 16px;
    }
    
    .faq-question-content {
        padding: 20px 20px 20px 20px;
    }
    
    .faq-question-text p {
        font-size: 16px;
    }
    
    .faq-icon {
        width: 40px;
        height: 40px;
        top: 20px;
        right: 20px;
    }
    
    .faq-arrow {
        width: 10px;
        height: 12px;
    }
    
    .faq-answer-content {
        padding: 0 20px 20px 20px;
    }
    
    .faq-answer-content p {
        font-size: 14px;
    }
}

/* Hero Section - Find Dental Care Styles */
.hero-section.clinic-hero-section {
    padding: 0px 0px 56px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
@media (max-width: 992px) {
    .hero-section.clinic-hero-section {
        padding: 40px 40px 0 40px;
    }
}
@media (max-width: 768px) {
    .hero-section.clinic-hero-section {
        padding: 40px 22px 0 22px;
    }
}

/* Remove outline from all focusable elements in hero section */
.hero-section.clinic-hero-section *:focus {
    outline: none;
}

.clinic-hero-section .hero-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    padding: 0px 96px 0px 96px;
}
@media (max-width: 992px) { 
    .clinic-hero-section .hero-container {
        gap: 20px;
        padding: 0px;
    }
}

.clinic-hero-section .hero-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
}

.clinic-hero-section .hero-title {
    font-family: 'Abel', sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.2;
    color: #000f9f;
    margin: 0;
    width: 100%;
}

.clinic-hero-section .hero-subtitle {
    font-family: 'Abel', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    color: #333333;
    margin: 0;
    width: 100%;
}

.clinic-hero-section .hero-subtitle p {
    margin: 0;
}

.hero-filters {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
}

.filters-left {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    justify-content: flex-start;
    width: 980.5px;
}

.filter-label {
    font-family: 'Abel', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #000000;
    margin: 0;
    white-space: nowrap;
}

.filters-row {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    justify-content: flex-start;
}

.filter-dropdown {
    position: relative;
    display: inline-block;
}

.filter-button,
.sort-button {
    background-color: #ffffff;
    border: 1px solid #000f9f;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    height: 44px;
    width: 182px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-sizing: border-box;
    outline: none;
}

.filter-button:focus,
.sort-button:focus {
    outline: none;
}

.sort-button {
    width: 96px;
}

.filter-button:hover,
.sort-button:hover,
.filter-dropdown.open .filter-button,
.filter-dropdown.open .sort-button {
    background-color: #000f9f;
    color: #ffffff;
}

.filter-button:hover .filter-text,
.sort-button:hover .filter-text,
.filter-dropdown.open .filter-text {
    color: #ffffff;
}

.filter-button:hover .filter-chevron svg path,
.sort-button:hover .filter-chevron svg path,
.filter-dropdown.open .filter-chevron svg path {
    stroke: #ffffff;
}

.filter-text {
    font-family: 'NB International Pro', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #000f9f;
    white-space: nowrap;
    margin: 0;
    transition: color 0.3s ease;
}

.filter-chevron {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.filter-dropdown.open .filter-chevron {
    transform: rotate(180deg);
}

.filter-chevron svg {
    width: 12px;
    height: 8px;
    transition: stroke 0.3s ease;
}

/* Dropdown Menu Styles */
.filter-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #000f9f;
    border: 1px solid #000f9f;
    border-top: none;
    padding: 16px;
    z-index: 1000;
    display: none;
    flex-direction: column;
    gap: 12px;
    min-width: max-content;
    box-sizing: border-box;
    max-height: 300px;
    overflow-y: auto;
}

.filter-dropdown.open .filter-dropdown-menu {
    display: flex;
}

.filter-option {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 0;
    cursor: pointer;
    transition: all 0.3s ease;
    outline: none;
}

.filter-option:focus {
    outline: none;
}

.filter-option:hover {
    opacity: 0.8;
}

.option-checkbox {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkbox-circle {
    width: 14px;
    height: 14px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    background-color: transparent;
    transition: all 0.3s ease;
}

.option-checkbox.checked {
    background: transparent;
}

.option-checkbox.checked svg {
    display: block;
}

.option-checkbox:not(.checked) svg {
    display: none;
}

.filter-option.selected .checkbox-circle {
    background-color: #ffffff;
    border-color: #ffffff;
}

.filter-option.selected .checkbox-circle::after {
    content: '✓';
    color: #000f9f;
    font-size: 10px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.option-text {
    font-family: 'NB International Pro', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #ffffff;
    white-space: nowrap;
    margin: 0;
}

/* Responsive design for hero section */
@media (max-width: 1200px) {
    .hero-section {
        padding: 48px 60px 0 60px;
    }
    
    .hero-content {
        padding: 0 120px;
    }
    
    .hero-title {
        font-size: 40px;
    }
    
    .hero-subtitle {
        font-size: 18px;
    }
    
    .filters-left {
        width: auto;
        flex: 1;
    }
}

@media (max-width: 992px) {
    .hero-section {
        padding: 40px 40px 0 40px;
    }
    
    .hero-content {
        padding: 0 60px;
    }
    
    .hero-title {
        font-size: 36px;
    }
    
    .hero-subtitle {
        font-size: 16px;
    }
    
    .hero-filters {
        flex-direction: column;
        gap: 24px;
        align-items: stretch;
    }
    
    .filters-row {
        flex-wrap: wrap;
        gap: 12px;
    }
    
    .filter-dropdown {
        flex: 1;
        min-width: 140px;
    }
    
    .filter-button,
    .sort-button {
        width: 100%;
        min-width: 140px;
    }
    
    .filter-dropdown-menu {
        min-width: 200px;
    }
}

@media (max-width: 768px) {
    .hero-section {
        padding: 32px 24px 0 24px;
    }
    
    .hero-content {
        padding: 0 20px;
    }
    
    .hero-title {
        font-size: 32px;
    }
    
    .hero-subtitle {
        font-size: 16px;
    }
    
    .filters-row {
        flex-direction: column;
        gap: 12px;
        width: 100%;
    }
    
    .filter-dropdown {
        width: 100%;
    }
    
    .filter-button,
    .sort-button {
        width: 100%;
        justify-content: space-between;
    }
    
    .filter-dropdown-menu {
        left: 0;
        right: 0;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .hero-section {
        padding: 24px 16px 0 16px;
    }
    
    .hero-content {
        padding: 0;
    }
    
    .hero-title {
        font-size: 28px;
    }
    
    .hero-subtitle {
        font-size: 14px;
    }
    
    .filter-label {
        font-size: 14px;
    }
    
    .filter-text {
        font-size: 12px;
    }
    
    .faq-question-text {
        padding-right: 52px;
    }
    
    .faq-question-text p {
        font-size: 16px;
    }
    
    .faq-answer-content {
        padding: 0 20px 20px 20px;
    }
    
    .faq-answer-content p {
        font-size: 14px;
    }
}

/* Clinics Listing Section */
.clinics-section {
    background-color: #ffffff;
    padding: 0px 96px 120px 96px;
    box-sizing: border-box;
}

.clinics-container {
    display: flex;
    gap: 48px;
    align-items: stretch;
    justify-content: space-between;
    margin: 0 auto;
}

.clinics-list {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.clinic-card {
    background: rgba(0, 191, 178, 0.05);
    border: 1px solid rgba(0, 191, 178, 0.25);
    padding: 32px;
    display: flex;
    gap: 56px;
    align-items: flex-start;
    justify-content: space-between;
    box-sizing: border-box;
}

.clinic-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
    min-width: 0;
}

.clinic-title {
    font-family: 'Abel', sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.2;
    color: #000f9f;
    margin: 0;
}

.clinic-location-rating {
    display: flex;
    gap: 24px;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(0, 191, 178, 0.25);
}

.clinic-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.location-info,
.airport-info {
    display: flex;
    gap: 4px;
    align-items: center;
}

.location-icon,
.airport-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.location-text,
.airport-text {
    font-family: 'Abel', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #333333;
    white-space: nowrap;
}

.clinic-rating {
    display: flex;
    gap: 4px;
    align-items: flex-end;
}

.stars {
    display: flex;
    gap: 0;
    align-items: center;
}

.star {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.star.filled {
    fill: #FFBB00;
}

.reviews-count {
    font-family: 'NB International Pro', sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.4;
    color: #333333;
    white-space: nowrap;
}

.clinic-description {
    font-family: 'Abel', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #333333;
    margin: 0;
}

.treatments-available {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.treatments-title {
    font-family: 'Abel', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #000000;
    margin: 0;
}

.treatment-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: flex-start;
}

.treatment-tag {
    background: rgba(0, 191, 178, 0.2);
    padding: 4px 8px;
    display: flex;
    gap: 8px;
    align-items: center;
    box-sizing: border-box;
}

.treatment-name {
    font-family: 'Abel', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    color: #000000;
    white-space: nowrap;
}

.treatment-price {
    font-family: 'Abel', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    color: #000f9f;
    white-space: nowrap;
}

.clinic-sidebar {
    width: 194px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
      height: -webkit-fill-available;
}

.clinic-logo {
    background: #ffffff;
    border: 1px solid rgba(0, 191, 178, 0.16);
    height: 138px;
    padding: 40px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.logo-placeholder {
    flex: 1;
    display: flex;
}

.clinic-logo-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 992px) {
    .clinic-logo {
        width: 126px;
    }
}
.logo-bg {
    width: 125px;
    height: 40px;
    background: linear-gradient(90deg, #64C2DB 0%, #7476ED 30.7%, #C994DF 60.4%, #E56F8C 100%);
    /* Placeholder for actual logo */
}

.clinic-certifications {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: center;
    margin: 12px 0;
}

.cert-placeholder {
    height: 34px;
    width: auto;
    flex-shrink: 0;
}

.cert-placeholder.wide {
    width: 60px;
}

.clinic-pricing {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.pricing-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
    text-align: center;
}

.pricing-label {
    font-family: 'NB International Pro', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    color: #333333;
}

.pricing-amount {
    font-family: 'Abel', sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.2;
    color: #000f9f;
}

.view-clinic-btn {
    background: #000f9f;
    border: 1px solid #000f9f;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    height: 44px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-sizing: border-box;
    width: 100%;
    outline: none;
}

.view-clinic-btn:hover {
    background: #ffffff;
    color: #000f9f;
    text-decoration: none;
}

.view-clinic-btn:hover span {
    color: #000f9f;
}

.view-clinic-btn:hover .arrow-right path {
    stroke: #000f9f;
}

.view-clinic-btn span {
    font-family: 'NB International Pro', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #ffffff;
    transition: color 0.3s ease;
}

.arrow-right {
    width: 14px;
    height: 12px;
    flex-shrink: 0;
}

.arrow-right path {
    transition: stroke 0.3s ease;
}

/* Map Sidebar */
.map-sidebar {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-end;
    /* sticky removido daqui */
}

.map-container {
    position: sticky;
    /* top: 32px; */
    z-index: 2;
    width: 100%;
    min-width: 577px;
    height: 577px;
    flex-shrink: 0;
    /* border-radius: 8px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1); */
}

.google-map {
    width: 100%;
    height: 100%;
    border: none;
    /* border-radius: 8px; */
}

.regulatory-info {
    display: flex;
    gap: 16px;
    align-items: center;
    /* margin-top: 20px; */
    justify-content: end;
}

.regulatory-text {
    font-family: 'Abel', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    color: #757575;
    white-space: nowrap;
}

.regulatory-logo img{
    width: 61px;
    height: 32px;
    flex-shrink: 0;
}
@media (max-width: 1300px) {
    .map-container {
        width: 100%;
        max-width: 577px;
        min-width: fit-content;
    }
}
/* Responsive design for clinics section */
@media (max-width: 1200px) {
    .clinics-section {
        padding: 48px 60px 100px 60px;
    }
    
    .clinics-container {
        gap: 40px;
    }
    
    .clinic-card {
        gap: 40px;
        padding: 24px;
    }
    
    /* .map-container {
        width: 480px;
        height: 480px;
    } */
}

@media (max-width: 992px) {
    .clinics-section {
        padding: 40px 40px 80px 40px;
    }
    
    .clinics-container {
        flex-direction: column;
        gap: 32px;
    }
    
    .clinic-card {
        flex-direction: column;
        gap: 24px;
    }
    
    .clinic-sidebar {
        width: 100%;
        flex-direction: row;
        align-items: center;
        gap: 24px;
    }
    
    .clinic-logo {
        height: 100px;
        flex: 1;
    }
    
    .clinic-certifications {
        flex-direction: column;
        margin: 0;
    }
    
    .clinic-pricing {
        flex: 2;
    }
    
    /* .map-container {
        width: 100%;
        height: 400px;
        align-self: stretch;
    } */
    
    .map-sidebar {
        align-items: stretch;
    }
}

@media (max-width: 768px) {
    .clinics-section {
        padding: 32px 24px 60px 24px;
    }
    
    .clinic-card {
        padding: 20px;
        gap: 20px;
    }
    
    .clinic-title {
        font-size: 28px;
    }
    
    .clinic-location-rating {
        flex-direction: column;
        gap: 16px;
        align-items: flex-start;
    }
    
    .clinic-sidebar {
        flex-direction: column;
        gap: 16px;
    }
    
    .clinic-certifications {
        flex-direction: row;
        justify-content: center;
    }
    
    .treatment-tags {
        gap: 6px;
    }
    
    .treatment-tag {
        text-align: center;
        padding: 6px;
    }
    
    .pricing-amount {
        font-size: 28px;
    }
    
    .map-container {
        height: 300px;
    }

       .clinic-pricing{
      flex-direction: row;
      align-items: end;
      width: 100%;
      gap: 32px;
      margin-top: 20px;
   }
   .pricing-text{
      text-align: left;
    align-items: flex-start;
   }

     .regulatory-info {
        flex-direction: row;
        justify-content: end;
    }
}

@media (max-width: 480px) {
    .clinics-section {
        padding: 24px 16px 48px 16px;
    }
    
    .clinic-card {
        padding: 16px;
        gap: 16px;
    }
    
    .clinic-title {
        font-size: 24px;
    }
    
    .clinic-description {
        font-size: 14px;
    }
    
    .treatment-name,
    .treatment-price {
        font-size: 11px;
    }
    
    .pricing-label {
        font-size: 11px;
    }
    
    .pricing-amount {
        font-size: 24px;
    }
    
  
}



/* === New Block (Clinic Detail) - Figma Fidelity Refinement === */
.clinic-detail-hero {
    background: #fff;
    border-radius: 16px;
    padding: 24px 96px 56px 96px;
    display: flex;
    flex-direction: column;
    gap: 0;
    min-width: 320px;
}
.clinic-detail-hero-row {
    align-items: center;
    gap: 0;
}
.clinic-detail-hero-content {
        max-width: 800px;
        min-width: 280px;
        padding-right: 32px;
}
.clinic-detail-hero-back {
   display: flex;
   align-items: center;
   margin-bottom: 24px;
}
.clinic-detail-hero-back-link {
    display: flex;
    align-items: center;
    color: #333333;
    font-family: 'NB International Pro', 'Inter', sans-serif;
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
    letter-spacing: 0.01em;
    transition: color 0.2s;
    gap: 8px;
}
.clinic-detail-hero-back-link:hover {
    color: #000f9f;
}
.clinic-detail-hero-back-icon {
    display: inline-block;
    transform: rotate(180deg) scaleY(-1);
    margin-right: 0;
}
.clinic-detail-hero-header {
        display: flex;
        align-items: center;
        margin-bottom: 12px;
        flex-wrap: wrap;
        gap: 16px;
}
.clinic-detail-hero-title {
        font-family: 'Abel', sans-serif;
        font-size: 48px;
        color: #000f9f;
        line-height: 1.2;
        margin: 0 24px 0 0;
        font-weight: 400;
        letter-spacing: 0.01em;
}
.clinic-detail-hero-website {
            display: flex;
            align-items: center;
            font-family: 'NB International Pro', sans-serif;
            font-size: 14px;
            color: #333;
            background: #fff;
            border: none;
            border-radius: 6px;
            padding: 8px 16px;
            text-decoration: underline;
            text-underline-offset: 4px;
            position: relative;
            font-weight: 400;
            transition: color 0.2s;
            box-shadow: none;
            gap: 8px;
}
.clinic-detail-hero-website:hover {
    color: #000f9f;
    border-color: #000f9f;
}
.clinic-detail-hero-website-icon {
    display: inline-block;
    transform: rotate(315deg);
    margin-left: 0;
}
.clinic-detail-hero-desc {
        font-family: 'Abel', sans-serif;
        font-size: 18px;
        color: #333;
        line-height: 1.4;
        margin-bottom: 32px;
        font-weight: 400;
        display: block;
}
.clinic-detail-hero-infos {
        display: flex;
        flex-wrap: wrap;
        gap: 32px;
        margin-bottom: 24px;
}
.clinic-detail-hero-info {
        display: flex;
        align-items: center;
        gap: 8px;
}
.clinic-detail-hero-info-icon {
    display: inline-block;
    margin-right: 0;
}
.clinic-detail-hero-info-text {
        font-family: 'Abel', sans-serif;
        font-size: 14px;
        color: #333;
        font-weight: 400;
}
.clinic-detail-hero-action {
      display: flex  ;
      justify-content: end;
}
.clinic-detail-hero-btn {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #000f9f;
            color: #fff;
            font-family: 'NB International Pro', sans-serif;
            font-size: 14px;
            padding: 12px 0;
            border-radius: 6px;
            text-decoration: none;
            font-weight: 400;
            letter-spacing: 0.01em;
            box-shadow: none;
            transition: background 0.2s;
            gap: 8px;
}
.clinic-detail-hero-btn:hover {
        background: #001a6f;
}
.clinic-detail-hero-btn-icon {
    margin-left: 0;
    display: inline-block;
}

.clinic-detail-hero-info-container {
         display: flex;
         flex-direction: row;
         gap: 50px;
        }
@media (max-width: 1200px) {
        .clinic-detail-hero {
            padding: 32px 16px 24px 16px;
            max-width: 100%;
        }
        .clinic-detail-hero-content {
            padding-right: 0;
        }
        .clinic-detail-hero-title {
            font-size: 32px;
            margin-right: 12px;
        }
        .clinic-detail-hero-desc {
            font-size: 16px;
        }
        .clinic-detail-hero-infos {
            gap: 16px;
        }
        .clinic-detail-hero-action {
            min-width: 100%;
            max-width: 100%;
            margin-top: 24px;
        }
}
@media (max-width: 600px) {
        .clinic-detail-hero {
            padding: 16px 4vw 16px 4vw;
            margin: 24px 0 24px 0;
            border-radius: 12px;
        }
        .clinic-detail-hero-title {
            font-size: 22px;
        }
        .clinic-detail-hero-desc {
            font-size: 13px;
        }
        .clinic-detail-hero-btn {
            font-size: 12px;
            padding: 10px 0;
            border-radius: 6px;
        }

        .clinic-detail-hero-website{
         padding-left: 0;
         display: block;
        }
       
        .clinic-detail-hero-action{
         justify-content: center;
         margin-top: 40px;
        }

        .clinic-detail-hero-info-container {
         display: flex;
         flex-direction: column;
         gap: 5px;
        }

        .clinic-swiper-header{
         flex-direction: column;
         align-items: flex-start;
         gap: 20px;
        }
}



.jupiterx-main-content > .container-fluid{
   padding-left: 0 !important;
   padding-right: 0 !important;
}


#bg-blue {
    background-color: #000f9f;
}
#bg-blue .elementor-heading-title {
    color: #ffffff;
}

#bg-blue .elementor-widget-wrap {
    padding-top: 25px;
    padding-bottom: 25px;
}

/* ===================================
   Contact Modal Styles
   =================================== */
.contact-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.contact-modal.show {
    opacity: 1;
    visibility: visible;
}

.contact-modal .modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    cursor: pointer;
}

.contact-modal .modal-content {
    position: relative;
    max-width: 600px;
    width: 90%;
    margin: 50px auto;
    background: #fff;
    border-radius: 8px;
    padding: 40px;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    transform: translateY(-20px);
    transition: transform 0.3s ease;
}

.contact-modal.show .modal-content {
    transform: translateY(0);
}

.contact-modal .modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    color: #333;
    transition: color 0.2s;
    z-index: 1;
}

.contact-modal .modal-close:hover {
    color: #000F9F;
}

.contact-modal .modal-body {
    margin-top: 20px;
}

/* Estilos do formulário dentro do modal */
.contact-modal .wpcf7-form {
    margin: 0;
}

.contact-modal .wpcf7-form p {
    margin-bottom: 15px;
}

.contact-modal .wpcf7-form input[type="text"],
.contact-modal .wpcf7-form input[type="email"],
.contact-modal .wpcf7-form input[type="tel"],
.contact-modal .wpcf7-form textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-family: 'NB International Pro', Arial, sans-serif;
    font-size: 14px;
    transition: border-color 0.2s;
}

.contact-modal .wpcf7-form input:focus,
.contact-modal .wpcf7-form textarea:focus {
    outline: none;
    border-color: #000F9F;
}

.contact-modal .wpcf7-form textarea {
    min-height: 120px;
    resize: vertical;
}

.contact-modal .wpcf7-form input[type="submit"] {
    background: #000F9F;
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 25px;
    font-family: 'Abel', Arial, sans-serif;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.2s;
}

.contact-modal .wpcf7-form input[type="submit"]:hover {
    background: #000c7f;
}

/* Responsive */
@media (max-width: 768px) {
    .contact-modal .modal-content {
        padding: 30px 20px;
        margin: 20px auto;
    }
}
/* CTA Banner */
.cta-banner{
  background:#000f9f;
  padding:64px 0;
}

.cta-banner__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:56px;
  padding: 0px 200px;
}

/* Content */
.cta-banner__content{
  max-width:900px;
}

/* Title (H2) */
.cta-banner__title{
  font-family: 'NB International Pro', 'Inter', sans-serif;
  font-size:36px;
  font-weight:100;
  line-height:120%;
  color:#ffffff;
  margin:0 0 16px 0;
}

/* Subtitle (H3) */
.cta-banner__subtitle{
  font-family:'Abel', sans-serif;
  font-size:20px;
  font-weight:100;
  line-height:1.2;
  color:#ffffff;
  margin:0 0 24px 0;
}

/* Text (P) */
.cta-banner__text{
  font-family:'Abel', sans-serif;
  font-size:20px;
  font-weight:200;
  line-height:1.4;
  color:#ffffff;
  margin:0;
  width:100%;
}

/* Action */
.cta-banner__action{
  flex-shrink:0;
}

/* Button */
.cta-banner__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#ffffff;
  color:#000f9f;
  padding:18px 32px;
  border-radius:2px;
  font-family:'Abel', sans-serif;
  font-size:16px;
  font-weight:400;
  text-decoration:none;
  transition:all .2s ease;
  gap: 10px;
}

.cta-banner__btn:hover{
  background:#f2f2f2;
}


@media (max-width: 1200px){
  .cta-banner__inner{
    padding:0 120px;
    gap:40px;
  }

  .cta-banner__title{
    font-size:40px;
  }

  .cta-banner__subtitle{
    font-size:22px;
  }

  .cta-banner__text{
    font-size:18px;
  }
}

/* ========== TABLET SMALL (≤ 992px) ========== */
@media (max-width: 992px){
  .cta-banner__inner{
    flex-direction:column;
    align-items:flex-start;
    padding:0 64px;
  }

  .cta-banner__action{
    margin-top:32px;
  }

  .cta-banner__content{
    max-width:100%;
  }
}

/* ========== MOBILE (≤ 768px) ========== */
@media (max-width: 768px){
  .cta-banner{
    padding:48px 0;
  }

  .cta-banner__inner{
    padding:0 24px;
    gap:32px;
  }

  .cta-banner__title{
    font-size:32px;
  }

  .cta-banner__subtitle{
    font-size:20px;
    margin-bottom:16px;
  }

  .cta-banner__text{
    font-size:16px;
  }

  .cta-banner__btn{
    width:100%;
    padding:16px 24px;
  }
}

/* ========== MOBILE SMALL (≤ 480px) ========== */
@media (max-width: 480px){
  .cta-banner__title{
    font-size:28px;
  }

  .cta-banner__subtitle{
    font-size:18px;
  }
}

.map-sidebar {
    position: sticky;
    top: 20px;
    height: fit-content;
}