
/**** Author's Custom Styles ****/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



 
*:root{
    --white:#fff;
    --dark-green:#075F2D;
    --light-gray:#F0F7FA;
    --dark:#343434;
    --black:#000000;
    --yellow:#FAAE00;
}


body{
    font-size: 16px;
    line-height: 30px;
    color: #343434;
    background-color: #fff;
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
    font-weight: 400;
}
h1{
    font-family: "Poppins", sans-serif;
    font-size: 48px;
    font-weight: 700;
   color: #fff;
}
h1 span{
    font-family: "Poppins", sans-serif;
    font-weight: 300;
}
h4{
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}
h3, h5{
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}

h2{
    font-family: "Poppins", sans-serif;
}
ul{
    margin: 0px;
    margin-bottom: 20px;
}
p{
    margin: 0px;
    margin-bottom: 6px; 
}
a, a:hover, a:visited, a:active, a:focus{
  color: inherit;
  text-decoration: none;
}
.btn{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    padding: 10px 20px;
    margin-top: 10px;
    color: var(--dark-green) !important;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    background: var(--white);
    border: none;
    transition: .3s ease-in-out;
    border-radius: 0px;
    

}
.btn:hover{
    background: var(--yellow);
    transition: .3s ease-in-out;
    color: var(--white) !important;
}
.btn:focus{
    outline: none;
    box-shadow: none !important;
}

/* * Section */
.section {
    padding-top: 80px;
    text-align: left;
}
.section h2{
    margin-bottom: 20px;
    color: var(--dark-green) !important;
    font-weight: 500;
    font-size: 40px;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
}
.section span{
    color: var(--teal);
    font-weight: 400;  
}

.section h2:first-child{
    margin-top: 0px;
    margin-bottom: 20px;
    color: inherit;
}
.section p:last-child, .section ul:last-child{
    margin-bottom: 0px;
}
.section-padding{
    padding: 0px 120px;
}
.header-padding{
    padding: 0px 120px;
}
.no-padding{
    padding: 0px;
}
.no-margin{
    margin: 0px;
}

header {
    width: 100%;
    position: fixed;
    z-index: 100;
    opacity: 1;
    top: 0;
    transition: 0.3s ease-in-out;
    
}

.navbar {
    padding: 0px !important;
}





header .navbar-brand img {
    transition: ease 0.3s;
    -webkit-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    -ms-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    
}

header .navbar-brand {
    margin-right: 40px !important;
}

header .btn-contact:hover {
    animation-name: pulseBtn ;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;

}
@keyframes rotateBtn{
    0%,100%{
        transform: rotate(0deg);
    }
    50%{
        transform: rotate(3deg);
    }
}

@keyframes pulseBtn {
   0% {
    box-shadow: 0 0 0 0 #1F884D;
}

    100% {
    box-shadow: 0 0 0 5px #429a64;
}
}
@keyframes shake{
    0%{ transform: translateX(0); }
    25%{ transform: translateX(-5px); }
    50%{ transform: translateX(5px); }
    75%{ transform: translateX(-5px); }
    100%{ transform: translateX(0); }
}
@keyframes float{
    0%,100%{
        transform: translateY(0);
    }
    50%{
        transform: translateY(-8px);
    }
}
@keyframes glow{
    from{
        box-shadow: 0 0 5px #fff;
    }
    to{
        box-shadow: 0 0 20px #00aaff;
    }
}

.navbar-nav {
    margin-bottom: 0px;
    border-radius: 0px;
    min-height: 30px;
    border: none;
    padding: 0px 0px;
    position: relative;
    transition: ease 0.5s;
    -webkit-transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -ms-transition: ease 0.5s;
    -o-transition: ease 0.5s;
}

.navbar-nav>li {

    padding: 20px 22px;
    font-size: 16px;
    
    font-weight: 400;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    color: #404040;

}

.navbar-nav .nav-item .nav-link {
    color: #404040;
}

.navbar-nav>.active>a,
.navbar-nav>.active>a:hover,
.navbar-nav>.active>a:focus {
    color: #404040;
    font-weight: 600;
    background-color: transparent;
}

.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-nav>li>a {
    color: #000;
    padding: 6px 0px !important;
    transition: ease 0.3s;
    -webkit-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    -ms-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    border-color: transparent;
     font-family: "Poppins", sans-serif;
   
}

.navbar-nav>li.phone a {
     font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.navbar-nav>li.phone a::before {
    font-family: 'fontAwesome';
    content: '\f095';
    margin-right: 10px;
}

header .navbar ul {
    list-style-type: none;
    padding-right: 0px;
}

.navbar-toggle {
    border-color: #000;
    margin: 25px 15px;
    background-color: #fff;
}

.navbar-toggle:hover,
.navbar-toggle:focus {
    background-color: #fff;
}

.navbar-toggle .icon-bar {
    background-color: #000;
}

.navbar-toggler {
    color: var(--dark-green) !important;
    border-radius: 5px;
    font-size: 0.8rem;
    border: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
    display: GRID;
    width: 1.5em;
    height: 3px;
    background-size: 100%;
    background: var(--dark-green);
    height: 2px;
    margin: 5px 1px;
   
}

.hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}

/* .hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: var(--yellow);
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
} */

.hvr-underline-from-center:hover:before,
.hvr-underline-from-center:focus:before,
.hvr-underline-from-center:active:before {
    left: 0;
    right: 0;
}


/* dropdown */
.dropdown-menu {
    display: none;
  }
.dropdown-menu {
    padding: 2px 0px !important;
}
.dropdown:hover .dropdown-menu {
    display: block;
    color: #000;
}
.dropdown .dropdown-menu li a.dropdown-item {
    background-color: #fff;
    color: var(--dark-green);
    font-size: 16px;
    text-transform: capitalize;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}
.dropdown .dropdown-menu li a.dropdown-item:hover{
    background-color: var(--dark-green);
    color: var(--yellow);
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}
/** Sticky */
/* header.sticky{
    position: absolute;
}
header.sticky-mobile{
    position: absolute;
} */






@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

