body {
    font-family: 'Montserrat', sans-serif;
}

.patient-dash {
     font-family: 'Montserrat', sans-serif;
}

/* NAVBAR */
/* .custom-nav {
  background: rgba(0,0,0,0.6);
  backdrop-filter: blur(8px);
} */

a {
    text-decoration: none;
}

ul li {
    list-style: none;
}

.navbar {
    padding: 0;
    font-family: "DM Serif Display", serif;
    border-bottom: 1px solid #bebebe;
    letter-spacing: 2px;
}

.navbar.header-space {
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(8px);
}

.nav-link {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    word-spacing: 1px;
}

.nav-item {
    padding-right: 24px;
}

.nav-item:last-child {
    padding-right: 0px;
}

.header-logo {
    width: 85px;
    height: 85px;
}

.header-logo img {
    width: 100%;
    height: 100%;
}


/* HERO */

.hero {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: url(../assets/img/new-image.jpg.jpeg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero.hero-patients {
    position: relative;
    background: url(../assets/img/patient-banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
}

.hero.hero-providers {
    position: relative;
    background: url(../assets/img/providers-banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
}

.hero.hero-service {
    position: relative;
    background: url(../assets/img/service-banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
}

.hero.hero-policy {
    min-height: 250px;
    background: url(../assets/img/banner-contact.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero.hero-policy .container::after {
    position: relative;
    height: 0;
}

.hero.hero-patients::after,
.hero.hero-providers::after,
.hero.hero-service::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right,
            rgba(0, 0, 0, 0.9) 0%,
            rgba(0, 0, 0, 0.1) 100%);
}

.section-title {
    font-size: 36px;
    font-weight: normal;
    color: #000;
    margin-bottom: 20px;
}

.section-divider {
    width: 60px;
    height: 3px;
    background: #FA7518;
    margin-bottom: 40px;
}

.contact-inner a {
    color: #fff;
    text-decoration: none;
}

.nav-link.active {
    color: #FA7518 !important;
}


.hero-patients .hero-title,
.hero-providers .hero-title,
.hero-service .hero-title {
    font-size: 48px;
    color: #ffffff;
}

.hero .container {
    position: relative;
}

.hero .container::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 1px;
    height: 100vh;
    background: #bebebe;
    left: 0;
    top: -394px;
}

.hero .container {
    position: relative;
    z-index: 2;
}

.hero-title {
    color: #5B371D;
    /* box-shadow: 0 10px 30px rgba(77, 123, 169, 0.1); */
    text-transform: uppercase;
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;

}

.hero-sub {
    text-transform: uppercase;
    box-shadow: 0 10px 30px rgba(77, 123, 169, 0.1);
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
}

.banner-btn {
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    background-color: #FA7518;
    border-radius: 0;
    border: none;
    color: #ffffff;
}

/* ORANGE SECTION */
.tbi-stats {
    background: #c65a07;
    color: #fff;
    padding: 40px 0px;
}

.tbi-stats .container-fluid {
    padding: 30px;
}


.stat-box {
    padding: 12px;
    border-bottom: 1px dashed;
    text-align: center;
    border-right: 1px dashed;
}

.stat-box h2 {
    letter-spacing: 2px;
    font-family: "DM Serif Display", serif;
    font-weight: 700;
    font-size: 28px;
}

.stat-box p {
    letter-spacing: 2px;
    font-size: 12px;
    margin-top: 5px;
    font-weight: 300;
}

.title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.desc {
    font-size: 13px;
    line-height: 1.7;
}

/* RIGHT DARK BOX */
.dark-box {
    position: relative;
    font-family: "Montserrat", sans-serif;
    background: #3e3e3e;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 220px;
}

.dark-content {
    font-size: 24px;
    text-align: right;
    padding: 24px;
}

.dark-content .line {
    position: absolute;
    left: -18px;
    width: 121px;
    height: 2px;
    background: white;
    margin-bottom: 20px;
}

.dark-content h3 {
    font-weight: 300;
    line-height: 1.5;
}

/* CONTACT */
.contact-section {
    background: url(../assets/img/banner-contact.png) center / cover no-repeat;
    position: relative;
    background-position: top;
    color: white;
    padding: 70px 0;
}

.contact-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.contact-inner {
    position: relative;
    z-index: 2;
}

ul {
    padding-left: 0;
}

.content-section {
    padding: 80px 0;
}

.content-main p {
    font-family: var(--font-family-body);
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 24px;
}

.content-grid {
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 80px;
}

.sidebar-box {
    background-color: #3f4244;
    color: white;
    padding: 40px;
}

.sidebar-menu {
    list-style: none;
}

.sidebar-menu li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
}

.sidebar-menu li:last-child {
    border-bottom: none;
}

/* FOOTER */
.footer {
    background: #e8ddd3;
    padding: 20px 40px;
    font-size: 12px;
}

.footer-policy a{
    color: #000;
}

.footer p {
    margin-bottom: 0;
}

.footer h6 {
    font-weight: 700;
    margin-bottom: 15px;
}

.footer ul {
    list-style: none;
    padding: 0;
    font-size: 13px;
}

.footer li {
    margin-bottom: 8px;
}

.footer ul li a {
    text-decoration: none;
    color: #3e3e3e;

}

.privacy-policy {
    padding: 80px 0;
}

.privacy-policy p {
    line-height: 28px;
}

.hero.hero-policy.hero-location {
    min-height: 350px;
}

.location {
    background: #e8ddd3;
    padding: 75px 0;
}


#map-container {
    height: 80vh;
    width: 60%;
    /* Set initial width to 60% */
    transition: width 0.5s;
}

#map {
    height: 100%;
    width: 100%;
}

.search-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.search-container input {
    padding: 10px;
    width: 300px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.search-container button {
    padding: 10px 20px;
    margin-left: 10px;
    font-size: 16px;
    border: none;
    background-color: #F25A23;
    color: white;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.5s;
}

.search-container button:hover {
    background-color: #ffffff;
    color: #F25A23;
    transition: all 0.5s;
}

#sidebar {
    height: 80vh;
    overflow: auto;
    padding: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    transition: width 0.5s;
    width: 40%;
    /* Set initial width to 40% */
    display: block;
    /* Show initially */
}

.info-content p {
    text-align: center;
    margin-bottom: 0;
}

.location-item a {
    display: block;
}

.map-all {
    display: flex;
}

.location-item {
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #f8f9fa;
    text-align: center;
}

.location-item p {
    margin: 0;
    font-weight: bold;
}

.location-item button {
    margin-top: 5px;
    padding: 5px 10px;
    font-size: 14px;
    border: none;
    background-color: #28a745;
    color: white;
    border-radius: 4px;
    cursor: pointer;
}

.location-item button:hover {
    background-color: #218838;
}

.gm-ui-hover-effect {
    position: absolute !important;
    top: -10px;
    right: 0;
    width: 35px !important;
    height: 25px !important;
}

.privacy-policy-content ul li {
    list-style: disc;
    margin-bottom: 7px;
}
.privacy-policy-content ul {
    padding-left: 35px;
}

.privacy-policy-content h6 {
    font-weight: 600;
}

.disclosure-hero-title {
    letter-spacing: 2px;
    font-size: 58px;
    text-shadow: #131212 1px 0 10px;
}

.disclosure-page {
    background: #f8f1eb;
    padding: 72px 0 96px;
}

.disclosure-shell {
    max-width: 760px;
    margin: 0 auto;
}

.disclosure-copy {
    color: #5c5752;
}

.disclosure-block {
    margin-bottom: 52px;
}

.disclosure-block h2 {
    color: #2f2f2f;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 14px;
}

.disclosure-block h2 span {
    font-weight: 600;
}

.disclosure-rule {
    width: 100%;
    height: 1px;
    background: #dfd2c9;
    margin-bottom: 18px;
}

.disclosure-block p,
.disclosure-list li,
.disclosure-meta p {
    font-size: 16px;
    line-height: 1.95;
    color: #5c5752;
}

.disclosure-block a {
    color: #f26b1d;
}

.disclosure-list {
    margin: 18px 0 18px 18px;
    padding-left: 18px;
}

.disclosure-list li {
    list-style: disc;
    margin-bottom: 4px;
}

.disclosure-meta {
    margin: 12px 0 16px;
}

.disclosure-meta p {
    margin-bottom: 4px;
}

.disclosure-note {
    margin-bottom: 24px;
}

.consent-toggle {
    background: #efe5de;
    border: 1px solid #e1d3c9;
    border-radius: 4px;
    padding: 18px 20px;
}

.consent-check {
    display: flex;
    align-items: center;
    gap: 14px;
    cursor: pointer;
    margin: 0;
}

.consent-check input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.consent-box {
    width: 18px;
    height: 18px;
    border: 2px solid #f26b1d;
    border-radius: 3px;
    background: #fff;
    flex: 0 0 18px;
    transition: all 0.2s ease;
    position: relative;
}

.consent-box::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 0;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
}

