a:focus, button:focus {
    outline: 3px solid #004a8e !important;
    outline-offset: 3px;
}

div#site-title,#site-description {
    font-size: 50px;
    color: #000;
}
.top-bar, .top-bar a, .top-bar .mini-nav .customSelect, .top-bar .mini-nav a:hover, .header-bottom-bar a{
    color:#000000 !important;
}


.form_label{
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}
/* Placeholder contrast fix for WCAG compliance */
.wpcf7-form-control::placeholder,input.wpcf7-form-control.wpcf7-text,textarea.wpcf7-form-control.wpcf7-textarea,input.wpcf7-form-control.wpcf7-date,#message-field {
    color: #000000 !important; 
    opacity: 1 !important;
    background: #ffffff !important;
}
input.wpcf7-form-control.wpcf7-text:focus, input.wpcf7-form-control.wpcf7-date:focus, textarea.wpcf7-form-control.wpcf7-textarea:focus, input.wpcf7-form-control.wpcf7-text:hover, input.wpcf7-form-control.wpcf7-date:hover, textarea.wpcf7-form-control.wpcf7-textarea:hover {
    color: #000000 !important;
}
#message-field, .wpcf7-form-control-wrap .wpcf7-form-control {
    -webkit-text-fill-color: #000000 !important;
    border: 1px solid !important;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    height: 100px;
}
.wpcf7-form-control::-webkit-input-placeholder {
    color: #000000 !important;
    opacity: 1 !important;
}
.wpcf7-form-control::-moz-placeholder {
    color: #000000 !important;
    opacity: 1 !important;
}
.wpcf7-form-control:-ms-input-placeholder {
    color: #000000 !important;
    opacity: 1 !important;
}

.top-bar.solid-bg:before {
    content: '' !important;
    height: 1px !important;
    background: #e3e3e3 !important;
}
#main-slideshow{
    display:none;
}
body.home #main {
    padding: 0;
}
#primary-menu li a .menu-text {
    font-size: 14px;
}
#primary-menu li a {
    margin: 18px 8px 18px 8px;
}

#primary-menu li:has(a[title="call now"])::before, 
#primary-menu li:has(a[title="make an appointment"])::before {
    content: none !important;
    display: none !important;
}

#primary-menu li:has(a[title="call now"]), 
#primary-menu li:has(a[title="make an appointment"]) {
    content: none !important;
    display: none !important;
}

#primary-menu li:has(a[title="call now"]), #primary-menu li:has(a[title="make an appointment"]) {
    display: inline-flex !important;
    align-items: center !important;
    padding: 0 !important;
}

#primary-menu li:has(a[title="call now"]) a .menu-text {
    padding: 12px 20px !important;
    border-radius: 32px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    line-height: 1 !important;
    transition: all 0.3s ease !important;
    background-color: #F8E638;
    color: #004a8e;
    font-size: 16px;
}
#primary-menu li:has(a[title="make an appointment"]) a .menu-text{
    padding: 12px 20px !important;
    border-radius: 32px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    line-height: 1 !important;
    transition: all 0.3s ease !important;
    background-color: #004a8e;
    color: #FFFFFF;
    font-size: 16px;
}

#primary-menu li:has(a[title="call now"]) a:hover .menu-item-text:before, #primary-menu li:has(a[title="make an appointment"]) a:hover .menu-item-text:before{
    display:none;
    
}
#primary-menu li:has(a[title="call now"]) a:hover .menu-text{
    cursor:pointer;
    background-color: #004a8e;
    color: #ffffff;  
}
#primary-menu li:has(a[title="make an appointment"]) a:hover .menu-text{
    cursor:pointer;
    background-color: #F8E638;
    color: #004a8e;
}
#primary-menu li:has(a[title="call now"]) a span.menu-item-text:before, #primary-menu li:has(a[title="make an appointment"]) a span.menu-item-text:before{
    display:none !important;
}

.masthead.line-decoration.sticky-on {
    position: fixed;
    top: 0;
    left: 0;
    animation: slideDown 0.3s ease-out;
    width: 100%;
}
.sticky-on .top-bar {
    display: none !important;
}
@keyframes slideDown {
    from { transform: translateY(-100%); }
    to { transform: translateY(0); }
}

