:root {
    --text-color: #1A1A1A; /* Dark Gray for better readability */
    --heading: #0A3D62; /* Deep Blue */
    --prime-one: #0E5A8A; /* Rich Blue */
    --prime-two: #1076B0; /* Vibrant Blue */
    --prime-three: #1C1C1C; /* Soft Black */
    --prime-four: #E3E3E3; /* Light Gray */
    --prime-five: #F5F5F5; /* Off-White */
    --gr-one: linear-gradient(to right, #0E5A8A, #1076B0); /* Smooth Blue Gradient */
}
/*
=============================================
    About Banner
============================================== 
*/


.theme-inner-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(62, 61, 61, 0.554); /* Semi-transparent overlay for better readability */
}

.theme-inner-banner .container {
    position: relative;
    z-index: 1;
}

.theme-inner-banner .intro-title {
    font-size: 48px;
    color: var(--prime-five); /* Use your variable for text color */
    margin-bottom: 20px;
}

.page-breadcrumb {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    color: var(--prime-five); /* Use your variable for text color */
}

.page-breadcrumb li {
    margin: 0 10px;
}

.page-breadcrumb a {
    color: var(--prime-five); /* Use your variable for text color */
    text-decoration: none;
}

.page-breadcrumb .current-page {
    font-weight: bold;
}
/*
=============================================
    Health Care Banner
============================================== 
*/
.healthcare-hero .hero-content {
    background-color:#cccacacd; 
  }
.healthcare-hero {
    position: relative;
    width: 100%;
    margin-top: 7%;
    height: 100% !important; /* Using viewport height for responsiveness */
    background-image: url('/images/banner/health-care-list.jpg'); /* Change this to your desired image */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.healthcare-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(62, 61, 61, 0.554); /* Semi-transparent overlay for enhanced readability */
}

.healthcare-hero .container {
    position: relative;
    z-index: 1; /* Ensures content appears above the overlay */
}

/* Hero Content Styles */
.hero-title {
    font-size: 48px;
    color: var(--prime-five);
    margin-bottom: 20px;
}

.hero-text {
    font-size: 18px;
    color: var(--prime-five);
    margin-bottom: 30px;
}

/* Buttons Styling */
.hero-buttons .theme-btn,
.hero-buttons .theme-btn-two {
    margin-right: 15px;
    text-decoration: none;
    padding: 10px 30px;
    font-size: 16px;
    border-radius: 4px;
}

/* Optional: Add spacing above buttons if needed */
.hero-buttons {
    margin-top: 20px;
}

/* Hero Image Styles */
.hero-image img {
    max-width: 100%;
    border-radius: 0.5rem; /* Similar to rounded-lg */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

/*
=============================================
    industry Care Banner
============================================== 
*/
.industry-hero .hero-content {
    background-color:#ede6e6b0;
    justify-content: flex-start;
    top: 0;
}
.industry-hero {
    position: relative;
    width: 100%;
    margin-top: 7%;
    height: 100% !important; /* Using viewport height for responsiveness */
    background-image: url('/images/banner/industry-list.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.industry-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(62, 61, 61, 0.554); /* Semi-transparent overlay for enhanced readability */
}

.industry-hero .container {
    position: relative;
    z-index: 1; /* Ensures content appears above the overlay */
}
/* Responsive Styles for Mobile */
@media (max-width: 768px) {
.hero-banner-five,
    .theme-inner-banner,
    .healthcare-hero,
    .industry-hero {
        height: auto;
        padding: 50px 20px;
        text-align: center;
    }

    .hero-banner-five h1,
    .theme-inner-banner .intro-title,
    .hero-title {
        font-size: 32px;
    }

    .hero-text {
        font-size: 16px;
    }

    .hero-buttons .theme-btn,
    .hero-buttons .theme-btn-two {
        padding: 8px 20px;
        font-size: 14px;
        margin-right: 10px;
    }

    .page-breadcrumb {
        flex-direction: column;
        align-items: center;
    }

    .page-breadcrumb li {
        margin: 5px 0;
    }
}

 @media (max-width: 480px) {
    .hero-banner-five h1,
    .theme-inner-banner .intro-title,
    .hero-title {
        font-size: 24px;
    }

    .hero-text {
        font-size: 14px;
    }

    .hero-buttons .theme-btn,
    .hero-buttons .theme-btn-two {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
}
.theme-menu-four .navbar .navbar-nav .nav-item.active .nav-link:before,
.theme-menu-four .navbar .navbar-nav .nav-item:hover .nav-link:before {
  opacity: 1;
  transform: scale(1);
}
.theme-menu-four .navbar .navbar-nav .nav-item.active .nav-link,
.theme-menu-four .navbar .navbar-nav .nav-item:hover .nav-link {
  color: var(--prime-three);
}
.theme-menu-four .navbar .dropdown-menu .dropdown-item.active,
.theme-menu-four .navbar .dropdown-menu .dropdown-item:hover,
.theme-menu-four .navbar .dropdown-menu .dropdown:hover > .dropdown-item {
  background: var(--prime-three);
}
.theme-menu-four .navbar .dropdown-toggle::after,
.theme-menu-four .navbar-toggler {
  background: var(--prime-three);
} 
