body, h2, h3, h5, h6, p, a {
    font-family: "Source Sans 3", sans-serif;
    font-optical-sizing: auto !important;
    font-style: normal !important;
}

.hero, .site-navbar {
width: 100%
}

.site-navbar, .site-navbar .site-navigation .site-menu {
margin-bottom: 0
}

body {
background-color: #fffdfa;
position: relative
}

body:before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0,0,0,.5);
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
opacity: 0;
visibility: hidden;
z-index: 1
}

body.offcanvas-menu:before {
opacity: 1;
z-index: 1002;
visibility: visible
}

.section-style-green {
    background-color: #083320;
}
.section-style-white {
    background-color: #fffdfa;
}
.rrwts-section-style-white {
    background-color: #d4a651;
}
.pcso-event-link {
    color: green !important;
}

    .section-style p,
    .section-style h1,
    .section-style h2,
    .section-style h3,
    .section-style h4,
    .section-style h5,
    .section-style span {
        color: white;
        font-weight: 300
    }

.sticky-wrapper .site-navbar, a {
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s
}

a, a:hover {
text-decoration: none !important
}

.hero {
height: 100vh;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}

.site-navbar-wrap {
z-index: 99;
width: 100%;
left: 0;
}

.menuBaground {
    background-color: #083320;
    border-bottom: 3px solid #147f4a;
}
.top-nav-color {
    background-color: #083320;
}

.site-navbar .site-navigation .site-menu .has-children:active > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu > li > a.active, .site-navbar .site-navigation .site-menu > li > a:hover, .site-navbar-wrap a, .sticky-wrapper .site-navbar ul li.active a, .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.active a {
color: #fff
}

.site-navbar-wrap .site-navbar-top {
font-size: .8rem
}

strong {
    font-weight: bold;
}


.site-navbar .site-navbar .site-logo {
font-weight: 200;
line-height: 0;
top: -7px;
position: relative
}

    .site-navbar .site-logo a {
        color: rgba(255,255,255,.6);
        font-size: clamp(8px, 2vw, 20px);
        font-weight: 700;
        text-transform: uppercase;
    }

.site-navbar .site-navigation .site-menu a {
text-decoration: none !important;
display: inline-block;
font-weight: 500
}

.site-navbar .site-navigation .site-menu > li, .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li {
display: inline-block;
padding: 10px 5px
}

    .site-navbar .site-navigation .site-menu > li > a {
        padding: 5px 10px;
        color: rgba(255,255,255,.70);
        font-size: 15px;
        text-decoration: none !important
    }

.site-navbar .site-navigation .site-menu > li:last-child, .site-navbar .site-navigation .site-menu > li:last-child > a, .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child, .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child > a {
padding-right: 0
}

.site-navbar .site-navigation .site-menu .has-children {
position: relative
}

.site-navbar .site-navigation .site-menu .has-children > a {
position: relative;
padding-right: 20px
}

    .site-navbar .site-navigation .site-menu .has-children > a:before {
        position: absolute;
        content: "\e313";
        font-size: 16px;
        top: 50%;
        right: 0 !important;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-family: icomoon;
        color: #147f4a;
    }
    .site-navbar .site-navigation .site-menu .has-children .arrow-rrwts:before {
        position: absolute;
        content: "\e313";
        font-size: 16px;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-family: icomoon;
        color: #d9ba89;
    }

.site-navbar .site-navigation .site-menu .has-children .dropdown {
visibility: hidden;
opacity: 0;
top: 100%;
position: absolute;
text-align: left;
-webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.25);
box-shadow: 0 0 4px 0 rgba(0,0,0,.25);
padding: 0;
margin-top: 20px;
margin-left: 0;
background: #fff;
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s;
border-radius: 4px
}


.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
position: absolute
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
bottom: 100%;
left: 20%;
border: 10px solid rgba(136,183,213,0);
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-bottom-color: #fff;
margin-left: -10px
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
font-size: 14px;
text-transform: none;
letter-spacing: normal;
-webkit-transition: none;
-o-transition: none;
transition: none;
color: #343a40
}

    .site-mobile-menu .site-nav-wrap a.active, .site-mobile-menu .site-nav-wrap a:hover, .site-mobile-menu .site-nav-wrap li.active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
        color: #A9A9A9
    }