/*hero section*/
section#hero_section:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 0;
    display:block !important;
}
#hero_section .vc_row {
    width: 80%;
    align-self: center;
}
#hero_section .vc_row h1, #hero_section .vc_row .uvc-sub-heading p{
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}
.custom_buttons_row .wpb_wrapper{
    display:flex;
    gap:25px;
}
.custom_buttons_row button{
    background-color:#f8e638;
    padding:30px;
    
}
.custom_buttons_row button:hover {
    background-color: #004a8e !important;
    color:#ffffff !important;
}
.custom_buttons:nth-child(2) button:hover {
    background-color: #dfcf32 !important;
    color: #004A8E !important;
}
.dental-gradient-row {
    background: linear-gradient(135deg, #004a8e 0%, #00b4ff 100%) !important;
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    color: #ffffff !important;
}
.custom_buttons_row {
    place-self: center;
}
.custom_buttons_row .vc_column_container .vc_column-inner {
    place-items: center;
}
.why_patients_choose_us .aio-icon-img.uavc-circle {
    padding: 28px;
    background: linear-gradient(137deg, #004a8e 0%, #00b4ff 100%) !important;
}

/*one_video_testimonial*/
.one_video_testimonial_l .vc_column-inner {
    position: relative;
    margin: 1.3rem 0 0 36px;
    z-index: 29;
    padding: 50px 110px 50px 44px;
}
.one_video_testimonial_l .vc_column-inner:after {
    position: absolute;
    bottom: -35px;
    right: 0;
    border: 18px solid transparent;
    content: '';
    z-index: -1;
    border-top-color: #b5b4b4;
    border-left-color: #b5b4b4;
}
/*technology section*/
.technology_one_video .one_video_testimonial_l .vc_column-inner {
    margin: 1.3rem 0 0 -36px;
    padding: 50px 44px 50px 110px;
}
.technology_one_video .one_video_testimonial_l .vc_column-inner::after {
    left: 0;
    right: auto;
    transform: rotateY(180deg);
}
/*patient_one_video_section*/
.patient_one_video_section{
    background: linear-gradient(137deg, #004a8e 0%, #00b4ff 100%) !important;
}
.contact_form_info.contact_page{
  box-shadow: none !important;
  margin-top: 15px !important;
}
.contact_form_info{
    box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    background-color:#ffffff;
}
.contact_form_info .aio-icon-box .aio-icon {
    background: linear-gradient(137deg, #004a8e 0%, #00b4ff 100%) !important;
}
.contact_form_info form.contact-form.dt-form a.dt-btn-submit {
    border-radius: 18px;
}
.cta_buttons .wpb_wrapper {
    display: flex;
    gap: 10px;
    justify-content: right;
}
.cta_buttons .wpb_wrapper .vc_btn3-container:nth-child(1) .vc_general.vc_btn3:hover{
    background-color:#004A8E !important;
    color:#ffffff !important;
}
.cta_buttons .wpb_wrapper .vc_btn3-container:nth-child(2) .vc_general.vc_btn3{
    background-color:#004A8E !important;
    color:#ffffff !important;
}
.cta_buttons .wpb_wrapper .vc_btn3-container:nth-child(2)  .vc_general.vc_btn3:hover{
    background-color:#F8E638 !important;
    color:#004A8E !important;
}
.contact_form_info input.wpcf7-form-control.wpcf7-submit {
    font-weight: 500;
    font-size: 14px;
    border-radius: 50px;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 0.5px;
    background-color: #004a8e !important;
    color: #ffffff !important;
    padding: 14px;
}
.contact_form_info_2_col{
    width:100%;
}
.contact_form_info_2_col .wpb_wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 990px){
  .masthead .top-bar{
    display: none;
  }
  /*mobile menu*/
  .dt-mobile-header.shown {
      height: 100vh;
      border: 1px solid;
      transform: translate3d(0%, 0, 0) !important;
  }
  .dt-close-mobile-menu-icon {
      right: 5px !important;
      top: 5px !important;
      opacity: 1 !important;
      left: auto !important;
      width: auto !important;
  }
  .dt-close-mobile-menu-icon span {
      width: 50px !important;
      height: 50px !important;
  }
  .dt-close-mobile-menu-icon span::after {
      -ms-transform: rotate3d(0,0,1,-45deg) !important;
      -webkit-transform: rotate3d(0, 0, 1, -45deg) !important;
      transform: rotate3d(0, 0, 1, 0deg) !important;
      top: 40% !important;
  }
  .dt-close-mobile-menu-icon span::before{
      -ms-transform: rotate3d(0,0,1,0deg) !important;
      -webkit-transform: rotate3d(0, 0, 1, 0deg) !important;
      transform: rotate3d(0, 0, 1, 0deg) !important;
      top: 60% !important;
  }
  .dt-close-mobile-menu-icon.clicked span::after {
      -ms-transform: rotate3d(0,0,1,45deg) !important;
      -webkit-transform: rotate3d(0, 0, 1, 45deg) !important;
      transform: rotate3d(0, 0, 1, 45deg) !important; 
      top: 50% !important;
  }
  .dt-close-mobile-menu-icon.clicked span::before{
      -ms-transform: rotate3d(0,0,1,-45deg) !important;
      -webkit-transform: rotate3d(0, 0, 1, -45deg) !important;
      transform: rotate3d(0, 0, 1, -45deg) !important;
      top: 50% !important;
  }
  .mobile-main-nav > li > a[title="call now"] span.menu-text, .mobile-main-nav > li > a[title="make an appointment"] span.menu-text {
      font-weight: 700;
  }
  #bottom-bar .wf-float-left{
      display: block !important;
      text-align: center !important;
  }
  #footer .wf-wrap {
      padding-bottom: 6px;
  }
  #footer .wf-wrap .footer-legal-links {
      left: 0;
      position: relative;
  }
}

