:root {
    /* Main Site Palette */
    --primary-color: #ffc107;
    --secondary-color: #ededf0;
    --accent1-color: #0060df;
    --accent2-color: #800020;

    /* Fonts */
    --heading-font: "times new roman", Times, serif;
    --paragraph-font: "times new roman", Times, serif;

    /*Text-Related Colors*/
    --headline-color-on-white: #003eaa; /* headlines on a white background */
    --headline-color-on-color: white; /* headlines on a colored background */
    --paragraph-color-on-white: black; /* paragraph text on a white background */
    --paragraph-color-on-color: white; /* paragraph text on a colored background */
    --paragraph-background-color: #003eaa; /*Useful for breaking up multiple large pages of paragraphs*/
    --nav-link-color: #800020; /*nav default text*/
    --nav-background-color: #ededf0; /*nav button background default*/
    --nav-hover-link-color: #ededf0; /*color only shows on hover*/
    --nav-hover-background-color: #0060df; /*color only shows on hover*/
}

/*CSS Main*/
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4 {
    font-family: times new roman, Times, serif;
    text-align: center;
    margin: 0;
    color: #3434a5;
}

a {
    text-decoration: none;
}

a:hover {
    color: #5d67dd;
    text-decoration: none;
}

header {
    border-bottom: 4px solid #daa520;
}



/*Landing CSS*/
body {
    margin: 0;
    color: #666;
    font-family: times new roman, Times, serif;
}

h1 {
    font-size: 48px;
    padding-right: 15px;
    padding-left: 15px;
    font-weight: 700;
    text-align: center;
    margin: 0;
    line-height: 1.65;
}

h2 {
    font-size: 1.5rem;
    font-weight: bold;
}

h3 {
    font-size: 1.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 1.65;
}

.main-content {
    text-align: center;
    padding: 50px;
}

.content-wrapper{
    min-height: calc(100vh - 256px);
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.row > * {
    flex-shrink: unset;
    width: auto;
    max-width: none;
    padding-right: 0;
    padding-left: 0;
    margin-top: 0;
}

/*Landing CSS*/

/*Header and Footer CSS*/
footer {
    background-color: #DAA520;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0;
    width: 100%;
    text-align: center;
    color: #fff;
}

.copyright {
    width: 100%;
    padding: 0 24px;
    align-items: center;
    justify-content: center;
}

footer p, footer nav {
    margin: 0;
}

.copyright .company-rights {
    color: #0000ce;
    font-weight: 600;
    align-items: center;
}

.legalLinks ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.legalLinks li {
    display: inline;
    margin-right: 20px;
}

.legalLinks a {
    color: navy;
    text-decoration: none;
}

.legalLinks a:hover {
    text-decoration: underline;
}

.main-title-section {
    padding-left: 0;
    padding-right: 0
}

.legal-rights {
    width: 65%;
    max-width: 700px;
    margin: auto;
    text-align: center
}

.legal-rights h2 {
    width: 100%
}

.code-of-ethics {
    list-style: none
}

#nav-top {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding-bottom: 16px;
    color: #faebd7;
    background-color: navy
}

#google-translate-element {
    padding-right: 32px;
    display: flex;
    flex-direction: column;
}
.translate-text {
    order: 2;
}
.translate-text a{
    font-size: 14px;
    color: #444;
    font-family: arial;
    text-decoration: none;
}
.skiptranslate {
    margin: 4px 0;
    font-size: 13px;
}

.goog-te-gadget-simple {
    width: 183px;
    height: 19px;
    padding: 0;
}

.VIpgJd-ZVi9od-xl07Ob-lTBxed {
    display: flex;
    justify-content: space-between;
}

.goog-te-gadget-simple img{
    display: none;
}
.VIpgJd-ZVi9od-xl07Ob-lTBxed span{
    font-size: 13px;
    font-weight: normal;
}
.VIpgJd-ZVi9od-xl07Ob-lTBxed span:nth-of-type(2){
    display: none;
}
.VIpgJd-ZVi9od-xl07Ob-lTBxed span:nth-of-type(3){
    font-size: 16px;
    color: rgb(155, 155, 155);
    font-size: 0;   
    display: flex;
;
}
.VIpgJd-ZVi9od-xl07Ob-lTBxed span:nth-of-type(3)::before{
    content: "\2335";
    font-size: 16px; 
    color: black;
    font-weight: bold;
    line-height: 1;
}



#google-translate-element .standard-translate {
    width: auto;
    padding-left: 0;
    text-align: right
}

