.pt-20 {
    padding-top: 20px;
}

.mt-20 {
    margin-top: 20px;
}

input[type="file"].form-control {
    padding: 3px;
}
[lang="ar"] .m-entity__accordion .accordion__header  {
      padding-right: 30px;
  }
[lang="ar"]  .image-left .m-entity__image-text--image {
      left: -40px;
      right: 0;
  }

  [lang="ar"] .image-left .m-entity__image-text--content {
    left: 0px;
        right: -40px;
}


[lang="ar"] .o-header__logo a,
[lang="ar"] .logo-text1 {
    border-right: unset;
    border-left: 1px solid #23085a;
}
.mdk-header-layout__content {
    z-index: unset !important;
}
.download-file-border {
border-top: 1px solid #220959;
padding: 12px;
}
.a-btn--standard.btn-s-p {
        padding: 2px 14px;
}
header .o-header__actions--more-menu button {
    padding-top: 5px!important;
}
.modal-backdrop.fade.show {
    display: none;
}
.partner-container {
margin-bottom: 20px; font-size: 1.8em; color: #fff;
}

[dir="rtl"] .partner-container {
text-align: right; margin-bottom: 20px; font-size: 1.8em; color: #fff;
}
.category-btn {
  border-radius: 6px;
  border: 2px solid var(--c-primary);
  background: #fff;
  padding: 4px 10px;
  display: flex;
  font-weight: 600;
  color: var(--c-primary);
  text-decoration: none;
  transition: 0.2s;
      font-size: 12px;
  margin-right: 4px;
  cursor: pointer;
}
::marker {
    content: "";
    border-radius: 50%;
    height: 7px;
    width: 7px;
    display: block;
    position: absolute;
    left: -15px;
    top: 8px;
    background-color: var(--c-primary);
}
.accordion-body ul {
    display: grid;
    grid-gap: 10px;
}
.accordion-body ul li::before{
    content: "";
    border-radius: 50%;
    height: 7px;
    width: 7px;
    display: block;
    position: absolute;
    left: -15px;
    top: 8px;
    background-color: var(--c-primary);
}
.accordion-body ul li {
    list-style: none;
        margin-bottom: 0;
    position: relative;
    margin-left: 17px;
    margin-top: 4px !important;
}
.accordion__header {
    display: flex;
    width: 100%;
    border: 0;
    background-color: transparent;
    justify-content: space-between;
    align-items: center;
    padding: var(--bump) 0;
    border-top: 1px solid var(--c-primary);
    text-align: left;
    background-position: center right;
    background-repeat: no-repeat;
    gap: calc(var(--bump) * 2);
}
[dir] .accordion__title button:not(:disabled) {
    color: #230854;
    font-weight: bold;
    font-size: 21px;
}

.accordion-body {
    padding-bottom: 18px;
}


.accordion {
    border-bottom: 1px solid var(--c-primary);
}
#mobile-menu-close svg {
        width: 24px;
            margin-top: 2px;
}
.hero video {
    width: 100%;
    max-height: 620px;
    object-position: center center;
    object-fit: cover;
}
.logo-text1{
font-size: 18px !important;
    font-weight: 100 !important;
    line-height: 14px !important;
    text-align: center;
    margin: 0;
    border-right: 1px solid #23085a;
    height: 31px;
    margin-bottom: 0 !important;
    margin-top: 11px !important;
}

.logo-text2{
  font-family: British Council sans !important;
  height: 32px;
  margin-top: 0px !important;
  line-height: 30px !important;
}

.logo-text3 {
    line-height: 50px !important;
}

.logo-text1 span{
  font-size: 12px;
}
.o-header__logo a {
    border-right: 1px solid #23085a;
    margin-top: 0px !important;
    height: 32px;
        font-family: var(--fontTitle);
    color: var(--c-primary) !important;
    text-decoration: unset;
    line-height: 25px;
    padding-right: 8px;
    padding-left: 8px;
    font-size: 25px;
}

button:focus {
    outline: unset !important;
}

#calendar-container {
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 5px;
    background-color: #f9f9f9;
}

#calendar-body .table tbody td {
    text-align: center;
    font-size: 16px;
    height: 58px;
}

.btn.btn-custom-cal {
    border: unset;
    cursor: pointer;
    background: unset;
    padding-left: 10px;
    padding-right: 10px;
}

.has-event .event-dot {
    width: 8px;
    height: 8px;
    background-color: #ff6f61;
    border-radius: 50%;
    margin: 0 auto;
}

.has-event {
    cursor: pointer;
}

.has-event:hover {
    background-color: #dedede;
}

