/* Meet Your Dentist Section - Scoped to .meet-dentist */

.meet-dentist {
    position: relative;
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px 0 20px 0;
    background: linear-gradient(160deg, #FFFDF8 0%, #F8F6F0 40%, #FDFCF9 75%, #FFFFFF 100%);
    overflow: hidden;
    box-sizing: border-box;
}

.meet-dentist .meet-dentist__organic-bg {
    position: absolute;
    width: 750px;
    height: 750px;
    top: 50%;
    left: -100px;
    transform: translateY(-50%);
    background: radial-gradient(circle, rgba(240, 230, 210, 0.22) 0%, rgba(245, 240, 228, 0.14) 60%, transparent 80%);
    border-radius: 50%;
    filter: blur(55px);
    z-index: 0;
    pointer-events: none;
}

.meet-dentist .meet-dentist__container {
    position: relative;
    z-index: 1;
    max-width: 1300px;
    width: 100%;
    margin: -8px auto 0 auto;
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
}

/* Asymmetric Grid */
.meet-dentist .meet-dentist__grid {
    display: grid;
    grid-template-columns: minmax(390px, 450px) 1fr;
    gap: clamp(45px, 5.5vw, 75px);
    align-items: center;
}

/* Visual Column with Organic Portrait & Floating Elements */
.meet-dentist .meet-dentist__visual-area {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.meet-dentist .meet-dentist__portrait-wrapper {
    position: relative;
    width: 100%;
    max-width: 430px;
}

.meet-dentist .meet-dentist__frame {
    position: relative;
    width: 100%;
    height: clamp(560px, 75vh, 650px);
    border-radius: 60% 40% 55% 45% / 45% 55% 45% 55%;
    overflow: hidden;
    border: 9px solid rgba(255, 255, 255, 0.96);
    box-shadow: 0 26px 65px rgba(77, 168, 255, 0.25), 0 6px 20px rgba(53, 214, 197, 0.15);
    transition: all 0.5s ease;
}

.meet-dentist .meet-dentist__frame:hover {
    border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
}

.meet-dentist .meet-dentist__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 15%;
    transition: transform 0.6s ease;
}

.meet-dentist .meet-dentist__portrait-wrapper:hover .meet-dentist__image {
    transform: scale(1.05);
}

/* Floating Credential Capsules */
.meet-dentist .meet-dentist__pill {
    position: absolute;
    z-index: 3;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1.5px solid rgba(131, 230, 208, 0.55);
    border-radius: 999px;
    padding: clamp(10px, 1.4vh, 13px) clamp(18px, 1.6vw, 24px);
    box-shadow: 0 14px 34px rgba(77, 168, 255, 0.2);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.meet-dentist .meet-dentist__pill:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 18px 38px rgba(77, 168, 255, 0.28);
}

.meet-dentist .meet-dentist__pill-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, #4DA8FF 0%, #35D6C5 100%);
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
}

.meet-dentist .meet-dentist__pill-text {
    font-size: 0.88rem;
    font-weight: 700;
    color: #1A516E;
    letter-spacing: -0.01em;
    white-space: nowrap;
}

.meet-dentist .meet-dentist__pill--role {
    top: clamp(30px, 4.8vh, 50px);
    left: -18px;
}

.meet-dentist .meet-dentist__pill--exp {
    bottom: clamp(30px, 4.8vh, 50px);
    right: -12px;
}

/* Content Area */
.meet-dentist .meet-dentist__content-area {
    padding-left: clamp(4px, 1vw, 15px);
}

.meet-dentist .meet-dentist__section-tag {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 0.86rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.13em;
    color: #0E8378;
    background: rgba(131, 230, 208, 0.25);
    padding: 7px 20px;
    border-radius: 999px;
    margin-bottom: clamp(10px, 1.5vh, 16px);
}

.meet-dentist .meet-dentist__title {
    font-size: clamp(2.75rem, 4.1vw, 3.55rem);
    font-weight: 800;
    letter-spacing: -0.025em;
    line-height: 1.08;
    color: #1A516E;
    margin: 0 0 7px 0;
}

.meet-dentist .meet-dentist__designation {
    font-size: clamp(1.25rem, 1.6vw, 1.45rem);
    font-weight: 700;
    color: #35D6C5;
    margin-bottom: clamp(15px, 2.2vh, 22px);
}

/* Credential Badges Matrix */
.meet-dentist .meet-dentist__badges-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: clamp(16px, 2.4vh, 24px);
}

