/* ==========================================================
   EDUFLOW HERO SECTION 
   ========================================================== */

.backgroundBg {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    background-color: transparent !important;
}


/* MAIN HERO WRAPPER */
.eduflow-hero-v2 {
  background: #0B2B3A !important;
  color: #ffffff !important;

  padding: 55px 20px 45px 20px !important; /* Reduced top & bottom */
  margin: 0 !important;
  border: none !important;
    
}

/* REMOVE ALL ZOHO DEFAULT SPACING */
.eduflow-hero-v2,
.eduflow-hero-v2 .section,
.eduflow-hero-v2 .container,
.eduflow-hero-v2 .row,
.eduflow-hero-v2 .column {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* REMOVE HEADING + P DEFAULT SPACING */
.eduflow-hero-v2 h1,
.eduflow-hero-v2 h2,
.eduflow-hero-v2 h3,
.eduflow-hero-v2 h4,
.eduflow-hero-v2 h5,
.eduflow-hero-v2 p {
  margin: 0 !important;
  padding: 0 !important;
}

/* MAIN TITLE */
.eduflow-hero-title {
  font-size: 88px !important;
  font-weight: 900 !important;
  line-height: 0.95 !important;
  letter-spacing: -2px !important;
  color: #ffffff !important;
}

/* HIGHLIGHT WORD */
.eduflow-hero-highlight {
  font-size: 88px !important;
  font-weight: 900 !important;
  line-height: 0.95 !important;
  letter-spacing: -2px !important;
  color: #E8F000 !important;
  margin-bottom: 20px !important;
}

/* DESCRIPTION */
.eduflow-hero-desc {
  font-size: 20px !important;
  line-height: 1.6 !important;
  max-width: 760px !important;
  color: rgba(255,255,255,0.88) !important;
  margin-top: 18px !important;
  margin-bottom: 35px !important;
}

/* PRIMARY BUTTON */
.eduflow-hero-btn-primary a,
.eduflow-hero-btn-primary button {
  background: #1EC98E !important;
  color: #ffffff !important;
  padding: 14px 34px !important;
  border-radius: 12px !important;
  font-weight: 700 !important;
  font-size: 17px !important;
  border: none !important;
  transition: all 0.3s ease !important;
  box-shadow: 0px 12px 30px rgba(30,201,142,0.35) !important;
}

.eduflow-hero-btn-primary a:hover,
.eduflow-hero-btn-primary button:hover {
  background: #17b97f !important;
  transform: translateY(-2px) !important;
}

/* SECONDARY BUTTON */
.eduflow-hero-btn-secondary a,
.eduflow-hero-btn-secondary button {
  background: transparent !important;
  color: #ffffff !important;
  padding: 14px 34px !important;
  border-radius: 12px !important;
  font-weight: 700 !important;
  font-size: 17px !important;
  border: 2px solid rgba(255,255,255,0.55) !important;
  margin-left: 14px !important;
  transition: all 0.3s ease !important;
}





.eduflow-hero-btn-secondary a:hover,
.eduflow-hero-btn-secondary button:hover {
  background: rgba(255,255,255,0.12) !important;
  border: 2px solid rgba(255,255,255,0.85) !important;
  transform: translateY(-2px) !important;
}

/* =========================
   RESPONSIVE
   ========================= */

/* Laptop */
@media (max-width: 1200px) {
  .eduflow-hero-v2 {
    padding: 50px 20px 40px 20px !important;
  }
}

/* Tablet */
@media (max-width: 992px) {
  .eduflow-hero-v2 {
    padding: 45px 18px 35px 18px !important;
  }

  .eduflow-hero-title,
  .eduflow-hero-highlight {
    font-size: 64px !important;
  }
}

/* Mobile */
@media (max-width: 768px) {

  .eduflow-hero-v2 {
    padding: 40px 16px 30px 16px !important;
    text-align: center !important;
  }

  .eduflow-hero-title,
  .eduflow-hero-highlight {
    font-size: 42px !important;
    line-height: 1 !important;
    letter-spacing: -1px !important;
  }

  .eduflow-hero-desc {
    font-size: 15px !important;
    margin-top: 15px !important;
  }

  .eduflow-hero-btn-secondary a,
  .eduflow-hero-btn-secondary button {
    margin-left: 0 !important;
    margin-top: 12px !important;
  }
}



/* ==========================================================
   SECTION: WHY ZITRAAR (2x2 CARDS)
   ========================================================== */

.eduflow-why-section {
  padding: 0px 0px !important; /* Reduced from 90px */
  background: #F4F8FB !important;
  text-align: center !important;

}





/* Title */
.eduflow-why-title {
  font-size: 52px !important;
  font-weight: 900 !important;
  color: #0B2B3A !important;
  margin-bottom: 12px !important;
  letter-spacing: -1px !important;
}

/* Mobile view */
@media (max-width: 767px) {
  .eduflow-why-title {
    font-size: 28px !important;
    line-height: 1.3 !important; /* adjust as needed */
    letter-spacing: 0 !important;
  }
}

/* Subtitle */
.eduflow-why-subtitle {
  font-size: 15px !important;
  font-weight: 400 !important;
  color: #506673 !important;
  max-width: 780px !important;
  margin: 0 auto 55px auto !important;

}

/* Grid wrapper */
.eduflow-why-gridwrap {
  max-width: 980px !important;
  margin: 0 auto !important;
}

/* Keep card spacing SAME */
.eduflow-why-gridwrap .row {
  row-gap: 22px !important;
  column-gap: 22px !important;
  justify-content: center !important;
}

.eduflow-why-gridwrap .column {
  padding: 0px !important;
}

/* ==========================================================
   CARD STYLE
   ========================================================== */

.eduflow-why-card {
  background: #ffffff !important;
  border-radius: 18px !important;
  padding: 16px 18px !important;
  text-align: left !important;
  box-shadow: 0px 14px 40px rgba(15, 23, 42, 0.06) !important;
  border: 1px solid rgba(31, 101, 132, 0.08) !important;
  min-height: 190px !important;
  width: 100% !important;
  max-width: 460px !important;
  transition: all 0.3s ease !important;
  margin-bottom: 18px !important;
}

/* Hover effect */
.eduflow-why-card:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0px 20px 60px rgba(15, 23, 42, 0.14) !important;
  border: 1px solid rgba(243, 154, 29, 0.35) !important;
}

