/* Gotham */
@font-face {
    font-family: "Gotham";
    src: url('../font/Gotham/Gotham-Light.otf') format("opentype");
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: "Gotham";
    src: url('../font/Gotham/Gotham-Thin.otf') format("opentype");
    font-style: normal;
    font-weight: 200;
}

@font-face {
    font-family: "Gotham";
    src: url('../font/Gotham/Gotham-Regular.otf') format("opentype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "Gotham";
    src: url('../font/Gotham/Gotham-Medium.otf') format("opentype");
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: "Gotham";
    src: url('../font/Gotham/Gotham-Bold.otf') format("opentype");
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: "Gotham";
    src: url('../font/Gotham/Gotham-Black.otf') format("opentype");
    font-style: normal;
    font-weight: 900;
}

/* Universe Lt Std */

/* Light */
@font-face {
    font-family: 'Univers LT Std';
    src: url('../font/universe-lt/UniversLTStd-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

/* Regular */
@font-face {
    font-family: 'Univers LT Std';
    src: url('../font/universe-lt/UniversLTStd.otf') format('opentype');
    font-weight: 400;
}

/* Bold */
@font-face {
    font-family: 'Univers LT Std';
    src: url('../font/universe-lt/UniversLTStd-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Helvetica Neue", Arial, sans-serif;
    color: #2a2a2a;
    background: #fff;
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

button {
    font-family: inherit;
    border: none;
}

.btn {
    width: fit-content;
    display: inline-flex;
    padding: 6px 6px 6px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 30px;
    background: #FFF;
    backdrop-filter: blur(25px);

    color: #000;
    font-family: Gotham;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    /* 142.857% */
    text-transform: uppercase;
    transition: ease all 0.3s;
}

.arrow-wrapper {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1/1;
    background: #CC902B;
    transition: ease all 0.3s;
}

.btn-arrow {
    width: 14px;
    height: 14px;
    display: block;
    background-color: #fff;

    -webkit-mask: url("../images/arrow.svg") no-repeat center;
    mask: url("../images/arrow.svg") no-repeat center;

    -webkit-mask-size: contain;
    mask-size: contain;
    transition: ease all 0.3s;
}

.btn:hover {
    background: #CC902B;
    color: #fff;
}

.btn:hover .arrow-wrapper {
    background: #fff;
}

.btn:hover .arrow-wrapper .btn-arrow {
    transform: rotate(45deg);
    background: #CC902B;
}

.appointment-btn:hover .arrow-wrapper .btn-arrow {
    background: #000;
}

.btn-gold {
    background: #CC902B;
    color: #fff;
}

.btn-gold .arrow-wrapper {
    background: #fff;
}

.btn-gold .arrow-wrapper .btn-arrow {
    background: #000;
}

.btn-gold:hover .arrow-wrapper .btn-arrow {
    background: #000;
}

.follow-btn {
    background: #CC902B;
    color: #fff;
}

.follow-btn .arrow-wrapper {
    background: #fff;
}

.follow-btn .arrow-wrapper .btn-arrow {
    background: #CC902B;
}



/* Header */

.site-header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    transition: 0.3s ease;
}

.site-header.menu-open {
    background: #F9F2E6;
}

.header-inner {
    width: 100%;
    padding: 44px 60px 30px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo img {
    width: 137px;
    height: auto;
    object-fit: cover;
    display: block;
}

.header-content {
    display: flex;
    align-items: center;
    gap: 40px;
}

.desktop-nav ul {
    display: flex;
    align-items: center;
    gap: 24px;
}

.desktop-nav a {
    color: #FFF;
    font-family: Gotham;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    /* 142.857% */
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: 0.3s ease;
}

.arrow-icon {
    width: 13px;
    height: 8px;
    display: inline-block;
    background-color: #fff;

    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='8' viewBox='0 0 13 8' fill='none'%3E%3Cpath d='M1.06021 -3.91006e-05L0.00021553 1.06096L5.77722 6.83996C5.86978 6.93312 5.97986 7.00704 6.10111 7.05749C6.22236 7.10794 6.35239 7.13391 6.48372 7.13391C6.61504 7.13391 6.74507 7.10794 6.86632 7.05749C6.98757 7.00704 7.09765 6.93312 7.19021 6.83996L12.9702 1.06096L11.9102 0.000960827L6.48521 5.42496L1.06021 -3.91006e-05Z' fill='white'/%3E%3C/svg%3E");

    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='8' viewBox='0 0 13 8' fill='none'%3E%3Cpath d='M1.06021 -3.91006e-05L0.00021553 1.06096L5.77722 6.83996C5.86978 6.93312 5.97986 7.00704 6.10111 7.05749C6.22236 7.10794 6.35239 7.13391 6.48372 7.13391C6.61504 7.13391 6.74507 7.10794 6.86632 7.05749C6.98757 7.00704 7.09765 6.93312 7.19021 6.83996L12.9702 1.06096L11.9102 0.000960827L6.48521 5.42496L1.06021 -3.91006e-05Z' fill='white'/%3E%3C/svg%3E");

    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;

    -webkit-mask-size: contain;
    mask-size: contain;

    -webkit-mask-position: center;
    mask-position: center;

    transition: ease all 0.3s;
}

.site-header.menu-open .arrow-icon {
    background: #000;
}

.has-mega.active .arrow-icon {
    transform: rotate(180deg);
}


.site-header.menu-open .desktop-nav a {
    color: #000;
}


.header-actions {
    display: flex;
    align-items: center;
    gap: 24px;
}

.menu-toggle {
    width: 32px;
    height: 32px;
    border: 0;
    background: transparent;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
}

.menu-toggle span {
    width: 100%;
    height: 2px;
    background: #fff;
    display: block;
    transition: 0.3s ease;
}

.site-header.menu-open .menu-toggle span {
    background: #5D5144;
}

.menu-toggle span:nth-child(1) {
    width: 80%;
}


.menu-toggle:hover span:nth-child(1) {
    width: 100%;
}

.menu-toggle span:nth-child(3) {
    width: 80%;
    margin-left: auto;
}


.menu-toggle:hover span:nth-child(3) {
    width: 100%;
}

.menu-toggle.active span:nth-child(1) {
    transform: translateY(4px) rotate(45deg);
    width: 100%;
}

.menu-toggle.active span:nth-child(2) {
    transform: translateY(-4px) rotate(-45deg);
    width: 100%;
}

.menu-toggle.active span:nth-child(3) {
    opacity: 0;
}

/* Desktop Nav Mega */

.mega-menu {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background: #F9F2E6;
    border-top: 1px solid rgba(93, 81, 68, 0.25);
    opacity: 0;
    visibility: hidden;
    transition: ease all 0.3s;
    box-shadow: 0 12px 20px -8px rgba(0, 0, 0, 0.25);
    z-index: 998;
}

.mega-menu.active {
    opacity: 1;
    visibility: visible;
}

.mega-inner {
    width: 100%;
    padding: 58px;
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 70px;
}

.mega-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 36px;
}

.mega-left a {
    color: #000;
    font-family: "Univers LT Std";
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    text-transform: uppercase;
    transition: ease all 0.3s;
}

.mega-left a.active,
.mega-left a:hover {
    color: #CC902B;
}

.mega-right {
    display: none;
}

.mega-right.active {
    display: block;
}

.mega-right ul {
    width: 100%;
    gap: 40px;
    column-count: 3;
}

.mega-right ul li {
    margin-bottom: 12px;
}

.mega-right a {
    color: #000;
    font-family: Gotham;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    /* 142.857% */
    text-transform: uppercase;
    transition: ease all 0.3s;
}

.mega-right a:hover {
    color: #CC902B;
}

/* Desktop Burger Mega Menu */

.mobile-menu {
    display: block;
    position: fixed;
    top: 152px;
    left: 0;
    right: 0;
    width: 100%;
    background: #F9F2E6;
    border-top: 1px solid #000;
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    transition: ease all 0.3s;
}

.mobile-menu.active {
    opacity: 1;
    visibility: visible;
}

.mobile-menu-head {
    display: none;
}

.mobile-menu-body {
    width: 100%;
    padding: 58px;
    position: relative;
    display: block;
}

/* left menu column */
.mobile-dropdown,
.mobile-simple-link {
    width: 280px;
}

.mobile-dropdown {
    border: 0;
}

.mobile-only-dropdown {
    display: none;
}

.mobile-dropdown-btn {
    width: 100%;
    border: 0;
    background: transparent;
    color: #000;
    font-family: "Univers LT Std";
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    text-transform: uppercase;
    padding: 0 0 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
}

.mobile-dropdown-btn span {
    display: none;
}

.mobile-dropdown.active>.mobile-dropdown-btn {
    color: #CC902B;
}

/* right submenu area */
.mobile-dropdown-content {
    display: none;
}

.mobile-dropdown.active .mobile-dropdown-content {
    display: block;
    position: absolute;
    top: 58px;
    left: 380px;
    right: 42px;
}

.mobile-dropdown-content ul {
    column-count: 3;
    gap: 20px;
}

.mobile-dropdown-content ul li {
    margin-bottom: 12px;
}

.mobile-dropdown-content ul li a {
    color: #000;
    font-family: Gotham;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    /* 142.857% */
    text-transform: uppercase;
    transition: ease all 0.3s;
}

.mobile-dropdown-content ul li a:hover {
    color: #CC902B;
}

/* submenu columns */
.mobile-sub-dropdown {
    padding: 0;
}

.mobile-sub-dropdown button {
    display: none;
}

.mobile-sub-dropdown ul {
    max-height: none;
    overflow: visible;
    padding: 0;
}

.mobile-sub-dropdown li a {
    display: block;
    color: #000;
    font-family: Gotham;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    /* 142.857% */
    text-transform: uppercase;
    padding: 0 0 12px;
    transition: 0.3s ease;
}

.mobile-sub-dropdown li a:hover {
    color: #CC902B;
}

/* simple left links */
.mobile-simple-link {
    display: block;
    color: #000;
    font-family: "Univers LT Std";
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    /* 100% */
    text-transform: uppercase;
    padding: 0 0 20px;
    transition: ease all 0.3s;
}

.mobile-simple-link:hover {
    color: #CC902B;
}

.mobile-simple-link:last-child {
    padding-bottom: 0;
}

.menu-overlay {
    display: none;
}


/* Hero Section */
.hero-section {
    width: 100%;
    height: 100vh;
    padding: 8px;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.hero-content {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

.hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.hero-content::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.31) 39.32%, rgba(204, 144, 43, 0.35) 84.54%);
    z-index: 2;
}

.hero-content::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%);
    z-index: 3;
}

.hero-text {
    position: relative;
    z-index: 4;
    height: 100%;
    color: #fff;

    display: flex;
    align-items: flex-end;
    justify-content: space-between;

    padding: 80px 50px;
}

.hero-content span {
    display: inline-flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 47px;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(2.5px);
    color: #FFF;
    font-family: Gotham;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    /* 142.857% */
    text-transform: uppercase;
}

.hero-content h1 {
    color: #FFF;
    font-family: "Univers LT Std";
    font-size: 54px;
    font-style: normal;
    font-weight: 300;
    line-height: 68px;
    /* 125.926% */
    text-transform: uppercase;
    margin-top: 24px;
    max-width: 570px;
}

.hero-content div {
    width: 100%;
}

.hero-content p {
    color: #FFF;
    text-align: right;
    font-family: Gotham;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    /* 133.333% */
    width: 100%;
    max-width: 471px;
}

.about-section {
    width: 100%;
    padding: 70px 30px;
    display: flex;
    gap: 44px;
    align-items: stretch;
}

.about-img {
    width: 100%;
    border-radius: 18px;
    overflow: hidden;
}

.section-badge {
    width: fit-content;
    display: flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 47px;
    background: rgba(0, 0, 0, 0.02);
    backdrop-filter: blur(2.5px);
    color: #000;
    font-family: Gotham;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    /* 142.857% */
    text-transform: uppercase;
}

.section-badge::before {
    content: '';
    width: 9px;
    height: 9px;
    background: #CC902B;
    display: block;
    border-radius: 50%;
    flex-shrink: 0;
}

.common-heading {
    color: #000;
    font-family: "Univers LT Std";
    font-size: 36px;
    font-style: normal;
    font-weight: 300;
    line-height: 52px;
    /* 144.444% */
    text-transform: uppercase;
}

.about-content {
    width: 100%;
    padding: 27px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-content .common-heading {
    max-width: 680px;
    margin: 20px 0;
}

.about-content p {
    color: #000;
    font-family: Gotham;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 23px;
    /* 127.778% */
    max-width: 680px;
    margin-bottom: 36px;
}

.trust-section {
    width: 100%;
    padding: 50px 40px 70px;
    background: #F9F2E6;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.trust-section .common-heading {
    max-width: 680px;
}

.trust-section>p {
    color: #000;
    text-align: center;
    font-family: Gotham;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 23px;
    /* 127.778% */
    max-width: 680px;
    margin: 20px 0 50px;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    width: 100%;
    max-width: 1050px;
}

.stat-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    background: #FFF;
    padding: 50px 20px 38px;
}

.stat-card span {
    display: block;
    color: #000;
    font-family: "Univers LT Std";
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 27px;
    /* 135% */
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 36px;
}

.stat-number {
    color: #000;
    font-family: "Univers LT Std";
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: 46px;
    /* 115% */
    text-transform: uppercase;
}

.stat-card p {
    color: #000;
    text-align: center;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px;
    /* 131.25% */
    letter-spacing: -0.48px;
    max-width: 235px;
    margin-top: 12px;
}

.stars {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 10px;
}

.stars img {
    width: 24px;
    height: 24px;
    object-fit: cover;
}

.treatments-section {
    width: 100%;
    padding: 70px 24px;
}

.treatments-section .common-heading {
    margin-bottom: 32px;
    text-align: center;
}

.treatments-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
}

