.elementor-562 .elementor-element.elementor-element-6c71363{--display:flex;}.elementor-562 .elementor-element.elementor-element-bb99569{--display:flex;--min-height:423px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-562 .elementor-element.elementor-element-b491739{--display:flex;--min-height:391px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-562 .elementor-element.elementor-element-6e55341{--display:flex;--min-height:383px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-562 .elementor-element.elementor-element-2d35948{--display:flex;--min-height:368px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-48f29b7 *//* Import Google Font */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

/* --- Hero Section --- */
.xello-hero {
  font-family: 'Poppins', sans-serif;
  background: linear-gradient(90deg, #eef8f8 0%, #fff6f4 100%);
  padding: 90px 8%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.xello-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
}

/* --- Left Text --- */
.xello-text {
  flex: 1 1 48%;
  min-width: 300px;
}

.xello-text h1 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25;
  color: #1c1f23;
  margin-bottom: 22px;
}

/* Gradient text for "Xello" */
.xello-gradient {
  background: linear-gradient(90deg, #00b7c2 0%, #009fb1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Gradient text for "English Academy" */
.academy-gradient {
  background: linear-gradient(90deg, #f2825b 0%, #e76542 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.xello-text p {
  font-size: 1.15rem;
  color: #5a6a75;
  margin-bottom: 40px;
  max-width: 500px;
}

/* --- Buttons --- */
.xello-buttons {
  display: flex;
  gap: 16px;
}

.btn-primary {
  background: #00b4b6;
  color: #fff;
  padding: 13px 30px;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 6px 18px rgba(0, 180, 182, 0.25);
}

.btn-primary:hover {
  background-color: #00a3a5;
  box-shadow: 0 8px 25px rgba(0, 180, 182, 0.3);
}

.btn-secondary {
  background: #fff;
  color: #1c1f23;
  border: 1.5px solid #e1e1e1;
  padding: 13px 30px;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.04);
}

.btn-secondary:hover {
  background: #f9f9f9;
}

/* --- Image Section --- */
.xello-image {
  flex: 1 1 48%;
  display: flex;
  justify-content: center;
}

.xello-image img {
  width: 100%;
  max-width: 550px;
  border-radius: 25px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

/* --- Responsive --- */
@media (max-width: 992px) {
  .xello-container {
    flex-direction: column;
    text-align: center;
  }

  .xello-text {
    margin-bottom: 50px;
  }

  .xello-buttons {
    justify-content: center;
  }

  .xello-text p {
    margin: 0 auto 40px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b76a44d *//* Import Google Font */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

/* --- Section Styles --- */
.xello-about {
  font-family: 'Poppins', sans-serif;
  background-color: #ffffff;
  padding: 80px 10%;
  text-align: center;
}

.about-container {
  max-width: 900px;
  margin: 0 auto;
}

/* --- Heading --- */
.about-heading {
  font-size: 2rem;
  font-weight: 700;
  color: #1c1f23;
  margin-bottom: 10px;
}

/* --- Gradient Underline --- */
.underline-gradient {
  width: 120px;
  height: 4px;
  margin: 10px auto 50px;
  border-radius: 3px;
  background: linear-gradient(90deg, #00b7c2 0%, #e57a57 100%);
}

/* --- Text Content --- */
.about-text {
  text-align: left;
  font-size: 1.05rem;
  line-height: 1.8;
  color: #5a6a75;
}

.about-text p {
  margin-bottom: 25px;
}

/* --- Bold / Highlighted Text --- */
.highlight {
  color: #1c1f23;
  font-weight: 600;
}

/* --- Responsive --- */
@media (max-width: 768px) {
  .about-heading {
    font-size: 1.6rem;
  }

  .underline-gradient {
    width: 90px;
  }

  .about-text {
    font-size: 1rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b4df6e3 *//* Import Fonts + Font Awesome for icons */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css');

/* --- Section Base --- */
.xello-why {
  font-family: 'Poppins', sans-serif;
  background-color: #ffffff;
  padding: 100px 8%;
  text-align: center;
}

/* --- Heading --- */
.why-heading {
  font-size: 2rem;
  font-weight: 700;
  color: #1c1f23;
  margin-bottom: 8px;
}

/* --- Subtitle --- */
.why-subtitle {
  font-size: 1.05rem;
  color: #70818a;
  margin-bottom: 60px;
}

/* --- Card Grid --- */
.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
  justify-content: center;
  align-items: stretch;
}

/* --- Card --- */
.why-card {
  background: #fff;
  border: 1px solid #e7ebed;
  border-radius: 16px;
  padding: 40px 25px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
}

.why-card:hover {
  box-shadow: 0 8px 24px rgba(0, 180, 182, 0.15);
  transform: translateY(-4px);
}

/* --- Icon Circle --- */
.icon-box {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  color: #fff;
  margin: 0 auto 20px;
}

/* Gradient versions */
.icon-box.teal {
  background: linear-gradient(135deg, #00b7c2 0%, #009fb1 100%);
}

.icon-box.orange {
  background: linear-gradient(135deg, #f2825b 0%, #e76542 100%);
}

/* --- Text Content --- */
.why-card h3 {
  font-size: 1.15rem;
  font-weight: 600;
  color: #1c1f23;
  margin-bottom: 12px;
}

.why-card p {
  font-size: 0.98rem;
  color: #5a6a75;
  line-height: 1.7;
}

/* --- Responsive --- */
@media (max-width: 768px) {
  .why-heading {
    font-size: 1.7rem;
  }
  .why-subtitle {
    font-size: 1rem;
    margin-bottom: 45px;
  }
  .why-card {
    padding: 35px 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f7ec7d1 *//* Import Poppins font */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

/* Base section */
.xello-best-course {
  font-family: 'Poppins', sans-serif;
  background-color: #ffffff;
  padding: 100px 8%;
  display: flex;
  justify-content: center;
}

/* Container */
.best-course-container {
  background: linear-gradient(135deg, #e8f7fa 0%, #fff7f4 100%);
  border: 1px solid #e2e7ea;
  border-radius: 16px;
  max-width: 900px;
  padding: 60px 50px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

/* Heading */
.best-course-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #1c1f23;
  margin-bottom: 25px;
}

/* Text paragraphs */
.best-course-text {
  font-size: 1rem;
  color: #607080;
  line-height: 1.8;
  margin-bottom: 20px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .best-course-container {
    padding: 40px 25px;
  }

  .best-course-title {
    font-size: 1.5rem;
  }

  .best-course-text {
    font-size: 0.98rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6ea0118 *//* Import font */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

.xello-cta-section {
  font-family: 'Poppins', sans-serif;
  text-align: center;
  padding: 100px 8%;
  background: #ffffff;
}

/* Main heading */
.xello-cta-heading {
  font-size: 2.2rem;
  font-weight: 700;
  color: #1c1f23;
  margin-bottom: 20px;
}

.gradient-text {
  background: linear-gradient(90deg, #00bcd4 0%, #9fc3b5 50%, #f88379 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Subtext */
.xello-cta-subtext {
  max-width: 850px;
  margin: 0 auto 40px;
  color: #607080;
  font-size: 1rem;
  line-height: 1.8;
}

/* Buttons */
.xello-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 60px;
}

.btn-primary {
  background-color: #00bcd4;
  color: #fff;
  font-weight: 600;
  padding: 14px 28px;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 188, 212, 0.3);
}

.btn-primary:hover {
  background-color: #00a4b9;
}

.btn-secondary {
  border: 1.5px solid #dce2e6;
  color: #1c1f23;
  font-weight: 500;
  padding: 14px 28px;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-secondary:hover {
  background-color: #f9fafb;
}

/* Quote Box */
.xello-quote {
  max-width: 850px;
  margin: 0 auto;
  background: linear-gradient(90deg, #e6f8fa 0%, #fff4ef 100%);
  padding: 40px 30px;
  border-radius: 16px;
  color: #556070;
  font-style: italic;
  line-height: 1.9;
  font-size: 1.05rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.03);
}

/* Responsive */
@media (max-width: 768px) {
  .xello-cta-heading {
    font-size: 1.8rem;
  }
  .xello-cta-buttons {
    flex-direction: column;
  }
  .btn-primary, .btn-secondary {
    width: 80%;
  }
}/* End custom CSS */