/* Start custom CSS for html, class: .elementor-element-94e2e0c */*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body{
  font-family: 'Inter', sans-serif;
  background: #f4f7fb;
  color: #333;
}

/* HEADER */
.testimonials-header.simple{
  text-align: center;
  max-width: 760px;
  margin: 80px auto 60px;
  padding: 0 20px;
}

.testimonials-header.simple h2{
  font-size: 40px;
  font-weight: 800;
  color: #0b2a4a;
}

.header-line{
  width: 70px;
  height: 4px;
  background: #0b5ed7;
  margin: 14px auto;
  border-radius: 10px;
}

.testimonials-header.simple p{
  font-size: 16px;
  color: #555;
}

/* SECTION */
.parents-testimonials{
  padding: 0 8% 90px;
}

.container{
  max-width: 1200px;
  margin: auto;
}

/* GRID */
.parents-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

/* CARD */
.parent-card{
  background: #ffffff;
  padding: 34px;
  border-radius: 20px;
  box-shadow: 0 14px 40px rgba(0,0,0,0.08);
  position: relative;
}

.parent-card::before{
  content: "“";
  font-size: 70px;
  color: rgba(11,42,74,0.12);
  position: absolute;
  top: 16px;
  right: 22px;
}

/* INFO */
.parent-info{
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 22px;
}

.parent-info img{
  width: 92px;
  height: 92px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #0b2a4a;
}

.parent-info h4{
  font-size: 18px;
  color: #0b2a4a;
  font-weight: 700;
}

.parent-info span{
  font-size: 14px;
  color: #777;
}

/* TEXT */
.parent-text{
  font-size: 15px;
  line-height: 1.75;
  margin-bottom: 12px;
}

/* RESPONSIVE */
@media(max-width: 900px){
  .parents-grid{
    grid-template-columns: 1fr;
  }

  .parent-info{
    flex-direction: column;
    text-align: center;
  }

  .testimonials-header.simple h2{
    font-size: 32px;
  }
}
/* ===== GLOBAL FIX ===== */
body{
  font-family: 'Inter', sans-serif;
  background: #f4f7fb;
  color: #333;
}

/* ===== HEADER ===== */
.testimonials-header.simple h2{
  font-size: 36px;       /* pehle 40px tha */
  font-weight: 800;
  color: #0b2a4a;
}

.testimonials-header.simple p{
  font-size: 15px;       /* thoda compact */
  color: #555;
  line-height: 1.6;
}

/* ===== CARD ===== */
.parent-card{
  background: #ffffff;
  padding: 30px;         /* pehle 34px */
  border-radius: 18px;
  box-shadow: 0 12px 34px rgba(0,0,0,0.08);
}

/* ===== PROFILE ===== */
.parent-info h4{
  font-size: 17px;       /* pehle 18px */
  font-weight: 700;
  color: #0b2a4a;
}

.parent-info span{
  font-size: 13px;
  color: #777;
}

/* ===== TEXT FIX (MAIN ISSUE) ===== */
.parent-text{
  font-size: 14.5px;     /* pehle zyada lag raha tha */
  line-height: 1.6;      /* pehle 1.75 tha */
  margin-bottom: 10px;   /* gap kam */
  color: #444;
}

/* ===== QUOTE ICON ===== */
.parent-card::before{
  content: "“";
  font-size: 64px;       /* pehle 70px */
  color: rgba(11,42,74,0.10);
  position: absolute;
  top: 18px;
  right: 22px;
}

/* ===== RESPONSIVE ===== */
@media(max-width: 900px){
  .testimonials-header.simple h2{
    font-size: 30px;
  }

  .parent-text{
    font-size: 14px;
    line-height: 1.6;
  }
}/* End custom CSS */