.treatment-card {
    position: relative;
    overflow: hidden;
}

.treatment-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(48, 61, 48, 0.00) 0%, rgba(0, 0, 0, 0.43) 100%);
    pointer-events: none;
}

.treatment-card::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    background: linear-gradient(180deg, rgba(204, 144, 43, 0.00) 0%, rgba(204, 144, 43, 0.69) 100%);
    transition: ease all 0.45s;
}

.treatment-card:hover::after {
    top: 0;
}

.treatment-card div {
    width: calc(100% - 32px);
    height: 100%;
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
    color: #fff;
    text-align: center;
}

.treatment-card span {
    color: #FFF;
    text-align: center;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    display: block;
    margin-top: 46px;
}

.treatment-card h3 {
    color: #FFF;
    font-family: "Univers LT Std";
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: 36px;
    /* 120% */
    text-transform: uppercase;
    margin: 16px 0 26px;
}

.treatment-card a {
    color: #F4EFDE;
    text-align: center;
    font-family: Mulish;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    transform: translateY(100%);
    opacity: 0;
    transition: ease all 0.45s;
}

.treatment-card img {
    transition: ease all 0.45s;
}

.treatment-card:hover img {
    transform: scale(1.1);
}

.treatment-card:hover a {
    transform: translateY(0);
    opacity: 1;
}

