.heaser-top {
  justify-content: space-between;
  padding: 10px;
  text-align: center;
}
.heaser-top a {
  color: #393186;
  font-size: 40px;
}
.heaser-top p {
  color: #393186;
  margin-top: 8px;
}
.heaser-top img {
  width: 125px;
}
title {
    text-align: center;
    padding: 1rem;
    background-color: white;
    color: #3f5a9a;
    margin-bottom: 10px;
    font-weight: 600;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  padding: 10px;
}

.gallery img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 6px;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.gallery img:hover {
  transform: scale(1.1);
}

/* Responsive */
@media (max-width: 1024px) {
  .gallery {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 768px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .gallery {
    grid-template-columns: repeat(1, 1fr);
  }
}
.fld-head{
    margin-top: 10px;
    text-align: center;
    font-size: 22px;
    padding: 10px;
        color: #580000;
    font-weight: 600;
    border-radius: 11px;
    margin-bottom: 10px;

}
.text-align-center {
  text-align: center;
}
.nav-ul {
  align-items: center;
  justify-content: space-around;
  width: 83%;
}
.bi-house-door::before {
  content: "\f423";
  font-size: 26px;
}
.list-drop-down {
  color: #393186;
}
.regi-now-btn {
  align-self: center;
  font-weight: 100;
  font-size: 13px;
  padding: 5px 37px;
  border-radius: 23px;
  margin: 15px;
}
.admission-h1-text {
  font-size: 18px;
}
.join-class-para {
  font-size: 15px;
}
.form-sec-class label {
  font-size: 13px;
  margin-top: 10px;
  margin-bottom: 3px;
}
.form-sec-class input,
textarea {
  border: 1px solid #cbcbcb;
  background: #f1f1f1;
}
/* Optional styling for the slider container */
#slider {
  width: 340px;
  margin: 0 auto;
}
.popup-input{
    border: 1.5px solid #726a6a;
    padding: 10px;
    padding-left: 7px;
    border-radius: 5px;
    width:100%;
}
.slick-slide img {
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.slick-slide{
    height: auto;
}

.slick-prev,
.slick-next {
  background-color: #1a1a1a;
  color: white;
  border-radius: 50%;
  font-size: 14px;
}

.slick-prev:hover,
.slick-next:hover {
  background-color: #333333;
}


.course-main-cls {
  display: flex !important;
  text-align: left;
  padding: 0px 10px;
  background-color: white;
  margin: 0px 10px;
  border-radius: 10px;
  gap: 20px;
  align-items: center;
}
.uday_name{
    align-self: center;
}
#pharma_name{
    font-size: 26px;
}
.hshhdg h1 {
  font-size: 25px;
  background: #404b9a;
  color: white;
  padding: 16px 8px;
  border-radius: 9px;
  margin: 10px;
}
.course-detail h3 {
  font-size: 18px;
  font-weight: 600;
}
.course-detail p {
  font-size: 10px;
  margin: 3px 0px;
}
.btn-apply-now {
  background: #d84247;
  color: white;
  font-size: 13px;
  padding: 3px 10px;
}
.courses-section {
  margin: 0px 72px;
}
.slick-arrow {
  display: none !important;
}
.courses-section h1 {
  font-size: 40px;
  font-weight: 600;
  margin: 13px 0px;
}
.stdnt-img img {
  height: 170px;
  box-shadow: none;
}
.stdnt-img {
  justify-content: center;
  display: flex;
  width: 205px;
  background: #d9d9d9;
  border-radius: 12px;
}
.stdnt-img {
  justify-content: center;
  display: flex;
}
.stdnt-info {
  margin-top: 5px;
}
.stdnt-info h2,
p {
  text-align: left;
  padding-left: 5px;
}
.stdnt-info h2 {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0%;
}
.stdnt-info p {
  color: #d36300;
}

