
@import url('https://fonts.googleapis.com/css2?family=Teachers:ital,wght@0,400..800;1,400..800&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Teachers", sans-serif;
}

html, body {
    width: 100%;
    height: 100%;
}

/* Navbar */
.navbar {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1030;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    background-color: #042242;
    border-bottom: 1px solid #ffcc00;
}

.navbar .container {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; /* Added for alignment */
}

.navbar .container .menu{
    display: flex;
    align-items: center;
}

.navbar .container .logo {
    width: 50%;
}

.navbar .container .logo img {
    width: 40%;
}

.navbar .nav-links {
    width: 50%;
    list-style-type: none;
    display: flex;
    align-items: center;
}

.navbar .nav-links li {
    margin-left: .8rem;
    font-size: 18px;
   
}

.navbar .nav-links a {
    color: #ffcc00;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.678);
    text-transform: uppercase;
    text-decoration: none;
    padding: 5px;
    cursor: pointer;
}

.navbar .nav-links a:hover {
    color: #ffcc00;
    border-bottom: 2px solid #ffcc00;
    border-radius: 2px;
}

.navbar .menu-icon {
    display: none;
    cursor: pointer;
    font-size: 24px;
    color: #ffcc00;
}

/* Hero Section */
.hero {
    
    height: 100vh;
    background-image: url('images/new.png'); 
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    position: relative;
    /* z-index: -1; */
}

.hero-content {
    background: rgba(0, 0, 0, 0.747);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    padding: 2rem;
    border-radius: 8px;
    color: white;
}

.hero h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    text-shadow: 1px 5px 2px rgb(0, 0, 0);
}

.hero span {
    color: #ffcc00; 
    text-shadow: 1px 5px 2px rgba(0, 0, 0, 0.5);/* Mustard Yellow */
}

.hero p {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.973);
}

.cta-button {
    background-color: #ffcc00; /* Mustard Yellow */
    color: #000000;
    font-size: 24px;
    font-weight: 300;
    padding: 1% 2%;
    text-decoration: none;
    border-radius: 5px;
    transition: 0.3s;
}

/* About Section */
.about{
    padding-top: 8rem;
    background-image: url(images/SL-072321-44560-15.jpg);
    background-position: center;
    background-size:cover ;
    text-align: center;
}

.about .container-about{
    width: 90%;
    margin: 10px auto;
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
}
.container-about .paragraph{
    width: 80%;
    /* height: 40vh; */
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    text-align: justify;
}
.container-about .img{
   width: 80%;
   height: 50vh;
   display: flex;
   align-items: center;
   justify-content: center;
}

.container-about img{
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.863);
    width: 70%;
    border-radius: 5%;
}

.about h1{
    width: 80%;
    margin: 0px auto;
    font-size: 32px;
    color: #003d82;
    text-shadow: 2px 1px 8px rgba(0, 0, 0, 0.589);
    border-bottom: #003d82 2px solid;
}
.about p{
    text-align: justify;
    font-size: 20px;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
}

/* FACULTY SECTION STRATS HERE  */
.faculty{
    padding: 6rem 0;
    width: 100%;
    /* height:70vh; */
    margin: 0px auto;
    background-image: url(images/vivid-blurred-colorful-wallpaper-background.jpg);
    border-top: 2px solid #ffcc00;
    background-position: center;
    background-size: cover;
}

.faculty h1{
    text-align: center;
    width: 80%;
    margin: 0px auto;
    font-size: 2.3rem;
    color: #042242; /* Blue */
    margin-bottom: 2rem;
    border-bottom: #042242 2px solid;
}

.default-info {
    display: flex;
    align-items: center;
    font-size: 22px;
    color: #ffcc00;
}
.container-faculty {
    margin: 0px auto;
    width: 80%;
    display: flex;
    /* height: 40vh; */
    background: #00000094;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.89);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
}