header .top-area{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-inner{
    padding-top:30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-inner a{
    font-size: 60px;
}
.header-inner a{
    color: #fff;
}
header .top-area button {
 
    background: none;
    box-shadow: none;
    color: #fff;
    padding: unset !important;
    border: none !important;
}

header .top-area button i{
    font-size: 30px;
}

/* home-banner */
.home-banner{
    background: url('../img/banner-bg1.png') center no-repeat ;
    background-size: cover;
    padding-top: 160px;
}
.home-banner.services{
     background: url('../img/hero-bg.png') center no-repeat ;
    background-size: cover;
    padding-top: 100px;
}
.home-banner.about-us{
     background: url('../img/hero-bg.png') center no-repeat ;
    background-size: cover;
    padding-top: 100px;
}
.home-banner .content-area {
    padding: 55px 0px 100px 0px;
    color: #fff;
}

.home-banner .content-area ul{
    padding: 0px;
}
.home-banner .content-area ul li {
    display: flex;
    gap: 10px;
   
    background: rgba(250, 174, 0, 0.2);
    background: cover;
    font-size: 14px;
    width: fit-content;
    padding: 8px 12px;
}
.home-banner.services .content-area p {
   width: 80%;
   margin: 0 auto;
   margin-bottom: 10px;
}

.home-banner.about-us {
    padding-top: 110px;
}

.home-banner.about-us .content-area .count-area h2 {
    display: flex;
    gap: 6px;
    justify-content: center;
}
.home-banner.about-us .content-area p{
    width: 75% ;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.home-banner .content-area h1{
    font-size: 48px;
    font-weight: 700;
    line-height: 50px;
}

.home-banner .content-area p{
   
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
   
}

.home-specialties.billing.credentialing .content-area p {
    width: 100%;
}


.home-banner .content-area .count-area {
    margin-top: 35px;
}
.home-banner .content-area .count-area h2{
    display: flex;
    
    gap: 6px;
}
.home-banner .content-area .count-area h2{
    font-size: 30px;
}

/* home-banner form */
.home-banner .quote-form {
    background: #fff;
    color: var(--dark);
    padding: 26px 22px 0px 22px;
    
    box-shadow: 0px 16px 32px rgba(0, 0, 0, 12%);
}
.home-banner .quote-form h3{
    color: var(--yellow);
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}
.home-banner .quote-form p{
    color: #626262;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 16px;
}
.home-banner .quote-form .form-control{
    background: #f3f3f3;
    border: 1px solid #e9e9e9;
    padding: 12px 12px;
   
    font-size: 14px;
}
.home-banner .quote-form .form-control:focus{
    border-color: rgba(250, 174, 0, 0.6);
}
.home-banner .quote-form .btn-quote{
    background: var(--dark-green);
    color: var(--white) !important;
    margin-top: 6px;
}
.home-banner .quote-form .btn-quote:hover{
    background: var(--yellow);
    color: var(--white) !important;
}
/* home-about-us */

.home-about-us .content-area p{
    line-height: 36px;
}

.home-about-us.billing .content-area p{
    line-height: 24px;
}

.home-about-us {
    background: url('../img/about-us-bg.png') center  no-repeat;
    padding-bottom: 80px;
}
.home-about-us.about{
    padding-bottom: 0px;
}
/* home-services */
.home-services {
    background: rgba(7, 95, 45, 0.1);
    padding-bottom: 80px;
}
.home-services .services-area{
    margin-top: 50px;
}
.home-services .services-area .image-area img{
    width: 100%;
    margin-top: 12px;
}
.home-services .services-area .item {
    margin-top: 50px;
    margin-left: 30px;
}
.home-services .services-area .head{
    font-size: 36px;
    color: #075F2D;
    font-weight: 600;
}
.home-services .services-area .item .number{
    width: 70px;
    height: 70px;
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    background: #1F884D;
    padding: 10px 20px;
    
    margin-bottom: 20px;
}

.home-services .services-area .item h3{
    font-size: 20px;
    font-weight: 600;
    color: var(--dark-green);
    margin-top: 30px;
}

.home-services .services-area .item p{
    color: #626262;
    font-size: 16px;
}
/* home-specialties */

.home-specialties .content-area p{
    width: 80%;
}
.home-specialties .specilaties-area{
    margin-top: 50px;
}

.home-specialties .specilaties-area .item {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid #bcbcbc;
    padding-bottom: 22px;
    margin-bottom: 22px;
}

.home-specialties .specilaties-area .item:last-child{
    border-bottom: none;
}
.home-specialties .specilaties-area .item .left{
    display: flex;
    gap: 40px;

}

.home-specialties .specilaties-area .item .left span{
    color: var(--dark-green);
    font-size: 26px;
    font-weight: 500;
}

.home-specialties .specilaties-area .item .right i{
    background-color: #F3F3F3;
    color: var(--dark-green) !important;
    width: 60px;
    height: 60px;
    color: var(--white);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    rotate: -45deg;
    transition: .3s ease-in-out;
}
.home-specialties .specilaties-area .item .right i:hover{
    background-color: var(--dark-green);
    color: var(--white) !important;
    scale: 1.1;
    transition: .3s ease-in-out;
}

.home-specialties .specilaties-area .item .left h3{
    font-size: 24px;
    color: var(--dark);
    font-weight: 600;
}

/* home-challenges */
.home-challenges .item .content-area  h2{
    font-size: 40px;
    color: #fff !important;
}

.home-challenges .item .content-area input[type="submit"] {
    background-color: var(--yellow) !important;
    margin-top: 20px;
    
}
.home-challenges .item .content-area {
    background: linear-gradient(to right, #1F884D, #082213);
    color: #fff;
    padding: 46px 20px 26px 40px;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}
.home-challenges .item .content-area .form-check{
    margin-top: 18px;
}

.home-challenges .item .content-area .form-area{
    margin-top: 25px;
}
.home-challenges .item .content-area .form-area .form-control{
    width: 100%;
    padding: 12px 16px;
    border-radius: 0;
}

.home-challenges .item .content-area .form-area .button-area .btn-send{
    width: 100%;
    margin-top: 25px;
}

/* home-softwares */

.home-softwares .owl-carousel .item img{
    width: unset;
}

.home-softwares .owl-carousel{
    margin-top: 30px;
    margin-bottom: 30px;
}

.home-softwares  .button-area .btn-ehr{
    background-color: var(--dark-green);
    color: #fff !important;
}
.home-softwares  .button-area .btn-ehr:hover{
    background-color: var(--yellow);

}
.home-softwares .para{
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

/* home-areas */

.home-areas .content ul{
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.home-areas .content ul li{
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 10px;
}

/* home-trust */

.home-trust .content-area h2{
    font-size: 40px;
    font-weight: 700;
    
}

.home-trust .content-area .button-area .btn-contact{
    background-color: var(--yellow);

}
.home-trust .content-area .button-area .btn-contact:hover{
    background-color: var(--dark-green);
    color: var(--white);
}

.home-trust .items-area{
    background-color: #177E43;
    padding: 20px 20px;
    
}

.home-trust .items-area .item{
    background-color: #004A18;
    color: var(--white);
    padding: 24px;
    margin-bottom: 14px;
    
    border: 2px solid transparent;
}
.home-trust .items-area .item:hover{
    border: 2px solid rgba(255, 255, 255, 0.5);
}
.home-trust .items-area .item:last-child{
    margin-bottom: 0;
}
.home-trust .items-area .item h3{
    font-size: 16px;
    font-weight: 600;

}
.home-trust .items-area .item p{
    font-size: 13px;
}
/* home-testimonials */

.home-testimonials .content-area span{
    color: var(--yellow);
}
.home-testimonials .owl-carousel {
    margin-top: 40px;
}
.home-testimonials .owl-carousel .item {
    border: 1px solid #bdc5c9;
    
    padding: 36px 30px;
    height: 380px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home-testimonials .owl-carousel .item ul{
    list-style: none;
    padding: 0;
    display: flex;
    gap: 3px;
    color: var(--yellow);
}

.home-testimonials .owl-carousel .item .bottom{
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
}
.home-testimonials .owl-carousel .item .bottom img{
    width: 56px;
}
.home-testimonials .owl-carousel .item .bottom .info h3{
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0;
}
.home-testimonials .owl-carousel .item .bottom .info p{
    font-size: 15px;
}


/* footer */
footer{

    background-color: var(--black);
    color: rgba(255, 255, 255, 70%);
    padding: 80px 0px 30px 0px;
   
}



footer .logo-area ul.social {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

footer .logo-area p{
    margin-top: 15px;
}

footer ul{
    list-style: none;
    padding: 0;
}
footer ul li{
    margin-bottom: 15px;
}

footer .copyright{
    margin-top: 60px;
}

footer .contact ul li{
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

footer h4 {
    margin-bottom: 20px;
   font-size: 20px;
    border-bottom: 1px solid #fff;
    width: fit-content;
    padding-bottom: 20px;
    font-weight: 500;
}
footer ul li a{
    transition: .3s ease-in-out;
}
footer ul li a:hover{
    color: var(--yellow);
    transition: .3s ease-in-out;
}

footer .copyright p{
    color: rgba(255, 255, 255, 70%);
}

/* inner-pages */
.title-area{
        padding-top: 123px;
        background-color: #E8FDFF;
}
.title-area .content-area{
    padding: 65px 0px;
}

.title-area .content-area .content h1{
    font-size: 40px;
    color: var(--dark);
}


.cta{
   
    padding-top: 0px !important;
 margin-top: 80px;
    color: #fff;
   
}
.cta .content-area{
    padding: 80px 0px;
     background: var(--yellow);
    
}
.cta .content-area h2{
   color: #010a05 !important;
}
.cta .content-area p{
   color: #010a05 !important;
}
.cta .button-area .btn-consult {
      background-color: var(--dark-green);
      color: #fff !important;
    margin-top: 30px;
}

.cta .button-area .btn-consult:hover {
    background-color: #fff;
    color: var(--dark-green) !important;
}
footer.inner {
    margin-top: -5px;
}
.home-faqs {
    padding-bottom: 80px;
}
.home-faqs .faqs-area{
    margin-top: 40px;
}
.accordion .accordion-item{
    border: none;
    border-bottom: 1px solid #d1d4d5;
    border-radius: 0px;
    padding: 0px;
    margin-top: 20px;
    background-color: var(--white);
}
.accordion-button:not(.collapsed) {
    color: var(--dark);
    background-color: transparent;
    box-shadow: Unset;
}
.accordion-button {
    background-color: unset;
    margin-bottom: 0px;
    font-size: 18px;
    color: #18272E;
    font-weight: 400;
}
.accordion-button:focus {
    box-shadow: unset;
}
h2.accordion-header{
    margin-bottom: 0px !important;
   
}
.accordion-item .accordion-button:after {
    background-image: none !important;
    font-family: "fontAwesome";
    content: "\f078";
    color: var(--teal);
    height: unset!important;
    font-size: 20px;
    font-weight: 700;
}
/* billing-process */

.billing-proces .process-area {
    margin-top: 50px;
}

.billing-proces .process-area .content h3{
    font-size: 18px;
    color: var(--dark-green);
    font-weight: 600;
}
.billing-proces .process-area .content p{
    font-size: 16px;
}

.billing-proces .process-area .content.content-bottom{
    margin-top: 50px;
}

.billing-proces .process-area .wrapper{
    position: relative;
    text-align: center;
}
.billing-proces .process-area .wrapper::after {
    content: url('../img/line-1.svg');
    position: absolute;
    top: 50%;
    rotate: -9deg;
    left: 78%;
     z-index: -1;
}

.billing-proces .process-area .wrapper.wrapper2{
    position: relative;
    text-align: center;
}
.billing-proces .process-area .wrapper.wrapper2::after {
    content: url('../img/line-2.svg');
    position: absolute;
    rotate: -9deg;
    top: -25%;
    left: 32%;
    z-index: -1;
}

/* our-mission */


.our-mission .item {
    background: linear-gradient(to right, #1F884D, #082213);
    color: #fff;
    padding: 40px;
   
}

.our-mission .item .content-area h2{
    color: var(--white) !important;
}

.our-mission .item .content-area p{
    margin-bottom: 25px;
}

.our-mission .item .content-area p:last-child{
    margin-bottom: 0;
}

/* why-choose-us */




.why-choose-us .item .content ul{
    list-style: none;
    padding: 0;
}
.why-choose-us .item .content ul li{
    display: flex;
    gap: 12px;
    align-items: start;
    margin-top: 15px;
}


.why-choose-us.local .item{
    background-color: var(--white);
}

.why-choose-us .item .content h2{
    font-weight: 500;
}
.why-choose-us.local .item .content {
    background-color: #FAAE00;
   
    
   
    padding: 40px;
    margin-left: -151px;
}
.why-choose-us.compliance .item .content {
    background-color: #075F2D;
    color: white;
    
    padding: 40px;
    position: relative;
    z-index: 2;
    margin-right: -170px;
}

.why-choose-us.compliance .item .content h2 {
    color: #fff !important;
}

.why-choose-us.compliance .item .image-area{
    position: relative;
    z-index: 1;
}

/* services-page cards */
.services-area .cards-area{
    margin-top: 50px;
}
.services-area .cards-area .row{
    row-gap: 24px;
}
.services-area .cards-area .card{
    height: 100%;
    border: 1px solid #c3ddd0;
    
    background-color: #f8fbf9;
    padding: 28px 18px 18px;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.services-area .cards-area .card .icon{
    width: 66px;
    height: 66px;
    margin-bottom: 18px;
}
.services-area .cards-area .card h3 {
    font-size: 18px;
    line-height: 1.4;
    color: #1f884d;
    font-weight: 600;
    margin-bottom: 10px;
}
.services-area .cards-area .card p{
    color: #475569;
    margin-bottom: 16px;
}
.services-area .cards-area .card .btn-explore{
    margin-top: auto;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 1;
    
    color: #fff !important;
    background-color: #faae00;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.services-area .cards-area .card .btn-explore:hover{
    background-color: var(--dark-green);
}
.services-area .cards-area .card i{
    rotate: 45deg;
}


/* billing-page */


.home-about-us .content-area .item{
    background-color: #075F2D;
    padding: 20px 18px;
    margin-top: 10px;
  
    color: #fff;
}
.home-about-us.billing{
    padding-bottom: 0px;
}

.billing-support  {
    background: linear-gradient(to right, #1F884D, #082213);
    color: #fff;
    padding: 80px 40px;
   
    margin-top: 80px;
}
.billing-support.credentialing  {
   background: none !important;
   margin-top: 0px;
   padding: 80px 0px;
  
}
.billing-support.credentialing .item{
     background: linear-gradient(to right, #1F884D, #082213);
     padding:60px;
    
}
.billing-support.credentialing .item .content-area h3{
   font-size: 22px;
}
.billing-support .item .cards{
    background-color: #FAAE00;
    color: #082213 ;
    padding: 20px;
   
    gap: 8px;
    margin-bottom: 20px;
}

.billing-support .item .content-area h2{
    color: var(--white) !important;
} 


.billing-support .item .content-area .child{
    margin-bottom: 15px;
}
.billing-support .item .content-area .child:last-child{
    margin-bottom: 0px;
}
.billing-support .item .cards h3{
    font-size: 20px;
    font-weight: 600;
}

.billing-support .row{
    display: flex;
    flex-wrap: wrap;
}

.billing-support .col-lg-6{
    display: flex;
}

.billing-support .cards{
    display: flex;
    flex-direction: column;
}
/* billing-services */


.billing-services{
    background-color: #F5F5F5;
    padding-top: 0px !important;
  
}
.billing-services .content-area{
    padding: 60px 0px;
}

.billing-services.coding{
    margin-top: 80px;
}

.billing-services .item .content h3{
    font-size: 20px;
    font-weight: 600;
    color: #075F2D;
}
.billing-services .item .content p{
    font-size: 16px;

    
}
.billing-services .item .content{
    padding: 20px;
    background-color: #fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.billing-services .item img{
    width: 100%;
}
.billing-services .item{
    margin-top: 60px;
}


.billing-services .item{
    display: flex;
    flex-direction: column;
    
}

.billing-services .content{
    display: flex;
    flex-direction: column;
    flex: 1;
}
.billing-services .content p{
    margin-bottom: 0;
}
.billing-services .item{
    justify-content: space-between;
}

.home-specialties.billing .item p{
    width: 90%;
}

.home-specialties.billing .item{
    align-items: start;
}

.who-we-serve .content-area ul{
    list-style: none;
    padding: 0;
}


.who-we-serve .content-area ul li{
    display: flex;
    gap: 12px;
    margin-bottom: 10px;
}
.who-we-serve .content-area ul li:last-child{
    margin-bottom: 0;
}
.who-we-serve .item{
    background-color: #FAAE00;
   
    box-shadow: 0px 16px 32px rgba(0, 0, 0, 10%);
    padding: 40px 30px;
}

.who-we-serve.hippa .item{
    background-color: #075F2D;
    
    box-shadow: 0px 16px 32px rgba(0, 0, 0, 10%);
    padding: 40px 30px;
    color: #fff;
}
.who-we-serve.hippa .item .content-area h2{
    color: #fff !important;
}

.who-we-serve.hippa .content-area ul{
    margin-top: 10px;
}
.who-we-serve.hippa .content-area ul li{
  
    margin-bottom: 10px;
}

.billing-why-choose .list-area ul{
    list-style: none;
    padding: 0;
}

.billing-why-choose .list-area ul li{
    display: flex;
    gap: 12px;
    margin-top: 12px;
    align-items: flex-start;
}
.billing-why-choose .list-area {
    margin-top: 20px;
}


.home-about-us.coding .content-area ul{
    list-style: none;
    padding: 0;
 
}

.home-about-us.coding .content-area ul li{
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 10px;
}

.home-about-us.coding{
    background: none !important;
}

.who-we-serve-coding .content-area ul{
    list-style: none;
    padding: 0;
}

.who-we-serve-coding .content-area ul li{
    display: flex;
    gap: 12px;
    margin-top: 10px;
}

.home-about-us .content-area ul {
    list-style: none;
    padding: 0;
    margin-top: 15px;
}

.home-about-us .content-area ul li{
    display: flex;
    gap: 12px;
    margin-top: 10px;
}

.related-services .item{
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-top: 40px;
}

.related-services .item h3{
    font-size: 20px;
    font-weight: 600;
}

.specialties-we-serve .item{
    background-color: #FDFDFD;
    box-shadow: 0px 16px 32px rgba(0, 0, 0, 10%);

    padding: 25px 60px;
    margin-top: 30px;
}

.specialties-we-serve .item .row{
    border-bottom: 1px solid #e6eff5;
    padding: 20px 20px;
}
.specialties-we-serve .item .row:last-child{
    border-bottom: none;
}

.our-coding-process .items .item span{
    color: #075F2D;
    font-size: 24px;
    font-weight: 600;
   
}

.our-coding-process .items .item h3{
    color: #2F2D2D ;
    font-size: 20px;
    font-weight: 600;
    margin-top: 8px;

}

.our-coding-process .items .item {
    margin-bottom: 30px;
}
   .our-coding-process .items {
    margin-top: 40px;
   } 




   .scroll-header{
    
    width: 100%;
    background: #F3FFFA;
    transition: all 0.3s ease;
    z-index: 999;
}
 
.scroll-header.scrolled{
    position: fixed;
    top: 0;
    background: #F3FFFA; /* solid color */
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}



/* ===================================================
   CONTACT SECTION — CSS
   Add to your main stylesheet (e.g. assets/css/main.css)
   or paste inside your theme's Additional CSS
   =================================================== */

/* ── Section Wrapper ─────────────────────────────── */
.contact-section {
    padding: 60px 0 80px;
    background-color: #fff;
}

.contact-banner{
    margin-top: -112px;
}

.contact-banner-heading {
    margin-bottom: 36px;
}

.contact-label {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

.contact-banner-heading h2 {
    font-size: 36px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 14px;
    line-height: 1.2;
}

.contact-banner-heading p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.85);
    max-width: 420px;
    margin: 0 auto;
    line-height: 1.6;
}

/* ── Info Cards ──────────────────────────────────── */
.contact-info-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.5);
    
    padding: 30px;
    margin-bottom: 24px;
    transition: box-shadow 0.3s ease;
}

.contact-info-card:hover {
    box-shadow: 0 6px 24px rgba(0, 100, 70, 0.10);
}

.contact-info-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e6f4ef;
    
    padding: 10px;
}

.contact-info-icon img {
    width: 22px;
    height: 22px;
    /* If using Font Awesome instead of SVG, remove img and use: */
    /* color: #0a5c44; font-size: 20px; */
}

.contact-info-content h4 {
    font-size: 24px;
    font-weight: 700;
    color: #0a5c44;
    margin-bottom: 6px;
}

.contact-info-content p {
    font-size: 16px;
    color: var(--dark);
    margin-bottom: 10px;
    line-height: 1.5;
}

.contact-info-content a {
    font-size: 13px;
    font-weight: 600;
    color: var(--dark-green);
    text-decoration: none;
    transition: color 0.2s;
}

.contact-info-content a:hover {
    color: var(--dark-green);
   
}



/* ── Field Wrapper ───────────────────────────────── */
.wpcf7 .vt-field {
    margin-bottom: 14px;
}

/* ── Labels ──────────────────────────────────────── */
.wpcf7 .vt-field label {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: var(--dark-green);
    margin-bottom: -25px;
}

/* ── All Inputs & Textarea ───────────────────────── */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
    width: 100% !important;
    padding: 12px 16px !important;
    font-size: 14px !important;
    color: #333 !important;
    background: #fff !important;
    border: 1px solid #d1d5db !important;
    
    box-shadow: none !important;
    outline: none !important;
    transition: border-color 0.25s ease !important;
    -webkit-appearance: none !important;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 textarea:focus {
    border-color: var(--dark-green) !important;
    box-shadow: 0 0 0 3px rgba(10, 92, 68, 0.10) !important;
}

.wpcf7 input[type="text"]::placeholder,
.wpcf7 input[type="email"]::placeholder,
.wpcf7 input[type="tel"]::placeholder,
.wpcf7 textarea::placeholder {
    color: #aaa !important;
}

/* ── Textarea height ─────────────────────────────── */
.wpcf7 textarea {
    height: 110px !important;
    min-height: 110px !important;
    resize: vertical !important;
}

/* ── Acceptance / Checkbox ───────────────────────── */
.wpcf7 .vt-check {
    margin-bottom: 18px;
}

.wpcf7 .vt-check .wpcf7-list-item {
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.wpcf7 .vt-check input[type="checkbox"] {
    width: 15px !important;
    height: 15px !important;
    accent-color: #0a5c44 !important;
    flex-shrink: 0 !important;
    cursor: pointer !important;
}

.wpcf7 .vt-check .wpcf7-list-item-label {
    font-size: 13px !important;
    color: #555 !important;
    line-height: 1.4 !important;
}

.wpcf7 .vt-check .wpcf7-list-item-label a {
    color: var(--dark-green) !important;
    text-decoration: underline !important;
}

/* ── Submit Button ───────────────────────────────── */
.wpcf7 input[type="submit"] {
    width: 100% !important;
    padding: 14px 24px !important;
    background-color: var(--dark-green) !important;
    color: #fff !important;
    border: none !important;
    
    font-size: 16px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: background-color 0.3s ease !important;
    letter-spacing: 0.3px !important;
}

.wpcf7 input[type="submit"]:hover {
    background-color: var(--yellow) !important;
}

/* ── Response Messages ───────────────────────────── */
.wpcf7 .wpcf7-response-output {
    
    padding: 12px 16px !important;
    font-size: 14px !important;
    margin: 12px 0 0 !important;
    border: 1px solid transparent !important;
}

.wpcf7 .wpcf7-mail-sent-ok {
    background: #e6f4ef !important;
    border-color: #0a5c44 !important;
    color: #0a5c44 !important;
}

.wpcf7 .wpcf7-mail-sent-ng,
.wpcf7 .wpcf7-validation-errors,
.wpcf7 .wpcf7-spam-blocked {
    background: #fff0f0 !important;
    border-color: #e74c3c !important;
    color: #e74c3c !important;
}

.wpcf7-not-valid-tip {
    color: #e74c3c !important;
    font-size: 12px !important;
    margin-top: 4px !important;
    display: block !important;
}

.contact-form-wrapper .wpcf7 {
    border: 1px solid rgba(0, 0, 0, 0.5);
   
    padding: 30px;
}

.quote-form .wpcf7 span.wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 16px;
}

.quote-form .wpcf7 input.form-control,
.quote-form .wpcf7 input[type="submit"] {
    width: 100% !important;
}


.form-area .wpcf7 span.wpcf7-form-control-wrap {
    display: block;
}

.form-area .wpcf7 input.form-control {
    width: 100% !important;
}




.blog-listing-section {
    padding: 60px 0 80px;
    background: #fff;
}

/* Header */
.blog-section-header { margin-bottom: 40px; }


/* Search */
/* ── Search Bar ── */
.blog-search-wrap  { display: flex; justify-content: center; }
.blog-search-inner {
    display        : flex;
    align-items    : center;
    gap            : 10px;
    background     : #fff;
    border         : 1.5px solid #d0d0d0;
    border-radius  : 50px;
    padding        : 11px 20px;
    width          : 100%;
    max-width      : 480px;
    box-shadow     : 0 1px 6px rgba(0,0,0,0.07);
    transition     : border-color .2s, box-shadow .2s;
}
.blog-search-inner:focus-within {
    border-color: #1a7a4a;
    box-shadow  : 0 2px 12px rgba(26,122,74,.18);
}
.search-icon-left { display: flex; align-items: center; flex-shrink: 0; }
#blog-search-input {
    border     : none;
    outline    : none;
    flex       : 1;
    font-size  : 15px;
    color      : #444;
    background : transparent;
    min-width  : 0;
}
#blog-search-input::placeholder { color: #b0b0b0; }
#blog-search-btn {
    background : none;
    border     : none;
    cursor     : pointer;
    display    : flex;
    align-items: center;
    padding    : 0;
    flex-shrink: 0;
    transition : opacity .2s;
}
#blog-search-btn:hover { opacity: .65; }

/* No results */
.blog-no-results { text-align: center; color: #777; font-size: 17px; padding: 40px 0; }

/* Grid */
.blog-cards-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 16px;
    margin-top: 50px;
}

/* Card */
.blog-card {
    flex: 0 0 calc(33.333% - 16px);
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 16px rgba(0,0,0,0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    display: flex;
    flex-direction: column;
}
.blog-card:hover {
   
    box-shadow: 0 8px 28px rgba(0,0,0,0.13);
}

/* Image */
.blog-card-img-wrap {
    display: block;
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.blog-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}
.blog-card:hover 
.blog-card-img-placeholder {
    width: 100%;
    height: 200px;
    background: #e5e5e5;
}

/* Body */
.blog-card-body {
    padding: 18px 20px 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* Category badge */
.blog-card-category {
    display: inline-block;
    background: rgba(22, 22, 22, 0.1);
    color: #161616;
    font-size: 14px;
    font-weight: 500;
    padding: 4px 8px;
    border-radius: 4px;
    margin-bottom: 12px;
    width: fit-content;
}

/* Title */
.blog-card-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 auto;
    padding-bottom: 16px;
    text-align: left;
}
.blog-card-title a {
    color: var(--dark-green);
    text-decoration: none;
    transition: color 0.2s;
}
.blog-card-title a:hover { color: var(--dark-green); }

/* Read more */
.blog-card-readmore {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #161616;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    
   
    margin-top: 30 px;
    transition: color 0.2s, gap 0.2s;
}
.blog-card-readmore:hover { color: var(--dark-green); gap: 10px; }

/* Spinner */
.blog-spinner {
    display: flex;
    justify-content: center;
    padding: 24px 0 8px;
}

/* Sentinel (invisible trigger) */
#blog-scroll-sentinel {
    width: 100%;
    height: 1px;
    margin-top: 40px;
}

/* No posts */
.blog-no-posts p { color: #777; font-size: 18px; margin: 40px 0; }

/* Fade-in animation for newly loaded cards */
@keyframes blogCardFadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to   { opacity: 1; transform: translateY(0); }
}
.blog-card-new {
    animation: blogCardFadeIn 0.4s ease forwards;
}

/* Responsive */
@media (max-width: 991px) {
    .blog-card { flex: 0 0 calc(50% - 12px); }
}
@media (max-width: 600px) {
    .blog-card { flex: 0 0 100%; }
    .blog-section-title { font-size: 24px; }
}


.blog-post .item{
    text-align: center;
    background-color: var(--yellow);
    padding: 40px 45px;
    border-radius: 8px;
}

.blog-post .item h3{
    font-size: 20px;
    color: #161616;
    margin-top: 20px;
    margin-bottom: 16px;
}

.blog-post .item .button-area .btn{
    background-color: var(--dark-green);
    color: var(--white) !important;
}

.blog-post .item .button-area .btn:hover{
     color: var(--dark-green) !important;
    background-color: var(--white);
}


/* =========================================================
   SVC (Services) Section — variables
   ========================================================= */
.svc-section {
        --svc-bg: rgba(7, 95, 45, 0.1);
        --svc-green-dark: #075F2D;
        --svc-green: #1f6b3a;
        --svc-text: #626262;
        --svc-white: #ffffff;
        --svc-border-accent: #2f8f57;
        --svc-radius: 14px;
        --svc-gap: 24px;

        background-color: var(--svc-bg);
        padding: 80px 0;
}

/* =========================================================
   Intro heading
   ========================================================= */
.svc-intro {
        max-width: 760px;
        margin: 0 auto 45px;
}

.svc-intro h2 {
        font-size: 40px;
        line-height: 1.3;
        font-weight: 700;
        color: var(--svc-green-dark);
        margin-bottom: 16px;
}

.svc-intro h2 span {
        display: inline-block;
        font-weight: 400 !important;
}

.svc-intro h2 br {
        display: block;
}

.svc-intro h2 + p,
.svc-intro p {
        font-size: 16px;
        color: var(--svc-text);
        margin: 0;
}




.svc-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: var(--svc-gap);
}


.svc-card {
        background: var(--svc-white);
        border-radius: var(--svc-radius);
        padding: 24px;
        text-align: left;
        box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);
        display: flex;
        flex-direction: column;
        transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.svc-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 10px 26px rgba(0, 0, 0, 0.09);
}

.svc-icon {
        width: 56px;
        height: 56px;
        margin-bottom: 18px;
}

.svc-icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
}

.svc-title {
        font-size: 18px;
        font-weight: 600;
        color: var(--svc-green-dark);
        margin: 0 0 12px;
}

.svc-desc {
        font-size: 16px;
        line-height: 1.6;
        color: var(--svc-text);
        margin: 0 0 24px;
        flex-grow: 1;
}

/* =========================================================
   Button
   ========================================================= */
.svc-btn {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: var(--svc-green-dark);
        color: var(--svc-white) !important;
        font-size: 16px;
        font-weight: 500;
        text-decoration: none;
        padding: 10px 20px;
        border-radius: 6px;
        align-self: flex-start;
        transition: background 0.25s ease, gap 0.25s ease;
}

.svc-btn:hover {
        background: var(--svc-green);
        color: var(--svc-white);
        gap: 12px;
}



.badge-area {
        display: flex;
        align-items: center;
        gap: 16px;
        margin-top: 30px;
}



/* home-about-us section */
.home-about-us-main {
    padding: 60px 0;
}

.home-about-us-main .image-area img {
    width: 100%;
    border-radius: 4px;
}

.home-about-us-main .content-area h2 {
    font-size: 40px;
    font-weight: 700;
    color: #075F2D;
    margin-bottom: 20px;
    line-height: 1.3;
}

.home-about-us-main  .content-area h2 span {
    font-weight: 400;
}

.home-about-us-main  .content-area p {
    font-size: 16px;
    line-height: 1.7;
    color: #343434;
    margin-bottom: 18px;
}

.home-about-us-main  .about-list {
    list-style: none;
    padding: 0;
    margin: 0 0 18px 0;
}

.home-about-us-main  .about-list li {
    position: relative;
    padding-left: 18px;
    font-size: 16px;
    color: #343434;
   
}

.home-about-us-main  .about-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #343434;
    font-weight: 600;
}

/* Stat boxes */
.home-about-us-main  .stats-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 25px;
}

.home-about-us-main  .stat-box {
    flex: 1 1 0;
    min-width: 140px;
    background-color: #075F2D;
    border-bottom: 4px solid #FAAE00;
    border-radius: 8px;
    text-align: center;
    padding: 14px 16px;
}

.home-about-us-main  .stat-box h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 6px 0;
}

.home-about-us-main  .stat-box span {
    color: #fff;
    font-size: 14px;
    display: block;
}



/* home-specialties section */

.home-specialties .section-heading {
    text-align: center;
    max-width: 750px;
    margin: 0 auto 40px auto;
}

.home-specialties .section-heading h2 {
    font-size: 40px;
    font-weight: 700;
    color: #075F2D;
    margin-bottom: 15px;
}

.home-specialties .section-heading h2 span {
    font-weight: 400;
}

.home-specialties .section-heading p {
    font-size: 16px;
    color: #626262;
    line-height: 1.7;
    margin: 0;
}

/* Grid wrapper — CSS grid instead of Bootstrap's float/margin */
.home-specialties .row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 0;
}