.social-share-list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: 0 !important;
}

.social-share-list li {
    display: inline;
}

.social-share-list a {
    color: #333;
    transition: color 0.3s ease;
}

.social-share-list a:hover {
    color: #007bff;
}

.social-share-list a.whatsapp:hover {
    color: #4bc659;
}

.first-date-details {
    padding-right: 20px;
    margin-bottom: 20px;
    display: inline-flex;
}

.first-date-details i {
    padding-left: 4px;
    padding-right: 4px;
}

.m-entity__cta--social .social-share-list i {
    display: inline-block;
    font-size: 34px;
    color: #230854;
}

.m-social-links__link svg path {
    fill: #230854;
    transition: 0.2s;
}

.m-entity__cta--social ul li::before {
    display: none !important;
}

#calendar-header {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: relative;
}

#prev-month,
#next-month {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#prev-month {
    left: 0;
}

#next-month {
    right: 0;
}

#calendar-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 0px;
    padding-bottom: 20px;
    padding-top: 14px;
}

.category-btn {
    border-radius: 6px;
    border: 2px solid var(--c-primary);
    background: #fff;
    padding: 4px 10px;
    display: flex;
    font-weight: 600;
    color: var(--c-primary);
    text-decoration: none;
    transition: 0.2s;
    font-size: 12px;
    margin-right: 4px;
    cursor: pointer;
}

.m-banner__media {
    position: relative;
    overflow: hidden;
    height: 100vh;
}

.m-banner__media picture img {
  position: absolute;

    left: 0;
    width: 100%;
    height: auto;
    transform: translateY(0);
    transition: transform 0.05s ease-out;
}



.category-btn:hover,
.category-btn:focus {
    background-color: var(--c-primary);
    color: #fff;
}

.pb-10 {
    padding-bottom: 10px;
}

a#clear-filters {
    color: #23085a;
    display: inline-flex;
    padding-left: 7px;
    align-items: center;
    grid-gap: 5px;
    cursor: pointer;
    border: 2px solid #220854;
}

.m-entity.m-entity__highlight-panel--outer-container {
    padding-bottom: 40px !important;
}

.o-teaser-teaser__content .first-date {
    padding-top: 10px;
    padding-bottom: 5px;
}

.o-teaser-teaser__content span {
    display: block;
    font-size: 15px;
}

a#clear-filters:after {
    content: "";
    background-image: url(../img/cross.svg);
    width: 20px;
    height: 20px;
}

.today {
    background-color: #ffe9e9;
    font-weight: bold;
}

.selected {
    background-color: #ffcccc;
    font-weight: bold;
}

.select-location {
    border-radius: 6px;
    border: 2px solid #220954;
    background: #FFF;
    padding: 1px 8px 0.7px 12px;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-weight: bold;
    width: 150px;
    appearance: none;
    background-image: url(../img/chevron-down.svg);
    background-position: right var(--bump) center;
    background-size: 20px;
    background-repeat: no-repeat;
    font-size: 12px;
}

a:focus {
    outline: unset !important;
}

.m-navigation__overlay--item.active {
    display: block;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ffffff !important;
}

.select2-container {
    border: 1px solid #230854 !important;
    height: 40px !important;
}

.select2-dropdown {
    border: 1px solid #230854 !important;
    left: -1px !important;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #230854 transparent !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    background: #e7e7e7aa !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #230854 !important;
    line-height: 36px !important;
}

.select2-container--default .select2-results>.select2-results__options {
    margin-bottom: 0 !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #230854 !important;
}

.select2-results__option {
    padding: 0px 10px !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    display: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #230854 transparent transparent transparent !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px !important;
}

.o-header__language {
    margin: 0;
    padding: 0;
    height: 37px;
    display: flex;
    align-items: center;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0;
    font-size: 16px;
}

.o-header__actions--contact .a-btn--standard {
    padding: 4px 14px;
}

.o-header__logo p {
    font-family: var(--fontBold);
    color: var(--c-primary) !important;
    text-decoration: unset;
    line-height: 40px;
    padding-right: 8px;
    padding-left: 8px;
    font-size: 24px;
}

.o-header__language img {
    width: 42px;
    height: auto;
}

.form-check-input {
    width: 20px;
    height: 20px;
    border: 2px solid #007bff;
    cursor: pointer;
    margin-top: 4px !important;
    position: unset ;
}

