/* ---MAIN STYLES--- */

.hero {
    position: relative;
    margin: 3vw 6vw;
    width: 88vw;
    height: 70vh;
    background: var(--blue);
    display: flex;
    align-items: center;
    gap: 2vw;
    border-radius: 16px;
    padding: 6vw;
    overflow: hidden;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 60vw;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 1vw;
}

.hero-subtitle {
    font-size: 1vw;
}

.hero-title {
    font-size: 3vw;
    font-weight: 700;
}

.hero-btn {
    display: inline-block;
    background: #F36C30;
    padding: 1vw 2vw;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1vw;
    transition: all 0.3s ease;
}

.hero-btn:hover {
    background: #d85a25;
    transform: translateY(-2px);
}

.hero .media_box {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1vw;
    overflow: hidden;
}

.hero .btn-secundary:hover {
    color: var(--blue);
    background: var(--blueLight2);
}

.hero .btn-primary {
    color: var(--blue);
    background: var(--blueLight2);
}

.hero .btn-primary:hover {
    color: white;
    background: var(--blueLight);
}



@media (max-width: 996px) {
    .hero {
        flex-direction: column;
        gap: 10vw;
        padding: 5vw 5vw 10vw 5vw;
    }

    .hero-content {
        max-width: 100%;
        align-items: center;
        text-align: center;
        gap: 5vw;
    }

    .hero-subtitle {
        font-size: 4vw;
    }

    .hero {
        height: auto;
    }

    .hero-title {
        font-size: 5vw;
    }

    .hero .media_box {
        order: -1;
        height: 90vw;
        border-radius: 3vw;
    }
    .hero .buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 3vw;
    }
    .hero .buttons a {
        margin-left: 0 !important;
    }
}



/* ---EXPERIENCE STYLES--- */

.experience_section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1vw;
    padding: 3vw 6vw;
}

.experience_section .title_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1vw;
    text-align: center;
}

.experience_section .title_box h2 {
    font-size: 2vw;
    color: var(--blue);
}

.experience_section .title_box p {
    width: 70%;
}

.experience_section .experience_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1vw;
}

.experience_section .experience_card {
    background: var(--blueLight2);
    padding: 2vw;
    border-radius: 8px;
    width: 30%;
    display: flex;
    flex-direction: column;
    gap: .5vw;
}

.experience_section .experience_card h3 {
    font-size: 1.25vw;
    color: var(--blue);
}

@media (max-width: 996px) {
    .experience_section {
        padding: 10vw 5vw;
        gap: 5vw;
    }

    .experience_section .title_box h2 {
        font-size: 5vw;
    }

    .experience_section .title_box p {
        width: 100%;
        font-size: 4vw;
    }

    .experience_section .experience_box {
        gap: 3vw;
    }

    .experience_section .experience_card {
        width: 100%;
        align-items: center;
        text-align: center;
        padding: 5vw;
    }

    .experience_section .experience_card h3 {
        font-size: 4vw;
    }
}



/* ---TREATMENTS 03 STYLES--- */

.treatments03 {
    padding: 6vw;
}

.treatments03 .row {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    justify-content: center;
    gap: 3vw;
}

.treatments03 .row.reverse {
    grid-template-columns: 1.5fr 1fr;
}

.treatments03 .row .item1 {
    display: grid;
    align-content: center;
}

.treatments03 .row.reverse .item1 {
    order: 2;
}

.treatments03 .media_item {
    position: relative;
    height: 30vw;
    overflow: hidden;
}

.treatments03 .row .item2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1vw;
}

.treatments03 .row .item2 span {
    font-size: 1.2vw;
    color: var(--grey);
}

.treatments03 .row .item2 h2,
.treatments03 .row .item2 h3 {
    width: 70%;
    font-size: 2.5vw;
    font-weight: 700;
    color: var(--blue);
}

.treatments03 .row .item2 p {
    font-size: 1.2vw;

    color: var(--grey);
}

.treatments03 .row .list {
    display: flex;
    flex-direction: column;
    gap: 1vw;
}

.treatments03 .row .item1 img {
    border-radius: 20px;
}

