:root {
    --primary: #00985E;
    --secondary: #00A493;
    --bgdetails: #00A08136;
    --sidebar-width: 280px;
    --sidebar-width-collapsed: 80px;
}
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
}

span.required {
    color: red;
}



.success{
    background: green !important;
}

.warning {
    background: orange !important;
}

.error {
    background: red !important;
}

a {
    text-decoration: none;
    color: var(--primary) !important;
}

a:hover{
    color: inherit;
}
/*
.bi::before{
    font-size: 2rem !important;
}*/

/*#sidebar {
    width: 250px;
    transition: width 0.3s ease;
}

#sidebar:not(.show) {
    width: 0 !important;
    overflow: hidden;
}*/


/*.nav-name,
.nav-code {
    white-space: nowrap;
}*/

/*.filepond--root {
    max-width: 200px;
    margin: 0 auto;
}

.filepond--item {
    margin: 0 auto;*/ /* Center horizontally */
/*}

.filepond--panel-root {
    border-radius: 50% !important;
}

.filepond--wrapper {
    display: flex;
    justify-content: center;
}*/

#logoUpload.filepond {
    width: 250px !important;
    height: 250px !important;
    margin: 0 auto;
}

.filepond--item {
    width: 250px !important;
    height: 250px !important;
    margin: 0 auto;
}

a.filepond--credits {
    display: none !important;
}

.skeleton-table {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 1rem;
    background-color: #fff;
}

.skeleton-row {
    display: flex;
    gap: 1rem;
}

.skeleton-cell {
    flex: 1;
    height: 20px;
    background: linear-gradient(90deg, #eee 25%, #f5f5f5 50%, #eee 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s infinite;
    border-radius: 4px;
}

@keyframes skeleton-loading {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

.bg-primary-color {
    background-color: var(--primary) !important;
    color: #fff !important;
}

.bg-secondary-color {
    background-color: var(--secondary) !important;
    color: #fff !important;
}

.bg-tertiary-color {
    background: #00985E;
    background: linear-gradient(90deg,rgba(0, 152, 94, 1) 0%, rgba(0, 164, 147, 1) 75%);
    color: #fff !important;
}

/*.form-check-input:checked {
    background-color: #00985E !important;
    border-color: #00985E !important;
}*/

button.btn {
    background: #00985E !important;
    background: linear-gradient(90deg,rgba(0, 152, 94, 1) 0%, rgba(0, 164, 147, 1) 75%) !important;
    border: none ;
    color: #ffffff ;
}

.checkbox-pill {
    cursor: pointer;
    width: max-content;
    border-radius: 2rem;
    padding: 0.25rem 0.5rem;
    background-color: #eeeaea;
    user-select: none; /* Standard */
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE/Edge */
}

.checkbox-pill:hover{
    background-color: #cfcfcf;
}

.fill-label {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.step {
    /*position: absolute;
    top: 0;
    left: 0;*/
    width: 100%;
}

.progress-bar{
    background-color: var(--secondary) !important;
}
/**07222025*/

.message-box {
    display: flex;
    justify-content: center;
}

.success-container {
    background: white;
    height: 480px;
    width: 90%;
    box-shadow: 5px 5px 10px grey;
    text-align: center;
}

.confirm-green-box {
    width: 100%;
    height: 140px;
    background: #d7f5da;
}


.monserrat-font {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
}

.main {
    width: 80vw;
    margin: 0 10vw;
    height: 50vh;
    overflow: hidden;
}

.verticle-align {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.no-style {
    padding: 0;
    margin: 0;
}


/*072552025*/
/*#sidebar-wrapper {
    z-index: 1;
    position: fixed;
    min-height: 100vh;
    width: 260px;
    transform: translateX(-100%);
    transition: transform 0.4s ease;
    background: #fff;
    border-right: 1px solid #eee;
    box-shadow: 4px 0 12px rgba(0, 0, 0, 0.1), 6px 0 20px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
}

#appWrapper.menuDisplayed #sidebar-wrapper {
    transform: translateX(0);
}

#mainWrapper {
    width: 100%;
    transition: padding-left 0.4s ease;
}

#appWrapper.menuDisplayed #mainWrapper {
    padding-left: 220px;
}

.sidebar-nav {
    padding: 10px 0;
    list-style: none;
    margin: 0;
    width: 100%;
    text-align: left;
}

.sidebar-nav li {
    padding: 0;
}

.sidebar-nav li a {
    color: #555;
    text-decoration: none;
    font-weight: 500;
    display: block;
    border-radius: 8px;
    padding: 8px 12px;
    margin: 4px 8px;
    transition: background 0.3s ease, color 0.3s ease;
}

.sidebar-nav li a:hover {
    background: linear-gradient(90deg, rgba(0, 152, 94, 1) 0%, rgba(0, 164, 147, 1) 75%);
    color: white !important;

}

.sidebar-nav li a:hover span {
    background: #fff !important;
    color: var(--primary) !important;
}

.sidebar-header {
    padding: 30px 0 20px;
    text-align: center;
}

.sidebar-logo {
    max-width: 100px;
    height: auto;
    display: block;
    margin: 0 auto;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.1));
}

.has-submenu .submenu {
    display: none;
    list-style: none;
    padding-left: 20px;
    margin: 0;
}

.has-submenu.open .submenu {
    display: block;
}

.submenu-toggle::after {
    content: '\25B8';
    float: right;
    margin-left: 10px;
    transition: transform 0.3s;
}

.has-submenu.open .submenu-toggle::after {
    transform: rotate(90deg);
}*/

#gridData {
    transition: opacity 0.3s ease;
}

.grid-hidden {
    opacity: 0;
    pointer-events: none;
}

#gridData {
    transition: opacity 0.3s ease;
}

.grid-hidden {
    opacity: 0;
    pointer-events: none;
}

.navbar-nav {
    padding: 15px 15px;
    text-align: right;
    border-bottom: none !important;
    box-shadow: none !important;
}

.navbar .navbar-nav .nav-link {
    padding-right: 1em;
    color: black;
    font-size: 12px;
    font-weight: 700;
}
.navbutton {
    border: solid 1px #00985E;
    border-radius: 75.2px;
    border-width: 1.5px;
}

#banner {
    padding-top: 65px;
    border-radius: 19px;
}

.img-wrapper {
    width: 100%;
    height: 80vh;
    overflow: hidden;
    border-radius: 19px;
}

.img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 19px;
}