.meet-dentist .meet-dentist__badge-item {
    background: rgba(235, 245, 255, 0.75);
    border: 1px solid rgba(77, 168, 255, 0.38);
    border-radius: 12px;
    padding: 10px 20px;
    font-size: 0.92rem;
    font-weight: 600;
    color: #1B5E82;
    display: flex;
    align-items: center;
    gap: 9px;
}

.meet-dentist .meet-dentist__badge-item i {
    color: #4DA8FF;
}

.meet-dentist .meet-dentist__bio {
    font-size: clamp(1.04rem, 1.28vw, 1.14rem);
    line-height: 1.76;
    color: #386782;
    margin: 0 0 clamp(16px, 2.4vh, 24px) 0;
    max-width: 660px;
}


.meet-dentist .meet-dentist__action-btn {
    background: linear-gradient(135deg, #4DA8FF 0%, #35D6C5 100%);
    color: #FFFFFF;
    font-size: 1.04rem;
    font-weight: 700;
    text-decoration: none;
    padding: clamp(14px, 1.8vh, 17px) 38px;
    border-radius: 999px;
    box-shadow: 0 8px 26px rgba(77, 168, 255, 0.35);
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.meet-dentist .meet-dentist__action-btn:hover {
    color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(77, 168, 255, 0.46);
}

/* Laptop and compact viewport adjustments */
@media (min-width: 993px) and (max-height: 800px) {
    .meet-dentist .meet-dentist__container {
        margin-top: -28px;
    }
    .meet-dentist .meet-dentist__frame {
        height: clamp(380px, 52vh, 450px);
    }
    .meet-dentist .meet-dentist__title {
        font-size: 2.15rem;
    }
    .meet-dentist .meet-dentist__designation {
        margin-bottom: 12px;
    }
    .meet-dentist .meet-dentist__badges-grid {
        margin-bottom: 14px;
    }
    .meet-dentist .meet-dentist__bio {
        font-size: 0.92rem;
        line-height: 1.55;
        margin-bottom: 12px;
    }
    .meet-dentist .meet-dentist__action-btn {
        padding: 11px 26px;
        font-size: 0.9rem;
    }
}

/* Responsive queries */
@media (max-width: 992px) {
    .meet-dentist {
        height: auto;
        min-height: auto;
        max-height: none;
        overflow: hidden !important;
        padding: 75px 0 45px 0;
        width: 100%;
        max-width: 100vw;
        box-sizing: border-box;
    }
    .meet-dentist .meet-dentist__organic-bg {
        width: min(420px, 90vw);
        height: min(420px, 90vw);
        left: 50%;
        top: 35%;
        transform: translate(-50%, -50%);
        opacity: 0.6;
    }
    .meet-dentist .meet-dentist__container {
        margin: 0 auto;
        width: 100%;
        max-width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .meet-dentist .meet-dentist__grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }
    .meet-dentist .meet-dentist__portrait-wrapper {
        width: 100%;
        max-width: min(380px, 86vw);
        margin: 0 auto;
    }
    .meet-dentist .meet-dentist__frame {
        height: min(420px, 56vh);
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
    }
    .meet-dentist .meet-dentist__content-area {
        padding-left: 0;
        text-align: center;
    }
    .meet-dentist .meet-dentist__badges-grid {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .meet-dentist {
        padding: 65px 0 35px 0;
    }
    .meet-dentist .meet-dentist__container {
        padding: 0 16px;
    }
    .meet-dentist .meet-dentist__portrait-wrapper {
        max-width: min(320px, 84vw);
    }
    .meet-dentist .meet-dentist__frame {
        height: min(340px, 48vh);
    }
    .meet-dentist .meet-dentist__pill {
        padding: 8px 14px;
        font-size: 0.76rem;
        box-shadow: 0 6px 18px rgba(77, 168, 255, 0.16);
    }
    .meet-dentist .meet-dentist__pill-icon {
        width: 28px;
        height: 28px;
        font-size: 0.82rem;
    }
    .meet-dentist .meet-dentist__pill--role {
        left: -8px;
        top: 14px;
    }
    .meet-dentist .meet-dentist__pill--exp {
        right: -8px;
        bottom: 14px;
    }
    .meet-dentist .meet-dentist__title {
        font-size: clamp(2rem, 8vw, 2.4rem);
    }
    .meet-dentist .meet-dentist__action-btn {
        width: 100%;
        justify-content: center;
    }
}
