.calendar {
    background-color: rgba(0, 0, 0, 0.3);
    min-height: 400px;
    min-width: 340px;
    max-width: 20%;
    margin-right: 12rem;
    border-radius: .1rem;
}

.text-white {
    color: #fff!important;
}

.text-dark {
    color: #13131C!important;
}

.btn-dark {
    color: #fff;
    background-color: #35363a;
    border-color: #35363a;
}

.btn-dark:hover {
    color: #fff;
    background-color: #2d2e31;
    border-color: #2a2b2e;
}

.btn {
    border-radius: .25rem;
}

.slider-area .hero__caption h1 {
    color: #f8f9fa;
}

.btn-primary input {
    visibility: hidden;
}

.btn-group {
    margin-top: 2rem;
}

.btn-group .btn-primary {
    border: 1px solid white;
}

.log {
    display: inline-block;
}

.log .img-top {
    display: none;
    z-index: 99;
}

.single-cat:hover .img-top {
    display: inline;
}

.single-cat:hover .img-bot {
    display: none;
}

.nice-select .list {
    width: 100%;
}

.select {
    border-color: #a39161;
    margin-top: 15px;
}


/* Gallery */

.gallery * {
    box-sizing: border-box;
}

.gallery body {
    background-color: #f1f1f1;
    padding: 20px;
    font-family: Arial;
}


/* Center website */

.gallery .main {
    max-width: 1000px;
    margin: auto;
}

.gallery h1 {
    font-size: 50px;
    word-break: break-all;
}

.gallery .row {
    margin: 8px -16px;
}


/* Add padding BETWEEN each column (if you want) */

.gallery .row,
.gallery .row>.column {
    padding: 8px;
}


/* Create three equal columns that floats next to each other */

.gallery .column {
    float: left;
    width: 33.33%;
    display: none;
    /* Hide columns by default */
}


/* Clear floats after rows */

.gallery .row:after {
    content: "";
    display: table;
    clear: both;
}


/* Content */

.gallery .content {
    background-color: white;
    padding: 10px;
}


/* The "show" class is added to the filtered elements */

.gallery .show {
    display: block;
}


/* Style the buttons */

.gallery .btn {
    border: none;
    outline: none;
    padding: 12px 16px;
    background-color: white;
    cursor: pointer;
}


/* Add a grey background color on mouse-over */

.gallery .btn:hover {
    background-color: #ddd;
}


/* Add a dark background color to the active button */

.gallery .btn.active {
    background-color: #666;
    color: white;
}

.container-wide {
    width: 90%;
    margin: auto;
}

.slider-height2 {
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-size: cover;
}

.motto {
    color: #a39161;
    font-size: 1.3rem;
    display: block;
    margin-bottom: 2rem;
}

.button-group .btn {
    border: none;
    outline: none;
    padding: 10px 10px;
    cursor: pointer;
    color: black;
    background-color: white;
    border-radius: 0;
}

.button-group .btn:hover {
    background-color: white;
}

.panel-title a:hover {
    color: #a39161;
    scale: 1.1;
}

.panel {
    margin-bottom: 2rem;
}

.login:hover {
    color: #13131C;
}

.frMenu {
    border-top: 1px solid black;
}

@media (min-width: 992px) {
    .frMenu {
        display: none!important;
    }
}

.modal {
    overflow-y:auto;
  }

/* Sticky sidebar for course pages */
.sidebar-column {
    position: relative;
}

.sticky-sidebar, .course-sidebar {
    position: sticky;
    top: 120px;   /* adjust if it collides with header */
}

@media (max-width: 978px) {
    .sticky-sidebar, .course-sidebar {
        position: static;
        margin-bottom: 2rem;
    }
}
/* === GLOBAL PROMO BANNER USING GALLERY GRADIENT === */
.promo-banner {
    width: 100%;
    /* background: linear-gradient(90deg, #1f2b7b 40%, #a39161 90%); */
    background: #1f2b7b;
    color: #fff;
    padding: 8px 0;
    position: relative;
    z-index: 1;
    font-size: 0.95rem;
    font-weight: 500;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.promo-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.promo-text {
    display: block;
}

.promo-close {
    position: absolute;
    right: 0;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 1.1rem;
    cursor: pointer;
    padding: 0 12px;
    transition: opacity 0.2s ease;
    font-weight: bold;
}

.promo-close:hover {
    opacity: 0.6;
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .promo-banner {
        font-size: 0.85rem;
        padding: 10px 0;
    }
    .promo-inner {
        justify-content: space-between;
    }
    .promo-close {
        padding: 0 6px;
        font-size: 1.2rem;
    }
}

.next-title {
    line-height: 22px;

}
