*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family:'Poppins',sans-serif;
}

body{
  background:#f7f8fc;
}

:root{
  --primary:#0b2f63;
  --gold:#c9b36a;
  --white:#ffffff;
  --text:#2f2f2f;
}

/* =========================
   TOP BAR
========================= */
.top-bar{
  background:var(--primary);
  color:#fff;
  padding:10px 0;
  font-size:14px;
}

.top-left span{
  margin-right:25px;
}

.top-left i{
  color:var(--gold);
  margin-right:8px;
}

.social-icons{
  display:flex;
  align-items:center;
  gap:10px;
}

.social-icons a{
  width:38px;
  height:38px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,0.10);
  border:1px solid rgba(255,255,255,0.15);
  color:#fff;
  text-decoration:none;
  transition:.3s;
}

.social-icons a:hover{
  background:var(--gold);
  color:var(--primary);
}

/* =========================
   NAVBAR
========================= */
.main-navbar{
  background:#fff;
  padding:18px 0;
  box-shadow:0 10px 30px rgba(0,0,0,0.05);
}

.brand-wrap{
  display:flex;
  align-items:center;
  gap:14px;
  text-decoration:none;
}

.brand-wrap img{
  width:70px;
  height:70px;
  object-fit:contain;
}

.brand-text h2{
  margin:0;
  font-size:26px;
  font-weight:800;
  color:var(--primary);
  line-height:1.2;
}

.brand-text p{
  margin:0;
  font-size:12px;
  color:#666;
}

/* MENU */
.navbar-nav .nav-link{
  color:var(--text);
  font-weight:500;
  margin:0 8px;
  position:relative;
  transition:.3s;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active{
  color:var(--primary);
}

.navbar-nav .nav-link::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-6px;
  width:0;
  height:2px;
  background:var(--gold);
  transition:.3s;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after{
  width:100%;
}

/* =========================
   DROPDOWN
========================= */
.dropdown-menu{
  border:none;
  border-radius:12px;
  padding:12px 0;
  min-width:240px;
  margin-top:14px;
  box-shadow:0 18px 45px rgba(0,0,0,0.08);
  display:none;
}

.nav-item.dropdown:hover .dropdown-menu{
  display:block;
}

.dropdown-item{
  padding:12px 22px;
  font-size:14px;
  color:#333;
  transition:.3s;
}

.dropdown-item:hover{
  background:#f4f7fc;
  color:var(--primary);
  padding-left:28px;
}

/* Remove Bootstrap default caret */
.dropdown-toggle::after{
  display:none !important;
}

/* =========================
   RIGHT SIDE
========================= */
.right-action{
  display:flex;
  align-items:center;
  gap:14px;
  margin-left:18px;
  padding-left:18px;
  border-left:1px solid #e5e5e5;
}

.contact-box{
  display:flex;
  align-items:center;
  gap:12px;
}

.contact-icon{
  width:42px;
  height:42px;
  min-width:42px;
  border-radius:50%;
  background:rgba(11,47,99,0.08);
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--primary);
  font-size:16px;
}

.contact-info{
  line-height:1.2;
}

.contact-info small{
  display:block;
  font-size:12px;
  color:#777;
}

.contact-info h6{
  margin:0;
  font-size:15px;
  font-weight:700;
  color:var(--primary);
  white-space:nowrap;
}

.search-btn{
  width:38px;
  height:38px;
  border:none;
  border-radius:50%;
  background:var(--gold);
  color:var(--primary);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:14px;
  transition:.3s;
}

.search-btn:hover{
  background:var(--primary);
  color:#fff;
}

/* =========================
   RESPONSIVE
========================= */
@media(max-width:991px){

  .top-bar .container{
    flex-direction:column;
    gap:10px;
    text-align:center;
  }

  .brand-text h2{
    font-size:20px;
  }

  .right-action{
    margin-top:20px;
    margin-left:0;
    padding-left:0;
    border-left:none;
    justify-content:flex-start;
  }

  .dropdown-menu{
    display:block;
    position:static;
    box-shadow:none;
    margin-top:0;
    padding-top:0;
  }

  .nav-item.dropdown:hover .dropdown-menu{
    display:block;
  }
}

