.soft-outline {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px;
    background-color: #fefefe;
}

.btn-primary {
    background-color: #1E3A8A !important;
    border-color: #1E3A8A !important;
    color: #fff !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.btn-primary:hover {
    background-color: #264bc7 !important;
    border-color: #264bc7 !important;
    color: #fff;
}
.gray-subheader {
    background: linear-gradient(to right, #818181, #dadadb); /* lighter blue gradient */
    color: #fff;
    border-radius: 4px;
    padding: 6px 12px;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 0.95rem;
    font-weight: 500;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-shadow: 0.5px 0.5px 1px rgba(0, 0, 0, 0.3);
}

.gray-subheader-tab {
    position: relative;
    height: 40px;
    margin-top: 20px;
    margin-bottom: -1px;
    font-weight: bold;
    color: rgb(8, 8, 8);
    display: flex;
    align-items: center;
    text-shadow: 1px 1px 2px rgba(245, 241, 241, 0.3);
    z-index: 1;
    padding-left: 0; /* ensure tab stays fixed */
}

.gray-subheader-tab span {
    padding-left: 15px; /* ⬅️ controls text offset */
    z-index: 2; /* ensure it’s above ::before */
}

.gray-subheader-tab::before {
    content: '';
    position: absolute;
    width: var(--tab-width, 300px);
    height: 100%;
    background: linear-gradient(to right, 	#99c2c2, #d4dcb3);
    border: 1px solid #ccc;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    z-index: -1;
}

.gray-subheader-tab::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    margin-bottom: -2px; /* so the border sits seamlessly on top of next content */
    background-color: #dadadb;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    z-index: -2;
}

.faint-grey-box {
    background-color: #f7f7f7; /* soft grey */
    padding: 16px;
    border-radius: 6px;
    border: 1px solid #ddd;
}


.btn {
    display: inline-block !important; /* Ensures proper button display */
    white-space: nowrap !important; /* Prevents text wrapping */
    overflow: hidden !important; /* Ensures no extra lines */
    text-overflow: ellipsis !important; /* Optional: Adds "..." if text is too long */
}

.btn-full-width {
    width: 100% !important; /* Ensures the button takes full width */
}


/* Modal dialog customization */
.modal-dialog {
    max-width: 70%; /* Maximum width to prevent excessive growth */
    min-width: 50%; /* Minimum width to ensure at least 60% width */
    margin: auto; /* Horizontally center */
    margin: 2.75rem auto; /* Horizontally centered and default Bootstrap vertical spacing */
}

/* Vertically center the modal */
.modal-dialog-centered {
    display: flex;
    align-items: center; /* Vertically center content */
    justify-content: center; /* Ensure horizontal centering */
}

/* Modal Border with Shadow */
.modal-content {
    
    border: 2px solid darkgray; /* Dark gray border */
    border-radius: 8px; /* Rounded corners */
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.5); /* Shadow effect */
}

/* Modal Header */
.modal-header {
    background-color: #1E3A8A; /* Dark blue header background */
    color: white; /* Text color for header */
    border-bottom: 1px solid darkgray;
}

/* Modal Footer */
.modal-footer {
    background-color: #f8f9fa; /* Bootstrap light gray */; /* Light blue footer background */
    border-top: 2px solid darkgray; /* Optional: Border above footer */
}

/* Modal Title */
.modal-header .modal-title {
    font-weight: bold; /* Bold header title */
}

/* Optional: Close Button in Header */
.modal-header .btn-close {
    color: white; /* Close button color */
    opacity: 1; /* Ensure visibility */
}

/* Override default horizontal rule styles */
hr {
    border: none; /* Removes default border */
    height: 2px; /* Sets thickness */
    background-color: #222222; /* Slightly darker gray */
    margin: 10px 0; /* Vertical spacing */
    box-shadow: 0 5px 10px rgba(0,0,0,0.6), 0 2.5px 0 #666 inset; /* 3D effect, slightly bigger shadow */
}

