.mentor-primary {
    color: #193e6b;
}

.mentor-bg-primary {
    background-color: #193e6b;
}

.mentor-btn-primary {
    background-color: #193e6b;
    border-color: #193e6b;
    color: white;
}

.mentor-btn-primary:hover {
    background-color: #0f2a4a;
    border-color: #0f2a4a;
}

.mentor-secondary {
    color: #b3a125;
}

.mentor-bg-secondary {
    background-color: #b3a125;
}

/* More compact design */
.landing-page {
    min-height: 100vh;
}

/* Compact card */
.card {
    border-radius: 1.25rem !important;
    background-color: #ffffff;
}

.mentor-btn-primary {
    font-size: 0.95rem;
    transition: all 0.25s ease !important;
}

.mentor-btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(25, 62, 107, 0.25) !important;
}

.welcome-title {
    font-size: 1.5rem;
    line-height: 1.3;
    margin-bottom: 0.5rem;
}

.welcome-text {
    font-size: 0.95rem;
    line-height: 1.4;
}

.microsoft-btn {
    text-decoration: none !important;
    border: none !important;
    min-height: 48px;
}

.microsoft-btn img {
    flex-shrink: 0;
}

/* Image responsiveness */
@media (max-width: 992px) {
    .landing-page {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .card {
        margin-bottom: 1.5rem;
        padding: 1.25rem !important;
    }

    img.img-fluid {
        max-height: 320px !important;
    }

    .welcome-title {
        font-size: 1.4rem;
    }
}

/* HIDE PICTURE ON MOBILE (768px and below) */
@media (max-width: 768px) {
    /* Hide the right panel with the image */
    .right-panel {
        display: none !important;
    }

    /* Make the left panel full width */
    .col-md-10.col-lg-5.col-xl-4 {
        width: 100% !important;
        max-width: 500px !important;
        margin: 0 auto;
    }

    .landing-page {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }

    .card {
        padding: 1.5rem !important;
        border-radius: 1rem !important;
    }

    .welcome-title {
        font-size: 1.5rem !important;
        text-align: center;
    }

    .welcome-text {
        font-size: 1rem !important;
        text-align: center;
    }

    .microsoft-btn {
        padding: 0.75rem 1.5rem !important;
        font-size: 1rem;
        min-height: 50px;
    }

    .microsoft-btn span {
        font-size: 0.95rem;
    }
}

@media (max-width: 576px) {
    .landing-page {
        padding: 0.5rem !important;
    }

    .card {
        padding: 1.25rem !important;
        border-radius: 0.875rem !important;
    }

    .welcome-title {
        font-size: 1.3rem !important;
    }

    .welcome-text {
        font-size: 0.875rem !important;
    }

    .microsoft-btn {
        flex-direction: row !important;
        gap: 0.75rem !important;
        padding: 0.6rem 0.75rem !important;
        min-height: 42px;
    }

    .microsoft-btn span {
        font-size: 0.85rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (max-width: 375px) {
    .welcome-title {
        font-size: 1.2rem !important;
    }

    .microsoft-btn {
        font-size: 0.8rem;
        min-height: 40px;
        padding: 0.5rem 0.75rem !important;
    }

    .microsoft-btn img {
        width: 18px;
        height: 18px;
    }

    .microsoft-btn span {
        font-size: 0.8rem;
    }
}

/* For desktop */
@media (min-width: 992px) {
    .card {
        max-width: 420px;
        margin: 0 auto;
    }

    .welcome-title {
        font-size: 1.6rem;
    }
}

/* For large screens */
@media (min-width: 1200px) {
    .card {
        max-width: 440px;
        padding: 1.75rem !important;
    }

    .welcome-title {
        font-size: 1.7rem;
    }

    .welcome-text {
        font-size: 1rem;
    }

    .microsoft-btn {
        min-height: 50px;
    }
}
