
.hero-section {
  padding: 20px 0;
}

/* IMAGE CIRCLE */
.image-circle {
  background: #ff9f1c;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.hero-img {
  width: 90%;
  object-fit: contain;
}

/* FLOATING CARD */
.floating-card {
  position: absolute;
  bottom: 40px;
  right: 40px;
  background: #fff;
  border-radius: 14px;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.floating-card h4 {
  margin: 0;
  font-weight: 700;
}

.floating-card p {
  margin: 0;
  font-size: 14px;
  color: #777;
}

.floating-card .icon {
  font-size: 22px;
}

/* RIGHT CONTENT */
.about-tag {
  color: #ff9f1c;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
}

.hero-title {
    font-size: 31px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
    margin-top: 20px;
}

.hero-text {
  color: #666;
}

/* FEATURES */
.feature-icon {
  width: 42px;
  height: 42px;
  background: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 18px;
  margin-right: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,.08);
}

/* BUTTON */
.explore-btn {
  background: #ff9f1c;
  color: #fff;
  padding: 12px 28px;
  border-radius: 30px;
  font-weight: 600;
}

.explore-btn:hover {
  background: #ff8c00;
  color: #fff;
}



.pill-btn {
  background: linear-gradient(180deg, #0f1c2e, #0b1524);
  color: #eaf6ff;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 50px;
  padding: 10px 22px;
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.35);
  cursor: default;
}

/* green dot */
.status-dot {
  width: 10px;
  height: 10px;
  background: #2dd4bf;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(45,212,191,0.15);
}


.pill-btn{ font-size: 13px;}




.impact-card {
    display: flex;
    gap: 16px;
    background: #ffffff;
    border-radius: 14px;
    padding: 18px 20px;
    margin-bottom: 16px;
    align-items: flex-start;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    border: 1px solid #eef1f5;
    height: 100%;
    min-height: 189px;
}


.impact-card2 {
    display: flex;
    gap: 16px;
    background: #ffffff;
    border-radius: 14px;
    padding: 9px 6px;
    margin-bottom: 16px;
    align-items: flex-start;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    border: 1px solid #eef1f5;
    margin-left: 10px;
}