/* =========================
ABOUT US 
========================= */
    .about-section {
      background: linear-gradient(135deg, #fff8fc 0%, #f8fbff 100%);
      padding: 80px 0;
      background: #fdf7fb;
      position: relative;
      overflow: hidden;
    }

    .about-section::before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(255,255,255,0.65);
      z-index: 1;
    }

    .about-wrapper {
      position: relative;
      z-index: 2;
    }

    .about-image {
      background: #ffffff;
      padding: 12px;
      border-radius: 42px;
      border: 1px solid rgba(255,255,255,0.9);
      position: relative;
      border-radius: 40px;
      overflow: hidden;
      box-shadow: 0 25px 60px rgba(36,51,107,0.12);
    }

    .about-image img {
      width: 100%;
      height: 520px;
      object-fit: cover;
      display: block;
      border-radius: 40px;
    }

 



    .sub-title {
      color: var(--gold);
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 15px;
    }

    .main-title {
      letter-spacing: 1px;
      font-size: 20px;
      font-weight: 800;
      line-height: 1.2;
      color: #24336b;
      margin-bottom: 20px;
    }

    .about-text {
      font-size: 17px;
      line-height: 1.9;
      color: #666;
      margin-bottom: 30px;
    }

    .feature-list {
      list-style: none;
      padding: 0;
      margin: 0 0 35px;
    }

    .feature-list li {
      font-size: 18px;
      color: #24336b;
      margin-bottom: 15px;
      font-weight: 500;
    }

    .feature-list li i {
      color: #ff4d88;
      margin-right: 10px;
    }

    .more-btn {
      box-shadow: 0 12px 30px rgba(255,77,136,0.25);
      background: var(--gold);
      color: #fff;
      padding: 16px 42px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: 600;
      display: inline-block;
      transition: 0.3s;
    }

    .more-btn:hover {
      background: #24336b;
      color: #fff;
    }

    @media (max-width: 991px) {
      .main-title {
        font-size: 38px;
      }

      .about-image img {
        height: 400px;
      }
    }

    @media (max-width: 767px) {
      .about-section {
        padding: 60px 0;
      }

      .main-title {
        font-size: 30px;
      }

      .about-image img {
        height: 320px;
      }

      .play-btn {
        width: 70px;
        height: 70px;
        font-size: 26px;
      }
    }
/* =========================
 END
========================= */

/* =========================
 faclities start
========================= */

    .facilities-section {
      padding: 90px 0;
      background: linear-gradient(135deg, #f8fbff 0%, #ffffff 100%);
    }

    .section-title {
      text-align: center;
      margin-bottom: 55px;
    }

    .section-title h2 {
      font-size: 42px;
      font-weight: 800;
      color: #0b2f63;
      margin-bottom: 10px;
    }

    .section-title p {
      font-size: 16px;
      color: #666;
      max-width: 650px;
      margin: auto;
    }

    .facility-card {
      background: #ffffff;
      border-radius: 22px;
      padding: 35px 30px;
      height: 100%;
      border: 1px solid #eef1f7;
      box-shadow: 0 10px 30px rgba(16, 24, 40, 0.05);
      transition: all 0.35s ease;
      position: relative;
      overflow: hidden;
    }

    .facility-card::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 5px;
      height: 100%;
      background: linear-gradient(to bottom, #00c6ff, #0072ff);
      transition: 0.3s;
    }

    .facility-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 20px 45px rgba(11, 47, 99, 0.12);
    }

    .facility-card:hover::before {
      width: 100%;
      opacity: 0.04;
    }

    .facility-content {
      flex-direction: column;
      text-align: left;
      position: relative;
      z-index: 2;
      display: flex;
      gap: 20px;
      align-items: flex-start;
    }

    .image-box {
      width: 100%;
      height: 180px;
      border-radius: 18px;
      overflow: hidden;
      margin-bottom: 20px;
      box-shadow: 0 10px 25px rgba(0,0,0,0.06);
    }

    .image-box img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: 0.4s;
    }

    .facility-card:hover .image-box img {
      transform: scale(1.05);
    }

    .facility-card h4 {
      font-size: 28px;
      font-weight: 700;
      color: #0b2f63;
      margin-bottom: 12px;
    }

    .facility-card p {
      font-size: 16px;
      line-height: 1.8;
      color: #666;
      margin: 0;
    }

    @media (max-width: 991px) {
      .section-title h2 {
        font-size: 34px;
      }

      .facility-card h4 {
        font-size: 24px;
      }
    }

    @media (max-width: 767px) {
      .facilities-section {
        padding: 60px 0;
      }

      .section-title h2 {
        font-size: 28px;
      }

      .facility-content {
        gap: 15px;
      }

      .image-box {
        height: 160px;
      }

      .facility-card h4 {
        font-size: 22px;
      }
    }

