@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{
  --theme_bg: #0B2A00;
}


body{
  margin: auto;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif !important;
  background-color: #fff;

}

h1 {
  font-size: clamp(28px, 5vw, 52px);
}

h2 {
  font-size: clamp(24px, 4vw, 42px);
}

h3 {
  font-size: clamp(20px, 3.2vw, 34px);
}

h4 {
  font-size: clamp(18px, 2.6vw, 28px);
}

h5 {
  font-size: clamp(16px, 2.1vw, 22px);
}

h6 {
  font-size: clamp(14px, 1.6vw, 18px);
}
h1, h2, h3, h4 {
  font-weight: 700;
  letter-spacing: 0.5px;
}

h5, h6 {
  font-weight: 600;
}
.header{
 position: sticky;
 top: 0;
 z-index: 10;
}

.nav_tape{
  background-color: var(--theme_bg);
  color: #fff;
}
.tape_link{
  color: #fff;
  text-decoration: none;
}
.care_btn{
  border-radius: 4px;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  padding: 5px 10px;
  font-size: 14px;
}


.carousel-control-next, .carousel-control-prev {
  width: 5% !important;
}


/* navbar */

.navlogo{
  height: 50px;
}

.nav-link{
  color: #6C87AE;
  font-weight: 400;

}

.nav-link.active{
font-weight: 600;
font-size: 16px;
color: #1D6B00 !important;
text-shadow: 0px 4px 4px #1D6B00;

}
.dropdown-menu{
  --bs-dropdown-min-width: 15rem !important;
}

.hero{
background: linear-gradient(90deg, #0B2A00 6.73%, #165200 48.08%, #269000 100%);

}
.hero_heading{
 
font-family: 'Poppins';
font-style: normal;
font-weight: 700;
font-size: clamp(22px, 3vw, 40px);
}
p{
font-size: clamp(12px, 1.2vw, 16px);
}
.light_bg,
.Services{
  /* #F9FBFC; */
  background-color: #f2f7f2;
}
.bg-darkgreen{
  background: linear-gradient(90deg, #0B2A00 6.73%, #165200 48.08%);
}

.service-card{
  width: 346px !important;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
padding: 32px;
gap: 24px;
margin: 0 auto;
margin-bottom: 15px;
background: #FFFFFF;
box-shadow: 0px 24px 32px -3px rgba(3, 9, 50, 0.04);
border-radius: 24px;

}

.Services h3{
  font-weight: 300;
  font-size: clamp(12px, 2vw, 30px);
  letter-spacing: 0.15em;
  text-transform: capitalize;
  color: #031432;
  margin-bottom: 0;
  }
.sub_heading{
font-weight: 700;
font-size:clamp(22px, 3vw, 40px);
color: #031432;
text-transform: capitalize;
margin-bottom: 0;


}
.paragraph{
font-weight: 400;
font-size: clamp(12px, 1.2vw, 16px);
line-height: 24px;
text-align: center;
color: #6C87AE;
opacity: 0.8;
}
.medical_billing{
  background: linear-gradient(0deg, #0B2A00 45.67%, #269000 100%);
}
.blog_sec_card{
  width: 346px !important;
  margin: 0 auto;
  padding: 0 !important;
  overflow: hidden;
}
.green{
  color: #1D6B00;
}

.number_card{
    width: 267px !important;
    display: flex; 
    align-items: center;
    padding: 20px;
    gap: 25px;
    margin: 0 auto;
    margin-bottom: 15px;
    background: #FFFFFF;
    box-shadow: 0px 24px 32px -3px rgba(3, 9, 50, 0.04);
    border-radius: 12px;

}
/* chat button section */
.empty_heading{
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.04em;
  font-size: clamp(27px, 5vw, 60px);
  color: transparent;
  -webkit-text-stroke: 2px #000;
    white-space: nowrap;      
    overflow: hidden;         
    border-right: 2px solid #000; 
    width: 0;                 
    animation: typingLoop 6s steps(17) infinite, blink 0.5s step-end infinite;
  }

  @keyframes typingLoop {
    0% { width: 0 }
    40% { width: 17ch }   /* Typing */
    60% { width: 17ch }   /* Pause after typing */
    100% { width: 0 }     /* Delete */
  }

  @keyframes blink {
    50% { border-color: transparent }
  }

  .clr_btn{
 
    padding: 16px 32px;
    background: #1D6B00 !important;
    box-shadow: 0px 8px 23px rgba(65, 132, 247, 0.24);
    border-radius: 5px;
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF !important;
    text-decoration: none;

  }

  .feedimg{
    height: 60px;
    width: 60px !important;
  }
  
.marquee-wrapper {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  width: 100%;
  padding: 20px 0;
}

.marquee-content {
  display: flex;
  animation: scroll-left 25s linear infinite;
}

.marquee-wrapper:hover .marquee-content {
  animation-play-state: paused; /* pause on hover */
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}



footer{
  color: #fff;

  h5{
    margin-bottom: 20px;

  }
  
  li{
    margin-bottom: 7px;
  }

  a{
    color: #fff;
    text-decoration: none;
    font-weight: 300;
  }
}


/* About */

.workinghours{
  border-collapse: separate;
  border-spacing: 10px;
  font-size: clamp(12px, 2vw, 16px) ;

  tr{
    th,td{
      border-radius: 5px;
      box-shadow: 0 0 0;
      border-bottom-width: 0 ;
      width: 50%;
      padding: 10px 30px;
    }
    td{
      color: #6C87AE;
    }

  }
}

.profile_img{
  width: 40px;
  height: 40px;
}

.blog_card_img{
  border-radius: 10px;
  box-shadow: 0 5px 10px #d4d4d4;
  height: 170px;
}
.naam{
  position: absolute;
  top: 0;
  right: 0;
}


/* Icon colors */
.icon-purple { color: #855FCE; }
.icon-green { color: #28a745; }
.icon-orange { color: #fd7e14; }
.icon-blue { color: #17a2b8; }