.goog-te-gadget {
    font-family: arial;
    font-size: 11px;
    color: #666;
    white-space: nowrap;
}

.goog-te-gadget .goog-te-combo {
    margin: 4px 0;
    font-size: 13px;
}

.goog-te-gadget span a {
    font-size: 12px;
    font-weight: bold;
    color: #444;
    text-decoration: none;
}

@media (max-width: 575px) {
    #nav-top {
        justify-content: center
    }

    #google-translate-element {
        padding-right: 0
    }
}

#navbar {
    width: 100%;
    z-index: 5;
    padding: 0;
    color: navy
}

#nav-bottom {
    width: 100%;
    display: block;
    margin: auto;
}

#navbar-company-section {
    padding-left: 32px;
    display: inline
}

@media (max-width: 1200px) {
    #navbar-company-section {
        padding-left: 24px
    }
}
.page-wrapper.compact-wrapper .page-body-wrapper 
div.sidebar-wrapper .sidebar-main .sidebar-links 
.simplebar-wrapper .simplebar-mask .simplebar-content-wrapper 
.simplebar-content > li a  {
    color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 992px) {
    #navbar-company-section {
        padding-left: 4px
    }
}

@media (max-width: 575px) {
    #navbar-company-section {
        padding: 0;
        margin: auto
    }
}

#navbar-company-section a {
    width: 100%
}

@media (min-width: 575px) {
    #navbar-logo {
        height: 103px
    }
}

@media (max-width: 1200px) {
    #navbar-logo {
        width: 304px
    }
}

@media (max-width: 425px) {
    #navbar-logo {
        width: 100%
    }
}

#navbar-company-name {
    display: inline;
    height: 100%;
    font-size: 1.2rem
}

@media (max-width: 768px) {
    .navbar-toggler {
        height: 103px;
        display: inline;
        vertical-align: middle;
        float: right;
        align-items: center;
        justify-content: flex-end
    }
}

@media (max-width: 428px) {
    .navbar-toggler {
        height: auto;
        display: block;
        float: left
    }
}

@media (min-width: 576px) {
    #navbar-main-menu {
        float: right;
        justify-content: flex-end
    }
}

.navbar-nav {
    display: inline-block;
    padding-top: 22px;
    text-align: left
}

#navbar-sub-menu-button {
    border: none;
    color: #333;
}

.dropdown {
    position: relative;
    display: inline-block
}

.dropdown-content {
    display: none;
    position: absolute;
    z-index: 1;
    background-color: #daa520;
    min-width: 232px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, .2);
    margin-left: 16px;
    padding: 4px
}

.dropdown-content a {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: center;
    color: #333;
}

.dropdown-content a:hover {
    background-color: #f7bb24;
}

.dropdown:hover .dropdown-content {
    display: block
}

.dropdown:hover #navbar-sub-menu-button {
    color: blue
}

#navbar-sub-menu {
    list-style: none
}

@media (max-width: 575px) {
    .dropdown:hover .dropdown-content {
        display: none
    }

    .dropdown-hover-display {
        display: block !important
    }

    .dropdown-hover-none {
        display: none
    }
}

.dropdown-link {
    padding: 10px 0
}

#navbar-links {
    width: 60%;
    float: right;
    text-align: right;
    padding-right: 35px
}

@media (max-width: 575px) {
    #about-us {
        padding: 1px 25px
    }
}

.nav-item-icon-set {
    display: inline-block
}

.navbar-link {
    color: #333;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    padding: 1px 25px
}

.navbar-link:hover {
    color: blue
}

@media (max-width: 992px) {
    .navbar-link {
        padding: 1px 4px
    }
}

.nav-item {
    color: blue
}

.nav-item-icon-set {
    display: inline-block
}

@media (max-width: 575px) {
    .nav-item-icon-set {
        display: list-item;
        display: block
    }
}

.nav-item-icon-set a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

@media (max-width: 575px) {
    .nav-item-icon-set a {
        align-items: start;
        justify-content: start;
        flex-wrap: nowrap
    }
}

.nav-item-icon {
    display: block;
    font-size: 2rem;
    color: navy;
}

.nav-item-name {
    flex-basis: 100%;
    display: block;
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    margin-top: 0.5rem;
    font-family: times new roman, Times, serif;
}

@media (max-width: 575px) {
    .nav-item-name {
        display: flex;
        align-items: center;
        justify-content: start;
        height: 48px;
        padding-left: 8px
    }
}

#navbar-main-menu ul li:last-child {
    padding-right: 16px
}