@media (max-width: 768px){
    #hero_section .vc_row {
        width: 100%;
    }
    .custom_buttons_row .wpb_wrapper {
        gap: 8px;
    }
    .custom_buttons_row .vc_general.vc_btn3 {
        padding: 12px;
    }   
    .three_services_sec .wpb_column.vc_column_container {
        margin-bottom: 20px;
    }
    .one_video_testimonial_l .vc_column-inner {
        margin: 0;
        padding: 25px;
    }
    .one_video_testimonial_l .vc_column-inner .uvc-heading {
        text-align: center;
    }
    .one_video_testimonial_l .vc_column-inner .custom_buttons {
        text-align: center;
    }
    .technology_one_video .one_video_testimonial_l .vc_column-inner {
        margin: 0;
        padding: 45px 25px;
    }
    .technology_one_video .one_video_testimonial_l .vc_column-inner::after{
        display:none;
    }
    .technology_one_video {
        display: flex;
        flex-direction: column;
    }
    .one_video_testimonial_l {
        order: -1;
    }
    .cta_buttons .wpb_wrapper {
        margin-top: 20px;
        justify-content: center;
    }
    .cta_buttons .wpb_wrapper .vc_general.vc_btn3 {
        padding: 12px;
    }
    .about_us_sec .uvc-heading {
        place-items: center;
    }
    .about_us_sec .custom_buttons {
        text-align: center;
    }
    .one_video_testimonial_l .vc_column-inner:after{
        display:none;
    }
}



/* === GLOBAL === */
.np-eyebrow {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #2563a8;
  margin-bottom: 10px;
  display: block;
}
.np-section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #1a3a5c;
  margin-bottom: 14px;
  line-height: 1.2;
}
.np-section-desc {
  font-size: 1rem;
  color: #5a6a7a;
  max-width: 100%;
  line-height: 1.75;
  margin-bottom: 0;
}

