@font-face {
  font-family: 'Cera';
  src: url('../fonts/Cera-Pro-Light.ttf') format('truetype'); /* Replace with actual file */
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Cera';
  src: url('../fonts/Cera-Pro-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Cera', sans-serif;
  font-weight: 400; /* Thin */
  font-size: 16px;
  line-height: 24px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Cera', sans-serif;
  font-weight: 500; /* Medium */
}
p{
    line-height: 24px;
    font-size: 16px;
}
.headers {
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: #edebe3;
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0px;
}

.header .left,
.header .center,
.header .right {
  display: flex;
  align-items: center;
}

.header img.logo {
  height: 60px;
}

.header .center {
  flex-grow: 1;
  justify-content: center;
  text-align: center;
}

.contact-info {
  font-size: 18px;
  color: #444;
}
.contact-info a{
	text-decoration: none;
}
	

.contact-info img {
  vertical-align: middle;
  margin-right: 5px;
}

.contact-info span {
  margin-right: 15px;
  display: inline-flex;
  align-items: center;
}

.badge {
  height: 60px;
}
.container{
  max-width: 1320px;
  margin: 0 auto;
}
.franchise-section {
padding: 60px 0;

    background: url('../BG/bg5.png');
    background-size: cover;
    background-position: center;
    position: relative;
}
.franchise-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0,0,0,0.4)
}
.why_school{
  padding: 60px 0;
}
.why_school_content{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 23px;
    justify-content: space-between;
}
.why_school_item{
  border: 1px solid #ddd;
  padding: 30px;
  text-align: center;
  border-radius: 5px;
}
.why_school_item h3{
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
  margin-top: 10px;
  color: #2355ad;
}
.why_school_item p{
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 20px;
}
.why_school_item img{
  width: auto;
    height: 50px;
    display:none;
  /* border-radius: 10px; */
}
.counter {
  transition: all 0.3s ease-in-out;
}

