:root {
    --it-orange: #f57c00;
    --it-dark: #2f2f2f;
    --it-gray: #f5f5f5;
}

.btn-it {
    background-color: var(--it-orange);
    color: #fff;
    border: none;
}

.btn-it:hover {
    background-color: #e36f00;
    color: #fff;
}

.text-it {
    color: var(--it-orange);
}

.form-check:not(.form-switch) .form-check-input.iterrific-checkbox[type="checkbox"]:checked {
    background-color: var(--it-orange) !important;
    background: var(--it-orange) !important;
    border-color: var(--it-orange) !important;
}

.form-check-input.iterrific-checkbox:checked,
.form-check-input.iterrific-checkbox[type="checkbox"]:checked {
    background-color: var(--it-orange) !important;
    background: var(--it-orange) !important;
    border-color: var(--it-orange) !important;
}

.form-check:not(.form-switch) .form-check-input.iterrific-checkbox[type="checkbox"]:checked:focus,
.form-check:not(.form-switch) .form-check-input.iterrific-checkbox[type="checkbox"]:focus,
.form-check-input.iterrific-checkbox:focus {
    border-color: var(--it-orange) !important;
    box-shadow: 0 0 0 0.2rem rgba(245, 124, 0, 0.18) !important;
}

.auth-password-field .auth-password-input {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.auth-password-toggle {
    align-items: center;
    border-color: #d2d6da !important;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    display: inline-flex;
    justify-content: center;
    min-width: 3rem;
    padding: 0.625rem 0.75rem;
}

.auth-password-toggle .material-icons {
    font-size: 1.2rem;
    line-height: 1;
}

/* Footer hover color */
footer a {
    color: #6c757d; /* text-secondary */
    transition: color 0.2s ease-in-out;
}

footer a:hover {
    color: #fb8c00; /* Material warning orange */
}
#partnersCarousel .carousel-control-prev-icon,
#partnersCarousel .carousel-control-next-icon {
    background-color: rgba(255, 140, 0, 0.95);
    border-radius: 50%;
    padding: 20px;
    background-size: 60% 60%;
}
#partnersCarousel .carousel-control-prev,
#partnersCarousel .carousel-control-next {
    width: 5%;
}

#partnersCarousel .carousel-control-prev {
    left: -40px;
}

#partnersCarousel .carousel-control-next {
    right: -40px;
}

.iterrific-auth-shell {
    background-image: url('https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=1920&q=80');
    background-position: center;
    background-size: cover;
    min-height: 100vh;
    position: relative;
}

.iterrific-auth-overlay {
    background: linear-gradient(90deg, rgba(15, 28, 48, 0.82), rgba(15, 28, 48, 0.46));
    inset: 0;
    position: absolute;
}

.iterrific-auth-copy {
    color: #ffffff;
    max-width: 34rem;
}

.iterrific-auth-logo {
    background: rgba(255, 255, 255, 0.94);
    border-radius: 0.5rem;
    margin-bottom: 2rem;
    max-height: 4rem;
    max-width: 13rem;
    padding: 0.65rem 0.85rem;
}

.iterrific-auth-copy h1 {
    color: #ffffff;
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.08;
    margin-bottom: 1rem;
}

.iterrific-auth-copy p {
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.05rem;
    line-height: 1.8;
}

.iterrific-auth-card {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 0.75rem;
    box-shadow: 0 18px 50px rgba(15, 28, 48, 0.24);
    padding: 1.75rem;
}

.iterrific-auth-card-header {
    align-items: center;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1.25rem;
}

.iterrific-auth-card-header h4 {
    color: #1f3b64;
    font-weight: 800;
}

.iterrific-auth-card-header p {
    color: #67748e;
    font-size: 0.9rem;
}

.iterrific-auth-icon {
    align-items: center;
    background: #fb8c00;
    border-radius: 0.55rem;
    box-shadow: 0 6px 16px rgba(251, 140, 0, 0.28);
    display: flex;
    height: 3.2rem;
    justify-content: center;
    min-width: 3.2rem;
    width: 3.2rem;
}

.iterrific-auth-code {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.35rem;
    text-align: center;
}

@media (max-width: 991.98px) {
    .iterrific-auth-overlay {
        background: rgba(15, 28, 48, 0.68);
    }

    .iterrific-auth-card {
        padding: 1.35rem;
    }
}