/* =========================
 faclities end
========================= */

/* =========================
 learn about start
========================= */

.about-school {
  background: #f7f7f7;
}

.about-main-img img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.small-title {
  color: var(--gold);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}

.small-title::after {
  content: "";
  width: 60px;
  height: 2px;
  background: #0ea5c6;
  position: absolute;
  top: 50%;
  right: -75px;
  transform: translateY(-50%);
}

.about-content h2 {
  font-size: 56px;
  font-weight: 700;
  color: #083b5c;
  margin-bottom: 20px;
  line-height: 1.2;
  font-family: 'Segoe UI', sans-serif;
}

.about-content p {
  font-size: 18px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 20px;
}

.small-img-box img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.about-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.about-list li {
  font-size: 18px;
  color: #555;
  padding: 14px 0;
  border-bottom: 1px solid #ddd;
  position: relative;
  padding-left: 35px;
}

.about-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 14px;
  color: #0ea5c6;
  font-weight: bold;
  font-size: 18px;
}

.learn-btn {
  display: inline-block;
  margin-top: 35px;
  background: var(--gold);
  color: #fff;
  padding: 14px 38px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s;
}

.learn-btn:hover {
  background: #083b5c;
  color: #fff;
}

@media (max-width: 991px) {
  .about-content h2 {
    font-size: 38px;
  }

  .small-title::after {
    display: none;
  }
}

@media (max-width: 768px) {
  .about-content h2 {
    font-size: 30px;
  }

  .about-content p {
    font-size: 16px;
  }

  .about-list li {
    font-size: 16px;
  }

  .learn-btn {
    padding: 12px 28px;
    font-size: 16px;
  }
}

/* =========================
 learn about end
========================= */
/* =========================
popular class section start
========================= */


.popular-classes {
  background: #f7f7f7;
}

.section-subtitle {
  color: #11a8c9;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}

.section-subtitle::before,
.section-subtitle::after {
  content: "";
  width: 70px;
  height: 2px;
  background: #11a8c9;
  position: absolute;
  top: 50%;
}

.section-subtitle::before {
  left: -85px;
}

.section-subtitle::after {
  right: -85px;
}

.section-title {
  font-size: 58px;
  font-weight: 700;
  color: #063b5b;
  margin-bottom: 0;
  font-family: 'Segoe UI', sans-serif;
}

.class-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  transition: 0.4s;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  height: 100%;
}

.class-card:hover {
  transform: translateY(-8px);
}

.class-img {
  overflow: hidden;
}

.class-img img {
  width: 100%;
  height: 290px;
  object-fit: cover;
  display: block;
  transition: 0.4s;
}

.class-card:hover .class-img img {
  transform: scale(1.05);
}

.class-content {
  padding: 35px 30px;
  text-align: center;
}

.class-content h3 {
  font-size: 36px;
  color: #063b5b;
  margin-bottom: 18px;
  font-weight: 600;
}

.class-content p {
  font-size: 18px;
  color: #666;
  line-height: 1.8;
  margin: 0;
}