.franchise-section .container {
  position: relative;
  z-index: 1;
}
    .franchise-container {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
    align-items: flex-start;
    }

    .franchise-left {
      flex: 1;
      min-width: 320px;
      display: flex;
      flex-direction: column;
      vertical-align: middle;
      justify-content: space-evenly;
      align-self: center;
    }

    .tag-box {
    margin-bottom: 20px;
    }

    .franchise-tag {
    padding: 8px 16px;
    border: 1px solid #d30000;
    border-radius: 5px 5px 0 0;
    font-weight: bold;
    background-color: #fff;
    color: #d30000;
    margin-right: 4px;
    cursor: pointer;
    }

    .franchise-tag.active {
    background-color: #d30000;
    color: white;
    }

    .franchise-left h2 {
      font-size: 32px;
      font-weight: 600;
      color: #f8cb1a;
      margin-bottom: 30px;
      line-height: 35px;
      width: 80%;
      text-transform: uppercase;
    }

    .benefits-list {
    list-style: none;
    padding: 0;
    }

    .benefits-list li {
        margin-bottom: 12px;
        /* padding-left: 25px; */
        position: relative;
        font-size: 18px;
        color: #fff;
        display: flex;
        align-items: flex-start;
        gap: 10px;
    }
    .benefits-list li i{
        font-size: 20px;
        color: #16c60c;
        padding-right: 5px;
    }
    /* .benefits-list li::before {
    content: "🔵";
    position: absolute;
    left: 0;
    font-size: 12px;
    top: 2px;
    } */

    .franchise-right {
    flex: 1;
    max-width: 460px;
    }

    .enquiry-box {
    background-color: #eef2ff;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    }

    .enquiry-box h3 {
    text-align: center;
    font-size: 27px;
    font-weight: 550;
    margin-bottom: 20px;
	margin-top: 0;
	color: #2355ad;
    }

    .enquiry-box form input,
    .enquiry-box form select {
            width: 100%;
			font-size: 14px;
			line-height: 18px;
			margin-bottom: 8px;
			border: 1px solid #eee;
			border-radius: 8px;
			padding: 12px;
    }

    .mobile-input {
    display: flex;
    gap: 10px;
    }

    .mobile-input select {
    width: 80px;
    }

    .captcha-row {
    display: flex;
    gap: 10px;
    align-items: center;
    }

    .checkbox-row {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 13px;
    margin: 12px 0;
    }

    .enquiry-box button {
        background-color: #2355ad;
        color: white;
        padding: 15px;
        font-size: 18px;
        border: none;
        border-radius: 10px;
        cursor: pointer;
        width: 100%;
    }
    /* Zig-Zag USP Section */
    .usp-zigzag {
    padding: 60px 0;
    background: #f5f7ff;
    }
    .usp-zigzag h2,.why_school h2{
        font-size: 32px;
        font-weight: 500;
        color: #2355ad;
        margin-bottom: 30px;
        line-height: 35px;
        text-align: center;

    }
    .usp-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    }

    .usp-card {
        width: 48%;
        padding: 30px 25px;
        border-radius: 15px;
        box-shadow: 0 6px 15px rgba(0,0,0,0.05);
        background: #ffffff;
        transition: all 0.3s ease;
        position: relative;
        height: 175px;
    }

    .usp-card.card-odd {
    margin-top: 40px;
    background: #e8eeff;
    }

    .usp-card h4 {
        margin-top: 0;
        font-size: 20px;
        color: #2355ad;
        font-weight: 500;
		margin-bottom: 15px;
    }

    .usp-card p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
    color: #444;
    font-weight: 400;
    }

    .usp-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    }
    .ai-sticky-section {
        /* background: linear-gradient(to right, #fefefe, #e6f0ff); */
        background: url('../images/contact_bg.png') no-repeat center center;
        padding: 80px 20px;
        /* position: sticky; */
        top: 0;
        z-index: 10;
        background-size: cover;
    }

    .ai-container {
    max-width: 1320px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    }

    .ai-left {
    flex: 1;
    min-width: 300px;
    position: sticky;
    top: 0;
    }

    .ai-left h2 {
    font-size: 36px;
    font-weight: 500;
    color: #2355ad;
    margin-bottom: 20px;
    }

    .ai-left p {
    font-size: 16px;
    color: #444;
    margin-bottom: 25px;
    }

    .ai-cta {
    display: inline-block;
    background-color: #2355ad;
    color: #fff;
    padding: 11px 24px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    transition: background 0.3s;
    }

    .ai-cta:hover {
    background-color: #f8cb1a;
    color: #333;
    }

    .ai-right {
    flex: 1;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    }

    .ai-card {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    transition: transform 0.3s ease;
    position: relative;
    }
    .ai-card img{
      width: 66px;
    }
    .ai-card:hover {
    transform: translateY(-5px);
    }

    .ai-card h4 {
    font-size: 20px;
    margin: 10px 0 8px;
    color: #2355ad;
    line-height: 26px;
    }

    .ai-card p {
    /* font-size: 14px; */
    color: #666;
    margin: 0;
    }
    .ai-card ul{
        padding-left:20px;
    }
    .ai-icon {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
    }

    .ai-icon.green { background-color: #00c896; }
    .ai-icon.yellow { background-color: #ffcc00; }
    .ai-icon.red { background-color: #ff4d4d; }

/* slider with image effect */
.swiper.slider-swiper{
        padding: 75px 0px;
        padding-top: 0;

}
.swiper.slider-swiper .swiper-wrapper{
    /*gap: 26px;*/
    gap: 25px;
    /* margin: auto; */
    /* padding-left: 4px; */
    justify-content: center;
}
.swiper.slider-swiper .swiper-wrapper .swiper-slide{
    flex-basis: 31.5%;
}
.swiper.slider-swiper h3{
    font-size: 32px;
    /* font-weight: 700; */
    color: #2355ad;
    margin-bottom: 50px;
    line-height: 35px;
	text-align: center;
}
.slider-card {
  /* position: relative;
  width: 100%;
  padding: 50px;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  background-color: #f0f8ff;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  text-align: center; */
    width: 100%;
    padding: 60px;
    border-radius: 20px;
    transition: all 0.4s ease;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    text-align: center;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: row;
}
.slider-card img{
	width: 20%;
}
.slider-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.slider-content {
    position: absolute;
    bottom: 0;
    /* background: rgba(255, 255, 255, 0.95); */
    padding: 20px;
    /* transform: translateY(100%); */
    transition: transform 0.3s ease;
    height: 100%;
    overflow: auto;
    width: 70%;
    right: 0;
    font-size: 18px;
    text-align: left;
    /* opacity: 0; */
    display: flex;
   align-items: center;
}

.slider-card:hover .slider-img {
  transform: scale(0.85);
}
.slider-content p{
	font-size: 23px;
    line-height: 28px;
}
/* .slider-card:hover .slider-content {
  transform: translateY(0);
  opacity: 1;
} */
.swiper-button-next,
.swiper-button-prev {
  display: none !important;
}

.icon-hover-effect {
  /* font-size: 3rem; 
  color: #007bff;
  transition: transform 0.3s ease, color 0.3s ease;
  display: inline-block; */
    font-size: 3rem;
  color: #0056b3;
  transition: transform 0.4s ease;
  display: inline-block;
  margin-bottom: 10px;
}

/* .slider-card:hover .icon-hover-effect {
  transform: translateX(-140px);
  color: #0056b3; 
} */

/* testimonial slider */

.testimonial-section {
  padding: 60px 100px;
      background: #f5f7ff;
  /* max-width: 1200px;
  margin: auto;
  font-family: 'Cera Medium', sans-serif; */
}
.testimonial-flex{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    overflow: hidden;
    text-align: center;
}
.testimonial-header h2 {
  font-size: 32px;
  /* font-weight: bold; */
  color:#2355ad;
  margin-bottom: 8px;
}

.testimonial-header p {
  color: #888;
  font-size: 16px;
  margin-bottom: 30px;
}
.results{
	background: #fecc00;
    padding: 4px 18px;
    border-radius: 16px;
    font-weight: bold;
}
.testimonial-user strong{
	color:#2355ad;
}

.testimonial-stats {
  display: flex;
  gap: 50px;
  margin-bottom: 40px;
}

.testimonial-stats .stat-number {
  font-size: 32px;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

.green { color: #0ddc96; }
.blue { color: #0071eb; }
.pink { color: #ff6f91; }

.testimonial-slider-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}

.testimonial-text {
  font-style: italic;
  font-size: 18px;
  line-height: 1.6;
  /* max-width: 600px; */
}

.testimonial-user {
  display: flex;
  align-items: center;
  margin-top: 20px;
  justify-content: center;
}

.testimonial-user img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin-right: 15px;
  border: 2px solid #0071eb;
}

.testimonial-nav {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 30px;
  justify-content: center;
}

.testimonial-pagination {
  font-size: 16px;
}

.swiper-button-next,
.swiper-button-prev {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  font-size: 18px;
  user-select: none;
}
.faq-section {
  background-color: #fff;
  padding: 60px 20px;
  max-width: 800px;
  margin: auto;
}

.faq-section h2 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
  color:#2355ad;
}

.faq-item {
  border-bottom: 1px solid #ddd;
}

.faq-question {
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  font-size: 18px;
  padding: 20px 0;
  cursor: pointer;
  font-weight: 600;
  position: relative;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 20px;
  font-size: 20px;
  transition: transform 0.3s ease;
}

.faq-question.active::after {
  content: "-";
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 0 0 0;
  color: #555;
  font-size: 16px;
}

.faq-answer.open {
  padding: 15px 0;
  padding-top: 0;
}
footer.footer{
    background: #e5eff9;
    padding: 10px;
}
footer.footer .footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1320px;
    margin: 0 auto;

}

/* popup css */
.popup-overlay {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.5);
    display: flex; align-items: center; justify-content: center;
    z-index: 9999;
  }
  .popup-content {
    background: #fff;
    /* padding: 2rem 2.5rem; */
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.2);
    position: relative;
    text-align: center;
    max-width: 90vw;
    width: 500px;
  }
  .popup-close {
    position: absolute;
    top: 12px; right: 18px;
    font-size: 1.5rem;
    cursor: pointer;
    color: #333;
  }
  form label{
    display: block;
    margin-bottom: 10px;
    text-align: left;
  }
.fixed-cta{
  position: fixed;
  bottom: 25px;
  right: 25px;
  /* background-color: #fff; */
  padding: 10px;
      z-index: 1;
}
.fixed-cta a{
  font-size: 30px;
  text-decoration: none;
  margin-bottom: 15px;
}
a#whatsappBtn{
  color: #25ca58;
}
.fixed-cta a:nth-child(2){
  color: #2355ad;
}
@media screen and (max-width:767px) {
	a#whatsappBtn{
		border: 1px solid #25ca58;
	}
	.fixed-cta a:nth-child(2){
	border: 1px solid #2355ad;
	}
	.testimonial-section{
		padding:40px 40px;
	}
	.testimonial-user img{
		width: 100px;
    height: 100px;
	}
}

