  
  @import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
  *{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  :root {
  --text-color1: #FFFFFF;
  --text-color2: #000000;
  --footer-text:#05234D;
  --button-color:#2DAAE1;
  --padding: 1rem;
  --albert-font: "Albert Sans", sans-serif;
  --dm-sans-font:"DM Sans", sans-serif;
}
  
  html, body {
  overflow-x: hidden;
  background-color: #FFFFFF;
}

h1, h2,h3 {
  font-family: var(--albert-font);
  font-weight: 600 !important;
  color: var(--footer-text) !important;
}

h1 {
  font-size: 3.25rem !important;
  line-height: 3.2rem;
} 
h2{
  font-size: 2rem !important;

}
h3{

  font-size: 1.5rem !important;
}

p{
 font-size: 1.125rem !important;
 font-family: var(--dm-sans-font);
 font-weight: 400 !important;
 margin-top: 24px !important;
 color: #000 !important;
}
button {
  font-size: 1rem !important;
  font-family: var(--dm-sans-font);
  font-weight: 500 !important;
}
li {
  font-size: 1.125rem !important;
  color: #000 !important;
  font-family: var(--dm-sans-font);
  font-weight: 400 !important;
}
/* === Top Bar === */
.top-bar {
  width: 100%;
  background: var(--footer-text) !important;
  color: #fff;
  padding: 5px 0;
}
.navbar {
  width: 100%;
  /* margin-top: 35px; */
}
.navbar-button{
  background-color: var(--footer-text);
  border-radius: 10px;
  color: var(--text-color1);
  padding: 7px 15px;
  border: none;
  font-size: 13px;
}
.banner {
  background-image: url('assets/Banner Image.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 520px;
  color: white;
  padding: 40px 20px;
}
.banner-btn {
  background-color: var(--button-color);
  border-radius: 50px !important;
  color: var(--text-color1);
  padding:2px 30px !important;
  border: none;
}



.form-wrapper {
  margin-top: -100px; 
  z-index: 100;
  position: relative;
}

.floating-form {
  max-width: 450px;
  margin: 0 auto;
  background-color: white;
  border-radius: 12px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
}


.form-heading {
  color: var(--footer-text);
  font-size: 19px;
}

.form-btn {
  background-color: #05234D;
  border-radius: 10px;
  color: white;
  padding: 10px;
  border: none;
  font-size: 14px;
}
/* Disabled state */
.form-btn:disabled {
  background-color: #3a4b66;  
  opacity: 0.6;              
  cursor: not-allowed;        
}
.form-label {
  font-size: 14px;
  color: #05234D;
}

.form-control {
  background-color: #F6F9FF;
   border: 1px solid #AFCCF4 !important;
  font-size: 14px;
  border: none;
  padding: 8px 10px;
}


  
    /* Cards Section */

  .custom-card {
    border: 1px solid #2DAAE1;
    background-color: #FFFFFF;
    border-radius: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
  }
  .card-title{
    color: var(--footer-text) !important;
  }
  .card-text{
    color: var(--text-color2) !important;
  }

  .custom-card:hover {
    transform: scale(1.02);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
    background-color: var(--footer-text);
    color: white !important;
  }

  .custom-card:hover .card-title,
  .custom-card:hover .card-text {
    color: white !important;
  }

  .icon-circle {
    width: 100px;
    height: 100px;
    background-color: white;
    border-radius: 50%;
  }

  .underline {
    width: 60px;
    height: 4px;
    background-color: #FFD700;
    border-radius: 10px;
  }


  
  /* Choose RCM Matter  */
   .rcm-choose-container{
    background-color: #E7F8FF;
   }
    .rcm-box {
      border-radius: 10px;
      padding: 30px 0;
    }
    .rcm-image {
      max-width: 100%;
      border-radius: 10px;
    }
    .rcm-btn {
  background-color: #05234D;
  border-radius: 10px;
  color: white;
  padding: 10px;
  border: none;
  font-size: 14px;
  width: 30%;
    }
    .rcm-choose-btn{
background-color: var(--button-color);
border: none;
color: var(--text-color1);
border-radius: 20px;
padding: 5px 20px;
font-weight: 500;
    }
.rcm-choose-list{
  margin-top: 10px;
}
  /* RCM Process */

  .steps-para{
    color: var(--text-color2);
  }
  .steps-para{
    color: var(--text-color2);
    font-weight: 500;
  }


  /* Revenue Control */
  .revenue-control{
background: linear-gradient(to bottom, #e4f5fc 0%, white 100%);
margin-top: 30px;
border-radius:30px 30px 0 0;
padding: 20px;
  }
  .revenue-control-div{
    display: flex;
    flex-direction: column;
    align-items: center;
    /* width: 70%; */
    text-align: center;

  }
  .revenue-heading{
    color: var(--footer-text);
  }
  .revenue-para{
    color: var(--text-color2);
  }
.revenue-list{
  text-align: left;
}
.revenue-btn{
background-color: var(--button-color);
border: none;
color: var(--text-color1);
border-radius: 20px;
padding: 10px;
/* width: 200px; */
}


/* RCM */
.rcm-main{
margin-top: 40px;
}

    .tab-button {
      border: 2px solid #2DAAE1;
      color: var(--footer-text);
      background-color: #fff;
      margin-bottom: 10px;
      transition: all 0.3s ease;
      padding: 10px;
      border-radius: 15px;
      font-weight: 500;
    }
    .tab-button.active {
      background-color: #003366;
      border: 2px solid #003366;
      color: #fff;
    }
    .tab-button.active:hover {
 border: 2px solid #003366;
    }
    .tab-content-box {
      border-left: 1px solid #ccc; 
      padding-left: 30px; 
    }
    .tab-heading {
      color: var(--footer-text);
        font-weight: 500;
    }
    .btn-dark-blue {
      background-color: #003366;
      color: white;
    }
    .btn-dark-blue:hover{
      background-color: #003366;
      color: #fff;
    }
.text-muted{
  color: var(--text-color2);
  font-weight: 500;
}

/* .rcm-div{
  padding: 30px;
} */
.rcm-tab{
text-align: left;
}
.tab-button:hover{
  border: 2px solid #2DAAE1;
}

/* Billing And Services Benefits */
.billing-service-banner{
background-image: url('assets/Billing\ And\ Service.png');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      margin-top: 70px;
      padding: 20px;
}

.billing-main-head{
  color: var(--text-color1);
}
  /* Hide borders on small screens */
  @media (max-width: 767.98px) {
    .responsive-border {
      display: none !important;
    }
  }


  .responsive-border {
    border-right: 1px solid white;
    height: 50px;
    margin-top: 50px;
  }
.billing-mini-heading{
color: var(--button-color);
}


/* Revenue Cycle Management Solution */


.rcm-solution-main{
  margin-top: 70px;
}
.scroll-box {
  scrollbar-width: thin; 
  scrollbar-color: #ccc transparent; 
}

.scroll-box::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.scroll-box::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px;
}


.swiper {
  padding-bottom: 40px;
}
.swiper-pagination-bullets {
  text-align: center;
  bottom: 0;
}
.swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  background-color: #2DAAE1;
  opacity: 0.5;
  border-radius: 2px;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #2DAAE1;
}



  

  /* Medical Billing */

    .info-icon {
      color: #0d6efd;
      font-size: 1.5rem;
      margin-right: 15px;
    }
    .info-box {
      margin-bottom: 30px;
    }
    .info-title {
      font-weight: 600;
    }
    .info-text {
      color: #555;
      margin-top: 5px;
    }
    .left-image {
      max-width: 100%;
      border-radius: 10px;
      border: 3px solid #0d6efd;
      padding: 5px;
    }


  /* Billing Consultant */
      .billing-background {
      background-color: #eaf6fd;
    }
     .billing-head{
color: var(--footer-text);
 }
    .contact-box {
      padding: 40px;
      border-radius: 12px;
    }
    .med-image {
      max-width: 100%;
      border-radius: 10px;
      padding: 5px;
    }
    /* .form-control:focus {
      box-shadow: none;
      border-color: #003366;
    } */
    .btn-dark-blue {
      background-color: #003366;
      color: white;
    }
    .contact-info i {
      color: #003366;
      margin-right: 10px;
    }
    .contact-image {
      max-width: 100%;
      border-radius: 10px;
    }



/* Recovery Section */
.recovery-background{
    background-image: url('assets/Recovery\ Banner.png');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
}
.recovery-text{
   color: var(--text-color1);
}
.recovery-text-para{
     font-size: 15px;
       color: var(--text-color1);
}
.recovery-button{
  background-color: var(--button-color);
  color: var(--text-color1);
  border-radius: 8px;
  padding: 10px;
  font-weight: 600;
  font-size: 17px;
  border: none;
}

/* Health Care Providers */


/* Footer */

.footer-heading{
  color: var(--footer-text);
}

.list{
  color:var(--footer-text);
}
 .list a {
      text-decoration: none;    /* underline remove */
      color: inherit;           /* parent element ka color use kare */
    }

    .list a:hover {
      text-decoration: none;    /* hover pe bhi underline na ho */
      color: inherit;           /* hover pe color same rahe */
    }

    .footer-icon {
      width: 23px;
      height: 23px;
      background-color: #fff;
      color: #000;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 15px;
    }

    .footer-bottom {
      background-color: #000;
      padding: 10px 0;
      color: #fff;
      font-size: 16px;
    }

    .dmca-img {
      width: 120px;
      height: auto;
    }

    @media (max-width: 576px) {
      .footer-cols {
        flex-direction: column !important;
        gap: 30px;
      }
    }



  #multiCardCarousel .carousel-indicators {
    position: static; 
    margin-top: 20px;
    justify-content: center;
  }


  #multiCardCarousel .carousel-indicators [data-bs-target] {
    background-color: grey;
    width: 80px;
    height: 4px;

  }

  #multiCardCarousel .carousel-indicators .active {
    background-color: #2DAAE1; 
  }



  .content-with-border {
    padding-left: 1px;
    border-left: none; 
  }

  @media (min-width: 768px) {
    .content-with-border {
      border-right: 3px solid var(--button-color);
    }
  }


  .scroll-shadow {
  box-shadow: -20px 0 40px -10px rgba(240, 240, 240, 0.9),
               20px 0 40px -10px rgba(240, 240, 240, 0.9);
}



