/* Custom Homepage Styles */

body{
    padding: 0;
    margin: 0;
    background: #EBF0FE;
}
.py-10{
    padding: 100px 0;
}
.f-36{
    font-size: 36px;
    font-weight: 700;
    
}
.bold-24{
    font-size: 24px;
    font-weight: 700;
}
.why-item h6{
	text-transform: capitalize;
	font-size: 18px;
}
a{
    text-decoration: none;
    color: #000;
}
.bi.bi-arrow-right-circle-fill.text-primary{
    color: #0074BD !important;
}
.breadcrumb-item::before{
    color: #fff !important;
}

.site-header{
    margin-top: 20px;
}
.lead-light{
    font-size: 18px;
    font-weight: 300;
}
.medium-18{
    font-size: 18px !important;
    font-weight: 500 !important;
}

.medium-24{
    font-size: 24px !important;
    font-weight: 500 !important;
}

.navbar.navbar-expand-lg.navbar-light{
    padding: 0;
    height: 130px;
}


.navbar .site-logo{
    max-width: 160px;
}
/* ===================== */
/* Desktop Navbar (default) */
/* ===================== */
.navbar-brand{
    margin-left: 60px;
}
#mainNav {
  background: #E8EFFF;
  height: 50px;
  border-radius: 50px;
  padding: 5px;
  max-width: 750px;
}

#menu-main-menu {
  display: flex;
  justify-content: center;
  column-gap: 1px;
  width: 100%;
  height: 100%;
}

#menu-main-menu li {
  padding: 4px 12px;
  border-radius: 50px;
  transition: 0.3s all;
  display: flex;
  align-items: center;
}

#menu-main-menu li a{
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-weight: 400;
	transition: 0.3s all ease;
}
.menu-item.current-menu-item a,
#menu-main-menu li:hover a{
    font-weight: 600 !important;
}


/*Sub Menu*/
/* Submenu width */
.navbar-nav .dropdown-menu {
  top: 100% !important;
  left: 0;
  margin-top: 0;
  min-width: 300px; /* your requirement */
  z-index: 1050;
}



/* Show submenu on hover (desktop only) */
@media (min-width: 992px) {
  .navbar-nav .dropdown:hover > .dropdown-menu {
    display: block;
  }
}







.nav-left,
.navbar{
    border-radius: 25px 25px 0 0;
}

.nav-right{
    border-radius: 0 25px 0 0;
    margin-right: 60px;
    
}
.phone-button {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  background: linear-gradient(to right, #2b70f0, #2dd271);
  color: white;
  text-decoration: none;
  font-family: "Roboto Slab";
  font-weight: 900;
  font-size: 18px;
  border-radius: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: 0.5s all ease;
  position: relative;
  padding-left: 45px;
}

.phone-button:hover {
  transform: translateY(-8px);
    color: white;
}

.phone-icon {
  width: 60px;
  height: 60px;
  position: absolute;
  left: -15px;
  padding: 5px;
}
#mainNav .d-lg-none{
    margin-left: 20px;
}

