.event-left {
    text-align: right !important;
}

.custom-submit-btn{
    right: auto;
    left: 0;
}
.leader-name{
    color: white !important;
}
.leader-arrow{
    left: 20px;
    right: auto;
}

ul li {
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
    align-items: center;
}

ul li i {
    margin-left: 8px;
    transition: transform 0.2s;
}

html[dir="rtl"] ul li i {
    transform: scaleX(-1); /* Flips arrow horizontally */
    margin-left: 0;
    margin-right: 8px;
}
.footer .footer-section ul {
    list-style: none;
    padding-left: 0;
    padding-right: 0;
}
.phone-email li{
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
}
.discover-content ul li {
    display: flex;
    margin: 15px 0px;
    font-size: 1.2rem;
    color: #333;
    justify-content: flex-start;
    flex-direction: row;
}
.contact-details li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    list-style-type: none;
    flex-direction: row;
    justify-content: flex-start;
}
.language-select .dropdown-menu {
    min-width: 120px;
    right: 0;
}
.knowledge-content ul li {
    display: flex;
    align-items: center;
    margin: 15px 0px;
    font-size: 1.2rem;
    color: #333;
    justify-content: flex-start;
    flex-direction: row;
}
button.btn-close{
    left: 0;
    right: auto;
    position: absolute;
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.event-highlights li {
    position: relative;
    padding-left: 20px;
    font-size: 1rem;
    color: #555;
    display: flex;
    direction: ltr !important;
    justify-content: flex-start;
}
.event-highlights li::before {
    content: '•';
    position: unset !important;
    left: 0;
    top: 0;
    font-size: 1rem;
    color: black;
}
.event-highlights {
    list-style-type: none;
    padding: 7px 17px;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    flex-wrap: wrap;
}
.footer .footer-section ul li{
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
}
.footer .footer-section a{
    margin-right: 10px;
}

#openChatBtn {
    position: fixed;
    right: auto;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 0 50px 50px 0;
    z-index: 9999;
    height: 182px;
    width: 70px;
    background: linear-gradient(180deg, #E0E0E0, #26264F);
}