.testimonials-section {
    width: 100%;
    padding: 16px 30px 80px;
    overflow: hidden;
}

.testimonials-section .section-badge {
    margin: 0 auto;
}

.testimonials-section .common-heading {
    line-height: 46px;
    text-align: center;
    margin: 30px auto 36px;
}

.testimonial-card {
    border-radius: 30px;
    background: #FAFAFA;
    padding: 44px 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.testimonial-card>img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 auto 12px;
}

.testimonial-card h3 {
    color: #2C170F;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.32px;
}

.testimonial-card span {
    display: block;
    color: #2C170F;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
    /* 137.5% */
    margin: 4px 0 16px;
}

.testimonial-card p {
    color: #2C170F;
    text-align: center;
    font-family: Gotham;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
    /* 157.143% */
    margin-bottom: 4px;
}

.testimonial-arrows {
    display: none;
}

.why-section {
    width: 100%;
    padding: 50px 30px;
    background: #F9F2E6;
    display: flex;
    gap: 80px;
}

.why-section>div {
    width: 100%;
}

.why-section .section-badge {
    background: #fff;
}

.why-section .common-heading {
    max-width: 534px;
    margin: 20px 0 16px;
}

.why-left img {
    width: 100%;
    height: auto;
    border-radius: 30px;
    overflow: hidden;
}

