.top-bar {
    background-color: #f9da01;
    padding: 10px 0;
    color: #333;
    font-size: 0.9rem;
}

body {
    font-family: 'Raleway', sans-serif;
}

.top-bar .visitor-no span {
    background-color: #008cff;
    color: white;
    padding: 2px 6px;
    margin-right: 2px;
    border-radius: 3px;
    font-weight: bold;
}

.top-bar .nav-link {
    color: #333 !important;
    font-weight: 900;
    font-size: 12px;
}

.dropdown-item {
    color: white !important;
    padding: 0.5rem 1rem;
    font-weight: 500;
    font-size: 12px;
}
.value-img{
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.main-navbar {
    background-color: #274ea2;
    padding: 10px 0;
    margin-top: 61px;
    border-bottom: #f9da01 4px solid;
}

.main-navbar .navbar-brand {
    display: flex;
    align-items: center;
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
}

.main-navbar .navbar-brand img {
    height: 60px;
    margin-right: 10px;
}

.main-navbar .navbar-nav .nav-link {
    color: white !important;
    padding: 0.5rem 1rem;
    font-weight: 500;
    font-size: 12px;
}

.main-navbar .dropdown-menu {
    background-color: #274ea2;
    border: none;
}

.main-navbar .dropdown-item {
    color: white !important;
}

.main-navbar .dropdown-item:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.slogan {
    font-size: 0.8rem;
    opacity: 0.8;
}

@keyframes changeColor {
    0% {
        background-color: #e55c3c;
    }

    100% {
        background-color: #274ea2;
    }
}


.apply-button-sidebar {
    position: fixed;
    left: 0;
    top: 39%;
    animation: changeColor 2s infinite;
    transform: translateY(-50%);
    background-color: #e55c3c;
    color: white;
    padding: 10px 5px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 1000;
}

.apply-button-sidebar-1 {
    position: fixed;
    left: 0;
    top: 62%;
    animation: changeColor 2s infinite;
    transform: translateY(-50%);
    background-color: #e55c3c;
    color: white;
    padding: 10px 5px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 1000;
}

.apply-button-sidebar-2 {
    position: fixed;
    right: 0;
    top: 60%;
    animation: changeColor 2s infinite;
    transform: translateY(-50%);
    background-color: #e55c3c;
    color: white;
    padding: 10px 5px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 1000;
}

.list-link-1 {
    color: #eee;
    text-decoration: none;
    font-size: 12px;
    font-weight: 100;
}

.border-ctr {
    border-right: #b2b2b2 1px solid;
    padding-right: 10px;
}

.slideshow-container {
    max-width: 100%;
    position: relative;
    margin-top: 84px;
}

.mySlides {
    display: none;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    display: none;

}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.marquee {
    background-color: #274ea2;
    color: #ffffff;
    font-weight: 500;
    padding: 20px 0px;
    padding: 20px 0px;
    position: absolute;
    bottom: -62px;

}

.dot-ctr {
    position: absolute;
    bottom: 10px;
    left: 50%;
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #f9da01;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    border: 1px solid #f9da01;


}

.dot:active,
.dot:hover {
    background-color: #274ea2;
    border: 1px solid #274ea2;
}

.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

.main-section {
    margin-top: 100px;
}

.heading-main {
    color: #f9da01;
    font-size: 40px;
    font-family: 'Bubblegum Sans', cursive;
    display: block;
    padding-bottom: 52px;
}

.main-img {
    width: 120px;
    height: 111px;
}

.heading-value {
    font-family: 'Bubblegum Sans', cursive;
    color: #274ea2;
}

.arrow {
    width: 35px;
    height: 10px;
}

.arrow:hover {
    transform: translateX(10px);
    transition: transform 0.3s ease;
}

.about-section {
    background: #e0f7fc;
    padding: 80px 0;
    margin: 60px 0;
}

.about_box {
    font-size: 12px;
    max-width: 500px;
    margin: 0;
}

.btns-abt {
    /* position: absolute; */
    /* bottom: 0; */
    font-size: 13px;
    font-family: 'Avenir-Roman';
    background: #f9da01;
    color: #000;
    padding: 10px 20px;
    box-shadow: 1px 8px 10px #00000052;
    margin-top: 30px;
    display: inline-block;
    transition: all ease-in-out 0.3s;
    border: none;
}

.articles-section {
    margin-top: 100px;
}

.slideshow-section {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    align-items: center;
    justify-content: center;
}

.slideshow-left,
.slideshow-right {
    flex: 1;
    min-width: 300px;
    padding: 20px;
    box-sizing: border-box;
}

.slideImage,
.slideText {
    display: none;
}

.slideImage img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.active {
    display: block;
}

.slideText {
    font-size: 1.2rem;
    line-height: 1.6;
}

.img-slick {
    position: relative;
    z-index: -1;
}

.element4 {
    width: 170px;
    position: absolute;
    bottom: 0px;
    left: 80px;
    top: 40px;
}

.element5 {
    width: 100px;
    position: absolute;
    bottom: 0px;
    right: 80px;
    top: 60px;
}

.element6 {
    width: 61px;
    position: absolute;
    bottom: 0px;
    left: 260px;
    top: 130px;
}

.minus_img {
    margin-top: -239px;
}

.h4.pink {
    color: #e13e98;
    text-align: left;
    padding: 0 25px;
    margin-bottom: 30px;
    font-weight: 900;
    font-family: 'Bubblegum Sans', cursive;

}

.shir_slider {
    display: flex;
    align-items: left;
}

.icon {
    text-align: left;
    padding: 20px;
    background: #fff;
    border: 1px solid #eee;
    margin: 0 10px;
    border-radius: 10px;
    height: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.icon img {
    max-width: 70px;
    height: 70px;
    margin-bottom: 15px;
}

.text-center {
    text-align: center;
    margin-top: 20px;
}

.cursor {
    cursor: pointer;
    margin: 0 10px;
}

/* .slick-arrow {
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 14px;
} */
.cursor {
    width: 20px;
    height: 8px;
}

.boder-radius {
    border-radius: 50%;
    max-width: 600px !important;
    max-height: 600px;
}

.testimonials-box {
    background: #f9da01;
    padding: 30px 15px;
    margin: 20px 20px;
    margin-bottom: 0px;
    position: relative;
    height: 300px;
    box-shadow: 4px 5px 10px #00000038;
    font-size: 14px;
    text-align: left;
}

.footer-section {
    padding: 40px 0 !important;
    background: #F4B8C0;
    position: relative;
    margin-top: 70px;
}

.ftr-img {

    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 999;
    pointer-events: none;
}

.list_heading {
    font-family: 'Raleway-Bold';
    color: #494949;
    opacity: 0.8;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 12px;
    display: block;
}

.subscribe-from {
    align-items: center;
    justify-content: space-between;
}

.icon-img {
    width: 30px;
    height: 30px;
}

.social_icon {
    display: flex;
    gap: 10px;
    margin-top: 40px;
}

.social_icon-1 {
    display: flex;
    gap: 10px;
}

.social_icon-1,
.social_icon,
.query li {
    list-style: none;
}

input::placeholder,
textarea::placeholder {
    font-family: 'Raleway-Bold', sans-serif;
    color: #494949;
    opacity: 0.8;
    font-size: 14px;
    letter-spacing: 1px;
}

.list-link {
    color: #494949;
    font-size: 14px;
    text-decoration: none;
}

.banner-apart {
    position: relative;
    max-width: 100%;
}

.caption {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    left: 0;
    bottom: 0;
    top: 55px;
    margin: auto;

}

.caption-1 {
    position: absolute;
    display: flex;
    align-items: center;
    right: 15%;
    bottom: 0;
    top: 55px;
    margin: auto;
}

.banner-ahead {
    margin-top: 145px;
}

.banner-content {
    margin: 0;
    color: #fff;
    font-family: 'Bubblegum Sans', cursive;
    text-shadow: 1px 1px #302323;
    font-size: 2.5rem;
}

.img-icon {
    position: fixed;
    bottom: 50px;
    left: 20px;
    width: 48px;
    height: 48px;
    z-index: 999;
}

#cd-timeline::before {
    content: '';
    position: absolute;
    top: 84%;
    margin-left: -2px;

    left: 50%;
    height: 640%;
    width: 3px;
    z-index: 1;
    background: #686594;
}

.cd-timeline-block {
    position: relative;
    margin: 96px 0;
}

.cd-timeline-img.cd-picture {
    background: #335099;
    right: 0;
    margin: 0 auto;
}

.cd-timeline-img {
    position: absolute;
    top: -30px;
    z-index: 23;
    background-color: #335099 !important;
    left: -5px;
    overflow: hidden;
    width: 50px;
    height: 50px;
    left: 0%;
    margin-left: -25px;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    border-radius: 50%;
    box-shadow: 0 0 0 4px white,
        inset 0 2px 0 rgba(0, 0, 0, 0.08),
        0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.cd-timeline-img h2 {
    margin: 8px;
    font-size: 30px;
    color: #f4b8c0 !important;
    text-align: center;
}

.cd-timeline-content {
    width: 100%;
    margin-bottom: 120px;
}

.cd-timeline-content {
    position: relative;
    padding: 30px;
    margin-left: 0px;
    padding: 1em;
    /* box-shadow: 0 3px 0 #d7e4ed; */
}

.cd-timeline-content {
    margin-left: 0;
    padding: 10px 0 0 0;
    width: 100%;
}
.pad40{
    padding: 0 76px;
}
.img-legacy{
    max-width: 100%;
    padding: 40px;
}
.footprints {
    width: 250px;
    position: absolute;
    right: 30px;
    top: 63px;
}
.curriculum_box {
    padding: 30px;
    margin-bottom: 30px;
     height: 260px; 
    background: #f6f7f8;
    transition: all ease-in-out 0.3s;
}

.curriculum_box:hover {
    background: #30519d;
}

.heading-value-1 {
    font-family: 'Bubblegum Sans', cursive;
    color: #274ea2;
    font-size: 29px;
}

.curriculum_box:hover .heading-value-1 {
    color: #ffffff;
}
.curriculum_box:hover .para-main-1 {
    color: #ffffff;
}
.trial_registration {
    background: #e0f7fc;
    padding: 30px;
}
.form-bg{
    padding: 10px;
    width: 100%;
    margin: 10px 0;
    border: 1px solid #007f9a;
}
.btns-submit{
    text-align: left;
    background-color: transparent;
    border: none;
}
.btns-submit .arrow:hover {
    transform: translateX(10px);
    transition: transform 0.3s ease;
}
img, svg {
    vertical-align: middle;
    max-width: 100%;
}
.table-section{
    margin: 30px 0;
}.gallery-grid {
    display: grid;
 grid-template-columns: repeat(3, 1fr);
     gap: 20px;
}

.gallery-item .image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.gallery-item img {
   max-width: 100%;
   width: 350px;
    height: 300px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.gallery-item .image-wrapper:hover img {
    transform: scale(1.05);
}

.text-overlay {
    position: absolute;
    bottom: 0;
    background:#30519d;
    width: 100%;
    color: #fff;
    padding: 10px;
    transition: opacity 0.3s ease;
    opacity: 0;
}

.gallery-item .image-wrapper:hover .text-overlay {
    opacity: 1;
}

.text-overlay .date {
    font-size: 0.9rem;
    margin: 0;
}

.text-overlay .title {
    font-size: 1.1rem;
    margin: 5px 0 0;
}
.video-container {
  position: relative;
  width: 300px;
  max-width: 100%;
  padding-bottom: 28.25%;
  height: 315px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0,0,0,0.3);
  margin-bottom: 20px;


}

.video-container iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  border: none;
}

.overlay-description {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #30519d;
  color: #fff;
  padding: 15px 20px;
  box-sizing: border-box;
  font-size: 1rem;
  font-weight: 600;
  backdrop-filter: blur(5px);
}
  .contact-section {
            padding: 40px 0;
        }
        .address-card {
            background-color: #fff;
            border-radius: .5rem;
            box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
            padding: 1.5rem;
        }
        .form-section {
            background-color: #f8f9fa;
            border-radius: .5rem;
            padding: 1.5rem;
        }
        .form-label {
            font-weight: 500;
            border: none;
            outline: #333;
        }
        .form-control::placeholder {
            color: #6c757d; 
        }
        .submit-btn {
            display: flex;
            align-items: center;
            gap: 8px;
            font-weight: 500;
        }
        .submit-btn:hover {
            text-decoration: none;
        }
        .address-card ul {
            list-style: none;
            padding-left: 0;
        }
        .address-card ul li {
            margin-bottom: 10px;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .address-card .icon {
            font-size: 1.2rem;
            color: #0d6efd;
        }
        .address-map {
            border-radius: .5rem;
            overflow: hidden; 
            margin-top: 1.5rem;
        }
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0; top: 10%;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
  justify-content: center;
  align-items: center;
}

.modal-content {
  background: transparent;
  padding: 0;
  border-radius: 0;
  position: relative;
  width: 90%;
  max-width: 600px;
}

.close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  color: white;
  cursor: pointer;
  z-index: 10;
}

