@import url('https://fonts.googleapis.com/css2?family=poppins:wght@300;400;500;600;700;800;900&display=swap');

*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
    font-family:Arial, Helvetica, sans-serif;

}
@media (max-width: 730px){
   
        
    
    .copy-area{
        text-align: center;
    }
    
}
@media (min-width: 768px) {
    .unique-container{
        width: 50%;
        margin: 0 auto;
    }
    .unique-slide {
        width: 50%;
    }
    
    }

@media (min-width:1200px) {
    .unique-slide{
        flex-basis: 33.33%;
    }
}


body{
    font-family:'open sans', sans-serif;
    margin: 0;
    padding: 0;
    background: #f4f4f4;
    color: #333;
}

.navbar{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color:#fff ;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    color: white;
    position: relative;
    z-index: 1000;
}
.nav-links{
    list-style: none;
    display: flex;
    gap: 20px;
}
.nav-links li a{
    text-decoration: none;
    color: white;
    font-weight: bold;
}
.menu-icon{
    display: block;
    padding: 10px;
    cursor: pointer;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    
    
}
.menu-icon img{
    height: 30px;
}

.logo img{
    height: 50px;
}

.sidebar{
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 250px;
    z-index: 1000;
    background-color: transparent;
    backdrop-filter: blur(10px);
    box-shadow: -10px 0 10px rgba(0, 0, 0, 0.137);
    display: none;
    flex-direction: column;
    padding:20px ;
    transition: transform 0.3s ease-in-out;
}


