*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

html,
body {
    height: 100%;
    font-family: 'Poppins', sans-serif !important;
}

body {
    background: #fff;
    color: #333;
    padding: 0;
    margin: 0;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 30px;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 8px 0px #00000040;
    height: 70px;
    position: relative;
    /* max-width: 1440px; */
    margin: auto;
}

.lapband-logo {
    display: flex;
}

.contact-number a {
    color: #0F4D81;
    font-size: 22px;
    font-weight: 500;
    text-decoration: none;
}

.logo-img {
    width: 208px;
    margin-bottom: 10px;
}

footer {
    background-color: #fdaf95;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px clamp(20px, 5vw, 80px);
}

.copy-text {
    font-size: 14px;
    font-weight: 400;
    color: #181818;
}

.contact-us-section {
    color: #181818;
}

.contact-us-section a {
    color: #181818;
    text-decoration: none;
}

.contact-us-text {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.contact-us-number {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
}

.links-sections {
    display: flex;
    gap: 12px;
    flex-direction: column;
}

.footer-links-section {
    display: flex;
    gap: 10px;
    align-items: start;
}

.footer-links-section a {
    text-decoration: none;
    color: #181818;
    font-weight: 600;
    font-size: 14px;
}

.footer-social {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.footer-social a {
    width: 40px;
    height: 40px;
    background: #fdaf95;
    color: #181818;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 24px;
    transition: 0.3s;
}

.footer-links-section a:nth-child(1),
.footer-links-section a:nth-child(2),
.footer-links-section a:nth-child(3) {
    border-right: 1px solid #181818;
    padding-right: 12px;
}

.footer-social a:hover {
    background: #fafafa;
    color: #323232;
}

.footer-title {
    text-align: center;
    font-size: 18px;
    color: #93bce2;
    margin-top: 20px;
}

.email-wrapper {
    width: 100%;
    margin: 0;
    background: #fff;
    overflow: hidden;
    /* max-width: 1440px; */
    margin: auto;
    position: relative;
}

/* ── Header tagline ── */
.tagline {
    background: #fff;
    text-align: center;
    padding: 36px 40px 16px;
}

.tagline p {
    font-style: italic;
    /* font-size: clamp(26px, 3vw, 48px); */
    font-size: 40px;
    color: #fdaf95;
    line-height: 1.45;
}

.tagline h1 {
    font-style: italic;
    font-size: 48px;
    color: #fdaf95;
    line-height: 1.45;
}


/* ── Divider ── */
.divider {
    height: 6px;
    /* background: linear-gradient(to right, #ff6c6c 0%, #e8b080 50%, #ff6c6c 100%); */
    background-color: #fdaf95;
}


@media screen and (max-width: 1024px) {
    .divider-with-margin-top {
        margin-top: 20px !important;
    }
}

/* ── Logo / brand row ── */
.brand-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    /* padding: 28px 40px 20px; */
    padding: 20px;
    background: #fff;
    margin-top: 50px;
}

.brand-logo {
    width: clamp(72px, 8vw, 120px);
    height: clamp(72px, 8vw, 120px);
    background: linear-gradient(135deg, #b8933a 0%, #e2c070 50%, #b8933a 100%);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.brand-logo svg {
    width: 60%;
    height: 60%;
    fill: #fff;
}

.brand-text {
    text-align: left;
}

.brand-text img {
    transform: scale(0.8);
}

.brand-text h1 {
    font-weight: 700;
    font-size: clamp(26px, 4vw, 60px);
    letter-spacing: 4px;
    color: #9c3900a9;
    text-transform: uppercase;
}

.brand-text p {
    font-size: clamp(11px, 1.3vw, 18px);
    letter-spacing: 3px;
    color: #888;
    text-transform: uppercase;
    margin-top: 4px;
}

/* ── Nav buttons ── */
.nav-buttons {
    display: flex;
    padding: 0 40px 24px;
    justify-content: center;
    gap: 12px;
}

.nav-btn {
    flex: 0 1 260px;
    background: #fdaf95;
    color: #fff;
    font-size: clamp(13px, 1.4vw, 20px);
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: clamp(12px, 1.5vw, 20px) clamp(20px, 2vw, 36px);
    text-align: center;
    text-decoration: none;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fdaf95;
    cursor: pointer;
}

.nav-btn:hover {
    background-color: #f0f0f0;
    color: #323232;
}

/* ── Hero image section ── */
.hero {
    background: linear-gradient(135deg, #d4c4b0 0%, #c8b8a4 40%, #b8a890 100%);
    /* min-height: clamp(260px, 38vw, 860px); */
    min-height: 530px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-image: url('images/banner-1.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    padding: 10px 50px 10px 200px;
    border-bottom: 10px solid #72A0B3;
    background-color: #f1f1f1;
}


.hero-section {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    width: 50%;
    gap: 20px;
    padding-left: 120px;
}

.form-section {
    width: 40%;
    box-shadow: 0px 4px 13.3px 0px #00000040;
    position: absolute;
    right: 50px;
    top: 30px;
}

.form-section form {
    margin: 0 !important;
    box-shadow: none !important;
}

.hero-section p {
    width: 70%;
    font-weight: 400;
    font-size: 22px;
    color: #7F5F3D;
    line-height: 36px;
    padding-right: 20px;
}

/* Simulated person silhouette on the left */
.hero-figure {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 52%;
    background: linear-gradient(to right,
            rgba(180, 165, 148, 0.9) 0%,
            rgba(180, 165, 148, 0.5) 70%,
            transparent 100%);
    overflow: hidden;
}

/* Stylised abstract shape to suggest the person */
.hero-figure::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 18%;
    width: clamp(120px, 16vw, 240px);
    height: 95%;
    background: linear-gradient(180deg, #e8d8c8 0%, #d4bfa8 40%, #c0a888 100%);
    border-radius: 60px 60px 0 0;
    opacity: 0.7;
}

.hero-figure::after {
    content: '';
    position: absolute;
    bottom: 42%;
    left: 30%;
    width: clamp(70px, 9vw, 130px);
    height: clamp(70px, 9vw, 130px);
    background: #ddd0be;
    border-radius: 50%;
    opacity: 0.8;
}

.hero-text {
    /* transform: translateY(-50%);
    text-align: right; */
    z-index: 2;
}

.hero-text h2 {
    font-size: 34px;
    line-height: 1.1;
    color: #FDAF95;
    font-weight: 700;
    text-align: start;
}

/* ── Hero caption band ── */
.hero-caption {
    background: #72a0b3;
    color: #fff;
    text-align: center;
    padding: clamp(16px, 2.5vw, 36px) 40px;
    font-size: clamp(15px, 1.8vw, 26px);
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 1.6;
    /* text-transform: uppercase; */
}

/* ── Body copy ── */
.body-copy {
    padding: clamp(36px, 5vw, 80px) clamp(40px, 10vw, 200px) clamp(50px, 6vw, 100px);
    padding: 0px 40px 20px 40px;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.body-copy .greeting {
    font-size: 38px;
    font-weight: 700;
    color: #181818;
    margin-bottom: 0px;
    text-align: center;
}

.body-copy p {
    font-size: 18px;
    color: #181818;
    line-height: 1.85;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 400;
}

.body-copy a {
    color: #c47a4a;
    text-decoration: underline;
}

.body-copy .sign-off {
    margin-top: 28px;
    font-size: clamp(16px, 1.6vw, 24px);
    color: #444;
}

.body-copy .signature {
    font-style: italic;
    font-size: clamp(30px, 3.2vw, 52px);
    color: #555;
    margin-top: 10px;
}

/* ══════════════════════════════
   SECTION 2 – Lap-Band Info
══════════════════════════════ */
.lapband-section {
    padding: clamp(30px, 4vw, 70px) clamp(30px, 7vw, 120px);
    background: #fff;
    max-width: 1200px;
    margin: auto;
}

.lapband-title {
    font-weight: 700;
    /* font-size: clamp(18px, 2.2vw, 34px); */
    color: #2a2a2a;
    text-align: center;
    margin-bottom: clamp(20px, 3vw, 44px);
    font-size: 38px;
    padding: 0 20px;
}

.lapband-title span {
    white-space: nowrap;
}

.lapband-content {
    display: flex;
    gap: clamp(20px, 4vw, 60px);
    align-items: center;
}

.lapband-img-wrap {
    flex: 0 0 clamp(140px, 22vw, 320px);
    display: flex;
    justify-content: center;
}

.band-circle {
    position: relative;
    width: clamp(250px, 20vw, 280px);
    height: clamp(250px, 20vw, 280px);
}

.band-ring {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: radial-gradient(ellipse at 40% 60%, #e8e0d4 30%, #c8bfb0 70%, #a89888 100%);
    box-shadow: inset 0 4px 20px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.1);
}

.band-person {
    position: absolute;
    bottom: 5%;
    left: 25%;
    width: 45%;
    height: 75%;
    background: linear-gradient(180deg, #f0c88a 0%, #d4956a 100%);
    border-radius: 40% 40% 0 0;
}

.band-head {
    position: absolute;
    bottom: 72%;
    left: 34%;
    width: 28%;
    height: 28%;
    background: #e8c080;
    border-radius: 50%;
}

.lapband-text {
    flex: 1;
}

.lapband-text p {
    font-size: 20px;
    color: #181818;
    line-height: 1.8;
    margin-bottom: 16px;
    text-align: start;
}

.lapband-italic {
    font-size: 16px !important;
}

.learn-btn {
    display: inline-block;
    /* background: #c8a080; */
    background-color: #FDAF95;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 10px 24px;
    border-radius: 3px;
    text-decoration: none;
    font-size: 18px;
    border-radius: 50px;
}

.book-appointment-btn {
    padding: 10px 42px;
}

.learn-btn:hover {
    background-color: #f0f0f0;
    color: #323232;
}

/* ── Video Band ── */
.video-band {
    background: #72a0b3;
    /* padding: clamp(20px,3vw,50px) clamp(20px,5vw,80px); */
    padding: 30px 10px;
    text-align: center;
}

.video-band-title {
    font-style: italic;
    font-weight: 700;
    font-size: 38px;
    color: transparent;
    margin-bottom: clamp(14px, 2vw, 30px);
    line-height: 1.4;
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF),
        linear-gradient(0deg, rgba(92, 178, 160, 0.1), rgba(92, 178, 160, 0.1));
    background-clip: text;

}

.video-thumb {
    position: relative;
    max-width: clamp(300px, 60vw, 800px);
    margin: 0 auto clamp(14px, 2vw, 28px);
    aspect-ratio: 16/9;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    margin-top: 20px;
}

.video-link {
    position: absolute;
    inset: 0;
    display: block;
}

.video-thumb-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    width: clamp(44px, 6vw, 80px);
    height: clamp(44px, 6vw, 80px);
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(18px, 2.5vw, 36px);
    color: #ffffff;
    border: 3px solid #ffffff;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.45);
}

.video-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 6px 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: clamp(10px, 1vw, 14px);
}

.video-footer-brand {
    text-align: right;
    font-weight: 700;
    font-size: clamp(9px, 0.9vw, 13px);
}

.video-band-sub {
    font-size: 26px;
    color: transparent;
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF),
        linear-gradient(0deg, rgba(92, 178, 160, 0.1), rgba(92, 178, 160, 0.1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

/* ══════════════════════════════
   SECTION 3 – Patient Stories
══════════════════════════════ */
.stories-section {
    /* background: #72a0b3; */
    padding: clamp(24px, 3.5vw, 60px) clamp(20px, 5vw, 80px);
}

.stories-header {
    text-align: center;
    font-weight: 400;
    font-size: 22px;
    color: #181818;
    margin-bottom: clamp(16px, 2.5vw, 36px);
    line-height: 1.5;
}

.stories-heading {
    text-align: center;
    font-weight: 700;
    font-size: 38px;
    color: #181818;
    margin-bottom: 20px;
    line-height: 1.5;
}

.stories-sub {
    font-weight: 400;
    font-size: clamp(16px, 1.2vw, 18px);
    display: block;
    margin-top: 12px;
}

.stories-cards {
    display: flex;
    gap: clamp(16px, 3vw, 50px);
    justify-content: center;
    /* flex-wrap: wrap; */
}

.story-card {
    flex: 1 1 clamp(200px, 38vw, 460px);
    max-width: 460px;
    text-align: center;
}

.story-card-img {
    display: block;
    width: 100%;
    height: auto;
    /* max-height: clamp(180px, 24vw, 260px); */
    /* object-fit: contain; */
    background: #e8f4f8;
    /* padding: clamp(6px, 1vw, 12px); */
    margin: 0 auto;
}

.story-before-after {
    display: flex;
    gap: 8px;
    justify-content: center;
}

.story-col {
    flex: 1;
    border-radius: 4px;
    padding: 8px 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.story-col.blue {
    background: #4a7aaa;
}

.story-col.pink {
    background: #c47a9a;
}

.story-col.teal {
    background: #4aaabb;
}

.story-photo {
    width: clamp(50px, 8vw, 110px);
    height: clamp(60px, 10vw, 130px);
    background: rgba(255, 255, 255, 0.3);
    border-radius: 4px;
}

.story-label {
    font-size: clamp(10px, 1vw, 14px);
    color: #fff;
    font-weight: 700;
    line-height: 1.3;
}

.story-caption {
    font-size: clamp(10px, 0.9vw, 13px);
    color: #181818;
    margin-top: 8px;
    font-style: italic;
}

.story-desc {
    /* font-size: clamp(13px,1.3vw,18px); */
    font-size: 18px;
    color: #181818;
    padding: clamp(10px, 1.5vw, 18px) 16px 6px;
    line-height: 1.5;
}

.watch-btn {
    display: inline-block;
    /* background: #c47a4a; */
    background-color: #fdaf95;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 24px;
    border-radius: 3px;
    text-decoration: none;
    margin-top: clamp(8px, 1vw, 14px);
    letter-spacing: 0.5px;
    border-radius: 50px;
}

.disclaimer-text {
    font-size: 16px;
    font-weight: 400;
    color: #7F5F3D;
    text-align: center;
    margin: 16px 0;
}

.watch-btn:hover {
    background-color: #f0f0f0;
    color: #323232;
}

/* ══════════════════════════════
   SECTION 4 – Transformations
══════════════════════════════ */
.transform-section {
    background: #fff;
    /* padding: clamp(28px,4vw,60px) clamp(20px,5vw,80px) clamp(10px,2vw,30px); */
    text-align: center;
    padding: 30px 0;
}

.transform-title {
    font-style: italic;
    font-size: 38px;
    color: #181818;
    margin-bottom: 8px;
}

.transform-sub {
    font-size: clamp(16px, 1.2vw, 20px);
    color: #181818;
    margin-bottom: clamp(16px, 2vw, 28px);
    padding: 0 20px;
}

.transform-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(clamp(80px, 12vw, 160px), 1fr));
    gap: clamp(8px, 1.2vw, 18px);
}

.transform-card {
    text-align: center;
}

.no-image {
    /* width: 250px; */
    /* height: 200px; */
    width: 100%;
    height: 100%;
    background: #f2f2f2;
    color: #181818;
    border: 1px solid #ddd;

    display: flex !important;
    align-items: center;
    justify-content: center;

    font-size: 14px;
    font-weight: 500;
    /* min-height: 160px; */
}

.tf-img {
    width: 100%;
    aspect-ratio: 3/4;
    border-radius: 4px;
    margin-bottom: 4px;
}

.tf-label {
    font-size: clamp(10px, 0.9vw, 13px);
    color: #181818;
}

.pink-bg {
    background: linear-gradient(135deg, #f0b8c8, #d890a8);
}

.green-bg {
    background: linear-gradient(135deg, #b8d8b0, #88b880);
}

.blue-bg {
    background: linear-gradient(135deg, #b0c8e8, #7898c8);
}

.orange-bg {
    background: linear-gradient(135deg, #f0d0a0, #d8a860);
}

.purple-bg {
    background: linear-gradient(135deg, #d0b8e8, #a888c8);
}

.teal-bg {
    background: linear-gradient(135deg, #a8d8d8, #68b0b8);
}

.more-photos-section {
    background: #72A0B326;
    /* padding: 0 clamp(20px,5vw,80px) clamp(28px,4vw,60px); */
    margin-top: 0px;
}

.more-photos-grid {
    grid-template-columns: repeat(4, 1fr);
    margin: 0px 20px;
}

.more-photo-img {
    width: 100%;
    display: block;
}

/* ══════════════════════════════
   SECTION 6 – Doctor + Contact
══════════════════════════════ */
.doctor-section {
    /* background: #f8f4f0; */
    /* padding: clamp(28px,4vw,60px) clamp(20px,6vw,100px); */
    /* margin: 30px 0px; */

}


.doctor-card {
    display: flex;
    gap: clamp(20px, 4vw, 60px);
    align-items: center;
    justify-content: center;
    /* max-width: 900px; */
    margin: 0 auto;
    /* background-image: url("/images/doctor-3.jpg"); */
    padding: 0px 20px;
}

.doctor-card-wrapper {
    display: flex;
    background-color: #72A0B326;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 30px 0 0 0;
}

.doctor-card-heading {
    color: #181818;
    font-size: 38px;
}

.doctor-photo {
    flex: 0 0 clamp(120px, 18vw, 260px);
    width: 50%;
}

.doctor-image {
    width: 400px;
    height: auto;

    -webkit-mask-image: linear-gradient(to right,
            transparent 0%,
            black 15%,
            black 85%,
            transparent 100%);

    mask-image: linear-gradient(to right,
            transparent 0%,
            black 15%,
            black 85%,
            transparent 100%);
}

.doctor-avatar {
    width: clamp(120px, 18vw, 260px);
    height: clamp(140px, 22vw, 310px);
    background: linear-gradient(180deg, #d4c0a8 0%, #b89878 50%, #9a7a58 100%);
    border-radius: 6px;
}

.doctor-info {
    /* flex: 1; */
    text-align: start;
    width: 50%;

}

.doctor-name {
    font-weight: 700;
    font-size: 26px;
    color: #7F5F3D;
}

.doctor-designation {
    color: #74797A;
    font-size: 20px;
    font-weight: 700;
}

.doctor-bio {
    font-size: 14px;
    color: #181818;
    font-weight: 400;
}

.doctor-address {
    font-size: 30px;
    color: #444444ea;
    line-height: 1.6;
    margin-bottom: 14px;
    font-weight: 700;
}

.doctor-contact {
    font-size: 26px;
    color: #555;
    margin-bottom: 6px;
}

.cta-btn {
    display: inline-block;
    margin-top: clamp(14px, 2vw, 28px);
    /* background: #c47a4a; */
    background-color: #fdaf95;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    padding: clamp(12px, 1.5vw, 20px) clamp(22px, 3vw, 44px);
    border-radius: 4px;
    text-decoration: none;
    line-height: 1.5;
    text-align: center;
    border: 1px solid #fdaf95;
    cursor: pointer;
}

.cta-btn:hover {
    background-color: #f0f0f0;
    color: #323232;
}

/* Section Doctor Connect */

.doctor-connect {
    background-color: #72A0B3;
    color: #FFFFFF;
    text-align: center;
    padding: 30px 0;
}

.doctor-contacts {
    display: flex;
    justify-content: space-around;
    padding: 30px 0;
    font-size: 18px;
    font-weight: 500;
}

.doctor-contacts div {
    width: 100%;
}

.doctor-contacts>div:nth-child(1),
.doctor-contacts>div:nth-child(2) {
    border-right: 1px solid #fff;
}

.doctor-connect-heading {
    font-size: 38px;
    font-weight: 700;
    padding: 0 30px;
}

.doctor-connect-heading br {
    display: none;
}


/* section - Safety Info */

.safety-info-wrapper {
    background-color: #ffffff;
    padding: clamp(24px, 3.5vw, 60px) clamp(20px, 5vw, 80px);
}

.safety-info-heading {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    color: #181818;
    padding-bottom: 30px;
}

.safety-info-para,
.safety-info-para-bold {
    font-size: 16px;
    font-weight: 400;
    color: #181818;
    padding: 6px 0px;
}

.safety-info-para-bold {
    font-weight: 600;
}

.safety-info-para-bold a {
    color: #181818;
}




/* ══════════════════════════════
   SECTION 7 – Maps
══════════════════════════════ */
.maps-section {
    background: #fff;
    /* padding: clamp(24px, 3vw, 50px) clamp(20px, 6vw, 100px) clamp(36px, 5vw, 70px); */
    padding: 20px 20px;
    max-width: 1440px;
    margin: auto;
}

.maps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(12px, 2vw, 30px);
}

.map-card {
    text-align: center;
}

.map-thumb {
    width: 100%;
    aspect-ratio: 4/3;
    border-radius: 6px;
    margin-bottom: 8px;
    background-size: cover;
    background-position: center;
}

.map-glendale {
    background: linear-gradient(135deg, #b8d0c8 0%, #88a898 50%, #6a9080 100%);
}

.map-bevhills {
    background: linear-gradient(135deg, #c8c0b0 0%, #a8a090 50%, #888070 100%);
}

.map-rancho {
    background: linear-gradient(135deg, #c0c8b8 0%, #9aaa90 50%, #788870 100%);
}

.map-label {
    font-size: clamp(13px, 1.3vw, 20px);
    font-size: 26px;
    font-weight: 600;
    margin: 20px 0px;
    /* text-decoration: none !important; */
}

.map-label a {
    text-decoration: none !important;
    color: #93bce2;
}

.signature-img {
    display: flex;
    width: 36%;
    margin: auto;
}

.photo-lightbox {
    position: fixed;
    inset: 0;
    background: rgb(255 255 255 / 70%);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.photo-lightbox.active {
    display: flex;
}

.lightbox-img {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
    padding: 10px;
}

.lightbox-close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    color: rgb(0, 0, 0);
    cursor: pointer;
}

.lightbox-prev,
.lightbox-next {
    position: absolute;
    /* top: 50%; */
    transform: translateY(-50%);
    font-size: 28px;
    color: rgb(0, 0, 0);
    background: none;
    border: none;
    cursor: pointer;
}

.lightbox-prev {
    left: 30px;
}

.lightbox-next {
    right: 30px;
}

.more-photo-img {
    cursor: pointer;
}

.lightbox-count {
    position: absolute;
    top: 20px;
    left: 30px;
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 500;
    /* background: rgba(0,0,0,0.4); */
    padding: 5px 10px;
    border-radius: 5px;
}

.video-thumb {
    width: 100%;
    max-width: 900px;
    /* margin: auto; */
}

/* keeps video responsive */
.video-ratio {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 */
}

.video-ratio iframe,
.video-ratio .video-poster {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

/* poster */

.video-poster {
    cursor: pointer;
}

.video-thumb-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(6px);
    opacity: 0;
    transition: 0.3s;
}


/* when loading */

.video-poster.loading .video-overlay {
    opacity: 1;
}

.video-poster.loading img {
    filter: blur(5px);
}

/* play button */

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: 70px;
    height: 70px;
    border-radius: 50%;

    background: rgba(0, 0, 0, 0.6);
    color: white;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 30px;
}


/* ✅ mobile fix */

@media (max-width: 768px) {

    .video-thumb {
        margin-top: 20px;
    }

    .play-btn {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }

    footer {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .contact-us-text {
        margin-bottom: 10px;
    }

    .logo-img {
        margin-bottom: 20px;
    }

    .contact-us-section {
        border-top: 1px solid #181818;
        padding-top: 14px;
        width: 100%;
        margin-top: 20px;
    }

    p.contact-us-number.mobile {
        display: block;
    }

    p.contact-us-number.desktop {
        display: none;
    }
}

@media (min-width: 769px) {
    p.contact-us-number.mobile {
        display: none;
    }

    p.contact-us-number.desktop {
        display: block;
    }
}

@media (max-width: 570px) {
    .footer-links-section {
        flex-direction: column;
        align-items: center;
        /* justify-content: center; */
    }

    .footer-links-section a:nth-child(1),
    .footer-links-section a:nth-child(2),
    .footer-links-section a:nth-child(3) {
        border-right: 0px;
        padding: 0;
    }

    .copy-text {
        font-size: 12px;
        text-align: center;
    }
}


.video-popup {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.video-popup-content {
    position: relative;
    width: 80%;
    max-width: 700px;
    margin: 80px auto;
    background: #000;
    padding: 10px;
}

.close-popup {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    font-size: 30px;
    font-weight: bold;
}

._row {
    display: none;
}

._form_55 {
    width: 100% !important;
    max-width: 100% !important;
}

._row._checkbox-radio {
    display: inline-flex !important;
    gap: 10px;
    align-items: center;
    margin-right: 12px !important;
    margin-bottom: 0 !important;
}



._row._checkbox-radio span {
    /* 	width: 80px !important; */
}

._x46597834 ._html-code,
._x46597834 ._html-code a {
    font-size: 10px !important;
}

._form-content input[type="text"],
._form-content input[type="number"],
._form-content input[type="email"],
._form-content input[type="tel"] {
    border: none !important;
    border-bottom: 1px solid #989898 !important;
    font-size: 12px !important;
    border-radius: unset !important;
}

#_form_55_submit {
    background: #0F4D81 !important;
    color: #fff !important;
    border: none !important;
}

._form_ ._submit {
    padding: 12px 20px !important;
}


._inline-form ._row label {
    font-size: 12px !important;
    margin-bottom: 10px;
    margin-right: 20px !important;
}

._form_55 input::placeholder {
    font-size: 12px;
    color: #777;
}

._form-content input[type="text"]:focus,
._form-content input[type="email"]:focus,
._form-content input[type="number"]:focus,
._form-content input[type="tel"]:focus {
    outline: none !important;
}

._form-content input[type="number"]:focus-visible,
._form-content input[type="tel"]:focus-visible {
    outline: none !important;
}

select#field\[135\]:focus {
    outline: none !important;
}

select#field\[135\] {
    border: none !important;
    border-bottom: 1px solid #989898 !important;
    font-size: 12px !important;
    padding: 6px 0 !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='10' viewBox='0 0 18 10'%3E%3Cpath fill='%23000000' d='M9 10L0 0h18z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 0px center !important;
    background-size: 18px 6px !important;

    padding-right: 45px !important;
}

._form_element._x41259234._full_width ._form-fieldset legend._form-label {
    display: none !important;
}

._form_element._x41259234._full_width ._form-fieldset::before {
    content: "Language*" !important;
    font-size: 12px;
    font-weight: 600;
    margin: 0px 40px 0px 0px;

}

._form_element ._form-fieldset {
    display: inline-flex !important;
    align-items: center !important;
}

._button-wrapper._full_width {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {


    .brand-row {
        padding: 0px 20px;
    }

    .tagline p {
        font-size: 34px;
    }

    .tagline h1 {
        font-size: 42px;
    }

    .nav-buttons {
        padding: 10px 8px;
    }

    .nav-btn {

        align-items: center;
    }

    .hero-text {
        right: 18%;
    }

    .hero-caption {
        padding: 18px 6px;
        font-size: 14px;
    }

    .video-band-title {
        padding: 0px 4px;
        font-size: 16px;
    }

    .lapband-content {
        flex-direction: column;
    }


    .stories-cards {
        flex-direction: column;
        align-items: center;
        gap: 34px;
    }

    .story-desc {
        font-size: 22px;
    }

    .doctor-address {
        font-size: 28px;
    }

    .doctor-contact {
        font-size: 24px;
    }

    .more-photos-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .maps-grid {
        display: flex;
        flex-direction: column;
    }

    .map-card {
        margin: 0px 12px;
    }

    .body-copy {
        padding: 12px;
    }

    .brand-text img {
        transform: scale(0.75);
    }

    .doctor-connect-heading br {
        display: block;
    }

    .doctor-contacts {
        flex-direction: column;
    }

    .doctor-contacts>div:nth-child(1),
    .doctor-contacts>div:nth-child(2) {
        /* border-bottom: 1px solid #fff; */
        border-right: unset;
    }

    .doctor-contacts>div:nth-child(1)::after,
    .doctor-contacts>div:nth-child(2)::after {
        content: '';
        display: block;
        width: 60px;
        /* line length */
        height: 1px;
        /* line thickness */
        background: #fff;
        margin: 20px auto 20px;
        /* spacing above line */
    }

    .book-appointment-btn {
        padding: 8px 20px;
    }

    .learn-btn {
        font-size: 16px;
    }
}

@media screen and (max-width:360px) {
    .brand-text img {
        transform: scale(0.4) !important;
    }
}

@media screen and (max-width:400px) {

    .tagline h1 {
        font-size: 36px;
    }

    .tagline p {
        font-size: 28px;
    }
}

@media screen and (max-width:525px) {
    .brand-text img {
        transform: scale(0.5);
    }

    .signature-img {
        width: 60%;
    }

    .tagline {
        padding: 10px !important;
    }

    .story-desc {
        font-size: 18px !important;
    }

    .nav-buttons {
        flex-direction: column !important;
    }

    .nav-btn {
        flex: 1 !important;
        margin: 0px 20px;
    }
}


@media screen and (min-width:1024px) {
    .brand-text img {
        /* transform: scale(1.1); */
    }

    .nav-buttons {
        padding: 20px;
    }

    .more-photos-grid {
        margin: 0px 50px;
    }
}

@media screen and (max-width: 1024px) {
    .doctor-card {
        flex-direction: column;
    }


    .doctor-photo {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .doctor-image {
        width: 100%;
        max-width: 400px;
    }

    .doctor-designation,
    .doctor-bio {
        text-align: center;
    }

    .doctor-card-wrapper {
        padding: 30px 0;
    }

    .doctor-name {
        text-align: center;
    }
}

@media screen and ((min-width: 769px) and (max-width: 1024px)) {
    .more-photos-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 1200px) {
    .hero-section {
        padding-left: 50px;
    }
}

@media screen and (max-width: 1024px) {
    .hero {
        flex-direction: column;
        height: auto;
        min-height: auto;
        padding: 40px 20px;
        background-size: contain;
        border-bottom: unset;
        background-color: unset;
    }

    .hero-section {
        width: 100%;
        padding-left: 0;
        align-items: center;
        text-align: center;
        margin-bottom: 30px;
    }

    .hero-section p {
        width: 50%;
        text-align: center;
    }

    .hero-text h2 {
        text-align: center;
    }

    .form-section {
        position: static;
        width: 100%;
        max-width: 700px;
        margin: 0 auto;
        box-shadow: 0px 4px 13.3px 0px rgba(0, 0, 0, 0.25);
    }

    .weight-over br {
        display: none;
    }

    .brand-row {
        margin-top: 0;
    }
}

@media screen and (max-width: 768px) {

    .hero {
        border-bottom: unset;
        background-color: unset;
        padding: 30px 20px;
    }

    .hero-text h2 {
        font-size: 24px;
    }

    .hero-section {
        width: 80%;
        margin-left: 26%;
        align-items: start;
        gap: 8px;
    }

    .hero-section p {
        font-size: 16px;
        width: 100%;
        text-align: start;
        line-height: 24px;
    }

    .doctor-card-heading,
    .body-copy .greeting,
    .doctor-name,
    .lapband-title,
    .stories-heading,
    .video-band-title,
    .transform-title,
    .doctor-connect-heading {
        font-size: 26px;
        text-align: center;
    }

    .body-copy p,
    .lapband-text p {
        font-size: 18px;
        text-align: center;
    }

    .doctor-info {
        width: 100%;
        max-width: 400px;
    }

    .learn-btn-wrapper {
        text-align: center;
    }

    .lapband-content {
        flex-direction: column-reverse;
    }

    .video-band-sub {
        font-size: 22px;
    }

    .stories-header {
        font-size: 18px;
    }

    .lapband-logo img {
        width: 130px;
    }

    .contact-number a {
        font-size: 18px;
    }

    .navbar {
        padding: 12px 24px;
    }
}

@media screen and (max-width: 500px) {
    .hero-section p {
        font-size: 14px;
        line-height: 24px;
    }

    .hero-text h2 {
        /* font-size: 22px; */
    }

    .more-photos-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .transform-grid {
        gap: 16px;
    }

    .lapband-logo img {
        width: 100px;
    }

    .contact-number a {
        font-size: 16px;
    }

    .navbar {
        padding: 12px 20px;
    }

}

@media screen and (max-width: 390px) {
    .hero-section {
        width: 90%;
    }
}

@media screen and (max-width: 340px) {
    .hero-section p {
        font-size: 12px;
    }
}