body {
    font-family: 'Poppins', sans-serif;
    /* Applying Poppins font to the entire site */
    overflow-x: hidden;
}

/* Sticky Top Bar */
.top-bar {
    position: sticky;
    top: 0;
    z-index: 1001; /* Ensure it stays on top of the navigation bar */
    background-color: #f8f9fa; /* Light background color */
    border-bottom: 0.2px solid #333;
    padding: 10px 0; /* Padding for top bar */
}
.top-bar .container {
    padding-left: 20px;
    /* Left margin for the container */
    padding-right: 0;
    margin-left: 0%;
}

.top-bar .contact-info {
    font-size: 0.9rem;
    color: #343a40 !important;
    /* Dark gray text */
    cursor: pointer;
}
.mo-number-a:hover{
    text-decoration: none;
}

.top-bar .contact-info .divider {
    margin: 0 10px;
    /* Spacing around the divider */
    border-left: 1px solid #343a40;
    /* Thin gray vertical line */
    height: 18px;
    /* Height of the divider */
}

.top-bar .social-icons {
    position: relative;
    left: 400px;
    /* Move the social icons 400px to the right */
    margin-right: 20px;
    /* Add a 20px gap between the icons and the screen edge */
}

.top-bar .social-icons a {
    color: #354abf;
    /* Blue color for social icons */
    margin-right: 15px;
}
.top-bar .social-icons a:hover{
    color: #f6c344 !important;
}

@media (max-width: 768px) {
    .top-bar {
        display: none;
    }

}


/*Header Section*/

.header {
    background-color: #f8f9fa;
    /* Light background color */
    padding: 20px 0;
    /* Vertical padding for spacing */
    /* border-bottom: 2px solid #007bff; */
    /* Blue underline for a subtle creative touch */
}

.header .logo img {
    width: 140px !important;
    /* Set image width */
    height: auto;
    /* Maintain aspect ratio */
}

.first-logo {
    margin-top: -10px;
    margin-left: 100px;
}

.second-logo {
    margin-left: 130px !important;
    height: 100px !important;
}

.header .heading-subheading {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
    /* Allow column to take up available space */
    padding: 0 15px;
    /* Optional: Add padding to ensure spacing around text */
}


.header .heading-subheading h1 {
    font-size: 1.8rem;
    /* Adjust font size as needed */
    margin: 0;
    white-space: nowrap;
    /* Prevent text from wrapping to a new line */
    overflow: visible;
    /* Ensure overflow is visible */
    text-align: center;
    /* Center the text */
    margin-top: 10px;
}

.header .heading-subheading h2 {
    font-size: 1.2rem;
    /* Font size for subheading */
    color: #6c757d;
    /* Light gray color */
    margin: 0;
    text-align: center;
    /* Center the text */
    width: 100%;
    /* Ensure it takes full width of its container */
    margin-top: 19px;
}

/* Sticky Navbar */
.navbar {
    position: sticky;
    top: 40px;
    z-index: 1000;
    /* Ensure it stays on top of other content */
    width: 100%;
    /* Ensure it spans the full width of the page */
    background-color: #2f24c1 !important;
    /* Optional: Set a background color */
    border-bottom: 0.5px solid white;
}

.navbar-nav .nav-link {
    color: #ffffff !important;
    /* White text color */
    font-weight: 600;
    /* Semi-bold text */
    padding: 12px 20px;
    /* Add padding for larger clickable area */
    transition: background-color 0.3s ease, color 0.3s ease;
    /* Smooth transition for hover effects */
    margin-right: 12px;
    margin-left: 15px;
}

.navbar-nav .nav-link:hover {
    background-color: #d4edda;
    /* Darker blue for hover effect */
    color: #000000 !important;
    /* Light color for text on hover */
    border-radius: 5px;
    /* Rounded corners */
}

.navbar-nav .dropdown-menu {
    background-color: #2f24c1;
    /* Match dropdown menu background with navbar */
    border: none;
    /* Remove default border */
    border-radius: 5px;
    /* Rounded corners for dropdown */
}

.navbar-nav .dropdown-item {
    color: #ffffff !important;
    /* White text color */
}

.navbar-nav .dropdown-item:hover {
    background-color: #d4edda;
    /* Darker blue for dropdown item hover effect */
    color: #000000 !important;
    /* Ensure text color remains white */
}

.navbar-brand {
    display: none !important;
}