.why-right {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.why-card {
    border-radius: 30px;
    background: #FFF;
    padding: 37px 32px;
}

.why-card h3 {
    color: #000;
    font-family: "Univers LT Std";
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 41px;
    /* 170.833% */
    text-transform: uppercase;
    margin-bottom: 12px;
}

.why-card p {
    color: #000;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 23px;
    /* 143.75% */
}

.blogs-section {
    width: 100%;
    padding: 70px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.blogs-section .common-heading {
    line-height: 46px;
    margin: 30px 0;
}

.blogs-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.blog-card {
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

.blog-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.79) 100%);
    z-index: 2;
}

.blog-card::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(204, 144, 43, 0.84) 100%);
    z-index: 3;
    transition: ease all 0.45s;
}

.blog-card:hover::after {
    top: 0;
}

.blog-card img {
    transition: ease all 0.45s;
}

.blog-card:hover img {
    transform: scale(1.1);
}

.blog-card div {
    position: absolute;
    width: calc(100% - 75px);
    height: 100%;
    bottom: 30px;
    left: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    z-index: 9;
}

.blog-card span {
    color: #F4EFDE;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.32px;
    display: block;
}

.blog-card h3 {
    color: #F4EFDE;
    font-family: "Univers LT Std";
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    /* 116.667% */
    margin-top: 12px;
}

.instagram-section {
    width: 100%;
    padding: 50px 70px;
    background: #FAFAFA;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.instagram-section .common-heading {
    margin: 30px 0;
}

.instagram-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    margin-bottom: 36px;
}

.instagram-grid>div {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
}

.instagram-grid>div::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    background-color: rgba(204, 144, 43, 0.70);
    background-image: url('../images/insta-white.png');
    background-repeat: no-repeat;
    background-size: 78px 78px;
    background-position: center;
    z-index: 9;
    transition: ease all 0.45s;
}

.instagram-grid>div:hover::before {
    opacity: 1;
    visibility: visible;
}

.instagram-grid img {
    width: 100%;
    height: auto;
    border-radius: 30px;
    transition: ease all 0.45s;
}

.instagram-grid>div:hover img {
    transform: scale(1.1);
}

.contact-section {
    width: 100%;
    padding: 70px 8px 50px;
}

.contact-overlay {
    width: 100%;
    border-radius: 20px;
    padding: 70px 30px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.56) 1.51%, rgba(0, 0, 0, 0.80) 97.56%),
        url("../images/contact-bg.png") center/cover no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-overlay .section-badge {
    border-radius: 47px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(2.5px);
    color: #fff;
}

.contact-overlay .section-badge::before {
    background: #fff;
}

.contact-overlay .common-heading {
    color: #fff;
    line-height: 46px;
    margin: 30px 0 1px;
    text-align: center;
}

.contact-overlay p {
    color: #FFF;
    text-align: center;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 23px;
    /* 143.75% */
    max-width: 610px;
    margin-bottom: 40px;
}

.contact-form {
    width: 100%;
    max-width: 874px;
    margin: 0 auto;
    padding: 46px 50px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.12);
    display: flex;
    flex-direction: column;
    backdrop-filter: blur(26px);
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.55);
    padding: 17px 0;
    outline: none;
    color: rgba(255, 255, 255, 0.80);
    font-family: "Univers LT Std";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 15px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.80);
    font-family: "Univers LT Std";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.contact-form textarea {
    height: 54px;
    resize: none;
    margin-bottom: 40px;
    overflow: hidden;
}

.contact-form button {
    margin: 0 auto;
}


.map-section {
    width: 100%;
}

.map-section iframe {
    width: 100%;
}

.footer {
    width: 100%;
    padding: 70px 8px 8px;
}

.footer-content {
    padding-top: 50px;
    border-radius: 20px;
    background: #F9F2E6;
}