.carousel-inner {
  height: auto !important;
}
.carousel-item {
  transition: transform 0.6s ease, height 0.6s ease;
}


.card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.card .btn {
  margin-top: auto;
}

.health-card{
  display: flex;
  flex-direction: column;
  padding: 12px;
  border-radius: 10px;
}



@media (max-width: 767.98px) {
  .scrollable-row {
    display: flex;
    flex-wrap: nowrap;                
    overflow-x: auto;                 
    -webkit-overflow-scrolling: touch; 
    padding-bottom: 8px;
    margin-left: -12px;              
    margin-right: -12px;
  }


  .scrollable-row::-webkit-scrollbar {
    display: none;
  }
  .scrollable-row {
    -ms-overflow-style: none;  
    scrollbar-width: none;     
  }

  .scrollable-card {
    flex: 0 0 auto;    
    margin-right: 1rem;
    padding-left: 12px;
    padding-right: 12px;
  }
}

.custom-shadow {
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15); 
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.1); 
  z-index: 999; 
}

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  background-color: white !important;
  border: 1px solid rgb(102, 98, 98);
  color: black; 
  padding: 17px 50px;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  z-index: 1000;
  font-weight: bold;
}

.close-btn {
  position: absolute;
  top: 0;
  right: 15px;
  border: none;
  background: transparent;
  font-size: 30px !important; 
  cursor: pointer;
  color: rgb(32, 30, 30);
}




  .error {
    border: 1px solid red !important;
  }

  .error-message {
    color: red;
    font-size: 0.85em;
    margin-top: 2px;
  }


  #tawkchat-container {
  z-index: 999999 !important;
}
