/**
Theme Name: WWM
Theme URI: https://webwidemedia.net
Author: Web Wide Media 
Author URI: https://webwidemedia.net
Description: This theme is developed for RGV Urology
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wwm
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

WVLP is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


:root{
  --bs-body-bg: #eef5f8;
  --brand-navy: #103a55;
  --brand-navy-600:#0e5a86;
  --brand-accent:#ff9e3d;
  --brand-stroke:#d7e2ea;
  --card-bg:#f2f6f8;
  --radius: 10px;
}


html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 62.5%;
  overflow-x: hidden;
  margin-top: 0 !important;
}
body {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
  color: #1A1A1A;
  font-size: 1.8rem;
}
.container{
  max-width: 136.6rem;
}
h1,.h1{
  font-size: 4.4rem;
}
h2,.h2{
  font-size: 4.5rem;
}
h3,.h3{
  font-size: 3.6rem;
}
h4,.h4{
  font-size: 3rem;
}
h5,.h5{
  font-size: 2.6rem;
}
h6,.h6{
  font-size:2.2rem;
}
P{
  font-size: 1.8rem;
}
a,a:hover{
  text-decoration: none;

}
.f-w-700{
  font-weight: 700;
}
.f-s-20{
  font-size: 2rem;
}
.f-s-30{
  font-size: 3rem;
}
.f-s-28{
  font-size: 3rem;
}
.primary-btn{
  background-color: #F1A23B;
  color: #1A1A1A;
  padding: 0.8rem 3rem;
  border:1px solid #F1A23B;
  font-size: 1.8rem;
  border-radius: 30px;
  display: inline-block;
}
.blue-btn{
  background-color: #124165;
  color: #fff;
  padding: 0.8rem 3rem;
  border:1px solid #124165;
  font-size: 1.8rem;
  border-radius: 30px;
  display: inline-block;
}
.blue-btn-outline{
  background-color: #fff;
  color:  #124165;
  border:1px solid #124165;
  font-size: 1.8rem;
  border-radius: 30px;
  padding: 0.8rem 3rem;
}
.blue-btn:hover{
  background-color: #fff;
  color: #F1A23B;
}
.secondary-btn{
  background-color: transparent;
  color: #F1A23B;
  padding: 0.8rem 3rem;
  border:1px solid #F1A23B;
  font-size: 1.8rem;
  border-radius: 30px;
  display: inline-block;
}
.secondary-btn:hover{
  background-color: #F1A23B;
  color: #1A1A1A;
}
.bg-gray{
  background-color:#E2EAF0;
}
.bg-blue{
  background-color: #124165;
}
.navbar-brand img{
  width: 21.1rem;
}
.top-bar-inner {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1.5rem;
}
.top-bar-inner a+a{
  margin-left: 1rem;
}
.navbar-light .navbar-nav .nav-link.active{
  color: #F1A23B;
}
.navbar-light .navbar-nav .nav-link{
  font-size: 1.8rem;
  color: #1A1A1A;
}
.navbar-light .navbar-nav .nav-link:hover{
  color: #F1A23B;
}
.navbar-light .navbar-nav .nav-item+.nav-item{
  margin-left: 3rem;
}
.navbar{
  padding: 2rem ;
  background-color: #F8F8FE;
}
.navbar-nav{
  /*margin-right: 3rem;*/
  margin-top: 2rem;
}
.hero-wrapper{
  height: 63.2rem;
  background-color: #E2EAF0;
  /*margin-top: 9rem;*/
}
.hero-wrapper .container{
  height: 100%;
}
.hero-wrapper .container .carousel{
  height: 100%;
}
.hero-wrapper .container .carousel .carousel-inner{
  height: 100%;
}
.hero-wrapper .container .carousel .carousel-inner .carousel-item{
  height: 100%;
}
.hero-wrapper .container .carousel .carousel-inner .carousel-item .row{
  height: 100%;

}
.hero-wrapper .container .carousel .carousel-inner .carousel-item .row .col-md-6{
  height: 100%;
  display: flex;
  flex-direction: column;
}
.col-left{
  justify-content: center;
  align-items: flex-start;
}
.col-right{
  justify-content: flex-end;
}
.services.col-right, .about.col-right{
  justify-content: center;
}
.hero-wrapper h2{
  font-size: 5.6rem;
  font-weight: 600;
  color: #124165;
  margin-bottom: 1.5rem;
}
.hero-wrapper p{
  font-size: 2.6rem;
  font-weight: 300;
  margin-bottom: 2rem;
}
.provider-div .secondary-btn{
  padding: 0.8rem 1.5rem;
}