/* Filter Section Styling */
.filter-section {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}
.filter-title {
    display: flex;
    align-items: center;
    color: #3f51b5;
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 1.25rem;
}
.filter-title i {
    font-size: 24px;
    margin-right: 10px;
}
.table-hover tbody tr:hover {
    background-color: #f9f9f9;
}
.pagination .page-link {
    padding: 0.5rem 0.75rem;
}
.card-header {
    color: white; /* White text color */
    border-radius: 5px !important; /* Rounded edges */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Shadow effect */
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); /* Subtle shadow effect */
    padding: 10px; /* Increase space between text and edge */
}

.blue-card-header {
    background: linear-gradient(to right,  #1E3A8A, #668df8); /* Gradient from white to dark grey */
    color: white; /* White text color */
    border-radius: 5px !important; /* Rounded edges */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Shadow effect */
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); /* Subtle shadow effect */
    padding: 10px; /* Increase space between text and edge */
}

.otp-container {
    display: flex;
    justify-content: space-between;
    max-width: 200px;
    margin: 5px auto;
  }

  .otp-container input {
    width: 60px;
    height: 80px;
    font-size: 16px;
    text-align: left;
    border: 2px solid #1E3A8A;
    border-radius: 5px;
  }

.login-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 60px auto;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.login-image {
    flex: 1;
    background-size: cover;
    background-position: center;
    border-radius: 10px 0 0 10px;
    height: 100vh; /* Make the height flexible to match the height of the parent container */
    width: 100%; /* Ensure the width remains constant */
}
.login-form {
    flex: 1;
    padding: 30px;
}
.login-header {
    text-align: center;
    margin-bottom: 20px;
}
.login-header h3 {
    margin-bottom: 10px;
}
.form-control {
    height: 45px;
}