.home-specialties .row > [class*="col-"] {
    padding: 0;
    width: auto;
    max-width: none;
    flex: none;
}

/* Card */
.home-specialties .specialty-card {
    border: 1px solid rgba(7, 95, 45, 0.3);
    padding: 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.25s ease, border-color 0.25s ease;
    text-align: left;
}

.home-specialties .specialty-card:hover {
    box-shadow: 0 8px 24px rgba(20, 83, 45, 0.08);
    border-color: #14532d;
}

.home-specialties .icon-area {
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
    overflow: hidden;
    display: block;
}

.home-specialties .icon-area img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    font-size: 0;
    color: transparent;
}

.home-specialties .specialty-card h3 {
    font-size: 24px;
    font-weight: 600;
    color: #075F2D;
    margin-bottom: 8px;
}

.home-specialties .specialty-card p {
    font-size: 16px;
    line-height: 1.6;
    color: #626262;
    margin-bottom: 20px;
    flex-grow: 1;
}

.home-specialties .card-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #075F2D;
    align-self: flex-end;
    transition: transform 0.25s ease;
}

.home-specialties .specialty-card:hover .card-arrow {
    transform: translateX(5px);
}





header{
    border-bottom: 1px solid #E2E2E2;
}


header .btn-contact{
    color: #472E00 !important;
    background-color: #FAAE00 !important;
     animation-name: pulseBtn ;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}