/* Mobile override */
@media (max-width: 768px) {
.img-wrapper {
    height: auto;
}

.img-wrapper img {
    height: auto;
    object-fit: contain;
}
}
.shadow-top-inset {
    box-shadow: inset 0 20px 30px rgba(0, 0, 0, 0.4);
}
.banner-text-container {
    max-width: 720px;
    width: 100%;
    padding: 0 15px;
}
.homepage-title {
    font-family: Montserrat, sans-serif !important;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.2;
    text-align: center;
}

.homepage-title-italize {
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    font-style: italic;
    font-size: 2.5rem;
}
@media (max-width: 768px) {
    .homepage-title,
    .homepage-title-italize {
        font-size: 1.8rem;
    }
}

@media (max-width: 576px) {
    .homepage-title,
    .homepage-title-italize {
        font-size: 1.4rem;
    }
}

.venue-card {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.venue-card-price {
    font-family: Lato;
    font-size: 10px;
    line-height: 140%;
    vertical-align: middle;
    color: var(--primary) !important;
}
.venue-title {
    font-weight: 700;
    font-size: 1.1rem;
    margin-top: 0.25rem;
}

.venue-subtitle {
    font-size: 0.9rem;
    color: #6c757d;
}
.fixed-img {
    height: 200px;
    object-fit: cover;
}
.carousel-container {
    max-width: 800px;
    margin: 50px auto;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.carousel-item img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.swiper .previous,
.swiper .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 30px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    border-radius: 50%;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    user-select: none;
}

#catSwiperprevious {
    left: -15px;
}

#catSwipernext {
    right: -15px;
}
.swiper {
    position: relative;
}
#partSwiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px; 
}

#partSwiper .swiper-slide img {
    max-height: 150px; 
    max-width: 100%; 
    object-fit: contain; 
    padding: 0;
    margin: 0 auto;
    display: block;
}

