

/* @import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

body{
      /* font-family: "Source Sans 3", sans-serif; */
      font-family: "Noto Sans", sans-serif;
}
.owl-carousel .item {
  margin: 10px;
}

.owl-carousel .card {
  border-radius: 10px;
  overflow: hidden;
}

.bg-hero-gradient-desktop{
      background-color: #f6f6f6;
      background-image: url("../images/elements.png") , url("../images/elements-2.png");
      background-position: top left 430px, bottom 25px left 5px;
      background-repeat: no-repeat no-repeat;
    min-height: 100vh;

}
.right-girl{
  position: relative;
}

.decorative-element {
position: absolute;
    left: 0;
    top: -52px;
    width: 100%;
    z-index: 1;
}
.girl-img{
position: relative;
    z-index: 2;
    right: 80px;
    top: 50px;
    width: 384px;
}

.btn-admission {
  background-color: #ff5d29;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 8px 20px;
  border-radius: 6px;
  border: none;
}

.book-your-spot {
  background: #0066cc;
  color: #fff;
  padding: 9px 15px;
  border-radius: 8px;
  font-size: 1.1rem;
  text-decoration: none;
  display: inline-block;
}

.book-your-spot:hover {
  background: #004999;
  color: #fff;
}








/* Section background */
.explore-life {
 background: #f1f2f2;
 padding-bottom: 70px !important;
}
.explore-life h3 {
  color: #1f4d9e;
  font-size: 35px;
}


/* Card styling */
.life-card {
  background: #ddd;
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
  width: 240px;
  margin: auto;
  transition: transform 0.3s ease;
}


/* Footer */
.life-footer {
   background: #ff5d29;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  padding: 10px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

/* Tilt effects */
.tilt-left {
  transform: rotate(-8deg);
}
.tilt-center {
  transform: rotate(0deg);
}
.tilt-right {
  transform: rotate(8deg);
}

/* Smooth hover effect */
.life-card:hover {
  transform: scale(1.05);
  z-index: 2;
}

/* Owl dots styling */
.owl-dots {
  margin-top: 20px;
}
.owl-dot span {
  background: #ccc !important;
}
.owl-dot.active span {
  background: #f47921 !important;
}



/* testimonials */
.testimonial-content h6 {
  margin-bottom: 15px;
  font-size: 1.1rem;
}

.testimonial-content p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #333;
  font-style: italic;
}

.testimonial-card,
.testimonial-card::before,
.testimonial-avatar {
  display: none !important;
}

/* Video item styling */
.video-item {
  max-width: 640px;
  margin: 0 auto;
}

.video-item iframe {
  border-radius: 12px;
  border: none;
}

/* Owl Carousel Arrows */
.testimonials .owl-nav {
  margin-top: 20px;
  text-align: center;
}

.testimonials .owl-nav button {
  background: #1d4ba8;
  border: none;
  margin: 0 10px;
  padding: 8px 15px;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  transition: 0.3s;
}

.testimonials .owl-nav button:hover {
  background: #f47921;
}

.blue-divider{
  height: 20px;
  margin: 0;
  padding: 0;
}
.blue-grey-divider{
  margin-top: -1px;
}
.core-values {
background: #00387e;
}
.core-wrapper img{
  width: 85%;
}

.core-values h3 {
 color: #fff;
  font-size: 35px;
  margin-bottom: 40px;
}


/* Coaching Section */
.coaching-section {
  background: #f1f2f2;
  /* padding: 10px 0; */
  text-align: center;
}

/* .coaching-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 25px;
  justify-content: center;
} */

.coaching-card {
      background: #ff5d29;
    color: #fff;
    /* padding: 14px 20px; */
    border-radius: 12px;
    font-weight: 600;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    font-size: 15px;
}
.coaching-img{
      border-top-right-radius: 12px;
    border-top-left-radius: 12px;
}


.coaching-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 cards in mobile */
  gap: 20px;
  justify-items: center;
}

