
.studydiv{
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

@media (min-width:320px)and (max-width:600px){
    .studydiv{
         display: grid;
    grid-template-columns: auto;
    }
    .studydiv img{
    width: 300px;
    height: 300px;
    margin-top: 10px;
    border-radius: 20px;
    text-align: center!important;
}
.h2text{
      font-size: 20px!important;
}
}

.studydiv img{
    width: 300px;
    height: 300px;
}
.requireddiv{
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
@media (min-width:320px) and (max-width:600px){
    .requireddiv{
    display: grid;
    grid-template-columns: auto!important;
    }
    .requireddiv div{
    padding: 20px;
    border-radius: 20px;
    width: 300px!important;
    height: auto!important;
    margin-left: 10px!important;
    }
    
}
.requireddiv div{
    padding: 20px;
    border-radius: 20px;
    width: 500px;
    height: 305px;
box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;}
.requireddiv i{
    color: #004990;
    font-size: 20px;
}

    .fee-container {
      max-width: 1000px;
      margin: auto;
      background: #f9f9f9;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0,0,0,0.08);
    }
@media (min-width:320px)and (max-width:600px){
    .fee-container {
        width: 300px!important;
        height: auto!important;
        /* margin-left: -80px!important; */
    }
    .fssize{
        text-align: center!important;
    }
}
    .year-section {
      border: 1px solid #ccc;
      border-radius: 8px;
      margin-bottom: 20px;
      padding: 15px;
      background-color: #fff;
    }

    .year-header {
      font-size: 1.2rem;
      font-weight: bold;
      color: #003366;
      margin-bottom: 10px;
    }

    .description {
      font-size: 0.95rem;
      margin-bottom: 8px;
    }

    .highlight {
      font-weight: bold;
      color: #000;
    }

    .rupees {
      margin-top: 10px;
      font-weight: bold;
      color: #008000;
    }

    .footer-box {
      background: #004990;
      padding: 20px;
      text-align: center;
      border-radius: 10px;
      margin-top: 20px;
    }

    .footer-box h2 {
      color: white;
      margin-bottom: 8px;
    }

    .footer-box span {
      font-size: 1.1rem;
      color:white;
      font-weight: bold;
    }

    .contact {
      margin-top: 10px;
      font-size: 1rem;
      color: white;
    }

    @media (max-width: 768px) {
      .fee-container {
        padding: 10px;
      }

      .year-header {
        font-size: 1rem;
      }

      .description {
        font-size: 0.9rem;
      }

      .footer-box h2 {
        font-size: 1.1rem;
      }
    }

    .Terms{
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .onetime{
box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;     border-radius: 20px;
        padding: 10px;
    }

@media (min-width:320px) and (max-width:600px){
    .onetime{
        width: 300px!important;
        height: auto!important;
        padding: 10px!important;
        margin-left: -80px!important;
}
.onetime h3{
    padding-bottom: 20px!important;
}
}
.uniimg{
    border-radius: 20px!important;
}   

.textsize{
    font-size: 20px!important;
}

.main-wrapper {
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      justify-content: center;
      padding: 50px!important;
    }
@media (min-width:320px) and (max-width:700px){
    .main-wrapper{
        padding: 0px!important;
    }
    
}
@media (min-width:320px) and (max-width:400px){
    .left-section, 
    .right-section{
        width: 300px!important;
        margin-left: -50px!important;
    }
     .image-box img {
        height: 200px!important;
     }
}
    .left-section,
    .right-section {
       width: 400px!important;
      background: #fff;
      padding: 20px;
      border-radius: 10px;
      flex: 1 1 500px;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    }
@media (min-width:320px) and (max-width:400px){
    .left-section, 
    .right-section{
        width: 300px!important;
        margin-left: 5px!important;
        
    }
     .image-box img {
        height: 200px!important;
     }
     
}
    .heading {
      color: #004990;
      margin-bottom: 15px;
      font-size: 1.5rem;
      margin-top: 30px;
      margin-left: 50px!important;
    }

    .image-box img {
        height: 400px!important;
      width: 100%;
      border-radius: 20px;
      margin-bottom: 20px;
    }
@media (min-width:320px) and (max-width:600px){
     .image-box img {
        height: 300px!important;
     }
     .universitiesh12{
        font-size: 20px!important;
     }
}
    .content-section {
      margin-bottom: 25px;
    }

    .content-section h3 {
      color: #004990;
      margin-bottom: 10px;
      font-size: 20px;
    }

    .content-section ul {
      list-style: none;
      padding-left: 0;
    }

    .content-section li {
      margin-bottom: 10px;
      font-size: 0.95rem;
    }

    .content-section i {
      color: #004990;
      margin-right: 8px;
    }

    .onetime-box {
      background: #e7f1fb;
      padding: 15px;
      border-radius: 10px;
    }

    .onetime-box h3 {
      text-align: center;
      margin-bottom: 10px;
    }

    .onetime-box p {
      font-size: 0.95rem;
      line-height: 1.5;
    }

    /* Fee Structure Styling */
    .fee-container {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .year-section {
      background: #fefefe;
      padding: 15px;
      border: 1px solid #ccc;
      border-radius: 10px;
    }

    .year-header {
      font-weight: bold;
      text-align: center;
      color: #004990;
      margin-bottom: 10px;
    }

    .highlight {
      font-weight: bold;
      color: #000;
    }

    .rupees {
      margin-top: 10px;
      font-size: 1rem;
      color: #008000;
      font-weight: bold;
    }

    .footer-box {
      /* background: #fde68a; */
      padding: 20px;
      text-align: center;
      border-radius: 10px;
    }

    .footer-box h2 {
      margin-bottom: 10px;
    }

    .contact {
      margin-top: 10px;
      font-weight: bold;
    }

    @media (max-width: 768px) {
      .main-wrapper {
        /* flex-direction: column; */
      }

      .heading {
        font-size: 1.2rem;
      }
    }


        .studydiv {
      max-width: 1200px;
      margin: auto;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      gap: 30px;
      background: #fff;
      padding: 40px;
      border-radius: 10px;
      box-shadow: 0 0 15px rgba(0,0,0,0.05);
    }

    .study-content {
      /* flex: 1 1 500px; */
    }

    .study-content h1 {
      color: #004990;
      font-size: 2rem;
      margin-bottom: 20px;
    }

    .study-content p {
      font-size: 1rem;
      line-height: 1.7;
      color: #333;
    }

    .study-image {
      /* flex: 1 1 450px; */
      text-align: center!important;
    }
@media (min-width:769px)and (max-width:2000px){
    .study-image img {
        margin-left: 400px;
    }
}
    .study-image img {
      max-width: 100%;
      height: auto;
      border-radius: 10px;
    }


    @media (max-width: 768px) {
      .studydiv {
        flex-direction: column;
        padding: 20px;
      }

      .study-content h1 {
        font-size: 1.5rem;
      }

      .study-content p {
        font-size: 0.95rem;
      }
    }




    .terms-container {
      max-width: 1000px;
      margin: 40px auto;
      background-color: #fff;
      padding: 30px 25px;
      border-radius: 10px;
      /* box-shadow: 0 0 10px rgba(0,0,0,0.05); */
      border: 2px double #004990;
    }

    .terms-container h3,
    .terms-container h5 {
      color: #004990;
      margin-bottom: 15px;
    }

    .terms-container ul {
      margin-bottom: 30px;
      padding-left: 20px;
    }

    .terms-container li {
      margin-bottom: 12px;
      font-size: 1rem;
      color: #333;
      line-height: 1.6;
      list-style: none;
      position: relative;
      padding-left: 20px;
    }

    .terms-container li::before {
      content: "•";
      position: absolute;
      left: 0;
      color: #004990;
      font-weight: bold;
    }

    @media (max-width: 768px) {
      .terms-container {
        padding: 20px;
      }

      .terms-container h3 {
        font-size: 1.3rem;
      }

      .terms-container h5 {
        font-size: 1.1rem;
      }

      .terms-container li {
        font-size: 0.95rem;
      }
    }







    .services-section {
  padding: 60px 20px;
  background: #fff;
  text-align: center;
}

.services-title {
  font-size: 2rem;
  color: #004990;
  font-weight: bold;
  margin-bottom: 40px;
  /* background: linear-gradient(to right, #004990, #1b4df3); */
  /* -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
}

.services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
}

.service-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 30px;
}

.service-box.reverse {
  direction: rtl;
}

.service-box.reverse .text {
  direction: ltr;
}

.serviceimage img {
  max-width: 100%;
  height: 300px!important;
  /* height: auto; */
  border-radius: 10px;
}

.text h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: left;
}

.text p {
  font-size: 1rem;
  text-align: left;
  margin-bottom: 20px;
}

.btn {
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid #004990;
  border-radius: 30px;
  color: #004990;
  font-weight: 600;
  transition: 0.3s ease;
  text-decoration: none;
}

.btn:hover {
  background: #004990;
  color: #fff;
}
@media (min-width:320px)and(max-width:600px){
    .serviceimage img{
        height: 150!important;
    }
}
/* Responsive layout */
@media (max-width: 991px) {
  .service-box {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .text, .text p, .text h3 {
    text-align: center;
  }

  .service-box.reverse {
    direction: ltr;
  }
}

/* Animations */
.fade-in-left {
  opacity: 0;
  transform: translateX(-40px);
  animation: fadeInLeft 1s forwards;
}

.fade-in-right {
  opacity: 0;
  transform: translateX(40px);
  animation: fadeInRight 1s forwards;
}

@keyframes fadeInLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.services-grid h3{
    color: #004990;
}

.universitypadding{
    padding: 50px!important ;
}