/* Mobile View Adjustments */
@media (max-width: 768px) {
    .header{
        padding-top: 0px;
    }

    /* Centering the first logo */
    .header .logo img:first-of-type {
        display: block;
        margin: 0 auto;
        /* Center horizontally */
        max-width: 130px;
        /* Ensure logo size */
    }

    /* Adjust font size for smaller screens */
    .header .navbar-brand {
        font-size: 1.5rem !important;
        /* Slightly reduce font size */
        white-space: normal !important;
        /* Allow text to wrap if necessary */
        text-align: left !important;
        /* Center align the text */
    }

    .second-logo {
        display: none !important;
    }

    /* Centering the subheading under the first logo */
    .header .heading-subheading {
        text-align: center;
        /* Center text */
        padding: 0 15px;
        /* Optional: Ensure spacing around text */
    }

    /* Make sure subheading is centered */
    .header .heading-subheading h2 {
        margin-top: 10px;
        /* Add space between h1 and h2 */
        font-size: 1rem;
        /* Adjust font size for smaller screens */
        color: #6c757d;
        /* Light gray color */
    }

    .h1-class {
        font-size: 1rem !important;
    }
    .navbar {
        top: 0px !important;
    }

    .navbar-brand {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .navbar-brand .social-icons {
        display: none !important; /* Hide social icons on mobile view */
    }

    .navbar-brand .mobile-text {
        display: block;
        color: white !important;
        text-align: center;
        font-size: 1.2rem;
        width: 100%;
        padding: 10px 0; /* Adjust padding as needed */
    }
    .custom-envelope{
        color: white;
        font-size: 13px;
    }
    .mail-mobile{
        color: white;
        font-size: 13px;
    }
    .divider-mobile-view{
        color: white;
        margin-left: 8px;
    }
    .custom-phone{
        margin-left: 8px;
        color: white;
        font-size: 12px;
    }
    .phone-mobile{
        color: white;
        font-size: 12px;
    }

    .navbar-toggler {
        margin-left: auto;
    }

    .navbar {
        padding-left: 6px !important;
    }

    /* Align nav items to the left */
    .navbar-nav {
        text-align: left;
    }

    .navbar-nav .nav-item {
        width: 100%;
        /* Make each item take full width */
    }

    .navbar-nav .nav-link {
        padding-left: 20px;
        /* Adjust left padding as needed */
    }
    
    .custom-toggler {
        border: 3px solid #f6c344; /* Remove the default border */
        background-color: transparent; /* Make the background transparent */
        outline: none; /* Remove focus outline */
    }
    
    .custom-toggler .navbar-toggler-icon {
        display: inline-block;
        position: relative;
        width: 24px;
        height: 24px;
    }
    
    .custom-toggler .navbar-toggler-icon::before,
    .custom-toggler .navbar-toggler-icon::after,
    .custom-toggler .navbar-toggler-icon span {
        content: '';
        display: block;
        width: 100%;
        height: 3px; /* Thickness of the bars */
        color: white; /* Pure white color */
        border-radius: 2px;
        position: absolute;
    }
    
    .custom-toggler .navbar-toggler-icon::before {
        top: 0;
    }
    
    .custom-toggler .navbar-toggler-icon::after {
        bottom: 0;
    }
    
    .custom-toggler .navbar-toggler-icon span {
        top: 50%;
        transform: translateY(-50%);
    }
    
    
    
}

@media only screen and (min-width: 320px) and (max-width: 380px) {
    .h1-class{
        font-size: 15px !important;
    }
    .mobile-mail-number{
        text-align: left;
        position: relative;
        left: 1.5px;
        margin: 0px !important;
        padding: 0px !important;
        font-size: 12px;
    }

    .custom-envelope{
        color: white;
        font-size: 13px;
    }
    .mail-mobile{
        color: white;
        font-size: 12px;
    }
    .divider-mobile-view{
        color: white;
        margin-left: 5px;
    }
    .custom-phone{
        margin-left: 4px;
        color: white;
        font-size: 11px;
    }
    .phone-mobile{
        color: white;
        font-size: 12px;
    }

    .navbar-toggler {
        margin-left: auto;
    }
}


/* mobile desktop view */
@media (min-width: 768px) and (max-width: 1024px) {

   
    .top-bar .social-icons {
        position: relative;
        left: 0px;
        /* Move the social icons 400px to the right */
        margin-right: 20px;
        /* Add a 20px gap between the icons and the screen edge */
    }
    /* Center the first logo in the header */
    .header .first-logo {
        display: block;
        margin: 0 auto;
    }

    /* Center the subheading under the first logo */
    .header .heading-subheading h2 {
        text-align: center;
    }

    /* Ensure the main heading stays visible in one line */
    .header .h1-class {
        font-size: 1.8rem;
        /* Adjust font size */
        text-align: center;
        white-space: nowrap;
    }

    /* Align the second logo to the center */
    .header .second-logo {
        display: block;
        margin: 0 auto;
    }


    /* Adjust the navigation bar */
    .navbar-brand {
        display: block;
        text-align: center;
        width: 100%;
    }

    /* Adjust the navbar items after the toggle is open */
    .navbar-collapse {
        text-align: left;
    }

    .navbar-nav {
        margin-top: 10px;
    }

    .navbar-nav .nav-item {
        display: block;
        width: 100%;
        text-align: left;
    }
}


.breadcrumb-section {
    height: 30vh; /* Set the height to 30% of the viewport height */
    background-color: #EFFAFD; /* Light background color */
    display: flex;
    align-items: center; /* Center breadcrumb vertically */
    justify-content: center; /* Center breadcrumb horizontally */
    padding: 20px 0; /* Add padding for better spacing */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Optional: Add a light shadow for better separation */
}

/* breadcrumb-section */
.breadcrumb-section {
    height: 15vh; /* Set the height to 30% of the viewport height */
    margin-bottom: 30px;
    position: relative; /* Position relative to use pseudo-elements */
    display: flex;
    align-items: center; /* Center breadcrumb vertically */
    justify-content: center; /* Center breadcrumb horizontally */
    padding: 20px 0; /* Add padding for better spacing */
    color: #fff; /* Text color */
    overflow: hidden; /* Hide any overflow */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Optional: Add a light shadow for better separation */
}

.breadcrumb-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('path-to-your-image.jpg') no-repeat center center;
    background-size: cover;
    opacity: 0.2; /* Light opacity for a subtle effect */
    z-index: 0; /* Ensure the image is behind the content */
}

