/* Team section — social icons (Font Awesome 4) */
.wt-our-team .social-icons.social-square li a {
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    text-align: center;
    border: 1px solid #e0e0e0;
    color: #555;
    transition: all 0.3s ease;
}

.wt-our-team .social-icons.social-square li a:hover {
    background-color: #ff9800;
    border-color: #ff9800;
    color: #fff;
}

.wt-our-team .wt-team-one {
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.wt-our-team .wt-team-one:hover {
    transform: translateY(-4px);
}

.wt-our-team .wt-team-media img {
    display: block;
    width: 100%;
    height: 320px;
    object-fit: cover;
    object-position: top center;
}
.hiver-header-logo {
    max-height: 72px;
    width: auto;
    max-width: 300px;
    object-fit: contain;
}

.logo-header {
    padding-top: 8px;
    padding-bottom: 8px;
}

/* Banner fallback if Revolution Slider is slow to init */
.main-slider.default-banner .rev_slider_wrapper,
.main-slider.default-banner .tp-banner-container {
    min-height: 520px;
    background: #0a0e17 url('../bitinvest/images/main-slider/slider3/slide1.jpg') center center / cover no-repeat;
}

.main-slider.default-banner .rev-slidebg {
    opacity: 1 !important;
    visibility: visible !important;
}

@media (max-width: 767px) {
    .hiver-header-logo {
        max-height: 52px;
        max-width: 220px;
    }
    .main-slider.default-banner .rev_slider_wrapper,
    .main-slider.default-banner .tp-banner-container {
        min-height: 380px;
    }
}

/* Main nav — Login & Register */
.header-style-3 .header-nav .nav > li.hiver-nav-auth > a {
    font-weight: 600;
}

.header-style-3 .header-nav .nav > li.hiver-nav-register > a.hiver-nav-register-btn {
    display: inline-block;
    margin-top: 18px;
    padding: 10px 18px;
    border-radius: 4px;
    background: linear-gradient(90deg, #ff9800, #f57c00);
    color: #fff !important;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 1.2;
}

.header-style-3 .header-nav .nav > li.hiver-nav-register > a.hiver-nav-register-btn:hover {
    background: linear-gradient(90deg, #ffb74d, #ff9800);
    color: #fff !important;
}

@media (max-width: 991px) {
    .header-style-3 .header-nav .nav > li.hiver-nav-register > a.hiver-nav-register-btn {
        margin-top: 0;
        margin-left: 0;
        display: block;
        text-align: center;
    }
}