.form-check-input:focus {
    outline: none;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.form-check-input:checked {
    background-color: #230854;
    border-color: #230854;
}

.m-entity__text--copy .form-check-label {
    padding-left: 30px;
    font-size: 16px;
}

.tox.tox-silver-sink.tox-tinymce-aux {
    display: none !important;
}

.text-primary-1 {
    color: #23085a !important;
}

.m-banner__no-media:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/vector.svg);
    background-repeat: no-repeat;
    background-position: bottom right;
    z-index: 2;
}

.o-teaser h2 {
    padding-bottom: 12px;
}
footer .o-footer__about--social h3,
.o-footer__newsletter h3 {
    color: #fff !important;
    font-size: 22px;
    line-height: 37px;
}

/* Double Bar Header Styles */
.o-header__top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 20px 6px 20px;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}
@media (min-width: 769px) {
    #main-content {
      padding-top: 130px !important;
    }
}

.o-header__nav-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px 0px 20px;
    background-color: #fff;
}

.o-header__top-actions {
    display: flex;
    align-items: center;
    gap: 20px;
}

.o-header__navigation {
    flex-grow: 1;
}

.m-navigation__parent {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 25px;
}

.m-navigation__parent--item {
    position: relative;
}

.m-navigation__parent--item a {
    color: #23085a;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: color 0.2s;
}

.m-navigation__parent--item a:hover {
    color: #007bff;
}

.o-header__actions--search {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #23085a;
    font-weight: 600;
    font-size: 16px;
}

.o-header__actions--more-menu {
    display: none;
}

.o-header__search {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 1000;
}

.o-header__search.active {
    display: block;
}
@media (max-width: 475px) {
    .o-header__language {
      display: none !important;
    }
    .o-header__navigation.o-header__navigation--mobile.o-header__mobile-menu.active .o-header__language {
        display: block !important;
    }
}
/* Mobile (up to 767px) */
@media (max-width: 767px) {
    .o-header__top-bar {
        flex-wrap: wrap;
        padding: 10px 15px;
        position: relative;
    }
.o-header__logo p {
        font-family: var(--fontTitle);
        color: var(--c-primary) !important;
        text-decoration: unset;
        line-height: 33px;
        padding-right: 18px;
        padding-left: 18px;
        font-size: 16px;
}
.m-banner--default {
    height: unset !important;
}
    .o-header__logo {
        padding-top: 0px;
    }
header .o-header__actions--more-menu button {
        padding-top: 0px !important;
}
.o-header__logo a {

    margin-top: 3px !important;
  }
  .o-header__logo p {
    margin-top: 5px !important;
    }
.logo-text1 span {
    font-size: 10px!important;
}
.logo-text1 {
    font-size: 10px !important;
}
    body[data-header-search=open] header .o-header__search {
        padding: calc(var(--bump) * 2.5) calc(var(--bump) * 2) !important;
        height: 170px;
        top: calc(var(--bump) * 3.4) !important;

    }
    header .o-header__search--container form {
    width: 100%;
    display: flex
;
}
    .o-header__mobile-menu {

        top:59px !important

    }

    #main-content {
        padding-top: 57px !important;
    }

    .o-header__logo svg {
        width: 90px;
        height: 26px;
    }

    .o-header__top-actions {
        gap: 10px;
    }

    .o-header__actions--search span {
        display: none;
    }

    .o-header__language img {
        width: 32px;
    }

    .o-header__actions--contact .a-btn--standard {
        padding: 2px 10px;
        font-size: 14px;
    }

    .o-header__nav-bar {
        display: none;
    }

    .o-header__actions--more-menu {
        display: block;
    }

    .o-header__nav-bar.active {
        display: block;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: white;
        padding: 15px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        z-index: 999;
    }






    .m-navigation__parent {
        flex-direction: column;
        gap: 15px;
    }

    .m-navigation__parent--item a {
        font-size: 14px;
    }

    .o-header__search.active {
        padding: 20px;
    }

    .o-header__search--content h2 {
        font-size: 20px;
    }

    .a-search-bar input {
        font-size: 14px;
    }
}

/* Tablet (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    .o-header__top-bar {
        padding: 12px 20px;
    }

    .o-header__logo svg自杀svg {
        width: 100px;
        height: 28px;
    }

    .o-header__top-actions {
        gap: 15px;
    }

    .o-header__nav-bar {
        padding: 12px 20px;
    }
    #main-content {
        padding-top: 57px !important;
    }
    .m-navigation__parent {
        gap: 15px;
    }

    .m-navigation__parent--item a {
        font-size: 15px;
    }

    .o-header__actions--search {
        font-size: 15px;
    }

    .o-header__language img {
        width: 36px;
    }

    .o-header__actions--contact .a-btn--standard {
        padding: 3px 12px;
        font-size: 15px;
    }
}

/* Desktop (992px and up) */
@media (min-width: 992px) {

    #category-dropdown {
        display: none !important;
    }
}
#event-filter {
    border: 2px solid #220954;
    padding: 0;
    font-size: 12px;
    font-weight: bold;
    padding-left: 9px;
    border-radius: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
}