@media (max-width: 996px) {
    .treatments03 {
        padding: 12vw 6vw 0 6vw;
    }

    .treatments03 .row,
    .treatments03 .row.reverse {
        grid-template-columns: 1fr;
    }

    .treatments03 .row .item1 {
        display: grid;
        align-content: center;
    }

    .treatments03 .row.reverse .item1 {
        order: 1;
    }

    .treatments03 .media_item {
        position: relative;
        height: 70vw;
    }

    .treatments03 .row .item1 {
        order: 1;
    }

    .treatments03 .row .item2 {
        order: 2;
        align-items: center;
        text-align: center;
        gap: 3vw;
    }

    .treatments03 .row .item2 span {
        font-size: 4vw;
    }

    .treatments03 .row .item2 h2 {
        font-size: 6vw;
    }

    .treatments03 .row .item2 p {
        font-size: 4vw;
    }
}





/* ---CONTACT STYLES--- */

.contact-section {
    padding: 0 6vw 0vw 6vw;
}

.contact-header {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.8vw;
    margin-bottom: 3vw;
}

.contact-label {
    font-size: 1vw;
    color: var(--grey);

}

.contact-title {
    font-size: 3vw;
    font-weight: 700;
    color: var(--blue);
}

.contact-subtitle {
    font-size: 1vw;
    color: var(--grey);
    line-height: 1.7;
}

.contact-locations {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5vw;
}

.location-card {
    background-color: var(--blueLight2);
    border-radius: 18px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.location-card-header {
    display: flex;
    align-items: center;
    gap: 0.8vw;
    padding: 1.2vw 1.5vw;
}

.location-pin {
    flex-shrink: 0;
    width: 2.2vw;
    height: 2.2vw;
    background: var(--blueLight);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85vw;
}

.location-address {
    font-size: 1vw;
    font-weight: 700;
    color: var(--blue);
    line-height: 1.3;
}

.location-map {
    width: 100%;
    height: 14vw;
    overflow: hidden;
}

.location-map iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

@media (max-width: 996px) {
    .contact-section {
        padding: 12vw 6vw 0 6vw;
    }

    .contact-header {
        gap: 3vw;
        margin-bottom: 6vw;
    }

    .contact-label {
        font-size: 4vw;
    }

    .contact-title {
        font-size: 6vw;
    }

    .contact-subtitle {
        font-size: 4vw;
    }

    .contact-locations {
        grid-template-columns: 1fr;
        gap: 3vw;
    }

    .location-card {
        border-radius: 12px;
    }

    .location-card-header {
        gap: 3vw;
        padding: 3vw;
    }

    .location-pin {
        width: 6vw;
        height: 6vw;
        font-size: 3vw;
    }

    .location-address {
        font-size: 4vw;
    }

    .location-map {
        height: 40vw;
    }
}




.treatments07 {
    padding: 6vw;
}

.treatments07 .row {
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: 4vw;
    align-items: start;
}

.treatments07 .item1 {
    display: flex;
    flex-direction: column;
    gap: 2vw;
}

.treatments07 .item1 h2 {
    font-size: 3vw;
    font-weight: 700;
    color: var(--blue);
}

.treatments07 .item1 img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.treatments07 .item2 {
    display: flex;
    flex-direction: column;
    gap: .8vw;
}

.treatments07 .faq-item {
    background-color: var(--blueLight2);
    border-radius: 12px;
    overflow: hidden;
}

.treatments07 .faq-question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.4vw 1.8vw;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    gap: 1vw;
}

.treatments07 .faq-question span:first-child {
    font-size: 1.1vw;
    font-weight: 600;
    color: var(--blue);
}

.treatments07 .faq-icon {
    font-size: 1.3vw;
    color: var(--blue);
    flex-shrink: 0;
    line-height: 1;
}

.treatments07 .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 1.8vw;
}

.treatments07 .faq-item.open .faq-answer {
    max-height: 200px;
    padding: 0 1.8vw 1.4vw 1.8vw;
}

.treatments07 .faq-answer p {
    font-size: 1.1vw;

    color: var(--grey);
    line-height: 1.6;
}

@media (max-width: 996px) {
    .treatments07 {
        padding: 12vw 6vw;
    }

    .treatments07 .row {
        grid-template-columns: 1fr;
        gap: 6vw;
    }

    .treatments07 .item1 h2 {
        font-size: 6vw;
    }

    .treatments07 .item1 {
        gap: 4vw;
    }

    .treatments07 .item2 {
        gap: 3vw;
    }

    .treatments07 .faq-question {
        padding: 4vw;
        gap: 3vw;
    }

    .treatments07 .faq-question span:first-child {
        font-size: 4vw;
    }

    .treatments07 .faq-icon {
        font-size: 4vw;
    }

    .treatments07 .faq-item.open .faq-answer {
        padding: 0 4vw 4vw 4vw;
    }

    .treatments07 .faq-answer p {
        font-size: 4vw;
    }
}