:root {
    --red-color: #ff0400;
    --yellow-color: #e09900;
    --orange-color: #d74c3d;
    --brown-color: #8b4513;
}
/* --------------------------------- Utility -------------------------------- */
.max-width-80 {
    max-width: 1080px !important;
    width: 80% !important;
    margin: auto !important;
    padding: 2% 0 !important;
}
.header-title {
    font-weight: 700 !important;
    font-size: 35px !important;
    color: #ffffff !important;
}
.header-padding {
    padding: 6vw 0 !important;
}
.header-wrapper {
    background-size: cover !important;
    background-position: center;
    background-blend-mode: overlay !important;
}
.brown-button {
    padding: 8px 20px !important;
    background: var(--brown-color) !important;
    margin-top: 23px !important;
    margin-bottom: 20px !important;
    color: #fff !important;
    border-radius: 3px !important;
    text-decoration: none !important;
    transition: all 400ms !important;
}
.brown-button:hover {
    color: #fff !important;
    text-decoration: underline !important;
}
@media only screen and (max-width: 767px) {
    .header-title {
        font-size: 23px !important;
        text-align: center !important;
    }
}

/* --------------------------- Date & Month image --------------------------- */
.calfirst {
    width: 86px !important;
    height: 105px !important;
    margin: 22px 16px 16px 16px !important;
    float: right !important;
    display: inline-block !important;
}
.number {
    font-size: 40px !important;
    color: var(--brown-color) !important;
    display: block !important;
    margin: 10px 2px 0 0 !important;
    text-align: center !important;
    margin-bottom: 0 !important;
    padding-bottom: 8px !important;
    font-weight: 600;
}
.month {
    font-size: 25px !important;
    color: #999 !important;
    display: block !important;
    text-transform: uppercase !important;
    text-align: center !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: -12px !important;
    font-weight: 600 !important;
}
.re_closed p {
    background: #ddd !important;
    width: fit-content !important;
    padding: 10px 19px !important;
    margin-top: 31px !important;
    border-radius: 8px !important;
}
@media (max-width: 980px) {
    .calfirst {
        width: 75px !important;
    }
    .number {
        font-size: 30px !important;
    }
    .month {
        font-size: 20px !important;
    }
}

/* --------------------------------- header --------------------------------- */
@media only screen and (min-width: 600px) {
    body {
        padding-top: 0px !important;
    }
}
header .navbar-collapse:is(.show, .collapsing) {
    position: absolute !important;
    padding: 5% !important;
    width: 80% !important;
    top: 73px !important;
    left: 10% !important;
    z-index: 9999 !important;
    background: rgb(255, 255, 255) !important;
    border-top: 3px solid #2ea3f2 !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) !important;
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) !important;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) !important;
}

.dropdown > .dropdown-toggle:active {
    pointer-events: none !important;
}
header li.nav-item.dropdown:hover .dropdown-menu {
    display: block !important;
}

/* header .navbar-brand {
    position: relative;
    top: 11px;
} */
header .navbar-brand img {
    max-width: 70% !important;
}
/* header .navbar-nav {
    padding-top: 23px;
} */
header li.nav-item {
    padding-right: 6px !important;
}

header .nav-link {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
header .navbar-collapse:is(.show, .collapsing) .nav-link {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03) !important;
    color: #666 !important;
    padding: 10px 5% !important;
    display: block !important;
}
header :is(.nav-link, .dropdown-item) {
    letter-spacing: 0 !important;
    color: rgba(0, 0, 0, 0.6) !important;
    font-size: 16px !important;
    transition: all 400ms !important;
    font-weight: 600 !important;
    transition: opacity 0.4s ease-in-out, background-color 0.4s ease-in-out !important;
}
header :is(.nav-link:hover, .dropdown-item:hover) {
    opacity: 0.7 !important;
}
header .navbar-nav .nav-link.active {
    color: var(--red-color) !important;
}

header ul.dropdown-menu {
    border: none !important;
    border-radius: 0 !important;
    width: 240px;
    padding: 10px 20px 10px 20px;
    margin-top: 0;
}
header .dropdown-item {
    white-space: normal !important;
    padding: 6px 20px !important;
}
header .dropdown-item:hover {
    background-color: rgba(0, 0, 0, 0.03) !important;
}
.dropdown-toggle::after {
    content: "\f126" !important;
    content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/></svg>") !important;
    font-family: "Bootstrap Icons" !important;
    vertical-align: baseline !important;
    border: none !important;
    font-weight: 800 !important;
}
/* ---------------- Language filter button on event calender ---------------- */
.language-color-section .buttons-wrapper{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    align-items: center;
}
@media(max-width:980px){
    .language-color-section .buttons-wrapper{
        grid-template-columns: repeat(3, 1fr);
    }
}
.language-color-section button {
    border: none;
    background: none;
    cursor: pointer;
    position: relative;
    transition: color 0.3s ease;
}