.m-signposts-reference__grouped {
    width: 100%;
    overflow: hidden; /* This is good for containing the overall slider component */
    position: relative;
}

.partner-logos-slider {
    width: 100%;
    margin: 0 auto;
    /* Add a background for debugging if needed */
    /* background-color: rgba(0, 255, 0, 0.1); */
}

/* This is Slick's viewport, it MUST hide overflow */
.partner-logos-slider .slick-list {
    overflow: hidden !important;
}

/*
   The .slick-track will be very wide, this is normal.
   Slick uses this to position slides.
*/

/* Styling for EACH SLIDE generated by Slick */
.partner-logos-slider .slick-slide {
    float: left; /* Essential for horizontal layout in default Slick mode */
    /* width: 20% !important; */ /* For 5 slidesToShow, each slide will be 1/5th of the container.
                                    Slick *should* calculate this, but if it's failing,
                                    you can give it a hint. However, let Slick try first.
                                    If you use this, adjust based on slidesToShow.
                                    This is often not needed if other things are correct. */
    padding: 0 10px; /* Spacing between slides */
    box-sizing: border-box; /* Important for padding and width calculations */
    display: flex !important; /* Use flex to center the image within the slide */
    align-items: center;
    justify-content: center;
    min-height: 80px; /* Give slides a minimum height so they don't collapse, adjust as needed */
max-height: fit-content;
}
m-entity__cta--copy
/* Handle RTL floating */
html[dir="rtl"] .partner-logos-slider .slick-slide {
    float: right;
}

/* Styling for the IMAGE INSIDE the slide */
.partner-logos-slider .slick-slide img {
    display: block; /* Or inline-block */
    max-height: 80px !important; /* Reduced from 130px for smaller logos */
    width: auto !important;      /* Let height control width to maintain aspect ratio */
    max-width: 100%;             /* Don't exceed the slide's width */
    margin: 0 auto;              /* Center if image is narrower than slide (due to max-height) */
    object-fit: contain;

}


.quill-content h1 strong { font-size: 2em !important; }
.quill-content h2 strong { font-size: 1.5em !important; }
.quill-content h3 strong { font-size: 1.17em !important; }
.quill-content h4 strong { font-size: 1em !important; }
.quill-content h5 strong { font-size: 0.83em !important; }
.quill-content h6  strong { font-size: 0.67em !important; }
.quill-content h1  { font-size: 2em !important; }
.quill-content h2  { font-size: 1.5em !important; }
.quill-content h3  { font-size: 1.17em !important; }
.quill-content h4  { font-size: 1em !important; }
.quill-content h5  { font-size: 0.83em !important; }
.quill-content h6   { font-size: 0.67em !important; }


/* Ensure clearfix for the track if slides are floated */
.partner-logos-slider .slick-track:before,
.partner-logos-slider .slick-track:after {
    display: table;
    content: "";
}
.partner-logos-slider .slick-track:after {
    clear: both;
}