header .btn-contact:hover{
    color: #472E00 !important;
    background-color: #FAAE00 !important;
}

/* =========================================================
   VBS HOME SECTION
   One continuous background covers: hero row, subtext,
   quote card (inset), and stats strip. The quote card is
   NOT a separate full-width section — it's a card floating
   inside this same section, matching the reference image.
   ========================================================= */

.vbs-hero {
    background: #F3FFFA;
   
    padding-top: 120px;
    padding-bottom: 60px;
}


.vbs-hero-eyebrow {
    font-size: 20px;
    color: #404040;
    
}
.vbs-hero-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    color: #1F884D; 
    margin: 0 0 18px;
    letter-spacing: -3%;
}

.vbs-hero-question {
    font-size: 16px;
    font-weight: 600;
    color: #404040E5;
    margin-bottom: 10px;
}

.vbs-hero-desc {
    font-size: 16px;
    color: #404040E5;
    line-height: 1.6;
    margin-bottom: 24px;
}

.vbs-hero-badges {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 28px;
    flex-wrap: wrap;
}
 .vbs-hero-media{
    display: flex;
    justify-content: end;
 }


.vbs-hero-cta .vbs-btn--primary {
    display: inline-block;
    background: #FAAE00; 
    color: #472E00;
    font-weight: 500;
    text-decoration: none;
    padding: 12px 24px;
    
    transition: background .2s ease;
}

