/* Landing Page - Dental Implants
---------------------------------------------------------- */

/* Buttons */
.lp-btn {
    display: inline-block;
    padding: 10px 20px;
    border: 2px solid var(--tertiary-color);
    color: var(--tertiary-color);
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1.15px;
    text-decoration: none;
    transition: all 0.3s ease;
    width: fit-content;
    line-height: 1.6;
}
.lp-btn:hover {
    background: var(--tertiary-color);
    color: var(--white);
}
.lp-btn.filled {
    background: var(--main-color);
    border-color: var(--main-color);
    color: var(--white);
}
.lp-btn.filled:hover {
    background: var(--tertiary-color);
    border-color: var(--tertiary-color);
}

/* Hero Banner
---------------------------------------------------------- */
.lp-hero {
    position: relative;
    height: clamp(300px, 28.6vw, 549px);
    overflow: hidden;
    background-color: #d8dadb;
}
.lp-hero-bg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-60%);
    width: auto;
    height: 190%;
    max-width: none;
    object-fit: cover;
}
.lp-hero::after {
    content: '';
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 150%;
    height: 220px;
    background: white;
    border-radius: 2000px 2000px 0 0;
    filter: blur(50px);
    z-index: 1;
}

/* Intro Section
---------------------------------------------------------- */
.lp-intro {
    background: white;
    text-align: center;
    padding: 25px clamp(25px, 19vw, 367px) 10px;
}
.lp-intro h2 {
    font-family: var(--font-family-primary);
    font-size: clamp(36px, 5vw, 64px);
    font-weight: 400;
    line-height: 1.2;
    color: var(--tertiary-color);
    text-transform: capitalize !important;
    margin: 0 0 20px;
}
.lp-intro p {
    font-size: clamp(18px, 1.5vw, 23px);
    line-height: 1.5;
    color: var(--black);
    margin: 0 0 15px;
}
.lp-intro a {
    color: var(--main-color);
}

/* Video Embed
---------------------------------------------------------- */
.lp-video {
    padding: 0 clamp(25px, 19vw, 367px) 75px;
    background: white;
}

/* Implants We Offer
---------------------------------------------------------- */
.lp-implants {
    background: white;
    padding: 75px clamp(25px, 13vw, 250px);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.lp-implants > h2 {
    font-family: var(--font-family-primary);
    font-size: clamp(36px, 5vw, 64px);
    font-weight: 400;
    line-height: 1.2;
    color: var(--tertiary-color);
    text-align: center;
    text-transform: capitalize;
    margin: 0 0 75px;
}
.lp-implant-cards {
    display: flex;
    flex-direction: column;
    gap: 75px;
    max-width: 1417px;
    margin: 0 auto;
}
.lp-implant-card {
    display: flex;
    align-items: center;
    gap: 50px;
}
.lp-implant-card:nth-child(even) {
    flex-direction: row-reverse;
}
.lp-implant-image {
    width: 400px;
    height: 400px;
    min-width: 400px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    background-color: var(--tertiary-color);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}
.lp-implant-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lp-implant-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.lp-implant-info h3 {
    font-size: clamp(24px, 3vw, 40px);
    font-weight: 600;
    line-height: 1.3;
    color: var(--tertiary-color);
    margin: 0;
}
.lp-implant-info p {
    font-size: clamp(18px, 1.5vw, 23px);
    line-height: 1.5;
    color: var(--secondary-color);
    margin: 0;
}

.lp-implants-cta {
    margin-top: 50px;
}

/* CTA Section / Form
---------------------------------------------------------- */
.lp-cta {
    padding: 126px 25px;
    background-color: var(--secondary-color);
    position: relative;
}
.lp-cta::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 990px;
    height: 500px;
    background-image: url('../images/home-sign.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 0;
}
.lp-cta .fillable-form-container {
    width: min(100%, 1600px);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    position: relative;
    z-index: 1;
}
.lp-cta .fillable-form-left {
    width: min(50%, 815px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.lp-cta .fillable-form-right {
    width: min(50%, 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.lp-cta .fillable-form-inner-box {
    text-align: left;
    margin: 0 auto;
    color: var(--white);
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.lp-cta .fillable-form-inner-box p {
    margin: 0;
}
.lp-cta .fillable-form-title {
    display: flex;
    flex-direction: column-reverse;
}
.lp-cta .fillable-form-title h2 {
    font-family: var(--font-family-main);
    font-size: var(--h1-font-size);
    font-style: normal;
    font-weight: var(--font-weight-normal);
    line-height: var(--line-height-normal);
    letter-spacing: var(--heading-letter-spacing-normal);
    text-transform: var(--heading-text-transform-capitalize);
    margin: var(--text-margin-normal);
    color: var(--main-color);
}
.lp-cta .fillable-form-title h3 {
    font-family: var(--font-family-main);
    font-size: var(--h4-font-size);
    font-style: normal;
    font-weight: var(--font-weight-bold);
    line-height: var(--line-height-normal);
    letter-spacing: var(--heading-letter-spacing-normal);
    text-transform: var(--heading-text-transform-uppercase);
    color: var(--white);
}
.lp-cta .fillable-form-holder {
    width: min(100%, 667px);
    margin: 0 auto;
}
#lp_fillable_form .bp-submit-wrap {
    margin: 20px auto 0 0;
}
#lp_fillable_form .bp-submit-wrap button[type='submit'] {
    border-color: var(--main-color);
    color: var(--white);
    background-color: var(--main-color);
}
#lp_fillable_form .bp-submit-wrap button[type='submit']:hover {
    color: var(--white);
    border-color: var(--white);
    background-color: transparent;
}
#lp_fillable_form *::placeholder {
    color: var(--secondary-color);
}
#lp_fillable_form .floating-label * {
    border-radius: 0;
    color: var(--secondary-color);
    background-color: var(--white);
}
#lp_fillable_form .floating-label textarea {
    min-height: 185px;
}
#lp_fillable_form .floating-label * + span {
    color: var(--secondary-color);
    background-color: var(--white);
    font-weight: bold;
}
#lp_fillable_form .floating-label *:focus:invalid + span,
#lp_fillable_form .floating-label *:focus + span {
    color: var(--secondary-color);
    background-color: var(--white);
}
#lp_fillable_form *:focus {
    border-color: var(--white);
    box-shadow: 0 0 0 1px var(--white);
}