.stats{
  background-color: #124165;
  padding: 5rem 0;
}
.stats h3{
  font-weight: 500;
  color: #fff;
}
.stats p{
  color: #fff;
  font-size: 2.2rem;
  margin-bottom: 0;
}
.stats .row{
  align-items: center;
}
.stats-inner{
  text-align: center;
}
.stats .col+.col{
  border-left: 1px solid rgba(255,255,255,0.1);
}
.urology-leaders{
  padding: 10rem 0;
}
.urology-leaders h2{
  color: #124165;
  font-weight: 700;
}
.uro-p{
  max-width: 104.4rem;
  margin: 0 auto;
  font-size: 3rem;
  margin-bottom: 5rem;
}
.urology-inner{
  background-color: #fff;

}
.urology-inner {
  padding: 6rem 1rem;
  background-color: #fff;
  text-align: center;
  transition: 0.3s;
  position: relative;
  bottom: 0;
  min-height: 26.3rem;
}
.urology-inner:hover{
  cursor: pointer;
  bottom: 1rem;
}
.urology-inner img{
  margin-bottom: 1rem;
  width: 7.4rem;
}
.urology-inner p{
  font-size: 2rem;
  margin-bottom: 0;
}
.urology-inner span{
  font-size: 2rem;
}


.urology-box {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 1.5rem;
    
}
.overlay-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(18 65 101);
    color: white;
    padding: 20px;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    z-index: 10;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.urology-box:hover .overlay-content {
    transform: translateY(0);
}
        
.urology-leaders h2{
  margin-bottom: 3rem;
}
.healthcare-provider{
  padding:6rem 0;
}
.healthcare{
  background-color: #E2EAF0;
  padding: 5rem ;
  align-items: center;
  margin-bottom: 5rem;
  border-radius: 3rem;
}
.healthcare img{
  border-radius: 30px;
}
.healthcare span{
  font-size: 2.8rem;
  color: #F1A23B;
  margin-bottom: 1rem;
  display: inline-block;
}
.healthcare h2{
  color: #124165;
  margin-bottom: 1rem;
  font-weight: 600;
}
.healthcare p{
  font-size: 2rem;
  margin-bottom: 2rem;
}