.footer-logo {
    text-align: center;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.50);
}

.footer-logo img {
    width: 185px;
    height: auto;
    margin: 0 auto;
}

.footer-grid {
    max-width: 930px;
    margin: 0 auto;
    padding: 36px 0 95px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
}

.footer-grid>div {
    display: flex;
    flex-direction: column;
}

.footer-grid span {
    color: #000;
    font-family: "Univers LT Std";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 17px;
    /* 106.25% */
    text-transform: uppercase;
    margin-bottom: 16px;
}

.footer-grid a {
    color: #000;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 12px;
}

.contact-info a {
    margin-bottom: 16px;
}

.contact-info span:nth-of-type(2) {
    margin-top: 32px;
}

.contact-info p {
    color: #000;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    /* 150% */
    max-width: 229px;
}

.socials {
    display: flex;
    gap: 6px;
}

.socials a {
    display: flex;
    width: 49px;
    height: 49px;
    padding: 8px;
    align-items: center;
    justify-content: center;
    border-radius: 24.5px;
    background: #FFF;
    flex-shrink: 0;
}

.socials a img {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.footer-bottom {
    background: rgba(204, 144, 43, 0.10);
    padding: 22px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.footer-bottom>div {
    display: flex;
    align-items: center;
    gap: 36px;
}

.footer-bottom p {
    color: #000;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    /* 150% */
}


/* Inner Pages */

/* Hero Section */
.common-hero-section {
    width: 100%;
    height: 600px;
    max-height: 100vh;
    padding: 8px;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.common-hero-content {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 40px;
}

.botox-hero .common-hero-content {
    background-image: url('../images/botox-hero.png');
}

.common-hero-content::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.13) 39.32%, rgba(204, 144, 43, 0.57) 84.54%);
    z-index: 3;
    pointer-events: none;
}

.common-hero-content::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%);
    pointer-events: none;
    z-index: 2;
}

.common-hero-content h1 {
    color: #FFF;
    font-family: "Univers LT Std";
    font-size: 40px;
    font-style: normal;
    text-align: center;
    font-weight: 300;
    line-height: 68px;
    /* 170% */
    text-transform: uppercase;
    position: relative;
    z-index: 4;
}


/* Intro Section */
.common-intro {
    text-align: center;
    padding: 70px 30px;
    max-width: 1082px;
    margin: 0 auto;
}

.common-intro p {
    color: rgba(0, 0, 0, 0.50);
    text-align: center;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    /* 162.5% */
    text-transform: uppercase;
}

.common-intro p+.btn {
    margin-top: 36px;
}

/* What is Botox Section */
.treatment-info-section {
    padding: 0 30px;
    text-align: center;
}

.treatment-info-section .common-heading {
    margin-bottom: 20px;
}

.treatment-info-content {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    border-radius: 30px;
    background: #F9F2E6;
    padding: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.treatment-info-content p {
    color: #000;
    text-align: center;
    font-family: Gotham;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 23px;
    /* 127.778% */
    max-width: 857px;
    margin-bottom: 22px;
}

.treatment-info-content p:last-child {
    margin-bottom: 0;
}

/* Concerns Section */
.concerns-section {
    padding: 100px 30px 70px;
    max-width: 1140px;
    margin: 0 auto;
}

.concerns-section .common-heading {
    line-height: 49px;
    margin-bottom: 16px;
}

.concerns-section p {
    color: #000;
    font-family: Gotham;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    /* 133.333% */
    max-width: 1071px;
}

.bullet {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 20px;
    margin: 30px 0 36px;
}

.bullet li {
    padding: 16px 0 16px 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    position: relative;

    color: #000;
    font-family: Gotham;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    /* 133.333% */
}

.bullet li:last-child {
    grid-column: span 2;
}

.bullet li:nth-child(-n+2) {
    border-top: 1px solid rgba(0, 0, 0, 0.10);
}

.bullet li::before {
    content: '';
    width: 24px;
    height: 24px;
    aspect-ratio: 1/1;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('../images/bullet.svg');
    background-size: cover;
    background-repeat: no-repeat;
}



/* Treatment Expectation Section */
.treatment-expectation-wrapper {
    width: 100%;
    padding: 50px;
    background: #F9F2E6;
}

.treatment-expectation {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 45px;
    align-items: stretch;
    max-width: 1140px;
    margin: 0 auto;
}

.treatment-expectation-image {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

.treatment-expectation-image img {
    width: 100%;
    border-radius: 30px;
    display: block;
}

.treatment-expectation-image::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 39.32%, rgba(204, 144, 43, 0.35) 84.54%);
    z-index: 3;
}

.treatment-expectation-content .common-heading {
    margin-bottom: 20px;
    max-width: 534px;
}

.treatment-expectation-content p {
    color: #000;
    font-family: Gotham;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 23px;
    /* 127.778% */
    max-width: 486px;
    margin-bottom: 22px;
}

.treatment-expectation-content p:last-child {
    margin-bottom: 0;
}

.treatment-expectation-content p+.btn {
    margin-top: 10px;
}

/* Benefits Section */
.benefits-section {
    padding: 70px 40px;
    background: #FAFAFA;
}

