


  * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

    html, body {
      font-family: "Fira Sans Condensed";
      /* font-weight: 400; */
      line-height: 1.4;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }




    @font-face {
    font-family: 'Gilroy-Bold';
    src: url('fonts/Gilroy-Bold.woff2') format('woff2'),
         url('fonts/Gilroy-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}



    .admission-banner {
      background: #413190; /* Purple */
      color: white;
      font-weight: 700;
      text-align: center;
      padding: 8px 0;
      font-size: clamp(0.8rem, 1vw,1.3rem);
    }
    .navbar-nav .nav-link {
      font-weight: 600 !important;
      padding: 0.8rem 1rem;
      color: #000000;
      margin: 0.7rem 0.7rem !important;
 
      font-family: "Fira Sans Condensed" !important;

    }



    .apply{

        background-color: #8D7BE9 !important;
        color: #FFFFFF !important;
        border-radius: 0px !important;
        padding: 10px 25px !important;
                font-weight: 700 !important;
        font-size: 1rem !important;

    }


.top{
       display: flex;
        /* border: 1px solid red; */
        justify-content: end;

    }

    .top-bar{
       
        width: max-content;
        /* margin-left: auto;  */
        background-color: #F0F0F0;
   
        /* width: 100%; */
    }
    .top-bar .btn-link{
        font-weight: 700 !important;
        font-size: 1rem !important;
        color: #5544AA;
        padding: 10px 25px !important;
       
    }








    @media (max-width:410px) {




    .apply{

        background-color: #8D7BE9;
        color: #FFFFFF;
        border-radius: 0px !important;
        padding: 10px 25px !important;
                font-weight: 700 !important;
        font-size: 0.2rem !important;

    }

    

    .top-bar .btn-link{
        font-weight: 700 !important;
        font-size: 0.4rem !important;
        color: #5544AA;
        padding: 10px 5px !important;
       
    }



    
.card-3 {
   top: 0px !important; left: 50% !important; 
  transform: translateX(-50%) !important;

  margin-top: 20px !important;

   }







  
}



    











/* Remove Bootstrap's default caret */
.navbar .dropdown-toggle::after {
  display: none !important;
}

/* Custom dropdown icon */
.navbar .dropdown-icon {
  margin-left: 5px;
  color: rgb(220, 53, 53); /* make icon red */
  transition: transform 0.3s ease;
  font-size: 12px;
}

/* Rotate when dropdown is open */
.dropdown.show .dropdown-toggle .dropdown-icon {
  transform: rotate(180deg);
}


.navbar-toggler:focus,
.navbar-toggler:active {
  outline: none !important;
  box-shadow: none !important;
}









/* Default dropdown look */
.dropdown-menu {
  transition: all 0.3s ease;
  overflow: hidden;
}



      
    





















@media (max-width: 576px) {


  .navbar-nav .nav-link {
      font-weight: 600 !important;
      padding: 0.5rem 0.8rem !important;
      color: #000000;
      margin: 0.5rem 0.5rem !important;
    }



    .apply{

        background-color: #8D7BE9 !important;
        color: #FFFFFF;
        border-radius: 0px !important;
        padding: 8px 20px !important;
                font-weight: 700 !important;
        font-size: 0.8rem !important;

    }


    .top-bar .btn-link{
        font-weight: 700 !important;
        font-size: 0.8rem !important;
        color: #5544AA !important;
        padding: 10px 25px !important;
       
    }

}









































































































  
/* Hero Section */
.about-hero {
  background: linear-gradient(135deg, #7c3aed, #b6a9f4); /* Premium gradient */
  color: #fff;
  padding: 180px 0 !important;
  position: relative;
  overflow: hidden;
}

.about-hero .hero-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1.2;
}

.about-hero .hero-subtitle {
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  margin-top: 20px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
}

.about-hero .btn-primary {
  background-color: #fff;
  color: #7c3aed;
  border-radius: 50px;
  padding: 12px 30px;
  font-weight: 600;
  transition: 0.3s;
}

.about-hero .btn-primary:hover {
  background-color: #7c3aed;
  color: #fff;
}

.hero-image-wrapper {
  position: relative;
  display: inline-block;
  /* animation: float 6s ease-in-out infinite; */
}

.hero-image {
  border-radius: 25px;
  max-width: 90%;
}


/* @keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-15px); }
} */


@media (max-width: 991px) {
  .about-hero {
    padding: 60px 0;
  }
  .about-hero .hero-title {
    font-size: clamp(2rem, 6vw, 3rem);
  }
  .about-hero .hero-subtitle {
    font-size: clamp(1rem, 2.5vw, 1.4rem);
  }
  .hero-image {
    max-width: 80%;
  }
}







    /* About SAT Section */
    .about-sat {
      padding: 80px 0;
      background-color: #fff;
    }
    .about-sat h2 {
      color: #8D7BE9;
      font-weight: bold;
      font-size: clamp(2rem,3vw,3rem) !important;

    }
    .about-sat p {
      margin-bottom: 15px;
      line-height: 1.7;
      font-size: clamp(0.8rem,1.3vw,1.3rem);
    }
    .btn-custom {
      background-color: #8D7BE9 !important;
      color: #fff !important;
      border-radius: 8px;
      padding: 14px 20px !important;
    }
    .btn-custom:hover {
      background-color: #392e74;
      color: #fff;
    }

    

    /* Mission & Values Section */
    .mission-values {
      padding: 80px 0;
      background: #eef5f9;
    }
    .mission-values .card {
      border: none;
      border-radius: 12px;
      padding: 30px;
      height: 100%;
      box-shadow: 0 6px 20px rgba(0,0,0,0.05);
      background: #fff;
    }
    .mission-values h3 {
      color: #8D7BE9;
      font-weight: bold;
      margin-bottom: 20px;
    }
    .mission-values p{
      font-size: clamp(0.8rem,1.3vw,1.3rem);
    }
    .icon-shape {
      width: 60px;
      height: 60px;
      border-radius: 15px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 20px;
      background-color: #f1f1f6;
    }
    .icon-shape i {
      font-size: 30px;
      color: #8D7BE9;
    }















 





/* CKEditor content styling */
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  color: #8D7BE9;         /* Headings in violet */
  font-weight: 600;
}

.content p {
  color: #333;           /* Paragraph text in dark gray/black */
  line-height: 1.6;
  margin-bottom: 1rem;
}
.content img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;   /* Fill both width & height */
  border-radius: 12px;
}
















