.img-new {
    height: 60%;
    width: 50%;
    border-radius: 15px;
    margin-top: 15%;

}

@media (max-width: 768px) {
    .img-new {
        height: 300px;
        width: 80%;
        border-radius: 15px;
        margin-top: 0%;

    }
}

.footer-new {
    height: max-content;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.footer-new img {
    max-width: 60%;
}

@media (max-width: 768px) {
    .footer-new img {
        max-width: 90%;
    }
}

table {
    width: 100%;
}

tr {
    border: 1px solid #444444;
}

td {
    border: 1px solid #444444;
    padding: 10px;
}

/* Hero Video Background Styles */
#hero {
    position: relative;
    overflow: hidden;
}

#hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    border-radius: 10px;
}

/* Dark overlay for video background */
.hero-video-overlay {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    pointer-events: none;
    border-radius: 10px;
}

/* Override the original light overlay when video is present */
#hero.has-video:before {
    display: none;
}

/* Ensure container and all content is above overlay */
#hero.has-video .container {
    position: relative;
    z-index: 10 !important;
}

#hero.has-video .row {
    position: relative;
    z-index: 10;
}

/* Ensure text is visible with proper z-index and styling */
#hero.has-video h1,
#hero.has-video h1 span {
    position: relative !important;
    z-index: 11 !important;
    text-shadow: 3px 3px 10px rgba(0, 0, 0, 1), 0 0 15px rgba(0, 0, 0, 1), 0 0 20px rgba(0, 0, 0, 0.8) !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #FF1493 !important;
    /* DeepPink with fallback */
}

#hero.has-video h2,
#hero.has-video h2 span {
    position: relative !important;
    z-index: 11 !important;
    text-shadow: 3px 3px 10px rgba(0, 0, 0, 1), 0 0 15px rgba(0, 0, 0, 1), 0 0 20px rgba(0, 0, 0, 0.8) !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

#hero.has-video h3,
#hero.has-video h3 span {
    position: relative !important;
    z-index: 11 !important;
    text-shadow: 3px 3px 10px rgba(0, 0, 0, 1), 0 0 15px rgba(0, 0, 0, 1), 0 0 20px rgba(0, 0, 0, 0.8) !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #FF8C00 !important;
    /* DarkOrange with fallback */
}

#hero.has-video h4,
#hero.has-video h4 span {
    position: relative !important;
    z-index: 11 !important;
    text-shadow: 3px 3px 10px rgba(0, 0, 0, 1), 0 0 15px rgba(0, 0, 0, 1), 0 0 20px rgba(0, 0, 0, 0.8) !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #FF8C00 !important;
    /* DarkOrange with fallback */
}

#hero.has-video .btn-get-started {
    position: relative;
    z-index: 11 !important;
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Header Logo - Remove background color */
#header .logo,
#header .logo a,
#header .logo img {
    background: transparent !important;
    background-color: transparent !important;
}

/* Header container layout */
#header .container {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
}

/* Left logo - no background, fixed width */
#header .logo {
    flex-shrink: 0;
    margin-right: 20px;
}

/* Center navbar items */
#header .navbar {
    flex: 1;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

#header .navbar ul {
    justify-content: center;
    margin: 0 auto;
}

/* Right logo styling */
#header .right-logo {
    flex-shrink: 0;
    margin-left: 20px;
}

#header .right-logo img {
    max-height: 70px;
    background: transparent !important;
    display: block;
}

@media screen and (max-width: 768px) {
    #header .right-logo img {
        max-height: 60px;
    }

    #header .logo {
        margin-right: 10px;
    }

    #header .right-logo {
        margin-left: 10px;
    }
}

/* Hostel Section - Ensure content is always visible */
#hostel {
    position: relative;
    z-index: 1;
}

#hostel .container {
    position: relative;
    z-index: 2;
}

/* Override AOS initial hiding */
#hostel [data-aos],
#hostel .col-lg-6,
#hostel .col-lg-6>div,
#hostel .col-lg-6>div>div {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    transform: none !important;
}

#hostel .col-lg-6 {
    position: relative;
    z-index: 3;
}

#hostel .col-lg-6>div>div {
    color: #333 !important;
}

/* Prevent AOS from hiding hostel content */
body:not(.aos-animate) #hostel .col-lg-6,
body.aos-animate #hostel .col-lg-6 {
    opacity: 1 !important;
    visibility: visible !important;
}

/* Important Links Section - Ensure content is always visible */
#important-links {
    position: relative;
    z-index: 1;
}

#important-links .container {
    position: relative;
    z-index: 2;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Override AOS initial hiding for Important Links */
#important-links [data-aos],
#important-links .section-title,
#important-links .section-title h2,
#important-links .row,
#important-links .col-lg-12,
#important-links .links-container,
#important-links .links-container a {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    transform: none !important;
}

#important-links .links-container {
    display: flex !important;
}

#important-links .links-container a {
    display: inline-block !important;
}

/* Prevent AOS from hiding Important Links content */
body:not(.aos-animate) #important-links .container,
body:not(.aos-animate) #important-links .section-title,
body:not(.aos-animate) #important-links .links-container,
body:not(.aos-animate) #important-links .links-container a,
body.aos-animate #important-links .container,
body.aos-animate #important-links .section-title,
body.aos-animate #important-links .links-container,
body.aos-animate #important-links .links-container a {
    opacity: 1 !important;
    visibility: visible !important;
}

/* Hero content positioning */
#hero.d-flex {
    align-items: flex-start !important;
    justify-content: flex-start !important;
}

#hero .container {
    padding-top: 20px;
    padding-left: 40px;
    margin-left: 0;
    margin-right: auto;
}

#hero .row {
    width: 100%;
    justify-content: flex-start !important;
    align-items: flex-start !important;
}

#hero .col-xl-6 {
    text-align: left !important;
}