/* === SECTION 1: HERO === */
.np-hero-wrap {
  background: #f0f4f8;
  padding: 64px 48px;
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 48px;
  align-items: center;
  border-radius: 0;
}
.np-hero-eyebrow {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #2563a8;
  margin-bottom: 10px;
  display: block;
}
.np-hero h1 {
  font-size: 3rem;
  font-weight: 700;
  color: #1a3a5c;
  line-height: 1.15;
  margin-bottom: 16px;
}
.np-hero-sub {
  font-size: 1rem;
  color: #5a6a7a;
  line-height: 1.75;
  max-width: 500px;
  margin-bottom: 32px;
}
.np-hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.np-btn-primary {
  background: #2563a8;
  color: #fff !important;
  padding: 13px 28px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none !important;
  display: inline-block;
  transition: background 0.2s;
}
.np-btn-primary:hover { background: #1e4f8a; }
.np-btn-outline {
  background: transparent;
  color: #2563a8 !important;
  padding: 11px 28px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none !important;
  border: 2px solid #2563a8;
  display: inline-block;
  transition: background 0.2s;
}
.np-btn-outline:hover { background: #e8f1fb; }
.np-sameday-card {
  background: #1a3a5c;
  color: #fff;
  border-radius: 8px;
  padding: 36px 28px;
  text-align: center;
}
.np-sameday-icon {
  width: 54px; height: 54px;
  background: rgba(255,255,255,0.15);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 16px;
  font-size: 1.4rem;
}
.np-sameday-card h2 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}
.np-sameday-card p {
  font-size: 0.88rem;
  opacity: 0.85;
  line-height: 1.7;
  margin-bottom: 22px;
}
.np-btn-white {
  background: #fff;
  color: #1a3a5c !important;
  padding: 10px 24px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none !important;
  display: inline-block;
}
@media (max-width: 768px) {
  .np-hero-wrap { grid-template-columns: 1fr; padding: 40px 24px; }
  .np-hero h1 { font-size: 2.2rem; }
}

/* === SECTION 2: WHAT TO EXPECT === */
.np-expect-header { padding: 56px 0 0; }
.np-expect-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid #d4e0ec;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 32px;
}
.np-expect-left {
  background: #2563a8;
  color: #fff;
  padding: 48px 44px;
}
.np-expect-left h2 {
  font-size: 1.85rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 18px;
  line-height: 1.25;
}
.np-expect-left p {
  font-size: 0.95rem;
  opacity: 0.9;
  line-height: 1.8;
  margin-bottom: 14px;
}
.np-expect-right {
  background: #fff;
  padding: 48px 44px;
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.np-expect-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.np-expect-icon {
  width: 44px; height: 44px; flex-shrink: 0;
  background: #e8f1fb;
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem;
  color: #2563a8;
}
.np-expect-item h3 {
  font-size: 0.95rem;
  font-weight: 700;
  color: #1a3a5c;
  margin-bottom: 4px;
}
.np-expect-item p {
  font-size: 0.87rem;
  color: #5a6a7a;
  line-height: 1.65;
  margin: 0;
}
@media (max-width: 768px) {
  .np-expect-grid { grid-template-columns: 1fr; }
}

/* === SECTION 3: INSURANCE === */
.np-insurance-wrap {
  background: #f0f4f8;
  padding: 64px 0;
}
.np-insurance-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 40px;
}
.np-ins-card {
  background: #fff;
  border-radius: 8px;
  padding: 32px 28px;
  border: 1px solid #d4e0ec;
}
.np-ins-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}
.np-ins-icon {
  width: 48px; height: 48px; flex-shrink: 0;
  background: #e8f1fb;
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem;
  color: #2563a8;
}
.np-ins-card h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #1a3a5c;
  margin: 0;
}
.np-ins-card p {
  font-size: 0.9rem;
  color: #5a6a7a;
  line-height: 1.75;
  margin-bottom: 18px;
}
.np-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.np-pill {
  background: #e8f1fb;
  color: #2563a8;
  padding: 5px 14px;
  border-radius: 20px;
  font-size: 0.82rem;
  font-weight: 600;
}
.np-fin-logos { display: flex; gap: 12px; margin-top: 4px; }
.np-fin-badge {
  border: 1.5px solid #d4e0ec;
  border-radius: 6px;
  padding: 8px 20px;
  font-size: 0.9rem;
  font-weight: 700;
  color: #1a3a5c;
  background: #fff;
}
.np-insurance-wrap{
    padding:64px 48px;
}
@media (max-width: 768px) {
  .np-insurance-grid { grid-template-columns: 1fr; }
}

/* === SECTION 4: FORMS === */
.np-single-form-wrapper {
  margin-top: 36px;
  max-width: 100%; 
}

.np-card-wide {
  background: #fff;
  border: 1px solid #d4e0ec;
  border-radius: 8px;
  padding: 32px; 
  display: flex;
  gap: 24px;
  align-items: center;
  transition: box-shadow 0.2s;
}

.np-card-wide:hover { 
  box-shadow: 0 4px 20px rgba(37,99,168,0.1); 
}

.np-form-icon {
  width: 60px; height: 60px; flex-shrink: 0;
  background: #e8f1fb;
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem;
  color: #2563a8;
}

.np-card-wide h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a3a5c;
  margin-bottom: 6px;
}

.np-card-wide p {
  font-size: 0.9rem;
  color: #5a6a7a;
  line-height: 1.65;
  margin-bottom: 18px;
}