.stude-sddw h1 {
  text-align: center;
}
.stude-img {
  width: 1195;
  height: 404;
  top: 46px;
  left: 123px;
  opacity: 0.3;
}
.sign-up {
    background-color: #404b9a;
    background-image: url('../image/Intersect.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    color: white;
    line-height: 26px;
    padding: 105px 20px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.responsive_sec .slick-slide {
  margin: 0 10px; /* 10px left and right gap */
}

/* Important: also fix the overflow */
.responsive_sec {
  margin: 0 -10px; /* to compensate for child margins */
}

  .sign-up-section{
    margin-top: 30px;
  }
  .sign-up p {
    font-size: 13px;
    margin: 0px  10px;
    margin-bottom: 10px;
  }
  
  .input-wrapper {
    position: relative;
    width: 300px;
  }
  
  .input-wrapper input {
    width: 100%;
    padding: 10px 40px 10px 10px; /* space for icon */
    border-radius: 9px;
    border: none;
    font-size: 16px;
  }
  
  .input-wrapper i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    cursor: pointer;
    font-size: 18px;
    background: #F66F4D;
    padding: 10px;
    border-radius: 13px;

  }
  #Developed-div{
    margin-left: 0px !important;
    margin-right: 0px !important;  
    background: #D0D3EC;
    padding: 10px 0px;
  
}
#Developed-div h3{
    text-align: center;
    margin-bottom: 0px;
    color: #404B9A;
    font-weight: 600;
}
.uday_logo_img{
    border-radius:100px;
    width:90px;
}
.uday_navbar{
        justify-content: space-between;
        display: flex;
    }