.svg-box {
  position: relative;
  width: 100%;
  height: auto;
}

.svg-box img {
  width: 1400px;
  max-width: 100%;
  height: auto;
  display: block;
}

.form-over-cloud {
  position: absolute;
  top: 12%;
  left: 48%;
  transform: translate(-50%, 0);
  width: 46%;
  background: transparent; 
  border-radius: 10px;
  z-index: 5;
}

.enquiry-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.modal-bg{
    background-color: transparent;
    border: none !important;
    border-bottom: 1px solid gre;
    outline: #302323;
        color: black !important;
    font-size: 14px;
}
.enquiry-form input,
.enquiry-form textarea,
.enquiry-form select {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 100%;
}

.enquiry-form button {
  background-color: transparent;
  color: black;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: -20px;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
}
.form-popup {
      display: none;
      position: fixed;
      z-index: 9;
      left: 0;
      top: 120px;
      width: 100vw;
      height: 100vh;
      background-color: rgba(0, 0, 0, 0.7);
      justify-content: center;
      align-items: center;
    }

    .image-container {
      background: white;
      /* padding: 20px; */
      border-radius: 8px;
      max-width: 30%;
      max-height: 80%;
      overflow: auto;
      position: relative;
    }

    .image-container img {
      max-width: 100%;
      height: auto;
      display: block;
    }

    .close-button {
      position: absolute;
      top: 10px;
      right: 15px;
      font-size: 24px;
      color: #333;
      cursor: pointer;fo
    }