.breadcrumb {
    margin: 0;
    padding: 0;
    background: none; /* Remove default background */
    position: relative; /* Position relative to ensure z-index works */
    z-index: 1; /* Ensure breadcrumb text is on top of background */
}

.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
    color: #A0006D; /* White color for the breadcrumb separator */
}

.breadcrumb-item a {
    color: #A0006D; /* White link color */
    text-decoration: none;
}

.breadcrumb-item a:hover {
    text-decoration: none; /* Underline on hover */
}

.breadcrumb-item.active {
    color: #ffffff; /* White color for the active breadcrumb item */
}


/* contact section */
.contact-section {
    padding: 60px 0;
    background-color: white;
    /* Light background color */
}

.contact-section .section-title {
    font-size: 2.5rem;
    color: #2b3949;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
}

.contact-section .form-group {
    margin-bottom: 20px;
    background-color:white;
}

.contact-section .form-control {
    border-radius: 5px;
    padding: 10px;
    font-size: 1rem;
}

.contact-section .btn-primary {
    background-color: #2f24c1;
    border-color: rgb(45, 95, 161);
    padding: 10px 20px;
    font-size: 1rem;
    border-radius: 5px;
}

.contact-section .btn-primary:hover {
    background-color: #d4edda;
    border-color: #b3d7bc;
    color: #000000;
    font-size: 1rem;
}

.contact-section h3 {
    color: #343a40;
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.contact-section p {
    font-size: 1rem;
    color: #343a40;
}

.office-box {
    padding: 20px;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-left: 90px;
}

.contact-section .map-placeholder {
    margin-top: 20px;
    height: 180px;
    background-color: #e9ecef;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #6c757d;
    text-align: center;
    
}

@media (max-width: 768px) {
    .office-box{
        margin-top: 30px;
        margin-left: 9px !important;
        margin-right: 10px;
    }
}


/* footer section */

.footer {
    background-color: #000000dd;
    background-image: radial-gradient(rgba(255, 255, 255, 0.403) 0.2px, transparent 0.5px);
    background-size: 10px 10px;
    color: #ffffff;
}

.footer h5 {
    font-weight: bold;
}

.footer ul {
    padding-left: 0;
    list-style: none;
}

.footer a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s;
}

.footer a:hover {
    color: #d4edda;
}

.footer p {
    margin-bottom: 0.5rem;
}

.divider-line {
    border-top: 1px solid #ffffff;
    margin: 2rem 0;
}

.copyright {
    text-align: center;
    margin-top: 1rem;
    color: white;
}

.footer-span {
    color: white;
    cursor: pointer;
}

.footer-span:hover {
    color: #d4edda;
}

.footer-link {
    margin-bottom: 0.5rem;
}