.provider h2{
  font-weight: 500;
  margin-bottom: 2rem;
  margin-top: -8rem;
}
.provider p{
  font-weight: 300;
}
.c-blue{
  color: #124165;
}
.insurance-accepted{
  padding: 6rem 0;
}
.social-media{
  padding: 8rem;
  border-radius: 3rem;
}
.testim{
  background-color: #124165;
  padding: 10rem 5rem;
  border-radius: 3rem;
  margin-bottom: 5rem;
}
.testimonials{
  padding: 5rem 0;
}
ul,li{
  list-style: none;
}
.testimonials ul{
  padding: 0;
}
.social-ul{
  display: flex;
  justify-content: flex-end;
}
.social-media .row{
  align-items: center;
}
.social-ul li+li{
  margin-left: 1rem;
}
.social-media p{
  font-size: 2.2rem;
}
.testimonials .carousel-item p {
  margin-bottom: 4rem;
  font-size: 3.4rem;
  font-weight: 300;
  color: #fff;
  text-align: center;

}
.testimonials .carousel-item span {
  font-size: 2.4rem;
  text-align: center;
  display: block;
  color: #ffff;
}
.testimonials .carousel-item:before {
  content: url('assets/images/hifen.png');
  position: absolute;
  top: -11rem;
  left: 1rem;
  color: #fff;
  /* width: 100px; */
  /* height: 100px; */
  font-size:20rem;
  z-index: 23;
  opacity: 0.5;
  /* padding: 4rem; */
}
.testimonials .carousel-item:after {
  content: url('assets/images/hifen.png');
  position: absolute;
  bottom: 0px;
  right: -0px;
  color: #fff;
  /* width: 100px; */
  /* height: 100px; */
  font-size:20rem;
  z-index: 23;
  opacity: 0.5;
  /* padding: 4rem; */
}
.testimonials .carousel-item{
  padding: 3rem;
  position: relative;
}
.testimonials .carousel-indicators{
  bottom: -40px;
}
.d-inline-flex i {
  margin-right: 2px;
}
footer{
  background-color: #124165;
}
footer h5{
  font-size: 2.2rem;
  margin-bottom: 2rem;
}
footer h5 a{
  font-size: 1.6rem;
  color: #F1A23B;
  margin-left: 1rem;
}
footer ul li{
  font-size: 1.8rem;
  font-weight: 300;
  position: relative;
}
.location li span{
  position: absolute;
  left: 0;
}
.timing li{
  display: flex;
  justify-content: space-between;
}
.location li a{
  margin-left: 3rem;
}
footer  .footer-col{
  border: 1px solid rgba(255,255,255,0.1);
  padding: 2rem;
  border-radius: 10px;
  height:100%;
}
footer .col-md-4{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
footer ul li a div{
  color: #fff;
}
footer ul{
  padding: 0;
}
.col-right.services img{

  border-radius: 20px;
}
.contact-ul{
  position: relative;
  padding-left: 0;
}
.contact-ul li img {
  position: absolute;
  top: 4px;
  left: 0;
}
.contact-ul li{
  margin-bottom: 2rem;
  position: relative;
  padding-left: 35px;
}
.copyright p{
  font-size: 1.8rem;
  color: #fff;
  margin-bottom: 0;
}
footer .row{
  padding: 5rem 0 ;
  color: #fff;
}
.copyright{
  padding: 2rem 0;
  border-top: 1px solid rgba(255,255,255,0.1);
}
#dr-carousel .carousel-indicators{
  bottom:35px;
  left: 50px;
  right: unset;
  margin-left: 0;
}
.location{
  margin-bottom: 2rem;
}
.provider-btn a:hover{
  cursor: pointer;
}
.carousel-indicators button.active{
  width: 40px!important;
  height: 10px!important;
  background-color: #D9D9D9;
  border-radius: 12px!important;
}
.carousel-indicators button{
  width: 10px!important;
  height: 10px!important;
  background-color: #D9D9D9;
  border-radius: 50%;
}
.google-rates{
  padding: 1rem 2rem;
}
.team-inner:hover{
  cursor: pointer;
}

.insurance-accepted h2{
  font-weight: 700;
  margin-bottom: 3rem;
}
#dr-carousel{
  background-color: #124165;
  padding: 5rem 5rem 0;

  color: #fff;
  border-radius: 3rem;
}
.provider{

  align-items: center;
}
.provider h5{
  color: #F1A23B;
}
.hero-wrapper .carousel-indicators button.active {
  background-color: #f1a23b;
}


.sec-space{
  padding: 8rem 0;
}
.sec-top-space{
  padding-top: 8rem
}
.sec-bottom-space{
  padding-bottom: 8rem
}
.bg-grayish{
  background-color: #E2EAF0;
}
.rounded{
  border-radius: 2rem!important;
}
.about-col div{
  padding: 4rem 3rem ;
}
.about-us h2{
  font-weight: 700;
}
.about-us{
  background-color: #F2F5F8;
}



/* Doctor Card */
.doctor-card {
  border-radius: 15px;
  overflow: hidden;
  background-color: #ffffff;
  border:1px solid  rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin: 0 auto;
  margin-bottom: 2rem;
}

.doctor-card:hover {
  transform: translateY(-5px);
}
.accepting{
  background-color: #e0f2f1;
  text-align: center;
  padding: 1rem;
  font-size: 1.6rem;;
}
.doctor-image img {
  width: 100%;
  height: auto;
  display: block;
}

