/* ====== HERO SECTIONS ====== */
.carousel-inner{
    background-image: linear-gradient(rgb(17 25 87 / 75%), rgb(249 178 51 / 76%)), url(../images/banner11.jpg);
    height: 80vh;
}
.carousel-item{
    top: 40%
}
.carousel-caption h1, .carousel-caption h2{
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff !important;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
   
}
.hero-banner,
.hero-section,
#placement {
    background: linear-gradient(90deg, #111957 60%, #f9b233 100%);
}
.hero-banner {
    min-height: 350px;
}
.hero-section {
    min-height: 400px;
}
@media (max-width: 767.98px) {
    .hero-banner,
    .hero-section {
        min-height: 220px;
        padding: 40px 0;
    }
}

/* ====== BUTTONS ====== */
.btn-warning,
.btn-warning.text-white,
.btn-lg.btn-warning.text-white {
    background-color: #f9b233;
    border: none;
    color: #fff;
}
.btn-warning.text-white:hover,
.btn-warning.text-white:focus {
    background-color: #e6a21f;
    color: #fff;
}

/* ====== HEADINGS ====== */
h2,
.display-4,
.section-heading,
.text-center.mb-5,
.text-center.mb-4 {
    color: #111957 !important;
    font-weight: 700;
}

/* ====== CARD TITLES ====== */
.card-title {
    color: #111957;
    font-weight: 600;
}

/* ====== IMAGES ====== */
.about-img,
#about img {
    min-height: 220px;
    object-fit: cover;
}
.placement-img {
   width: 100%;
}
.logo-img {
    max-height: 180px;
}
@media (max-width: 767.98px) {
    .about-img,
    #about img {
        min-height: 120px;
    }
}

/* ====== MARQUEE & ZOOMABLE IMAGES ====== */
.marquee-container {
    overflow: hidden;
    white-space: nowrap;
}
.zoomable-img {
    height: 200px;
    margin-right: 30px;
    border-radius: 8px;
    cursor: pointer;
}

/* ====== MODAL FOR IMAGE ZOOM ====== */
#zoomModal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.8);
    align-items: center;
    justify-content: center;
}
#zoomClose {
    position: absolute;
    top: 30px;
    right: 40px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
}
#zoomImg {
    max-width: 90vw;
    max-height: 90vh;
    border-radius: 12px;
    box-shadow: 0 0 40px #000;
}

/* ====== TABLE BADGES ====== */
.badge.bg-success,
.badge.bg-success.ms-2 {
    margin-left: 0.5rem;
}

/* ====== FOOTER ====== */
.bg-footer {
    background: #111957;
    color: #fff;
}
.footer-heading {
    font-weight: 700;
}
.footer-link a {
    color: #fff;
    text-decoration: none;
}
.footer-link a:hover {
    text-decoration: underline;
}
.footer-social-icon {
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
}
.bottom_footer {
    background: #0b0b0b;
    color: #fff;
}
.contact-info {
    margin-bottom: 0;
}

/* ====== RESPONSIVE CAROUSEL ====== */
.carousel-inner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 300px;
}

.carousel-caption {
    bottom: 20%;
    left: 10%;
    right: 10%;
    padding: 1rem 2rem;
    background: rgba(17, 25, 87, 0.4); /* subtle overlay for readability */
    border-radius: 12px;
}

@media (max-width: 991.98px) {
    .carousel-inner {
        height: 70vh;
        min-height: 400px;
    }
    .carousel-caption h1, .carousel-caption h2 {
        font-size: 2.2rem;
         max-width: 75%;
    }
    .carousel-item p {
    font-size: 16px;
    max-width: 75%;
}
}

@media (max-width: 767.98px) {
    .carousel-inner {
        height: 70vh;
        min-height: 400px;
    }
    .carousel-caption {
        bottom: 10%;
        padding: 0.5rem 1rem;
    }
    .carousel-caption h1, .carousel-caption h2 {
        font-size: 1.3rem;
         max-width: 75%;
    }
    .carousel-item p {
    font-size: 16px;
    max-width: 75%;
}
.ul-right-part{
    display: none;
}
}