/* Regular */
@font-face {
    font-family: 'Novela';
    src: url('assets/fonts/Novela/Novela-Regular.eot');
    src: url('assets/fonts/Novela/Novela-Regular.eot?#iefix') format('embedded-opentype'),
    url('assets/fonts/Novela/Novela-Regular.woff2') format('woff2'),
    url('assets/fonts/Novela/Novela-Regular.woff') format('woff'),
    url('assets/fonts/Novela/Novela-Regular.ttf') format('truetype'),
    url('assets/fonts/Novela/Novela-Regular.otf') format('opentype'),
    url('assets/fonts/Novela/Novela-Regular.svg') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Bold */
@font-face {
    font-family: 'Novela';
    src: url('assets/fonts/Novela/Novela-Bold.eot');
    src: url('assets/fonts/Novela/Novela-Bold.eot?#iefix') format('embedded-opentype'),
    url('assets/fonts/Novela/Novela-Bold.woff2') format('woff2'),
    url('assets/fonts/Novela/Novela-Bold.woff') format('woff'),
    url('assets/fonts/Novela/Novela-Bold.ttf') format('truetype'),
    url('assets/fonts/Novela/Novela-Bold.otf') format('opentype'),
    url('assets/fonts/Novela/Novela-Bold.svg') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Italic */
@font-face {
    font-family: 'Novela';
    src: url('assets/fonts/Novela/Novela-DisplayItalic.eot');
    src: url('assets/fonts/Novela/Novela-DisplayItalic.eot?#iefix') format('embedded-opentype'),
    url('assets/fonts/Novela/Novela-DisplayItalic.woff2') format('woff2'),
    url('assets/fonts/Novela/Novela-DisplayItalic.woff') format('woff'),
    url('assets/fonts/Novela/Novela-DisplayItalic.ttf') format('truetype'),
    url('assets/fonts/Novela/Novela-DisplayItalic.otf') format('opentype'),
    url('assets/fonts/Novela/Novela-DisplayItalic.svg') format('svg');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* Strawford Font Regular */
@font-face {
    font-family: 'Strawford';
    src: url('assets/fonts/Strawford/Strawford-Regular.eot');
    src: url('assets/fonts/Strawford/Strawford-Regular.eot?#iefix') format('embedded-opentype'),
    url('assets/fonts/Strawford/Strawford-Regular.woff2') format('woff2'),
    url('assets/fonts/Strawford/Strawford-Regular.woff') format('woff'),
    url('assets/fonts/Strawford/Strawford-Regular.ttf') format('truetype'),
    url('assets/fonts/Strawford/Strawford-Regular.otf') format('opentype'),
    url('assets/fonts/Strawford/Strawford-Regular.svg') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Additional weights and styles for Strawford */
@font-face {
    font-family: 'Strawford';
    src: url('assets/fonts/Strawford/Strawford-Bold.eot');
    src: url('assets/fonts/Strawford/Strawford-Bold.eot?#iefix') format('embedded-opentype'),
    url('assets/fonts/Strawford/Strawford-Bold.woff2') format('woff2'),
    url('assets/fonts/Strawford/Strawford-Bold.woff') format('woff'),
    url('assets/fonts/Strawford/Strawford-Bold.ttf') format('truetype'),
    url('assets/fonts/Strawford/Strawford-Bold.otf') format('opentype'),
    url('assets/fonts/Strawford/Strawford-Bold.svg') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Strawford';
    src: url('assets/fonts/Strawford/Strawford-Light.eot');
    src: url('assets/fonts/Strawford/Strawford-Light.eot?#iefix') format('embedded-opentype'),
    url('assets/fonts/Strawford/Strawford-Light.woff2') format('woff2'),
    url('assets/fonts/Strawford/Strawford-Light.woff') format('woff'),
    url('assets/fonts/Strawford/Strawford-Light.ttf') format('truetype'),
    url('assets/fonts/Strawford/Strawford-Light.otf') format('opentype'),
    url('assets/fonts/Strawford/Strawford-Light.svg') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Strawford';
    src: url('assets/fonts/Strawford/Strawford-Medium.eot');
    src: url('assets/fonts/Strawford/Strawford-Medium.eot?#iefix') format('embedded-opentype'),
    url('assets/fonts/Strawford/Strawford-Medium.woff2') format('woff2'),
    url('assets/fonts/Strawford/Strawford-Medium.woff') format('woff'),
    url('assets/fonts/Strawford/Strawford-Medium.ttf') format('truetype'),
    url('assets/fonts/Strawford/Strawford-Medium.otf') format('opentype'),
    url('assets/fonts/Strawford/Strawford-Medium.svg') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
}

html {
    font-size: 62.5%;
    overflow-x: hidden;
}

a {
    color: #000;
}

h1 {
    font-family: "Novela", sans-serif;
    font-size: 5.5rem;
    margin: 0;
    color: #000
}

h2 {
    font-family: "Novela", sans-serif;
    font-size: 4rem;
    margin: 0;
    color: #000
}

h3 {
    font-size: 3rem;
    margin: 0;
}

h4 {
    font-size: 1.8rem;
    margin: 0;
    font-family: "Strawford", sans-serif;
}

h5 {
    font-size: 1.4rem;
    margin: 0;
}

p {
    font-family: "Strawford", sans-serif;
    font-size: 1.8rem;
    margin: 0;
    line-height: 2.8rem;
}

span {
    color: #83286C;
}

body {
    font-family: "Strawford", sans-serif;
    font-size: 1.6rem;
}

.mg-150 {
    margin-top: 150px;
}

.container {
    max-width: 1170px;
    padding: 0;
}

.line-custom {
    line-height: 2.8rem;
    font-weight: 400;
}

/* Dividers */

.divider-50 {
    height: 5rem;
}

.divider-60 {
    height: 6rem;
}

.divider-80 {
    height: 8rem;
}

.divider-90 {
    height: 9rem;
}

.divider-100 {
    height: 10rem;
}

.divider-120 {
    height: 12rem;
}

.divider-150 {
    height: 15rem;
}

.divider-180 {
    height: 18rem;
}

#dantura_fixa .container {
    padding: 0;
}

/* Mobile */
@media (max-width: 980px) {
    #dantura_fixa .container {
        padding: 0 1.5rem;
    }
}

/* End Dividers */

/* Hero Section */

.header {
    background: white;
    /*padding: 0 0 1.5rem;*/
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.header_logo {
    height: 3.75rem;
}

.header_backDrop {
    display: none;
}

.header .navbar {
    margin-top: 66px;
    position: relative;
    z-index: 1;
}

.border_line {
    margin-top: 16px;
    border-bottom: 1px solid #E9E9E9;
}

.header .navbar-nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .nav-item {
    margin-left: 1.5rem;
}

.header .nav-link {
    font-size: 1.7rem;
    color: #000000;
    line-height: 28px;
    font-weight: 500
}

.header .nav-item .btn {
    padding: 0.97em 3.36em;
}

.header .nav-link:hover,
.header .nav-link.active {
    color: #5e1f4e;
}

@media (max-width: 1199.98px) {
    .header {
        /* padding: 16px 0px; */
    }

    .header_logo {
        height: 40px;
    }

    .navbar {
        padding: 0 1.5rem;
    }

    .header_navContent {
        position: fixed;
        z-index: 1000;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(46, 46, 46, 0.63);
        width: 300px;
        padding: 1.25rem 1rem;
    }

    .header .header_navContent {
        border-radius: 16px 0px 0px 16px;
        -webkit-transform: translateX(110%);
        -ms-transform: translateX(110%);
        transform: translateX(110%);
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        overflow-y: auto;
    }

    .header.active_header .header_navContent {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }

    .header_navContent .navbar-toggler {
        display: block;
        margin-left: auto;
        border: 1px solid rgba(0, 0, 0, 0.47);
    }

    .navbar-toggler {
        border: 1px solid rgba(0, 0, 0, 0.47);
        font-size: 20px;
        box-shadow: none;
        z-index: 9999;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .fa-bars {
        color: rgb(0, 0, 0);
    }

    .fa-xmark {
        color: rgb(0, 0, 0);
    }

    .header .navbar-nav {
        padding-right: 0;
        /*padding-top: 1.25rem;*/
        padding-top: 6.25rem;
    }

    .header .nav-item {
        margin-left: 0;
        margin-bottom: 0.75rem;
        width: 100%;
    }

    .header .nav-link {
        margin-left: 0;
        padding: 0.5rem;
        border-radius: 50rem;
        text-align: center;
        color: white;
    }

    .header .nav-link:hover {
        color: white;
        background-color: rgba(21, 21, 21, 0.63);
    }

    .header .nav-item .btn {
        width: 100%;
    }

    .header.active_header .header_backDrop {
        display: block;
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #00000080;
    }
}

.dropdown-menu {
    background-color: rgba(0, 0, 0, 0.28);
}

.dropdown-item {
    display: inline-flex;
    padding: 1rem 2.5rem 1rem 1.25rem;
    align-items: flex-start;
    color: white;
    gap: 10px;
    border-radius: 8px;
}

.dropdown-item:hover {
    background: rgba(255, 255, 255, 0.32);
    color: #FDDF78;
}

.contact-menu {
    display: block;
    margin: 0 auto;
    width: max-content;
}

.contact-btn {
    background-color: #83286C; /* Replace with desired button color */
    color: #fff;
    font-size: 16px;
    border-radius: 20px;
    padding: 11px 26px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-btn:hover {
    background-color: #672355; /* Replace with desired button color */
    color: #fff;
    font-size: 16px;
    border-radius: 20px;
    padding: 11px 26px;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.hero {
    margin-top: 21rem;
}

.hero_section {
    display: flex;
    flex-direction: column;
    gap: 6rem;
}

.hero_title {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
}

.hero_title h1 {
    font-family: "Novela", sans-serif;
    font-weight: bold;
    line-height: 8.2rem;
    color: #000000;
    margin-bottom: -10px;
}

.star-icon {
    width: 54px;
    height: 54px;
    margin-top: -10px;
    margin-left: 20px;
}

.hero_description {
    position: relative;
    padding-left: 3rem;
}

.hero_description ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hero_description li {
    position: relative;
    font-family: "Strawford", sans-serif;
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
}

.hero_description li:last-child {
    margin-bottom: 0
}

.hero_description li::before {
    content: '';
    background-image: url('./assets/images/check-hero.svg');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -30px;
    top: 6px;
    width: 2rem;
    height: 2rem;
}

.hero_flow {
    position: relative;
    width: 100%;
    height: 64rem;
    padding-left: 40px;
}

.hero_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2rem;
}

.hero_flow::before {
    content: '';
    position: absolute;
    width: 8rem;
    height: 8rem;
    background: url('./assets/images/play-button.svg');
    background-repeat: no-repeat;
    top: 50%;
    left: 55%;
    background-size: contain;
    transition: 0.3s;
    cursor: pointer;
    transform: translate(-50%, -50%);
}

.hero_flow:hover::before {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 1;
}

.btn-hero {
    font-family: "Strawford", sans-serif;
    font-weight: bold;
    font-size: 1.8rem;
    background: #83286C;
    color: white;
    padding: 1rem 5rem;
    border-radius: 2rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: fit-content;
}

.btn-hero:hover {
    font-family: "Strawford", sans-serif;
    font-weight: bold;
    font-size: 1.8rem;
    background: #5e1f4e;
    color: white;
    padding: 1rem 5rem;
    border-radius: 2rem;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.btn-hero:focus-visible {
    font-family: "Strawford", sans-serif;
    font-weight: bold;
    font-size: 1.8rem;
    background: #83286C;
    color: white;
    padding: 10px 40px;
    border-radius: 20px;
}

/* End Hero Section */


/* Promo Section */

.promo {
    position: relative;
    background: #FCFCFC;
    text-align: center;
    border-radius: 20px;
    border: 1px solid #EEEEEE;
    padding: 60px 20px;
}

.promo::before {
    content: '';
    background-image: url('./assets/images/teeth.svg');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 46px;
    bottom: 31px;
    width: 151px;
    height: 162px;
}

.promo h2 {
    font-size: 6.4rem;
    font-weight: bold;
    line-height: 8.4rem;
}

.promo_button {
    margin-top: 5rem;
}

/* End Promo Section */

/* Before and after */

.before_container {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    row-gap: 60px;
}

.before_description {
    text-align: center;
}

.before_description h2 {
    font-weight: bold;
}

.before_description p {
    font-family: "Strawford", sans-serif;
    margin-top: 20px;
}

/* Slider Before and After */

.comparison-slider {
    position: relative;
    width: 100%;
    height: 263px;
    margin: 0 auto;
    overflow: hidden;
}

.comparison-slider img {
    display: block;
    width: 100%;
    /*height: auto;*/
    height: 100%;
    object-fit: cover;
}

.image-before, .image-after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.label-before, .label-after {
    position: absolute;
    bottom: 0;
    padding: 8px 27px;
    background-color: #83286C;
    color: white;
    font-size: 1.6rem;
}

.label-before {
    left: 0;
    margin: 0;
}

.label-after {
    right: 0;
    margin: 0;
}

.image-after {
    clip-path: inset(0 50% 0 0);
    transition: clip-path 0.3s ease;
}

.slider-handle {
    height: 5.2rem;
    width: 5.2rem;
    border: 0.48rem solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    outline: none;
    user-select: none;
}

.slider-handle::before,
.slider-handle::after {
    position: absolute;
    content: "";
    top: 50%;
    border: 1.6rem solid transparent;
    border-bottom-width: 0;
    border-right-width: 0;
    transform: translate(-50%, -50%) rotate(45deg);
}

.slider-handle::before {
    border-left-color: #fff;
    left: 40%;
}

.slider-handle::after {
    left: 60%;
    border-top-color: #fff;
}

.line-top, .line-bottom {
    position: absolute;
    width: 4px;
    background-color: #fff;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}

.line-top {
    top: 0;
    height: calc(49% - 2.1rem);
}

.line-bottom {
    bottom: 0;
    height: calc(49% - 2.1rem);
}

.comparison_item .before_title {
    margin-top: 2rem;
}

.cta_button {
    font-family: "Strawford", sans-serif;
    display: flex;
    justify-content: center;
}

.btn-contact {
    font-size: 1.8rem;
    margin-top: 6rem;
    font-weight: bold;
    background: black;
    color: white;
    padding: 17px 63px;
    border-radius: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-contact:hover {
    margin-top: 6rem;
    font-weight: bold;
    background: black;
    color: white;
    border-radius: 20px;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* End Before And After */

.about_title {
    font-family: "Novela", sans-serif;
    text-align: center;
    font-weight: bold;
    line-height: 4.8rem;
}

.title_wrapper {
    margin-top: 2rem;
}

.start_section {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 50px;
}

.space_sec {
    margin-bottom: 10rem;
}

.space-x {
    margin-bottom: 6rem;
}

.start-icon {
    width: 243px;
    height: 26px;
    margin-top: 20px;
}

.start-icon img {
    width: 100%;
    height: 100%;
}

.question_section {
    background: #83286C;
    color: white;
    border-radius: 20px;
    padding: 60px 0;
}

.question_section h2 {
    font-weight: bold;
    font-size: 6.4rem;
    margin-bottom: 30px;
    color: white
}

.question_section p {
    font-family: "Strawford", sans-serif;
    font-size: 3rem;
    font-weight: bold;
    line-height: 5rem;
}

.question_section .btn-contact {
    font-family: "Strawford", sans-serif;
    margin-top: 50px;
    font-size: 1.8rem;
    background: white;
    color: black;
    margin-bottom: 10px;
}

.solution_container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
    justify-content: center;
    text-align: center;
}

.solution h2 {
    font-family: "Novela", sans-serif;
    font-weight: bold;
}

.solution_description {
    margin-top: 30px;
}

.solution_icon img {
    height: 70px;
    width: auto;
}

.reason_description h3 {
    font-family: "Novela", sans-serif;
    font-weight: bold;
    font-size: 2.4rem;
    margin-bottom: 20px;
}

.review_container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.slider_video .swiper {
    position: relative;
}

.slider_video .swiper-wrapper:focus-visible {
    border: none;
    outline: 0;
}

.review_video h2 {
    font-family: "Novela", sans-serif;
    font-weight: bold;
    text-align: center;
}

.review_video p {
    margin-top: 20px;
    text-align: center;
    margin-bottom: 50px;
}

.video_details {
    position: relative;
}

/* Video Play Button */

.video_details::before {
    content: '';
    position: absolute;
    width: 53px;
    height: 53px;
    background: url('./assets/images/play-button.svg');
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    background-size: contain;
    transition: 0.3s;
    cursor: pointer;
    transform: translate(-50%, -50%);
}

.video_details:hover::before {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 1;
}

/* End Button */

.video_image {
    width: 100%;
    height: 228px;
    object-fit: cover;
    border-radius: 20px;
}

.video_title {
    text-align: center;
    background: white;
    position: absolute;
    padding: 20px 30px;
    border-radius: 20px;
    bottom: -55px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: rgba(0, 0, 0, 0.16) 0 1px 4px;
    width: 91%;
}

.video_title h4 {
    font-size: 1.8rem;
    font-weight: 500;
}

.video_title h4:hover {
    color: #5e1f4e;
}

.steps h2 {
    font-family: "Novela", sans-serif;
    font-weight: bold;
    line-height: 5.5rem;
}

.steps span {
    color: #83286C;
    text-decoration: underline;
}

.steps .btn-contact {
    margin-top: 80px;
    padding: 17px 61px;
    background: #83286C;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.steps .btn-contact:hover {
    margin-top: 80px;
    background: #5e1f4e;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.steps_left {
    position: sticky;
    top: 150px;
    align-self: start;
}

.steps_right {
    padding-left: 170px;
}

.step_item h2 {
    font-family: "Novela", sans-serif;
    color: #004851;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 6.5rem;
    line-height: 130%;
}

.steps p {
    font-size: 2.2rem;
    margin-bottom: 50px;
}

.step_item:last-child p {
    margin-bottom: 0
}

.prosthesis_details {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.prosthesis_details h2 {
    font-family: "Novela", sans-serif;
    font-weight: bold;
    margin-bottom: 20px;
}

.prosthesis_table {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    padding: 60px 0 0;
}

.prosthesis_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    background: #FCFCFC;
    box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
    padding: 50px 50px;
}

.prosthesis_flow {
    width: 100%;
    height: 241px;
    margin-bottom: 50px;
}

.prosthesis_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.prosthesis_details ul {
    padding: 0;
}

.prosthesis_details li {
    font-size: 2rem;
    text-align: left;
    margin-bottom: 30px;
    list-style: none;
}

.prosthesis_details li:last-child {
    margin-bottom: 0;
}

.prosthesis_wrong li {
    position: relative;
    padding-left: 30px;
}

.prosthesis_wrong li::before {
    content: url("./assets/images/icon-wrong.svg");
    position: absolute;
    left: 0;
    top: 20%;
    transform: translateY(-50%);
    width: 19px;
    height: 19px;
}

.prosthesis_right li {
    position: relative;
    padding-left: 30px;
}

/*.prosthesis_right li:last-child {*/
/*    margin-bottom: 0;*/
/*}*/

.prosthesis_right li::before {
    content: url("./assets/images/icon-right.svg");
    position: absolute;
    left: 0;
    top: 20%;
    transform: translateY(-50%);
    width: 19px;
    height: 19px;
}

.btn-cta {
    padding: 17px 64px;
    background: black;
    color: white;
    margin-top: 60px;
    border-radius: 20px;
    font-size: 1.8rem;
    font-weight: bold;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-cta:hover {
    padding: 17px 64px;
    background: black;
    color: white;
    /*margin-top: 60px;*/
    border-radius: 20px;
    font-size: 18px;
    font-weight: bold;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.clinical_video {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.video_item {
    width: 100%;
    height: 302px;
}

.video_item a:focus-visible {
    outline: 0;
}

.image_dantures {
    width: 100%;
    height: 660px;
}

.image_dantures img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.media_row {
    position: relative;
}

.media_row::before {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    background: url('./assets/images/play-button.svg');
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    background-size: contain;
    transition: 0.3s;
    cursor: pointer;
    transform: translate(-50%, -50%);
}

.media_row:hover::before {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 1;
}

.hero_text {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(255, 255, 255);
    padding: 30px 45px;
    border-radius: 0 0 20px;
}

.hero_text h2 {
    font-family: "Novela", sans-serif;
    font-weight: bold;
    font-size: 3.5rem;
    color: black;
}

.hero_text span {
    color: #83286C;
}

.price_content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 72px;
    row-gap: 104px;
}

.price_premium {
    display: flex;
    position: relative;
    flex-direction: column;
    text-align: center;
    align-items: center;
    width: 100%;
    border: 1px solid #83286C;
    border-radius: 20px;
    padding: 5px;
}

.price_premium::after {
    content: "";
    position: absolute;
    background-image: url('./assets/images/Group 87.svg');
    top: -5%;
    left: 3%;
    width: 68px;
    height: 68px;
    transition: transform 0.5s ease;
}

.price_premium:hover::after {
    transform: rotate(360deg);
}

.price_premium .bg_item {
    background: rgba(254, 128, 222, 0.06);
    width: 100%;
    /*padding: 47px 88px;*/
    border-radius: 20px 20px 0 0;
}

.price_premium .bg_item h3 {
    font-size: 3rem;
    font-weight: bold;
    margin-top: 47px;
    padding: 0 20px;
    font-family: "Strawford", sans-serif;
    margin-bottom: 30px;
}

.price_premium .bg_item h4 {
    font-size: 2.8rem;
    color: #83286C;
    font-weight: bold;
    margin-bottom: 5px;
}

.price_premium .bg_item p {
    font-size: 1.5rem;
    color: black;
}

.price_premium .bg_item .btn-cta {
    background: #83286C;
    color: #ffffff;
    padding: 17px 87px;
    margin-top: 40px;
    margin-bottom: 55px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.price_premium .bg_item .btn-cta:hover {
    background: #5e1f4e;
    color: #ffffff;
    margin-top: 40px;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* Price Item */

.price_classic {
    display: flex;
    position: relative;
    flex-direction: column;
    /*justify-content: center;*/
    text-align: center;
    align-items: center;
    width: 100%;
    border: 1px solid #000000;
    border-radius: 20px;
    padding: 5px;
}

.price_classic .bg_item {
    background: #F9F9F9;
    width: 100%;
    border-radius: 20px 20px 0 0;
}

.price_classic .bg_item h3 {
    font-size: 3rem;
    font-weight: bold;
    margin-top: 47px;
    padding: 0 20px;
    margin-bottom: 30px;
    font-family: "Strawford", sans-serif;
}

.price_classic .bg_item h4 {
    font-size: 2.8rem;
    color: #004851;
    font-weight: bold;
    margin-bottom: 5px;
}

.price_classic .bg_item p {
    font-size: 1.5rem;
    color: black;
}

.price_classic .bg_item .btn-cta {
    background: rgba(131, 40, 108, 0);
    padding: 17px 87px;
    margin-top: 40px;
    margin-bottom: 55px;
    color: black;
    border: 1px solid #000;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.price_classic .bg_item .btn-cta:hover {
    background: rgba(131, 40, 108, 0);
    margin-top: 40px;
    color: black;
    border: 1px solid #000;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.nota_bene {
    margin-top: 50px;
    margin-bottom: 25px;
}

.price_details ul {
    font-size: 1.8rem;
    list-style: none;
    margin-top: 50px;
    text-align: left;
}

.price_details li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
}

.price_details li::before {
    content: url("./assets/images/check-table.svg");
    position: absolute;
    left: 0;
    top: 36%;
    transform: translateY(-50%);
    width: 15.95px;
    height: 15.95px;
}

.price_details .nota_bene {
    font-size: 1.4rem;
    color: black;
}

.reason_content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
    justify-content: center;
    align-items: center;
    text-align: center;
    row-gap: 70px;
}

.reason_item {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.reason_icon {
    height: 70px;
}

.reason_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.reason_description {
    margin-top: 30px;
    height: 140px;
}

.reason_description h3 {
    font-family: "Novela", sans-serif;
    font-weight: bold;
    font-size: 2.4rem;
}

.cta_content {
    background: #83286C;
    border-radius: 20px;
}

.cta_content h2 {
    font-weight: bold;
    color: white;
}

.contact_form {
    padding: 0 40px;
}

.contact_form h2 {
    margin-bottom: 60px;
    color: white
}

.form-control {
    font-size: 1.6rem;
}

.contact_form .custom_form {
    background: transparent;
    width: 100%;
    border: none;
    padding-left: 0;
    font-size: 1.6rem;
    border-bottom: 1px solid #FFFFFF;
    border-radius: 0;
    box-shadow: none;
    transition: border-color 0.3s ease;
}

.contact_form .custom_form:focus-within {
    border-bottom: 2px solid #fdfdfd;
}

.contact_form input::placeholder {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

.contact_form input {
    color: white;
}

.contact_form input:focus-visible {
    color: white;
}

.contact_form input::placeholder {
    transition: color 0.3s ease;
}

.contact_form input:focus::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.contact_form .form-check {
    margin-top: 30px;
    font-size: 1.2rem;
    color: white;
}

.contact_form .form-check span {
    color: white;
    text-decoration: underline;
}

.form-check-input[type=checkbox] {
    border-radius: 0;
    box-shadow: none;
}

.contact_form .btn-appointment {
    background: #FFFFFF;
    color: #83286C;
    padding: 17px 64px;
    margin-top: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    border-radius: 0;
    line-height: 24px;
    border: none;
    transition: 0.3s
}

.contact_form .btn-appointment:hover {
    opacity: 0.8
}

.cta_contain {
    width: 100%;
    height: 388px;
}

@media (max-width: 780px) {
    .cta_contain {
        width: 100%;
        height: auto;
    }
}

.cta_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 20px 20px 0;
}

.team_members .btn-cta {
    background: #83286C;
    padding: 17px 64px;
    margin-top: 45px;
    color: white;
}

.team_members .btn-cta:hover {
    background: #5c1f4e;
    padding: 17px 64px;
    margin-top: 45px;
}

.team_slider {
    width: 100%;
    overflow: hidden;
    margin-top: 18px;
}

.team_slider .swiper-wrapper {
    display: flex;
    align-items: stretch;
    padding-bottom: 67px;
}

.team_slider .swiper-slide {
    flex-shrink: 0;
    width: auto;
}

.team_slider .swiper-pagination-bullet {
    width: 65px;
    height: 5px;
    border-radius: 0;
    background-color: #DCDCDC;
    opacity: 1;
    margin: 0 4px;
}

@media (max-width: 780px) {
    .team_slider .swiper-pagination-bullet {
        width: 35px;
        height: 5px;
    }
}

.team_slider .swiper-pagination-bullet-active {
    background-color: #2A3439;
}

.team_item {
    /*margin: 0 15px;*/
}


.image_team {
    width: 100%;
    height: 305px;
}

.team_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.team_item h4 {
    font-size: 2rem;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 5px;
}

.team_item h5 {
    color: #83286C;
    margin-bottom: 25px;
    font-family: "Strawford", sans-serif;
    font-style: italic;
}

.team_description {
    border-top: 1px solid #D5D5D5;
    padding: 20px 0;
    border-bottom: 1px solid #D5D5D5;
    line-height: 26px;
}

.team_description p {
    font-size: 1.8rem;
    line-height: 2.6rem;
    /*height: 84px;*/
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.team_item .btn_more {
    position: relative;
    font-size: 1.8rem;
    margin-top: 25px;
    padding-right: 15px;
    /*padding-left: 0;*/
    color: #83286C;
    border: none;
}

.team_item .btn_more::after {
    content: "";
    background-image: url('./assets/images/arrow-item.png');
    position: absolute;
    top: 33%;
    right: -9%;
    width: 14px;
    height: 13px;
    transition: transform .2s ease-in-out;
}

.team_item .btn_more:hover::after {
    transform: translatex(5px);
}

.treatment_text {
    padding: 30px 15px 30px 30px
}

.treatment_content h3 {
    margin-top: 4rem;
    font-size: 2.2rem;
    line-height: 3.2rem;
    font-family: "Strawford", sans-serif;
    font-weight: bold;
}

.treatment_content ul {
    margin-top: 30px;
    margin-bottom: 0;
    padding-left: 30px;
}

.treatment_content li {
    position: relative;
    font-size: 1.8rem;
    list-style: none;
    margin-top: 25px;
    line-height: 2.8rem;
}

.treatment_content li::before {
    content: '';
    background-image: url('./assets/images/check-dantures.svg');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -30px;
    top: 4px;
    width: 19px;
    height: 19px;
}

.treatment_content .btn-cta {
    background: #83286C;
    color: white;
    padding: 17px 63px;
    margin-top: 50px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.treatment_content .btn-cta:hover {
    background: #5e1f4e;
    color: white;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.cover_image {
    background-size: cover;
    background-position: center;
}

.video-layout {
    display: flex;
    gap: 50px;
}

.main-video {
    flex: 2;
    position: relative;
}

.main-video iframe {
    width: 100%;
    height: 520px;
}

.main-video img {
    width: 100%;
    border-radius: 8px;
}

.main-video p {
    margin-top: 20px;
    font-size: 25px;
    color: #333;
}

.related-videos {
    flex: 1;
    overflow-y: auto;
    max-height: 570px;
}

.related-videos h3 {
    font-size: 2.2rem;
    margin-bottom: 30px;
    font-family: "Strawford", sans-serif;
}

.related-videos ul {
    list-style: none;
    padding: 0;
}

.related-videos ul li {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
}

.related-videos ul li img {
    /*width: 189px;*/
    width: 143px;
    /*height: auto;*/
    height: 100px;
    object-fit: cover;
    margin-right: 20px;
}

.related-videos ul li p {
    font-size: 1.6rem;
    color: #333;
    line-height: 28px;
}

.related-videos ul li p:hover {
    color: #83286C;
}

.related-videos ul li.active p {
    color: #83286C;
    font-weight: bold;
}

.related-videos ul li {
    cursor: pointer;
}

.related-videos ul li:hover {
    background-color: #f0f0f0;
    color: #83286C;
}

.related-videos ul li.active {
    font-weight: bold;
    color: #83286C;
}

.statistic_content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.statistic_item {
    background: #FFF8FD;
    text-align: center;
}

.statistic_item h2 {
    margin-top: 24px;
    font-weight: bold;
    color: #83286C;
    margin-bottom: 10px;
    font-family: "Novela", sans-serif;
    font-size: 8rem;
}

.statistic_item p {
    font-size: 2.2rem;
    margin-bottom: 52px;
}

.title_certification {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.certificates-carousel .container {
    position: relative;
}

.certificates-carousel .swiper-wrapper {
    width: 1170px;
    margin: 50px auto 0;
}

.certificates-carousel .certificate_item {
    width: 100%;
    height: 360px;
    transition: margin-right 0.3s ease, opacity 0.3s ease;
}

.certificates-carousel .swiper-slide-prev {
    margin-right: 26px;
    opacity: 0;
    pointer-events: none;
}

.certificates-carousel .certificate_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.certificates-carousel .custom-nav {
    width: 7%;
    position: absolute;
    top: 65%;
    right: 10px;
    display: flex;
    gap: 10px;
    transform: translateY(-50%);
    z-index: 10;
}

.certificates-carousel .swiper-button-prev,
.certificates-carousel .swiper-button-next {
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    width: 13px;
    height: 26px;
}

.certificates-carousel .swiper-button-prev::after,
.certificates-carousel .swiper-button-next::after {
    content: none;
}

.certificates-carousel .swiper-button-prev {
    background-image: url(./assets/images/btn-next.svg);
    transform: rotate(180deg);
    margin-top: -23px;
}

.certificates-carousel .swiper-button-next {
    background-image: url('./assets/images/btn-next.svg');
}

.faq-item {
    display: flex;
    justify-content: space-between;
    background-color: #f9f9fc;
    border-radius: 20px;
    margin-bottom: 30px;
}

.faq-item:last-child {
    margin-bottom: 0;
}

.faq-question {
    flex-basis: 40%;
    font-size: 1.8rem;
    font-weight: bold;
    color: #7d2163;
    padding: 40px 0 40px 40px;
    margin-right: 100px;
}

.faq-question h3 {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 35px;
    font-family: "Strawford", sans-serif;
}

.faq-answer {
    flex-basis: 60%;
    font-size: 1.6rem;
    color: #333;
    /*line-height: 1.6rem;*/
    padding: 40px 40px 40px 0;
}

.faq-answer p {
    font-size: 1.8rem;
    margin-bottom: 25px;
}

.faq-answer p:last-child {
    margin: 0;
}

.review_item {
    width: 100%;
    height: 316px;
    border: 1px solid #E8E8E8;
    padding: 20px 20px;
}

.review_profile {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 40px;
}

.review_item p {
    margin: 0;
}

.profile_user {
    display: flex;
    flex-direction: row;
}

.cover_profile {
    width: 45px;
    height: 45px;
}

.image_profile {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.details_profile {
    margin-left: 1.2rem;
}

.details_profile h4 {
    font-size: 1.6rem;
}

.details_profile p {
    font-size: 1.2rem;
    color: #83286C;
}

.review_carousel .swiper {
    position: relative;
}

.review_carousel .swiper-wrapper {
    width: 100%;
    height: auto;
    margin: 30px auto 50px;
}

.review_carousel .swiper-slide {
    /*height: 316px;*/
    height: auto;
    text-align: left;
    padding: 20px;
    border: 1px solid #E8E8E8;
    box-sizing: border-box;
}

.social-review .review_carousel .swiper-slide {
    background: #FBFBFB;
    border: none;
}

.review_carousel .review_description p {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.review_carousel .start_slider {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.review_carousel .start_slider h2 {
    margin-bottom: 20px;
}

.review_carousel .custom-nav {
    width: 7%;
    position: absolute;
    top: 63px;
    right: -9px;
    display: flex;
    gap: 10px;
    transform: translateY(-50%);
    z-index: 10;
}

.review_carousel .swiper-button-prev,
.review_carousel .swiper-button-next {
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    width: 14px;
    height: 26px;
}

.review_carousel .swiper-button-prev::after,
.review_carousel .swiper-button-next::after {
    content: none;
}

.review_carousel .swiper-button-prev {
    background-image: url('./assets/images/btn-next.svg');
    transform: rotate(180deg);
    margin-top: -23px;
}

.review_carousel .swiper-button-next {
    background-image: url('./assets/images/btn-next.svg');
}

.buttons {
    display: flex;
    justify-content: center;
}

.buttons .btn_cta {
    background: white;
    color: black;
    font-size: 1.8rem;
    line-height: 30px;
    padding: 17px 63px;
    border: 1px solid #000000;
    border-radius: 20px;
    font-weight: bold;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.buttons .btn_cta:hover {
    background: white;
    color: black;
    border: 1px solid #000000;
    border-radius: 20px;
    font-weight: bold;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* Slider Swiper */

.changes_slider .swiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.changes_slider .swiper-wrapper {
    position: relative;
}

.changes_slider .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 60%;
    height: 400px;
}

.changes_slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.changes_slider .swiper-slide-prev,
.changes_slider .swiper-slide-next {
    opacity: 0.5;
    transform: scale(0.9);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.changes_slider .custom-nav {
    width: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    display: flex;
    gap: 10px;
    transform: translateY(-50%);
    z-index: 10;
}

.changes_slider .swiper-button-prev,
.changes_slider .swiper-button-next {
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    width: 50px;
    height: 51px;
}

.changes_slider .swiper-button-prev::after,
.changes_slider .swiper-button-next::after {
    content: none;
}

.changes_slider .swiper-button-prev {
    left: 8%;
    background-image: url('./assets/images/previous-slide.svg');
}

.changes_slider .swiper-button-next {
    right: 8%;
    background-image: url('./assets/images/next-slide.svg');
}

/* End Slider */

.discover_slider .swiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.discover_slider .swiper-wrapper {
    position: relative;
}

.discover_slider .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 60%;
    height: 400px;
    /*margin: 0 20px;*/
}

.discover_slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
}

.discover_slider .swiper-slide-prev,
.discover_slider .swiper-slide-next {
    opacity: 0.5;
    transform: scale(1);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.discover_slider .custom-nav {
    width: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    display: flex;
    gap: 10px;
    transform: translateY(-50%);
    z-index: 10;
}

.discover_slider .swiper-button-prev,
.discover_slider .swiper-button-next {
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    width: 50px;
    height: 51px;
}

.discover_slider .swiper-button-prev::after,
.discover_slider .swiper-button-next::after {
    content: none;
}

.discover_slider .swiper-button-prev {
    left: 18.2%;
    background-image: url('./assets/images/previous-slide.svg');
}

.discover_slider .swiper-button-next {
    right: 18.2%;
    background-image: url('./assets/images/next-slide.svg');
}

.thumbnail-slider {
    width: 100%;
    margin-top: 40px;
    /*padding-top: 20px;*/
    /*padding-bottom: 20px;*/
}

.thumbnail-slider .swiper-wrapper {
    display: flex;
}

.thumbnail-slider .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 96px;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.3s ease;
    margin: 0 5px;
}

.thumbnail-slider .swiper-slide-thumb-active {
    opacity: 1;
    border: 2px solid #83286C;
}

.thumbnail-slider .swiper-button-next {
    transform: scale(1);
}

.discover-clinic .btn-cta {
    background: #83286C;
    color: white;
    padding: 17px 63px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 20px;
}

.discover-clinic .btn-cta:hover {
    background: #5e1f4e;
    color: white;
    padding: 17px 63px;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.map_container {
    width: 100%;
    height: 502px;
}

/* Modal */

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    border-radius: 8px;
    width: 80%;
    max-width: 700px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    animation: fadeIn 0.3s;
}

.modal-content .close {
    color: white;
    width: 40px;
    height: 40px;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    background: #004851;
    position: absolute;
    right: -19px;
    top: -17px;
}

.modal-content .gform_title {
    display: none;
}

.modal-content .close:hover,
.modal-content .close:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.modal-content .ginput_container_consent {
    display: flex;
    align-items: center;
}

.modal-content .form_two {
    display: flex;
    column-gap: 20px;
}

.modal-content .form_two .form-group {
    width: 50%;
}

.modal-content .ginput_container_consent label {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 3px;
    margin-left: 9px;
}

.modal-content input,
.modal-content textarea {
    border-color: #ccc
}

.modal-content textarea {
    width: 100%;
    height: 120px;
    padding: 10px;
}

.message_form {
    margin-top: 20px;
}

.modal-content .gform_button {
    background: #83286C;
    color: white;
    border-color: #83286C;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    padding: 10px;
    transition: 0.3s;
    margin-bottom: 0
}

.modal-content .gform_button:hover {
    background: #83286C;
    color: white;
    border-color: #83286C;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    padding: 10px;
    transition: 0.3s;
    margin-bottom: 0
}

.modal-content h2 {
    margin-bottom: 20px;
    font-weight: 600
}

.modal-content .modal_line {
    margin-bottom: 15px;
}

.modal-content label {
    display: block;
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 5px;
}

.modal-content input[type="text"],
.modal-content input[type="email"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    font-size: 1.6rem;
    border-radius: 4px;
    transition: border-color 0.3s;
}

.modal-content input[type="text"]:focus,
input[type="email"]:focus {
    border-color: #007BFF;
}

/* Button Styles */
.modal-content button {
    width: 100%;
    background-color: #83286C;
    color: white;
    border: none;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 20px 40px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.modal-content button:hover {
    background-color: #531c45;
}

/* Wpcf7 Styles */

.wpcf7-list-item {
    margin: 15px 0 0;
}

.wpcf7-list-item-label {
    color: black;
    font-size: 1.4rem;
}

.wpcf7-not-valid-tip {
    font-size: 1.4rem;
    margin-top: 5px;
}

.wpcf7-submit {
    width: 100%;
    background-color: #83286C;
    color: white;
    border: none;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 20px 40px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.wpcf7-spinner{
    display: none;
}

/* Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.price-container {
    display: flex;
    gap: 50px;
}

.sidebar {
    position: sticky;
    top: 100px;
    height: max-content;
}

.sidebar .category {
    padding: 15px;
    background-color: #e6e6e6;
    margin-bottom: 10px;
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
}

.sidebar .category.active {
    background-color: #7f2d6d;
    color: #fff;
}

.content-price {
    flex: 1;
}

.content-price h2 {
    font-family: Strawford, sans-serif;
    font-size: 32px;
    margin-bottom: 30px;
    font-weight: bold;
}

.service-list {
    display: flex;
    flex-direction: column;
}

.service-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.service-item span {
    font-size: 2.4rem;
    line-height: 3.5rem;
    color: black;
}

.service-item:last-child {
    margin-bottom: 55px;
}

.price-button {
    background-color: #006d6b;
    color: #fff;
    padding: 1rem 4rem;
    border: none;
    cursor: pointer;
}

.item_price {
    margin-top: 4rem;
    border-bottom: 1px solid #E9E9E9;
}

.item_price:first-child {
    margin-top: 0;
    border-bottom: 1px solid #E9E9E9;
}

.record_content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.record_item {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    row-gap: 2rem;
}

.header_section {
    margin-top: 17rem;
}

.header_section h2 {
    margin-top: 50px;
    font-size: 6.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.header_section p {
    margin-bottom: 50px;
}

.header_section .breadcrumb-header {
    display: flex;
    gap: 20px;
}

.header_section span {
    color: black;
}

.header_section a {
    text-decoration: none;
}

.happy_patients {
    margin-top: 2.5rem;
}

.patients_content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 45px;
}

.patient_item {
    position: relative;
}

.patient_item::before {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    background: url('./assets/images/icons/play_patient.svg');
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    background-size: contain;
    transition: 0.3s;
    cursor: pointer;
    transform: translate(-50%, -50%);
}

.patient_item:hover::before {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 1;
}

.patient_item .patient_name {
    position: absolute;
    top: 2rem;
    left: 2rem;
    background: rgba(131, 40, 108, 0.90);
    color: white;
    padding: 1rem 2rem;
    border-radius: 2rem;
}

.patient_name h3 {
    font-size: 2rem;
}

.patient_item img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 20px;
}

/*.contact-page .list_item {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    margin-bottom: 20px;*/
/*    margin-top: 10px;*/
/*}*/

/*.contact-page .list_item:last-child {*/
/*    margin-bottom: 0;*/
/*}*/

/*.contact-page .list_item h6 {*/
/*    color: #000;*/
/*    font-family: "Strawford", sans-serif;*/
/*    font-size: 16px;*/
/*    font-weight: 300;*/
/*    font-style: normal;*/
/*    line-height: 24px;*/
/*}*/

/*.contact-page .list_item p {*/
/*    color: #000;*/
/*    font-family: "Strawford", sans-serif;*/
/*    font-size: 18px;*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    line-height: 24px;*/
/*}*/

/*.contact-page .contact_item {*/
/*    padding: 10px 20px 20px;*/
/*    background: rgba(249, 249, 249, 0.90);*/
/*    margin-bottom: 20px;*/
/*    border-radius: 0 0 0 20px;*/
/*}*/

/*.contact-page .tabs {*/
/*    width: 30%;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*}*/

/*.contact-page .tab-button {*/
/*    background-color: #9B397E;*/
/*    color: #fff;*/
/*    border: none;*/
/*    padding: 15px;*/
/*    cursor: pointer;*/
/*    text-align: left;*/
/*    font-size: 2.4rem;*/
/*    margin-bottom: 1.5rem;*/
/*    border-radius: 20px 0 0 20px;*/
/*    transition: background-color 0.3s;*/
/*}*/

/*.contact-page .tab-button:last-child {*/
/*    margin-bottom: 0;*/
/*}*/

/*.contact-page .tab-button.active {*/
/*    border-radius: 20px 0 0 0;*/
/*    margin: 0;*/
/*}*/

/*.contact-page .tab-button:hover, .tab-button.active {*/
/*    background-color: #8C336F;*/
/*}*/

/*.contact-page .map-container {*/
/*    width: 70%;*/
/*    background-color: #fff;*/
/*    border-radius: 20px;*/
/*    position: relative;*/
/*}*/

/*.contact-page .contact-info {*/
/*    height: 100%;*/
/*    display: none;*/
/*    color: #333;*/
/*    font-size: 14px;*/
/*    border-radius: 5px;*/
/*}*/

/*.contact-page .contact-info.active {*/
/*    display: block;*/
/*}*/

/*.contact-page .social-links {*/
/*    display: flex;*/
/*    gap: 10px;*/
/*    padding: 0 0 9px;*/
/*}*/

/*.contact-page .social-links a {*/
/*    color: #7A2A68;*/
/*    text-decoration: none;*/
/*    font-size: 20px;*/
/*}*/

/*.contact-page iframe {*/
/*    width: 100%;*/
/*    height: 656px;*/
/*    border: none;*/
/*    border-radius: 0 20px 0 20px;*/
/*}*/

.services_content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.service_item {
    width: 100%;
    height: auto;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #E8E8E8;
    background: #FFF;
}

.service_item h3 {
    color: #007179;
    font-family: Novela, sans-serif;
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 20px;
}

.services .buttons {
    margin-top: 40px;
}

.service_item .description_service {
    /*height: 134px;*/
}

.service_item p {
    color: #444;
    font-family: Strawford, sans-serif;;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.service_item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 20px;
}

.suzi_text {
    display: flex;
    justify-content: space-between;
    height: 63px;
}

.suzi_text img {
    width: 30px;
    height: 30px;
    margin-top: 5px;
}

.services_content a {
    text-decoration: none;
}

.cases_category {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.cases_category .category_item {
    position: relative;
    width: 100%;
    height: 500px;
}

.cases_category .category_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.cases_category .category_name {
    width: 90%;
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    right: 2rem;
    background: rgba(131, 40, 108, 0.90);
    color: white;
    padding: 1rem 3rem;
    border-radius: 2rem;
    text-align: center;
    cursor: pointer;
}

.google-rating {
    display: flex;
    gap: 24px;
    align-items: center;
}

.score {
    display: flex;
    flex-direction: row;
    gap: 7px;
}

.score_container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.score_container p {
    color: black;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.score span {
    display: flex;
    padding: 0 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    color: #FFFFFF;
    background: #007179;
}

.social-review .swiper {
    position: relative;
}

.social-review .swiper-wrapper {
    width: 100%;
    height: auto;
    margin: 30px auto 0px;
}

.facebook_reviews {
  margin-top: 70px;
}

.social-review .swiper-slide {
    /*height: 316px;*/
    height: auto;
    text-align: left;
    padding: 20px;
    border: 1px solid #E8E8E8;
    box-sizing: border-box;
}


.social-review .custom-nav {
    width: 7%;
    position: absolute;
    top: 43px;
    right: -9px;
    display: flex;
    gap: 10px;
    transform: translateY(-50%);
    z-index: 10;
}

.social-review .swiper-button-prev,
.social-review .swiper-button-next {
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    width: 14px;
    height: 26px;
}

.social-review .swiper-button-prev::after,
.social-review .swiper-button-next::after {
    content: none;
}

.social-review .swiper-button-prev {
    background-image: url('./assets/images/btn-next.svg');
    transform: rotate(180deg);
    margin-top: -23px;
}

.social-review .swiper-button-next {
    background-image: url('./assets/images/btn-next.svg');
}

.slider_cta {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slider_cta img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px 0 0 16px;
}

.slider_item {
    position: relative;
}

.slider_item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.50) 100%);
    pointer-events: none;
    z-index: 1;
    border-radius: 16px 0 0 16px;
}

.slider_cta .content_slide .swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slider_cta .content_slide .swiper-wrapper {
    transition: transform 0.3s ease;
}

.slider_cta .content_slide {
    position: absolute;
    z-index: 2;
    bottom: 10%;
    left: 30px;
    right: 30px;
    color: white;
}

.slider_cta .content_slide .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    box-sizing: border-box;
}

.slider_cta .title_slide {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.slider_cta .content_slide p {
    text-align: left;
}

.slider_cta .slider_details {
    margin-top: 38px;
}

.slider_cta .title_slide img {
    width: 31px;
    height: 30px;
}

.slider_details {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.slider_cta .slider_rating {
    display: flex;
    gap: 3px;
}

.slider_cta .slider_rating img {
    width: 20px;
    height: 20px;
}

.slider_cta .swiper-pagination {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 24px;
}

.slider_cta .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: white;
}

.contact_form_page {
    padding: 60px 60px 0 60px;
}

.header_form h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    margin-bottom: 10px;
}

.header_form p {
    color: rgba(0, 0, 0, 0.50);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 40px;
}

.contact_form_page .form-control {
    padding: 8px 10px;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    border: 1px solid #DADCDF;
    background: #FBFBFB;
    box-sizing: border-box;
}

.contact_form_page .form-group {
    width: 100%;
    margin-bottom: 20px;
}

.contact_form_page label {
    display: none;
}

.contact_form_page .form_two {
    display: flex;
    column-gap: 20px;
}

.form_two .form-group {
    width: 50%;
}

.contact_form_page .form-select {
    padding: 8px 10px;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #DADCDF;
    background: #FBFBFB;
    /*height: 45px;*/
    box-sizing: border-box;
    color: #585b5e;
}

.select_two label {
    display: none;
    margin-bottom: 0.5rem;
}

.select_two span {
    color: red;
}

.file-upload-wrapper {
    display: flex;
    height: 140px;
    padding: 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 5px;
    border: 1px dashed #DADCDF;
    background: #FBFBFB;
    margin-bottom: 5px;
}

.file-upload-wrapper:hover {
    background-color: #f8f9fa;
}

.file-upload-wrapper p {
    color: rgba(0, 20, 46, 0.50);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    padding-bottom: 0;
}

.btn-upload {
    display: flex;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    border: 1px solid #000;
    color: black;
}

.privacy-section {
    margin-bottom: 20px;
}

.checkbox-label {
    font-size: 16px;
    color: #333;
    display: flex;
    align-items: center;
}

.checkbox-label input[type="checkbox"] {
    margin-right: 5px;
}

.privacy-link {
    color: #8c8c8c;
    text-decoration: underline;
    margin-left: 5px;
}

.privacy-link:hover {
    color: #5a5a5a; /* Culoare la hover */
}

.checkbox-label span {
    color: #333;
    margin-left: 2px;
}

.privacy-section label {
    margin-top: 20px;
    display: block;
}

.btn-send {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    padding: 17px 64px;
    border-radius: 5px;
    background: #83286C;
    font-size: 18px;
    color: white;
    transition: 0.3s;
}

.btn-send:hover {
    background: #591c49;
    color: white;
}

.mest {
    border: 1px solid rgba(0, 0, 0, 0.10);
    border-radius: 20px;
}

.single_content h2 {
    font-size: 4.5rem;
    background: #83286c;
    border-radius: 20px;
    padding: 40px;
    color: white;
}

.single_content img {
    width: 100%;
    height: 100%;
}

.second_header {
    background: #83286c;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #83286c;
    transition: transform 0.3s ease, opacity 0.3s ease;
    z-index: 1000; /* Asigură-te că rămâne deasupra */
}

.second_header.hidden {
    transform: translateY(-100%);
    opacity: 0;
}

.second_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 49px;
}

.second_header .left_items {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 71px;
    color: white;
    list-style: none;
    margin: 0;
}

.right_items {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 8px;
    color: white;
    list-style: none;
    margin: 0;
}

.second_header .left_items li {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Strawford", sans-serif;
    color: white;
}

.second_header .left_items li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Strawford", sans-serif;
    color: white;
    text-decoration: none;
}

.home_header {
    margin-top: 60px;
}

.home_header h1 {
    font-family: Strawford, sans-serif;
    font-size: 6.5rem;
    margin-bottom: 45px;
}

.home_header h3 {
    font-family: Strawford, sans-serif;
    font-size: 3.6rem;
    margin-bottom: 26px;
}

.home_header p {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 86px;
}

.home_header .home_slide {
    width: 100%;
    height: 532px;
}

.home_slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.cta_home {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.client_history {
    display: flex;
    align-items: center;
    gap: 13px;
}

.profile_list {
    display: flex;
    position: relative;
}

.profile_client {
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: -10px;
    z-index: 1;
    border: 1px solid white;
}

.profile_client img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile_client:hover {
    z-index: 2;
    transform: scale(1.1);
    transition: transform 0.2s ease;
}

.profile_client:last-child{
    position: relative;
}

.profile_client:last-child::before {
    content: "+";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 18px;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.37);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.hero_home {
    padding-left: 35px;
}


.client_history a {
    font-family: Strawford, sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}

.home_slider .custom-nav {
    width: 27%;
    position: absolute;
    bottom: 40px;
    right: 22px;
    display: flex;
    gap: 10px;
    transform: translateY(-50%);
    z-index: 10;
}

.home_slider .swiper-button-prev,
.home_slider .swiper-button-next {
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    width: 58px;
    height: 34px;
}

.home_slider .swiper-button-prev::after,
.home_slider .swiper-button-next::after {
    content: none;
}

.home_slider .swiper-button-prev {
    background-image: url('./assets/images/icons/Frame 217.svg');
}

.home_slider .swiper-button-next {
    background-image: url('./assets/images/icons/Frame 216.svg');
}

.all_team {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.cover_team {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    z-index: 1;
}

.cover_team img {
  height: 500px;
  width: 100%;
  object-fit: cover;
}

.button_team {
    position: relative;
    margin-top: -52px;
    z-index: 2;
}

.button_team .border-round {
    background: white;
    padding: 20px;
    border-radius: 20px;
    max-width: max-content;
    margin: 0 auto; /* Centrează border-round */
}

.button_team .btn-cta {
    background: #83286C;
    padding: 17px 50px;
    gap: 10px;
    margin-top: 0;
    color: white;
}

.button_team .btn-cta:hover {
    background: #6c2157;
    padding: 17px 50px;
    gap: 10px;
    margin-top: 0;
    color: white;
}

.cover-team img {
    width: 100%;
    height: auto;
    display: block;
}

.our-mission img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.mission_item img {
  height: 230px;
}

.our-mission ul {
  padding-left: 30px
}

.mission_left {
    padding-left: 70px;
}

.d-start {
    margin-bottom: 50px;
}

.our-mission p {
    line-height: 30px;
    margin-bottom: 37px;
}

.our-mission li {
    position: relative;
    margin-bottom: 20px;
    list-style: none;
}

.our-mission li::before {
    content: '';
    background-image: url('./assets/images/icons/out.svg');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -30px;
    top: 6px;
    width: 2rem;
    height: 2rem;
}

.mission-column {
  margin-bottom: 21px;
}

.mission-column img {
  height: 350px;
}

.mission-row {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(2, 1fr);
}

.icon_mt-0 {
    margin-top: 0;
}

.btn-cta {
    margin-top: 100px;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    padding: 17px 30px;
    border-radius: 20px;
    background: #83286C;
}

.btn-cta:hover {
    margin-top: 100px;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    padding: 17px 30px;
    border-radius: 20px;
    background: #83286C;
}

.vision_dental {
  background: #f9f9f9;
  padding: 80px 0
}

.vision_dental h2 {
  font-size: 5rem;
  line-height: 7rem;
  margin-top: 20px
}

.fixed-bar {
    position: sticky;
    top: 150px;
    align-self: start;
}

.vision_item:last-child {
  border-bottom: 0;
  padding-bottom: 0
}

.vision_item {
    display: flex;
    align-items: bottom;
    padding: 25px 0;
    border-bottom: 1px solid #000;
}

.vision_item:first-child {
    padding: 0 0 20px;
}

.vision_item h3 {
    font-family: Novela, sans-serif;
    color: #007179;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    padding-right: 10px;
    line-height: 20px;
}

.socialItem {
    font-size: 2rem;
    margin-left: 1.2em;
}

.socialLink {
    color: black;
    background-color: white;
    text-decoration: none;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    display: -ms-grid;
    display: grid;
    place-items: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.socialLink i {
    font-size: 16px;
}

.socialLink:hover {
    background-color: #631e52;
    color: white;
}

.socialLink:active {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

.dantures_banner {
    background: #004851;
    width: 100%;
    height: 400px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.dantures_banner::before,
.dantures_banner::after {
    content: '';
    position: absolute;
    /*width: 300px;*/
    /*height: 100%;*/
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
}

.dantures_banner::before {
    width: 434px;
    height: 401px;
    background-image: url('./assets/images/dantures-2.png');
    left: 20px;
}

.dantures_banner::after {
    width: 371px;
    height: 289px;
    background-image: url('./assets/images/dantures-1.png');
    right: 20px;
}

.banner_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center;
}

.banner_content h2 {
    color: white;
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 64px;
    margin-bottom: 20px;
}

.banner_content p {
    color: #FFF;
    text-align: center;
    font-family: Novela, sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

.banner_content .btn-cta {
    margin-top: 50px;
    border-radius: 20px;
    padding: 17px 60px;
    background: #FFF;
    font-weight: 700;
    color: black;
    text-decoration: none;
}

/* Footer */

.footer {
    background-color: #22292f;
    color: #d6d6d6;
    padding: 40px 20px;
    text-align: center;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
}

.footer-logo {
    display: block;
    margin: 0 auto 50px;
    width: 417px;
    height: 89px;
    text-align: center;
}

.footer-logo img {
    width: 100%;
    height: 100%;
}

.footer-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}

.footer-column {
    flex: 1;
    min-width: 200px;
    margin: 10px;
}

.footer-column:nth-child(1),
.footer-column:nth-child(2) {
    flex-basis: 48%;
}

.footer-column:nth-child(3) {
    flex-basis: 100%;
}

.footer-column h4 {
    font-family: Novela, sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    color: #FFF;
    line-height: normal;
    letter-spacing: 3.6px;
    margin-bottom: 30px;
}

.footer-column p,
.footer-column a {
    /*margin: 5px 0;*/
    color: #d6d6d6;
    text-decoration: none;
}

.footer-column a:hover {
    text-decoration: underline;
}

.follow {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}

.footer .follow h4 {
    margin-right: 28px;
    margin-bottom: 0;
    color: #FFF;
}

.footer .social-links {
    display: flex;
    gap: 10px;
}

.footer .social-links a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #f0f0f0;
    border-radius: 50%;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
}

.footer .social-links a:hover {
    background-color: #1f2329;
    color: #fff;
}

.margin-x{
    margin-left: 15px;
}

.footer-bottom {
    justify-content: space-between;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    padding: 20px 0;
}

.footer-bottom .txt_right {
    text-align: right;
}

.footer-bottom p {
    font-size: 14px;
    color: #FFF;
}

.footer-bottom a {
    color: #FFF;
    text-decoration: none;
    margin: 0 5px;
}

.footer-bottom a:hover {
    text-decoration: underline;
}

.footer .items {
    display: flex;
    gap: 60px;
}

.footer_item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.footer_item li a {
    text-decoration: underline;
    color: white;
}

.footer_item ol, ul {
    padding: 0;
    margin: 0;
}

.footer_item li {
    color: #FBFBFB;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    list-style: none;
    margin-bottom: 10px;
}

/* Contact Page */

.contact-page .locations-section {
    font-family: Novela, sans-serif;
}

.contact-page .tabs {
    display: flex;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 40px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.10);
}

.contact-page .tab {
    background: none;
    border: none;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    color: #000000;
    /*padding: 10px 20px;*/
    padding: 10px 10px 10px 0;
    margin-right: 60px;
    border-bottom: 3px solid transparent;
    transition: 0.3s;
}

.contact-page .tab.active {
    margin-bottom: -2px;
    color: #540c6e;
    border-bottom: 2px solid #83286C;
}

.contact-page .location-details {
    display: flex;
    justify-content: space-between;
}

.contact-page .location {
    display: none;
    flex: 1;
}

.contact-page .location.active {
    display: flex;
}

.contact-page .info {
    width: 39%;
    padding-right: 40px;
}

.contact-page .info_item{
    margin-bottom: 20px;
}

.contact-page .program p{
    font-family: "Strawford", sans-serif;
    color: #000;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 300 !important;
    line-height: 24px;
}

.contact-page .program span{
    font-family: "Strawford", sans-serif;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.contact-page .info h2{
    color: #83286C;
    font-family: Strawford, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.contact-page .info p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.contact-page .map{
    width: 100%;
    height: 517px;
    border-radius: 20px;
}

.contact-page .map iframe {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.contact-page .social-links {
    display: flex;
    flex-direction: column;
    padding: 80px 0 0;
}

.contact-page .social_media{
    display: flex !important;
    gap: 17px !important;
}

.contact-page .social-links a {
    color: #7A2A68;
    text-decoration: none;
    font-size: 20px;
}

.contact-page .social-Link img {
    width: 30px;
    height: 30px;
}

.contact-page .social-links h4 {
    color: #000;
    font-family: "Strawford", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 10px;
}

.btn_service{
    background: white;
    color: black;
    font-size: 1.8rem;
    line-height: 30px;
    padding: 17px 63px;
    border: 1px solid #000000;
    border-radius: 20px;
    font-weight: bold;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn_service:hover{
    background: white;
    color: black;
    border: 1px solid #000000;
    border-radius: 20px;
    font-weight: bold;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.item_btn .btn-cta{
    background: transparent;
    padding: 17px 50px;
    color: black;
    border: 1px solid #83286C;
    margin-top: 50px;
}

.service_page_btn .btn-cta{
    background: transparent;
    padding: 17px 50px;
    color: black;
    border: 1px solid #83286C;
}