.responsive-img-container {
    position: relative;
    width: 100%;
    aspect-ratio: 592 / 597;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.responsive-img-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.image-banner {
    background-image: url('https://www.themayor.eu/web/files/articles/11736/main_image/thumb_1200x630_efren-barahona-unsplash-11zon.jpg');
    background-size: cover;
    background-position: center;
    height: 300px;
    position: relative;
    display: flex;
    align-items: center;
    border-radius:15px;
}

.image-banner .overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 128, 0, 0.5);
    z-index: 0;
    border-radius: 15px;
}

.image-banner .content {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 2rem;
    border-radius: 15px;
}
.custom-small-img {
    max-width: 400px;
    height: auto;
    border-radius: 15px;
}

.copyright-area {
    background: #202020;
    padding: 25px 0;
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787;
}

    .copyright-text p a {
        color: #ff5e14;
    }

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li:hover a {
    color: #ff5e14;
}

.footer-menu li a {
    font-size: 14px;
    color: #878787;
}

.btn-outline-custom {
    color: #00723F;
    border-color: #00723F;
    font-size: 12px;
}

.btn-outline-custom:hover{
    background-color: #00723F;
    color: #fff !important;
}

.btn-filled-custom {
    background-color: #00723F;
    color: #fff !important;
    font-size: 12px;
}

.btn-filled-custom:hover {
    background-color: #005a32;
    color: #fff;
}
.hero-section {
    background: linear-gradient(rgba(0, 100, 63, 0.65), rgba(0, 100, 63, 0.65)), url("/ContactUs-BG.jpg");
    background-size: cover;
    background-position: center;
    color: white;
    padding: 8rem 1rem;
}
.icon-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--primary, #00985E); 
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px auto;
    color: #fff !important;
    font-size: 24px;
}
.bordercard {
    border: 1px solid var(--primary);
    border-radius: 20px;
}
.FAQ-section {
    background: linear-gradient(rgba(0, 100, 63, 0.65), rgba(0, 100, 63, 0.65)), url("https://www.themayor.eu/web/files/articles/11736/main_image/thumb_1200x630_efren-barahona-unsplash-11zon.jpg");
    background-size: cover;
    background-position: center;
    color: white;
    padding: 8rem 1rem;
}
.search-section {
    background: url("https://wallpaper.forfun.com/fetch/f5/f55db38f2d2844eca0dcccff85b471d0.jpeg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: white;
    padding: 8rem 1rem;
    min-height: 60vh;
    display: flex;
    align-items: center;
}
.filter-pill {
    background-color: white;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

.btn-check:checked + .filter-pill {
    background-color: #00985E; 
    color: white;
    border-color: #00985E;
}

.card-shadow {
    border-radius: 1.5rem;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15); 
}

.inner-search-result {
    border-radius: 1rem;
    border: solid transparent;
    padding: 0.5rem;
}
.custom-link {
    color: black !important; 
    text-decoration: none !important;
}

.custom-link:hover {
    color: #0a58ca !important; 
    text-decoration: none !important;
}
.detailsection {
    background: url("https://thevendry.com/cdn-cgi/image/height=1920,width=1920,fit=contain,metadata=none/https%3A%2F%2Fs3.us-east-1.amazonaws.com%2Fuploads.thevendry.co%2F36223%2F1712805519177_Gallery-Photo-1_0_4.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: white;
    padding: 8rem 1rem;
    min-height: 80vh;
    display: flex;
    align-items: center;
}
.circle-img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
}
.rounded-top-left {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0 !important;
}

.rounded-top-right {
    border-top-right-radius: 0.5rem !important;
    border-top-left-radius: 0 !important;
}

.rounded-bottom {
    border-bottom-left-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
}
.bgdetails {
    background-color: var(--bgdetails) !important;
}
.hide-scrollbar {
    scrollbar-width: none;
    -ms-overflow-style: none; 
}

.hide-scrollbar::-webkit-scrollbar {
    display: none;
}

.map-responsive {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; 
    height: 0;
    overflow: hidden;
    border-radius: 8px;
}

    .map-responsive iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

@media (min-width: 768px) {
    .map-responsive {
        padding-bottom: 40%;
    }
}

a.nav-link.active {
    background: #00985E !important;
    background: linear-gradient(90deg, rgba(0, 152, 94, 1) 0%, rgba(0, 164, 147, 1) 75%) !important;
    border: none !important;
    color: #ffffff !important;
}

.accordion-button:focus, .form-control:focus {
    box-shadow: none !important;
    border-color: var(--secondary);
}

.accordion-button:not(.collapsed) {
    color: var(--primary);
    background-color: #f7f7f7;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}


.form-switch .form-check-input:checked {
    background-color: var(--primary);
    border-color: transparent;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='%23ffffff'/></svg>") !important;
}

.form-check-input:focus {
    box-shadow: none !important;
    border-color: #ced4da;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='%23bfbfbf'/></svg>") !important;
}
.btn-check:focus + .btn, .btn:focus {
    box-shadow: none !important;
}


.loader {
    width: 100px;
    padding: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #25b09b;
    --_m: conic-gradient(#0000 10%,#000), linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
    mask: var(--_m);
    -webkit-mask-composite: source-out;
    mask-composite: subtract;
    animation: l3 1s infinite linear;
}

.loader-wrapper{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    z-index: 100;
}
#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100vh; 
    backdrop-filter: blur(1px);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes l3 {
    to {
        transform: rotate(1turn) 
    }
}

.gridjs-th{
    background-color:var(--primary) !important;
    color: #fff !important;
}

.gridjs-pagination .gridjs-summary b {
    color: var(--primary) !important;
}

.gridjs-pages button[aria-label="Previous"] {
    background-color: var(--primary) !important;
    color: #fff !important;
}

.gridjs-pages button[aria-label="Next"] {
    background-color: var(--primary) !important;
    color: #fff !important;
}

/*.card-header{
    background-color: var(--primary);
    color: #fff;
}
legend{
    color: var(--primary)
}*/
}


.pad {
    padding-left: 50px;
}


.login-card {
    background-color: #ffffffa8;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    color: #fff;

}

.form-control {
    border-radius: 10px;
}

.btn-login {
    border-radius: 30px;
    background-color: #008444;
    color: #fff;
    font-weight: bold;
}

.btn-login:hover {
    background-color: #006a36;
}

.login-card a {
    color: #fff;
}
.accordion-body {
    text-align: justify !important;
}

.step-container {
    position: relative;
    text-align: center;
    transform: translateY(-43%);
}

.step-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #00985E;
    line-height: 30px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    cursor: pointer;
}

.step-line {
    position: absolute;
    top: 16px;
    left: 50px;
    width: calc(100% - 100px);
    height: 2px;
    background-color: #007bff;
    z-index: -1;
}

#multi-step-form {
    overflow-x: hidden;
}