/* ==========================================================
   ICON STYLE
   ========================================================== */

.eduflow-why-icon {
  width: 44px !important;
  height: 44px !important;
  border-radius: 12px !important;
  background: #E9F0F0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 0px !important;
}

.eduflow-why-icon img {
  width: 22px !important;
  height: 22px !important;
  object-fit: contain !important;
  display: block !important;
  filter: none !important;
}

/* ==========================================================
   TEXT STYLE
   ========================================================== */

.eduflow-why-card-title {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #0B2B3A !important;
  margin-bottom: 10px !important;
}

.eduflow-why-card-text {
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #5C7380 !important;
  line-height: 1.7 !important;
  margin: 0px !important;
}

/* Keep wrapper spacing same */
.eduflow-why-wrapper .row {
  margin-left: 0px !important;
  margin-right: 0px !important;
  gap: 24px !important;
}

.eduflow-why-wrapper .column {
  display: flex !important;
  justify-content: center !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
  box-sizing: border-box !important;
}



/* Desktop normal */
.services-title .services-text {
  display: inline;
}

/* Mobile view */
@media (max-width: 767px) {
  .services-title .services-text {
    display: block;
    margin-top: 5px;
  }
}







/* ========================================================== SECTION 2: WHAT IS EDUFLOW ========================================================== */ /* SECTION BACKGROUND */ .eduflow-about-v2 { padding: 0px 20px !important; /* Reduced from 90px */ background: #F4F8FB !important; text-align: center !important; } /* SECTION TITLE */ .eduflow-about-title { font-size: 58px !important; font-weight: 900 !important; color: #0B2B3A !important; margin-bottom: 18px !important; letter-spacing: -1px !important; } /* SECTION DESCRIPTION */ .eduflow-about-desc { font-size: 18px !important; font-weight: 400 !important; max-width: 950px !important; margin: 0 auto 55px auto !important; color: #3B5563 !important; line-height: 1.7 !important; } /* MAIN WHITE CARD */ .eduflow-about-card { background: #ffffff !important; max-width: 1100px !important; margin: 0 auto !important; border-radius: 22px !important; padding: 0px 70px !important; box-shadow: 0px 18px 55px rgba(15, 23, 42, 0.08) !important; border: 1px solid rgba(31, 101, 132, 0.10) !important; text-align: left !important; } /* CARD HEADING */ .eduflow-about-card-title { font-size: 22px !important; font-weight: 800 !important; color: #0B2B3A !important; margin-bottom: 10px !important; } /* CARD PARAGRAPH */ .eduflow-about-card-desc { font-size: 15px !important; font-weight: 400 !important; line-height: 1.6 !important; max-width: 850px !important; margin-bottom: 35px !important; color: #3B5563 !important; } /* REMOVE COLUMN EXTRA PADDING */ .eduflow-about-card .column { padding: 0px !important; } /* GAP BETWEEN FEATURE BOXES */ .eduflow-about-card .row { display: flex !important; flex-wrap: wrap !important; row-gap: 26px !important; column-gap: 18px !important; justify-content: center !important; } /* FEATURE BOXES */ .eduflow-feature-box { background: #F2F6F6 !important; border-radius: 18px !important; padding: 12px 18px !important; border: none !important; display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-start !important; gap: 12px !important; width: 100% !important; max-width: 340px !important; min-height: 62px !important; box-sizing: border-box !important; margin-bottom: 26px !important; } /* ZOHO INNER FIX */ .eduflow-feature-box > div { display: flex !important; align-items: center !important; gap: 12px !important; width: 100% !important; } /* ICON */ .eduflow-feature-icon { width: 42px !important; height: 42px !important; border-radius: 14px !important; background: #E3ECEC !important; display: flex !important; align-items: center !important; justify-content: center !important; flex-shrink: 0 !important; } .eduflow-feature-icon img { width: 20px !important; height: 20px !important; object-fit: contain !important; display: block !important; } /* FEATURE TEXT */ .eduflow-feature-text { font-size: 15px !important; font-weight: 500 !important; color: #0B2B3A !important; margin: 0px !important; line-height: 1.4 !important; text-align: left !important; max-width: 240px !important; } /* COLUMN GAP CONTROL */ .eduflow-about-card .column { padding-left: 12px !important; padding-right: 12px !important; padding-bottom: 26px !important; box-sizing: border-box !important; } /* Remove margin from last row */ .eduflow-about-card .column:nth-last-child(-n+2) .eduflow-feature-box { margin-bottom: 0px !important; } /* ========================= MOBILE ========================= */ @media (max-width: 768px) { .eduflow-about-v2 { padding: 35px 18px !important; /* Reduced from 70px */ } .eduflow-about-title { font-size: 38px !important; } .eduflow-about-desc { font-size: 16px !important; margin-bottom: 40px !important; } .eduflow-about-card { padding: 40px 22px !important; } .eduflow-about-card-title { font-size: 20px !important; } .eduflow-feature-box { max-width: 100% !important; } .eduflow-feature-text { font-size: 14px !important; } }


@media (max-width: 768px) {

  .eduflow-about-card {
    padding-bottom: 20px !important;   /* reduce bottom internal space */
  }

  .eduflow-about-v2 {
    padding-bottom: 10px !important;   /* reduce section bottom */
  }

}





/* ==========================================================
   SECTION: SERVICES UNDER EDUFLOW
   ========================================================== */


/* Desktop */
.eduflow-services-section {
  padding-top: 5px !important;   /* reduced top gap */
  padding-bottom: 15px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  background: #ffffff !important;
  text-align: center !important;
}

/* Tablet */
@media (max-width: 1024px) {
  .eduflow-services-section {
    padding-top: 8px !important;
    padding-bottom: 12px !important;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .eduflow-services-section {
    padding-top: 5px !important;
    padding-bottom: 10px !important;
  }
}

/* =========================
   TITLE
   ========================= */

.eduflow-services-title {
  font-size: 54px !important;
  font-weight: 900 !important;
  color: #0B2B3A !important;
  margin: 0 0 12px 0 !important;   /* removed top margin */
  padding-top: 0 !important;
  letter-spacing: -1px !important;
}

.eduflow-services-title span {
  color: #F39A1D !important;
}

/* =========================
   SUBTITLE
   ========================= */

.eduflow-services-subtitle {
  font-size: 15px !important;
  font-weight: 400 !important;
  color: #506673 !important;
  max-width: 820px !important;
  margin: 0 auto 50px auto !important;
  line-height: 1.7 !important;
}

/* =========================
   WRAPPER
   ========================= */

.eduflow-services-wrapper {
  max-width: 1100px !important;
  margin: 0 auto !important;
}

/* =========================
   GRID GAP (UNCHANGED)
   ========================= */

.eduflow-services-wrapper .row {
  margin-left: -14px !important;
  margin-right: -14px !important;
}

.eduflow-services-wrapper .column {
  padding-left: 14px !important;
  padding-right: 14px !important;
  padding-bottom: 22px !important;
  box-sizing: border-box !important;
  display: flex !important;
}

/* =========================
   CARD STYLE (UNCHANGED)
   ========================= */

.eduflow-services-card {
  background: #ffffff !important;
  border-radius: 14px !important;
  padding: 22px 26px !important;
  padding-left: 12px !important;
  border: 1px solid rgba(11, 43, 58, 0.10) !important;
  box-shadow: 0px 10px 30px rgba(15, 23, 42, 0.06) !important;
  transition: all 0.3s ease !important;
  text-align: left !important;
  width: 100% !important;
  overflow: hidden !important;
  height: 100% !important;
  min-height: 165px !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  margin-bottom: 25px !important;
}

.eduflow-services-card:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0px 18px 55px rgba(15, 23, 42, 0.12) !important;
  border: 1px solid rgba(0, 184, 148, 0.25) !important;
}

/* =========================
   CARD INNER ROW
   ========================= */

.eduflow-services-card .row {
  display: flex !important;
  align-items: flex-start !important;
  gap: 16px !important;
}

.eduflow-services-card .column {
  padding: 0px !important;
}

.eduflow-services-card .column:first-child {
  flex: 0 0 60px !important;
  max-width: 60px !important;
}

.eduflow-services-card .column:last-child {
  flex: 1 !important;
  max-width: 100% !important;
}

/* =========================
   ICON
   ========================= */

.eduflow-services-icon {
  width: 54px !important;
  height: 54px !important;
  border-radius: 14px !important;
  background: #E9F0F0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  margin-top: 2px !important;
  margin-left: -14px !important;
}

.eduflow-services-icon img {
  width: 22px !important;
  height: 22px !important;
  object-fit: contain !important;
  display: block !important;
}

/* =========================
   TEXT
   ========================= */

.eduflow-services-card-title {
  font-size: 18px !important;
  font-weight: 800 !important;
  color: #0B2B3A !important;
  margin: 0 0 6px 0 !important;
  line-height: 1.3 !important;
}

.eduflow-services-card-text {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #5C7380 !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}

/* =========================
   RESPONSIVE TEXT
   ========================= */

@media (max-width: 1024px) {
  .eduflow-services-title {
    font-size: 44px !important;
  }
}

@media (max-width: 768px) {
  .eduflow-services-title {
    font-size: 32px !important;
    line-height: 1.2 !important;
  }

  .eduflow-services-card {
    padding: 18px 18px !important;
    padding-left: 10px !important;
    min-height: auto !important;
  }

  .eduflow-services-card .row {
    gap: 12px !important;
  }

  .eduflow-services-icon {
    width: 46px !important;
    height: 46px !important;
    border-radius: 12px !important;
    margin-left: -10px !important;
  }

  .eduflow-services-icon img {
    width: 19px !important;
    height: 19px !important;
  }

  .eduflow-services-card-title {
    font-size: 16px !important;
  }

  .eduflow-services-card-text {
    font-size: 13px !important;
  }
}

.eduflow-about-card {
  background: #ffffff !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  border-radius: 22px !important;
  border: none !important;        /* removed border */
  box-shadow: none !important;    /* removed shadow */

  text-align: left !important;
}


/* =========================================
   FORCE CLEAN 2-LINE HEADING (MOBILE ONLY)
   ========================================= */

@media (max-width: 768px) {

  .eduflow-services-title {
    font-size: 35px !important;
    line-height: 1.2 !important;
    text-align: center !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
  }

  /* Prevent breaking inside words */
  .eduflow-services-title * {
    word-break: keep-all !important;
    overflow-wrap: normal !important;
  }

}







/* ========================================================== HOW EDUFLOW WORKS ========================================================== */ .eduflow-process-section { padding: 110px 20px !important; background: #F4F8FB !important; text-align: center !important; } /* TITLE */ .eduflow-process-title { font-size: 56px !important; font-weight: 900 !important; color: #0B2B3A !important; margin-bottom: 16px !important; } /* SUBTITLE */ .eduflow-process-subtitle { font-size: 16px !important; color: #5C7380 !important; max-width: 760px !important; margin: 0 auto 100px auto !important; line-height: 1.7 !important; } /* =============================== WRAPPER ================================ */ .eduflow-process-wrapper { max-width: 1000px !important; margin: 0 auto !important; position: relative !important; } /* Vertical Timeline Line */ .eduflow-process-wrapper::before { content: ""; position: absolute; left: 7.5%; top: 0; bottom: 0; width: 2px; background: #D9E4EA; } /* =============================== STEP ROW ================================ */ .eduflow-process-step { display: flex !important; align-items: center !important; margin-bottom: 90px !important; } /* Remove Zoho float */ .eduflow-process-step .column { float: none !important; } /* =============================== NUMBER BADGE ================================ */ .eduflow-process-number { width: 90px !important; height: 52px !important; border-radius: 14px !important; background: linear-gradient(135deg,#184C52,#0B2B3A) !important; display: flex !important; align-items: center !important; justify-content: center !important; color: #ffffff !important; font-weight: 700 !important; font-size: 16px !important; margin: 0 auto !important; box-shadow: 0px 15px 35px rgba(11,43,58,0.25) !important; } /* =============================== COMPACT CARD ================================ */ .eduflow-process-card { background: #ffffff !important; padding: 14px 20px !important; /* compact */ border-radius: 16px !important; border: 1px solid rgba(31,101,132,0.08) !important; box-shadow: 0px 18px 45px rgba(15,23,42,0.05) !important; max-width: 850px !important; transition: 0.3s ease !important; } .eduflow-process-card:hover { transform: translateY(-4px) !important; box-shadow: 0px 25px 60px rgba(15,23,42,0.10) !important; } /* Title */ .eduflow-process-card-title { font-size: 20px !important; font-weight: 700 !important; color: #0B2B3A !important; margin-bottom: 8px !important; } /* Text */ .eduflow-process-card-text { font-size: 15px !important; color: #5C7380 !important; line-height: 1.6 !important; margin: 0 !important; } /* ========================================================== EDUFLOW CTA – LEFT DESIGN BLOCK ========================================================== */ .eduflow-cta-left { background: linear-gradient(135deg,#1E5F63,#0B2B3A); padding: 90px 70px !important; border-radius: 30px !important; color: #ffffff !important; position: relative !important; overflow: hidden !important; } /* Optional subtle overlay glow */ .eduflow-cta-left::after { content: ""; position: absolute; width: 500px; height: 500px; background: radial-gradient(circle, rgba(255,255,255,0.08) 0%, transparent 70%); top: -150px; right: -150px; } /* TITLE */ .eduflow-cta-title { font-size: 40px !important; font-weight: 800 !important; line-height: 1.2 !important; margin-bottom: 25px !important; } /* Highlight Word */ .eduflow-highlight { color: #F5A623 !important; } /* DESCRIPTION */ .eduflow-cta-text { font-size: 18px !important; line-height: 1.7 !important; opacity: 0.9 !important; margin-bottom: 35px !important; } /* BUTTON */ .eduflow-cta-button { display: inline-flex !important; align-items: center !important; gap: 12px !important; background: linear-gradient(135deg,#F7931A,#F37021); color: #ffffff !important; padding: 16px 32px !important; border-radius: 16px !important; font-weight: 600 !important; font-size: 17px !important; text-decoration: none !important; box-shadow: 0px 20px 45px rgba(0,0,0,0.25) !important; transition: 0.3s ease !important; } .eduflow-cta-button:hover { transform: translateY(-3px); box-shadow: 0px 25px 60px rgba(0,0,0,0.35) !important; } /* NOTE */ .eduflow-cta-note { font-size: 14px !important; margin-top: 40px !important; opacity: 0.7 !important; } .eduflow-form-column iframe { width: 100% !important; } .eduflow-form-column { padding: 0 !important; } .eduflow-form-column iframe { width: 100% !important; height: 800px !important; border: none !important; }