* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

:root {
  --primary: #ff2b2b;
  --black: #111214;
  --black90: #3d3d3d;
  --gray-text: #767676;
  --border-color: #f0f0f0;
  --white: #fff;
  --gray-text100: #6c7278;
}

::selection {
  background: #ff2b2b;
  color: rgb(255, 255, 255);
}

body {
  font-family: "Gomme Sans W04 Regular", "Gomme Sans W04 SemiBold",
    "Gomme Sans W04 ExtraBold";
}

/* Buttons */
/* .primary-btn {
  background: #ff2b2b;
  padding: 9px 16px;
  color: white;
  border: none;
  border-radius: 4px;
}

.primary-btn:hover {
  color: white;
}

.primaryOutline-btn {
  background: white;
  padding: 9px 14px;
  color: var(--primary);
  border: 1px solid var(--primary);
  border-radius: 4px;
}

.primaryOutline-btn:hover {
  color: var(--primary);
}

.primaryOutline-btn:hover {
  background: #ff2b2b;
  color: white;
} */

/* Header */
header .navbar {
  padding: 14px 40px;
  background: white;
  border-bottom: 1px solid #ededed;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;
}

header .navbar-brand {
  max-width: 160px;
  margin-right: 40px;
}

header .nav-link {
  color: var(--black);
}

header .nav-link:hover {
  color: var(--primary);
}

header .nav-link.active {
  color: var(--primary);
}

.body-wrapper {
  padding: 83px 0 0px 0;
}

/* Home banner */
.home-banner {
  background: linear-gradient(to bottom,
      rgb(255 255 255 / 51%),
      rgb(255 255 255 / 25%)),
    url(../images/banner-home.png);
  padding: 80px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}

.banner-content {
  max-width: calc(100% - 40%);
}

.banner-content h1 {
  font-size: 48px;
  font-weight: bold;
  color: #000;
}

.banner-content h1:after {
  content: "";
  width: 70%;
  height: 5px;
  background: #000;
  display: block;
  margin-top: 10px;
}

.banner-content p {
  font-size: 20px;
  font-weight: 500;
  color: #000;
}

.whyChoose-block {
  background: #000000a6;
  padding: 20px;
  border-radius: 10px;
  margin-top: 10px;
}

.whyChoose-block h3 {
  font-size: 20px;
  font-weight: 600;
  color: white;
}

.whyChoose-block p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.925);
  margin-bottom: 0;
}

/* stats-data */
.stats-data {
  padding: 40px 0;
}

.stats-col {
  border-right: 1px solid gainsboro;
}

.stats-col .material-symbols-outlined {
  color: var(--primary);
  font-size: 30px;
}

.stats-col h5 {
  color: #001c2d;
  font-size: 24px;
  font-weight: 600;
  margin-top: 5px;
}

.stats-col p {
  font-size: 18px;
  color: var(--black90);
}


/* why-choose */
.why-choose {
  background: linear-gradient(to bottom, rgb(0 0 0 / 31%), rgb(0 0 0 / 25%)),
    url(../images/whyChoose-Bg.png);
  padding: 80px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}

.why-choose h2 {
  font-size: 40px;
  font-weight: 600;
}

.whyChoose-card {
  background-color: #000;
  border-radius: 20px;
  padding: 20px;
  height: 100%;
}

.whyChoose-card h2 {
  font-size: 60px;
  font-weight: bold;
  color: rgba(255, 255, 255, 20%);
}

.whyChoose-card h4 {
  font-size: 20px;
  color: white;
}

.whyChoose-card p {
  color: rgba(255, 255, 255, 80%);
}

/* howIt-works */
.howIt-works {
  background: linear-gradient(to bottom, rgb(255 255 255 / 74%), rgb(255 255 255 / 47%)), url(../images/service-bg.png);
  padding: 80px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.howIt-works .content {
  text-align: center;
  color: white;
  margin-bottom: 100px;
}

.howIt-works h2 {
  font-size: 40px;
  font-weight: 600;
  color: #000;
}
.howIt-works .content p {
  color: #3d3d3d;
}

.howIt-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}

.howIt-col h2 {
  font-size: 48px;
  font-weight: bold;
  color: rgb(33 150 243 / 67%);
}

.howIt-col h4 {
  background: white;
  color: #008ac8;
  padding: 14px;
  max-width: 130px;
  align-items: center;
  font-size: 16px;
  border-radius: 100%;
  height: 130px;
  display: flex;
  justify-content: center;
  text-align: center;
  box-shadow: 0 0 15px #008ac8c9;
  margin-bottom: 0;
}

.howIt-col p {
  font-size: 14px;
  color: #000;
}

.howIt-col .black-col {
 background-color: #f6f6f6;
    border-radius: 20px;
    padding: 20px;
    color: #fff;
    box-shadow: 0 0 14px #ffffff26;
    border: 1px solid #e3e3e3;
}