.names-list {
    width: 30%;
    padding: 20px;
    border-radius: 5px;
    margin-right: 20px;
}

 .names-list h3, .info-display h3{
    font-size: 24px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.486);
    /* text-align: center; */
    text-transform: uppercase;
    color: #ffcc00;
    border-bottom: 2px solid #ffcc00;

}

.names-list ul {
    color: #ffcc00;
    text-align: center;
    list-style-type: none;
    padding: 0;
    margin: 5%;
}

.names-list ul li {
    text-align: left;
    text-transform: uppercase;
    cursor: pointer;
    padding: 10px;
    /* border-bottom: 1px solid #ddd; */
}

.names-list ul li:hover {
    color: #042242;
    background-color: goldenrod;
}

.expertises{
    display: flex;
    justify-content: start;
    justify-items: start;
    align-items: start;
    width: 100%;
}
.info-display {
    display: flex;
    width: 100%;
    padding: 20px;
}

.person-info {
    width: 100%;
    display: none;
}
.teacher-img{
    display: flex;
    gap:25px;
    margin-top: 5%;
}

.teacher-img img{
    width: 130px;
    height: 130px;
    border-radius: 5%;
    
}
.physics .teacher-img{
    width: 100%;
}

.experience{
    justify-items: end;
    text-align: left;
    align-items: end;
    color: #ffcc00;
    line-height: 1.5;
}

.experience h2{
    list-style: 1.6;
    font-size: 22px;
    text-transform: uppercase;
}


/* Courses Section */
.courses {
    padding-top: 4rem;
    padding-bottom: 2rem;
    background-color: #ffcc00;
    background-position: center;
    background-size: cover;
    text-align: center;
}

.courses h2 {
    width: 80%;
    margin: 0px auto;
    font-size: 2.5rem;
    color: #003d82; /* Blue */
    margin-bottom: 2rem;
    border-bottom: #003d82 2px solid;
}

.carousel {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    justify-items: center;
}

.carousel-item {
    flex: none;
    width: 20%;
    margin: 0 1rem;
    background-color: #ffffffe7;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    /* scroll-snap-align: center; */
    transition: transform 0.3s;
    border:#003d82 dashed 2px;
}

.carousel-item:hover {
    transform: scale(1.05);
}


.carousel-item .heading-course h3{
    width: 100%;
    /* height: 10vh; */
    font-size: 20px;
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #003d82;
    text-transform: uppercase;
    border-bottom: 1px solid #000000;
}

.carousel-item .paragraph-course p{
    font-size: 18px;
    text-align: justify;
    /* height: 55vh; */

}

.carousel-item .btn-course{
    margin-top: 5%;
}
/* Testimonials Section */
.testimonials {
    padding-top: 6rem;
    padding-bottom: 2rem;
    /* height: 40vh; */
    width: 100%;
    background-image: url(images/footer-banner.jpg);
    background-size: cover;
    background-position: center;
   
}

.testimonials h2 {
    width: 80%;
    margin: 0px auto;
    font-size: 3rem;
    text-align: center;
    color: #ffcc00; /* Blue */
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.445);
    border-bottom: #ffcc00 2px solid;
}

.testimonial-slider {
    width: 80%;
    height: 30vh;
    margin: 0px auto;
    display: flex;
    justify-content: center;
    justify-items: center;
    background-color: #00000071;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.678);
    border-radius: 8px;
    animation: appear 1s forwards;
    align-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 5vh;
}

.students{
    display: flex;
    font-size: 18px;
    color:#fff;
    text-align: justify;
    text-transform: capitalize;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.842);
    margin-bottom: 20px;
}

.students .student-img{
    display: flex;
    justify-content: center;
    justify-items: start;
    align-items: start;
}
.student-img img{
    width: 40%;
}

.student-feedback{
    margin-right: 5%;

}

.student-feedback h4, h5{
    text-align:justify;
}

.testimonial-sli-two{ 
    height: 15vh;
    margin: 0px auto;
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    background-color: #00000071;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.678);
    border-radius: 8px;
    overflow: hidden;
    width: 80%;
}
.image-slider {
    display: flex;
    animation: scroll 5s linear infinite;
  }