.your-succes-div{
    display: flex;
    margin-bottom: 1.5rem !important;
}
.your-succes-main-div{
    justify-content: space-between;
    align-items: center;
}
.your-succes-section{
        margin-top: 2rem;
}
.footer-area {
    margin-top: 3rem;
}
/* Modal popup style */
    .modal {
      display: none; 
      position: fixed; 
      z-index: 9999; 
      left: 0;
      top: 0;
      width: 100%; 
      height: 100%; 
      background-color: rgba(0,0,0,0.5);
    }
    .modal-content {
      background-color: white;
      margin: 10% auto;
      padding: 20px;
      border-radius: 10px;
      max-width: 500px;
      position: relative;
    }
    .close {
    position: absolute;
    right: 7px;
    top: -6px;
    font-size: 28px;
    cursor: pointer;
    color: #aaa;
}
.margin-10px-0px{
 margin: 5px 0px;   
}
.admi-form-txt{
    font-size: 24px;
    font-weight: 600;
} 
.admi-form-row-div{
    margin: 8px;
}
.popup-sub-btn-div{
    text-align: center;
}
 .popup_uday_logo_img{
    width: 48px;
    border-radius: 100%;
}.popup-sname-logo h2{
    font-size: 33px;
    font-weight: 600;
}
.popup-sname-logo{
    gap: 15px;
    align-items: center;
    display: flex;
    align-items: anchor-center;
    justify-content: center;
}
.popup-sub-btn-div button{
    background: #1f2d4d;
    color: white;
    padding: 6px 30px;
    border-radius: 10px;
}
#hr{
    margin: 6px 0px;
}
  .pg-tlt {
    color: #02828A;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    padding-top: 50px;
    font-size: 40px;
  }
  .vsn-sub {
    font-size: 16px;
    padding-top: 15px;
    text-align: justify;
}
.oth-pg {
    background-color: #D2E7F0;
    padding: 20px;
}
.oth-box {
    margin-top: 20px;
    background-color: #ffff;
    border-radius: 20px;
    padding-bottom: 20px;
}
.vsn-pag {
    padding: 19px 135px;
        background: #fff;
}
.alg-cnse{
    align-items: center;
    justify-items: center;
}
.vsn-pag .vsn-img {
    text-align: center;
}
.vsn-img img {
    color: #212529;
    font-size: 14px;
    font-family: sans-serif;
    text-align: center;
    box-sizing: border-box;
    margin: auto;
    padding: 0;
    border-style: none;
    vertical-align: middle;
    width: 60%;
    
}
.about{
    padding: 60px 0;
    overflow: hidden;
}
.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    border-radius: 10px;
}
.w_content {
    margin: 30px 0px;
    
}
.befor-shadow{
        padding: 20px 100px ;
}
.section-title {
    text-align: center;
    padding: 0px 0;
    position: relative;
}
.section-title h2 {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    color: #191919;
    position: relative;
    z-index: 2;
}
.w-tj {
    text-align: justify !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.mobi-about-drop{
    background: white;
    color: #3f5a9a;
    width: 70%;
    border-radius: 10px;
    box-shadow: 1px 1px 1px 1px;
}
.header-top-ad{
    display: flex;
    justify-content: space-between;
}

@media (max-width: 600px) {
    .mobile-view{
        display: block;
    }
    .header-top-ad p{
        font-size: 10px;
        align-items: center
    }
    .popup-sname-logo {
        justify-content: normal;
    }
    .modal {
        padding: 25px;
    }
    .popup_uday_logo_img {
    width: 38px;
    border-radius: 100%;
}


.popup-sname-logo h2 {
    font-size: 22px;
    font-weight: 600;
}
    .befor-shadow {
    padding: 20px 26px;
    padding-top: 0px;
}
.section-title h2 {
    font-size: 23px;
}
    .vsn-pag {
    padding: 19px 15px;
    background: #fff;
}
.pg-tlt {    padding-top: 0px;
}
    .footer-area{
        margin-top: 3px;

    }
    .stdnt-img{
        width: 140px;
        margin: 14px 0px;
    }
    .sign-up p {
    font-size: 11px;
    margin: 0px;
    margin-bottom: 10px;
    line-height: 15px;
}
.courses-section h1 {
        font-size: 20px;
        font-weight: 600;
        text-align: left;
    }
    .input-wrapper {
    position: relative;
    width: 265px;
}
.input-wrapper input {
    width: 100%;
    padding: 6px 40px 6px 10px;
    border-radius: 9px;
    border: none;
    font-size: 13px;
}
.input-wrapper i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    cursor: pointer;
    font-size: 16px;
    background: #F66F4D;
    padding: 7px;
    border-radius: 10px;
}
.text-lg {
    font-size: 1.125rem;
    line-height: 0.75rem;
}
.stdnt-info h2 {
    font-weight: 600;
    font-size: 13px;
}
.stdnt-info p {
    color: #d36300;
    font-size: 12px;
}
.course-main-cls {
    height: 129px !important;
    margin: 10px 0px;
    border-radius: 15px;
    background-color: white;
}
    .sign-up {
    background-color: #404b9a;
    background-image: url(../image/Intersect.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    color: white;
    line-height: 26px;
    padding: 21px 10px;
    border-radius: 15px;
    display: flex
;
    flex-direction: column;
    align-items: self-start;
    justify-content: normal;
}
    .courses-section h1 {
    font-size: 10px;
    font-weight: 600;
}
.courses-section h1 {
    font-size: 10px;
    font-weight: 600;
}
.courses-section h1 {
    font-size: 27px;
    font-weight: 600;
    text-align: left;
}
    .mage-btn {
    margin-top: 15px;
    background-color: #040061;
    padding: 10px 41px;
    color: #fff;
    border-radius: 29px;
    display: flex;
    justify-self: center;
}
    .your-succes-section{
        margin-top: 0.5rem;
}
.hav-got {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 10px;
}
#sdfghj{
    padding-left: 0px !important;
}
    .join-class-para {
    font-size: 13px;
    margin-bottom: 7px;
    }
    .sucs-rgstbtn {
        margin: auto;
    }
    .your-succes-main-div{
    justify-content: normal;
    align-items: start;
    margin-bottom: .5rem !important;
    }
    .uday-head {
    font-size: 26px;
    font-weight: 600;
    color: #2D3134;
}
    .leptop-view{
        display: none;
    }
    .uday_navbar{
        justify-content: end;
        display: block;
    }
    .your-succes-div{
        display: none;
    }
    .uday-sld-itm .uday-itsms{
        padding: 0px;
    }
    .responsive_sec .slick-slide {
    text-align: center;
    padding: 0;
    background-color: #f1f1f1;
    margin: 0;
    border-radius: 8px;
    /* width: 357px !important; */
}
    .courses-section {
    margin: 0px 24px;
    margin-top: 15px;
}
    .heaser-top {
  justify-content: normal;
  padding: 10px;
  text-align: start;
}
    .heaser-top img {
    width: 45px;
}
    .uday_logo_img{
    border-radius:100px;
    width:45px;
}
    .heaser-top a {
    font-size: 27px;
    padding: 10px;
    }
    .heaser-top p {
    color: #393186;
    margin-top: 8px;
    font-size: 7px;
    }
    .heaser-top {
    justify-content: flex-start;
}
    .hero-content {
      text-align: center;
    }

    .hero-buttons {
      justify-content: center;
    }
  }
  
  

    /* Custom scrollbar for horizontal scroll containers */
    .scrollbar-hide::-webkit-scrollbar {
      display: none;
    }

    .scrollbar-hide {
      -ms-overflow-style: none;
      scrollbar-width: none;
    }

    /* Mobile menu styles */
    .mobile-menu {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.3s ease-out;
    }

    .mobile-menu.active {
      max-height: 500px;
    }

    /* Responsive image scaling */
    .responsive-img {
      width: 100%;
      height: auto;
      max-width: 480px;
    }



    @media (max-width: 640px) {
      .hero-content {
        text-align: center;
      }

      .hero-buttons {
        justify-content: center;
      }
    }
    
  .close-start {
    position: absolute;
    top: 10px;
    right: 20px;
    color: #000;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
  }

  .close-start:hover {
    color: red;}
  