.benefits-section .common-heading {
    text-align: center;
    margin-bottom: 16px;
}

.benefits-section>p {
    color: #000;
    text-align: center;
    font-family: Gotham;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 23px;
    /* 127.778% */
    max-width: 780px;
    margin: 0 auto;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1141px;
    margin: 36px auto 0;
}

.benefit-card {
    padding: 30px 24px 36px 30px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.70);
}

.benefit-card h3 {
    color: #000;
    font-family: "Univers LT Std";
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    /* 130% */
    margin-bottom: 7px;
}

.benefit-card p {
    color: #000;
    font-family: Gotham;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 23px;
}

/* Bottom Sections Grid */

.details-card-section {
    padding: 70px 40px 0;
}

.details-card-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    max-width: 1140px;
    margin: 0 auto;
}

.details-card {
    padding: 36px 38px 39px 36px;
    border-radius: 30px;
    background: #F9F2E6;
}

.details-card h2 {
    color: #000;
    font-family: "Univers LT Std";
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 38px;
    /* 158.333% */
    text-transform: uppercase;
    margin-bottom: 16px;
}

.details-card p {
    color: #000;
    font-family: Gotham;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 23px;
    /* 127.778% */
}

.skin-hero .common-hero-content {
    background-image: url('../images/skin-rejuvenation-hero.png');
}

.treatment-info-section h3 {
    color: #000;
    font-family: "Univers LT Std";
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 41px;
    /* 170.833% */
    text-transform: uppercase;
    margin-bottom: 20px;
}

.treatment-info-section h3+p,
.treatment-info-section h3+p+p {
    max-width: 897px;
}


.treatment-expectation-content ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.treatment-expectation-content ul li {
    color: #000;
    font-family: Gotham;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px;
}

.treatment-expectation-content ul li strong {
    font-weight: 500;
}

.treatment-expectation-content ul+.btn {
    margin-top: 32px;
}


.key-benefits-section {
    padding: 70px 40px;
}

.key-benefits-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    max-width: 1140px;
    margin: 0 auto;
}

.key-benefit-card {
    padding: 36px 26px 57px 36px;
    border-radius: 30px;
    background: #FAFAFA;
}

.key-benefit-card h2:not(.common-heading) {
    color: #000;
    font-family: "Univers LT Std";
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 38px;
    /* 158.333% */
    text-transform: uppercase;
    margin-bottom: 20px;
}

.key-benefit-card p,
.key-benefit-card h3 {
    color: #000;
    font-family: Gotham;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 23px;
    /* 127.778% */
}

.key-benefit-card h3 {
    margin-top: 22px;
}

.check {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px !important;
    margin: 20px 0;
}

.check li {
    position: relative;
    padding-left: 40px;
    color: #000;
    font-family: Gotham;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px;
    /* 116.667% */
}

.check li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    aspect-ratio: 1/1;
    background-image: url('../images/check.svg');
    background-size: cover;
    background-repeat: no-repeat;
}

.treatments-types-section {
    padding: 70px 40px;
    background: #F9F2E6;
}

.treatments-types-section .common-heading {
    text-align: center;
    margin-bottom: 16px;
}

.treatments-types-section>p {
    color: #000;
    text-align: center;
    font-family: Gotham;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 23px;
    /* 127.778% */
    max-width: 780px;
    margin: 0 auto;
}

.treatments-types-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 1140px;
    margin: 50px auto 0;
}

.treatment-types-card {
    padding: 30px 50px 30px 30px;
    border-radius: 16px;
    background: #FDFDFD;
}

.treatment-types-card h3 {
    color: #000;
    font-family: "Univers LT Std";
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    /* 130% */
    margin-bottom: 7px;
}

.treatment-types-card p {
    color: #000;
    font-family: Gotham;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 23px;
    /* 127.778% */
}

.how-works-section {
    padding: 70px 40px;
    max-width: 1140px;
    margin: 0 auto;
}

.how-works-section .common-heading {
    margin-bottom: 16px;
}

.how-works-section>p {
    color: #000;
    font-family: Gotham;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    /* 133.333% */
    max-width: 1140px;
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 30px 0;
}