@media (max-width: 991px) {
  .section-title {
    font-size: 40px;
  }

  .class-content h3 {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .section-title {
    font-size: 30px;
  }

  .section-subtitle::before,
  .section-subtitle::after {
    display: none;
  }

  .class-img img {
    height: 240px;
  }

  .class-content {
    padding: 25px 20px;
  }

  .class-content h3 {
    font-size: 24px;
  }

  .class-content p {
    font-size: 16px;
  }
}

/* =========================
popular class section end
========================= */

/* =========================
testimonial section start
========================= */  
/* Testimonial Section */
/* ===============================
   PREMIUM TESTIMONIAL SECTION
================================== */

/* =====================================
   PREMIUM TESTIMONIAL SECTION
===================================== */

.premium-testimonial-section {
  background: linear-gradient(180deg, #f8fcff 0%, #ffffff 100%);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

/* Background Effects */
.premium-testimonial-section::before {
  content: "";
  position: absolute;
  width: 350px;
  height: 350px;
  background: rgba(17, 168, 201, 0.06);
  border-radius: 50%;
  top: -100px;
  left: -100px;
}

.premium-testimonial-section::after {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  background: rgba(6, 59, 91, 0.04);
  border-radius: 50%;
  bottom: -80px;
  right: -80px;
}

/* Subtitle */
.section-subtitle {
  color: #11a8c9;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 15px;
  position: relative;
}

.section-subtitle::before,
.section-subtitle::after {
  content: "";
  width: 60px;
  height: 2px;
  background: #11a8c9;
  position: absolute;
  top: 50%;
}

.section-subtitle::before {
  left: -75px;
}

.section-subtitle::after {
  right: -75px;
}

/* Title */
.section-title {
  font-size: 52px;
  font-weight: 800;
  color: #063b5b;
  margin-bottom: 15px;
  line-height: 1.2;
}

/* Description */
.section-desc {
  font-size: 17px;
  color: #666;
  max-width: 650px;
  margin: auto;
  line-height: 1.8;
}

/* Card */
.premium-testimonial-card {
  background: #fff;
  padding: 35px 30px;
  border-radius: 22px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.05);
  border: 1px solid rgba(17,168,201,0.08);
  transition: 0.35s;
  height: 100%;
  position: relative;
}

.premium-testimonial-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 28px 60px rgba(0,0,0,0.08);
}

/* Quote */
.quote-icon {
  font-size: 50px;
  color: #11a8c9;
  line-height: 1;
  margin-bottom: 15px;
}

/* Text */
.premium-testimonial-card p {
  font-size: 16px;
  color: #666;
  line-height: 1.9;
  margin-bottom: 25px;
}

/* User */
.testimonial-user {
  display: flex;
  align-items: center;
  gap: 15px;
}


.testimonial-user img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}


.testimonial-user h4 {
  font-size: 17px;
  font-weight: 700;
  margin: 0;
  color: #063b5b;
}

.testimonial-user span {
  font-size: 13px;
  color: #888;
  font-style: italic;
}

/* Responsive */
@media (max-width: 991px) {
  .section-title {
    font-size: 38px;
  }
}

@media (max-width: 768px) {
  .premium-testimonial-section {
    padding: 70px 0;
  }

  .section-title {
    font-size: 30px;
  }

  .section-subtitle::before,
  .section-subtitle::after {
    display: none;
  }

  .section-desc {
    font-size: 15px;
  }

  .premium-testimonial-card {
    padding: 28px 22px;
    border-radius: 18px;
  }
  .testimonial-user img {
    width: 38px;
    height: 38px;
  }
}

/* =========================
testimonial section end
========================= */