@media (max-width: 992px) {
    #navbar-main-menu ul li:last-child {
        padding-right: 0
    }
}

/*--------------------Top Video-----------------*/
#top-video {
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

#top-video .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 99%;
    background-color: rgba(0, 0, 0, 0.08);
    z-index: 1;
}

#top-video .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.column-flush {
    padding-left: 0;
    padding-right: 0;
}

video {
    top: 60px;
    z-index: -2;
    background-size: contain;
    width: 100%;
    min-height: calc(100% - 8px);
    border-bottom: 4px solid #daa520;
    filter: brightness(90%);
}

#video-overlay {
    z-index: 1;
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f5f5f5 !important;
}

#video-overlay-contents {
    width: 100%;
    text-align: center;
}

#global-trade-header {
    color: #f5f5f5 !important;
    visibility: visible;
    opacity: 1;
    font-size: 52px;
}

#global-trade-motto {

    visibility: visible;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    font-size: 44px;
}

/*--------------------End of Top Video-----------------*/


/*--------------------Popup Video-----------------*/
/* Dark overlay background */
.custom-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); /* Semi-transparent black background */
    display: none;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

/* Active state to show the modal */
.custom-overlay.show-popup {
    opacity: 1;
    visibility: visible;
    display: flex;
    z-index: 1000;
}

/* Modal popup styling */
.custom-popup {
    position: relative;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); /* Soft shadow for better visibility */
    text-align: center;
}

/* Responsive video inside the modal */
.custom-popup video {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

/* Close button styling */
.custom-close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 25px;
    cursor: pointer;
    color: #ffffff;
    transition: color 0.3s;
    z-index: 1001;
}

/* Change close button color on hover */
.custom-close-btn:hover {
    color: red;
}

/* Responsive adjustments for mobile devices */
@media (max-width: 768px) {
    .custom-popup {
        width: 95%;
        padding: 10px;
    }

    .custom-close-btn {
        font-size: 20px;
        top: 5px;
        right: 10px;
    }
}

/*--------------------End of Popup Video-----------------*/


/*--------------------Sticky button-----------------*/
.sticky-video-btn {
    position: fixed;
    left: 10px;
    bottom: 50px;
    background-color: #6495ED;
    color: white;
    padding: 10px 20px;
    font-size: 18px;
    font-family: inherit;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
    z-index: 1001;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.sticky-video-btn:hover {
    background-color: #87CEFA;
    transform: scale(1.05);
}

/*--------------------End of Sticky button-----------------*/
/*--------------------Contact us page-----------------*/
/* General form styling */
#contact-us {
    color: #333;
    line-height: 1.6;
    padding: 25px 30px 5px;
    margin: 0 auto;
}

#contact-us h2, #legal-contact-us h3 {
    width: 100%;
    padding-bottom: 24px;
    font-size: 2rem;
    font-weight: 700;
}

/* Form groups */
.form-group {
    margin-bottom: 16px;
}

.first-row {
    display: flex;
}

.email {
    width: 50%;
    padding-right: 15px;
}

.name {
    width: 50%;
    padding-left: 15px;
}


/* Inputs and textareas */
input[type="text"],
input[type="email"],
textarea {
    font-family: times new roman, Times, serif;
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 16px;
    transition: border 0.3s;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
    border-color: #1a237e;
    outline: none;
}

/* Checkbox and terms section */
#acceptance-checkmark {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    padding-top: 5px;
}

#acceptance-terms {
    display: inline-block;
    max-width: calc(100% - 40px);
}

.acceptance-label {
    font-size: 1rem;
    color: #666;
}

.acceptance-label ul {
    padding-left: 40px;
    list-style-type: disc;
    padding-bottom: 16px;
}

/* reCAPTCHA */
.recaptcha {
    justify-content: center;
    margin: 20px 0;
}

/* Submit button */
input[type="submit"] {
    color: #ababab;
    padding: 5px 7px;
    cursor: pointer;
    transition: background 0.3s;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
}

input[type="submit"]:hover {
    background: #3949ab;
}

input[disabled] {
    background: #eeeeee;
    cursor: not-allowed;
    font-size: 16px;
    font-family: times new roman, Times, serif;
}

/* Small text */
small {
    display: block;
    margin-top: 10px;
    color: #777;
    font-size: .875em;
    font-weight: 400;
}

small a {
    color: #333;
}

small a:hover {
    color: #5d67dd;
    text-decoration: none;
}

