/*
Theme Name: Mentor Theme
Theme URI: https://mentor.leylord.com
Author: Leylord Marcelino
Author URI: https://leylord.com
Description: Lightweight, friendly starter theme for Mentor platform.
Version: 1.0.0
Text Domain: mentor-theme
*/

/* GLOBAL BRANDING COLORS */

/* Background */
body {
    background-color: #FFFFFF !important;
}

/* Main text */
body, p, li, span {
    color: #102B5A !important;
    font-size: 16px;
    line-height: 1.6;
}

/* Headlines */
h1, h2, h3, h4, h5 {
    color: #102B5A !important;
    font-weight: 900;
}

/* Subheadlines */
h2, h3 {
    color: #315A5B !important;
}

/* Buttons */
.btn,
button,
input[type="submit"] {
    background-color: #CD4F33 !important;
    color: #FFFFFF !important;
    border: none !important;
    padding: 12px 22px !important;
    border-radius: 4px !important;
    font-weight: 600 !important;
    cursor: pointer;
}

.btn:hover,
button:hover,
input[type="submit"]:hover {
    background-color: #9E1B22 !important;
}

/* Accent lines */
hr,
.border-accent {
    border-color: #9E1B22 !important;
}

/* Restricted notice */
.mov-restricted-notice {
    background: #FFECEC !important;
    border-left: 5px solid #9E1B22 !important;
    color: #102B5A !important;
}

/* Form fields */
input[type="text"],
input[type="email"],
textarea {
    border: 1px solid #315A5B !important;
    padding: 10px !important;
    border-radius: 4px !important;
    color: #102B5A !important;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
    border-color: #CD4F33 !important;
    outline: none !important;
}

/* Lists */
ul li {
    margin-bottom: 8px;
    color: #102B5A !important;
}

/* Video wrapper */
.video-wrapper {
    border: 3px solid #9E1B22 !important;
    border-radius: 6px;
    padding: 10px;
    background: #FFFFFF;
}

/* Page spacing */
.mentor-inquiry,
.mov-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 20px;
}

/* STACK FORM FIELDS CLEANLY */
.mentor-inquiry form {
    display: block;
    width: 100%;
}

.mentor-inquiry form label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
    color: #102B5A;
}

.mentor-inquiry form input[type="text"],
.mentor-inquiry form input[type="email"],
.mentor-inquiry form textarea {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    padding: 12px;
    border: 1px solid #315A5B;
    border-radius: 4px;
    font-size: 16px;
    color: #102B5A;
    background: #FFFFFF;
}

.mentor-inquiry form textarea {
    min-height: 140px;
}

.mentor-inquiry form button {
    margin-top: 10px;
    width: auto;
}

/* HEADER BRANDING */
.mentor-header {
    background: #102B5A;
    padding: 20px 0;
}

.mentor-header-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mentor-logo-text {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 700;
}

.mentor-menu {
    list-style: none;
    display: flex;
    gap: 30px;
    margin: 0;
    padding: 0;
}

.mentor-menu li a {
    color: #FFFFFF;
    font-weight: 600;
    text-decoration: none;
    font-size: 16px;
}

.mentor-menu li a:hover {
    color: #CD4F33;
}

/* PAGE CONTAINER */
.mentor-schedule {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 20px;
}

/* Section spacing */
.schedule-intro,
.schedule-options {
    margin-bottom: 40px;
}

/* Cards */
.schedule-card {
    background: #FFFFFF;
    padding: 20px;
    border-radius: 6px;
    border: 1px solid #E5E5E5;
    margin-bottom: 30px;
}

/* Calendar wrapper */
.schedule-calendar {
    margin-top: 40px;
}

/* Typography inside schedule page */
.schedule-intro h1,
.schedule-card h2 {
    color: #102B5A;
    font-weight: 700;
}

.schedule-intro p,
.schedule-card p {
    color: #102B5A;
    line-height: 1.6;
}

.mentor-home {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 20px;
}



/* Make the Site Identity logo circular */
.custom-logo,
.custom-logo-link img {
    width: 80px;          /* force square */
    height: 80px;         /* force square */
    object-fit: cover;    /* crop instead of squish */
    border-radius: 50%;   /* circle */
    overflow: hidden;     /* hide overflow */
}
