@charset "utf-8";
    html,
    p {
        font: -apple-system-body
    }
  :root {
            --primary-dark: #0a1128;
            --gold: #D9A521;
            --light-gold: #f4e1a1;
            --text-gray: #555;
            --bg-light: #f9f9f9;
        }
   body {
            font-family: "Montserrat", sans-serif;
            color: #0F1729;
              line-height: 1.6rem;
            overflow-x: hidden;
        }

        h1, h2, h3, h4, h5, .serif {
            font-family: 'Playfair Display', serif;
        }
     .container {
    max-width: 1260px;
}
.f-500{
        font-weight: 500 !important;
}
.f-600{
        font-weight: 600 !important;
}
.pricing-body h5 {
    font-size: 1.1rem;
}
        h2{
            font-weight: 600 !important;
            color: #0F1729;
        }

        .gold-text { color: var(--gold); }
        .italic { font-style: italic; }

        /* Top Bar */
        .top-bar {
    color: white;
    padding: 10px 0;
    position: absolute;
    width: 100%;
}
.logo-text {
    font-size: 20px;
    line-height: 23px;
}
.logo-text span {
    display: block;
    color: #D9A521;
    font-size: 15px;
    font-weight: 700 !important;
}
.top-bar-p {
    font-size: 22px;
    font-weight: 700;
}
       .top-bar a {
    text-decoration: none;
    font-weight: 500;
    background: #3B3F49;
    border-color: #75797F;
    color: #fff;
    padding: 10px 20px;
    font-size: 14px;
}
.top-bar-p i {
    color: var(--gold);
}
        .btn-outline-light-sm {
            border: 1px solid white;
            color: white;
            padding: 2px 10px;
            font-size: 12px;
            border-radius: 20px;
            text-decoration: none;
        }

        /* Hero Section */
        .hero {
            background-image:  url(../img/banner-img.webp);
            background-size: cover;
           background-repeat: no-repeat;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            color: white;
                min-height: 650px;
        }
        .hero h1 {
            font-size: 3.5rem;
            font-weight: 700;
        }
        .btn-gold {
    background-color: var(--gold);
    color: #101829;
    font-weight: 500;
    padding: 18px 0px;
    border-radius: 33px;
    border: none;
    text-transform: uppercase;
    width: 100%;
    max-width: 184px;
    font-size: 14px;
}

        /* Section Spacing */
        section { padding: 80px 0; }

        /* Medical Office Space Section */
        .office-img {
            border-radius: 15px;
            
        }

        /* Why Physicians Choose Section */
        .feature-card {
            background: white;
            padding: 30px;
            border-radius: 10px;
            
            height: 100%;
            transition: transform 0.3s;
            border: 1px solid #eee;
            box-shadow: 0px 3px 6px #E2E2E267;
        }
         
        .feature-icon {
            font-size: 2rem;
            color: var(--text-gray);
            margin-bottom: 20px;
        }
        .feature-card p {
            font-size: 16px;
            margin-bottom: 0;
        }
        .feature-card p {
    font-weight: 500;
}

        /* Gallery */
.gallery-grid {
    display: flex;
    max-width: 917px;
    margin: 0 auto;
    justify-content: center;
}
.gallery-first-box {
    width: 69%;
    padding-right: 30px;
}
.gallery-first-box .d-flex {
    gap: 30px;
    margin-bottom: 30px;
}
        .gallery-item {
        
        }
             .gallery-grid img {
          width: 100%;
        }