.footer-links {
    text-align: center;
    margin-top: 20px;
}
.footer-links a {
    color: #1E3A8A;
    text-decoration: none;
}
.footer-links a:hover {
    text-decoration: underline;
}
.town-logo {
    max-width: 100px;
    margin-bottom: 15px;
}
       /* Hide the default checkbox */

    .alert {
        position: fixed;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1050; /* Ensure it appears above other content */
        width: auto; /* Adjust width as needed */
        max-width: 90%; /* Ensure it doesn't overflow on smaller screens */
        background-color: black; /* Set background color to black */
        color: white; /* Set text color to white */
    }
        .scrollable-div {
            max-height: 600px; /* Adjust as needed */
            overflow-y: scroll;
            position: relative;
            scrollbar-width: thin; /* For Firefox */
            scrollbar-color: #cbcbcb #f1f1f1; /* Thumb and track colors */
        }

        /* Custom Scrollbar for Webkit (Chrome, Safari, Edge) */
        .scrollable-div::-webkit-scrollbar {
            width: 10px;
        }

        .scrollable-div::-webkit-scrollbar-track {
            background: #f1f1f1; /* Track color */
            border-radius: 10px;
        }

        .scrollable-div::-webkit-scrollbar-thumb {
            background-color: #1E3A8A; /* Thumb color */
            border-radius: 10px;
            border: 2px solid #f1f1f1; /* Border around the thumb */
        }

        .scrollable-div::-webkit-scrollbar-thumb:hover {
            background-color: #1E3A8A; /* Thumb hover color */
        }






        .nav-link {
            text-transform: none; /* Prevent text from being uppercase */
        }
        .alert-custom-warning {
            background-color: #f9f0d4; /* Light background */
            border: 1px solid var(--bs-warning); /* Border to match the warning color */
            padding: 5px; /* Add padding for better visual appeal */
            border-radius: 5px; /* Optional: Slight border radius */
            margin-top: 10px; /* Space above the division */
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Shadow around the div */
        }

        .alert-custom-warning i {
            color: var(--bs-warning); /* Warning color for the icon */
            font-size: 1.5rem; /* Icon size */
            text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1); /* Shadow for the icon */
        }

        .alert-custom-warning div {
            color: #333333; /* Very dark gray text */
            text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); /* Shadow for the text */
        }

        .alert-custom-danger {
            background-color: #f3d4d4; /* Light background */
            border: 1px solid var(--bs-danger); /* Border to match the warning color */
            padding: 5px; /* Add padding for better visual appeal */
            border-radius: 5px; /* Optional: Slight border radius */
            margin-top: 10px; /* Space above the division */

            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Shadow around the div */
        }

        .alert-custom-danger i {
            color:  var(--bs-danger); /* Warning color for the icon */
            font-size: 1.5rem; /* Icon size */
            text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1); /* Shadow for the icon */
        }

        .alert-custom-danger div {
            color: #333333; /* Very dark gray text */
            text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); /* Shadow for the text */
        }   

        .alert-custom-success {
            background-color: #d1f2d1; /* Light background */
            border: 1px solid var(--bs-success); /* Border to match the warning color */
            padding: 5px; /* Add padding for better visual appeal */
            border-radius: 5px; /* Optional: Slight border radius */
            margin-top: 10px; /* Space above the division */
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Shadow around the div */

        }

        .alert-custom-success i {
            color:  var(--bs-success); /* Warning color for the icon */
            font-size: 1.5rem; /* Icon size */
            text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1); /* Shadow for the icon */
        }

        .alert-custom-success div {
            color: #333333; /* Very dark gray text */
            text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); /* Shadow for the text */
        }

        .timeline {
            position: relative;
            max-width: 1200px;
            margin: 20 auto;
            padding: 40px 0;
        }

        /* Vertical line */
        .timeline::after {
            content: '';
            position: absolute;
            width: 4px;
            background-color: #d4d4d4;
            top: 0;
            bottom: 0;
            left: 20px;
            margin-left: -2px;
            z-index: 1;
        }

        /* Timeline item container */
        .timeline-item {
            padding: 10px 40px;
            position: relative;
            width: 100%;
            z-index: 2;
        }

        .alert-custom {
            background-color: #F5F5F5; /* Light background */
            border: 1px solid #FF8C00; /* Border to match the warning color */
            padding: 15px; /* Add padding for better visual appeal */
            border-radius: 5px; /* Optional: Slight border radius */
            margin-top: 20px; /* Space above the division */
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Shadow around the div */
        }

        .alert-custom i {
            color: #FF8C00; /* Warning color for the icon */
            font-size: 1.5rem; /* Icon size */
            text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); /* Shadow for the icon */
        }

        .alert-custom div {
            color: #333333; /* Very dark gray text */
            text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); /* Shadow for the text */
        }

        /* Cross or Tick */
        .timeline-item::before {
            content: attr(data-status-symbol); /* Display the symbol based on status */
            font-size: 12px;
            font-weight: bold;
            color: #fff;
            position: absolute;
            top: 10px;
            left: 8px;
            background-color: #007bff;
            width: 25px;
            height: 25px;
            border-radius: 50%;
            text-align: center;
            line-height: 25px;
            border: 2px solid #fff;
            z-index: 3;
        }

        /* Cross color (for incomplete data) with 3D effect using Bootstrap's --bs-danger variable */
        .timeline-item[data-status="incomplete"]::before {
            content: '✖'; /* Cross symbol */
            background-color: var(--bs-danger); /* Bootstrap Danger Color */
            box-shadow: 
                0 4px 8px rgba(0, 0, 0, 0.3), /* Outer shadow for depth */
                inset 0 2px 4px rgba(255, 255, 255, 0.2);  /* Inner light for 3D effect */
            color: #fff;
            border-radius: 50%; /* Make it circular */
        }

        /* Tick color (for complete data) with 3D effect using Bootstrap's --bs-success variable */
        .timeline-item[data-status="complete"]::before {
            content: '✔'; /* Tick symbol */
            background-color: var(--bs-success); /* Bootstrap Success Color */
            box-shadow: 
                0 4px 8px rgba(0, 0, 0, 0.3), /* Outer shadow for depth */
                inset 0 2px 4px rgba(255, 255, 255, 0.2);  /* Inner light for 3D effect */
            color: #fff;
            border-radius: 50%; /* Make it circular */
        }


        /* Category description */
        .timeline-item h3 {
            margin: 0;
            font-size: 14px;
            color: #333;
            font-weight: bold;
        }

        /* Items under the category */
        .timeline-item ul {
            margin-top: 5px;
            padding-left: 20px;
        }

        .timeline-item ul li {
            margin-bottom: 5px;
            color: #555;
        }
        
        input[type="text"],
        input[type="email"],
        input[type="password"],
        input[type="number"],
        textarea,
        select {
            background-color: #F6F6F6; /* Light gray background */
            border: 2px solid #FBFBFB; /* Light gray border */
            color: #333333; /* Dark gray text */
            padding: 10px 20px;
            border-radius: 6px;
            outline: none;
            transition: all 0.2s ease-in-out;
        }

        input[type="text"]:focus,
        input[type="email"]:focus,
        input[type="password"]:focus,
        input[type="number"]:focus,
        textarea:focus,
        select:focus {
            background-color: #FBFBFB; /* White background on focus */
            border-color: #FDFDFD; /* Medium gray border on focus */
            box-shadow: 0 0 5px rgba(108, 117, 125, 0.5); /* Gray shadow on focus */
            color: #333333; /* Dark gray text */
        }

        /* Add some spacing around inputs for better visibility */
    .form-control {
        height: calc(2.5em + 0.5rem + 3px); /* Adjust the height as needed */
    }
    
    .white-background-div {
      background-color: white;
      padding: 20px; /* Optional: Adds padding for better content spacing */
      border-radius: 8px; /* Optional: Rounds the corners */
    }
    .tab-content {
        background-color: white;
        padding: 20px;
        border-radius: 8px;
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1); /* Optional shadow for styling */
    }