.site-navbar .site-navigation .site-menu .has-children .dropdown .active > a, .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a.active, .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a:hover {
color: #fff !important
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
list-style: none;
padding: 0;
margin: 0;
min-width: 200px
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li:first-child > a {
border-top-left-radius: 4px;
border-top-right-radius: 4px
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li:last-child > a {
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
padding: 9px 20px;
display: block
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
background: #ebeef0;
color: #212529
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
content: "\e315";
right: 20px
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
left: 100%;
top: 0
}

.site-navbar .site-navigation .site-menu .has-children:active, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:hover {
cursor: pointer
}

.site-navbar .site-navigation .site-menu .has-children:active > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown {
-webkit-transition-delay: 0s;
-o-transition-delay: 0s;
transition-delay: 0s;
margin-top: 0;
visibility: visible;
opacity: 1
}

.site-mobile-menu {
    width: 300px;
    position: fixed;
    right: 0;
    z-index: 2000;
    padding-top: 20px;
    background: #083320;
    height: calc(100vh);
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-box-shadow: -10px 0 20px -10px rgba(0,0,0,.1);
    box-shadow: -10px 0 20px -10px rgba(0,0,0,.1);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.offcanvas-menu .site-mobile-menu {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0)
}

.site-mobile-menu .site-mobile-menu-header {
width: 100%;
float: left;
padding-left: 20px;
padding-right: 20px
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
float: right;
margin-top: 8px
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
font-size: 30px;
display: inline-block;
padding-left: 10px;
padding-right: 0;
line-height: 1;
cursor: pointer;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
color: #dee2e6
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
float: left;
margin-top: 10px;
margin-left: 0
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
display: inline-block;
text-transform: uppercase
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
max-width: 70px
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
text-decoration: none
}

.site-mobile-menu .site-mobile-menu-body {
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
position: relative;
padding: 20px 20px 150px;
height: calc(100vh - 52px);
}

.site-mobile-menu .site-nav-wrap {
padding: 0;
margin: 0;
list-style: none;
position: relative
}

    .site-mobile-menu .site-nav-wrap a {
        padding: 10px 20px;
        display: block;
        position: relative;
        color: #fffdfa; 
    }
    .site-mobile-menu .site-nav-wrap .has-children li a {
        border-bottom: none;
    }

.site-mobile-menu .site-nav-wrap li {
position: relative;
display: block
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
position: absolute;
right: 0;
top: 2px;
z-index: 20;
width: 30px;
height: 30px;
text-align: center;
cursor: pointer;
border-radius: 50%
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
background: #f8f9fa
}
.icon-close2 {
    color: grey !important; 
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
    font-size: 20px;
    z-index: 20;
    font-family: icomoon;
    content: "\f078";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%) rotate(-180deg);
    -ms-transform: translate(-50%,-50%) rotate(-180deg);
    transform: translate(-50%,-50%) rotate(-180deg);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: grey;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%)
}

.site-mobile-menu .site-nav-wrap > li {
display: block;
position: relative;
float: left;
width: 100%
}

.site-mobile-menu .site-nav-wrap > li > a {
padding-left: 20px;
font-size: 20px
}

.site-mobile-menu .site-nav-wrap > li > ul {
padding: 0;
margin: 0;
list-style: none
}

.site-mobile-menu .site-nav-wrap > li > ul > li, .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
display: block
}

.site-mobile-menu .site-nav-wrap > li > ul > li > a {
padding-left: 40px;
font-size: 16px
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
padding: 0;
margin: 0
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
    font-size: 16px;
    padding-left: 60px
}

.sticky-wrapper {
position: absolute;
z-index: 100;
width: 100%
}

.sticky-wrapper + .site-blocks-cover {
margin-top: 96px
}

    .sticky-wrapper.is-sticky .site-navbar {
        background-color: #083320;
    }

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.has-children > a {
padding-right: 20px
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a {
padding: 10px;
color: rgba(255,255,255,.6);
font-size: 15px
}
.dark-image::after {
    content: "";
    background-image: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.1));
    position: absolute;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
}

.page-site-logo {
    width: clamp(45px, 80%, 55px);
    height: auto;
}


section.flow {
    margin-left: 0;
    margin-right: 0;
}


.style-shadow {
    box-shadow: 0 2rem 3rem rgba(0, 0, 0, 0.30);
    z-index: 1;
}


.row-striped:nth-of-type(odd) {
    background-color: #FBFAF5;
}

.row-striped:nth-of-type(even) {
    background-color: #FBFAF5;
}

.row-striped {
    padding: 15px 0;
}

@media (max-width: 1000px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }

        .carousel-inner .carousel-item > div:first-child {
            display: block;
        }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}


@media (min-width: 1000px) {

    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(33.333%);
    }

    .carousel-inner .carousel-item-left.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-33.333%);
    }
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
    transform: translateX(0);
}

