/* Navbar on top of hero */

@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@300;400;500;600;700&display=swap');

/* Global Styles */
body {
    font-family: 'Exo 2', sans-serif !important;
    background: #000;
}

.navbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent !important;
    z-index: 9999;
}

#topLogo {
    width: 150px;
}

/* HERO SECTION */
/* HERO SECTION */
.hero-section {
    position: relative;
    background: url('../images/hero_image.jpg') center/cover no-repeat;
    height: 70vh;
    width: 100%;
    display: flex;
    justify-content: center;   /* horizontally center */
    align-items: center;       /* vertically center */
    color: white;
    background-position: top center;
}

/* Overlay */
.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

/* Hero content */
.hero-content {
    position: relative;
    z-index: 10;
    text-align: center !important;
    margin-top: 20vh;
}

.navbar .nav-link
{
    font-size:22px !important;
    color:#fff !important;
    font-weight: 500;
}

.text-primary{
    color:#2596be !important;
}
#aboutus-carousel .item img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.underline {
    display: block;
    width: 60%;
    height: 3px;
    background-color: #67bed9; /* Yellow accent color */
    margin: 8px auto 0; /* space from heading */
    border-radius: 2px;
}

.rotate-icon {
    transform: rotate(0deg); /* Rotate plane to point right */
    color: #67bed9; /* optional: color the icon */
    font-size:22px !important;
}

footer a:hover {
    color: #67bed9;
    text-decoration: underline;
}   

footer {
    position: relative;
    background: url('../images/footer.jpg') no-repeat top center;
    background-size: cover;
    color: #fff;
}

footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.9);
    z-index: 1;
}

footer * {
    position: relative;
    z-index: 2; /* ensure content stays above overlay */
}
.contact-section {
    position: relative;
    background: url('../images/contact_us.jpg') no-repeat center center/cover;
    padding: 120px 0;
    color: #fff;
    min-height: 50vh;
}

/* Dark overlay */
.contact-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6); /* Adjust darkness */
    z-index: 1;
}

.contact-section .container {
    position: relative;
    z-index: 2;
}
.contact-btn {
    border: 2px solid #67bed9;      /* Outline color */
    color: #67bed9 !important;
    padding: 14px 34px !important;
    font-weight: 600;
    border-radius: 50px;
    transition: 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size:18px;
}

.contact-btn i {
    font-size: 20px !important;
}

.contact-btn:hover {
    background: #67bed9;
    color: #fff !important;
}
.section1-carousel img {
  width: 100% !important;
    height: 400px !important;
    object-fit: cover !important;
    border-radius: 10px !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
}

.section2-carousel img {
    width: 100% !important;
    height: 400px !important;
    object-fit: cover !important;
    border-radius: 10px !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
}

.section3-carousel img {
    width: 100% !important;
    height: 400px !important;
    object-fit: cover !important;
    border-radius: 10px !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
}
.section4-carousel img {
    width: 100% !important;
    height: 400px !important;
    object-fit: cover !important;
    border-radius: 10px !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
}
.section5-carousel img {
    width: 100% !important;
    height: 400px !important;
    object-fit: cover !important;
    border-radius: 10px !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
}
#certifications_sections
{
    min-height: 100vh;
}