/*
    #283141
    #FF6E00
 */

.main-header-area.sticky .classynav li a {
    color: #f9f9f9 !important;
}

.main-header-area.sticky .classynav li a:hover {
    color: #FF6E00 !important;
}

.uza-about-us-area-alt.uza-about-us-area {
    position: relative;
    z-index: 1;
}

.uza-about-us-area-alt.uza-about-us-area .about-bg-pattern {
    width: 414px !important;
    left: inherit !important;
    right: 0 !important;
    text-align: right !important;
}

.uza-about-us-area-alt.uza-about-us-area .about-bg-pattern img {
    transform: scaleX(-1) !important;
}

.uza-about-us-area-alt .uza-video-area {
    left: -30px !important;
}

.uza-video-area .video-play-btn:after {
    -webkit-animation: sonarEffectOrange 1.3s ease-out 75ms infinite !important;
    animation: sonarEffectOrange 1.3s ease-out 75ms infinite !important;
}

@-webkit-keyframes sonarEffectOrange {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1),
        0 0 10px 10px #FF6E00,
        0 0 0 10px rgba(255, 110, 0, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1),
        0 0 10px 10px #FF6E00,
        0 0 0 10px rgba(255, 110, 0, 0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@-moz-keyframes sonarEffectOrange {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1),
        0 0 10px 10px #FF6E00,
        0 0 0 10px rgba(255, 110, 0, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1),
        0 0 10px 10px #FF6E00,
        0 0 0 10px rgba(255, 110, 0, 0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes sonarEffectOrange {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1),
        0 0 10px 10px #FF6E00,
        0 0 0 10px rgba(255, 110, 0, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1),
        0 0 10px 10px #FF6E00,
        0 0 0 10px rgba(255, 110, 0, 0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

.g-auth-actions {
    margin-top: 5px;
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.g-auth-link {
    color: #FF6E00;
    font-weight: 600;
}

.g-auth-link:hover {
    color: #283141;
}

.g-auth-check {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 14px;
    color: #6c757d;
    margin-top: 8px;
}

/* Hero: altura fixa do template (900px/750px) sobra bem mais que o conteúdo
   real (~320px centralizado), deixando vão vazio grande antes da próxima
   seção. Reduz só nas faixas onde o conteúdo não empilha (>=992px). */
@media only screen and (min-width: 1200px) {
    .single-welcome-slide {
        height: 620px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-welcome-slide {
        height: 600px !important;
    }
}
