:root {
    --black: #000000ff;
    --brunswick-green: #054A47ff;
    --caribbean-current: #076A67ff;
    --white: #FBFEFDff;
    --headings: rgb(0, 255, 247);
}

body {
    /* font-family: 'Open Sans', sans-serif !important; NEW: Open Sans font for body */
    color: var(--black);
    overflow-x: hidden;
}


h1, h2, h3, h4, h5, h6 {
    /* font-family: 'Open Sans', sans-serif; NEW: Open Sans font for body */

    /* font-family: 'Inter', 'Verdana', serif; */
    color: var(--brunswick-green);
    /* color: var(--headings); */
}

.navbar-brand, .nav-link {
    color: var(--white);
}
.nav-link i{
    display: none;
}

.navbar-brand{
    display: flex;
    align-items: center;
}

.navbar-brand img{
    border-radius: 50%;
}
.navbar {
    padding: 20px 10px;
    /* background: linear-gradient(to right, var(--brunswick-green), var(--caribbean-current));       */
  }
    .navbar li{
        margin: 0 5px;
    }
    .navbar li:hover{
        border-bottom: 2px solid var(--white);
    }

    .nav-item.dropdown:hover .dropdown-menu {
        display: block;
        /* background: var(--brunswick-green); */
        background: rgba(0, 0, 0, 0.5);
        border: none;
        border-radius: 0;
    }
    .dropdown-menu li:hover{
        border-bottom: 2px solid var(--caribbean-current);
        /* margin: 0 5px; */
    }

    .dropdown-menu li a:hover{
        background: none;
        color: rgb(164, 208, 247);
    }
    
    .nav-item.dropdown a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        color: #fff;

    }
    
    .nav-item.dropdown .bi-chevron-down {
        transition: transform 0.3s ease-in-out;
    }
    
    .nav-item.dropdown:hover .bi-chevron-down {
        transform: rotate(180deg);
    }
    

.btn-primary-indabax {
    background-color: var(--white);
    border-color: var(--white);
    color: var(--brunswick-green);
}

.btn-primary-indabax:hover {
    background: rgba(0, 0, 0, 0.5);
    border-color: var(--caribbean-current);
    color: var(--white);
}

.btn-outline-indabax {
    color: var(--brunswick-green);
    background-color: var(--white);
    border-color: var(--caribbean-current);
    width: 100%;
    
}


.bg-indabax-light {
    background-color: var(--white);
}

.bg-indabax-dark {
    background-color: var(--brunswick-green);
    color: var(--white);
}

.bg-indabax-dark h2, .bg-indabax-dark p, .bg-indabax-dark .card-title, .bg-indabax-dark .card-text, .hero-slider .carousel-caption h1, .hero-slider .carousel-caption p {
    color: var(--white);
}

.border-indabax {
    border-color: var(--caribbean-current) !important;
}

.card-header-indabax {
    background-color: var(--caribbean-current);
    color: var(--white);
    border-color: var(--caribbean-current);
}

.blockquote-indabax {
    color: var(--white);
    text-align: center;
    /* display: none; */
}
h6{
    color: black;
}
hr{
    border-radius: 50%;
}
.img-fluid{
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

/* Hero Slider Styles */
.hero-slider {
    position: relative;
    overflow: hidden;
}

.hero-slider-unique{
    /* height: 400px; */
    margin-top: -250px;
    z-index: -1;
}

.hero-slider-unique img{
    width: 100%;
    
}

.hero-slider .carousel-item {
    height: 90vh; /* Further increased height */
    min-height: 750px; /* Increased minimum height for very large screens */
    position: relative;
}

.hero-slider .carousel-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.hero-slider .carousel-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.95) 10%, rgba(7, 106, 103, 0.7) 60%, rgba(7, 106, 103, 0.3) 90%);
    z-index: 1;
}


.hero-slider .carousel-caption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    /* text-shadow: 0.15rem 0.15rem 0.3rem rgba(0,0,0,0.8); Even stronger text shadow */
    width: 70%; /* Restrict caption width for better readability on large screens */
    left: 15%; /* Center caption horizontally */
    right: 15%;
}

.hero-slider .carousel-caption h1 {
    font-size: 4rem; /* Even larger heading */
    font-weight: 800; /* Extra bold heading */
}

.hero-slider .carousel-caption p {
    font-size: 1.7rem; /* Larger paragraph text */
    font-weight: 400; /* Slightly bolder paragraph */
}

/* Responsive Slider Text */
@media (max-width: 768px) { /* For tablets and smaller */
    .hero-slider .carousel-caption h1 {
        font-size: 2.5rem; /* Smaller heading for mobile */
    }
    .hero-slider .carousel-caption p {
        font-size: 1.2rem; /* Smaller paragraph for mobile */
    }
    .hero-slider .carousel-item {
        height: 80vh; /* Adjust height for smaller screens */
        min-height: 500px;
    }
}

@media (max-width: 576px) { /* For extra small screens (phones) */
    .hero-slider .carousel-caption h1 {
        font-size: 2rem; /* Even smaller heading for phone */
    }
    .hero-slider .carousel-caption p {
        font-size: 1rem; /* Even smaller paragraph for phone */
    }
        .hero-slider .carousel-item {
        height: 70vh; /* Further adjust height for phones */
        min-height: 400px;
    }
}


/* Feature Image Styles (unchanged) */
.feature-image-section {
    padding: 2rem 0;
}

.feature-image-card {
    border: none;
    border-radius: 1.2rem;
    overflow: hidden;
    box-shadow: 0 0.75rem 1.5rem rgba(0,0,0,0.12);
    transition: transform 0.3s ease-in-out;
}

.feature-image-card:hover {
    transform: scale(1.03);
}

.feature-image-card img {
    height: 300px;
    object-fit: cover;
    transition: opacity 0.3s ease-in-out;
    opacity: 1;
}

.feature-image-card:hover img {
    opacity: 0.85;
}

.feature-image-card-body {
    padding: 2rem;
    background-color: var(--white);
}

.feature-image-card-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--brunswick-green);
}

/* Animations and Transitions (General) */
.btn, .card {
    transition: all 0.3s ease-out;
}

.btn-primary-indabax:hover, .btn-outline-indabax:hover {
    /* transform: translateY(-5px); */
    box-shadow: 0 0.75rem 1rem rgba(0,0,0,0.2);
}

/* Mobile Nav Link Alignment and Padding */
@media (max-width: 992px) { /* Bootstrap's default navbar breakpoint */
    .navbar-nav {
        text-align: left; /* Left align nav items on mobile */
    }
    .nav-item {
        padding: 0.2rem 1rem; /* Add padding to nav items on mobile */
    }
    .navbar{
        background: #000;
    }
    .dropdown-menu{
        background: rgba(34, 34, 34, 0.2) !important;
        transition: 5s ease-in !important;
        position: absolute !important;
        top: -1px;
        left: 100%;

    }
    .nav-item{
        width: 40%;
    }
    .nav-item:hover{
        border-left: 2px solid #fff !important;
        border-bottom: none !important;

    }
}

.footer-h h5{
    color: var(--headings);
}