.doctor-info {
  padding: 15px;
  background-color: white;
}

.doctor-info h6 {
  color: #003366;
  font-weight: 600;
}

.doctor-info small {
  color: #666666;
}

/* Slide-in Popup */
.provider-popup {
  position: fixed;
  top: 0;
  right: -85.6rem;
  width: 83.6rem;
  height: 100%;
  background-color: white;
  box-shadow: -3px 0 10px rgba(0,0,0,0.3);
  padding: 4rem;
  transition: right 0.4s ease-in-out;
  z-index: 9999;
  overflow-y: scroll;
}
/*.hero-inner{
    margin-top: 15rem;
}*/
.dr-icon img{
  width: 100%;
}
.doctor-card h2{
  margin-bottom: 1.2rem;
}
.doctor-card-col{
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.provider-popup.active {
  right: 0;
}

.provider-popup .close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
  color: #003366;
}

.provider-popup h6 {
  color: #003366;
  font-weight: bold;
}

.provider-popup p {
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.6;
}
.doctor-info small{
  font-size: 1.6rem;
}
.popup-content small{
  font-size: 1.6rem;
}
.dr-icon{
  width: 12rem;
  height: 12rem;
  border: 1px solid #DBE7F6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 2rem;
}





/* Slide-in Popup */
.leader-popup {
  position: fixed;
  top: 0;
  right: -85.6rem;
  width: 83.6rem;
  height: 100%;
  background-color: white;
  box-shadow: -3px 0 10px rgba(0,0,0,0.3);
  padding: 4rem;
  transition: right 0.4s ease-in-out;
  z-index: 9999;
}

.leader-popup.active {
  right: 0;
}

.leader-popup .close-btn {
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  cursor: pointer;
  color: #003366;
}

.leader-popup h2 {
  color: #003366;
  font-weight: bold;
  font-size: 2.8rem;
}
.leader-popup h3 {
  color: #f1a23b;
  font-size:1.8rem;
}

.leader-popup p {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.5;
}
.doctor-info small{
  font-size: 1.6rem;
}
.popup-content small{
  font-size: 1.6rem;
}
.dr-icon{
  width: 12rem;
  height: 12rem;
  border: 1px solid #DBE7F6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 2rem;
}
.contact-form-section .form-control {
  border-radius: 5px;
  border: none;
  padding: 12px;
  font-size: 1.6rem;
}

.contact-form-section .form-control:focus {
  outline: none;
  box-shadow: 0 0 0 2px #ffc107;
}

.contact-form-section .btn-warning {
  background-color: #fbbf24;
  border: none;
  font-weight: bold;
}

.contact-form-section .btn-warning:hover {
  background-color: #f59e0b;
}

.form-wrapper{
  padding: 4.8rem 3rem;
  background-color: #0c4a6e;
  border-radius: 10px; 
  color: white;
  margin-bottom: 2rem;
}

.nf-error-msg, .ninja-forms-req-symbol {
    color: #ff6666 !important;
    font-size: 16px;
    font-weight: 300;
}

.contact-info-h2{
  text-align: center;
  font-weight: 600;
  color: #153E5A;
}
@media (min-width: 768px) {
  .navbar-expand-md .navbar-collapse {
    justify-content: flex-end;
  }
}



.contact-details h6 {
  color: #003366;
  font-weight: 500;
  font-size: 2.8rem;
}