.owl-carousel {
    position: relative;
}

.owl-dots {
    position: absolute;
    bottom: 10px;
    left: 25%;
    right: 25%;
}

.bdr {
    border-radius: 10px;
    overflow: hidden;
}


.card-img-top {
    width: 100%;
    height: 20vh;
    object-fit: cover;
}

.section-heading {
    width: 100%;
    height: 20px;
    text-align: center;
    margin: 30px 0 40px;
    /* color */
    color: #083320;
    border-bottom: 2px #083320 solid;
}

.section-title {
    background: #fffdfa;
    font-size: 30px;
    padding: 10px;
}
hr.hr-text {
    position: relative;
    border: none;
    height: 1px;
    background: #999;
}
hr.hr-text::before {
    content: attr(data-content);
    display: inline-block;
    background: #fff;
    font-weight: bold;
    font-size: 0.85rem;
    color: #999;
    border-radius: 30rem;
    padding: 0.2rem 2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hero-section {
    position: relative;
    height: 85vh;
    overflow: hidden; /* Hide overflow */
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden; /* Hide overflow */
}

    .video-background video {
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #fff; /* Sample text color */
    padding-top: 20vh; /* Adjust this value to create space for the video */
}

.home-site-logo {
    width: clamp(200px, 100%, 700px);
}
.rrwts-home-site-logo {
    width: 150px;
    padding-bottom: 10px;
}
.event-image {
    width: clamp(200px, 100%, 300px);
}
.site-text {
    color: white !important;
}
.custom-heading {
    padding-top: 70px;
}
.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    height: auto;
    padding: 0 15px;
    color: #fff;
    border-radius: 25px;
}

/* Positioning the prev button */
.carousel-control-prev {
    left: -40px; /* Adjust as needed */
}

/* Positioning the next button */
.carousel-control-next {
    right: -40px; /* Adjust as needed */
}
.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center !important;
    font-size: 12px;
    line-height: 1.42857;
}
.site-navbar .site-navigation .site-menu .has-children:active > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus-within > .dropdown {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    margin-top: 0;
    visibility: visible;
    opacity: 1
}
.home-icons {
    width: 50px;
    height: 50px;
}

.site-logo-page {
    max-height: 98px;
}
.parallax-background {
    content: '';
    position: relative;
    height: 800px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

@media (min-width: 812px) {
    /* Styles for desktop or laptop screens */
    .parallax-background {
        background: #000;
        content: '';
        height: 800px;
        background-attachment: fixed;
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: -1;
    }
}

a {
    color: #0248B1;
}
.site-mobile-menu-body .site-nav-wrap > li > ul a {
    color: #b3b3b3 !important;
}

.video-content .video-wrapper {
    aspect-ratio: var(--video-aspect-ratio)
}

    .video-content .video-wrapper iframe,
    .video-content .video-wrapper video {
        height: 100%;
        width: 100%;
        display: flex;
        border: none;
        background-color: #000
    }

@supports not (aspect-ratio:1/1) {
    .video-content .video-wrapper {
        position: relative;
        overflow: hidden;
        height: 0;
        padding-bottom: calc(100% / var(--video-aspect-ratio))
    }

        .video-content .video-wrapper iframe,
        .video-content .video-wrapper video {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0
        }
}
.video-container {
    position: relative;
    min-height: 1px;
    display: flex
}

.vedio-wrapper {
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start
}
.video-content-height {
    max-height: 75vh;
}
@media screen and (min-device-width: 1200px) and (max-device-width: 1920px) and (-webkit-min-device-pixel-ratio: 1) {
    .video-content-height {
        max-height: 65vh;
    }
}

/* ----------- Retina Screens ----------- */
@media screen and (min-device-width: 1200px) and (max-device-width: 1920px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    .video-content-height {
        max-height: 65vh;
    }
}

table {
    empty-cells: show;
}
.left {
    float: left;
}

.responsive-frame {
    position: relative;
    padding-bottom: 75%;
    overflow: hidden;
    min-height: 200px;
}

.responsive-frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 300px !important;
}
.right {
    float: right;
}
.h1, .h2, .h3, .h4, .h5, .h6,
.field-name-paragraphtextwrap-content h1,
.field-name-paragraphtextwrap-content h2,
.field-name-paragraphtextwrap-content h3,
.field-name-paragraphtextwrap-content h4,
.field-name-paragraphtextwrap-content h5,
.field-name-paragraphtextwrap-content h6,
.field-name-paragraph-content h1,
.field-name-paragraph-content h2,
.field-name-paragraph-content h3,
.field-name-paragraph-content h4,
.field-name-paragraph-content h5,
.field-name-paragraph-content h6,
.stand-alone-paragraph h1,
.stand-alone-paragraph h2,
.stand-alone-paragraph h3,
.stand-alone-paragraph h4,
.stand-alone-paragraph h5,
.stand-alone-paragraph h6 {
    line-height: 35px !important;
    margin-bottom: 5px !important;
    padding: 0px 0px 5px 0px !important;
    text-align: left;
}
.p,
.field-name-paragraphtextwrap-content p,
.field-name-paragraph-content p,
.stand-alone-paragraph p {
    margin-bottom: 0px !important;
    line-height: 22px !important;
}
.h1,
.field-name-paragraphtextwrap-content h1,
.field-name-paragraph-content h1,
.stand-alone-paragraph h1 {
    font-family: "Bebas Neue", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    border-bottom: 1px solid #147f4a !important;
    font-size: 40px !important;
    padding: 0px 0px 5px 0px !important;
    color: #083320 !important;
}
.h4,
.field-name-paragraphtextwrap-content h4,
.field-name-paragraph-content h4,
.stand-alone-paragraph h4 {
    font-family: "Bebas Neue", sans-serif !important;
    font-weight: 400 !important;
    padding: 0px 0px 5px 0px !important;
    font-size: 40px !important;
    font-style: normal !important;
}
.h2,
.field-name-paragraphtextwrap-content h2,
.field-name-paragraph-content h2,
.stand-alone-paragraph h2 {
    color: #147f4a !important;
    font-weight: bold !important;
    font-size: 20px;
    margin: -4px 0px -6.5px 0px !important;
    padding: 0px 0px 5px 0px !important;
    line-height: 25px !important;
}
.h3,
.field-name-paragraphtextwrap-content h3,
.field-name-paragraph-content h3,
.stand-alone-paragraph h3 {
    font-size: 20px !important;
    margin: -4px 0px -13px 0px;
    font-weight: bold;
}
.h5,
.field-name-paragraphtextwrap-content h5,
.field-name-paragraph-content h5,
.stand-alone-paragraph h5 {
    font-family: "Bebas Neue", sans-serif !important;
    margin: 7px 0 !important;
    text-align: center !important;
    font-size: 40px !important;
    color: white !important;
}
.social-media-image-size {
    width: clamp(10px, 100%, 40px);
}

