@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


:root {
    --default-font: "Montserrat", sans-serif;
    --accent-font: "Montserrat", serif;
}

body {
    font-family: var(--default-font);
    background-color: #eeeae7;
}


p.text-muted.lead {

    text-align: justify;
    font-weight: 400;
    font-size: 18px;
    color: #000000 !important;
}

.about-college-list ul li {
    text-align: justify;
    font-size: 14px;
    font-weight: 400;
}



.hero-section {
    position: relative;
    overflow: hidden;
}

.hero-bg {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        url('assets/images/admin.png') center/cover no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-section .container {
    z-index: 2;
}

.hero-text {
    margin-top: -264px;
    padding: 40px 0;
}

.admission-form {
    background: #eeeae7;
    padding: 30px;
    border-radius: 15px;
}

h3.fw-bold.display-5 {
    font-size: 29px;
}

.admission-form h4 {
    color: #0f4c5c;
}

/* Mobile Responsive */
@media (max-width: 991px) {
    .hero-text {
        text-align: center;
        margin-bottom: 30px;
    }

    .admission-form {
        margin-bottom: 36px;
        margin-top: 20px;
    }
}


.hero-section {
    position: relative;
}

.admission-form-overlay {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    z-index: 10;
    background: rgba(255, 255, 255, 0.95);
    padding: 2rem;
    border-radius: 10px;
    width: 350px;
}

.service-box {
    transition: transform 0.3s;
    cursor: pointer;
}

.service-box:hover {
    transform: translateY(-10px);
}

footer {
    background: #212529;
    color: white;
}

a.nav-link {
    font-weight: 500;
    text-transform: uppercase;
    color: black !important;
}

nav.navbar.navbar-expand-lg.navbar-dark.sticky-top {
    background-color: #ffffff !important;
}

.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: rgb(0 0 0);
    background-color: #000000;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
}

.display-5 {
    font-size: 41px;
}

a.navbar-brand.fw-bold img {
    width: 200px;
}

.about-section-images img {
    border-radius: 20px;
}


.course-card {
    border-bottom: 5px solid #0b3c5d;
    background: #ffffff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    transition: 0.4s ease;
    text-align: center;
}

.course-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}

.course-card img {
    height: 220px;
    object-fit: cover;
    width: 100%;
}

.course-info {
    padding: 20px;
}

.course-info h5 {
    font-weight: 600;
    margin-bottom: 15px;
    color: #203a43;
}

