/* HOMEPAGE STYLES
-----------------------------------------------*/
.contentarea .main-btn {
    margin: 0;
}

.contentarea .external-link {
    display: none;
}

.contentarea ul {
    list-style-type: none;
}

.contentarea .button-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

/* Default Slick Arrows */
.slick-next {
    position: absolute;
    right: 50px;
    top: 25%;
    color: transparent;
    background-color: transparent;
    margin: 0;
    padding: 0;
    border-radius: 0;
    line-height: inherit;
    font-size: 0;
}

.slick-next::after,
.slick-prev::before {
    content: '';
    background-image: url(../images/brown-arrow.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 15px;
    height: 25px;
    position: absolute;
}

.slick-prev {
    position: absolute;
    left: 20px;
    top: 25%;
    color: transparent;
    background-color: transparent;
    z-index: 1;
    margin: 0;
    padding: 0;
    border-radius: 0;
    line-height: inherit;
    font-size: 0;
}

.slick-prev::before {
    transform: rotate(180deg);
}

/* Default Slick Dots */
.slick-dots {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    list-style-type: none;
    max-width: 280px;
    width: 100%;
    margin: 0 auto;
}

.slick-dots button {
    padding: 0;
    border-radius: 100%;
    text-indent: -9999px;
    width: 1rem;
    height: 1rem;
    background: transparent;
    border: 2px solid #7e6c2f;
}

.slick-dots .slick-active button {
    background: #7e6c2f;
    border: 0;
    width: 0.9rem;
    height: 0.9rem;
}

/* WELCOME SECTION
-----------------------------------------------*/
.welcome {
    background-image: url(../images/welcome-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 90px 0;
}

.welcome .container {
    padding: 0 100px;
}

.welcome .inner {
    background: #00463a;
    max-width: 1700px;
    width: 100%;
    padding: 75px 50px;
    margin: 0 auto;
}

.welcome h1 {
    font-family: 'Inter';
    color: #fff;
    font-size: 45px;
    font-weight: 500;
    line-height: 124%;
    text-transform: uppercase;
    margin: 0 auto;
}

.welcome p {
    color: #fff;
    font-size: 23px;
    line-height: 150%;
    max-width: 1393px;
    margin: 45px auto;
}

.welcome .main-btn.white-border {
    color: #fff;
}

/* MEET YOUR EXPERT COSMETIC SURGEON SECTION
-----------------------------------------------*/
.surgeon {
    background: #f6f5f5;
    padding: 0;
}

.surgeon .container,
.surgeon .row,
.surgeon .col-xl-6 {
    padding: 0;
}

.surgeon .row {
    align-items: center;
    margin: 0 auto;
}

.surgeon .inner {
    max-width: 818px;
    width: 100%;
    margin: 0 auto;
    padding: 0 25px;
}

.surgeon h2 {
    color: #00463a;
    margin: 0;
}

.surgeon h3 {
    color: #7e6c2f;
    font-size: 30px;
    line-height: 138%;
    letter-spacing: 1.15px;
    text-transform: uppercase;
    max-width: 538px;
    width: 100%;
    margin: 0;
}

.surgeon p {
    color: #363636;
    line-height: 150%;
    font-size: 23px;
    margin: 50px 0;
}

.surgeon .photo {
    background-image: url(../images/dr-k.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 772px;
}

/* SERVICES SECTION
-----------------------------------------------*/
.services,
.services .container,
.services .row,
.services .col-xl-4 {
    padding: 0;
}

.services .face-procedures {
    background-image: url(../images/face-procedures-showcase.webp);
}

.services .body-makeovers {
    background-image: url(../images/body-makeovers-showcase.webp);
}

.services .non-invasive {
    background-image: url(../images/non-invasive-showcase.webp);
}

.services .breast-enhancement {
    background-image: url(../images/breast-enhancement-showcase.webp);
}

.services .laser-solutions {
    background-image: url(../images/laser-solutions-showcase.webp);
}

.services .skin-treatments {
    background-image: url(../images/skin-treatments-showcase.webp);
}

.services .service {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 640px;
    padding: 50px 30px;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
}

.services h3 {
    color: #fff;
    max-width: 497px;
    width: 100%;
    margin: 0;
}

.services .body-makeovers h3 {
    max-width: 371px;
}

.services p {
    color: #fff;
    font-size: 23px;
    line-height: 150%;
    margin: 15px 0;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.service:hover p {
    max-height: 500px;
    height: auto;
    opacity: 1;
}

.contentarea .services .button-wrap {
    justify-content: flex-start;
}

.services .main-btn.white-border {
    color: #fff;
    margin: 0 0 0 auto;
}

/* PATIENT SUCCESS STORIES
-----------------------------------------------*/
.reviews {
    background-image: url(../images/reviews-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 90px 0;
}

.reviews-slider {
    margin: 65px auto;
}

.reviews-box {
    background: #f6f5f5;
    max-width: 400px;
    width: 100%;
    min-height: 435px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    gap: 30px 0;
    margin: 0 auto;
    padding: 25px;
}

.reviews h3 {
    color: #00463a;
    font-size: 30px;
    line-height: 138%;
    letter-spacing: 1.15px;
    text-transform: uppercase;
    margin: 0 auto;
}

.reviews h2 {
    color: #00463a;
    font-family: 'Meow Script';
    text-transform: initial;
    font-size: 80px;
    line-height: 120%;
    font-weight: 400;
    margin: 0 auto;
}

p.patient-review {
    color: #3b3733;
    font-size: 20px;
    line-height: 150%;
    margin: 0 auto;
}

p.patient-name {
    color: #7e6c2f;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 1.15px;
    margin: 0 auto;
}

.reviews .five-stars {
    background-image: url(../images/five-stars.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 152px;
    width: 100%;
    min-height: 27px;
    filter: brightness(0) saturate(100%) invert(45%) sepia(10%) saturate(2801%)
        hue-rotate(9deg) brightness(87%) contrast(76%);
}

.reviews-slider .slick-slide.slick-current + .slick-slide .reviews-box {
    background: #00463a;
    max-width: 510px;
    min-height: 548px;
    padding: 50px 67px;
    gap: 40px 0;
}

.reviews-slider .slick-slide.slick-current + .slick-slide p.patient-review {
    font-size: 23px;
    color: #fff;
}

.reviews-slider .slick-slide.slick-current + .slick-slide p.patient-name {
    color: #fff;
    font-size: 20px;
}

.reviews-slider .slick-slide.slick-current + .slick-slide .five-stars {
    filter: unset;
}

.reviews-slider .slick-track {
    display: flex;
    align-items: center;
    justify-content: center;
}

.reviews .custom-arrows-dots {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 280px;
    width: 100%;
    margin: 0 auto 36px;
}
.reviews .slick-slider-dots,
.reviews .slick-dots {
    max-width: 240px;
    width: 100%;
    margin: 0;
}
.reviews .custom-arrows-dots .custom-next,
.reviews .custom-arrows-dots .custom-prev {
    background: transparent;
    border-radius: 0;
    border: 0;
    padding: 0;
    display: inline-flex;
    align-items: center;
}

/* IMAGINING THE NEW YOU SECTION
-----------------------------------------------*/
.new-you {
    background-image: url(../images/new-you-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 150px 0;
}

.new-you .row {
    justify-content: flex-end;
    align-items: center;
}

.new-you .inner {
    max-width: 833px;
    width: 100%;
    margin: 0 0 0 auto;
    text-align: right;
}

.new-you h2 {
    color: #fff;
    margin: 0;
}

.new-you h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 138%;
    letter-spacing: 1.15px;
    max-width: 707px;
    width: 100%;
    margin: 0 0 0 auto;
}

.new-you p {
    color: #fff;
    margin: 50px 0;
    font-size: 23px;
    line-height: 150%;
}

.new-you .button-wrap {
    justify-content: flex-end;
}

/* RESPONSIVE 
-----------------------------------------------*/
@media (min-width: 2000px) {
    .welcome .inner {
        max-width: 100%;
    }

    .surgeon .container,
    .services .container {
        max-width: 100%;
    }

    .surgeon .photo {
        min-height: 71vh;
    }

    .services .service {
        min-height: 60vh;
    }

    .new-you {
        min-height: 80vh;
        display: flex;
        align-items: center;
    }

    .welcome .container,
    .new-you .container {
        max-width: 2460px;
    }

    .welcome h1 {
        max-width: 1730px;
    }

    .welcome p {
        max-width: 2000px;
    }
}

@media (max-width: 1600px) {
    .services p {
        font-size: 20px;
    }
}

@media (max-width: 1500px) {
    .reviews-slider .reviews-box {
        background: #00463a;
        max-width: 510px;
        min-height: 548px;
        padding: 50px 67px;
        gap: 40px 0;
    }

    .reviews-slider p.patient-review {
        font-size: 23px;
        color: #fff;
    }

    .reviews-slider p.patient-name {
        color: #fff;
        font-size: 20px;
    }

    .reviews-slider .five-stars {
        filter: unset;
    }
}

@media (max-width: 1400px) {
    .surgeon p {
        font-size: 20px;
    }

    .services h3 {
        font-size: 34px;
    }
}

@media (max-width: 1199px) {
    .surgeon p {
        font-size: 23px;
    }

    .surgeon .row {
        flex-flow: column-reverse;
    }

    .surgeon .inner {
        padding: 50px 25px;
        max-width: 100%;
    }

    .surgeon .photo {
        min-height: 80vw;
    }

    .new-you .container {
        padding: 0 25px;
    }

    .new-you .inner {
        max-width: 600px;
    }

    .new-you {
        background-position: left -400px center;
    }
}

@media (min-width: 1026px) {
    .new-you .inner.tablet-mobile,
    .new-you .blur {
        display: none;
    }
}

@media (max-width: 1025px) {
    .welcome {
        padding: 35px 0;
    }

    .welcome .container {
        padding: 0 50px;
    }

    .welcome h1,
    .surgeon h2,
    .new-you h2 {
        font-size: 33px;
    }

    .welcome p,
    .surgeon p,
    .new-you p {
        font-size: 20px;
        line-height: 160%;
    }

    .welcome .inner {
        padding: 75px 15px;
    }

    .surgeon h3,
    .reviews h3,
    .new-you h3 {
        font-size: 25px;
    }

    .reviews {
        padding: 67px 0;
    }

    .reviews h2 {
        font-size: 55px;
    }

    .reviews-slider p.patient-review {
        font-size: 20px;
    }

    .reviews-slider p.patient-name {
        font-size: 18px;
    }

    .reviews-slider .reviews-box,
    .reviews-slider .slick-slide.slick-current + .slick-slide .reviews-box {
        padding: 50px 25px;
        min-height: 500px;
    }

    .reviews-slider {
        margin: 50px auto;
    }

    .new-you {
        background-image: unset;
        padding: 0;
        position: relative;
        overflow: hidden;
        padding-bottom: 180px;
    }

    .new-you .row {
        position: relative;
    }

    .new-you .photo {
        background-image: url(../images/new-you-bg-t.webp);
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;
        width: 100%;
        min-height: 119vw;
    }

    .new-you .container {
        padding: 0;
    }

    .new-you .blur {
        position: absolute;
        width: 200%;
        height: 100%;
        background: #4d5861;
        bottom: -84vw;
        left: -200px;
        filter: blur(125px);
    }

    .new-you .col-xl-7 {
        display: none;
    }

    .new-you .inner {
        max-width: 100%;
        width: 100%;
        position: relative;
        z-index: 2;
        text-align: center;
        padding: 50px 25px;
    }

    .new-you .inner.tablet-mobile {
        position: absolute;
        bottom: 0;
        width: 100%;
    }

    .new-you h3 {
        margin: 0 auto;
    }

    .new-you .button-wrap {
        justify-content: center;
    }
}

@media (max-width: 991px) {
    .services .service {
        min-height: 102vw;
    }

    .services:hover p {
        opacity: 0;
        max-height: 0;
    }
}

@media (max-width: 767px) {
    .welcome .container {
        padding: 0 25px;
    }

    .surgeon .main-btn span {
        display: none;
    }

    .new-you .photo {
        min-height: 900px;
    }

    .new-you {
        padding-bottom: 280px;
    }

    .new-you .blur {
        bottom: -32em;
    }
}

@media (max-width: 600px) {
    .new-you {
        padding-bottom: 80vw;
    }

    .new-you .photo {
        background-image: url(../images/new-you-bg-m.webp);
    }
}

@media (max-width: 500px) {
    .surgeon h2 {
        font-size: 28px;
    }

    .surgeon h3 {
        font-size: 22px;
    }

    .services h3 {
        font-size: 28px;
    }

    .services p {
        font-size: 18px;
    }

    /* .services .service {
        min-height: 540px;
    } */
    .new-you {
        padding-bottom: 130vw;
    }
}

@media (max-width: 410px) {
    .new-you {
        padding-bottom: 150vw;
    }
}

@media (max-width: 390px) {
    .welcome h1 {
        font-size: 28px;
    }

    .new-you {
        padding-bottom: 180vw;
    }
}