/* Responsive styling */
@media (max-width: 768px) {
    .row {
        flex-direction: column;
    }

    .col {
        width: 100%;
    }

    input[type="submit"] {
        width: 100%;
    }
}

/*--------------------End of Contact us page-----------------*/

/*--------------------Donations page-----------------*/

.about-us, .legal-rights, .donations {
    width: 65%;
    max-width: 700px;
    margin: auto;
}

#message {
    margin-bottom: 20px;
}

#message p {
    width: 100%;
}

.qr-section {
    width: 214px;
    margin: auto;
    margin-bottom: 24px;
}

.qr-title, .qr-sub-title {
    text-align: center;
    font-weight: 700;
}

.qr-section img {
    width: 214px;
}

.center-text {
    text-align: center;
}


/*--------------------End of Donations page-----------------*/

/*--------------------Events page-----------------*/
.events-post-item {
    margin: 16px auto;
}

.events-post-item .col {
    padding-right: 15px;
    padding-left: 15px;
}

.category-container, .range-container, .reset-container {
    display: inline-block;
}

.category-container {
    padding: 16px;
}


.range-container:hover .range-list {
    display: block;
}

.category-button, .range-button, .reset-container a {
    background-color: navy;
    color: #fff;
    width: 108px;
    padding: 8px 16px;
    font-size: 1rem;
    border: none;
}

.range-button, .reset-container {
    width: 111px;
}

#category-menu {
    list-style: none;
}

.categories-list, .range-list {
    position: absolute;
    display: none;
    background-color: navy;
    color: #fff;
    z-index: 1;
    list-style: none;
    padding-inline-start: 0;
}

.reset-container {
    margin-left: 16px;
    padding: 8px 16px;
    background-color: navy;
    color: #fff;
}

.no-events-text {
    padding: 16px;
}

.categories-list, .range-list {
    position: absolute;
    display: none;
    background-color: navy;
    color: #fff;
    z-index: 1;
    list-style: none;
    padding-inline-start: 0;
}

.categories-list a, .range-list a {
    background-color: navy;
    color: #fff;
    padding: 8px;
    text-decoration: none;
    display: block;
}
/*--------------------End of Events page-----------------*/

/*--------------------legal-contact-form page-----------------*/

#legal-contact-us {
    margin: 16px 0;
}

.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal !important;
}

#legal-contact-us .col {
    padding-right: 15px;
    padding-left: 15px;
}

.col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
    padding-left: 15px;
}

.form-control {
    padding: 8px 12px;
    font-size: 1rem;
    color: #555;
    border: 1px solid #bdc3c7;
    border-radius: 6px;
}
.form-control::-moz-placeholder {
    color: #6c757d;
}
.form-control::placeholder {
    color: #6c757d;
}
    /*--------------------End of legal-contact-form page-----------------*/
#core-divisions-title {
    margin-top: 32px;
}

.header-hr {
    width: 65%;
    max-width: 700px;
    margin: auto;
    margin-top: auto;
    margin-bottom: auto;
    margin-top: 50px;
    margin-bottom: 40px;
    border-top: 1px solid #a3a3a3;
    opacity: 1;
}

.header-hr-logo {
    position: relative;
    top: -60px;
    left: 48.5%;
    width: 50px;
    height: 40px;
}

#core-divisions-title-col {
    padding-left: 0;
    padding-right: 0;
    height: 152px
}

.division-section-box-row {
    margin-bottom: 16px
}

.division-section-box {
    width: 65%;
    max-width: 700px;
    margin: auto
}

#core-divisions {
    margin: 0 auto;
    padding: 24px 0;
    padding-bottom: 16px;
    text-align: center;
    background-color: #e6e6e6
}

#core-divisions-header {
    margin: 0;
    color: #3434a5;
    text-align: center
}

#core-divisions-header-hr {
    overflow: visible;
    position: static
}

.core-division-row {
    max-width: 760px;
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center
}

.core-division-row .col-md {
    display: flex;
    align-items: center;
    justify-content: center
}

.core-division-card {
    position: relative;
    width: 200px;
    height: 260px;
    margin: 20px 12px;
    display: inline-flex;
    background-color: #eee;
    border: #dbb044 solid .5px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .25);
    text-align: center;
    z-index: 1
}

@media (max-width: 1024px) {
    .core-division-row {
        gap: 16px;
    }

    .core-division-card {
        margin: 10px;
    }
}

@media (max-width: 768px) {
    .core-division-row {
        flex-direction: column;
        align-items: center;
    }

    .core-division-card {
        margin: 12px 0;
    }
}

