.elementor-kit-104807{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-104807 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*
CTC Separate Stylesheet
Updated: 2024-12-06 09:58:46
*/

body {
    line-height: 1.6;
    font-family: 'Arial', sans-serif;
    background-color: #f9f9f9;
}
.container {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
}
/* 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 */