.gallery-grid>img {
    width: 29%;
}

        /* Specialties */
        .specialties-list {
            column-count: 3;
            list-style: none;
            padding: 0;
            font-size: 16px;
        }
       .specialties-list li {
    margin-bottom: 10px;
    position: relative;
    font-weight: 500;
    padding-left: 10px;
}
        .specialties-list li::before {
            content: "•";
            position: absolute;
            left: 0;
             
        }

        /* Pricing Cards */
       .pricing-card {
    border: 1px solid #ddd;
    border-radius: 15px;
    overflow: hidden;
    background: white;
    padding: 30px;
}
       
       
        .pricing-table {
            width: 100%;
            font-size: 14px;
        }
        p.p-yellow {
    background: #d9a5210f;
    border: 1px solid #F6E8CC;
    color: #D9A521;
    padding: 5px 16px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 12px;
}
.pricing-header p {
    font-size: 14px;
}
.pricing-header p.location-p {
    color: #707E93;
}
.pricing-body ul {
    padding-left: 0px;
    list-style: none;
    column-count: 2;
}
.pricing-body ul li {
    background-image: url(../img/check-icon-nyc.svg);
    background-repeat: no-repeat;
    background-size: 11px;
    background-position: top 5px left;
    padding-left: 19px;
    font-size: 12px;
    color: #707E93;
    font-weight: 500;
    margin-bottom: 10px;
}
.flex-p {
    font-size: 12px;
    background: #F8F9FB;
    border: 1px solid #ECF1F5;
    border-radius: 12px;
    padding: 11px 30px;
    margin-bottom: 20px;
}
tr.tr-head {
    background: #FAFBFC;
    border-bottom-color: #E1E7F0;
}
      .pricing-table td {
    padding: 10px 30px;
    border-bottom: 1px solid #eee;
    font-size: 12px;
    font-weight: 600;
}
.transit-p {
    display: flex;
    gap: 20px;
    background: #FAFBFC;
    padding: 20px;
    border-radius: 21px;
    margin-top: 30px;
    font-size: 14px;
}
.transit-p p {
    color: #707E93;
    max-width: 279px;
    font-size: 12px;
}
.transit-p p span {
    color: #101829;
}

        .pricing-table td:last-child { text-align: right; font-weight: 600; }
.pricing-map-card{
    padding: 0px;
}
.pricing-map{
    padding: 30px;
}
.pricing-map ul{
    column-count: 1;
}
.pricing-map ul li{
       background-image: url(../img/pin-icon.svg);
           background-size: 15px;
    background-position: top 4px left;
    padding-left: 25px;
        font-size: 14px;
    color: #101829;
}
.pricing-map ul {
    column-count: 1;
    margin-bottom: 50px;
    border-bottom: 1px solid #E1E7F0;
    padding-bottom: 60px;
}
.border-bottom{
     border-bottom: 1px solid #E1E7F0;
       padding-bottom: 20px;
}
.pricing-card{
    height: 100%;
    position: relative;
}
.pricing-map-card iframe {
    height: 400px;
}
.pricing-card:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 15px;
    border-radius: 21px 21px 0px 0px;
    background: #101829;
    left: 0;
    top: 0;
}
 .pricing-map-card:before{
     bottom: 0;
     top: unset;
      border-radius: 0px 0px 21px 21px;
    background: #D9A521;
 }
 p.font-contact-p {
    font-size: 16px;
    font-weight: 700;
}
p.font-contact-p2 {
    font-size: 14px;
    color: #707E93;
    font-weight: 500;
    font-style: italic;
}
.height-auto-row .col-lg-6{
    height: auto;
}
        /* Map Section */
        .map-container {
            border-radius: 15px;
            overflow: hidden;
            border: 1px solid #ddd;
            height: 100%;
        }

        /* Contact Form Section */
        .contact-section {
            background-color:#101829;
            color: white;
            border-radius: 20px;
            padding: 50px;
        }
      .form-control {
    background: white;
    border: none;
    border-radius: 44px;
    padding: 12px 30px;
    margin-bottom: 15px;
    height: 65px;
    font-weight: 500;
}
textarea.form-control {
    height: 225px;
    padding-top: 24px;
}
        .btn-form-submit {
           background-color: var(--gold);
    color: #101829;
    font-weight: 500;
    padding: 18px 0px;
    border-radius: 33px;
    border: none;
    text-transform: uppercase;
    width: 100%;
    
    font-size: 14px;
        }

        /* Footer */
        .footer {
            background-color: #101829;
            color: white;
            padding: 60px 0 20px;
            text-align: center;
        }
        .footer-phone {
            font-size: 4rem;
            font-weight: 700;
            margin: 20px 0;
        }
        .footer-phone a {
    font-family: 'Playfair Display', serif;
    color: #fff;
    text-decoration: none;
}
        .footer-links{
            color: #707E93;
        }
        .footer-links a {
            color: #D9A521;
            text-decoration: none;
            margin: 0 10px;
            font-size: 14px;
        }
        .footer-last {
              font-size: 14px;
              color: #fff;
        }