@media (min-width: 768px) {
  .coaching-grid {
    grid-template-columns: repeat(3, 1fr); /* 3 cards in tablet/desktop */
    padding: 0 52px 0 52px;
  }
}
  .transport-section {
      display: flex;
      align-items: center;
      justify-content: center;
      /* background: #f1f2f2; */
    }

    .transport-text {
      font-size: 24px;
  font-weight: 700;
  font-style: italic;
  color: #1e3d9f; /* same blue */
  position: relative;
  line-height: 1.4;
  z-index: 2;
    }

   /* Yellow streak effect */
.transport-text::before {
  content: "";
  position: absolute;
  right: -50px;
  top: 30%;
  width: 120px;
  height: 30px;
  background: #ffb400; /* yellow streak */
  clip-path: polygon(0 0, 100% 40%, 100% 60%, 0 100%);
  z-index: -1;
}

/* Bus image */
.transport-image img {
  max-width: 280px;
  height: auto;
}

    /* Responsive */
    @media (max-width: 768px) {
      .transport-section {
        flex-direction: column;
        text-align: center;
      }
      .transport-image img {
        max-width: 200px;
      }
    }


.admission-section {
      text-align: center;
      padding: 40px 20px;
    }

    .admission-section h2 {
      font-size: 35px;
      font-weight: bold;
      color: #2455a2;
      margin-bottom: 10px;
    }

    .admission-section p {
      font-size: 20px;
      color: #2455a2;
    }
  .step-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 12px;
  overflow: hidden;
}

.step-card:hover {
  transform: scale(1.05); /* zoom effect */
}

.step-card img {
  width: 100%;
  height: auto;
  display: block;
}

    .ktgs-learning {
  text-align: center;
  padding: 50px 30px;
}

.ktgs-learning .heading {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #1e3d9f;
}
.orange-text{
color: #ff5d29;
}

/* Card wrapper */
.card-wrapper {
  display: flex;
  justify-content: center;
  min-height: 377px;
}

/* Card */
.card {
  border-radius: 20px;
  color: #fff;
  width: 280px;
  height: 320px;
  display: flex;
  flex-direction: column;
 /* justify-content: space-between;  */
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
}

/* Card header (tab style) */
.card-header {
  background: #ff5d29;
  color: #ffffff;
  border-radius: 0 0 20px 20px;
  padding: 12px;
  font-weight: 700;
}
.card-header-blue {
  background: #1e3d9f;
    color: #ffffff;
  padding: 12px;
}
.card-header-blue h3{
  margin: 0;
  font-size: 23px;
  font-weight: 600;
}
.card-header h3 {
  margin: 0;
  font-size: 23px;
  font-weight: 600;
}
.card-header-blue small{
   font-size: 16px;
  font-weight: 500;
}
.card-header  small {
  font-size: 16px;
  font-weight: 500;
}

/* Card body */
.card ul {
  text-align: left;
  padding: 20px;
  list-style: none;
      padding-bottom: 0px;
}

.card ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 18px;
  font-size: 14px;
  line-height: 1.4;
  color: #1e3d9f;
}

.card ul li::before {
  content: "▪";
  position: absolute;
  left: 0;
  color: #1e3d9f;
  font-size: 16px;
}

/* Card footer */
.card-footer {
  background: #fff;
  color: #1e3d9f;
  font-size: 13px;
  padding: 8px 12px;
  margin: 15px;
  border-radius: 8px;
  font-weight: 500;
}

/* Colors */
.blue-card {
  background:  #f6f6f6;
}

.darkblue-card {
  background: #e0e0e0;
}