.fixed-popup{
    position: fixed;
    top: 50%;
    right: 22px;
    transform: translateY(-50%) rotate(90deg);
    transform-origin: right center;
    z-index: 10000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.ai-popup-content{
  display: flex;
  flex-direction: column;
}
.fixed-cta a span{
  display: none;
}
.footer-right a:first-child {
  margin-right: 10px;
}

/* missing vision */
.mission-vision-section{
  padding: 60px 0;
}
.mission-content, .vision-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.mission-content .mission-text,
.vision-content .vision-text {
  flex: 1;
}

.mission-content .mission-image img,
.vision-content .vision-image img {
  max-width: 450px;
  width: 100%;
}

.mission-content h2, .vision-content h2 {
  font-size: 32px;
  line-height: 35px;
}
.mission-content p, .vision-content p {
    font-size: 16px;
    line-height: 24px;
    color: #333;
}

.vision {
  /* background: #f2f2f2; */
  border-top: 1px dashed #1e2150;
}

    /* Responsive */
    
@media (max-width: 1350px) {
    .container {
        max-width: 1200px;
        margin: 0 auto;
    }
}
@media (max-width: 1024px) {
    .container {
        max-width: 920px;
        margin: 0 auto;
    }
    .swiper.slider-swiper .swiper-wrapper {
        gap: 26px;
        display: block;
        width: 98%;
        margin: auto;
    }
    .swiper.slider-swiper .swiper-wrapper .swiper-slide {
        flex-basis: 100%;
        margin-bottom: 15px;
    }
    .why_school_content {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 23px;
        justify-content: space-between;
    }
}
@media (max-width: 820px) {
    .container {
        max-width: 750px;
        margin: 0 auto;
    }
}
    @media (max-width: 768px) {
        .swiper.slider-swiper .swiper-wrapper {
            gap: 26px;
            display: block;
            width: 90%;
            margin: auto;
        }
        .swiper.slider-swiper .swiper-wrapper .swiper-slide {
            flex-basis: 100%;
            margin-bottom: 15px;
        }
        .ai-container {
            flex-direction: column;
        }
        .ai-left h2 {
            font-size: 28px;
        }
        .franchise-container {
            flex-direction: column;
            padding: 0 20px;
        }

        .franchise-left, .franchise-right {
            width: 100%;
        }

        .franchise-left h2 {
            font-size: 30px;
            width: 100%;
            line-height: 33px;
            text-align: center;
        }
        .slider-card {
            /* padding: 60px 40px; */
        }
        .faq-section h2 {
          text-align: center;
          font-size: 26px;
          margin-bottom: 20px;
          line-height: 32px;
      }
        .franchise-right {
            flex: 1;
            max-width: 500px;
            margin: auto;
        }
        .header {
            /* flex-direction: column; */
            text-align: center;
            padding: 15px;
        }
        .header img.logo {
            height: 40px;
        }
        .ai-cta {
            display: flex;
            background-color: #2355ad;
            color: #fff;
            padding: 10px 10px;
            font-weight: 500;
            text-decoration: none;
            border-radius: 8px;
            transition: background 0.3s;
            font-size: 12px;
            align-items: center;
            justify-content: center;
        }
        .contact-info {
            font-size: 14px;
            color: #444;
            text-align: left;
        }
        .header .center {
            justify-content: center;
            margin: 10px 0;
            display: none;
        }

        .contact-info span {
        display: block;
        margin: 5px 0;
        }
        .usp-card {
            width: 90%;
            margin-top: 0 !important;
            margin: auto;
            padding: 20px;
            height: auto;
        }
        .testimonial-stats {
            display: block;
            gap: 50px;
            margin-bottom: 40px;
        }
        .usp-card h4 {
            margin-bottom: 10px;
        }
        .usp-zigzag h2 {
            font-size: 28px;
            font-weight: 500;
            color: #2355ad;
            margin-bottom: 30px;
            line-height: 1.4;
            text-align: center;
            margin-top: 0;
        }
        .usp-container{
            max-width: 600px;
        }
        .ai-left {
            flex: 1;
            min-width: 300px;
            position: static;
            top: 0;
        }
        .testimonial-flex {
            grid-template-columns: repeat(1, 1fr);
        }
        .enquiry-box {
            padding: 10px;
        }
        .fixed-cta {
          width: 100%;
          /* background-color: #fff; */
          bottom: 0;
          right: 0;
        }
        .ai-popup-content {
            display: flex;
            flex-direction: row;
            justify-content: space-around;
            width: 100%;
        }
      /*  .fixed-popup {*/
      /*    position: fixed;*/
      /*    bottom: 50%;*/
      /*    right: -23px;*/
          /* background-color: #fff; */
      /*    padding: 0;*/
      /*    border-radius: 10px;*/
      /*    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);*/
      /*    z-index: 10000;*/
      /*    transform: rotate(90deg);*/
      /*}*/
      .fixed-cta a span{
        display: inline-block;
      }
        .fixed-cta a {
        font-size: 18px;
        text-decoration: none;
        font-weight: 500;
        background: #fff;
        padding: 10px 15px;
        border-radius: 20px;
        box-shadow: 0 2px 0px #333;
      }
      .swiper.slider-swiper h3 {
          font-size: 26px;
          font-weight: 500;
          /*color: #1a1a1a;*/
          margin-bottom: 30px;
          margin-top: 0;
      }
      .slider-card .icon-hover-effect {
          display: contents;
      }
      .slider-card:hover .icon-hover-effect {
          /* transform: translateX(-110px); */
          color: #0056b3;
      }
      .testimonial-header h2 {
          font-size: 26px;
          font-weight: 500;
          margin-bottom: 8px;
      }
      footer.footer .footer-container {
          display: block;
          justify-content: space-between;
          align-items: center;
          max-width: 1320px;
          margin: 0 auto;
          text-align: center;
      }
      .why_school{
          padding: 25px 0;
      }
      .usp-zigzag h2, .why_school h2 {
        font-size: 26px;
        line-height: 32px;
      }
      .ai-sticky-section,.swiper.slider-swiper,.faq-section {
            /* background: linear-gradient(to right, #fefefe, #e6f0ff); */
            /*background: url(../images/contact_bg.png) no-repeat center center;*/
            padding: 30px 20px;
      }
      .why_school_content{
          display: grid;
          grid-template-columns: repeat(2, 1fr);
          gap: 10px;
          justify-content: space-between;
          padding: 20px;
      }
      .why_school_item {
        border: 1px solid #333;
        padding: 12px;
        text-align: center;
        border-radius: 5px;
      }
      .mission-vision-section {
          padding: 60px 20px;
      }
      .mission-content {
          flex-direction: column-reverse;
      }
      .vision-content {
            flex-direction: column;
        }
       .why_school_item h3 {
            font-size: 23px;
        }
        .why_school_item p {
            font-size: 16px;
        }
        .slider-content p {
            font-size: 18px;
            line-height: 24px;
        }
    }