.vbs-hero-cta .vbs-btn--primary:hover {
    background: var(--dark-green);
    color: #fff;
}



.vbs-hero-subtext {
    text-align: center;
    max-width: 620px;
    margin: 30px auto 0;
    color: #404040E5;
    font-size: 16px;
    line-height: 1.6;
}

/* =========================================================
   QUOTE / REQUEST-ANALYSIS CARD
   Inset card inside .vbs-hero, not its own section
   ========================================================= */

.vbs-quote-card {
    background: linear-gradient(90deg, #1F884D 0%, #082213 100%);

    padding: 32px 40px;
    margin-top: 50px;
   
}

.vbs-quote-row {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.vbs-quote-text {
    width: 100%;
}

.vbs-quote-form {
    width: 100%;
}

.vbs-quote-title {
    color: #FAAE00;
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 6px;
}

.vbs-quote-desc {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
}

/* Contact Form 7 field styling — matching CF7 form-template
   tags are in the notes shared alongside this file */
.vbs-quote-form form.wpcf7-form {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
}

.vbs-quote-form .vbs-form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
    width: 100%;
}


.vbs-quote-form .vbs-form-row p {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
    width: 100%;
    margin: 0;
}

.vbs-quote-form .vbs-form-row br {
    display: none;
}

.vbs-quote-form .vbs-input-wrap {
    flex: 1 1 140px;
    min-width: 0; 
}





.vbs-quote-form input.wpcf7-form-control.vbs-input[type="text"],
.vbs-quote-form input.wpcf7-form-control.vbs-input[type="email"],
.vbs-quote-form input.wpcf7-form-control.vbs-input[type="tel"] {
    width: 100% !important;
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid #E6E6E6 !important;
    border-radius: 0 !important;
    color: #fff !important;
    padding: 8px 4px !important;
    font-size: 13px !important;
    box-shadow: none !important;
}

.vbs-quote-form input.wpcf7-form-control.vbs-input[type="text"]:focus,
.vbs-quote-form input.wpcf7-form-control.vbs-input[type="email"]:focus,
.vbs-quote-form input.wpcf7-form-control.vbs-input[type="tel"]:focus {
    border-bottom-color: #f5a623 !important;
    box-shadow: none !important;
}

.vbs-quote-form input.wpcf7-form-control.vbs-input[type="text"]::placeholder,
.vbs-quote-form input.wpcf7-form-control.vbs-input[type="email"]::placeholder,
.vbs-quote-form input.wpcf7-form-control.vbs-input[type="tel"]::placeholder {
    color: #ffffffcc !important;
}

/* Scoped + higher specificity than the sitewide
   .wpcf7 input[type="submit"] { ... !important } rule —
   only overrides the submit button inside .vbs-quote-form. */
.vbs-quote-form input.wpcf7-form-control.vbs-btn--submit[type="submit"] {
    flex: 0 0 auto !important;
    width: auto !important;
    white-space: nowrap !important;
    background-color: #FAAE00 !important;
    color: #472E00 !important;
    font-weight: 500 !important;
    border: none !important;
    padding: 8px 24px !important;
    
    cursor: pointer !important;
    text-transform: uppercase !important;
    font-size: 13px !important;
}

.vbs-quote-form input.wpcf7-form-control.vbs-btn--submit[type="submit"]:hover {
    background-color: #e0951a !important;
}

/* =========================================================
   STATS STRIP — still inside the same .vbs-hero section
   ========================================================= */

.vbs-stats {
    padding: 40px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px;
}

.vbs-stat-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    
}