.work-row {
  position: relative;
  z-index: 1;
}

.waveLine {
  position: absolute;
  /* bottom: 180px; */
  top: 47%;
  left: -45px;
  z-index: 0;
  opacity: 0.7;
  /* display: none; */
}

/* health insurance */
section.health-insurance-sec {
  background: #EDEFF0;
  padding: 40px 30px;
}

.insurance-head {
  text-align: center;
}

.insurance-head h3 {
  font-size: 34px;
  color: black;
}

button.get-start-btn {
  border: 1px solid #FF2B2B;
  background: #FF2B2B;
  padding: 16px 24px;
  border-radius: 50px;
  color: white;
}

/* footer section */
footer {
  background: #001C2D;
  padding: 0 30px;
}

.footer-sec {
  padding: 40px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  border-bottom: 1px solid #E3E3E3;
}

.bottom-foot {
  text-align: center;
  padding: 20px;
}

.bottom-foot p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.5);
}

.second-col .navbar-nav {
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
}

.second-col .navbar-nav li {
  padding-right: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  height: 23px;
  display: flex;
  align-items: center;
}

.second-col .navbar-nav li:nth-last-child(1) {
  border-right: none;
}

.third-col {
  gap: 14px;
  display: flex;
}

footer .nav-link.active {
  color: var(--primary);
}

footer .nav-link {
  color: white;
}

/* price model css */

.price-model {
  background-image: url("../images/price\ model-banner.png");
  color: #ffffff;
  padding: 80px 20px;
}

.price-model .pricing-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.price-model .header {
  text-align: center;
  margin-bottom: 60px;
}

.price-model .header h1 {
  font-size: 40px;
  font-weight: 600;
}

.price-model .header p {
  color: #ffffff;
}

.price-model .cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 28px;
  margin-bottom: 40px;
}

.price-model .card {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(30px);
  border-radius: 24px;
  padding: 40px 32px;
  border: 1px solid #ffffff30;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.price-model .card:hover {
  background: rgba(195, 198, 255, 0.12);
  border: 1px solid #E9E9E9;
}


.price-model .card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 24px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.05));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.price-model .card-icon-wrapper {
  width: 90px;
  height: 90px;
  margin: 0 auto 28px;
  position: relative;
}

.price-model .card-icon {
  width: 90px;
  height: 90px;
  background: linear-gradient(135deg, #ffffff 0%, #777777 100%);
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0 8px 32px rgba(255, 255, 255, 0.1);
}

.price-model .card-icon::before {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: 30px;
  padding: 2px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.1));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.price-model .card-icon svg {
  width: 42px;
  height: 42px;
  fill: #000000;
  position: relative;
  z-index: 1;
}

.price-model .card h3 {
  font-size: 1.4rem;
  color: #ffffff;
  margin-bottom: 16px;
  font-weight: 600;
}

.price-model .card p {
  color: #a0a0a0;
  line-height: 1.7;
  font-size: 0.95rem;
  font-weight: 300;
}

/* .price-model .highlight-card {
            background: rgba(255, 255, 255, 0.06);
            border: 1px solid rgba(255, 255, 255, 0.15);
        } */

.price-model .onboarding-section {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(30px);
  border-radius: 24px;
  padding: 50px 40px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.price-model .onboarding-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 24px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.05));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.price-model .onboarding-icon-wrapper {
  width: 100px;
  height: 100px;
  margin: 0 auto 30px;
  position: relative;
}

.price-model .onboarding-icon {
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, #ffffff 0%, #888888 100%);
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0 12px 40px rgba(255, 255, 255, 0.15);
}

.price-model .onboarding-icon::before {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: 34px;
  padding: 2px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.1));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.price-model .onboarding-icon svg {
  width: 50px;
  height: 50px;
  fill: #000000;
  position: relative;
  z-index: 1;
}

.price-model .onboarding-content h2 {

  font-size: 2rem;
  color: #ffffff;
  margin-bottom: 16px;
  font-weight: 600;
}

.price-model .onboarding-content p {
  color: #a0a0a0;
  line-height: 1.8;
  font-size: 1rem;
  max-width: 700px;
  margin: 0 auto 32px;
  font-weight: 300;
}

@media (max-width: 768px) {
  .price-model .header h1 {
    font-size: 2.5rem;
  }

  .price-model .cards-grid {
    grid-template-columns: 1fr;
  }

  .price-model .onboarding-section {
    padding: 40px 24px;
  }

  .price-model .onboarding-content h2 {
    font-size: 1.5rem;
  }
}

.navbar-brand {
  max-width: 200px;
  margin-right: 40px;
}
.navbar-brand img{
  width: 100%;
height: 80px;
}