


  * {
  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 */
        .hero {
            background: linear-gradient(135deg, #8D7BE9 0%, #6B5ACF 100%);
            color: white;
            padding: 6rem 2rem;
            text-align: center;
        }

        .hero-content {
            max-width: 800px;
            margin: 0 auto;
        }

        .hero h1 {
            font-size: 3.5rem;
            font-weight: 700;
            margin-bottom: 1.5rem;
            line-height: 1.2;
        }

        .hero p {
            font-size: 1.3rem;
            margin-bottom: 2rem;
            opacity: 0.95;
        }

        .cta-button {
            display: inline-block;
            background-color: white;
            color: #8D7BE9;
            padding: 1rem 2.5rem;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 600;
            font-size: 1.1rem;
            transition: transform 0.3s, box-shadow 0.3s;
        }

        .cta-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.2);
        }

        /* Why Join Section */
        .why-join {
            padding: 5rem 2rem;
            background-color: #f9f9f9;
        }

        .section-title {
            text-align: center;
            font-size: 2.5rem;
            font-weight: 700;
            color: #333;
            margin-bottom: 1rem;
        }

        .section-subtitle {
            text-align: center;
            font-size: 1.2rem;
            color: #666;
            margin-bottom: 4rem;
        }

        .benefits-grid {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 2.5rem;
        }

        .benefit-card {
            background: white;
            padding: 2.5rem;
            border-radius: 15px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.08);
            transition: transform 0.3s, box-shadow 0.3s;
            text-align: center;
        }

        .benefit-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 35px rgba(141, 123, 233, 0.2);
        }

        .benefit-icon {
            width: 70px;
            height: 70px;
            background-color: #8D7BE9;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 1.5rem;
            font-size: 2rem;
        }

        .benefit-card h3 {
            font-size: 1.5rem;
            color: #333;
            margin-bottom: 1rem;
        }

        .benefit-card p {
            color: #666;
            line-height: 1.7;
        }

        /* Team Image Section */
        .team-section {
            padding: 5rem 2rem;
            background-color: white;
        }

        .team-container {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 4rem;
            align-items: center;
        }

        .team-image {
            width: 100%;
            height: 400px;
            background: linear-gradient(135deg, #8D7BE9 0%, #6B5ACF 100%);
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 1.5rem;
            font-weight: 600;
        }

        .team-content h2 {
            font-size: 2.5rem;
            color: #333;
            margin-bottom: 1.5rem;
        }

        .team-content p {
            color: #666;
            font-size: 1.1rem;
            line-height: 1.8;
            margin-bottom: 1.5rem;
        }

        /* Job Listings */
        .job-listings {
            padding: 5rem 2rem;
            background-color: #f9f9f9;
        }

        .jobs-container {
            max-width: 1200px;
            margin: 0 auto;
        }

        .job-filters {
            display: flex;
            gap: 1rem;
            margin-bottom: 3rem;
            flex-wrap: wrap;
            justify-content: center;
        }

        .filter-btn {
            padding: 0.7rem 1.5rem;
            border: 2px solid #8D7BE9;
            background-color: white;
            color: #8D7BE9;
            border-radius: 25px;
            cursor: pointer;
            font-family: "Fira Sans Condensed", sans-serif;
            font-weight: 600;
            transition: all 0.3s;
        }

        .filter-btn:hover,
        .filter-btn.active {
            background-color: #8D7BE9;
            color: white;
        }

        .job-card {
            background: white;
            padding: 2.5rem;
            border-radius: 15px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.08);
            margin-bottom: 2rem;
            transition: transform 0.3s, box-shadow 0.3s;
        }

        .job-card:hover {
            transform: translateX(10px);
            box-shadow: 0 10px 30px rgba(141, 123, 233, 0.15);
        }

        .job-header {
            display: flex;
            justify-content: space-between;
            align-items: start;
            margin-bottom: 1.5rem;
            flex-wrap: wrap;
            gap: 1rem;
        }

        .job-title {
            font-size: 1.8rem;
            color: #333;
            font-weight: 700;
        }

        .job-type {
            padding: 0.5rem 1rem;
            background-color: #8D7BE9;
            color: white;
            border-radius: 20px;
            font-size: 0.9rem;
            font-weight: 600;
        }

        .job-meta {
            display: flex;
            gap: 2rem;
            margin-bottom: 1.5rem;
            color: #666;
            flex-wrap: wrap;
        }

        .job-meta span {
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }

        .job-description {
            color: #666;
            line-height: 1.7;
            margin-bottom: 1.5rem;
        }

        .apply-btn {
            padding: 0.8rem 2rem;
            background-color: #8D7BE9;
            color: white;
            border: none;
            border-radius: 25px;
            font-family: "Fira Sans Condensed", sans-serif;
            font-weight: 600;
            cursor: pointer;
            transition: background-color 0.3s, transform 0.3s;
        }

        .apply-btn:hover {
            background-color: #6B5ACF;
            transform: scale(1.05);
        }





















 











    