.np-btn-sm {
  background: #2563a8;
  color: #fff !important;
  padding: 12px 24px; /* Button thora bada kiya hai kyunke ab aik hi primary action hai */
  border-radius: 4px;
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none !important;
  display: inline-block;
  transition: background 0.3s;
}

.np-btn-sm:hover {
  background: #1a4a7d;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .np-card-wide { 
    flex-direction: column; 
    text-align: center;
    padding: 24px;
  }
  .np-form-icon { margin: 0 auto; }
}

/* === SECTION 5: CTA STRIP === */
.np-cta-wrap {
  background: #1a3a5c;
  padding: 60px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  border-radius: 0;
  flex-wrap: wrap;
}
.np-cta-wrap h2 {
  font-size: 1.9rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
}
.np-cta-wrap p {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.75);
  margin: 0;
}
.np-cta-btns { display: flex; gap: 14px; flex-wrap: wrap; flex-shrink: 0; }
.np-btn-white-cta {
  background: #fff;
  color: #1a3a5c !important;
  padding: 12px 26px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none !important;
  display: inline-block;
}
.np-btn-outline-white {
  background: transparent;
  color: #fff !important;
  padding: 10px 26px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none !important;
  border: 2px solid rgba(255,255,255,0.45);
  display: inline-block;
}
/* SMS Disclosure — small and light */
.np-sms-disclosure {
  margin-top: 12px;
  max-width: 520px;
}
.np-sms-disclosure p,
.{
  font-size: 0.72rem;
  color: #9aaabb;
  line-height: 1.6;
  margin: 0;
}

/* Secure forms note */
.np-forms-secure {
  margin-top: 10px;
  font-size: 0.82rem;
  color: #9aaabb;
}

/* Replace emoji icons with clean blue dots */
.np-expect-icon-dot {
  width: 10px;
  height: 10px;
  background: #2563a8;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 6px;
}

/* Hide old emoji icon boxes 
.np-expect-icon,
.np-ins-icon,
.np-form-icon,
.np-sameday-icon {
  display: none;
}*/

/* faqs section css */
.site_faqs_sec .vc_toggle {
    padding: 10px 48px;
    background: #f0f4f8;
}
.site_faqs_sec .vc_toggle .vc_toggle_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.site_faqs_sec .vc_toggle.vc_toggle_active .vc_toggle_title h4 {
    font-weight: 700 !important;
}
.site_faqs_sec .vc_toggle .vc_toggle_title i {
    top: 2px;
}

/* Mobile fixes */
@media (max-width: 768px) {
  .np-hero-wrap {
    grid-template-columns: 1fr;
    padding: 36px 20px;
  }
  .np-hero h1 { font-size: 2rem; }
  .np-hero-btns { flex-direction: column; }
  .np-btn-primary, .np-btn-outline { text-align: center; }
  .np-expect-grid { grid-template-columns: 1fr; }
  .np-expect-left, .np-expect-right, .np-insurance-wrap { padding: 32px 24px !important; }
  .np-insurance-grid { grid-template-columns: 1fr; }
  .np-cta-wrap { flex-direction: column; padding: 40px 20px; }
  .np-cta-btns { flex-direction: column; width: 100%; }
  .np-btn-white-cta, .np-btn-outline-white { text-align: center; }
  .np-cta-wrap { padding: 40px 24px; flex-direction: column; }
  .np-cta-wrap h2 { font-size: 1.5rem; }
  .herohomeMain{min-height:400px !important;}
  .herohomeBottom h2{font-size: 16px !important; line-height: 24px !important; margin-bottom: -10px !important; margin-top: -10px;}
  .custom_buttons_row .vc_column_container .vc_column-inner{justify-content: center; align-items: center; display: flex; gap: 20px;}
  .site_faqs_sec .vc_toggle {
    padding: 10px 20px;
  }
  
}

span#dynamic-year {
    margin-right: 5px;
}
/*bottom footer bar privacy links*/
#bottom-bar {
    background-color: #F8E638 !important;
    color: #000000 !important;
}
#bottom-bar .wf-float-left {
    display: flex;
    width: 100%;
    position: relative;
}
#bottom-bar .footer-legal-links {
    position: absolute;
    right: 0;
}
#bottom-bar .footer-legal-links a {
    color: #000000 !important;
}