.contact-details p {
  color: #333;
  font-size:2.3rem;
  font-weight: 300;
}
.contact-social{
  border: 1px solid rgb(6 74 100 / 10%)
}
.contact-info-col{
  text-align: center;
}
.divider {
  width: 1px;
  height: 40px;
  background-color: #ccc;
  margin: 0 auto;
}
.contact-info-h2{
  margin-bottom: 3.5rem;
}
.contact-info-col +.contact-info-col {
  padding-left: 4rem;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
}
.team-inner img {
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}
.team-inner {
  background-color: #fff;
  border-radius: 2rem;
}
.team-text{
  padding: 2rem ;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  transition: 0.3s;
}
.team-inner:hover .team-text {
  background-color: orange;
}
.team-text small{
  font-size: 1.6rem;
}
.team-text h6{
  color: #003366;
  font-weight: bold;
}
.team-text small{
  color: #666666;
}
.team-inner:hover .team-text h6, .team-inner:hover .team-text small{
  color: #fff;
}
.dr-name{
  background-color: #004b76;
  color: white; 
  padding: 1rem 1.5rem;
  font-weight: bold;
  font-size: 1.8rem;
}
a.provider-btn {
  display: inline-block;
  color: #fff;
  border: 1px solid;
  background-color: transparent;
  color: #fffdfd;
  padding: 8px 30px;
  border: 1px solid #ffffff;
  font-size: 1.8rem;
  border-radius: 30px;
  display: inline-block;
}

a.provider-btn:hover{
  background-color: #F1A23B;
  color: #fff;
  border-color:  #F1A23B;
  cursor: pointer;
}
ul.social-ul li img {
  width: 3.3rem;
}
/* Fixed Style After Scroll */
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  background-color: white; /* Optional: Change background on scroll */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Optional: Add shadow on scroll */
  width: 100%;
  transition: all 0.3s ease;
  z-index: 10;
}
.accordion-button{
  padding: 2rem 3rem;
}

.accordion-collapse{
  margin-top: 2rem;
}






@media(min-width: 320px) and (max-width: 575px){
  html{
    font-size: 40.5%;
  }
  .navbar-light .navbar-nav .nav-item+.nav-item{
    margin-left: 0;
  }
  .navbar-light .navbar-nav .nav-item+.nav-item {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .hero-wrapper {
    height: 43.2rem;
  }
  .col-right{
    display: none!important;
  }
  .stats h3{
    font-size: 2rem;
  }
  .stats p{
    font-size: 1.8rem;
  }
  #dr-carousel .carousel-indicators {
    bottom: 0;
  }
  #dr-carousel {
    padding: 8rem 5rem;
  }
  .testimonials .carousel-item p{
    font-size: 2.4rem;
  }
  .testimonials .carousel-item:before{
    content: none;
  }
  .testimonials .carousel-item:after{
    content: none;
    
    font-size: 0;
  }
  .social-ul {
    justify-content: FLEX-START;
  }
  .social-media {
    padding: 4rem;
  }
  .healthcare{
    margin: 2rem;
  }
  .leader-popup{
    width: 100%;
  }
  .hero-wrapper h2 {
    font-size: 4.6rem;
  }
  .healthcare{
    padding: 3rem;
  }
  .dr-card-inner {
    flex: 100%;
  }
}
@media(min-width: 576px) and (max-width:767px){
  html{
    font-size: 40.5%;
  }
  .navbar-light .navbar-nav .nav-item+.nav-item{
    margin-left: 0;
  }
  .navbar-light .navbar-nav .nav-item+.nav-item {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .hero-wrapper {
    height: 43.2rem;
  }
  .col-right{
    display: none!important;
  }
  .stats h3{
    font-size: 2rem;
  }
  .stats p{
    font-size: 1.8rem;
  }
  #dr-carousel .carousel-indicators {
    bottom: 0;
  }
  #dr-carousel {
    padding: 8rem 5rem;
  }
  .testimonials .carousel-item p{
    font-size: 2.4rem;
  }
  .testimonials .carousel-item:before{
    top: 0;
    left: 0;
    font-size: 0;
  }
  .testimonials .carousel-item:after{

    font-size: 0;
  }
  .social-ul {
    justify-content:flex-end;
  }
  .social-media {
    padding: 4rem;
  }
  .healthcare{
    margin: 2rem;
  }
  .leader-popup{
    width: 100%;
  }
  .hero-wrapper h2 {
    font-size: 4.6rem;
  }
  .healthcare{
    padding: 3rem;
  }
  .dr-card-inner {
    flex: 100%;
  }
  .leader-popup {
    right: -122.6rem;
  }
}