.step-card {
    padding: 16px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.step-card:last-child {
    grid-column: span 2;
}

.step-card:nth-child(-n+2) {
    border-top: 1px solid rgba(0, 0, 0, 0.10);
}

.step-card h3 {
    color: #000;
    font-family: "Univers LT Std";
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    /* 130% */
    margin-bottom: 7px;
}

.step-card p {
    color: #000;
    font-family: Gotham;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 23px;
    /* 127.778% */
    max-width: 489px;
}

.skin-hero~.how-works-section .step-card:nth-child(3) p {
    max-width: 504px;
}

.scar-hero .common-hero-content {
    background-image: url('../images/scar-hero.png');
}

.bg-pink {
    background: #F9F2E6;
}

.bg-gray {
    background: #FAFAFA;
}

.common-intro+.key-benefits-section {
    padding-top: 0 !important;
}

.scar-hero~.key-benefits-section .key-benefit-card:nth-child(2) h2 {
    max-width: 303px;
}

.treatment-expectation-wrapper+.treatment-info-section:not(:has(.treatment-info-content.bg-white)) {
    padding-top: 70px;
}

.stem-cells-hero .common-hero-content {
    background-image: url('../images/stem-cells-therapy-hero.png');
}

.stem-cell-overview {
    width: 100%;
    padding: 70px 40px;
    background: #F9F2E6;
}

.stem-cell-content {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}

.stem-cell-content .common-heading {
    text-align: center;
    margin-bottom: 24px;
}

.stem-cell-content>div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.stem-cell-content>div p {
    color: #000;
    font-family: Gotham;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 23px;
    /* 127.778% */
}

.stem-cells-treatment .common-heading {
    max-width: 879px;
    margin: 0 auto !important;
}

.stem-cells-treatment .treatments-types-grid {
    margin-top: 40px;
}


.bg-white {
    background: #fff;
}

.treatment-expectation-content h2:not(.common-heading) {
    color: #000;
    font-family: "Univers LT Std";
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 41px;
    /* 170.833% */
    text-transform: uppercase;
    max-width: 534px;
    margin-bottom: 20px;
}

.treatment-expectation-content p:has(+.check) {
    margin-bottom: 0;
}

.check:has(+.btn) {
    margin-bottom: 0;
}

.key-benefits-section.bg-pink .key-benefit-card {
    background: #FDFDFD;
}

.treatment-info-content.bg-white {
    padding-bottom: 0;
    padding-top: 70px;
}

.para-only .key-benefit-card p {
    margin-bottom: 22px;
}

.para-only .key-benefit-card p:last-child {
    margin-bottom: 0;
}

.cancer-hero .common-hero-content {
    background-image: url('../images/cancer-hero.png');
}

.treatment-info-section+.treatment-expectation-wrapper:not(.bg-white) {
    margin-top: 70px;
}

.key-benefits-section.bg-gray .key-benefit-card {
    background: #FDFDFD;
}

.cancer-hero~.treatment-expectation-wrapper .treatment-expectation-content .common-heading {
    max-width: 451px;
}

.cancer-hero~.key-benefits-section .key-benefit-card h2 {
    max-width: 471px;
}

.treatment-info-section+.key-benefits-section:not(.bg-white) {
    margin-top: 70px;
}


.key-choices-section {
    padding: 70px 40px;
    background: #F9F2E6;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.key-choices-section .common-heading {
    max-width: 782px;
    text-align: center;
}

.key-choices-section>p {
    color: #000;
    text-align: center;
    font-family: Gotham;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 23px;
    /* 127.778% */
    max-width: 780px;
    margin: 16px 0 36px;
}

.key-choices-section .choices-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 1140px;
    gap: 20px;
}

.key-choices-section .choice-card {
    width: 100%;
    padding: 30px 24px 30px 30px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.70);
}

.choice-card h3 {
    color: #000;
    font-family: "Univers LT Std";
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    /* 130% */
    max-width: 227px;
    margin-bottom: 7px;
}

.choice-card p {
    color: #000;
    font-family: Gotham;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 23px;
    /* 127.778% */
}

.back-hero .common-hero-content {
    background-image: url('../images/back-pain-hero.png');
}

.treatment-expectation-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.back-hero~.key-benefits-section .key-benefit-card h2:not(.common-heading) {
    max-width: 455px;
}

.back-pain-section {
    padding: 50px 40px;
    background: #F9F2E6;
}

.back-pain-section .back-pain-content {
    max-width: 1140px;
    margin: 0 auto;
}

.back-pain-section h2 {
    color: #000;
    font-family: "Univers LT Std";
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 41px;
    /* 170.833% */
    text-transform: uppercase;
    margin-bottom: 20px;
}

.back-pain-section p {
    color: #000;
    font-family: Gotham;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px;
    /* 116.667% */
    max-width: 1013px;
    margin-bottom: 20px;
}

.grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.back-pain-section .grid-2 {
    margin: 0 0 36px;
}

.back-pain-section p:last-child {
    margin-bottom: 0;
}




.evaluation-section {
    padding: 50px 40px;
    background: #FAFAFA;
}

.evaluation-section .eval-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    max-width: 1140px;
    margin: 0 auto;
}

.evaluation-section .eval-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.evaluation-section h2 {
    color: #000;
    font-family: "Univers LT Std";
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 38px;
    /* 158.333% */
    text-transform: uppercase;
}

.eval-column h3 {
    color: #000;
    font-family: Gotham;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    /* 116.667% */
    margin-bottom: 6px;
}

.eval-column p {
    color: #000;
    font-family: Gotham;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px;
    /* 116.667% */
}

.evaluation-section+.treatment-info-section:has(.treatment-info-content:not(.bg-white)) {
    margin-top: 70px;
}

.teeth-hero .common-hero-content {
    background-image: url('../images/teeth-whitening-hero.png');
}

.teeth-hero~.treatment-expectation-wrapper .treatment-expectation-content h2:not(.common-heading) {
    max-width: 420px;
}

.teeth-hero~.treatment-expectation-wrapper .treatment-expectation-content p {
    max-width: 515px;
}

.whitening-process h2 {
    max-width: 480px;
}