.accordion-button {
        background-color: #fff;
        color: #333;
        font-weight: 600;
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
        border-radius: 10px !important;
        transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
    }

    .accordion-button:hover {
        background-color: #f5f5f5;
    }

    /* Accordion button when active (mimics Angular Material's primary color fill) */
    .accordion-button:not(.collapsed) {
        background-color: var(--bs-primary); /* Use Bootstrap primary color */
        color: white;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    }

    /* Accordion body with padding and soft background */
    .accordion-body {
        background-color: #f3f3f3;
        padding: 20px;
        border-radius: 5px;
        box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    }

    .accordion-item {
        border: none;
        margin-bottom: 15px;
    }

    .accordion-header {
        margin-bottom: 5px;
    }

    .accordion-button:focus {
        box-shadow: none;
    }

        /* Ensure the body and html fill the height */
        html, body {
            height: 100%;
            margin: 0;
            display: flex;
            flex-direction: column;
            font-size: 12px;
        }

        /* Wrapper to fill the viewport height */
        .wrapper {
            display: flex;
            flex-direction: row;
            flex-grow: 1;
            overflow: hidden;
        }

        /* Sidebar styles with shades of blue */
        .sidebar {
            width: 260px;
            min-width: 260px;
            background-color: #243c6c; /* Medium dark blue */
            color: white;
            display: flex;
            flex-direction: column;
            overflow-y: auto;
            overflow-x: hidden;
            transition: transform 0.3s ease, width 0.3s ease;
        }

        /* Collapsed sidebar for large screens */
        .sidebar-collapsed {
            transform: translateX(-260px); /* Hide the sidebar by moving it left */
            width: 0;
        }

        .sidebar-header {
            background-color: #FFFFFF; /* Deep blue */
            padding: 10px;
            text-align: center;
            font-size: 16px;
            position: sticky;
            color: black;
            top: 0;
            z-index: 1000;
            height: 50px; /* Set the height to match the main header */
            display: flex;
            align-items: center; /* Vertically center the content */
            justify-content: center; /* Center the content horizontally */
        }

        .sidebar-header img {
            max-height: 50px; /* Adjust the size of the logo */
            margin-right: 5px; /* Space between the logo and company name */
        }

        .sidebar-header h4 {
            margin: 0; /* Remove default margin */
            font-size: 14px; /* Adjust the font size */
        }

        /* Sidebar search bar styles */
        .search-bar {
            padding: 10px;
            background-color: #2b4d7b; /* Slightly lighter blue */
        }

        .search-bar input {
            width: 100%;
            padding: 5px;
            border: none;
            border-radius: 4px;
            background-color: #3b5b8d; /* Even lighter blue */
            color: white;
        }

        /* Navigation links styles */
        .sidebar .nav-link {
            color: #cfd8dc;
            font-weight: 500;
            display: flex;
            align-items: center;
            padding: 10px 15px;
            cursor: pointer;
            transition: background-color 0.3s ease, color 0.3s ease;
        }

        .sidebar .nav-link:hover {
            color: #ffffff;
            background-color: #1E3A8A; /* Deep blue on hover */
        }

        .sidebar .nav-link.active {
            background-color: #1E3A8A; /* Active background color */
            color: #ffffff;
        }

        .sidebar .nav-link i {
            margin-right: 10px;
        }

        /* Collapsible submenu styling */
        .collapse-inner {
            padding-left: 20px;
        }

        .collapse-inner .nav-link {
            padding-left: 10px;
        }

        /* Expand/Collapse caret styling */
        .toggle-icon {
            margin-left: auto;
            transition: transform 0.3s ease;
        }

        .collapsed .toggle-icon {
            transform: rotate(-90deg);
        }

        /* Social media section */
        .social-media {
            display: flex;
            justify-content: center;
            margin-top: auto;
            padding: 10px;
            background-color: #1E3A8A; /* Slightly lighter blue */
        }

        .social-media a {
            color: #cfd8dc;
            margin: 0 5px;
        }

        .social-media a:hover {
            color: #ffffff;
        }

        /* Main content container to fill remaining space */
        .main-content-container {
            transition: margin-left 0.3s ease;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
            overflow: hidden;
        }

        /* When the sidebar is collapsed, make the main content full-width */
        .main-content-container.full-width {
            margin-left: -260px;
            width: 100%;
        }

        .main-header {
            background-color: #f0d4b1; /* Dark Orange */
            color: white;
            padding: 10px 10px 10px 50px; /* Add left padding to make space for the hamburger button */
            text-align: center;
            font-size: 16px;
            font-weight: bold;
            position: relative;
            height: 50px; /* Set the height to match the sidebar header */
            display: flex;
            align-items: center; /* Vertically center the content */
        }

        .main-header .hamburger-btn {
            position: absolute;
            top: 10px;
            left: 10px; /* Adjust left position to align with padding */
            cursor: pointer;
            z-index: 1050;
        }

        .hamburger-btn span {
            display: block;
            width: 20px;
            height: 3px;
            background-color: white;
            margin: 4px 0;
            transition: all 0.3s ease;
        }

        /* Main content area */
        .main-content {
            flex-grow: 1;
            padding: 20px;
            width: 100%;
            overflow-y: auto;
            overflow-x: hidden;
            display: flex;
            flex-direction: column; /* important! */
        }

        .content-body {
            flex-grow: 1;       /* allow this part to expand */
            overflow: auto;     /* optional scroll */
        }


        /* Footer within the scrollable main content */
        .footer {
            background-color: #f8f9fa;
            padding: 10px;
            text-align: center;
            margin-top: auto;
            width: 100%;
        }

        /* Custom scrollbars */
        .sidebar::-webkit-scrollbar, .main-content::-webkit-scrollbar {
            width: 8px;
        }

        .sidebar::-webkit-scrollbar-thumb, .main-content::-webkit-scrollbar-thumb {
            background-color: #888;
            border-radius: 4px;
        }

        .sidebar::-webkit-scrollbar-thumb:hover, .main-content::-webkit-scrollbar-thumb:hover {
            background-color: #555;
        }

        .sidebar::-webkit-scrollbar-track, .main-content::-webkit-scrollbar-track {
            background-color: #f1f1f1;
        }

        /* Firefox */
        .sidebar, .main-content {
            scrollbar-width: thin;
            scrollbar-color: #888 #f1f1f1;
        }

        /* Media queries for responsiveness */
        @media (max-width: 768px) {
            .sidebar {
                position: absolute; /* Overlay the sidebar on small screens */
                z-index: 1000;
                transform: translateX(-260px); /* Hide sidebar by default on mobile */
                transition: transform 0.3s ease;
            }

            .sidebar-collapsed {
                transform: translateX(-260px);
            }

            .sidebar.show-sidebar {
                transform: translateX(0);
            }

            .main-content-container {
                margin-left: 0 !important;
                width: 100% !important;
            }

            .main-content-container.full-width {
                margin-left: 0;
                width: 100%;
            }
        }

        /* Remove bullet points from the main menu and submenu */
        .main-menu,
        .submenu {
            list-style-type: none; /* Removes bullets */
            padding-left: 0; /* Removes default padding */
            margin-left: 0; /* Removes default margin */
        }

        /* Optional: Style the links to align nicely */
        .main-menu .nav-link,
        .submenu .nav-link {
            padding-left: 10px; /* Add some padding to align the text */
            padding-right: 2px; /* Removes default padding */
        }

        .dropdown .btn {
            border-radius: 30%; /* Makes the button round */
            width: 40px;       /* Adjust the width to make it circular */
            height: 40px;      /* Adjust the height to make it circular */
            padding: 0;        /* Remove padding to ensure the icon is centered */
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .dropdown .btn i {
            font-size: 20px;   /* Adjust the icon size if necessary */
        }

        .btn {
            padding: 4px 10px;  /* Adjusts the padding to make the button smaller */
            font-size: 0.875rem; /* Adjusts the font size */
            border-radius: 0.2rem; /* Optional: Adjusts the border radius if needed */
        }


        




.nav-wizard .nav-link {
    display: flex;
    align-items: center;
    padding-inline: 1rem;
    padding-block: 0.8rem;
    margin-bottom: 0rem; /* Add margin at the bottom */
}
.nav-justified > .nav-link, .nav-justified .nav-item
{
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
  width: 14rem;
  max-width: 14rem;
  /* text-overflow:initial; */
}

.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: #1E3A8A;
}

