.elementor-499 .elementor-element.elementor-element-c0a87b0{--display:flex;}.elementor-499 .elementor-element.elementor-element-dc0e475{width:100%;max-width:100%;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-dc0e475 */@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: 'Lora', serif;
  background: #f5f7fa;
  color: #1a2b5e;
}

.infographic {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 4px 32px rgba(0,0,0,0.12);
}

.header {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: 28px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 3px solid #e8edf5;
}

.header::before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 52%; height: 100%;
  background: url('https://iasbg.com/wp-content/uploads/2018/12/49384033_l.jpg') center/cover no-repeat;
  opacity: 0.22;
  -webkit-mask-image: linear-gradient(to right, black 30%, transparent 100%);
  mask-image: linear-gradient(to right, black 30%, transparent 100%);
}

.header::after {
  content: '';
  position: absolute;
  right: 0; top: 0;
  width: 52%; height: 100%;
  background: url('https://iasbg.com/wp-content/uploads/2020/09/qtq80-ZG1qgL.jpeg') center/cover no-repeat;
  opacity: 0.22;
  -webkit-mask-image: linear-gradient(to left, black 30%, transparent 100%);
  mask-image: linear-gradient(to left, black 30%, transparent 100%);
}

.header-title-block {
  position: relative;
  z-index: 1;
}

.logo {
  position: relative;
  z-index: 1;
  order: -1;
}

.logo img {
  max-height: 90px;
  width: auto;
  display: block;
}

.banner-strip {
  background: #1a2b5e;
  padding: 12px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.banner-strip .b-line {
  flex: 1;
  height: 1px;
  background: rgba(255,255,255,0.25);
}

.banner-strip .b-text {
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
}

.banner-strip .b-leaf {
  color: #7abe8a;
  font-size: 0.95rem;
}

.combined-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.mv-stack {
  display: flex;
  flex-direction: column;
}

.mv-col {
  flex: 1;
  padding: 32px 28px;
  position: relative;
  overflow: hidden;
}

.mv-col.mission {
  background:
    linear-gradient(to right, rgba(255,255,255,0.82) 0%, rgba(255,255,255,0.75) 100%),
    url('https://images.unsplash.com/photo-1570129477492-45c003edd2be?w=600&q=80') center/cover no-repeat;
  border-bottom: 2px solid #d0d8e8;
}

.mv-col.vision {
  background:
    linear-gradient(to left, rgba(255,255,255,0.78) 0%, rgba(255,255,255,0.70) 100%),
    url('https://iasbg.com/wp-content/uploads/2020/12/seniors-background.jpg') center/cover no-repeat;
}

.mv-label {
  font-weight: 800;
  font-size: 1.5rem;
  color: #1a2b5e;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1.1;
  text-align: center;
}

.mv-label span {
  display: block;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
}

.mv-body {
  font-size: 0.82rem;
  line-height: 1.65;
  color: #2a3a5e;
  margin-top: 14px;
  text-align: center;
}

.our-mission-label {
  margin-top: 20px;
  text-align: center;
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #2a7a48;
  position: relative;
}

.our-mission-label::before,
.our-mission-label::after {
  content: '';
  display: inline-block;
  width: 44px;
  height: 2px;
  background: #2a7a48;
  vertical-align: middle;
  margin: 0 8px;
}

.cv-section {
  padding: 0;
  position: relative;
  display: flex;
}

.cv-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.why-section {
  position: relative;
  min-height: 460px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.why-image {
  position: absolute;
  inset: 0;
  background: url('https://iasbg.com/wp-content/uploads/2018/11/Indpendence-Assistance-2.jpg') center/cover no-repeat;
}

.why-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.72);
}

.why-title-block {
  position: relative;
  z-index: 1;
  padding: 36px 48px 0;
  align-self: flex-start;
}

.why-spacer { flex: 1; min-height: 100px; }

.why-body-block {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0 64px 20px;
}

.why-tagline-block {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
  align-items: center;
  padding: 14px 48px 32px;
}

.why-title {
  font-family: 'Lora', serif;
  font-weight: 800;
  font-size: 3.8rem;
  line-height: 1;
  text-transform: uppercase;
  color: #1a2b5e;
  letter-spacing: 0.05em;
}

.why-subtitle {
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #1a2b5e;
}

.why-divider {
  width: 56px;
  height: 2px;
  background: #3d7a52;
  margin-top: 10px;
}

.why-body {
  font-size: 0.97rem;
  line-height: 1.8;
  color: #2a3a5e;
}

.why-tagline-block span {
  font-family: 'Lora', serif;
  font-style: italic;
  font-size: 1.25rem;
  color: #1a2b5e;
  font-weight: 600;
}

.why-tagline-block .heart {
  color: #c0392b;
  font-style: normal;
}

.footer {
  background: #1a2b5e;
  padding: 18px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.footer-text {
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #fff;
}

.footer-dot {
  color: #7a9e7e;
  font-size: 1rem;
}

.footer-leaves {
  color: #7a9e7e;
  font-size: 1rem;
  margin: 0 6px;
}

@media (max-width: 720px) {
  .header { flex-direction: column; align-items: center; justify-content: center; padding: 24px 20px; gap: 10px; min-height: auto; }
  .header-title-block { position: static; text-align: center; }
  .why-divider { margin: 8px auto 0; }
  .logo { order: -1; }
  .logo img { max-height: 72px; }
  .banner-strip { padding: 10px 16px; flex-wrap: wrap; }
  .banner-strip .b-text { font-size: 0.65rem; letter-spacing: 0.12em; white-space: normal; text-align: center; }
  .banner-strip .b-line { display: none; }
  .combined-section { grid-template-columns: 1fr; }
  .cv-section { min-height: 320px; }
  .why-title { font-size: clamp(2.2rem, 7vw, 3.8rem); }
  .why-title-block { padding: 24px 24px 0; }
  .why-body-block { padding: 0 24px 16px; }
  .why-tagline-block { padding: 10px 24px 24px; }
  .why-body { font-size: 0.9rem; }
  .why-tagline-block span { font-size: 1rem; }
  .footer { flex-wrap: wrap; justify-content: center; gap: 6px; padding: 14px 20px; }
}

@media (max-width: 480px) {
  .infographic { box-shadow: none; }
  .banner-strip .b-leaf { display: none; }
  .mv-col { padding: 24px 16px; }
  .mv-label { font-size: 1.2rem; }
  .our-mission-label { font-size: 0.82rem; }
  .cv-section { min-height: 220px; }
  .why-section { min-height: 340px; }
  .why-spacer { min-height: 60px; }
  .why-tagline-block { grid-template-columns: 1fr; gap: 6px; padding-bottom: 20px; }
  .why-tagline-block span { font-size: 1.05rem; }
}/* End custom CSS */
/* Start custom CSS *//* Change this: */
body { font-family: 'Lora', serif; ... }

/* To this: */
.infographic { font-family: 'Lora', serif; background: #f5f7fa; color: #1a2b5e; }/* End custom CSS */