/* partner */
     .partner-logo {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 150px;
    }
    .partner-logo img {
      max-height: 100px;
      max-width: 200px;
      object-fit: contain;
    }
    .owl-nav button {
      background: #2455a2 !important;
      color: #fff !important;
      border-radius: 50% !important;
      width: 40px;
      height: 40px;
      margin: 5px;
    }
    .owl-dots {
      margin-top: 10px;
    }

     .faq-container {
      max-width: 880px;
      margin: 0 auto;
      text-align: left;
    }
    .faq-item {
      margin-bottom: 10px;
      border-radius: 5px;
      overflow: hidden;
      cursor: pointer;
    }
    .faq-question {
      padding: 15px;
      font-size: 17px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: #2455a2;
    color: #fff;
    }
    .faq-answer {
      display: none;
      padding: 15px 15px 15px 15px;
    font-size: 15px;
    color: #444;
    background: #f1f2f2;
    }
    .faq-item.active .faq-answer {
      display: block;
    }
    .faq-item.active .arrow {
      transform: rotate(180deg);
    }
    .arrow {
      transition: transform 0.3s;
          background-color: #fcfcfc;
    border-radius: 50%;
    padding: 3px 4px;
    height: 20px;
    width: 20px;
    font-size: 11px;
    color: #2455a2;
    }
    .callback-btn {
      margin-top: 20px;
      background: #ff5d29;
      color: white;
      border: none;
      padding: 12px 20px;
      border-radius: 6px;
      font-size: 24px;
      cursor: pointer;
      transition: 0.3s;
    }
    .callback-btn:hover {
      background: #e54510;
    }


.book-your-spot{
    color:#fff;
    background: #2455a2;
}
.mt-20{
    margin-top:20px;
}

  .form-header {
    background-color: #ff5d29; /* Same orange as in your design */
    border-radius: 10px 10px 0 0;
  }

  /* Form box styling */
  #form-section form {
    border-radius: 0 0 10px 10px;
  }

  /* Input field styling */
  .form-control, .form-select {
    border-radius: 8px;
    padding: 12px;
    font-size: 16px;
  }

  /* Mobile optimization */
  @media (max-width: 576px) {
    .form-control, .form-select {
      font-size: 14px;
      padding: 10px;
    }
  }
  .welcome-heading{
    color: #2455a2;
    font-size: 35px;
  }
  .welcome-para{
    color: #2455a2;
    font-size: 20px;
    font-weight: 600;
        line-height: 28px;
  }
  .welcome-para span{
    color: #ff5d29;
  }
    .feature-box {
    background: #fff;
    border-radius: 10px;
    transition: all 0.3s ease;
  }
  .feature-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  }
  .feature-icon {
    width: 60px;
    height: 60px;
    object-fit: contain;
    border-radius: 8px;
  }
  .feature-box h6 {
    font-size: 15px;
    font-weight: 500;
    color: #2455a2;
  }
  .join-btn{
    display: inline-block;
    padding: 12px 30px;
  font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #ff5d29; /* orange */
    border: none;
    border-radius: 10px; /* pill shape */
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  }
   .join-btn:hover{
   color: #fff;
    background: #2455a2; /* orange */
  }
  .text-sports-pa{
    color: #2455a2;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 0px;
  }
.faq-heading{
    color: #2455a2;
    font-size: 35px;
}


