.elementor-widget-posts .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-posts .elementor-post__title, .elementor-widget-posts .elementor-post__title a{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-posts .elementor-post__meta-data{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-posts .elementor-post__excerpt p{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-posts .elementor-post__read-more{color:var( --e-global-color-accent );}.elementor-widget-posts a.elementor-post__read-more{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-posts .elementor-post__card .elementor-post__badge{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-posts .elementor-pagination{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-posts .e-load-more-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-10 .elementor-element.elementor-element-12dc5c2{--grid-row-gap:35px;--grid-column-gap:30px;}.elementor-10 .elementor-element.elementor-element-12dc5c2 > .elementor-widget-container{margin:0px 50px 0px 50px;}.elementor-10 .elementor-element.elementor-element-12dc5c2 .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.66 * 100% );}.elementor-10 .elementor-element.elementor-element-12dc5c2:after{content:"0.66";}.elementor-10 .elementor-element.elementor-element-12dc5c2 .elementor-post__thumbnail__link{width:100%;}.elementor-10 .elementor-element.elementor-element-12dc5c2 .elementor-post__meta-data span + span:before{content:"•";}.elementor-10 .elementor-element.elementor-element-12dc5c2 .elementor-post__text{margin-top:0px;}.elementor-10 .elementor-element.elementor-element-12dc5c2 .elementor-post__title{margin-bottom:10px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-10 .elementor-element.elementor-element-12dc5c2 .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.5 * 100% );}.elementor-10 .elementor-element.elementor-element-12dc5c2:after{content:"0.5";}.elementor-10 .elementor-element.elementor-element-12dc5c2 .elementor-post__thumbnail__link{width:100%;}}/* Start custom CSS for html, class: .elementor-element-48fb650 *//* ── HERO SECTION ── */
.hero-section {
  width: 100%;
  background: #f8f9fb;
  padding: 90px 7%;
  box-sizing: border-box;
  overflow: hidden;
}

/* ── CONTAINER ── */
.hero-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  flex-wrap: wrap;
}

/* ── LEFT CONTENT ── */
.hero-content {
  flex: 1;
  min-width: 320px;
}

/* ── TAG BADGE ── */
.hero-tag {
  display: inline-block;
  background: #e63946;
  color: #fff;
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 25px;
  font-family: 'Poppins', sans-serif;
}

/* ── HEADING ── */
.hero-content h1 {
  font-size: 56px;
  line-height: 1.2;
  font-weight: 800;
  color: #111827;
  margin-bottom: 22px;
  font-family: 'Poppins', sans-serif;
}

/* ── PARAGRAPH ── */
.hero-content p {
  font-size: 17px;
  line-height: 1.9;
  color: #555;
  max-width: 560px;
  margin-bottom: 35px;
  font-family: 'Poppins', sans-serif;
}

/* ── BUTTONS ── */
.hero-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.btn-primary {
  background: #111827;
  color: #fff;
  padding: 15px 30px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  transition: background 0.3s ease;
  font-family: 'Poppins', sans-serif;
}
.btn-primary:hover {
  background: #000;
}

.btn-secondary {
  background: #e63946;
  color: #fff;
  padding: 15px 30px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  transition: background 0.3s ease;
  font-family: 'Poppins', sans-serif;
}
.btn-secondary:hover {
  background: #c1121f;
}

/* ── STATS ── */
.hero-stats {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.stat-box h3 {
  font-size: 32px;
  font-weight: 800;
  color: #111827;
  margin-bottom: 6px;
  font-family: 'Poppins', sans-serif;
}

.stat-box span {
  color: #666;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
}

/* ── RIGHT IMAGE ── */
.hero-image {
  flex: 1;
  min-width: 320px;
  text-align: center;
}

.hero-image img {
  width: 100%;
  max-width: 540px;
  border-radius: 24px;
  object-fit: cover;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

/* ── RESPONSIVE: TABLET ── */
@media (max-width: 991px) {
  .hero-container {
    flex-direction: column-reverse;
    text-align: center;
  }
  .hero-content h1 {
    font-size: 40px;
  }
  .hero-content p {
    margin: auto;
    margin-bottom: 35px;
  }
  .hero-buttons {
    justify-content: center;
  }
  .hero-stats {
    justify-content: center;
  }
}

/* ── RESPONSIVE: MOBILE ── */
@media (max-width: 600px) {
  .hero-section {
    padding: 70px 5%;
  }
  .hero-content h1 {
    font-size: 32px;
  }
  .hero-content p {
    font-size: 15px;
  }
  .btn-primary,
  .btn-secondary {
    width: 100%;
    text-align: center;
  }
  .hero-stats {
    gap: 24px;
  }
  .stat-box h3 {
    font-size: 26px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2e81dac *//* ── WHY CHOOSE SECTION ── */
.why-section {
  width: 100%;
  background: #ffffff;
  padding: 90px 7%;
  box-sizing: border-box;
}

.why-container {
  max-width: 1200px;
  margin: auto;
}

/* HEADING */
.why-heading {
  text-align: center;
  margin-bottom: 60px;
}

.section-tag {
  display: inline-block;
  background: #fff0f1;
  color: #e63946;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 18px;
  font-family: 'Poppins', sans-serif;
}

.why-heading h2 {
  font-size: 42px;
  font-weight: 800;
  color: #111827;
  line-height: 1.25;
  margin-bottom: 16px;
  font-family: 'Poppins', sans-serif;
}

.why-heading p {
  font-size: 16px;
  color: #666;
  max-width: 560px;
  margin: auto;
  line-height: 1.8;
  font-family: 'Poppins', sans-serif;
}

/* GRID */
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

/* CARD */
.why-card {
  background: #f8f9fb;
  border-radius: 16px;
  padding: 36px 28px;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  border: 1px solid #eee;
}

.why-card:hover {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.07);
  transform: translateY(-4px);
}

.why-icon {
  font-size: 38px;
  margin-bottom: 18px;
}

.why-card h4 {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 12px;
  font-family: 'Poppins', sans-serif;
}

.why-card p {
  font-size: 15px;
  color: #666;
  line-height: 1.8;
  font-family: 'Poppins', sans-serif;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .why-heading h2 {
    font-size: 34px;
  }
}

@media (max-width: 600px) {
  .why-grid {
    grid-template-columns: 1fr;
  }
  .why-heading h2 {
    font-size: 28px;
  }
  .why-section {
    padding: 70px 5%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a4cc41d *//* ── PROGRAMMES SECTION ── */
.programmes-section {
  width: 100%;
  background: #f8f9fb;
  padding: 90px 7%;
  box-sizing: border-box;
}

.programmes-container {
  max-width: 1200px;
  margin: auto;
}

/* HEADING */
.programmes-heading {
  text-align: center;
  margin-bottom: 60px;
}

.programmes-heading h2 {
  font-size: 42px;
  font-weight: 800;
  color: #111827;
  line-height: 1.25;
  margin-bottom: 16px;
  font-family: 'Poppins', sans-serif;
}

.programmes-heading p {
  font-size: 16px;
  color: #666;
  max-width: 520px;
  margin: auto;
  line-height: 1.8;
  font-family: 'Poppins', sans-serif;
}

/* GRID */
.programmes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 50px;
}

/* CARD */
.prog-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 36px 28px;
  border: 1px solid #eee;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.prog-card:hover {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}

/* HIGHLIGHTED CARD */
.prog-card-highlight {
  background: #111827;
  border-color: #111827;
}

.prog-card-highlight h3,
.prog-card-highlight p,
.prog-card-highlight li {
  color: #fff !important;
}

/* BADGE */
.prog-badge {
  display: inline-block;
  background: #fff0f1;
  color: #e63946;
  padding: 5px 14px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  width: fit-content;
  font-family: 'Poppins', sans-serif;
}

.prog-badge-white {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}

/* PROGRAMME NAME */
.prog-card h3 {
  font-size: 32px;
  font-weight: 800;
  color: #111827;
  font-family: 'Poppins', sans-serif;
  margin: 0;
}

.prog-sub {
  font-size: 14px;
  color: #888;
  font-family: 'Poppins', sans-serif;
  margin: 0;
}

/* LIST */
.prog-list {
  list-style: none;
  padding: 0;
  margin: 8px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.prog-list li {
  font-size: 14px;
  color: #555;
  font-family: 'Poppins', sans-serif;
  padding-left: 18px;
  position: relative;
}

.prog-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #e63946;
  font-weight: 700;
}

.prog-card-highlight .prog-list li::before {
  color: #f5a623;
}

/* CARD BUTTON */
.prog-btn {
  display: inline-block;
  margin-top: auto;
  background: #f8f9fb;
  color: #111827;
  padding: 12px 22px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  border: 1px solid #eee;
  transition: background 0.3s ease;
  width: fit-content;
}

.prog-btn:hover {
  background: #e63946;
  color: #fff;
  border-color: #e63946;
}

.prog-btn-white {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
}

.prog-btn-white:hover {
  background: #e63946;
  border-color: #e63946;
}

/* VIEW ALL BUTTON */
.programmes-footer {
  text-align: center;
}

.btn-view-all {
  display: inline-block;
  background: #111827;
  color: #fff;
  padding: 16px 40px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  transition: background 0.3s ease;
}

.btn-view-all:hover {
  background: #e63946;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .programmes-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .programmes-heading h2 {
    font-size: 34px;
  }
}

@media (max-width: 600px) {
  .programmes-grid {
    grid-template-columns: 1fr;
  }
  .programmes-heading h2 {
    font-size: 28px;
  }
  .programmes-section {
    padding: 70px 5%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7f723a4 *//* ── ADMISSION SECTION ── */
.admission-section {
  width: 100%;
  background: #ffffff;
  padding: 90px 7%;
  box-sizing: border-box;
}

.admission-container {
  max-width: 1200px;
  margin: auto;
}

/* HEADING */
.admission-heading {
  text-align: center;
  margin-bottom: 60px;
}

.admission-heading h2 {
  font-size: 42px;
  font-weight: 800;
  color: #111827;
  line-height: 1.25;
  margin-bottom: 16px;
  font-family: 'Poppins', sans-serif;
}

.admission-heading p {
  font-size: 16px;
  color: #666;
  max-width: 500px;
  margin: auto;
  line-height: 1.8;
  font-family: 'Poppins', sans-serif;
}

/* STEPS LAYOUT */
.steps-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

/* STEP CARD */
.step-card {
  background: #f8f9fb;
  border-radius: 18px;
  padding: 36px 24px;
  text-align: center;
  flex: 1;
  min-width: 200px;
  max-width: 230px;
  border: 1px solid #eee;
  position: relative;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.step-card:hover {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.07);
  transform: translateY(-4px);
}

/* STEP NUMBER */
.step-number {
  position: absolute;
  top: -16px;
  left: 24px;
  background: #e63946;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 50px;
  font-family: 'Poppins', sans-serif;
}

.step-icon {
  font-size: 40px;
  margin-bottom: 16px;
}

.step-card h4 {
  font-size: 17px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 10px;
  font-family: 'Poppins', sans-serif;
}

.step-card p {
  font-size: 14px;
  color: #666;
  line-height: 1.7;
  font-family: 'Poppins', sans-serif;
}

/* ARROW */
.step-arrow {
  font-size: 26px;
  color: #ccc;
  font-weight: 300;
  flex-shrink: 0;
}

/* CTA */
.admission-cta {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.admission-cta .btn-primary {
  background: #e63946;
  color: #fff;
  padding: 16px 40px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  transition: background 0.3s ease;
}

.admission-cta .btn-primary:hover {
  background: #c1121f;
}

.admission-cta p {
  font-size: 15px;
  color: #666;
  font-family: 'Poppins', sans-serif;
}

.admission-link {
  color: #e63946;
  font-weight: 600;
  text-decoration: none;
}

.admission-link:hover {
  text-decoration: underline;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .steps-grid {
    flex-direction: column;
    align-items: center;
  }
  .step-arrow {
    transform: rotate(90deg);
  }
  .step-card {
    max-width: 100%;
    width: 100%;
  }
  .admission-heading h2 {
    font-size: 30px;
  }
  .admission-section {
    padding: 70px 5%;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-49c0ee8 *//* ── SUCCESS SECTION ── */
.success-section {
  width: 100%;
  background: #f8f9fb;
  padding: 90px 7%;
  box-sizing: border-box;
}

.success-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 60px;
  align-items: flex-start;
  flex-wrap: wrap;
}

/* ── LEFT SIDE ── */
.success-left {
  flex: 1;
  min-width: 300px;
}

.success-left h2 {
  font-size: 40px;
  font-weight: 800;
  color: #111827;
  line-height: 1.25;
  margin-bottom: 14px;
  margin-top: 14px;
  font-family: 'Poppins', sans-serif;
}

.success-left > p {
  font-size: 15px;
  color: #666;
  line-height: 1.8;
  margin-bottom: 40px;
  font-family: 'Poppins', sans-serif;
  max-width: 440px;
}

/* STATS GRID */
.success-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

/* STAT CARD */
.success-stat-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 28px 24px;
  border: 1px solid #eee;
  text-align: center;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.success-stat-card:hover {
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.07);
  transform: translateY(-3px);
}

.success-stat-icon {
  font-size: 32px;
  margin-bottom: 12px;
}

.success-stat-card h3 {
  font-size: 34px;
  font-weight: 800;
  color: #e63946;
  margin-bottom: 6px;
  font-family: 'Poppins', sans-serif;
}

.success-stat-card span {
  font-size: 14px;
  color: #666;
  font-family: 'Poppins', sans-serif;
}

/* ── RIGHT SIDE ── */
.success-right {
  flex: 1;
  min-width: 300px;
}

/* ANNOUNCEMENT BOX */
.announce-box {
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid #eee;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

/* HEADER */
.announce-header {
  background: #111827;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.announce-dot {
  width: 10px;
  height: 10px;
  background: #e63946;
  border-radius: 50%;
  display: inline-block;
  animation: blink 1.2s infinite;
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.2; }
}

.announce-header h4 {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  margin: 0;
}

/* LIST */
.announce-list {
  padding: 8px 0;
}

/* ITEM */
.announce-item {
  padding: 16px 24px;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  transition: background 0.2s ease;
}

.announce-item:hover {
  background: #fafafa;
}

.announce-item:last-child {
  border-bottom: none;
}

/* BADGE */
.announce-badge {
  display: inline-block;
  background: #fff0f1;
  color: #e63946;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 50px;
  width: fit-content;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.announce-badge.new {
  background: #e63946;
  color: #fff;
}

.announce-item p {
  font-size: 14px;
  color: #444;
  line-height: 1.6;
  font-family: 'Poppins', sans-serif;
  margin: 0;
}

.announce-item a {
  font-size: 13px;
  color: #e63946;
  font-weight: 600;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  width: fit-content;
}

.announce-item a:hover {
  text-decoration: underline;
}

/* FOOTER */
.announce-footer {
  padding: 16px 24px;
  background: #f8f9fb;
  border-top: 1px solid #eee;
  text-align: center;
}

.announce-footer a {
  font-size: 14px;
  font-weight: 600;
  color: #111827;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
}

.announce-footer a:hover {
  color: #e63946;
}

/* ── RESPONSIVE ── */
@media (max-width: 991px) {
  .success-container {
    flex-direction: column;
  }
  .success-left h2 {
    font-size: 32px;
  }
}

@media (max-width: 600px) {
  .success-section {
    padding: 70px 5%;
  }
  .success-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .success-left h2 {
    font-size: 28px;
  }
  .success-stat-card h3 {
    font-size: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-702f677 *//* ── TESTIMONIALS SECTION ── */
.testimonial-section {
  width: 100%;
  background: #f8f9fb;
  padding: 90px 7%;
  box-sizing: border-box;
}

.testimonial-container {
  max-width: 1200px;
  margin: auto;
}

/* HEADING */
.testimonial-heading {
  text-align: center;
  margin-bottom: 60px;
}

.testimonial-heading h2 {
  font-size: 42px;
  font-weight: 800;
  color: #111827;
  line-height: 1.25;
  margin-bottom: 16px;
  font-family: 'Poppins', sans-serif;
}

.testimonial-heading p {
  font-size: 16px;
  color: #666;
  max-width: 500px;
  margin: auto;
  line-height: 1.8;
  font-family: 'Poppins', sans-serif;
}

/* GRID */
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* CARD */
.testi-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 36px 28px;
  border: 1px solid #eee;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  position: relative;
}

.testi-card:hover {
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}

/* DARK CARD */
.testi-card-dark {
  background: #111827;
  border-color: #111827;
}

.testi-card-dark .testi-text {
  color: #ccc !important;
}

.testi-card-dark .testi-info h5 {
  color: #fff !important;
}

.testi-card-dark .testi-info span {
  color: #888 !important;
}

/* QUOTE MARK */
.testi-quote {
  font-size: 64px;
  color: #e63946;
  line-height: 0.8;
  font-family: Georgia, serif;
  font-weight: 900;
  opacity: 0.8;
}

/* TEXT */
.testi-text {
  font-size: 15px;
  color: #555;
  line-height: 1.8;
  font-family: 'Poppins', sans-serif;
  flex: 1;
}

/* STARS */
.testi-stars {
  font-size: 16px;
  color: #f5a623;
  letter-spacing: 2px;
}

/* PROFILE */
.testi-profile {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 14px;
  border-top: 1px solid #f0f0f0;
}

.testi-card-dark .testi-profile {
  border-top-color: #2a2a2a;
}

/* AVATAR */
.testi-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #f0f0f0;
  color: #111827;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Poppins', sans-serif;
  flex-shrink: 0;
}

.testi-avatar-red {
  background: #e63946;
  color: #fff;
}

/* INFO */
.testi-info h5 {
  font-size: 15px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 4px;
  font-family: 'Poppins', sans-serif;
}

.testi-info span {
  font-size: 13px;
  color: #888;
  font-family: 'Poppins', sans-serif;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .testimonial-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .testimonial-heading h2 {
    font-size: 34px;
  }
}

@media (max-width: 600px) {
  .testimonial-grid {
    grid-template-columns: 1fr;
  }
  .testimonial-heading h2 {
    font-size: 28px;
  }
  .testimonial-section {
    padding: 70px 5%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a908294 *//* ── CTA BANNER SECTION ── */
.cta-banner-section {
  width: 100%;
  background: #f8f9fb;
  padding: 0 7% 70px;
  box-sizing: border-box;
}

.cta-banner-container {
  max-width: 1200px;
  margin: auto;
  background: #e63946;
  border-radius: 20px;
  padding: 50px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

/* LEFT */
.cta-banner-left h2 {
  font-size: 34px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 10px;
  font-family: 'Poppins', sans-serif;
  line-height: 1.2;
}

.cta-banner-left p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
  font-family: 'Poppins', sans-serif;
  margin: 0;
}

/* RIGHT BUTTONS */
.cta-banner-right {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  flex-shrink: 0;
}

/* WHITE BUTTON */
.cta-btn-white {
  display: inline-block;
  background: #ffffff;
  color: #e63946;
  padding: 15px 36px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  transition: background 0.3s ease, color 0.3s ease;
  white-space: nowrap;
}

.cta-btn-white:hover {
  background: #111827;
  color: #ffffff;
}

/* OUTLINE BUTTON */
.cta-btn-outline {
  display: inline-block;
  background: transparent;
  color: #ffffff;
  padding: 15px 36px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  border: 2px solid rgba(255, 255, 255, 0.6);
  transition: background 0.3s ease, border-color 0.3s ease;
  white-space: nowrap;
}

.cta-btn-outline:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: #ffffff;
}

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .cta-banner-container {
    flex-direction: column;
    text-align: center;
    padding: 40px 30px;
  }

  .cta-banner-right {
    justify-content: center;
    width: 100%;
  }

  .cta-btn-white,
  .cta-btn-outline {
    width: 100%;
    text-align: center;
  }

  .cta-banner-left h2 {
    font-size: 26px;
  }
}

@media (max-width: 480px) {
  .cta-banner-section {
    padding: 0 5% 60px;
  }

  .cta-banner-left h2 {
    font-size: 22px;
  }

  .cta-banner-left p {
    font-size: 14px;
  }
}/* End custom CSS */