.elementor-38 .elementor-element.elementor-element-9b189c5{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-38 .elementor-element.elementor-element-1eb742a{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-38 .elementor-element.elementor-element-1eb742a img{width:100%;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-ca5d098 */.seed-contact-info {
  max-width: 430px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 18px;
  font-family: "Poppins", Arial, sans-serif;
}

.seed-contact-card {
  width: 100%;
  background: #ffffff;
  border-radius: 12px;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  gap: 18px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(35, 84, 58, 0.06);
  transition: all 0.3s ease;
}

.seed-contact-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.12);
}

.seed-icon-box {
  min-width: 78px;
  width: 78px;
  height: 78px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.seed-icon-box i {
  font-size: 38px;
}

/* Icon Backgrounds */
.seed-icon-box.whatsapp {
  background: #eef7ec;
}

.seed-icon-box.whatsapp i {
  color: #24c15a;
}

.seed-icon-box.email {
  background: #eaf7f8;
}

.seed-icon-box.email i {
  color: #087d86;
}

.seed-icon-box.address {
  background: #eff7ea;
}

.seed-icon-box.address i {
  color: #3f7f3f;
}

.seed-icon-box.time {
  background: #fff7e8;
}

.seed-icon-box.time i {
  color: #c98b2c;
}

.seed-card-content h4 {
  margin: 0 0 6px;
  font-size: 19px;
  line-height: 1.2;
  color: #183f2f;
  font-weight: 700;
  font-family: Georgia, "Times New Roman", serif;
}

.seed-card-content a {
  display: block;
  text-decoration: none;
  color: #111111;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
}

.seed-card-content p {
  margin: 0;
  color: #111111;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}

.seed-card-content span {
  font-size: 13px;
  color: #333333;
}

/* Mobile Responsive */
@media (max-width: 480px) {
  .seed-contact-card {
    padding: 14px;
    gap: 14px;
  }

  .seed-icon-box {
    min-width: 64px;
    width: 64px;
    height: 64px;
  }

  .seed-icon-box i {
    font-size: 30px;
  }

  .seed-card-content h4 {
    font-size: 17px;
  }

  .seed-card-content a {
    font-size: 15px;
  }

  .seed-card-content p {
    font-size: 13px;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-d478ad3 */.seed-info-sections {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 15px 10px;
  font-family: "Poppins", Arial, sans-serif;
  background: #fbf9f5;
}

/* Section Titles */
.seed-section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 10px 0 22px;
  text-align: center;
}

.seed-section-title h2 {
  margin: 0;
  font-size: 36px;
  color: #204c38;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  line-height: 1.2;
}

.leaf-line,
.curve-line {
  color: #92a37f;
  font-size: 26px;
  font-weight: 600;
}

.leaf-line::before {
  content: "❦";
}

/* Top 3 Cards */
.seed-hours-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}

.seed-hour-card {
  border-radius: 16px;
  padding: 26px 22px 24px;
  text-align: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.07);
  border: 1px solid #ece7df;
}

.clinic-card {
  background: #f3f8ef;
}

.online-card {
  background: #f1f9fc;
}

.emergency-card {
  background: #fff4f2;
}

.seed-hour-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 14px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 28px;
}

.clinic-card .seed-hour-icon {
  background: #a7c78c;
}

.online-card .seed-hour-icon {
  background: #6fc7db;
}

.emergency-card .seed-hour-icon {
  background: #ef8a79;
}

.seed-hour-card h3 {
  margin: 0 0 10px;
  font-size: 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
}

.clinic-card h3 {
  color: #35663d;
}

.online-card h3 {
  color: #23677d;
}

.emergency-card h3 {
  color: #d25748;
}

.seed-divider {
  width: 100%;
  max-width: 230px;
  height: 1px;
  border-top: 1px dashed #cfcfcf;
  margin: 14px auto 18px;
}

.seed-small-divider {
  width: 85%;
  margin: 18px auto;
  border-top: 1px solid #d8d8d8;
}

.seed-hour-card p {
  margin: 0 0 8px;
  font-size: 15px;
  color: #222;
  font-weight: 500;
}

.seed-hour-card h4 {
  margin: 0;
  font-size: 18px;
  color: #111;
  font-weight: 700;
  line-height: 1.5;
}

.emergency-price {
  margin-top: 20px;
  color: #f04b37;
  font-size: 18px;
  font-weight: 700;
}

/* Charges Grid */
.charges-title {
  margin-top: 10px;
  margin-bottom: 22px;
}

.seed-charges-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}

.seed-charge-card {
  background: #fff;
  border: 1px solid #ece7df;
  border-radius: 14px;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.05);
  padding: 22px 16px 20px;
  text-align: center;
  transition: all 0.3s ease;
}

.seed-charge-card:hover,
.seed-hour-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.09);
}

.seed-charge-icon {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  margin: 0 auto 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}

.child-icon {
  background: #e7f7eb;
  color: #69a87c;
}

.career-icon {
  background: #e6f6fb;
  color: #63b6ca;
}

.individual-icon {
  background: #efe7fb;
  color: #8f76c6;
}

.relation-icon {
  background: #ffe9e6;
  color: #f17361;
}

.prewedding-icon {
  background: #fff0d9;
  color: #d89a2f;
}

.parenting-icon {
  background: #eaf8ee;
  color: #7ab087;
}

.seed-charge-card h3 {
  margin: 0;
  min-height: 78px;
  font-size: 18px;
  line-height: 1.35;
  color: #244836;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
}

.relationship h3 {
  color: #b94e46;
}

.prewedding h3 {
  color: #af7a1f;
}

.seed-card-line {
  width: 72%;
  height: 1px;
  margin: 15px auto 14px;
  background: #e9e1d7;
}

.seed-charge-card p {
  margin: 6px 0;
  font-size: 15px;
  font-weight: 700;
  color: #2c6b49;
}

.seed-charge-card:nth-child(2) p {
  color: #2d88a2;
}

.seed-charge-card:nth-child(3) p {
  color: #7e64b4;
}

.seed-charge-card:nth-child(4) p {
  color: #ec5949;
}

.seed-charge-card:nth-child(5) p {
  color: #cb7b17;
}

.seed-charge-card:nth-child(6) p {
  color: #388a53;
}

/* Responsive */
@media (max-width: 1200px) {
  .seed-charges-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 991px) {
  .seed-hours-grid {
    grid-template-columns: 1fr;
  }

  .seed-section-title h2 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .seed-charges-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .seed-charge-card h3 {
    min-height: auto;
  }

  .seed-section-title {
    gap: 8px;
  }

  .seed-section-title h2 {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  .seed-charges-grid {
    grid-template-columns: 1fr;
  }

  .seed-info-sections {
    padding: 15px 10px;
  }

  .seed-hour-card,
  .seed-charge-card {
    padding: 20px 14px;
  }
}/* End custom CSS */