.sidebar {
    width: var(--sidebar-width);
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    transition: width 0.3s ease;
    z-index: 100;
}


    .sidebar.collapsed {
        width: var(--sidebar-width-collapsed);
    }

.sidebar-link {
    color: #d1e8e2;
    font-weight: 500;
    border-radius: 8px;
    margin: 4px 12px;
    padding: 0.75rem 1rem;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.25s ease;
}

    .sidebar-link:hover {
        color: white !important;
        background: linear-gradient(90deg, rgba(0, 152, 94, 1) 0%, rgba(0, 164, 147, 1) 75%);
        transform: translateX(4px);
    }

    .sidebar-link.active {
        color: white !important;
        font-weight: 600;
        background: linear-gradient(90deg, rgba(0, 152, 94, 1) 0%, rgba(0, 164, 147, 1) 75%);
        box-shadow: 0 2px 6px rgba(0, 200, 150, 0.3);
    }

.logo-text {
    background: linear-gradient(45deg, #6b8cff, #8b9fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: opacity 0.3s ease;
}

.notification-badge {
    background: #ff6b6b;
    padding: 2px 6px;
    border-radius: 6px;
    font-size: 0.7rem;
}

.profile-section {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.main-content {
    margin-left: var(--sidebar-width);
    background-color: #f8f9fa;
    min-height: 100vh;
    transition: all 0.3s ease;
}

.collapsed ~ .main-content {
    margin-left: var(--sidebar-width-collapsed);
}

.toggle-btn {
    position: absolute;
    right: -15px;
    top: 20px;
    background: white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    z-index: 100;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.sidebar.collapsed .toggle-btn {
    transform: rotate(180deg);
}

.sidebar.collapsed .hide-on-collapse {
    display: none;
}

.sidebar.collapsed .logo-text {
    opacity: 0;
}

.sidebar.collapsed .profile-info {
    opacity: 0;
}

.sidebar.collapsed .sidebar-link {
    text-align: center;
    padding: 1rem !important;
    margin: 4px 8px;
}

    .sidebar.collapsed .sidebar-link i {
        margin: 0 !important;
    }

.main-content {
    margin-left: var(--sidebar-width);
    transition: margin-left 0.3s ease;
}

.sidebar.collapsed ~ .main-content {
    margin-left: var(--sidebar-width-collapsed);
}

.navbar {
    width: 100%;
}

.main-content {
    margin-left: var(--sidebar-width);
    width: calc(100% - var(--sidebar-width));
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: white;
    transition: margin-left 0.3s ease, width 0.3s ease;
}

.sidebar.collapsed ~ .main-content {
    margin-left: var(--sidebar-width-collapsed);
    width: calc(100% - var(--sidebar-width-collapsed));
}

.logo-full {
    display: inline-block;
}

.logo-icon {
    display: none;
}

.sidebar.collapsed .logo-full {
    display: none;
}

.sidebar.collapsed .logo-icon {
    display: inline-block;
    width: 40px;
}



.sidebar-item.open > .sidebar-link.active {
    border-radius: 8px 8px 0 0;
    margin-bottom: 0;
}


.sidebar-item.open .submenu {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    margin: 0 16px 4px 16px;
    padding: 0;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
    border: 1px solid rgba(0, 152, 94, 0.15);
    border-top: none;
}

.submenu-link {
    padding: 0.6rem 1rem;
    font-size: 0.9rem;
    color: #d1e8e2;
    transition: all 0.2s ease;
}

    .submenu-link:hover {
        background: linear-gradient(90deg, rgba(0, 152, 94, 1) 0%, rgba(0, 164, 147, 1) 75%);
        color: white !important;
        padding-left: 1.2rem;
    }

.submenu {
    display: none;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.05);
    margin: 0 12px 6px 12px;
    padding: 6px 0;
    border-radius: 8px;
    backdrop-filter: blur(6px);
}

.sidebar-item.open .submenu {
    display: flex;
}

.sidebar-item.open > .sidebar-link {
    margin: 4px 16px 0 16px;
    border-radius: 8px 8px 0 0;
}

.sidebar-item.open .submenu {
    margin: 0 16px 4px 16px;
    border-radius: 0 0 8px 8px;
    border: 1px solid rgba(0, 152, 94, 0.15);
    border-top: none;
}
.footer-main {
    position: relative;
    z-index: 200; 
    background-color: #ffffff; 
}



.btnLogin {
    display: inline-block;
    font-weight: 400;
    color: #198754;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid #198754;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.375rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btnLogin-outline-success {
    color: #198754;
    border-color: #198754;
}

.btnLogin-outline-success:hover {
    color: white !important;
    background-color: #198754;
    border-color: #198754;
}

.btnLogin-outline-success:focus {
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

.btnLogin-outline-success:disabled {
    color: #198754;
    background-color: transparent;
    opacity: 0.65;
}

.btnLogin-outline-success:active {
    color: #fff;
    background-color: #157347;
    border-color: #146c43;
}

.btnLogin-outline-success:hover i {
    color: white !important;
}

@media (max-width: 576px) {
    .loginbanner {
        padding: 2rem 1rem !important;
    }

    .login-card {
        width: 100%;
        max-width: 360px;
        margin: 0 auto;
        padding: 2rem !important;
    }

    .login-card input.form-control,
    .login-card select.form-select {
        font-size: 0.9rem;
        padding: 0.5rem 0.75rem;
    }

    .loginbanner p.display-3 {
        font-size: 3rem !important;
        line-height: 3rem !important;
    }

    .loginbanner h5 {
        font-size: 0.95rem !important;
    }

    .step-circle {
        width: 25px;
        height: 25px;
        font-size: 0.8rem;
    }

    .step-container {
        margin: 0.75rem 0;
    }

    .btn {
        font-size: 0.9rem;
        padding: 0.5rem 1rem;
    }
    .step-container {
        gap: 0.4rem;
        transform: translateY(-70%);
    }

    .step-circle {
        width: 28px;
        height: 28px;
        font-size: 0.8rem;
    }

    .step-line {
        top: 50%;
        height: 2px;
    }
}