.language-color-section button::after {
    content: '';
    position: absolute;
    left:50%;
    transform: translateX(-50%);
    bottom: -7px;
    width: 0;
    height: 2px;
    background-color: var(--color-box-color, #7e7e7e);
    transition: width 0.3s ease, background-color 0.3s ease;
}

.language-color-section button:hover::after, 
.language-color-section button:focus::after {
    width: 90%;
}

.language-color-section button.active::after {
    width: 90%;
}


/* --------------------------------- footer --------------------------------- */
footer {
    background-color: #f2ddb5 !important;
    padding: 70px 30px !important;
}
footer * {
    letter-spacing: 0;
}
footer .row,
.copyright-section .row {
    max-width: 1400px;
    margin: 0 auto;
}

footer .wp-image-46 {
    margin-bottom: 25px !important;
}
footer p {
    color: #666 !important;
    font-size: 18px !important;
    font-weight: 500;
    font-family: "Lato", Helvetica, Arial, Lucida, sans-serif !important;
    line-height: 1.2em;
}

footer .links h3 {
    padding-bottom: 3px !important;
    color: #000 !important;
    font-weight: 700 !important;
    font-size: 22px !important;
}
footer .links ul {
    padding-left: 0 !important;
    list-style: none !important;
}
footer .links ul a,
footer .bk-logo-footer + p {
    text-decoration: none !important;
    font-size: 18px !important;
    color: #666 !important;
}
footer .content h3 {
    padding-bottom: 3px !important;
    color: #000 !important;
    font-weight: 700 !important;
    font-size: 20px !important;
}
footer .content p {
    color: #666 !important;
    font-size: 18px !important;
    font-family: "Lato", Helvetica, Arial, Lucida, sans-serif !important;
}
footer form input.newsletter-email::placeholder {
    font-size: 16px;
}

.copyright-text {
    font-size: 14px;
}
.social-links a {
    padding-right: 8px;
}
.social-links a i {
    background-color: var(--orange-color);
    height: 32px;
    width: 32px;
    font-size: 16px;
    line-height: 32px;
    position: relative;
    border-radius: 3px;
}
.social-links a i::before {
    position: absolute;
    left: 50%;
    translate: -50%;
}

@media (max-width: 980px) {
    .copyright-text {
        font-size: 12px;
    }
}

/* Single Event Page */
.single-event {
    border: 1px solid #ddd !important;
    background-color: #fff !important;
    margin-bottom: 30px !important;
    padding: 30px !important;
    border-radius: 5px !important;
    transition: all 300ms !important;
}
/* .single-event:hover {
    box-shadow: 10px 0 10px #ddd;
} */
.single-event h2 {
    font-size: 26px !important;
    font-weight: 700 !important;
    margin-bottom: 0 !important;
}
.single-event span.date {
    font-size: 16px !important;
    color: var(--brown-color) !important;
    font-weight: 600 !important;
}
.single-event p {
    font-size: 16px !important;
    margin-bottom: 7px !important;
    color: #000 !important;
    font-weight: 500 !important;
}
.single-event .brown-button {
    margin-bottom: 0 !important;
}
/* Tablets and mobile */
@media (max-width: 980px) {
    .single-event {
        margin-bottom: 20px !important;
        padding: 20px !important;
    }
    .single-event h2 {
        font-size: 20px !important;
    }
    .single-event span.date {
        font-size: 14px !important;
    }
}

/* Mobile vlidation plugin */
.iti{
    width:100% !important;
 }
.invalid-feedback{
    font-size: 100% !important;
    color: #df3c4e !important;
}

/* Loading button */
.loader {
    display: inline-block;
    text-align: center;
    margin: 0 2px;
    opacity: 0; /* Initially hidden */
    animation: fadeInOut 1.5s infinite; /* Animation */
}

/* Animation Keyframes */
@keyframes fadeInOut {
    0% {
        opacity: 0;
    }
    50%{
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/* Individual Dots */
.l1 {
    animation-delay: .5s; /* Delay for the first dot */
}

.l2 {
    animation-delay: 1s; /* Delay for the second dot */
}

.l3 {
    animation-delay: 1.5s; /* Delay for the third dot */
}