.image-slider .student-img img {
    flex: 0 0 auto;
    width: 100px; /* Adjust width as needed */
    margin-right: 5px;
    margin-top: 10%;
  }
  
  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(-10%);
    }
    100% {
      transform: translateX(-20%);
    }
  }
  

/* Footer */
.footer {
    width: 100%;
    /* height: 42vh; */
    text-align: left;
    background-color: #042242;
    background-size: cover;
    background-position: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.767);
}
.footer .container{
    display: flex;
    justify-content: center;
    align-items: center;
    justify-items: center;
    width: 80%;
    margin: 0px auto;
}
.div-card{
    display: flex;
    justify-content: center;
    justify-items: center;
    color: white;
    height: 35vh;
    width: 30%;
    margin: 2%;
}
.heading h3{
    text-align: center;
    color: #ffcc00;
    border-bottom: 2px solid #ffcc00;
}

.heading img{
    width: 40%;
}

.heading .links a{
    text-decoration: none;
    text-transform: uppercase;
    color: white;
    /* font-family: "Anton";/ */
    font-weight: 300;
}

.heading .links a:hover{
    color: #ffcc00;
    border-bottom: 2px solid #ffcc00;
}

.heading .links .cta-button a{
    text-decoration: none;
    text-transform: uppercase;
    color: white;
    font-family: "Anton";
    font-weight: 300;
}

.links{
    line-height: 1.5;
    margin: 12%;
}

.address-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 90%;

}
.address-link a{
    text-align: right;
    line-height: 2;
    text-decoration: none;
    color: white;
    font-size:18px;
}

.address-link a:hover{
    color: #ffcc00;
    border-bottom: #ffcc00 2px solid;
}

.address-link i{
    margin-right: 5%;
    color: #ffcc00;
}

.social-icon{
    display: flex;
}

.social-icon a{
    text-decoration: none;
}

.social-icon i{
    display:inline-flex;
    color: #ffcc00;
    margin: 25px 20px;

}


.footer-bottom{
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    text-align: center;
    background-color: #ffcc00;
    color: #042242;
    font-family: "Anton";
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 0px;
}
 .footer-bottom p{
    font-weight: 700;
    text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.822);
 }

/* Modal Container */
.modal {

    position: fixed;
    z-index: 1000;
    display: none; 
    margin: 0px auto;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.637);
    overflow: auto;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-image: url(images/4.png);
    background-position: center;
    background-size: cover;
    width: 30%;
    /* height: 60vh; */
    max-width: 500px;
    margin: 10% auto;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    animation: fadeIn 0.3s ease-in-out;
}
.phone-input-wrapper {
    display: flex;
    align-items: center;
  }

  .prefix {
    padding: 10px;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-right: none;
    font-weight: bold;
  }
  
  #Mobile {
    padding: 10px;
    border: 1px solid #ccc;
    border-left: none;
    flex: 1;
  }

/* Modal Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Close Button */
.close-button {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 24px;
    cursor: pointer;
    color: #333;
    transition: color 0.3s;
}

.close-button:hover {
    color: #f44336;
}

/* Form Styles */

form {
    margin-top: 15px; 
}

.form-group {
    margin-bottom: 20px;
    text-transform: uppercase;
    
}

.modal-content h2{
    text-align: center;
    border-bottom: 2px solid black;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
label {
    font-size: 14px;
    display: block;
    margin-bottom: 2px;
    font-weight: 300;
    color: #000000;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.356);
}

input[type="text"],
input[type="email"],
select,
text {
    font-size: 16px;
    width: 100%;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
    transition: border-color 0.3s;
}

input[type="text"]:focus,
input[type="email"]:focus,
select:focus,
text:focus {
    border-color: #0056b3;
    outline: none;
}

text {
    height: 100px;
    resize: vertical;
}

/* Submit Button */
.submit-button {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #0056b3;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.submit-button:hover {
    background-color: #003d82;
}