/* Icon */
.icon-box {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: #eef6ff;
  color: #2563eb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

/* Text */
.content h6 {
  margin: 0;
  font-weight: 600;
  font-size: 14px;
  color: #0f172a;
}

.content p {
  margin: 6px 0 0;
  font-size: 14px;
  color: #64748b;
  line-height: 1.5;
}


.bccolorfor{ background-color: #e6f8fa;}

.subtitle {
  color: #6b7280;
  max-width: 520px;
  margin: 0 auto 20px;
}

/* IMAGE CARD */
.img-card {
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(0,0,0,0.1);
}

.img-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

/* TEXT FLOAT CARD */
.text-card {
  background: #ffffff;
  margin: -30px 20px 20px;
  padding: 16px;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.text-card h6 {
  font-weight: 600;
  margin-bottom: 6px;
}

.text-card p {
  font-size: 14px;
  color: #6b7280;
  margin: 0;
}

/* CENTER TEXT CARD */
.text-only-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 16px 40px rgba(0,0,0,0.08);
}

.text-only-card h6 {
  font-weight: 600;
  margin-bottom: 6px;
}

.text-only-card p {
  font-size: 14px;
  color: #6b7280;
}

/* CTA */
.cta-btn {
  background: #0ea5b7;
  color: #fff;
  padding: 12px 34px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
}


.aacdmiya{    margin-top: 30px;}

.csg{margin-top: 30px;}




/* wrapper */
.light-actions {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* pills row */
.pill-group {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.light-pill {
  padding: 8px 16px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  font-size: 14px;
  font-weight: 500;
  color: #334155;
  box-shadow: 0 4px 12px rgba(0,0,0,0.04);
}

/* buttons */
.action-buttons {
  display: flex;
  gap: 14px;
}

.btn-primary-light {
  background: linear-gradient(135deg, #38bdf8, #0ea5e9);
  color: #fff;
  padding: 10px 22px;
  border-radius: 10px;
  font-weight: 600;
  border: none;
  text-decoration: none;
}

.btn-primary-light:hover {
  background: linear-gradient(135deg, #0ea5e9, #0284c7);
  color: #fff;
}

.btn-outline-light-custom {
  background: #ffffff;
  color: #0f172a;
  border: 1px solid #e2e8f0;
  padding: 10px 22px;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
}

.btn-outline-light-custom:hover {
  background: #f1f5f9;
}




h2{ font-size: 24px !important;}
h1{ font-size: 24px !important;}
p{ font-size: 14px;}

/* shared card style */
.feature-card {
  height: 100%;
  padding: 28px;
  border-radius: 20px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
  min-height: 170px;
}

.feature-card h5 {
  margin-bottom: 12px;
}

.feature-card p {
  font-size: 14px;
  line-height: 1.6;

}

/* pastel backgrounds */
.bg-green {
  background: #eaf6ec;
}

.bg-purple {
  background: #f1ecfb;
}

.bg-peach {
  background: #fdeee4;
}

.bg-yellow {
  background: #fff6da;
}

/* decorative elements */
.decor-icon {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 64px;
  opacity: 0.15;
}

.ring-shape {
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 70px;
  height: 70px;
  border: 6px solid #f59e0b;
  border-radius: 50%;
  opacity: 0.25;
}


/* Section */
.services-section {
  background-color: #f4f4f2;
}


/* Card */
.service-card {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 16px;
  position: relative;
  box-shadow: 0 12px 30px rgba(0,0,0,0.05);
  text-align: center;
  height: 100%;
  min-height: 259px;
}

.service-card2 {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 16px;
  position: relative;
  box-shadow: 0 12px 30px rgba(0,0,0,0.05);
  text-align: center;
  height: 100%;
}

.service-card h5 {
  margin-top: 20px;
  font-weight: 600;
}

.service-card p {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
}

.service-card a {
  font-size: 14px;
  color: #1aa6a6;
  text-decoration: none;
  font-weight: 500;
}

/* Icon */
.icon-box {
  width: 60px;
  height: 60px;
  background: #1aa6a6;
  color: #fff;
  font-size: 26px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

/* Number */
.service-number {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 36px;
  font-weight: 700;
  color: #e6f4f4;
}

/* Button */
.btn-teal {
  background-color: #1aa6a6;
  color: #fff;
}

.btn-teal:hover {
  background-color: #148f8f;
  color: #fff;
}



    .pricing-section {
      padding: 30px 0;
    }

    .pricing-header h2 {
      color: #2c3e50;
      font-weight: 600;
    }

    .pricing-header p {
      color: #6c757d;
      margin-top: 10px;
    }

    .btn-learn {
      background-color: #f9d342;
      color: #000;
      font-weight: 500;
      border-radius: 25px;
      padding: 10px 25px;
      margin-top: 20px;
      border: none;
    }

    .pricing-card {
      border: 1px solid #dee2e6;
      border-radius: 0px;
      padding: 25px 20px;
      margin-bottom: 20px;
      transition: all 0.3s ease;
      background-color: #fff;
    }

    .pricing-card:hover {
      box-shadow: 0 8px 20px rgba(0,0,0,0.1);
      transform: translateY(-5px);
    }

    .pricing-card h5 {
      font-weight: 600;
      margin-bottom: 10px;
    }

    .pricing-card p {
      font-size: 14px;
      color: #6c757d;
    }

    .bcg{ background-color: #eff5f5;}


    .bd1{ border-left: 10px solid #ca9e9d;}

    .bd2{ border-left: 10px solid #f2eca0;}

    .bd3{ border-left: 10px solid #274746;}


@media only screen and (min-width: 320px) and (max-width: 660px) {
  .pt-5 {
    padding-top: 1rem !important;
  }
}


@media screen and (min-device-width: 320px) and (max-device-width: 480px) { 

.g-5, .gx-5 {
	--bs-gutter-x: 0rem;
}
  .image-circle {
	background: #ff9f1c;
	width: 270px;
	height: 270px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	margin-top: 49px !important;
}
    .page-banner-section {
	padding-top: 27px;
	padding-bottom: 27px;
	min-height: 116px !important;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.py-5 {
	padding-top: 1rem !important;
	padding-bottom: 0rem !important;
}

.status-dot {
	width: 10px;
	height: 10px;
	background: #2dd4bf;
	border-radius: 50%;
	box-shadow: 0 0 0 3px rgba(45,212,191,0.15);
	display: none;
}

.impact-card2 {
	display: flex;
	gap: 16px;
	background: #ffffff;
	border-radius: 14px;
	padding: 9px 6px;
	margin-bottom: 16px;
	align-items: flex-start;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
	border: 1px solid #eef1f5;
	margin-left: 0px;
}

.hjk .col-lg-6{ padding-top: 0px !important; margin-top: 0px !important;}

.fdf{display: block !important;}

.image-circle {
	background: #ff9f1c;
	width: 270px;
	height: 270px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
}
}