/* Financing Section
---------------------------------------------------------- */
.lp-financing {
    padding: 100px 25px;
    background-color: var(--white);
    background-image: url('../images/meetdocbg2.webp');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.lp-financing::before {
    content: '';
    position: absolute;
    bottom: 50%;
    right: 0;
    transform: translateY(50%);
    width: min(100%, 50%);
    height: min(40vw, 600px);
    background: linear-gradient(180deg, #FDFDFD 0%, #30B5D3 100%);
    z-index: 0;
}
.lp-financing-flex {
    width: min(100%, 1600px);
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
    position: relative;
    z-index: 1;
}
.lp-financing-left {
    display: block;
    height: min(50vw, 763px);
    width: min(48%, 666px);
    flex-shrink: 0;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.30);
}
.lp-financing-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lp-financing-right {
    width: min(48%, 724px);
    display: flex;
    flex-direction: column;
    gap: 30px;
    text-align: left;
}
.lp-financing-right h2 {
    color: var(--main-color);
    font-family: var(--font-family-secondary);
    font-size: var(--h2-font-size);
    font-weight: var(--font-weight-bold);
    line-height: var(--line-height-normal);
    letter-spacing: var(--heading-letter-spacing-two);
    text-transform: var(--heading-text-transform-uppercase);
    margin: 0;
}
.lp-financing-right p {
    font-size: clamp(18px, 1.5vw, 23px);
    line-height: 1.5;
    color: var(--secondary-color);
    margin: 0;
}
.lp-financing-right .main-btn {
    align-self: flex-start;
    margin: 0;
}

/* Reviews Section
---------------------------------------------------------- */
.lp-reviews.review_1 {
    padding: min(10%, 103px) min(10%, 25px);
    background-color: var(--secondary-color);
    position: relative;
    z-index: 1;
}
.lp-reviews.review_1::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 990px;
    height: 500px;
    background-image: url('../images/home-sign.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 0;
}
.lp-reviews .reviews-flex {
    display: flex;
    width: min(100%, 1450px);
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 50px 0;
}
.lp-reviews .reviews-top-title {
    text-align: center;
}
.lp-reviews .reviews-top-title h2 {
    font-family: var(--font-family-main);
    color: var(--white);
    font-size: var(--h1-font-size);
    font-weight: var(--font-weight-normal);
    line-height: var(--line-height-normal);
    letter-spacing: var(--heading-letter-spacing-normal);
    text-transform: var(--heading-text-transform-capitalize);
}
.lp-reviews .reviews-slider-info {
    position: relative;
    z-index: 1;
    width: 100%;
    color: var(--white);
}
.lp-reviews .reviews-slide-info-content {
    width: min(90%, 1100px);
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.lp-reviews .reviews-slide-info-content p {
    margin: 0;
    order: 0;
}
.lp-reviews .reviews-slide-info-content .reviewer-name {
    color: var(--main-color);
    font-family: var(--font-family-main);
    font-size: var(--h4-font-size);
    font-weight: var(--font-weight-bold);
    line-height: var(--line-height-normal);
    letter-spacing: var(--heading-letter-spacing-normal);
    text-transform: var(--heading-text-transform-uppercase);
    margin-top: 50px;
    order: 1;
}
.lp-reviews .reviews-button {
    display: flex;
    gap: 30px;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 40px;
}
.lp-reviews .reviews-button a,
.lp-reviews .reviews-button button {
    margin: 0;
}
.lp-reviews .reviews-nav-holder {
    position: relative;
    padding: 0 min(5%, 40px);
    width: min(100%, 400px);
    margin: 0 auto;
}
.lp-reviews .reviews-flex {
    position: relative;
}
.lp-reviews .slick-arrow svg {
    width: 40px;
    height: 40px;
}
.lp-reviews .slick-arrow svg path {
    fill: var(--white);
}
.lp-reviews .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    margin: 0;
    padding: 10px;
    border-radius: 0;
    border: none;
    cursor: pointer;
    z-index: 2;
}
.lp-reviews .slick-arrow.slick-prev {
    left: 0;
}
.lp-reviews .slick-arrow.slick-next {
    right: 0;
}
.lp-reviews .reviews-nav-holder ul.slick-dots {
    justify-content: center;
    display: flex;
    align-items: center;
    margin: 0 auto;
    list-style-type: none;
    gap: 25px;
    padding: 0;
}
.lp-reviews .reviews-nav-holder ul.slick-dots li {
    display: flex;
}
.lp-reviews .reviews-nav-holder ul.slick-dots button {
    background-color: transparent;
    font-size: 0;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    transition: ease-in-out 0.5s;
    border: 2px solid var(--white);
}
.lp-reviews .reviews-nav-holder ul.slick-dots button:hover,
.lp-reviews .reviews-nav-holder ul.slick-dots .slick-active button {
    background-color: var(--white);
}
@media (max-width: 1025px) {
    .lp-reviews .reviews-button {
        justify-content: center;
    }
    .lp-reviews.review_1 {
        padding: 50px 25px;
    }
    .lp-reviews .reviews-flex {
        gap: 30px 0;
    }
}
@media (max-width: 767px) {
    .lp-reviews .slick-arrow svg {
        width: 20px;
        height: 20px;
    }
}

/* Before/After Section
---------------------------------------------------------- */
.lp-before-after {
    padding: 100px 25px;
    background-color: var(--white);
    background-image: url('../images/meetdocbg2.webp');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.lp-before-after::before {
    content: '';
    position: absolute;
    bottom: 50%;
    left: 0;
    transform: translateY(50%);
    width: min(100%, 50%);
    height: min(40vw, 600px);
    background: linear-gradient(180deg, #FDFDFD 0%, #30B5D3 100%);
    z-index: 0;
}
.lp-ba-flex {
    width: min(100%, 1600px);
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
    position: relative;
    z-index: 1;
}
.lp-ba-left {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: min(48%, 666px);
    flex-shrink: 0;
}
.lp-ba-left img {
    width: 100%;
    height: min(25vw, 370px);
    object-fit: cover;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.30);
}
.lp-ba-right {
    width: min(48%, 724px);
    display: flex;
    flex-direction: column;
    gap: 30px;
    text-align: left;
}
.lp-ba-right h2 {
    color: var(--main-color);
    font-family: var(--font-family-secondary);
    font-size: var(--h2-font-size);
    font-weight: var(--font-weight-bold);
    line-height: var(--line-height-normal);
    letter-spacing: var(--heading-letter-spacing-two);
    text-transform: var(--heading-text-transform-uppercase);
    margin: 0;
}
.lp-ba-right p {
    font-size: clamp(18px, 1.5vw, 23px);
    line-height: 1.5;
    color: var(--secondary-color);
    margin: 0;
}
.lp-ba-right .main-btn {
    align-self: flex-start;
    margin: 0;
}

/* Video Banner
---------------------------------------------------------- */
.lp-video-banner {
    position: relative;
    height: clamp(300px, 22vw, 423px);
    overflow: hidden;
}
.lp-video-banner-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}
.lp-video-banner-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lp-video-banner-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(22, 143, 170, 0.5);
}
.lp-video-banner-embed {
    position: absolute;
    right: 0;
    top: 0;
    width: clamp(300px, 35vw, 665px);
    height: 100%;
    z-index: 1;
    overflow: hidden;
}
.lp-video-banner-embed img,
.lp-video-banner-embed iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Doctors Section
---------------------------------------------------------- */
.lp-doctors {
    background: var(--secondary-color);
    padding: 75px clamp(25px, 13vw, 250px);
    text-align: center;
}
.lp-doctors > h2 {
    font-family: var(--font-family-secondary);
    font-size: clamp(28px, 3.5vw, 45px);
    font-weight: 700;
    line-height: 1.24;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--main-color);
    margin: 0 0 50px;
}
.lp-doctor-cards {
    display: flex;
    gap: 50px;
    justify-content: center;
    flex-wrap: wrap;
}
.lp-doctor-card {
    max-width: 500px;
    text-align: center;
}
.lp-doctor-card img {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
.lp-doctor-card h3 {
    font-size: clamp(22px, 2vw, 30px);
    font-weight: 700;
    color: var(--white);
    margin: 0 0 15px;
}
.lp-doctor-card p {
    font-size: clamp(16px, 1.2vw, 20px);
    line-height: 1.5;
    color: var(--white);
    margin: 0 0 10px;
    opacity: 0.9;
}

/* SEO Content Section
---------------------------------------------------------- */
.lp-seo {
    padding: 75px clamp(25px, 13vw, 250px);
    background: var(--white);
}
.lp-seo:not(:has(*)) {
    padding: 0;
}
.lp-seo h2 {
    font-family: var(--font-family-secondary);
    font-size: clamp(24px, 3vw, 36px);
    font-weight: 700;
    line-height: 1.3;
    color: var(--main-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 30px 0 15px;
}
.lp-seo h2:first-child {
    margin-top: 0;
}
.lp-seo p {
    font-size: clamp(16px, 1.2vw, 20px);
    line-height: 1.5;
    color: var(--secondary-color);
    margin: 0 0 15px;
}
.lp-seo ul {
    padding-left: 25px;
    margin: 0 0 20px;
}
.lp-seo li {
    font-size: clamp(16px, 1.2vw, 20px);
    line-height: 1.5;
    color: var(--secondary-color);
    margin-bottom: 8px;
}
.lp-seo a {
    color: var(--main-color);
}
.lp-seo .accordion-item {
    margin-top: 0;
}

/* Responsive
---------------------------------------------------------- */
@media (max-width: 1200px) {
    .lp-implant-card,
    .lp-implant-card:nth-child(even) {
        flex-direction: column;
        text-align: center;
    }
    .lp-implant-image {
        width: 300px;
        height: 300px;
        min-width: 300px;
    }
    .lp-implant-info {
        align-items: center;
    }
    .lp-ba-flex {
        flex-direction: column;
        align-items: center;
        width: min(100%, 600px);
    }
    .lp-ba-left {
        width: min(100%, 666px);
    }
    .lp-ba-left img {
        height: min(50vw, 370px);
    }
    .lp-ba-right {
        width: min(100%, 724px);
    }
    .lp-cta {
        padding: 50px 25px;
    }
    .lp-cta .fillable-form-container {
        flex-direction: column;
        gap: 50px;
    }
    .lp-cta .fillable-form-left {
        width: min(100%, 815px);
    }
    .lp-cta .fillable-form-right {
        width: 100%;
    }
    .lp-financing-flex {
        flex-direction: column;
        align-items: center;
        width: min(100%, 600px);
    }
    .lp-financing-left {
        height: min(100vw, 763px);
        width: min(100%, 666px);
    }
    .lp-financing-right {
        width: min(100%, 724px);
    }
}

@media (max-width: 768px) {
    .lp-implant-image {
        width: 250px;
        height: 250px;
        min-width: 250px;
    }
    .lp-before-after {
        padding: 50px 25px;
    }
    .lp-financing {
        padding: 50px 25px;
    }
    .lp-doctor-cards {
        flex-direction: column;
        align-items: center;
    }
    .lp-video-banner {
        height: auto;
        min-height: 250px;
    }
    .lp-video-banner-embed {
        position: relative;
        width: 100%;
        height: 250px;
    }
    .lp-video-banner-bg {
        display: none;
    }
}