.btn-read {
    display: inline-block;
    padding: 8px 18px;
    background: linear-gradient(45deg, #00c6ff, #0072ff);
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s ease;
}

.btn-read:hover {
    background: linear-gradient(45deg, #ff512f, #dd2476);
    color: #fff;
}



.course-card2 {
    height: -webkit-fill-available;
    border-bottom: 5px solid #0b3c5d;
    background: linear-gradient(135deg, #6a11cb, #ff6fd8);
    border-radius: 20px;
    overflow: hidden;
    text-align: center;
    color: #fff;
    transition: 0.4s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.course-card2:hover {
    transform: translateY(-12px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.img-wrapper {
    overflow: hidden;
}

.img-wrapper img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: 0.4s ease;
}

.course-card2:hover img {
    transform: scale(1.1);
}

.course-content2 {
    padding: 20px;
}

.course-content2 h5 {
    font-weight: 600;
    margin-bottom: 15px;
}

.btn-modern {
    display: inline-block;
    padding: 8px 22px;
    background: #ffffff;
    color: #6a11cb;
    border-radius: 30px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s ease;
}

.btn-modern:hover {
    background: #4b2aad;
    color: #fff;
}


.course-card3 {
    border-bottom: 5px solid #0b3c5d;
    height: -webkit-fill-available;
    background: #ffffff;
    border-radius: 15px;
    overflow: hidden;
    transition: 0.3s ease;

    text-align: center;
}

.course-card3:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
}

.course-card3 img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.course-info3 {
    padding: 20px;
}

.course-info3 h5 {
    color: #0f4c5c;
    font-weight: 600;
    margin-bottom: 15px;
}

.btn-clean {
    border: 1px solid #0f4c5c;
    display: inline-block;
    padding: 8px 22px;
    background: #ffffff;
    color: #6a11cb;
    border-radius: 30px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s ease;
}

.btn-clean:hover {
    background: #0f4c5c;
    color: #fff;
}


.main-title {
    color: #0a4f70;
    font-size: 28px;
}

.sub-title {
    color: #3a7ca5;
    font-size: 16px;
}

.course-card4 {
    height: -webkit-fill-available;
    border-bottom: 5px solid #0b3c5d;
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    text-align: center;
    transition: 0.3s ease;

    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.course-card4:hover {
    transform: translateY(-10px);
    border-color: #3a7ca5;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.course-card4 img {
    width: 100%;
    height: 190px;
    object-fit: cover;
}

.course-info4 {
    padding: 20px;
}

.course-info4 h5 {
    font-weight: 600;
    color: #0a4f70;
    margin-bottom: 15px;
}

.btn-health {
    display: inline-block;
    padding: 8px 22px;
    background: #3a7ca5;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s ease;
}

.btn-health:hover {
    background: #0a4f70;
    color: #fff;
}

.main-title3 {
    color: #1e3a8a;
    font-size: 30px;
}

.sub-title3 {
    color: #64748b;
}

.program-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease;
    height: 100%;
}

.program-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.ug-card {
    border-top: 5px solid #2563eb;
}

.pg-card {
    border-top: 5px solid #16a34a;
}

.program-title {
    font-weight: 600;
    margin-bottom: 20px;
    color: #1e293b;
}

.program-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 25px;
}

.program-list li {
    padding: 6px 0;
    border-bottom: 1px solid #e2e8f0;
    font-size: 14px;
    color: #475569;
}

.btn-program {
    display: inline-block;
    padding: 8px 22px;
    background: #1e3a8a;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s ease;
}

.btn-program:hover {
    background: #0f172a;
}


.physio-title2 {
    color: #1d4ed8;
    font-size: 30px;
}

.physio-sub2 {
    color: #475569;
}

.physio-card2 {
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: 0.4s ease;
    border-bottom: 5px solid #1d4ed8;
}

.physio-card2:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.img-box {
    overflow: hidden;
}

.img-box img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: 0.4s ease;
}

.physio-card2:hover img {
    transform: scale(1.08);
}

.physio-content2 {
    padding: 25px;
    text-align: center;
}

.physio-content2 h4 {
    font-weight: 600;
    margin-bottom: 15px;
    color: #0f172a;
}

.physio-content2 p {
    font-size: 14px;
    color: #64748b;
    margin-bottom: 20px;
}

.btn-physio2 {
    display: inline-block;
    padding: 10px 25px;
    background: #1d4ed8;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s ease;
}

.btn-physio2:hover {
    background: #0f172a;
    color: #fff;
}


.course-card-tech {
    height: -webkit-fill-available;
    background: #ffffff;
    border-radius: 15px;
    overflow: hidden;
    transition: 0.3s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    border-bottom: 5px solid #0b3c5d;
}

.course-card-tech:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.course-card-tech img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.course-info-tech {
    padding: 20px;
    text-align: center;
}

.course-info-tech h5 {
    font-size: 15px;
    font-weight: 600;
    color: #0b3c5d;
    margin-bottom: 15px;
}

.btn-tech {
    display: inline-block;
    padding: 8px 20px;
    background: #0b3c5d;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s ease;
}

.btn-tech:hover {
    background: #06283d;
    color: #fff;
}


.why-choose-section {
    background: #ffffff;
}

.why-content h2 {
    color: #0f4c5c;
}

.why-item {
    margin-bottom: 20px;
}

.why-item h5 {
    color: #1b4965;
    font-weight: 600;
}

.why-item p {
    color: #555;
    font-size: 15px;
}

/* Image Design */
.image-design {
    position: relative;
    text-align: center;
}

.shape-bg {
    position: absolute;
    width: 80%;
    height: 80%;
    background: linear-gradient(135deg, #0f4c5c, #1b4965);
    border-radius: 20px;
    top: 40px;
    left: 40px;
    z-index: 1;
}

.main-img {
    position: relative;
    border-radius: 20px;
    z-index: 2;
}

/* Responsive */
@media (max-width: 991px) {
    .image-design {
        margin-top: 40px;
    }

    .shape-bg {
        display: none;
    }
}

.testimonial-section {
    background: #eeeae7;
}

.testimonial-card {
    background: #ffffff;
    padding: 25px 20px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
    height: -webkit-fill-available;
}

.testimonial-card:hover {
    transform: translateY(-8px);
}

.student-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
    border: 3px solid #0f4c5c;
}

.testimonial-card p {
    font-size: 14px;
    color: #555;
    margin-bottom: 15px;
}

.testimonial-card h5 {
    margin-bottom: 5px;
    color: #0f4c5c;
}

.testimonial-card span {
    font-size: 13px;
    color: #777;
}

/* Hide arrows on small screens */
@media (max-width: 768px) {

    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }
}

.footer-section {
    font-size: 14px;
    background-color: transparent;
    background-image: linear-gradient(90deg, #D42422 -78%, #E09D18 116%);
    color: #ffffff;
}

.footer-logo {
    max-width: 170px;
}

.footer-title {
    font-weight: 900;
    margin-bottom: 15px;
}

.footer-about {
      color: #ffffff;

    font-size: 14px;
    line-height: 1.7;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    text-decoration: none;
        color: #ffffff;

    font-size: 14px;
    transition: 0.3s;
}

.footer-links a:hover {
    color: #ffc107;
    padding-left: 5px;
}

.social-icons a {
    display: inline-block;
    margin-right: 12px;
    font-size: 22px;
    color: #ffffff;
    transition: 0.3s;
}

.social-icons a:hover {
    color: #ffc107;
    transform: translateY(-3px);
}

.footer-divider {
    border-color: rgb(255, 255, 255);
}

.social-icons a i {
    color: #001c45;
    font-size: 22px;
    border-radius: 18px;
    padding: 8px;
    background-color: #eeeae7;
}

a.footer-number {
    text-decoration: none;
    color: white;
}

.facility-box {
    height: -webkit-fill-available;
    border-radius: 15px;
    overflow: hidden;
    transition: 0.3s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);

}

.facility-box img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}