.whitening-process h3 {
    font-weight: 500;
    margin-bottom: 6px;
    margin-top: 20px;
}

.whitening-process+.evaluation-section h2 {
    max-width: 345px;
}

.whitening-process+.evaluation-section .eval-column:nth-child(2) h2 {
    max-width: 515px;
}

.whitening-process+.evaluation-section p {
    max-width: 486px;
}

.evaluation-section .eval-column .check {
    margin: 0 !important;
}

.prevention-section {
    padding: 70px 40px;
    background: #FAFAFA;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.prevention-section .common-heading {
    text-align: center;
    max-width: 782px;
}

.prevention-section>p {
    color: #000;
    text-align: center;
    font-family: Gotham;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 23px;
    /* 127.778% */
    max-width: 780px;
    margin: 16px 0 36px;
}

.prevention-cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
    max-width: 1148px;
}

.prevention-card {
    padding: 24px 21px 23px 24px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.70);
}

.prevention-card h3 {
    color: #000;
    font-family: "Univers LT Std";
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    /* 130% */
    max-width: 227px;
    margin-bottom: 6px;
}

.prevention-card p {
    color: #000;
    font-family: Gotham;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 23px;
    /* 127.778% */
}

.treatment-info-content.bg-white {
    padding-left: 0;
    padding-right: 0;
}

.our-team-hero .common-hero-content {
    background-image: url('../images/team-hero.png');
}

.our-team-hero+.common-intro {
    max-width: 1126px;
}

.team-section {
    padding: 0 20px 100px;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px 20px;
    max-width: 1140px;
    margin: 0 auto;
}

.team-card {
    border-radius: 20px;
    background: #F9F2E6;
    overflow: hidden;
    position: relative;
}

.team-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 50%, rgba(0, 0, 0, 0.75) 100%);
    z-index: 2;
}

.team-card::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    z-index: 3;
    background: linear-gradient(180deg, rgba(204, 144, 43, 0.00) 0%, rgba(204, 144, 43, 0.95) 100%);
    transition: ease all 0.5s;
}

.team-card:hover::after {
    top: 0;
}

.member-img {
    width: 100%;
    height: 100%;
}

.member-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: ease all 0.5s;
}

.team-card:hover .member-img img {
    transform: scale(1.08);
}

.member-content {
    position: absolute;
    left: 0;
    bottom: -40px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 20px 26px;
    z-index: 9;
    transition: ease all 0.5s;
}

.team-card:hover .member-content {
    bottom: 0;
}

.member-content span {
    color: #FFF;
    text-align: center;
    font-family: "Univers LT Std";
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    /* 120% */
    text-transform: uppercase;
    margin-bottom: 6px;
}

.member-content p {
    color: #FFF;
    text-align: center;
    font-family: Gotham;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    /* 142.857% */
    margin-bottom: 24px;
}

.member-content a {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #FFF;
    text-align: center;
    font-family: Gotham;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    /* 185.714% */
    text-transform: uppercase;
    opacity: 0;
    visibility: hidden;
    transition: ease all 0.5s;
}

.team-card:hover .member-content a {
    opacity: 1;
    visibility: visible;
}

.member-content a img {
    width: 18px;
    height: auto;
    object-fit: cover;
}

.doctor-hero .common-hero-content {
    background-image: url('../images/team-hero.png');
}

.common-hero-content span {
    color: #FFF;
    text-align: center;
    font-family: Gotham;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 23px;
    /* 127.778% */
    text-transform: uppercase;
    display: block;
    margin: 16px 0 20px;
    position: relative;
    z-index: 4;
}

.doctor-info-section {
    padding: 70px 70px 30px;
    display: flex;
    align-items: stretch;
    gap: 30px;
}

.doctor-info-content {
    width: 55%;
    padding: 50px 66px 50px 50px;
    border-radius: 30px;
    background: #F9F2E6;
}

.doctor-info-content span {
    color: #000;
    font-family: "Univers LT Std";
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 32px;
    /* 160% */
    text-transform: uppercase;
    display: block;
    margin-bottom: 8px;
}

.doctor-info-content p {
    color: #000;
    font-family: Gotham;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    /* 144.444% */
    max-width: 596px;
    margin-bottom: 30px;
}

.doctor-info-content p:last-child {
    margin-bottom: 0;
}

.doctor-info-img {
    width: 45%;
}

.doctor-info-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
    display: flex;
}


.blog-hero .common-hero-content {
    background-image: url('../images/blog-hero.png');
}

.blog-and-news-section {
    padding: 70px 28px;
}

.navigation-wrapper {
    padding: 0 20px 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.navigation-page {
    display: flex;
    width: 44px;
    height: 44px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
    border-radius: 13px;

    color: #000;
    font-family: Gotham;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    /* 133.333% */
}

.navigation-page.prev {
    border-color: #CC902B;
}

.navigation-page.current {
    border-color: #F9F2E6;
    background: #F9F2E6;
}

.navigation-page.next {
    border-color: rgba(0, 0, 0, 0.10);
}

.navigation-page img {
    width: 12px;
    height: 24px;
    aspect-ratio: 1/2;
}