.rs-footer.footer-main-home .footer-tops .footer-title{
            position: relative;
    font-size: 21px;
    line-height: 28px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 30px;
}
.rs-footer.footer-main-home {
    background-color: #14376c;
    background-size: cover;
    padding: 40px 10px 0 10px;
}
.rs-footer.footer-main-home .footer-tops .footer-title:hover:before {
    width: 50px;
    left: 0;
}
.rs-footer.footer-main-home .footer-tops .footer-title:before {
    content: "";
    position: absolute;
    background: #ff5d29;
    height: 3px;
    width: 15px;
    left: 0;
    transition: all 0.4s ease;
    z-index: 1;
    bottom: -11px;
}
.rs-footer.footer-main-home .footer-tops .footer-title:hover:after {
    width: 15px;
    left: 60px;
}
.rs-footer.footer-main-home .footer-tops .footer-title:after {
    position: absolute;
    content: "";
    background: #ff5d29;
    height: 3px;
    transition: all 0.4s ease;
    width: 50px;
    right: 0;
    left: 25px;
    bottom: -11px;
    margin-left: 0;
    z-index: 0;
}
.rs-footer.footer-main-home .footer-tops .address-widget li {
    padding: 0 0 8px 0px;
    position: relative;
}
.rs-footer.footer-main-home .footer-tops .address-widget li i {
    color: #ff5d29;
    position: absolute;
    left: 0;
}
.rs-footer.footer-main-home .footer-tops .address-widget li .desc a {
    color: #ffffff;
    font-size: 16px;
}
.rs-footer.footer-main-home .footer-tops .address-widget li .desc a:hover {
    color: #ff5d29;
    text-decoration: none !important;
}
.footer-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.address-widget li {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.footer-social li {
  display: inline-block;
  margin-right: 8px;
}

.address-widget{
  padding-left: 0;;
}
.address-widget li a{
  text-decoration: none;
}
.rs-footer.footer-main-home .footer-tops .footer-social {
    display: flex;
    gap: 12px;
    padding-left: 0;
    flex-wrap: wrap;
}

.rs-footer.footer-main-home .footer-tops .footer-social li {
    list-style: none;
}

.rs-footer.footer-main-home .footer-tops .footer-social li a {
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}

.rs-footer.footer-main-home .footer-tops .footer-social li a img {
    width: 18px;
    height: 18px;
    filter: brightness(0) invert(1); /* make icons white */
    transition: transform 0.4s ease;
}

/* Hover Effects */
.rs-footer.footer-main-home .footer-tops .footer-social li a:hover {
    transform: translateY(-5px);
    background-color: #ff5d29;
}



.rs-footer.footer-main-home .footer-tops .footer-social li a:hover img {
    transform: scale(1.2);
    color: #fff; /* switch to colored icons if logos have colors */
}
.rs-footer.footer-main-home .footer-bottom {
    border-top: 2px solid #ffffff0a;
    padding: 20px 0 10px 0;
    background: #082f6a;
}
.rs-footer.footer-main-home .footer-tops .footer-social li a img {
    font-size: 14px;
    margin-right: 3px;
    transition: all 0.8s ease;
    /* background: #1c202469; */
    color: #fff;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 35px;
    border-radius: 5px;
}


.Admission{
  width: 60%;
}
.testimonial-card {
  background: #f7f7f7;
  border-radius: 15px;
  padding: 40px 20px 20px;
  position: relative;
  max-width: 350px;
}

.testimonial-avatar {
  width: 80px;
  height: 80px;
  background: #ff5722;
  border-radius: 50%;
  position: absolute;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.testimonial-content h6 {
  margin-top: 50px;
  font-weight: bold;
}

.testimonial-content p {
  font-size: 14px;
  color: #333;
}
.image-hed{
  width: 356px;
}
.paragrap{
  font-size: 15px;
  font-weight: 400;
      color: #2455a2;
}
.explore-paragrap{
    font-size: 18px;
  font-weight: 500;
      color: #2455a2;
}
.bus-animation{
  width: 60%;
}
.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
   z-index: 9999;
  width: 50px;
  height: 50px;
  font-size: 20px;
  font-weight: 700;
  color: #fff !important;
  background: #ff5d29;
  border: none;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.back-to-top:hover {
  background: #e14c1c;
}
.form-header h4{
  font-size: 20px;
}
.virtual-tour-section {
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.virtual-tour-bg {
  background: url('../images/virtual-bg.webp') no-repeat center center/cover;
  position: absolute;
  inset: 0;
  z-index: 1;

}

.virtual-tour-overlay {
  background: rgb(21 37 57 / 77%);/* blue overlay */
  position: absolute;
  inset: 0;
  z-index: 2;
}

.virtual-tour-section .container {
  z-index: 3;
}

.virtual-tour-section h2,
.virtual-tour-section p {
  color: #fff;
}
.virtual-tour-section h2{
font-size: 40px;
}
.virtual-tour-section p{
  font-weight: 400;
}

.ktgsat-section {
  background: #f8f9fa;
  padding: 100px 0;
}

.ktgsat-section h4 {
  color: #2455a2;
}

.ktgsat-section h2 {
  color: #ff5d29;
  font-size: 38px;
}

.ktgsat-section .exam-date {
    background: #2455a2;
    color: #86e0ff;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 6px;
}
.py-70{
  padding: 70px 0;
}
.transfortation-text{
  color: #2455a2;
    font-size: 48px;
}