@media(min-width: 768px) and (max-width:991px){
  html{
    font-size: 44.5%;
  }
  .navbar-brand img {
    width: 20.5rem;
  }
  .navbar-light .navbar-nav .nav-item+.nav-item {
    margin-left: 0rem;
  }
  .hero-wrapper {
    height: 50.2rem;
  }
  #dr-carousel {
    padding: 12rem 5rem;
  }
  .testimonials .carousel-item:after{
    font-size: 0;
  }
  .testimonials .carousel-item:before{
    font-size: 15rem;
    top: -5rem;
  }
  .testimonials .carousel-item p{
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
  .dr-card-inner {
    flex: 100%;
  }
}
@media(min-width:992px) and (max-width:1199px){
  html{
    font-size:48.5%;
  }
  .navbar-brand img {
    width: 25.5rem;
  }
}
@media(min-width:1200px) and (max-width:1399px){
  html{
    font-size:48.5%;
  }
  .navbar-brand img {
    width: 25.5rem;
  }
  a.primary-btn+a.primary-btn {
    margin-top: 1rem;
  }
}




.testimonial-box {
  background-color:rgba(185, 201, 217, 1);
  color: #0b2b3c;
  margin-bottom: 3rem;
  padding:7rem 5rem;
  border-radius: 16px;
  position: relative;
  text-align: center;   
}
.testimonial-box:nth-child(even) {
 background-color:rgba(185, 201, 217, 0.6);
}
.testimonial-rating {
  display: inline-flex;
  align-items: center;
  background: #c7d6e6;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  gap: 6px;
  border: 1px solid #153e5a7d;
}

.testimonial-rating .stars {
  color: #ffb703;
  letter-spacing: 1px;
  font-size: 3rem;
}

.google-icon {
  width: 16px;
  height: 16px;
  margin-left: 4px;
}

.testimonial-content {
  position: relative;
}

.testimonial-content p {
  font-size: 3.3rem;
  /* line-height: 1.6; */
  margin: 1rem 0;
  max-width: 1173px;
  margin: 0 auto;
}
.quote-left,
.quote-right {
  font-size: 10rem;
  color: #93a6bb;
  position: absolute;
  
}

.quote-left {
  left: -10px;
  top: -75px;
}

.quote-right {
  right: -10px;
  bottom: -75px;
}
.testimonial-author {
  margin-top: 1rem;
  color: #084d75;
  font-weight: bold;
}
.testimonial-author{
  color: #153E5A;
  font-size: 3.3rem;
}
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-test .item-link{
  position: relative;
}


.table thead th {
  background-color: #124165;
  color: #fff;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f4f6fa;
}
.table > :not(caption) > * > * {
  padding: 1rem 1rem;
}




.custom-tabs {
  background-color: #dce5ee;
  border-radius: 999px;
  display: inline-flex;
  padding: 5px;
}

.custom-tabs .nav-link {
  border-radius: 999px;
  color: #0d2b44;
  font-weight: 500;
  padding: 11px 49px;
  font-size: 2rem;
}

.custom-tabs .nav-link.active {
  background-color: white;
  border: 1px solid #0d2b44;
  color: #0d2b44;
}

.tab-description {
  margin-top: 1rem;
  font-size: 1.1rem;
  color: #2a2a2a;
  text-align: center;
}

.team-card img {
  border-radius: 12px;
  width: 100%;
  object-fit: cover;
}

.team-card h6 {
  margin-top: 0.5rem;
  font-weight: 700;
}

.team-card p {
  margin-bottom: 0;
  color: #666;
  font-size: 0.95rem;
}
.custom-tabs li.nav-item{
  padding: 0 0.7rem;
}


.testimonial-content:before {
  content: url(assets/images/left-comma.png);
  position: absolute;
  top: 0rem;
  left: 1rem;
  color: #fff;
  z-index: 23;

  /* padding: 4rem; */
}

.testimonial-content:after {
  content: url(assets/images/right-comma.png);
  position: absolute;

  bottom: -5rem;
  right: 1rem;
  color: #fff;
  z-index: 23;

  /* padding: 4rem; */
}


