.elementor-107180 .elementor-element.elementor-element-8b3a004{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-107180 .elementor-element.elementor-element-89117d3{--display:flex;--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-107180 .elementor-element.elementor-element-2ca3b10{--display:flex;--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-107180 .elementor-element.elementor-element-c99d13e .wpr-product-title{text-align:left;color:#222222;font-size:35px;letter-spacing:1.1px;}.elementor-107180 .elementor-element.elementor-element-6f5f6986{--display:flex;--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-107180 .elementor-element.elementor-element-10c61fc0{--display:flex;--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;}@media(min-width:768px){.elementor-107180 .elementor-element.elementor-element-89117d3{--width:33.3333%;}.elementor-107180 .elementor-element.elementor-element-2ca3b10{--width:66.6666%;}.elementor-107180 .elementor-element.elementor-element-6f5f6986{--width:1140px;}}/* Start custom CSS for container, class: .elementor-element-6f5f6986 *//* General Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
 
  body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f9f9f9;
  }
 
  .container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
  }
 
  /* Hero Banner */
  .hero-banner {
    background: linear-gradient(135deg, #0073e6, #00b4d8);
    color: #fff;
    text-align: center;
    padding: 4rem 1rem;
    border-bottom: 5px solid #ffcc00;
  }
 
  .hero-banner .logo {
    font-size: 4rem;
    margin-bottom: 1rem;
  }
 
  .hero-banner h2 {
    font-size: 2.8rem;
    margin-bottom: 1rem;
    font-weight: 700;
  }
 
  .hero-banner p {
    font-size: 1.2rem;
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 1.5rem;
  }
 
  .hero-banner .cta-btn {
    display: inline-block;
    padding: 0.8rem 2rem;
    background: #ff6f61;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.3s;
    text-decoration: none;
  }
 
  .hero-banner .cta-btn:hover {
    background: #e55b50;
  }
 
  /* Section Headers */
  .sectionBlock {
    padding: 3rem 1rem;
    background: #fff;
    margin-bottom: 2rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
  }
 
  .sectionBlock h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #0073e6;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
  }
 
  .sectionBlock p,
  .sectionBlock ul {
    font-size: 1rem;
    line-height: 1.8;
  }
 
  .sectionBlock ul {
    list-style: none;
    padding: 0;
  }
 
  .sectionBlock ul li {
    background: #f9f9f9;
    margin-bottom: 10px;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
  }
 
  .sectionBlock ul li:hover {
    background: #f0f0f0;
    transform: scale(1.02);
  }
 
  .sectionBlock ul li i {
    color: #0073e6;
    font-size: 1.2rem;
  }
 
  .sectionBlock p {
    margin-bottom: 1rem;
  }
 
  /* Teacher Info Section */
.teacher-info {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #ffffff;
  padding: 2rem;
  margin: 2rem auto;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  text-align: left;
}
 
.teacher-info img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #0073e6;
}
 
.teacher-info h3 {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
  color: #0073e6;
}
 
.teacher-details {
  display: flex;
  flex-direction: column;
}
 
.teacher-details p {
  font-size: 1rem;
  color: #555;
  margin: 0;
}/* End custom CSS */