.footer-section {
  background-color: #f8fbff;
  font-family: 'Lexend', sans-serif;
  padding: 40px 0 20px;
  color: #0b0b45;

}

.footer-nav .nav-link {
  color: #041CA7;
  font-weight: 400;
  margin: 0 0.2rem !important;
  transition: color 0.3s ease;
  font-size: clamp(0.8rem,1.3vw,1.3rem);
}


@media (max-width:476px) {

  .footer-nav .nav-link {

  margin: 0px !important;

  padding: 5px 8px;

  font-size: 0.7rem;
}

.privacyside{
  margin-top: 10px !important;
}


  
}

.footer-nav .nav-link:hover {
  color: #5a3dff;
}

.footer-contact p {
  margin: 15px ;
  font-weight: 400;
  color: #040463;
  font-size: clamp(1rem,1.3vw,1.3rem);
}

.footer-contact i {
  color: #0BD0D0;
  margin-right: 6px;
}

.footer-bottom {
  background-color: #8D7BE9;
  border-radius: 40px;
  padding: 15px 25px;
  color: #fff;
  flex-wrap: wrap;
  text-align: center;
  margin-top: 3rem;
}

.footer-social a {
  display: inline-block;
  background: #fff;
  color: #000;
  margin: 0 6px;
  padding: 9px 13px;
  border-radius: 50%;
  font-size: 18px;
  transition: 0.3s;
}

.footer-social a:hover {
  background: #f1f1f1;
  color: #5a3dff;
}

.footer-info p {
  margin: 0;
  font-size: clamp(13px,1vw,16px) !important;
  font-weight: 300 !important;
}

.privacyside a {
  color: #fff;
  text-decoration: none;
  margin: 0 5px;
  font-weight: 300 !important;
  font-size: clamp(13px,1vw,16px) !important;


}

.privacyside {
    color: #fff;
  text-decoration: none;
  margin: 0 5px;
  font-weight: 300 !important;

}

.footer-info a:hover {
  text-decoration: underline;
}

.divider {
  margin: 0 5px;
  
}