.nav-wizard .nav-link.active {
    color: #FFFFFF;
    background-color: #1E3A8A;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.7);
}

.nav-wizard .nav-link .wizard-step-icon
{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
  width: 2.5rem;
  flex-shrink: 0;
  margin-right: 1rem;
  border-radius: 10rem;
  /* background: rgb(249,138,0); */
  background: #FF8C00; 
  color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.nav-wizard .nav-link.active .wizard-step-icon
{
  background: #FFFFFF; 
  color: #1E3A8A;
}

/* Global Button Pill Styling */
.btn {
    border-radius: 40px !important; /* Pill shape - fully rounded */
    padding: 8px 20px !important; /* Comfortable padding */
    font-weight: 500 !important; /* Medium font weight */
    transition: all 0.3s ease !important; /* Smooth transitions */
    text-transform: none !important; /* Keep original text case */
    letter-spacing: 0.3px !important; /* Slight letter spacing */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important; /* Subtle shadow */
}

/* Button hover effects */
.btn:hover {
    transform: translateY(-1px) !important; /* Slight lift on hover */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15) !important; /* Enhanced shadow on hover */
}

/* Button active/focus states */
.btn:active,
.btn:focus {
    transform: translateY(0) !important; /* Reset transform when pressed */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important; /* Pressed shadow */
}

/* Specific button size adjustments for pill shape */
.btn-sm {
    padding: 6px 16px !important;
    font-size: 0.875rem !important;
}

.btn-lg {
    padding: 12px 28px !important;
    font-size: 1.125rem !important;
}

/* Override any existing border-radius that might conflict */
.btn,
.btn-sm,
.btn-lg,
.btn-primary,
.btn-secondary,
.btn-success,
.btn-danger,
.btn-warning,
.btn-info,
.btn-light,
.btn-dark,
.btn-outline-primary,
.btn-outline-secondary,
.btn-outline-success,
.btn-outline-danger,
.btn-outline-warning,
.btn-outline-info,
.btn-outline-light,
.btn-outline-dark {
    border-radius: 40px !important;
}