/* --- SLICK ARROWS AND DOTS STYLING (from slick-theme.css, can be customized) --- */
/* You can customize these if the defaults aren't fitting your theme */
.partner-logos-slider .slick-prev,
.partner-logos-slider .slick-next {
    font-size: 0; /* Hide text */
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.partner-logos-slider .slick-prev:hover,
.partner-logos-slider .slick-prev:focus,
.partner-logos-slider .slick-next:hover,
.partner-logos-slider .slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}
.partner-logos-slider .slick-prev:before,
.partner-logos-slider .slick-next:before {
    font-family: 'slick'; /* This font is defined in slick.css */
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white; /* CHANGE THIS to a visible color like #333 or your theme color */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.partner-logos-slider .slick-prev {
    left: -25px; /* Adjust position */
}
[dir="rtl"] .partner-logos-slider .slick-prev {
    right: -25px;
    left: auto;
}
.partner-logos-slider .slick-prev:before {
    content: '←'; /* Or your preferred arrow character/SVG */
}
[dir="rtl"] .partner-logos-slider .slick-prev:before {
    content: '→';
}

.partner-logos-slider .slick-next {
    right: -25px; /* Adjust position */
}
[dir="rtl"] .partner-logos-slider .slick-next {
    left: -25px;
    right: auto;
}
.partner-logos-slider .slick-next:before {
    content: '→'; /* Or your preferred arrow character/SVG */
}
[dir="rtl"] .partner-logos-slider .slick-next:before {
    content: '←';
}

.partner-logos-slider .slick-dots {
    position: absolute;
    bottom: -25px; /* Adjust position */
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.partner-logos-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}.partner-logos-slider .slick-slide img
.partner-logos-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.partner-logos-slider .slick-dots li button:hover,
.partner-logos-slider .slick-dots li button:focus {
    outline: none;
}
.partner-logos-slider .slick-dots li button:before {
    font-family: 'slick';
    font-size: 10px; /* Adjust dot size */
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black; /* CHANGE THIS to a visible color */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.partner-logos-slider .slick-dots li.slick-active button:before {
    opacity: .75;
    color: black; /* CHANGE THIS to a visible color for active dot */
}

.ql-align-center {
    text-align-last: center !important;
}
.ql-align-left {
	    text-align-last: start !important;
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value="arial"]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="arial"]::before {
    content: 'Arial'; /* Text displayed in the dropdown */
    font-family: "Arial", sans-serif; /* Font used for the dropdown item itself */
}

/* Apply Arial to content that has the .ql-font-arial class */
.ql-editor .ql-font-arial {
    font-family: "Arial", sans-serif;
}

/* Example for other fonts you added to the whitelist */
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value="comic-sans-ms"]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="comic-sans-ms"]::before {
    content: 'Comic Sans MS';
    font-family: "Comic Sans MS", cursive;
}
.ql-editor .ql-font-comic-sans-ms {
    font-family: "Comic Sans MS", cursive;
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value="courier-new"]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="courier-new"]::before {
    content: 'Courier New';
    font-family: "Courier New", monospace;
}
.ql-editor .ql-font-courier-new {
    font-family: "Courier New", monospace;
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value="georgia"]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="georgia"]::before {
    content: 'Georgia';
    font-family: "Georgia", serif;
}
.ql-editor .ql-font-georgia {
    font-family: "Georgia", serif;
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value="helvetica"]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="helvetica"]::before {
    content: 'Helvetica';
    font-family: "Helvetica", sans-serif;
}
.ql-editor .ql-font-helvetica {
    font-family: "Helvetica", sans-serif;
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value="lucida-sans-unicode"]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="lucida-sans-unicode"]::before {
    content: 'Lucida Sans Unicode';
    font-family: "Lucida Sans Unicode", sans-serif;
}
.ql-editor .ql-font-lucida-sans-unicode {
    font-family: "Lucida Sans Unicode", sans-serif;
}

/* Add similar CSS for other fonts if you need specific display names or fallbacks */
/* For Tahoma */
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value="tahoma"]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="tahoma"]::before {
    content: 'Tahoma';
    font-family: "Tahoma", sans-serif;
}
.ql-editor .ql-font-tahoma {
    font-family: "Tahoma", sans-serif;
}

/* For Times New Roman */
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value="times-new-roman"]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="times-new-roman"]::before {
    content: 'Times New Roman';
    font-family: "Times New Roman", Times, serif;
}
.ql-editor .ql-font-times-new-roman {
    font-family: "Times New Roman", Times, serif;
}

/* For Trebuchet MS */
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value="trebuchet-ms"]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="trebuchet-ms"]::before {
    content: 'Trebuchet MS';
    font-family: "Trebuchet MS", sans-serif;
}
.ql-editor .ql-font-trebuchet-ms {
    font-family: "Trebuchet MS", sans-serif;
}

/* For Verdana */
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value="verdana"]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="verdana"]::before {
    content: 'Verdana';
    font-family: "Verdana", sans-serif;
}
.ql-editor .ql-font-verdana {
    font-family: "Verdana", sans-serif;
}
#open-filters-modal.dimmed-but-clickable {
    opacity: 1; }
    .dark-bg-text li,
    .dark-bg-text a {
      color: #fff !important
    }

/* Form validation styles for CSP-compliant contact form */
.form-control.is-invalid {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* Required field indicator */
.required-indicator {
    color: #dc3545;
    font-weight: bold;
}

/* Contact form specific styles */
.contact-form .form-control {
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.contact-form .form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.ql-container {
    height: auto !important;
}

[dir="rtl"] .m-entity ul li:before {
       left: unset;
    right: -23px; 
}
footer .o-footer__newsletter {
    grid-gap:unset!important;
}

/* Footer about links - display inline */
.footer-about-links ul.menu {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 15px 25px !important;
    flex-direction: row !important;
}

.footer-about-links ul.menu li {
    display: inline-block !important;
    margin-bottom: 0 !important;
    width: auto !important;

}