.resp-phone-icon {
  background: linear-gradient(to left, #0c94f2, #10d180);
  color: #fff;
  border: 1px solid white;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  position: absolute;
  left: 27px;
  padding: 5px;
}
/*Nav End*/

.hero-container, .nav-container{
    max-width: 97%;
}

.hero-container{
    border-radius: 0 0 25px 25px;
}

.hero .mb-4.mb-lg-0.pt-5{
    padding-left: 100px;
}
.hero h1 {
  font-size: 50px;
  line-height: 1.5;
}
.hero p {
  font-size: 18px;
  line-height: 2;
  max-width: 750px;
}

.hero-btn{
    width: 220px;
}

.hero-img-col{
    border-radius: 0 0 25px 25px;
    background: #2469FF;
    background-image: url('../images/hero-pattern.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    padding-right: 40px;
}

.hero-img-col .img-fluid{
    max-height: 700px;
}
/*consultation form start*/

.consult-block{
    position: relative;
    z-index: 9999;
	max-width: 1020px;
	margin: auto;
}

 .consult-wrap {
    background: linear-gradient(90deg, #2B76C2 0%, #06BA53 100%);
    border-radius: 18px;
    padding: 35px 25px;
    box-shadow: 0 10px 22px rgba(0,0,0,.12);
    color: #fff;
    margin-top: -6%;
  }
  .consult-title {
	 font-size: 22px;
    font-weight: 600;
  }
  .consult-form .form-control,
  .consult-form .form-select {
    background: transparent;
    color: #fff;
    border: 1.5px solid rgba(255,255,255,.65);
    border-radius: 999px;
    padding: .6rem 1rem;
    height: 44px;
  }
  .consult-form .form-control::placeholder { color: rgba(255,255,255,.85); }
  .consult-form .form-select {
    background-image:
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"),
    linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.12)) !important;
    background-repeat: no-repeat;
    background-position: right .9rem center, 0 0;
    background-size: 16px 12px, 100% 100%;
	font-family: 'Roboto Slab';
  }

  .consult-form .form-control:focus,
  .consult-form .form-select:focus {
    border-color: #fff;
    box-shadow: 0 0 0 .2rem rgba(255,255,255,.25);
  }
  .consult-btn {
    border-radius: 999px;
    padding: .65rem 1.2rem;
    background: rgba(255,255,255,.15);
    color: #fff;
    box-shadow: 0 8px 18px rgba(0,0,0,.15);
    white-space: nowrap;
	font-family: 'Roboto Slab';
	position: relative;
  	z-index: 1;
  }

.consult-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px; /* border thickness */
  border-radius: inherit;
  background: linear-gradient(to right, #00c853, #2962ff);
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}
  .consult-btn:hover { background: rgba(255,255,255,.25); color:#fff; }
  
.form-select option{
    background: #11c28a;
}

/* Certifications */
.certifications{
	background-image: url(../images/hexa-pattern.png);
}
.certifications img{
	filter: drop-shadow(2px 0px 6px rgba(0, 0, 0, 0.6));
}
.consult-form input{
	font-family: 'Roboto Slab';
}


/*consultation form end*/

.intro-heading{
    font-size: 36px;
}

.intro-para{
    font-size: 20px;
}

.intro-btn{
    height: 45px;
    background: linear-gradient(to right, #B0C4DE 0%, #bee3da 100%);
    color: #000;
    border: 1px solid #1ebc6a;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
	font-family: 'Roboto Slab';
    padding: 9px 22px 0 22px;
}
.intro-btn.opacity{
    height: 45px;
    background: linear-gradient(to right, rgba(43, 118, 194, 0.5) 1%, rgba(6, 186, 83, 0.1) 100%);
    color: #fff;
    border: 1px solid #1ebc6a;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    padding-top: 8px;
}

.services .card {
  height: 330px;
  border-radius: 12px;
  transition: 0.5s all ease;
  cursor: pointer;
  background-size: cover;
  background-position: center;
}
.services .card:hover {
	color: #fff;
	background-image: url(../images/card-pattern.png);
}

.services .card-body .card-number{
    position: absolute;
    top: 15px;
    left: 15px;
    width: 50px;
    transition: 0.5s all ease;
}

.services .card-body .card-logo{
    width: 33px;
    height: 33px;
    transition: 0.5s all ease;
}

.services .card-body h5{
    font-size: 18px;
    font-weight: 500;
    transition: 0.5s all ease;
}
.services .card-body h3{
    font-size: 18px;
    font-weight: 500;
    transition: 0.5s all ease;
}

.services .card-body h5.text-blue{
    color: #2B76C2;
    font-size: 18px;
    font-weight: 500;
}

.services .card:hover h5.text-blue{
    color: #fff;
}
.services .card-body p{
    font-size: 16px;
    font-weight: 300;
}

/*Affiliate How it Works*/

.works .card {
  height: 210px;
  border-radius: 12px;
  transition: 0.5s all ease;
  cursor: pointer;
}
.works .card:hover {
  /*transform: translateY(-5px);*/
    background: #1F62F5;
    color: #fff;
}

.works .card-body .card-number{
    position: absolute;
    top: 15px;
    left: 15px;
    width: 50px;
    transition: 0.5s all ease;
}

.works .card-body .card-logo{
    width: 33px;
    height: 33px;
    transition: 0.5s all ease;
}

.works .card-body h5{
    font-size: 18px;
    font-weight: 500;
    transition: 0.5s all ease;
}
.works .card-body h3{
    font-size: 18px;
    font-weight: 500;
    transition: 0.5s all ease;
}

.works .card-body h5.text-blue{
    color: #2B76C2;
    font-size: 18px;
    font-weight: 500;
}

.works .card:hover h5.text-blue{
    color: #fff;
}
.works .card-body p{
    font-size: 16px;
    font-weight: 300;
}
.num-block{
    position: absolute;
    right: 45%;
    top: -30px;
    z-index: 9999;
}








/*Affiliate How it works end*/



.read-more .bi.bi-arrow-up-right-circle-fill{
    color: #06BA53;
    transition: 0.5s all ease;
}

.services .card-body .card-btn{
    text-decoration: none;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    transition: 0.5s all ease;  
}

.card-body .read-more{
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.services .card:hover .card-btn{
    color: #fff;
}
.services .card:hover .bi.bi-arrow-up-right-circle-fill{
    color: #fff;
	transform: rotate(45deg);
}

.services .card:hover .card-logo{
    filter: brightness(0) invert(1);
}

.services .card:hover .card-number{
    filter: brightness(15);
}


/* CTA Section */

.cta-section {
  position: relative;
  background: url('../images/cta-bg.png') no-repeat center center/cover;
  border-radius: 12px;
  margin: 40px auto;
  max-width: 1200px;
  height: 370px;
  overflow: hidden;
}
.cta-section.cta-service{
  position: relative;
  background: url('../images/cta-service.png') no-repeat center center/cover;
  border-radius: 12px;
  margin: 40px auto;
  max-width: 1200px;
  height: 370px;
  overflow: hidden;
}

.cta-section .cta-overlay {
  background: rgba(0, 0, 0, 0.20); /* dark overlay */
  width: 100%;
  height: 100%;
  border-radius: 12px;
  padding: 20px;
}

.cta-title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
}

/* Call button */
/*.btn-call {*/
/*  background: linear-gradient(to right, #0c94f2, #10d180);*/
/*  color: #fff;*/
/*  font-weight: 600;*/
/*  font-size: 16px;*/
/*  padding: 10px 20px;*/
/*  border-radius: 30px;*/
/*  text-decoration: none;*/
/*  transition: all 0.3s ease;*/
/*}*/

/*.btn-call:hover {*/
/*  transform: translateY(-5px);*/
/*  box-shadow: 0 6px 15px rgba(0,0,0,0.25);*/
/*  color: #fff;*/
/*}*/


/* Services button */
.btn-services {
  background: #fff;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  font-family: 'Roboto Slab';
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-services:hover {
  transform: translateY(-5px);
  background: #10d180;
}

/* CTA Section End */

/* Section Base */

.section-title {
  font-family: "Roboto Slab", serif;
  font-size: 36px;
  font-weight: 700;
  color: #000;
}

.section-desc {
  font-size: 24px;
  font-weight: 300;
  max-width: 750px;
  margin: 0 auto;
}

/* Button */
.btn-view-all {
  background: #fff;
  border: 2px solid #06BA53;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  padding: 10px 25px;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-view-all:hover {
  background: linear-gradient(to right, #0c94f2, #10d180);
  color: #fff;
  border-color: transparent;
  transform: translateY(-5px);
}

/* Speciality Start */

.specialty-card {
  background: #187bcd; /* default blue */
  color: #fff;
  padding: 20px;
  border: 1px solid #fff;
  border-radius: 8px;
  text-align: center;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 3px 6px rgba(0,0,0,0.1);
}

.specialty-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.specialty-card img.icon {
  max-width: 50px;
  margin-bottom: 15px;
}

.specialty-card p {
  font-size: 15px;
  font-weight: 600;
  margin: 0;
}

/* Speciality End */

/*Why Us*/

.why-choose h2 {
  font-size: 36px;
  font-weight: 700;
}

.why-item h5 {
  font-size: 26px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.why-item h3 {
  font-size: 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
}


.why-item p {
  font-size: 18px;
  font-weight: 300;
  margin-left: 28px; /* aligns paragraph text with heading text */
}

/*Why Us End*/

/*Let Talk*/


.let-section {
  position: relative;
  background: url('../images/let-bg.png') no-repeat center center/cover;
  border-radius: 12px;
  margin: 40px auto;
  padding: 0;
  height: 370px;
  overflow: hidden;
}

.let-section .cta-overlay {
  background: rgba(0, 0, 0, 0.20); /* dark overlay */
  width: 100%;
  height: 100%;
  border-radius: 12px;
  padding: 20px;
}

.let-section .cta-title {
  font-size: 36px;
  font-weight: 700;
}

.let-section h3 {
  font-family: 'Barlow';
  font-size: 24px;
  font-weight: 700;
}

.let-section p {
  font-family: 'Barlow';
  font-size: 20px;
  font-weight: 400;
}


.btn-services {
  background: #fff;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-services:hover {
  transform: translateY(-5px);
  background: #10d180;
}

/* Let Talk End */

/*Expertise Logos Start*/

.expertise-section .expert-heading{
    font-size: 36px;
    text-align: center;
}
.expertise-section .expert-para{
    font-size: 22px;
    font-weight: 300;
    text-align: center;
}
.expertise-logo{
    border: 1px solid #CCCCCC;
}
.expertise-logo img {
  height: 40px; /* keep all logos consistent size */
  object-fit: contain;
}

.software-nav .btn{
    border: none;
    font-size: 35px;
    padding: 4px;
}
.software-nav .btn:hover{
    background: transparent;
}

.software-nav .btn:hover .bi.bi-arrow-left-circle-fill{
    color: #0d6efd;
}

.software-nav .btn:hover .bi.bi-arrow-right-circle-fill{
    color: #198754;
}
/*Expertise Logos End*/

/*Process Start*/

.process-section {
  background: #FAFCFF; /* light background */
}

.icon-wrapper {
  width: 70px;
  height: 70px;
  background: #2B76C2; /* Bootstrap primary blue */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.process-icon {
  width: 35px;
  height: 35px;
}

.process-arrow {
  font-size: 2rem;
  color: #0d6efd;
  line-height: 70px;
}
.process-step .lead{
    font-size: 16px;
}


/*Process End*/

/*Testimonials Start*/


    /* Headings */
    .testimonials h3 {
      font-family: 'Roboto Slab';
      font-size: 36px;
      font-weight: 700;
    }
    .testimonials .subtitle {
      font-family: 'Roboto Slab';
      font-size: 20px;
      font-weight: 400;
    }

    /* Card */
    .t-card {
      border: 1px solid #CCCCCC;
      border-radius: 1rem;
      background: #fff;
      height: 300px;
    }

    /* Avatar + name */
    .t-avatar {
      width: 56px; height: 56px;
      border-radius: 50%;
      object-fit: cover;
      border: 3px solid #fff;
      box-shadow: 0 4px 14px rgba(0,0,0,.12);
      display: block;
      margin: -28px auto .25rem; /* pull up slightly */
    }
    .t-name {
      text-align: center;
      font-family: 'Lexend';
      font-weight: 600;
      font-size: 20px;
      margin-bottom: .35rem;
    }
    .t-desc {
      text-align: center;
      font-family: 'Lexend';
      font-weight: 300;
      font-size: 17px;
    }

    /* Stars */
    .t-stars i {
      font-size: .9rem;
      margin-right: .15rem;
      color: #f59e0b; /* warm amber */
    }

    /* Carousel indicators (small dots under cards) */
    
    .carousel-indicators.t-indicators{
        margin-bottom: -40px;
    }
    
    .t-indicators [data-bs-target] {
      width: 8px; height: 8px; border-radius: 50%;
      background-color: #c7cddc;
      opacity: 1;
    }
    .t-indicators .active {
      background-color: #111827;
    }

    /* Carousel controls – subtle round buttons (optional) */
    .carousel-control-prev, .carousel-control-next {
      width: 44px; height: 44px;
      top: 50%; transform: translateY(-50%);
      opacity: .85;
    }
    .carousel-control-prev .carousel-control-prev-icon,
    .carousel-control-next .carousel-control-next-icon {
      filter: invert(1) grayscale(100%);
      background-size: 60% 60%;
    }

    /* Spacing helpers for this block only */
    .t-slide-row { max-width: 1040px; margin-inline: auto; }


/*Testimonials End*/
 
/*Presence Start*/

.presence-section .presence-head{
    font-size: 36px;
}
.presence-section .presence-desc{
	font-size: 16px;
	line-height: 2;
}

.presence-section .para{
    font-size: 24px;
}


.city-grid {
  display: grid;
  grid-template-columns: 20% 20% 20% 20% 20%;
  border-color: #CCCCCC;
  border-style: solid;
  border-width: 1px 1px 0px 1px;
}

.city-grid span {
  border-bottom: 1px solid #CCCCCC;
  padding: 8px 1px;
  font-size: 15px;
  text-align: center;
  transition: all 0.3s ease;
}

/*.city-grid span:hover {*/
/*  background: #0d6efd;*/
/*  color: #fff;*/
/*  border-color: #0d6efd;*/
/*}*/

/*.usa-map {*/
/*  max-width: 450px;*/
/*}*/


/*Presence End*/


/*.accordion-item .accordion-button{*/
/*    font-size: 20px;*/
/*    font-weight: 500;*/
/*    background: transparent;*/
/*}*/

/*.accordion-item .accordion-body{*/
/*    font-size: 18px;*/
/*}*/


/* ==============================
   FAQ Section
   ============================== */
.faq {
  background: transparent;
}

.faq h2 {
  font-size: 36px;
  line-height: 1.3;
}

/* Accordion Item */
.faq .accordion-item {
  background: transparent !important;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  margin-bottom: 1rem;
}

/* Accordion Button */
.faq .accordion-button {
  background: transparent !important;
  box-shadow: none !important;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  padding: 1rem 0;
  transition: color 0.3s ease;
}

/* Active/Open FAQ */
.faq .accordion-button:not(.collapsed) {
  background: transparent !important;
}

/* Accordion Arrow (chevron icon) */
.faq .accordion-button::after {
  transition: transform 0.3s ease, filter 0.3s ease;
  filter: invert(39%) sepia(95%) saturate(1136%) hue-rotate(189deg) brightness(92%) contrast(92%);
}

/* Rotate arrow when open */
.faq .accordion-button:not(.collapsed)::after {
  transform: rotate(90deg);
}

/* Accordion Body */
.faq .accordion-body {
  font-size: 18px;
  font-weight: 400;
  color: #444;
  padding: 0 0 1rem 0;
  line-height: 1.6;
}

/* Remove Bootstrap default chevron */
.accordion-button::after {
  display: none !important;
}

/* Arrow default (closed state) */
.accordion-button .accordion-arrow {
  transform: rotate(-45deg); /* Closed at -45° */
  transition: transform 0.3s ease, fill 0.3s ease;
}
.accordion-button .accordion-arrow rect {
  fill: #72CC07; /* Green background when closed */
}

/* Open state */
.accordion-button:not(.collapsed) .accordion-arrow {
  transform: rotate(0deg); /* Straight when open */
}
.accordion-button:not(.collapsed) .accordion-arrow rect {
  fill: #2B76C2; /* Blue background when open */
}

/*Faqs End*/

/* ===================== */
/* Our Blog */
/* ===================== */


.home-blog h2 {
  font-size: 32px;
  margin-bottom: 1rem;
}

.home-blog .card {
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease;
  padding-bottom: 10px;
  height: 600px;
}

.home-blog .card:hover {
  transform: translateY(-5px);
}

.home-blog .card-img-top {
  height: 390px;
  /*width: 100%;*/
  object-fit: cover; 
}
.home-blog .card-footer {
    margin-left: auto;
}
.home-blog .card-footer .readmore-link{
    text-decoration: none;
    color: #2B76C2;
    font-size: 18px;
    font-weight: 500;
    margin-right: 8px;
}

/*Our Blog End*/

/*Partner Section*/
.partner-section{
    margin-bottom: -70px;
}
.partner-section .position-relative.text-white .img-fluid {
  object-fit: cover;
  height: 100%;
  min-height: 380px;
}

.partner-section .position-absolute {
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
}
.partner-section .position-absolute h3{
   font-size: 36px;
}
.partner-section .position-absolute h5{
   font-size: 26px;
}

.partner-section .col-lg-8,
.partner-section .col-lg-4{
    padding: 0;
}



.partner-section .btn-success {
  background-color: #00B259;
  border: none;
  border-radius: 30px;
  font-weight: 600;
}

.partner-section .shadow-sm {
  background: #fff;
  border-radius: 12px;
}


/*Partner Section End*/



/*Footer*/

.footer{
    background: #FAFCFF;
    border-radius: 25px;
    max-width: 97%;
    margin: 0 auto 20px auto;
    padding-top: 100px;
}

.footer-img-wrapper img{
    max-width: 180px;
}


/* ===================== */
/* about us*/
/* ===================== */

.page-hero,
.sub-service-hero{
    width: 97%;
    margin: auto;
    border-radius: 0 0 25px 25px;
    height: 400px;
    display: flex;
    align-items: center;
}

/* ===================== */
/* contact us*/
/* ===================== */

.contact-section{
    padding: 100px 15px;
}

.contact-hero{
    background: #fff;
    width: 97%;
    margin: auto;
    border-radius: 0 0 25px 25px;   
}
.page-title,
.sub-service-title,
.sub-specialty-title{
    font-size: 55px;
}
.contact-form-head{
    font-size: 45px;
}
.form-p{
    font-size: 24px;
}

.form-wrapper{
    background: #2B76C2;
    border: 2px solid #fff;
    border-radius: 24px;
    padding: 60px;
}

.form-wrapper .wpforms-field input,
.form-wrapper .wpforms-field textarea{
    background-color: transparent !important;
    color: #fff !important;
    border-color: #fff !important;
}

.form-wrapper .wpforms-field input::placeholder,
.form-wrapper .wpforms-field textarea::placeholder{
      color: #fff !important;
    }
.wpforms-submit{
    background-color: #fff !important;
    color: #000 !important;
    border: 1px solid #06BA53 !important;
    border-radius: 50px !important;
    padding: 4px 20px !important;
}    

.home .wpforms-submit-container{
    text-align: center;
}
.identity-wapper .icon-text-block h6{
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}
.identity-wapper .icon-text-block a{
    font-size: 18px;
}
.map-wrapper{
    margin-bottom: -70px;
}

/*Service Page*/

.page-hero.services{
    background-image: url(../images/service-hero.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.services.service-about .card {
  height: 222px;
  border-radius: 12px;
  transition: 0.5s all ease;
  cursor: pointer;
}
.services.service-about .card:hover {
  /*transform: translateY(-5px);*/
    background: #1F62F5;
    color: #fff;
}

.services.service-about .card:hover h5{
    color: #fff;
}
.services.service-about .card-body .card-number{
    position: absolute;
    top: 15px;
    left: 15px;
    width: 50px;
    transition: 0.5s all ease;
}

.services.service-about .card-body .card-logo{
    width: 33px;
    height: 33px;
    transition: 0.5s all ease;
}

.services.service-about .card-body h5{
    font-size: 18px;
    font-weight: 600;
    color: #2B76C2;
}

.services.service-about .card-body p{
    font-size: 16px;
    font-weight: 300;
}

/*SUb Service Page*/

.services.sub-service-about .card {
  height: 222px;
  border-radius: 12px;
  transition: 0.5s all ease;
  cursor: pointer;
}
.services.sub-service-about .card:hover {
  /*transform: translateY(-5px);*/
    background: #1F62F5;
    color: #fff;
}

.services.sub-service-about .card:hover h5{
    color: #fff;
}
.services.sub-service-about .card-body {
    align-items:center;
    text-align: center;
}


.services.sub-service-about .card-body h5{
    font-size: 18px;
    font-weight: 500;
}

.services.sub-service-about .card-body p{
    font-size: 16px;
}

/*Medical Creden*/
.page-hero.creden{
    background-image: url(../images/creden-hero.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
/*Medical Billing*/
.page-hero.billing{
    background-image: url(../images/billing-hero.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.Integration.billing {
  background: url('../images/soft-2-bg.png') no-repeat center center/cover;
}



/*Speacilty Bill*/

.specialties-bill-section {
  background: url('../images/specialty-bill-bg.png') no-repeat center center/cover;
}

.specialties-bill-section.soft {
  background: url('../images/soft-bg.png') no-repeat center center/cover;
}
.biling.soft {
  background: url('../images/soft-2-bg.png.png') no-repeat center center/cover;
}

.specialties-list li {
  margin-bottom: 12px;
  font-size: 16px;
  display: flex;
  align-items: center;
}

.specialties-list i {
  color: #0074BD !important; /* blue check */
  margin-right: 8px;
  font-size: 18px;
}

/*About Us*/
.more-about .more-about-heading{
    font-size: 36px;
}
.more-about .about-para{
    font-size: 18px;
}

/*Medical Coding*/
.page-hero.coding{
    background-image: url(../images/coding-hero.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
/*Medical Insurance*/
.page-hero.insurance{
    background-image: url(../images/insurance-hero.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
/*Medical prior*/
.page-hero.prior{
    background-image: url(../images/prior-hero.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
/*Medical denial*/
.page-hero.denial{
    background-image: url(../images/denial-hero.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
/*Medical virtual*/
.page-hero.virtual{
    background-image: url(../images/virtual-hero.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
/*Medical affiliate*/
.page-hero.affiliate{
    background-image: url(../images/affiliate-hero.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/*specialties*/
.page-hero.specialties{
    background-image: url(../images/spec-hero.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
/*about*/
.page-hero.about{
    background-image: url(../images/about-hero.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
/*blog*/
.page-hero.blog{
    background-image: url(../images/blog-hero.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
/*contact*/
.page-hero.contact{
    background-image: url(../images/blog-hero.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
/*Podiatry Billing*/
.page-hero.podiatry{
    background-image: url(../images/podiatry-hero.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.podiatry-billing ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5;
}

.podiatry-billing ul li::before {
  content: "✔";
  color: #007bff;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}
.podiatry-billing .pod-width{
    max-width: 610px;
}
.services.sub-spec .card {
  height: 120px;
  border-radius: 5px;
  transition: 0.5s all ease;
  cursor: pointer;
}
.services.sub-spect .card:hover {
  /*transform: translateY(-5px);*/
    background: #1F62F5;
    color: #fff;
}

.services.sub-spec .card-body h5{
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.services.sub-spec .card-body p{
    font-size: 16px;
    font-weight: 300;
}

.sub-detail .specialties-list li {
  font-size: 20px;
}

/*Mental Health Billing*/
.page-hero.mental-health{
    background-image: url(../images/mental-health-hero.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/*Home Health Billing*/
.page-hero.home-health{
    background-image: url(../images/home-health-hero.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
/*Family Medicine Billing*/
.page-hero.family-medicine{
    background-image: url(../images/family-medicine-hero.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/*Wound Care Billing*/
.page-hero.wound-care{
    background-image: url(../images/wound-care-hero.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
/*Urgent Care Billing*/
.page-hero.urgent-care{
    background-image: url(../images/urgent-care-hero.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/*Refer A Friend*/
.page-hero.refer{
    background-image: url(../images/refer-hero.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}




/* Problems vs Fix */

.problems-vs-fix .header-bar {
  background: linear-gradient(90deg, #2c98f0, #28a745);
  font-size: 1.2rem;
}

.problems-vs-fix .accordion-item{
    background: transparent;
    border: none;
} 

/* Accordion buttons */
.accordion-button {
  background: none;
  border: none;
  font-weight: 500;
  padding-left: 5px;
  justify-content: space-between;
}

.accordion-button::after {
  display: none; /* remove default caret */
}

.accordion-button .icon {
  font-size: 1.2rem;
  font-weight: bold;
  margin-right: 6px;
  transition: transform 0.3s ease;
}

.accordion-body {
  padding: 10px 15px;
  border-radius: 6px;
  margin-top: 5px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .problems-vs-fix .header-bar .col-md-6 {
    font-size: 1rem;
  }
}





/* Why Choose */
.why-choose-coding h2 {
  font-size: 36px;
  margin-bottom: 15px;
}

.why-choose-coding h3 {
  font-size: 28px;
  margin-bottom: 15px;
}

.why-choose-coding .fw-light {
  font-size: 18px;
}

.cta-section .fw-light{
    line-height: 2;
}




.regular-24{
    font-size: 24px !important;
    font-weight: 400 !important;
}
/* ===================== */
/* Mobile Navbar Fix */
/* ===================== */

@media (max-width: 991px) {
  .nav-left {
    border-radius: 25px 25px 0 0;
  }

  .nav-right {
    border-radius: 0;
    justify-content: center !important;
    padding: 15px 0;
  }

  #mainNav {
    background: #fff;
    height: auto;
    max-width: 100%;
    border-radius: 0;
    padding: 10px 15px;
  }

  #menu-main-menu {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 8px;
    margin-top: 15px;
  }

  #menu-main-menu li {
    width: 100%;
    justify-content: flex-start;
    background: #f8f9fa;
    border-radius: 8px;
    padding: 10px 15px;
  }

  #menu-main-menu li:hover {
    background: #e8efff;
  }

  /* Make phone button stack below menu */
  .phone-button {
    display: flex;
    justify-content: center;
    margin: auto;
  }

.hero-container .mb-lg-0.ps-5{
    padding-left: 0 !important;
}
  
  
.hero-container{
    padding: 40px 15px 0 15px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center;
}
  
.hero-container .mb-lg-0.ps-5{
    padding: 0 5px!important;
}
  
.hero-img-col .img-fluid{
    margin-top: 0;
    align-items: center;
}

.hero-img-col{
    justify-content: center !important;
    align-items: center;
}
.hero p {
  max-width: 100%;
  font-size: 16px;
}
.hero .mb-4.mb-lg-0.pt-5{
    padding-left: 15px;
}
.consult-btn {
     padding: 6px 12px;
}
}

@media (max-width: 1052px) {
    .consult-wrap {
        position: relative;
        top: 32px !important;
}
}
@media (max-width: 1340px) {
  #menu-main-menu li a{
    font-size: 13px;
    }
}

@media (max-width: 1199px) {
    #mainNav {
    background: #fff;
        
    }
    #menu-main-menu{
    margin-top: 15px;    
    }
    .t-card {
    height: 350px;
    }
}

@media (max-width: 540px) {
.city-grid{
    grid-template-columns: 50% 50%;
    }
.hero h1 {
  font-size: 28px;
}
.hero p {
  font-size: 16px;
}
.intro-heading{
    font-size:28px;
}
.intro-para {
    font-size: 16px;
}
.let-section .cta-title {
    font-size: 25px;
}
.let-section p {
    font-size: 20px;
}
.let-section h5 {
    font-size: 22px;
}
.section-title {
    font-size: 28px;
}
.section-desc {
    font-size: 18px;
}
.why-choose h2 {
    font-size: 28px;
}
.why-item h5 {
    font-size: 20px;
}
.why-item p {
    font-size: 16px;
}
.expertise-section .expert-heading {
    font-size: 28px;
}
.expertise-section .expert-para {
    font-size: 16px;
}
.t-desc {
    font-size: 14px;
}
.presence-section .presence-head {
    font-size: 25px;
}
.faq h2 {
    font-size: 28px;
}
.faq .accordion-button {
    font-size: 16px;
}
.faq .accordion-body {
    font-size: 15px;
}
.footer-img-wrapper{
    flex-wrap: wrap;
}

}