.vbs-stat-icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.vbs-stat-body {
    display: flex;
    flex-direction: column;
}

.vbs-stat-number {
    font-size: 30px;
    font-weight: 600;
    color: #1F884D;
}

.vbs-stat-label {
    font-size: 14px;
    color: #404040;
}




.mbs-section {
  
 
  
  padding: 80px 0px;
 background: linear-gradient(0deg, rgba(7, 95, 45, 0.1), rgba(7, 95, 45, 0.1)),
linear-gradient(90deg, #1F884D 0%, #082213 100%);

  
}


.mbs-intro {
  text-align: center;
  padding: 36px 24px 44px;
  margin-bottom: 40px;
}
 
.mbs-intro .mbs-heading {
  color: #FFFFFF !important;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.3;
  margin: 0 0 6px;
  letter-spacing: 0.2px;
}
 
.mbs-intro .mbs-heading strong,
.mbs-intro .mbs-heading .mbs-heading-bold {
  display: block;
  font-weight: 700;
}
 
.mbs-intro .mbs-subtext {
  color:#FFFFFF;
  font-size: 16px;
  max-width: 640px;
  margin: 14px auto 0;
  line-height: 1.6;
}
 
/* ---------- Grid ---------- */
.mbs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
 
/* ---------- Card ---------- */
.mbs-card {
  background: #FFFFFF;
  
  padding: 24px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
 
.mbs-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.24);
}
 