.consent-check input:checked + .consent-box {
    background: #f26b1d;
}

.consent-check input:checked + .consent-box::after {
    opacity: 1;
}

.consent-label {
    color: #2f2f2f;
    font-size: 16px;
    line-height: 1.6;
}

.consent-card {
    background: #fff;
    border: 1px solid #e4ddd7;
    border-radius: 6px;
    box-shadow: 0 10px 28px rgba(66, 47, 31, 0.08);
    padding: 34px 30px 28px;
}

.consent-form h3 {
    color: #2f2f2f;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 24px;
}

.consent-form .form-label {
    color: #5f5a55;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
}

.consent-form .form-control {
    min-height: 56px;
    border: 1px solid #e5e2df;
    border-radius: 4px;
    color: #333;
    padding: 14px 16px;
    box-shadow: none;
}

.consent-form .form-control:focus {
    border-color: #f26b1d;
    box-shadow: 0 0 0 0.15rem rgba(242, 107, 29, 0.15);
}

.consent-form input[type="date"] {
    color: #666;
}

.consent-form label.error {
    color: #bb3c1b;
    display: block;
    font-size: 13px;
    font-weight: 500;
    margin-top: 6px;
}

.consent-form .form-control.error {
    border-color: #bb3c1b;
}

.form-response {
    display: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 22px;
    padding: 14px 16px;
}