/* Responsive */
        /* Popup Modal */
        .modal {
            display: none;
            position: fixed;
            z-index: 1000;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.6);
            backdrop-filter: blur(5px);
        }

        .modal.active {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .modal-content {
            background-color: white;
            padding: 3rem;
            border-radius: 20px;
            max-width: 600px;
            width: 90%;
            max-height: 90vh;
            overflow-y: auto;
            position: relative;
            animation: slideIn 0.3s ease-out;
        }

        @keyframes slideIn {
            from {
                transform: translateY(-50px);
                opacity: 0;
            }
            to {
                transform: translateY(0);
                opacity: 1;
            }
        }

        .close-modal {
            position: absolute;
            right: 1.5rem;
            top: 1.5rem;
            font-size: 2rem;
            color: #666;
            cursor: pointer;
            transition: color 0.3s;
            background: none;
            border: none;
            line-height: 1;
        }

        .close-modal:hover {
            color: #8D7BE9;
        }

        .modal-header {
            margin-bottom: 2rem;
        }

        .modal-header h2 {
            color: #8D7BE9;
            font-size: 1.7rem;
            margin-bottom: 0.5rem;
        }

        .modal-header p {
            color: #666;
        }

        .application-form {
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
        }

        .form-group {
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
        }

        .form-group label {
            color: #333;
            font-weight: 600;
            font-size: 1rem;
        }

        .form-group input,
        .form-group textarea,
        .form-group select {
            padding: 0.9rem;
            border: 2px solid #e0e0e0;
            border-radius: 10px;
            font-family: "Fira Sans Condensed", sans-serif;
            font-size: 1rem;
            transition: border-color 0.3s;
        }

        .form-group input:focus,
        .form-group textarea:focus,
        .form-group select:focus {
            outline: none;
            border-color: #8D7BE9;
        }

        .form-group textarea {
            resize: vertical;
            min-height: 100px;
        }

        .form-group input[type="file"] {
            padding: 0.7rem;
        }

        .form-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1.5rem;
        }

        .submit-btn {
            padding: 1rem 2rem;
            background-color: #8D7BE9;
            color: white;
            border: none;
            border-radius: 25px;
            font-family: "Fira Sans Condensed", sans-serif;
            font-weight: 600;
            font-size: 1.1rem;
            cursor: pointer;
            transition: background-color 0.3s, transform 0.3s;
            margin-top: 1rem;
        }

        .submit-btn:hover {
            background-color: #6B5ACF;
            transform: scale(1.02);
        }

        .required {
            color: #8D7BE9;
        }

        @media (max-width: 768px) {
            .hero h1 {
                font-size: 2.5rem;
            }

            .team-container {
                grid-template-columns: 1fr;
            }

            .nav-links {
                gap: 1rem;
            }

            .section-title {
                font-size: 2rem;
            }

            .form-row {
                grid-template-columns: 1fr;
            }

            .modal-content {
                padding: 2rem;
            }
        }

















.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;
  
}









.alert-container {
  position: fixed;
  top: 80px; /* Adjust depending on your navbar height */
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  width: 100%;
  max-width: 700px;
}

.custom-alert {
  background: #fff;
  color: #333;
  border: 1px solid #6d08a8;
  box-shadow: 0 4px 15px rgba(129, 10, 159, 0.1);
  padding: 15px 20px;
  border-radius: 10px;
  font-size: 16px;
  text-align: center;
  animation: fadeInOut 4s ease forwards;
}

/* Smooth fade-in and fade-out animation */
@keyframes fadeInOut {
  0% { opacity: 0; transform: translateY(-20px); }
  10%, 90% { opacity: 1; transform: translateY(0); }
  100% { opacity: 0; transform: translateY(-20px); }
}