.mbs-card-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}
 


.mbs-title {
  color: #1F884D;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
  margin: 0;
}
 
.mbs-desc {
  color: #1A1A1A;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  flex-grow: 1;
}
 




.vcf-section {
  margin-top: 80px;
  padding: 80px 0px;
  background: linear-gradient(105.88deg, #1F884D 3.32%, #082213 71.35%);

  
}
 

 

.vcf-intro {
  text-align: center;
  margin-bottom: 40px;
}
 
.vcf-intro .vcf-heading {
  color: #fff !important;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.3;
  margin: 0;
  letter-spacing: 0.2px;
}
 
.vcf-intro .vcf-heading-bold {
  display: block;
  font-weight: 700;
  font-size: 40px;
  margin-top: 4px;
}
 
/* ---------- Grid ---------- */
.vcf-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px 24px;
}
 
.vcf-item {
  flex: 1 1 180px;
  max-width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
 
.vcf-icon {
  margin-bottom: 14px;
  display: inline-flex;
}
 
.vcf-text {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  margin: 0;
}
 
/* ==========================================================================
   Responsive
   ========================================================================== */
 
@media (max-width: 1024px) {
  .vcf-section {
    padding: 48px 20px;
  }
 
  .vcf-grid {
    gap: 28px 20px;
  }
}
 
@media (max-width: 768px) {
  .vcf-section {
    padding: 44px 18px;
  }
 
  .vcf-intro {
    margin-bottom: 32px;
  }
 
  .vcf-grid {
    gap: 26px 18px;
  }
 
  .vcf-item {
    flex: 1 1 30%;
    max-width: none;
  }

  .vcf-intro .vcf-heading {
  
  font-size: 30px;
  
}
 
.vcf-intro .vcf-heading-bold {
 
  font-size: 30px;

}
}
 
@media (max-width: 560px) {
  .vcf-section {
    padding: 38px 16px;
  }
 
  .vcf-intro {
    margin-bottom: 26px;
  }
 
  .vcf-grid {
    gap: 24px 16px;
  }
 
  .vcf-item {
    flex: 1 1 40%;
  }
}
 
@media (max-width: 420px) {
  .vcf-section {
    padding: 32px 12px;
  }
 
  .vcf-grid {
    gap: 22px 14px;
  }
 
  .vcf-item {
    flex: 1 1 100%;
  }
 
  .vcf-text {
    font-size: 13px;
  }
}