.sidebar ul{
    text-align: center;
    list-style: none;
    padding: 0;
    margin-top: 30px;
}
.sidebar ul li{
    margin: 20px 0;
}
.sidebar ul li a{
    color: #052431;
    text-decoration: none;
    font-size: 18px;
}
.close-btn{
    background: none;
    border: none;
    align-self: flex-end;
    cursor: pointer;
}
.close-btn img{
    height: 25px;
}
#main{
   margin-left:220px;
   padding: 20px;
}
a.blue{
    color:#007BFF;
    text-decoration: none;
}
a.blue:hover{
    text-decoration: underline;
}
@media (max-width: 800px){
    .hideOnMobile{
        display: none;
        
    }
    
    .menu-icon{
        display: block;
    }
     
    
    
    .footer-area{
        padding: 50px 0px;
    }
    .container{
        max-width: 540px;
    }
    
    
}
.home{
    height: 100vh;
    display: flex;
    align-items: center;
    padding: 0 10%;
     box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1 );
     
}
.home-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
.home-content{
    max-width: 600px;
    text-align: center;
    
}
.home-content h1{
    font-size:40px ;
    position: relative;
    margin-top: 60px;
}
.home-content p{
    margin:30px;
    font-weight: 500;
    line-height: 2.0;
    color: rgb(102 113 133)
}
.home-content > * {
    width: 100%;
    box-sizing: border-box;
    padding: 1rem;
}
.home-image{
    display: none;
}
@media (min-width:768px) {
    .home-wrapper{
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .home-content{
        flex: 1;
        text-align: left;
    }
    .home-image{
        flex: 1;
        display: block;
        text-align: center;
    }
    .home-image img{
        width: 100%;
        max-width: 400px;
        height: auto;
    }
}
.unique-container{
        display: flex;
        overflow-x:auto;
        scroll-snap-type:x mandatory;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
        gap: 10px;
    animation: autoScroll 20s linear infinite;
    
}
.unique-container:hover{
    animation-play-state:paused
}
.unique-slide{
    flex:0 0 100%;
    scroll-snap-align: start;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    transition: transform 0.7s ease-in-out;
}
.unique-slide img{
   max-width: 100%;
   height:auto ; 
   display: block;
   margin: 0 auto;
   border-radius: 8px;
}
 
.py-20{
    padding-top: 1rem;
    padding-bottom:5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.exam-menu{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    border: 2px solid aqua;
    cursor:pointer;
    font-size: 15px;
    border-radius:1rem;
    width: 170px;
    height: 50px;
    z-index: 1;
    --tw-bg-opacity: 1;
    background-color: rgb(55 139 61 );
    margin-top: 200px;
    border-top-left-radius:0px ;
}
.exam-menu:hover{
    background-color: #388E3C;
}
.header-menu .logo{
    display: flex;
    justify-content: space-between;
    align-items: center;

}
 .header-menu img {
   width: 40px;
   
}
.text-white {
    text-align: center;
    margin-top: 1rem 0;
    --tw-text-opacity: 1;
    color: rgb(255 255 255);
    
}
.exam-text{
    margin-top:250px;
    font-weight:700;
    font-size: 40px;
    


}
.main-text{
    background-color: lightblue;
    padding: 40px 20px;
    text-align: center;
    --tw-text-opacity: 1;
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.container-text{
    background-color: lightblue;
    display:flex;
    justify-content: space-between;
     flex-direction:column;
    gap: 20px
}


.exam-section {
  padding: 60px 20px;
  background: #f9f9f9;
  text-align: center;
}

.exam-heading {
  font-size: 2rem;
  margin-bottom: 40px;
  color: #1a1a1a;
}

.exam-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.exam-card {
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  border-radius: 12px;
  padding: 20px;
  max-width: 280px;
  width: 100%;
  transition: transform 0.3s;
}

.exam-card:hover {
  transform: translateY(-5px);
}

.exam-card img {
  width: 80px;
  height: auto;
  margin-bottom: 15px;
}

.exam-card h3 {
  font-size: 1.2rem;
  color: #333;
  margin-bottom: 10px;
}

.exam-card p {
  font-size: 0.95rem;
  color: #666;
  margin-bottom: 20px;
}

.register-btn {
  display: inline-block;
  background-color: blue;
  color: white;
  padding: 8px 16px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 0.9rem;
}

.register-btn:hover {
  background-color: #003f88;
}

.flex{
    display: flex;
    justify-content:center;
    align-items: center;
    margin-top: 20px;
    border-radius:1rem ;
    border: 2px solid brown;
    height: 50px;
    width: 150px;
    background-color:lightgrey ;
}

.mb-7{
    --tw-text-opacity: 1;
    color: rgb(56 56 56 / var(--tw-text-opacity));
    font-size: 1.125rem;
    line-height: 1.75rem;
}

 .registration-box {
      background-color: white;
      padding: 30px;
      border-radius: 10px;
      margin: 40px auto;
      box-shadow: 0 0 15px rgba(0,0,0,0.1);
      max-width: 400px;
      width: 100%;
      margin-bottom: 50px;
      margin-top: 50px;

      
    }

    .registration-box h2 {
      text-align: center;
      margin-bottom: 20px;
      color: #006400;
    }

    .form-group {
      margin-bottom: 15px;
    }

    .form-group label {
      display: block;
      margin-bottom: 5px;
      color: #333;
      font-weight: bold;
    }

    .form-group input, .form-group select {
      width: 100%;
      padding: 10px;
      border: 1px solid #ccc;
      border-radius: 5px;
      font-size: 14px;
    }

    .form-group input[type="submit"] {
      background-color: #006400;
      color: white;
      border: none;
      cursor: pointer;
      font-weight: bold;
      transition: background-color 0.3s ease;
    }

    .form-group input[type="submit"]:hover {
      background-color: #004d00;
    }
.form-container{
    width: 90%;
    max-width: 820px;
    padding: 20px;
    border: 2px solid green;
    border-radius: 10px;
    background-color: aquamarine;
    box-shadow: #f0f0f0;
    margin:40px auto ;
}
.form-title{
    text-align: center;
    margin-bottom: 20px;
    color: darkcyan;
    font-weight: bold;
}
p{
    line-height: 1.8;
}
.form-container .form-group{
    margin-bottom: 15px;
}
.form-container label{
    font-weight: bold;
    display: block;
    margin-top: 15px;
    color: cadetblue;
}
.form-container select{
    width: 100%;
    padding: 8px;
    margin-top: 5px;
    border: 1px solid whitesmoke;
    border-radius: 5px;
}
.form-container button{
    width: 100%;
    padding: 10px;
    background-color: red;
    color:#fff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
}
#payment-info{
    background-color: #e6ffe6;
    padding: 15px;
    border: 1px solid #0a0;
    border-radius: 5px;
}
#payment-info p{
    margin-bottom: 10px;
}
.consult-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #eef6ff;
  padding: 40px;
  border-radius: 20px;
  margin: 40px auto;
  max-width: 1200px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.consult-content {
  flex: 1;
  padding-right: 30px;
}

.consult-content h2 {
  font-size: 28px;
  color: #003366;
  margin-bottom: 15px;
}

.consult-content p {
  font-size: 18px;
  line-height: 1.6;
  color: #333;
}

.consult-btn {
  display: inline-block;
  margin-top: 20px;
  background: #004aad;
  color: #fff;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
}

.consult-btn:hover {
  background: #003b8b;
}

.consult-image img {
  max-width: 300px;
  height: auto;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .consult-box {
    flex-direction: column;
    text-align: center;
  }
  .consult-content {
    padding-right: 0;
  }
  .consult-image {
    margin-top: 20px;
  }
}

.testimonals-header{
    background-color: cadetblue;
    color: white;
    text-align: center;
    font-size:25px ;
    font-weight: bold;
    width:100% ;
    padding: 20px;
    margin-top: 50px;
}
.picture-slide-container{
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0;

}
.picture-slides{
    display: flex;
    width: 100%;
    transition: transform 0.7s ease-in-out;
}
.picture-slide{
    width: 100%;
    flex: 0 0 100%;

    
}
.picture-slides img{
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}
.dots{
    position: absolute;
    bottom: 20px;
    left: 50%;
    display: flex;
    gap: 5px;
    transform:translateX( -50% );

}
.dot{
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background-color: rgb(204, 204, 204);
    cursor: pointer;
    display: inline-block;
    border-radius: 50%;
    transition: background-color 0.5s ease;
    
}
 .dot.active{
    background-color: #717171;
}
@media screen and (min-width: 768px) {
  .picture-slide-container {
    width: 50%;
    height: ;
    margin: 0 auto; /* Center it horizontally */
    overflow: hidden;
  }
  .picture-slides{
    height: 100%;
  }

  .picture-slides img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
}

.exam-rate{
    font-weight: 600;
    font-style: oblique;
}
.question-container{
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
  .question-column{
    max-width: 800px;
    margin-top: 40px;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0 ,0, 0.05);
  }
  .question-text{
    margin: 30px;
    padding: 15px;
    cursor: pointer;
    position: relative;
    font-weight: bold;
    background-color: #f9f9f9;
    transition: background 0.3s ease;
  }
  .question-text:hover{
    background-color: #eef2f7;
  }
  .question-answer{
    display: none;
    padding: 15px;
    font-size: 0.95rem;
    color:#444;
    background-color: #fcfcfc;
    --tw-text-opacity: 1;
     color: rgb(56 56 56 / var(--tw-text-opacity));
    font-size: 1.125rem;
    line-height: 1.75rem;
}
  
  .active .question-answer{
    display: block;
  }
  @media (max-width:600px) {
    .cardtype{
        font-size: 1.5rem;
    }
    .question-text .question-answer{
        font-size: 0.95rem;
    }
  }
  .admission-box {
  max-width: 800px;
  margin: 40px auto;
  padding: 30px 20px;
  background: linear-gradient(to right, #007BFF, #00C8FF);
  color: #fff;
  text-align: center;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  animation: bounceIn 1s ease;
  margin-bottom: 100px;
  margin-top: 60px;
}

.admission-box h2 {
  font-size: 28px;
  margin-bottom: 15px;
  font-weight: bold;
}

.admission-box p {
  font-size: 16px;
  margin-bottom: 25px;
}

.admission-btn {
  display: inline-block;
  background-color: #ffffff;
  color: #007BFF;
  padding: 12px 25px;
  font-weight: bold;
  border-radius: 8px;
  transition: 0.3s ease;
  text-decoration: none;
}

.admission-btn:hover {
  background-color: #e0f0ff;
  transform: scale(1.05);
}

@keyframes bounceIn {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}


.row{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.footer-address h3{
    font-size: 25px;
    font-weight: bold;
    --tw-text-opacity: 1;
     color: rgb(56 56 56 / var(--tw-text-opacity));
    line-height: 1.75rem;
}

.footer-left p{
    font-size: 20px;
    --tw-text-opacity: 1;
     color: rgb(56 56 56 / var(--tw-text-opacity));
    font-size: 1.125rem;
    line-height: 1.75rem;
}
@media(max-width:575px) {
    .footer-area{
        text-align: center;
        margin-bottom:0 ;
        padding:20px 0 ;
        width:100% ;
    }
    .container-text{
    display:flex;
    justify-content: space-between;
     flex-direction:column;
    gap: 0px;
    width  : 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;

}
}
@media( min-width:768px) {
    .container-text{
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
    }
    .main-text{
        margin-top: 200px;
        max-width: 65%;
    }
    .exam-text{
        flex: 1;
        max-width: 30%;
    }

}

a{
    text-decoration: none;
    color: inherit;
}

@media (max-width:768px) {
    .footer-left p{
        font-size: 0.98em;
    }
}
.footer-area .footer-left .footer-social li {
    display: inline-block;
}

.copy-area{
    padding: 15px 0;
    background-color: #000;
    width: 100%;
    margin-top: 25px;
    
}
.copy-area .container p{
    font-size: 20px;
    margin-top: 0;
    text-align: center;
}
@keyframes fadeInUp {
        from{
            opacity: 0;
            transform: translateY(30px);
        }
        to{
            opacity: 1;
            transform: translateY(0);
        }
     }
    .footer-area {
    background-color: #fff;
    padding: 40px 0 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
}

.footer-container {
    width: 100%;
    max-width: 1200px;
    margin:  auto;
    padding: 0 20px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.footer-left,
.footer-address {
    flex: 1 1 300px;
}

.footer-left img {
    width: 150px;
    margin-bottom: 15px;
}

.footer-left p {
    margin: 10px 0;
    font-size: 15px;
    line-height: 1.6;
}

.footer-social {
    list-style: none;
    display: flex;
    gap: 15px;
    padding: 0;
    margin-top: 15px;
}

.footer-social li img {
    width: 25px;
    height: 25px;
    transition: transform 0.3s;
}

.footer-social li img:hover {
    transform: scale(1.1);
}

.footer-address h3 {
    margin-bottom: 15px;
    font-size: 18px;
    color: #000;
}

.footer-address ul {
    list-style: none;
    padding: 0;
}

.footer-address ul li {
    margin-bottom: 12px;
    font-size: 15px;
}

.footer-address ul li a {
    text-decoration: none;
    color: #333;
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-address ul li img {
    width: 18px;
    height: 18px;
}

.copy-area {
    background-color: #f2f2f2;
    padding: 15px 0;
    margin-top: 30px;
    text-align: center;
}

.copy-area p {
    margin: 0;
    font-size: 14px;
    color: #666;
}

.copy-area span {
    color: #000;
    font-weight: bold;
}

/* Responsive Design */
@media (max-width: 768px) {
    .row {
        flex-direction: column;
        align-items: center;
    }

    .footer-left,
    .footer-address {
        text-align: center;
    }

    .footer-address ul li a {
        justify-content: center;
    }

    .footer-social {
        justify-content: center;
    }
    
}
 