/* =========================
footer start
========================= */ 


    .footer-section {
      background: var(--primary);
      color: #ffffff;
      padding: 90px 0 30px;
      position: relative;
    }

    .footer-logo {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 28px;
    }

    .footer-logo i {
      font-size: 44px;
      color: #17c0e9;
    }

    .footer-logo h2 {
      font-size: 22px;
      font-weight: 800;
      margin: 0;
      color: #ffffff;
    }

    .footer-text {
      color: #e4f4fb;
      font-size: 17px;
      line-height: 2;
      margin-bottom: 35px;
      max-width: 360px;
    }

    .footer-title {
      font-family: ;
      color: var(--gold);
      font-size: 42px;
      margin-bottom: 28px;
    }

    .footer-section social-icons {
      display: flex;
      gap: 14px;
      flex-wrap: wrap;
    }

    .footer-section social-icons a {
      width: 50px;
      height: 50px;
      border: 1px solid #17c0e9;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #17c0e9;
      font-size: 20px;
      text-decoration: none;
      transition: 0.3s;
    }

    .footer-section social-icons a:hover {
      background: #17c0e9;
      color: #ffffff;
    }

    .contact-item {
      display: flex;
      gap: 16px;
      margin-bottom: 28px;
      align-items: flex-start;
    }

    .contact-item i {
      font-size: 30px;
      color: #17c0e9;
      min-width: 30px;
    }

    .contact-item h5 {
      font-family: 'Handlee', cursive;
      font-size: 22px;
      margin-bottom: 8px;
      color: #ffffff;
    }

    .contact-item p {
      margin: 0;
      color: #e4f4fb;
      font-size: 16px;
    }

    .quick-links {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .quick-links li {
      margin-bottom: 16px;
    }

    .quick-links a {
      color: #ffffff;
      text-decoration: none;
      font-size: 17px;
      transition: 0.3s;
    }

    .quick-links a i {
      margin-right: 10px;
      font-size: 14px;
    }

    .quick-links a:hover {
      color: #17c0e9;
      padding-left: 6px;
    }

    .newsletter input {
      height: 58px;
      border: none;
      border-radius: 6px;
      margin-bottom: 22px;
      font-size: 17px;
      padding: 0 16px;
    }

    .newsletter button {
      width: 100%;
      height: 62px;
      border: none;
      border-radius: 40px;
      background: #17c0e9;
      color: #ffffff;
      font-size: 22px;
      font-weight: 700;
      transition: 0.3s;
    }

    .newsletter button:hover {
      background: #11a8c9;
    }

    .footer-bottom {
      border-top: 1px solid rgba(255,255,255,0.1);
      margin-top: 70px;
      padding-top: 28px;
      text-align: center;
    }

    .footer-bottom p {
      margin: 0;
      font-size: 16px;
      color: #ffffff;
    }

    .footer-bottom span,
    .footer-bottom a {
      color: #17c0e9;
      text-decoration: none;
      font-weight: 700;
    }

    .scroll-top {
      position: fixed;
      right: 30px;
      bottom: 30px;
      width: 55px;
      height: 55px;
      background: #17c0e9;
      border-radius: 18px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #ffffff;
      font-size: 24px;
      text-decoration: none;
      z-index: 99;
    }

    @media (max-width: 991px) {
      .footer-title {
        font-size: 34px;
      }

      .footer-logo h2 {
        font-size: 34px;
      }
    }

    @media (max-width: 768px) {
      .footer-section {
        padding: 70px 0 30px;
      }

      .footer-title {
        font-size: 30px;
      }

      .footer-logo h2 {
        font-size: 30px;
      }
    }




/* =========================
footer end
========================= */

/* =========================
about the school banner start
========================= */
.about-banner{
  width:100%;
  max-width:100%;
  border-radius:0;
  height:350px;
  margin:auto;
  background:linear-gradient(135deg,#04264a,#063b6d,#0a5a8f);
  border-radius:22px;
  overflow:hidden;
  position:relative;
  box-shadow:0 20px 60px rgba(0,0,0,0.12);
}

.about-banner::before{
  content:"";
  position:absolute;
  width:420px;
  height:420px;
  border-radius:50%;
  background:rgba(255,255,255,0.05);
  top:-160px;
  right:-120px;
}

.about-banner::after{
  content:"";
  position:absolute;
  width:260px;
  height:260px;
  border-radius:50%;
  background:rgba(255,255,255,0.04);
  bottom:-120px;
  left:-80px;
}

.banner-content{
  padding:45px;
  position:relative;
  z-index:2;
}

.banner-subtitle{
  font-family:'Great Vibes',cursive;
  color:#ffd24a;
  font-size:42px;
  margin-bottom:6px;
}

.banner-title{
  font-size:58px;
  font-weight:800;
  line-height:1.05;
  color:#ffffff;
  margin-bottom:14px;
}

.banner-title span{
  color:#19c7ec;
}

.banner-line{
  font-size:16px;
  font-weight:600;
  color:#ffffff;
  letter-spacing:.5px;
  margin-bottom:18px;
}

.banner-line::before{
  content:"";
  display:inline-block;
  width:65px;
  height:3px;
  background:#ffd24a;
  margin-right:14px;
  vertical-align:middle;
  border-radius:10px;
}

.banner-text{
  font-size:15px;
  color:#dce9f7;
  line-height:1.8;
  max-width:560px;
  margin-bottom:22px;
}

.banner-btn{
  display:inline-block;
  padding:13px 30px;
  background:#19c7ec;
  color:#fff;
  text-decoration:none;
  border-radius:50px;
  font-weight:600;
  transition:.3s;
}

.banner-btn:hover{
  background:#11a8c9;
  color:#fff;
  transform:translateY(-2px);
}

.banner-image-wrap{
  position:relative;
  height:350px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.banner-image-circle{
  width:320px;
  height:320px;
  border-radius:50%;
  overflow:hidden;
  border:8px solid #ffffff;
  outline:6px solid #ffd24a;
  box-shadow:0 15px 40px rgba(0,0,0,0.2);
}

.banner-image-circle img{
  width:100%;
  height:100%;
  object-fit:cover;
}

@media(max-width:991px){
  .about-banner{
    height:auto;
  }

  .banner-title{
    font-size:42px;
  }

  .banner-image-wrap{
    height:auto;
    padding-bottom:35px;
  }
}

@media(max-width:768px){
  body{
    padding:15px;
  }

  .banner-content{
    padding:30px 22px;
  }

  .banner-subtitle{
    font-size:30px;
  }

  .banner-title{
    font-size:32px;
  }

  .banner-line{
    font-size:13px;
  }

  .banner-text{
    font-size:14px;
  }

  .banner-image-circle{
    width:230px;
    height:230px;
  }
}



/* HERO SECTION */

.about-hero{
    width:100%;
    min-height:100vh;
    background:linear-gradient(rgba(4,33,58,0.75),rgba(4,33,58,0.75)),
    url('img/aboutlearn.jpg') center center/cover no-repeat;
    display:flex;
    align-items:center;
    padding:100px 0;
}

.hero-content h5{
    color:#11c5e8;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:2px;
    margin-bottom:15px;
}

.hero-content h1{
    color:#fff;
    font-size:58px;
    font-weight:800;
    line-height:1.2;
    margin-bottom:25px;
}

.hero-content p{
    color:#eaf7ff;
    font-size:17px;
    line-height:1.9;
    margin-bottom:30px;
}

.hero-btn{
    display:inline-block;
    padding:15px 38px;
    background:#11a8c9;
    color:#fff;
    text-decoration:none;
    border-radius:50px;
    font-weight:600;
    transition:.3s;
}

.hero-btn:hover{
    background:#0b8aa4;
    color:#fff;
}

/* ABOUT SECTION */

.about-section{
    padding:100px 0;
    background:#fff;
}

.section-subtitle{
    color:#11a8c9;
    font-size:15px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:10px;
}

.section-title{
    font-size:42px;
    font-weight:800;
    color:#063b5b;
    margin-bottom:25px;
    line-height:1.3;
}

.about-text p{
    font-size:16px;
    line-height:1.9;
    color:#5d6770;
    text-align:justify;
    margin-bottom:18px;
}

.about-image{
    position:relative;
}

.about-image img{
    width:100%;
    border-radius:20px;
    box-shadow:0 20px 50px rgba(0,0,0,0.08);
}

.experience-box{
    position:absolute;
    bottom:30px;
    left:30px;
    background:#11a8c9;
    color:#fff;
    padding:25px 30px;
    border-radius:20px;
    box-shadow:0 15px 40px rgba(17,168,201,0.25);
}

.experience-box h2{
    font-size:40px;
    font-weight:800;
    margin:0;
}

.experience-box p{
    margin:0;
    font-size:14px;
}

/* FEATURES */

.features-section{
    padding:100px 0;
    background:#f8fcff;
}

.feature-card{
    background:#fff;
    border-radius:20px;
    padding:35px;
    box-shadow:0 10px 40px rgba(0,0,0,0.04);
    height:100%;
    transition:.3s;
    border:1px solid #eef5fa;
}

.feature-card:hover{
    transform:translateY(-8px);
}

.feature-card img{
    width:70px;
    margin-bottom:20px;
}

.feature-card h4{
    font-size:22px;
    font-weight:700;
    color:#063b5b;
    margin-bottom:15px;
}

.feature-card p{
    font-size:15px;
    color:#667;
    line-height:1.8;
}

/* CAMPUS SECTION */

.campus-section{
    padding:100px 0;
    background:#fff;
}

.campus-gallery img{
    width:100%;
    border-radius:18px;
    margin-bottom:25px;
    box-shadow:0 15px 35px rgba(0,0,0,0.06);
}

/* CTA SECTION */

.cta-section{
    padding:100px 0;
    background:linear-gradient(135deg,#063b5b,#11a8c9);
    text-align:center;
}

.cta-section h2{
    color:#fff;
    font-size:42px;
    font-weight:800;
    margin-bottom:20px;
}

.cta-section p{
    color:#eafcff;
    font-size:17px;
    max-width:800px;
    margin:auto;
    line-height:1.9;
    margin-bottom:30px;
}

/* RESPONSIVE */

@media(max-width:991px){

.hero-content h1{
    font-size:40px;
}

.section-title{
    font-size:34px;
}

.experience-box{
    position:static;
    margin-top:20px;
    display:inline-block;
}
}

@media(max-width:768px){

.about-hero{
    min-height:auto;
    padding:80px 0;
}

.hero-content h1{
    font-size:30px;
}

.section-title{
    font-size:28px;
}

.cta-section h2{
    font-size:30px;
}
}





/* =========================
about the school banner end
========================= */