﻿.row:not(:last-child) {
    margin-bottom: 15px;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}


#hero-area.homepage:hover {
    cursor: pointer;
}

#whatsappText:hover a {
    color: white !important;
    opacity: 0.5;
}

.uyecalisma1 {
    margin-bottom: 30px;
}

.back-to-top {
    display: none;
    position: fixed;
    bottom: 18px;
    right: 15px;
}

    .back-to-top i {
        display: block;
        border-radius: 50% !important;
        width: 3rem;
        height: 3rem;
        font-size: 1.2rem;
        line-height: 3rem;
        color: #fff;
        font-size: 14px;
        text-align: center;
        border-radius: 4px;
        background-color: #02284e;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
        z-index: 99999;
    }



.mobile-menu {
    display: none;
}


/* -- Page Loading Overlay -- */

#global-loading-overlay {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.85);
    z-index: 99999;
}

    #global-loading-overlay .gl-panel {
        display: flex;
        align-items: center;
        gap: 12px;
        font-size: 1rem;
        color: #0c4572;
    }

    #global-loading-overlay .gl-spinner {
        width: 2rem;
        height: 2rem;
        border: 0.25rem solid rgba(12,69,114,0.18);
        border-top-color: #0c4572;
        border-radius: 50%;
        animation: gl-spin .8s linear infinite;
    }

    #global-loading-overlay .gl-text {
        font-weight: 600;
    }

@keyframes gl-spin {
    to {
        transform: rotate(360deg);
    }
}