/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap'); */
@import url("https://fonts.googleapis.com/css?family=Merriweather:300,700,300italic,700italic|Source+Sans+Pro:900");


:root {
  --primary: #243f72;
  --secondary: #FFCC2C;
  --dark: #243f72;
  --text: #212529;
}




/* Base document */
html {
  scroll-behavior: smooth;
}

body {
 font-family: "Merriweather", Georgia, serif!important;
	font-size: 1rem!important;
  color: #212529!important;
  background-color: #ffffff;
  line-height: 1.8em!important;
  margin: 0;
}


body {
  color: var(--text);
}

h1,
h2,
h3 {
  color: var(--primary);
}

a {
  color: var(--primary);
}


h1,
h2,
h3,
h4,
h5,
h6 {
 font-family: "Merriweather", Georgia, serif!important;
  color: #000000;
  /* primary color */
  font-weight: 600;
  margin-bottom: 0.5rem;
}

p {
  color: #495057;
  margin-bottom: 1rem;
  font-weight: 500;
}

.vital-box p{
 color: #000000;
  margin-bottom: 1rem;
  font-weight: 600;
}

.Benefits-box p{
 color: #000000;
  margin-bottom: 1rem;
  font-weight: 600;
}
a {
  color: #0d6efd;
  text-decoration: none;
}

a:hover {
  color: #084298;
  text-decoration: underline;
}



footer {
  background-color: #111;
  color: #aaa;
}

footer p {
  margin: 0;
}

button {
  font-family: inherit;
  border-radius: 6px;
}

button:focus {
  outline: none;
  box-shadow: none;
}

/* Bootstrap scroll animation */
.animate-up {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease;
}

.animate-up.active {
  opacity: 1;
  transform: translateY(0);
}

.logo {
      width: 141px;
    margin-left: -3px;
}

.navbar {
  background-color: var(--primary);
}


/* Hero Section */
.hero-header {
  min-height: 100vh;
  background-image: url("https://hidoc-files.sgp1.digitaloceanspaces.com/hidoc-client-files/1770297452159.png");
  /* your bg image */
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  position: relative;
  top: 78px;
  padding-top: 00px;

  color: #fff;
}

/* Optional dark overlay for readability */


/* Keep content above overlay */
.hero-header .container {
  position: relative;
  z-index: 2;

  top: 100px;
  left: 30px;
}

/* Typography */
.hero-title {

  font-weight: 600;
  color: #ffc107;
  font-size: 35px;
}

.hero-text {
  font-size: 1rem;
  color: white;

}


.schedule {
  font-weight: 700;
  padding: 10px 35px;
  border-radius: 50px;

}

.schedule:hover {
  text-decoration: none;
  ;
}

.about-us {
  margin-top: 8%;
}


.about-us img {
  width: 70%;
}

.feature-box {
  background: #ffffff;
  padding: 30px 25px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
}

.feature-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

/* Icon styling */
.feature-icon {
  width: 70px;
  height: auto;
}


/* Dark rounded section */
.includes-section {
  background-color: #243f6b;
  border-radius: 24px;
  margin: 00px auto;
  max-width: 1200px;
}


.Preventive-section {
  background-color: #243f6b;

}


.Preventive-section-text {
  font-size: 1rem;
  color: white;
  font-weight: 500;
  margin-bottom: 0;
}




/* White cards */
.include-card {

  border-radius: 16px;

  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* .include-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
} */

/* Image container */
.include-img {

  border-radius: 14px;
  width: 300px;
  margin: 0 auto;

}

.include-img img {
  width: 100%;
  max-height: 160px;
  object-fit: contain;
}

/* Text */
.include-text {
  font-size: 1rem;
  color: white;
  font-weight: 500;
  margin-bottom: 0;
}


.vital-box {
  text-align: center;
  padding: 0px 20px;
}




.vital-box img {
  width: 70px;
  margin-bottom: 15px;
}

/* Swiper arrows styling */



/* swiper container */
.vitalsSwiper {
  position: relative;
  padding: 0 80px;
  /* reserve space for arrows */
  overflow: visible;
  /* IMPORTANT */
}

/* slides stay centered */
.swiper-slide {
  display: flex;
  justify-content: center;
}

/* card */
.vital-box {
  width: 100%;

  text-align: center;
}