.facility-box-name h5 {
    padding: 6px;
    font-size: 11px;
    font-weight: bolder;
    color: #ffffff;

}

.ms-auto {
    margin-left: 400px !important;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 9px;
        /* padding-right: var(--bs-navbar-nav-link-padding-x); */
        /* padding-left: var(--bs-navbar-nav-link-padding-x); */
    }
}


#department1,
#department2,
#department3,
#department4,
#department5,
#department6 {
    scroll-margin-top: 100px;
}

.floating-left {
    position: fixed;
    left: 20px;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 999;
}

.float-btn {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: 0.3s;
    text-decoration: none;
}

.call-btn {
    background: #007bff;
}

.whatsapp-btn {
    background: #25D366;
}

.float-btn:hover {
    transform: scale(1.1);
}


.broucher-Pharmacy {
    right: -48px;
    margin-left: -38px;
    z-index: 999999;
    font-size: 17px;
    color: #eeeae7;
    line-height: 1.33;
    font-weight: bold;
    cursor: pointer;
    position: fixed !important;
    transform: rotate(270deg) !important;
    top: 58% !important;
    background-color: rgb(11 60 93) !important;
    border-radius: 5px;
    padding: 8px 19px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
}

.broucher-Pharmacy a {
    text-decoration: none;
    color: white;
}

.affilatons-imge img {
    width: 101px !important;
}

.slider {
    overflow: hidden;
    position: relative;
    width: 100%;
}

/* Slide Track */
.slide-track {
    display: flex;
    width: calc(250px * 22);
    /* slide width × total slides */
    animation: scroll 30s linear infinite;
}

/* Individual Slide */

.slider-logo img {
    margin-bottom: 20px;
    width: 200px;
}

.slide-logo img {
    width: 150px;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}

/* Animation */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 11));
    }
}

.min-vh-82 {
    height: 86vh !important;
}


.offset-lg-1 {
    margin-left: 16.333333%;
}

.trust-section {
    padding: 20px;
}

.trust-section h5 {
    font-weight: 600;
    font-size: 30px;
}

.trust-section p {
    text-align: justify;
    font-size: 16px;
}

.trust-images img {
    width: 408px;
    margin-left: 132px;
}

.affilation-section {
    background-color: #0b3c5d;
    padding: 20px;
    border-radius: 20px;
    border: 2px solid #ffffff;
}

.affilatons-imge p {
    font-size: 11px;
}

.hero-text p {
    font-weight: 500;
    font-size: 18px;
}

  .mobile-from {
    display: none ;
}

@media (max-width:770px ) and (min-width: 550px) {
   .offset-lg-1 {
        margin-left: 0% !important;
    }
 .trust-images img {
    width: 408px;
    margin-left: 0px;
}
  .mobile-from {
    display: contents;
}
    .main-from {
    display: none ;
}
.facility-box img {
    height: auto !important;
    width: 100%;
    object-fit: cover;
}
.ms-auto {
    margin-left: 0px !important;
}
    .min-vh-82 {
        height: auto !important;
    }
    
    .hero-text {
    margin-top: 27px !important;
    padding: 40px 0;
}
.affilatons-imge p {
    font-size: 4px;
}
}
@media (max-width:550px ) and (min-width: 426px) {
   .offset-lg-1 {
        margin-left: 0% !important;
    }
 .trust-images img {
    width: 408px;
    margin-left: 0px;
}
     .mobile-from {
    display: contents;
}
    .main-from {
    display: none ;
} 
.facility-box img {
    height: auto !important;
    width: 100%;
    object-fit: cover;
}
.ms-auto {
    margin-left: 0px !important;
}
    .min-vh-82 {
        height: auto !important;
    }
   .hero-text {
    margin-top: 27px !important;
    padding: 40px 0;
}
.affilatons-imge p {
    font-size: 4px;
}
}
@media (max-width: 425px) and (min-width: 320px) {
   .mobile-from {
    display: contents;
}
    .main-from {
    display: none ;
}
    .ms-auto {
        margin-left: 0px !important;
    }

    .min-vh-82 {
                height: auto !important;
    }

    .float-btn {
        width: 46px;
        height: 46px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 22px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
        transition: 0.3s;
        text-decoration: none;
    }

    h1.fw-bold.display-5 {
        font-size: 16px;
    }

    h3.fw-bold.display-5 {
        font-size: 14px;
    }

    .hero-text {
        margin-top: 20px !important;
        text-align: center;
        margin-bottom: 0px !important;
    }

    .offset-lg-1 {
        margin-left: 0% !important;
    }

    .trust-images img {
        width: 408px;
        margin-left: 0px !important;
    }
    .affilatons-imge p {
    font-size: 4px;
}
.facility-box img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}
.hero-text p {
    font-weight: 500;
    font-size: 10px;
}

}