.form-response.is-visible {
    display: block;
}

.form-response.is-success {
    background: #ebf7ef;
    border: 1px solid #a7d5b5;
    color: #2d6e43;
}

.form-response.is-error {
    background: #fff2ee;
    border: 1px solid #efb8a6;
    color: #a04023;
}

.consent-submit {
    width: 100%;
    border: 0;
    background: #f26b1d;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 15px;
    font-weight: 700;
    margin-top: 22px;
    min-height: 54px;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.consent-submit:hover,
.consent-submit:focus {
    background: #d95d15;
}

.consent-submit:disabled {
    cursor: not-allowed;
    opacity: 0.7;
}


@media (max-width: 1699.99px) {

    .hero .container::after {
        content: "";
        position: absolute;
        inset: 0;
        width: 1px;
        height: 100vh;
        background: #bebebe;
        left: 0;
        top: -302px;
    }

}

@media (max-width: 1599.99px) {}

@media (max-width: 1499.99px) {

    .hero .container::after {
        height: 100vh;
        top: -254px;
    }
}

@media (max-width: 1399.99px) {

    .hero .container::after {
        height: 100vh;
        top: -254px;
    }
}

@media (max-width: 1299.99px) {
    .hero .container::after {

        top: -254px;
    }
}


@media (max-width: 991.99px) {

    .hero {
        height: 85vh;
        min-height: auto;
    }

    .hero .container::after {
        height: 85vh;
        top: -208px;
    }

    .line {
        display: none;
    }

    .stat-box h2 {
        font-size: 24px;
    }

    .dark-box {
        margin-top: 20px;
    }

    .navbar .container {
        padding: 0;
    }

    .header-logo {
        padding-left: 16px;
    }

    .navbar-toggler {
        margin-right: 16px;
    }

    .navbar-collapse {
        background: rgba(0, 0, 0, 0.6);
        backdrop-filter: blur(8px);
        padding: 0 16px;
    }

    .navbar-collapse.header-space-remove {
        background: rgba(0, 0, 0, 0.0);
        backdrop-filter: none;
    }

    .content-grid {
        display: block;

    }

    .hero.hero-policy {
        height: 24vh;
    }

    .hero-patients .hero-title,
    .hero-providers .hero-title,
    .hero-service .hero-title {
        font-size: 28px;
        color: #ffffff;
    }

    .hero.hero-patients,
    .hero.hero-providers,
    .hero.hero-service {
        height: 50vh;
    }

    .privacy-policy {
        padding: 40px 0;
    }

    .disclosure-hero-title {
        font-size: 42px;
    }

    .disclosure-page {
        padding: 56px 0 76px;
    }
}

@media (max-width: 767.99px) {
    .hero {
        height: 75vh;
        min-height: auto;
    }

    .stat-box {
        border-right: none;
        border-left: none !important;
    }

    .dark-content {
        text-align: center;
    }

    .hero .container::after {
        content: "";
        position: relative;
        inset: 0;
        width: 1px;
        height: 0;
        background: #bebebe;
        left: 0;
    }


}

@media only screen and (max-width: 575.99px) {
    .disclosure-hero-title {
        font-size: 30px;
    }

    .disclosure-block h2 {
        font-size: 22px;
    }

    .disclosure-block p,
    .disclosure-list li,
    .disclosure-meta p,
    .consent-label {
        font-size: 15px;
        line-height: 1.8;
    }

    .consent-toggle,
    .consent-card {
        padding-left: 18px;
        padding-right: 18px;
    }

    .search-container {
        display: block;
        margin-bottom: 20px;
    }

    .search-container input[type="text"] {
        width: 100%;
        margin-right: 0;
        font-size: 15px;
    }

    .search-container button {
        width: 100%;
        margin-left: 0;
    }

    #map-container {
        height: 40vh;
        width: 100%;
        margin-bottom: 25px;
    }

    .map-all {
        display: block;
    }

    #sidebar {
        height: 100%;
        width: 100%;
    }
}