/* arrows */
.swiper-button-prev,
.swiper-button-next {
  width: 44px;
  height: 44px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  color: #000;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

/* correct positioning */
.swiper-button-prev {
  left: 20px;
}

.swiper-button-next {
  right: 20px;
}

.vital-box {

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}



.Benefits-box {
  min-height: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}


/* Swiper arrows */
.swiper-button-prev,
.swiper-button-next {
  color: #0d6efd;
  width: 44px;
  height: 44px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 20px;
  font-weight: bold;
}

/* Position arrows */
.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

/* Swiper container */
.mySwiper {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  position: relative;
  padding: 0 70px;
  /* space for arrows */
}

.mySwiper1 {
  width: 100%;
  /* max-width: 1200px; */
  margin: auto;
  position: relative;
  padding: 0 40px;
  /* space for arrows */
}

.Benefits-box img {
  width: 140px;
  margin-bottom: 20px;
}

.client-logo img {
  width: 180px;
  margin-bottom: 20px;
  box-shadow:rgba(0, 0, 0, 0.24) 0px 3px 8px;
}




/* Slides */
.swiper-slide {
  display: flex;
  justify-content: center;
}

/* Card */
.card-box {
  width: 250px;
  height: 160px;
  background: #f4f4f4;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  width: 44px;
  height: 44px;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  color: #000;
  top: 50%;
  transform: translateY(-50%);
}

/* Icon size */
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 18px;
  font-weight: bold;
}

/* Position */
.swiper-button-prev {
  left: 10px;
}

.swiper-button-next {
  right: 10px;
}


section h2 {
  font-size: 22px;
}


.package-wrap {
  position: relative;
  max-width: 100%;
  margin: 20px auto;
  padding: 10px;
}

/* pill */
.package-pill {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 8px 22px;
  border-radius: 22px;
  font-weight: 600;
  z-index: 3;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
}

/* card */
.package-card {
  background: #fff;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.12);
}

/* header */
.package-header {
  background: #ffcc2c;
  padding: 37px 24px 60px;
  /* EXTRA bottom padding */
  text-align: center;
}

.package-header h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
}

/* 🔥 OVERLAPPING BODY */
.package-body {
  background: #ffffff;
  margin-top: -40px;
  margin: -40px 30px 0px 30px;
  padding: 36px 32px 40px;
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  position: relative;
  z-index: 2;
  /* body sits above header */
}

/* list */
.package-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.package-body li {
  display: flex;
  gap: 14px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
}

/* tick */
.package-body li::before {
  content: "✔";
  color: #2eb872 !important;
  font-size: 16px;
}

.Contact-section p {
  color: white !important;
}

.Contact-section a {
  color: white !important;
      font-weight: 300;
}

footer {
  background-color: #CFD8DC;
  padding: 15px 72px;
  display: flex;
  justify-content: space-between;
  justify-items: center;
  font-size: 14px;
}

footer a {
  color: black;
}

@media (max-width: 428px) {
  body {
    text-align: center;
  }

  .mob{
    display: none;
  }

  .hero-header {
    min-height: 80vh!important;
  }

  .navbar-brand{
    margin: 0 auto!important;
  }
}



@media only screen 
  and (width: 820px)
  and (height: 1180px) {
 .hero-header {
    background-color: #243f72 !important;
    top: 0 !important;
    background-image: none !important;
    text-align: center !important;
    min-height: 40vh;
  }

  .hero-header .container {
    top: 0px !important;
    left: 0px !important;
  }

  .include-img {
    width: 100% !important;
  }


  .package-body {
    padding: 36px 19px 40px !important;
  }

  .package-body li {
    text-align: left !important;
  }

  footer {
    display: block !important;
  }

  .Contact-section p {
    margin-top: 20px !important;
  }



}

@media only screen and (width: 1024px) and (height: 1366px) {

   .hero-header {
    background-color: #243f72 !important;
    top: 0 !important;
    background-image: none !important;
    text-align: center !important;
    min-height: 40vh;
  }

  .hero-header .container {
    top: 0px !important;
    left: 0px !important;
  }

  .include-img {
    width: 100% !important;
  }


  .package-body {
    padding: 36px 19px 40px !important;
  }

  .package-body li {
    text-align: left !important;
  }

  footer {
    display: block !important;
  }

  .Contact-section p {
    margin-top: 20px !important;
  }

  .col-lg-8{
width:100%;
  }


}

@media (max-width: 768px) {
  .hero-header {
    background-color: #243f72 !important;
    top: 0 !important;
    background-image: none !important;
    text-align: center !important;
    min-height: 80vh;
  }

  .hero-header .container {
    top: 0px !important;
    left: 0px !important;
  }

  .include-img {
    width: 100% !important;
  }


  .package-body {
    padding: 36px 19px 40px !important;
  }

  .package-body li {
    text-align: left !important;
  }

  footer {
    display: block !important;
  }

  .Contact-section p {
    margin-top: 20px !important;
  }

  .includes-section {
    margin: 10px;

}




}