.bg-red-custom {
    background-color: #c30000 !important;
}
.text-primary {
    color: #c30000 !important;
}

.navbar .nav-link {
    color: #000000;
    padding: 0.5rem 1rem;
    font-weight: 400;
    font-size: 18px;
}
.red {
    border: 1px solid #c30000 !important;
    height: 50px;
    margin-top: 0px;
    text-underline-offset: 5px;
}
.red-line {
    border: 1px solid #c30000 !important;
    width: 50%;
    margin-left: 25%;
    margin-top: 0px;
    text-underline-offset: 5px;
}
.bg-beige-custom {
    background-color: #f2efdc !important;
}
a.text-white:hover {
    color: #000000 !important;
    transform: scale(1.2);
}
video {
    width: 100%;
    position: absolute;
    object-fit: cover;
}
a:hover {
    color: #c30000;
    text-decoration: underline;
}
p a:hover {
    text-decoration: underline;
}
li {
    list-style: none;
    padding: 10px;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #c30000 !important;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
/* .carousel-control-prev-icon {
    background-image: url('assets/img/left-arrow.png') !important;
  }
  .carousel-control-next-icon {
    background-image: url('assets/img/right-arrow.png') !important;
} */

.carousel-control-prev {
    background-color: #c30000 !important;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}
.carousel-control-next {
    background-color: #c30000 !important;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}
.position-absolute {
    position: absolute !important;
    display: none;
}

body ol.fts {
    display: block;
    list-style-type: decimal !important;
    list-style-position: outside !important;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}
body ol.fts li {
    /* margin-bottom: 10px; */
    list-style: decimal !important;
    display: list-item !important;
    text-align: -webkit-match-parent;
    unicode-bidi: isolate;
    padding-left: 0 !important;
}

@media (max-width: 767.98px) {
    .red {
        display: none;
    }
    .min-vh-70 {
        min-height: 20vh !important;
    }
}

/* Custom frameset-like box styling */
.frameset-box {
    border: 2px solid #ccc;
    border-radius: 6px;
    padding: 15px;
    position: relative;
    margin-top: 2em;
    margin-bottom: 2em;
    background: #fff;
}
.frameset-caption {
    position: absolute;
    top: -1.1em;
    left: 20px;
    background: #fff;
    padding: 0 10px;
    font-weight: bold;
    color: #555;
    font-size: 1.1em;
    border-radius: 4px;
    border: 1px solid #ccc;
    z-index: 1;
}