.top-bar a:hover {
    background: #d9a521;
     transition: .5s linear;
}
.btn-gold:hover{
    background: #fff;
     transition: .5s linear;
}
.feature-card:hover {
    border-color: #d9a521;
     transition: .5s linear;
}
.gallery-grid img:hover {
    transform: scale(1.01);
    overflow: hidden;
    transition: .5s linear;
}
.btn-form-submit:hover{
    background: #fff;
     transition: .5s linear;
}
.footer-links a:hover{
    color: #fff;
      transition: .5s linear;
}
.footer-phone a:hover{
    color:  #d9a521;
      transition: .5s linear;
}
.custom-date-input {
    cursor: pointer;
    position: relative;
}
.date-container {
    position: relative;
    display: inline-block;
    width: 100%;
}
.date-label {
    position: absolute;
    left: 25px;
    top: 39%;
    transform: translateY(-50%);
    color: #999;
    pointer-events: none;
    transition: 0.2s;
    background: #fff;
    width: 50%;
}
.custom-date-input:focus + .date-label, .custom-date-input:valid + .date-label {
    top: 5px;
    font-size: 12px;
    color: #555;
        opacity: 0;
    visibility: hidden;
    background: transparent;
}
.patients_overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #0000006e;
    top: 0;
    left: 0;
    display: block;
    align-items: center;
    justify-content: center;
}
.patients_content_wrapper {
    width: 50%;
    background: #fff;
    padding: 40px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    margin: 10% auto 0;
}
.patients_close_icon {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 30px;
    height: 30px;
    background: #1d3557;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50px;
    cursor: pointer;
}
p.font-contact-p a {
    color: #0F1729;
    text-decoration: none;
}
p.font-contact-p a:hover {
    color: #D9A521;
   transition: .5s linear;
}
.hero .btn-gold a {
    color: #101829;
    text-decoration: none;
}
.top-bar {
    padding-top: 23px;
}
   @media (max-width: 1150px) {
.top-bar-p {
    font-size: 16px;
    font-weight: 700;
}
.container {
    width: 95%;
}
br.br_hide {
    display: none;
}
}
        @media (max-width: 991.5px) {
            .hero h1 { font-size: 2.5rem; }
          
            .specialties-list { column-count: 2; }
            .office-img {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: flex;
}
.cl-senter{
    text-align: center;
}
.featre-row .col-md-4 {
    width: 50%;
}
.gallery-first-box {
    width: 100%;
    padding-right: 0px;
}
.gallery-grid>img {
    width: 29%;
    display: none;
}
.hero {
    min-height: 500px;
    padding-top: 69px;
}
        }
           @media (max-width: 921.5px) {     
        .top-bar .d-flex {
    flex-direction: column;
    gap: 14px;
}
.top-bar-p {
    text-align: center;
}
.logo-text {
   
    text-align: center;
}
}
        @media (max-width: 767.5px) {
                .hero h1 {
        font-size: 40px;
        line-height: 48px;
    }
            section {
    padding: 60px 0;
}
            .specialties-list { column-count: 1; }
            .footer-phone { font-size: 2rem; }
             
            .gallery-item.tall, .gallery-item.wide { grid-column: span 1; grid-row: span 1; height: 250px; }
            .top-bar a {
    display: block;
    max-width: 200px;
    text-align: center;
    margin-top: 20px;
       margin-left: auto !important;
    margin-right: auto;
}
.hero {
    min-height: 500px;
    padding-top: 160px;
}
.contact-section{
    padding: 50px 30px;
}
.feature-card p, .specialties-list, .footer-last, p.font-contact-p, p.font-contact-p2 {
    font-size: 1rem;
}
.pricing-body ul li, .transit-p p {
    font-size: 0.8rem;
    line-height: 1.4rem;
}
.pricing-table td {
     
    font-size: 12px;
    
    line-height: 26px;
}
.top-bar-p{
     line-height: 26px;
}
.top-bar {
    padding-top: 23px;
}
        }
   @media (max-width: 650.5px) {        
        .gallery-first-box .d-flex {
    flex-direction: column;
}
.pricing-body ul {
    column-count: 1;
}
.hero h1 br{
        display: none;
}
    .hero {
        min-height: 500px;
        padding-top: 160px;
    }
h2 br{
    display: none;
}
    .featre-row .col-md-4 {
        width: 100%;
    }
}