/* ════════════════════════════════════════
   SERVICE CARDS — Equal Image Heights
════════════════════════════════════════ */
.services-cards .hover .rounded-1 > img {
    height: 400px;
    object-fit: cover;
    width: 100%;
}

/* Tablet */
@media (max-width: 991px) {
    .services-cards .hover .rounded-1 > img {
        height: 300px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .services-cards .hover .rounded-1 > img {
        height: 250px;
    }
}

.plan-section {
    background-color: #e1e5e9;
}

.heading{
    color: #128538;
}

.plan-card {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #128538;
    transition: all 0.3s ease;
}

.plan-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.plan-icon {
    font-size: 30px;
    color: #128538; /* soft solar orange */
}
.highlight .plan-icon {
    color: #128538;
}
.plan-card ul li i {
    color: #128538;
}
.plan-card:hover .plan-icon {
    color: #0f6f2e; /* darker green on hover */
}

/* List styling */
.plan-card ul li {
    margin-bottom: 10px;
    font-size: 14px;
    color: #555;
}



/* =========================
   DEFAULT (Desktop)
========================= */
section {
  padding: 100px 60px;
}

section h2 {
  font-size: 48px;
}

section .subtitle {
  font-size: 18px;
}

section p {
  font-size: 16px;
  line-height: 1.7;
}


/* =========================
   1024px (Laptop)
========================= */
@media (max-width: 1024px) {

  section {
    padding: 100px 40px;
  }

  section h2 {
    font-size: 48px;
  }

  .col-lg-4 {
    width: 50%;
  }

}




/* =========================
   768px (Tablet)
========================= */
@media (max-width: 768px) {

  section {
    padding: 40px 20px;
  }


  /* Center heading */
  section .subtitle,
  section h2 {
    text-align: center;
  }

  /* Paragraph justify */
  section p {
    text-align: justify;
  }
  .plan-card ul li{
    font-size: 16px;
  }

  section h2 {
    font-size: 40px;
    font-weight: 600 !important;
  }

  section .subtitle {
    font-size: 16px;
  }

  /* 2 columns */
  .col-lg-4 {
    width: 50%;
  }

  /* Card spacing fix */
  .p-30 {
    padding: 20px;
  }

}


/* =========================
   500px (Mobile)
========================= */
@media (max-width: 500px) {

  section {
    padding: 30px 0px;
  }

  section h2 {
    font-size: 28px;
    text-align: center;
  }

  section .subtitle {
    font-size: 15px;
    text-align: center;
  }

  section p {
    font-size: 15px;
    text-align: justify;
  }
  .plan-card ul li{
    font-size: 15px;
  }

  /* 1 column */
  .col-lg-4 {
    width: 100%;
  }

  /* Fix card overlap spacing */
  .mt-min-100 {
    margin-top: -60px;
  }

}


/* =========================
   320px (Small Mobile)
========================= */
@media (max-width: 320px) {

  section {
    padding: 25px 15px;
  }

  section h2 {
    font-size: 28px; /* as you wanted */
  }

  section .subtitle {
    font-size: 14px;
  }

  section p {
    font-size: 13px;
  }

  

}




/* ===================== */
/* TABLET (768px–1024px) */
/* ===================== */
@media (min-width: 768px) and (max-width: 1024px) {

  /* spacing */
  .contact-color {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* center content properly */
  .grid-divider .d-flex {
    justify-content: flex-start !important;
  }

  /* icon size adjust */
  .fs-60 {
    font-size: 45px;
  }

  /* text spacing */
  .grid-divider h4 {
    font-size: 18px;
  }

  .grid-divider p {
    font-size: 14px;
    text-align: left;
  }
}


/* ===================== */
/* MOBILE (<768px) */
/* ===================== */
@media (max-width: 767px) {

  /* show stacked layout */
  .grid-divider {
    display: block !important;
  }

  .contact-color {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* center each item */
  .grid-divider .d-flex {
    flex-direction: column;
    align-items: center;
    text-align: center;
   padding-top: 40px;
  }

  .grid-divider .ms-3 {
    margin-left: 0 !important;
    margin-top: 10px;
  }

  /* icon */
  .fs-60 {
    font-size: 40px;
  }

  /* spacing between items */
  .mb-sm-30 {
    margin-bottom: 20px;
  }

  .grid-divider h4 {
    font-size: 16px;
  }

  .grid-divider p {
    font-size: 14px;
  }
}


/* ===================== */
/* SMALL MOBILE (<480px) */
/* ===================== */
@media (max-width: 480px) {

  .fs-60 {
    font-size: 35px;
  }

  .grid-divider h4 {
    font-size: 15px;
  }

  .grid-divider p {
    font-size: 13px;
    text-align: center;
  }
}

/* MOBILE + TABLET */
@media (max-width: 1024px) {

  /* remove left border */
  .grid-divider > div {
    border-left: none !important;
  }

  /* add bottom border */
  .grid-divider > div {
    border-bottom: 1px solid rgba(255,255,255,0.2); /* adjust color if needed */
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  /* remove border from last item */
  .grid-divider > div:last-child {
    border-bottom: none;
  }
}
/* MOBILE + TABLET */
@media (max-width: 1024px) {

  /* remove any left border */
  .grid-divider > div,
  .grid-divider > div * {
    border-left: none !important;
  }

  /* 🔥 kill vertical divider (pseudo elements) */
  .grid-divider::before,
  .grid-divider::after,
  .grid-divider > div::before,
  .grid-divider > div::after {
    display: none !important;
    content: none !important;
    border: none !important;
    background: none !important;
  }

  /* add bottom divider */
  .grid-divider > div {
    border-bottom: 1px solid rgba(255,255,255,0.3) !important;


  /* remove last one */
  .grid-divider > div:last-child {
    border-bottom: none !important;
  }
}}
/* ===================== */
/* TABLET (768px–1024px) */
/* ===================== */
@media (min-width: 768px) and (max-width: 1024px) {

  /* 🔥 force show */
  .sm-hide {
    display: block !important;
    visibility: visible !important;
  }

}
/* ===================== */
/* TABLET (768px–1024px) */
/* ===================== */
@media (min-width: 768px) and (max-width: 1024px) {

  /* show section */
  .grid-divider.sm-hide {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: left;
  }

  /* default: 2 columns */
  .grid-divider > div {
    width: 50%;
    border-left: none !important;
  }

  /* center content inside */
  .grid-divider .d-flex {
    justify-content: center;
    text-align: left;
  }

  /* 🔥 last item full width + centered */
  .grid-divider > div:last-child {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
  }

  /* optional: control inner width so it doesn't stretch too much */
  .grid-divider > div:last-child .d-flex {
    max-width: 300px;
    width: 100%;
  }

  /* bottom borders */
  .grid-divider > div {
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  /* remove last border */
  .grid-divider > div:last-child {
    border-bottom: none;
  }
}


    .plan-section .fw-bold{
      color: black !important;
      font-weight: 600 !important;
    }

    /* Default */
.plan-section .container {
    padding-top: 40px;
    padding-bottom: 40px;
}

/* Tablet ≤1024px */
@media (max-width: 1024px) {
    .plan-section .container {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

/* Mobile ≤768px */
@media (max-width: 768px) {
    .plan-section .container {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

/* Large screens ≥1440px */
@media (min-width: 1440px) {
    .plan-section .container {
        padding-top: 40px;
        padding-bottom: 60px;
    }
}


/* ════════════════════════════════════════
   HOW IT WORKS — VIDEO SECTION
════════════════════════════════════════ */
.srv-vid-section {
  padding: 80px 0;
  background: #f8fdf9;
}

.srv-vid-wrap {
  display: flex;
  align-items: center;
  gap: 50px;
}

.srv-vid-box-outer {
  flex: 0 0 48%;
  max-width: 48%;
}

.srv-vid-box {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
  background: #000;
}

.srv-vid-box video {
  display: block;
  width: 100%;
  height: 520px;
  object-fit: contain;
}

.srv-vid-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  border: none;
  border-radius: 50%;
  background: rgba(46, 158, 79, 0.85);
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(46, 158, 79, 0.4);
}

.srv-vid-play i { margin-left: 3px; }

.srv-vid-play:hover {
  background: #2e9e4f;
  transform: translate(-50%, -50%) scale(1.1);
}

.srv-vid-play.is-playing {
  width: 48px; height: 48px; font-size: 16px;
  top: auto; bottom: 16px; left: auto; right: 16px;
  transform: none;
  background: rgba(255,255,255,0.9);
  color: #2e9e4f;
  box-shadow: 0 2px 12px rgba(0,0,0,0.3);
}

.srv-vid-play.is-playing i { margin-left: 0; }

.srv-vid-play.is-playing:hover {
  background: #2e9e4f; color: #fff; transform: scale(1.05);
}

.srv-vid-content { flex: 1; }

.srv-vid-content h2 {
  font-size: 32px;
  color: #1a1a2e;
  margin-bottom: 16px;
  line-height: 1.3;
}

.srv-vid-content p {
  font-size: 15px;
  color: #555;
  line-height: 1.75;
  margin-bottom: 22px;
}

.srv-vid-steps {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 28px;
}

.srv-vid-step {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.srv-step-num {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2e9e4f;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-radius: 50%;
}

.srv-vid-step h5 {
  font-size: 16px;
  color: #1a1a2e;
  margin-bottom: 2px;
}

.srv-vid-step p {
  font-size: 14px;
  color: #777;
  margin-bottom: 0;
  line-height: 1.5;
}

@media (max-width: 991px) {
  .srv-vid-wrap { flex-direction: column; gap: 32px; }
  .srv-vid-box-outer { flex: none; max-width: 100%; width: 100%; }
  .srv-vid-content h2 { font-size: 28px; }
}

@media (max-width: 600px) {
  .srv-vid-section { padding: 50px 0; }
  .srv-vid-box video { height: 320px; }
  .srv-vid-content h2 { font-size: 24px; }
  .srv-vid-play { width: 52px; height: 52px; font-size: 16px; }
}