.body-background-image {
    background-image: url('/media/SAB%20Front-9.JPG');
    background-size: cover;
}
@media (max-width: 767.98px) {
    .remove-border {
        border-left: none !important;
        border-right: none !important;
    }
    .image-wrap-mobile-view {
        padding: 0px !important;
        padding-bottom: 12px !important;
    }
    .news-image-margin {
        margin-bottom: 1.5rem !important;
    }
    .body-background-image {
        background-image: none;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
     .news-image-margin {
        margin-bottom: 1.5rem !important;
     }
    .body-background-image {
        background-image: none;
    }
}
.executive-staff-section-green {
    background-color: #083320;
}


.exec-staff .flow {
    display: flex;
    justify-content: center;
}
.default-container {
    background-color: #fffdfa;
}
.black-background {
    background-color: black;
}
.bebas-font {
    font-family: "Bebas Neue", sans-serif !important;
}

.owl-carousel {
    position: relative; /* Ensure the carousel is positioned */
}

.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none; /* Allow clicks to pass through the arrows */
    z-index: 10; /* Ensure arrows are on top */
}

    .owl-nav .owl-prev, .owl-nav .owl-next {
        background: rgba(0, 0, 0, 0.5); /* Background color */
        color: #fff; /* Arrow color */
        border: none;
        padding: 10px;
        cursor: pointer;
        pointer-events: all; /* Make arrows clickable */
        z-index: 10; /* Ensure arrows are on top */
    }

    .owl-nav .owl-prev {
        left: -50px; /* Position outside left */
    }

    .owl-nav .owl-next {
        right: -50px; /* Position outside right */
    }

        .owl-nav .owl-prev:hover, .owl-nav .owl-next:hover {
            background: rgba(0, 0, 0, 0.7); /* Hover background color */
        }
.toc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; /* Fit the entire width of the screen or container */
}

.toc-item, .toc-page {
    padding: 0 10px; /* Optional: Adds some padding around the text */
}

.toc-dots {
    flex-grow: 1; /* This makes the dots span the space between text */
    border-bottom: 3px dotted; /* Adds the dotted line */
    height: 1px; /* Keeps the dots at a consistent height */
    margin-top: 7px;
}