.core-division-card a {
    width: 100%;
    display: inline-flex;
    overflow: hidden
}

.division-card-front {
    width: 100%;
    overflow: hidden
}

.core-division-header {
    color: #353535;
    height: 80px;
    margin: 0 auto;
    padding-top: 14px;
    width: 100%;
    font-size: 17px;
    font-weight: bold;
}

.division-image-holder {
    width: 100%;
    height: 65%;
    display: flex;
    justify-content: center;
    background-color: #fff
}

.core-division-image {
    width: auto
}

.core-division-reveal-container {
    position: absolute; /* Place it inside the card */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(252, 210, 103, 0.9); /* Transparent overlay */
    visibility: hidden;
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    z-index: 1; /* Ensures it's on top */
}

.core-division-card:hover .core-division-reveal-container {
    visibility: visible;
    opacity: 1;
    transition: .3s
}

.division-description {
    margin-bottom: 8px;
    padding: 0 5px;
    padding-top: 5px;
    line-height: normal;
    font-size: 20px
}

.division-description-next {
    margin-bottom: 8px;
    padding: 0 5px;
    line-height: normal;
    font-size: 20px
}

.division-description-final {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
    text-align: center;
    font-size: 20px
}

.endorsement-box {
    padding-top: 32px;
    padding-bottom: 32px;
    text-align: center;
    vertical-align: middle;
    color: #800020;
    background-color: #e6e6e6;
    display: flex; /* Using flex to align logo and text horizontally */
    align-items: center; /* Vertically center the logo and text */
    justify-content: center; /* Center the logo and text horizontally */
}

.endorsement-logo {
    height: 55px;
    width: auto;
    margin-right: 12px; /* Add space between logo and text */
}

.endorsement-text {
    display: block;
    text-decoration: none;
    font-size: 25px;
    color: #800020;
}

#endorsement-text:hover {
    color: #0000ce;
}

@media (max-width: 1200px) {
    .endorsement-logo {
        padding-left: 4px;
    }
}

.learn-more,
.more-info {
    width: 320px;
    margin: 8px auto;
    background-color: navy;
    text-align: center;
    padding: 5px
}

.learn-more a,
.more-info a {
    color: #fff;
    font-weight: 700;
    text-decoration: none
}

.inverse-learn-more {
    width: 320px;
    margin: 8px auto;
    background-color: #fff;
    text-align: center !important
}

@media (max-width: 575px) {
    .inverse-learn-more {
        width: 200px
    }
}

.inverse-learn-more a {
    color: navy;
    font-weight: 700
}

#section-title {
    margin-top: 24px
}

.section-box-col {
    width: 100%;
    height: 44vh;
    overflow: auto;
    color: #fff;
    background-color: navy;
    padding-left: 0;
    padding-right: 0;
    border-top: 4px solid #daa520;
    border-bottom: 4px solid #daa520
}

.section-box {
    margin: 0 8%;
    height: 40vh;
    padding-top: 64px;
    padding-bottom: 24px;
    padding-left: 32px;
    padding-right: 32px
}

.section-box h2,
.section-box h3,
.section-box h4 {
    text-align: center;
    margin-bottom: 8px;
    color: #fff
}

.section-box p {
    text-align: left
}

.section-box ol {
    width: 680px;
    margin: auto
}

@media (max-width: 768px) {
    .section-box ol {
        width: 98%
    }
}

.section-box .last {
    display: block;
    margin-bottom: 32px
}

.section-box-col::-webkit-scrollbar {
    width: 12px
}

.section-box-col::-webkit-scrollbar-track {
    background: #fff;
    border: 1px solid #daa520
}

.section-box-col::-webkit-scrollbar-thumb {
    background: #daa520;
    border: 1px solid #daa520;
    border-radius: 10px
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
    transform: translateX(100%)
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-next,
    .carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 50%/100% 100% no-repeat
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    box-sizing: content-box;
    flex: initial;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.carousel-container {
    border-bottom: 4px solid #daa520
}

.carousel-image {
    max-height: calc(100vh - 154px);
    -o-object-fit: cover;
       object-fit: cover
}

/*Admin Page Button Effects*/
/* Hover effects for buttons */
.admin-btn {
    display: block;
    width: 100%;
    padding: 15px;
    text-align: center;
    font-family: var(--paragraph-font);
    font-size: 1.1rem;
    font-weight: bold;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* Hover effects */
.admin-btn:hover {
    background-color: var(--nav-hover-background-color);
    color: var(--nav-hover-link-color);
}
