:root {
    --blue: #27aeff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #43d477;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #ffffff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --panel-bg: #fbfbfd;
    --success: #e7f4f0;
    --info: #ebf7ff;
    --primary: #660b0e;
    --secondary: #1f3b64;
    --success: #e7f4f0;
    --info: #ebf7ff;
    --warning: #ffab00;
    --danger: #f63c3c;
    --light: #f9f9f9;
    --dark: #343434;
    --white: #ffffff;
    --gray: #818894;
    --gray300: #ececec;
    --gray200: #f1f1f1;
    --gray100: #f9f9f9;
    --primary-hover: #500709;
    --primary-border: #660b0e;
    --primary-border-hover: #500709;
    --primary-btn-shadow: 0 3px 6px 0 rgb(41 14 14 / 30%);
    --primary-btn-shadow-hover: 0 3px 8px 0 rgb(41 14 14 / 30%);
    --primary-btn-color: #ffffff;
    --primary-btn-color-hover: #ffffff;
    --secondary-hover: #162a47;
    --secondary-border: #162a47;
    --secondary-border-hover: #13243d;
    --secondary-btn-shadow: 0 3px 6px 0 rgb(41 14 14 / 30%);
    --secondary-btn-shadow-hover: 0 3px 8px 0 rgb(41 14 14 / 30%);
    --secondary-btn-color: #ffffff;
    --secondary-btn-color-hover: #ffffff;
    --font-family-base: "main-font-family";
    --font-family-rtl: "rtl-font-family";
}

.mini-image-box {
    min-height: 75px !important;
    width: 100px !important;
}

.iesde-video-player {
    aspect-ratio: 16 / 9;
    height: auto;
    max-width: 100%;
}

.top-navbar {
    background-color: #660b0e;
    border-bottom: 1px solid #660b0e !important;
}

.top-navbar a, .top-navbar svg {
    color: #fff;
}

.top-whatsapp-icon {
    height: 45px;
}

.top-navbar .border-left {
    border-left: 1px solid #660b0e !important;
}

.navbar {
    background-color: #8d1b1f;
}

@media (min-width: 991px) {
    .menu-category > ul > li {
        background-color: #8d1b1f;
        border: 1px solid #fff;
    }
}

.menu-category > ul > li {
    color: #fff;
}

.navbar .nav-item .nav-link {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #fff;
}

.img-cover-clubeeid {
    width: auto;
    height: auto;
    top: 25px;
    position: relative;
}

.home-welcome-section > .home-sections .section-title {
    font-size: 32px !important;
    font-weight: bold;
}

.home-sections .section-title {
    color: #6e2833;
}

.home-banners-section {
    background-color: #e6e6e6;
    padding-top: 10px;
}

@media (min-width: 576px) {
    .home-banners-section {
        max-height: 300px;
        margin-bottom: 250px;
    }
}
@media (min-width: 768px) {
    .home-banners-section {
        max-height: 350px;
        margin-bottom: 300px;
    }
}
@media (min-width: 992px) {
    .home-banners-section {
        max-height: 400px;
        margin-bottom: 400px;
    }
}
@media (min-width: 1200px) {
    .home-banners-section {
        max-height: 450px;
        margin-bottom: 350px;
    }
}

@media (max-width: 991px) {
    .navbar-brand img {
        max-height: 120px !important;
    }
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.home-new-courses {
    margin-top: 0;
}

/* Course Categories */
.course-categories {
    padding: 10px 0;
}

.course-categories h2 {
    text-align: center;
    font-size: 2rem;
    color: #333;
    margin-bottom: 40px;
}

.category-filters {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 50px;
}

.filter-btn {
    padding: 7px 20px;
    border: 2px solid #c41e3a;
    background-color: white;
    color: #c41e3a;
    border-radius: 25px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s;
    font-size: 12px;
}

.filter-btn:hover,
.filter-btn.active {
    background-color: #c41e3a;
    color: white;
}

.courses-carousel {
    position: relative;
}

.course-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    margin: 10px;
}

.course-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.course-image {
    height: 200px;
    overflow: hidden;
}

.course-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.course-content {
    padding: 25px;
    text-align: center;
}

.course-content h3 {
    font-size: 1.3rem;
    color: #333;
    margin-bottom: 10px;
    font-weight: bold;
}

.course-content p {
    color: #666;
    margin-bottom: 20px;
}

.course-btn {
    background-color: #28a745;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 25px;
    cursor: pointer;
    font-weight: 500;
    transition: background-color 0.3s;
}

.course-btn:hover {
    background-color: #218838;
}

.mt-150 {
    margin-top: 150px;
}