/* Replace the default chevron with + / − */
.accordion-button::after {
  background-image: none !important;   /* remove default icon */
  content: "−";                        /* show minus when OPEN */
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  width: 1.25rem;
  height: 1.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0d6efd;                      /* primary color */
  transform: none !important;          /* prevent rotation from Bootstrap */
}
.accordion-button.collapsed::after {
  content: "+";                        /* show plus when CLOSED */
  color: #0d6efd;
}

/* Optional: subtle hover focus polish */
.accordion-button:not(.collapsed) {
  background-color: #eef5ff;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}
.accordion-button{
  font-size: 1.8rem;
}
.accordion-button::after{
  font-size: 3rem;
}
.para{
  max-width: 104.4rem;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 1.5rem;
  font-size: 3rem;
  font-weight: 300;
}
.accordion-button:focus{
  box-shadow: none;
}
.accordion-item{
  border-style: none;
  border-top:1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:not(:first-of-type){
  border-top:1px solid rgba(0, 0, 0, 0.125);
}
.accordion-button.collapsed::after {
  color: #124165;
}
.accordion-button {
  color: #124165;
  font-size: 2.8rem;
  font-weight: 500;
}
.dr-card-inner{
 flex: 1;
 padding: 5.5rem 2.5rem;
 display: flex;
 flex-direction: column;
 justify-content: center;

}

.card-soft + .card-soft {
  margin-top: 2rem;
}
.card-soft {
  background: rgba(226, 234, 240, 1);
  border: 1px solid var(--brand-stroke);
  border-radius: var(--radius);
  /* box-shadow: 0 4px 14px rgba(16, 36, 56, .08); */
  /*height: 30rem;*/
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 3rem;
}
.card-soft h3 {
  color: #153E5A;
  font-weight: 600;
  font-size: 2.6rem;
}
.card-soft p{
  font-size: 2rem;
}
.card-soft p span{
  font-weight: 600;
}


/* Dark right column */
.form-card{
  background: var(--brand-navy);
  color:#fff;
  border-radius: var(--radius);
  border:1px solid rgba(255,255,255,.08);
  box-shadow: 0 4px 14px rgba(16,36,56,.12);
}
.form-card .form-control,
.form-card .form-select{
  background: rgba(255,255,255,.96);
  border-color: rgba(255,255,255,.28);
  color:#0c2230;
}
.form-card .form-control::placeholder{ color:#7d95a3; }
.form-card .form-control:focus,
.form-card .form-select:focus{
  border-color:#9fd1ff;
  box-shadow:0 0 0 .25rem rgba(159,209,255,.35);
}
.submit-btn{
  background: var(--brand-accent);
  color:#1d2b36;
  border:none;
  box-shadow: 0 6px 14px rgba(255,158,61,.25);
}
.submit-btn:hover{ opacity:.95; }
.text-danger-custom{ color:#e24e4e; }

/* Make the image-like dashed underline effect optional */
.dotted-underline{
  background-image: linear-gradient(to right, #7aa0b8 33%, rgba(255,255,255,0) 0%);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  background-position: bottom;
}


.form-select{
  border-radius: 5px;
  border: none;
  padding: 12px;
  font-size: 1.6rem;
}
.current-menu-item  .nav-link div{
  color: #F1A23B;
}
div#nf-field-4-container {
    margin-bottom: 0;
}
.location li img{
  position: absolute;
  left: 0;
  top: 0;
}
.location li+li {
    margin-top: 1rem;
}
.location li{
  padding-left: 3rem;
}
.accordion-button{
  border-radius: 20px!important;
}
.accordion-item{
  border-radius: 20px!important;
  margin-bottom: 20px;
  border-style: none;
}
.accordion-item:not(:first-of-type){
  border-style: none;
}
.accordion-button:not(.collapsed){
  background-color: #ffffff;
}
.post-type-archive-provider header#navbar {
  
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}



.popover-body .primary-btn {
    padding: 0.8rem 3rem;
    font-size: 1.6rem;
}
.popover{
  background-color: #124165;
    padding: 1rem;
}
.popover-header {
    padding: 0.5rem 1rem 2rem;
  }