* {
    font-family: 'El Messiri', sans-serif;
    --bs-primary-rgb: 0, 131, 202;
    --bs-nav-link-hover-color: rgb(0, 131, 202);
    --bs-btn-bg: #0083ca !important;
    --bs-btn-border-color: #0083ca !important;
    --bs-btn-hover-bg: #007bbe !important;
    --bs-btn-active-bg: #007bbe !important;
    --bs-pagination-active-bg: #0083ca !important;
    --bs-pagination-active-border-color: #007bbe !important;
    --bs-nav-pills-link-active-bg: #0083ca !important;
}

#offices .nav-pills .nav-link.active, #offices .nav-pills .show>.nav-link {
    background-color: #0083ca !important;
}

#offices .nav-link:not(.active) {
    color: #0083ca !important;
}

.text-justify{
    text-align: justify !important;
}

#categories-selector .btn:not(.active){
    --bs-btn-bg: #fff !important;
    color: #0083ca !important;
}

#categories-selector .btn:not(.active):hover {
    color: #fff !important;
}

.bg-body-tertiary {
    background-color: #f2f2f3 !important;
}

header.page-title {
    background-image: url('../images/LogoParts-01.png');
    background-position: center bottom;
    background-size: cover;
    padding-top: 110px;
    padding-bottom: 110px;
}

header.page-title h1 {
    font-size: 63px;
}

main:not(.no-bg) {
    background-image: url('../images/LogoParts-03.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}

.contact-info li {
    padding: .5rem 0;
}

.contact-card i {
    color: #454545;
    font-size: 40px;
    min-width: 40px;
    min-height: 40px;
}

#services i {
    font-size: 40px;
    min-width: 40px;
    min-height: 40px;
}

#services svg {
    height: 60px;
}

.chat-box.whatsapp .chat-header{
    background-color: rgb(9, 94, 84);
}

.chat-box.whatsapp .chat-footer a{
    background-color: rgb(79, 206, 93);
}

.dropdown-item .bi-whatsapp{
    color: rgb(79, 206, 93);
}

.chat-box.telegram .chat-header,
.chat-box.telegram .chat-footer a{
    background-color: rgb(0, 136, 204);
}

.dropdown-item .bi-telegram{
    color: rgb(0, 136, 204);
}

.chat-box.messenger .chat-header,
.chat-box.messenger .chat-footer a{
    background-color: rgb(0, 132, 255);
}

.dropdown-item .bi-messenger{
    color: rgb(0, 132, 255);
}

.chat-box.instagram .chat-header,
.chat-box.instagram .chat-footer a{
    background: linear-gradient(225deg, rgb(200, 47, 156), rgb(239, 78, 73), rgb(254, 205, 104)) border-box;
}

.dropdown-item .bi-instagram{
    color: rgb(239, 78, 73);
}

.chat-box .avatar::before {
    background-color: rgb(74, 213, 4);
    display: block;
    border: 2px solid rgb(255, 255, 255);
}

.chat-box .avatar::before {
    content: "";
    bottom: 0px;
    right: 0px;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
}

.chat-box .chat-body {
    padding: 20px 20px 20px 10px;
    background-color: rgb(230, 221, 212);
    position: relative;
    overflow: auto;
}

.chat-box .chat-body::before {
    display: block;
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 0.08;
    background-image: url("https://static.elfsight.com/apps/all-in-one-chat/patterns/whatsapp.png");
}

.chat-box .chat-message{
    box-sizing: border-box;
    padding: 7px 14px 6px;
    position: relative;
    transition: 0.3s;
    transform-origin: center top 0px;
    z-index: 2;
    margin-left: 10px;
    color: rgb(17, 17, 17);
    font-size: 15px;
    line-height: 1.39;
    max-width: calc(100% - 100px);
    border-radius: 0px 8px 8px;
    background-color: rgb(255, 255, 255);
    margin-top: 4px;
}

.chat-box .chat-message::before {
    position: absolute;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    top: 0px;
    left: -12px;
    width: 12px;
    height: 19px;
}

.chat-box .chat-message .sender {
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.4);
}

.chat-box .chat-message .message {
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    color: rgb(17, 17, 17);
}

.chat-box .chat-message .time {
    text-align: right;
    margin-top: 4px;
    font-size: 12px;
    line-height: 16px;
    color: rgba(17, 17, 17, 0.5);
    margin-right: -8px;
    margin-bottom: -4px;
}

#tours .card:hover img {
    transform: scale(1.05);
}
#tours .card img {
    transition: transform 300ms ease-out;
}

.leaflet-control-attribution{
    display: none;
}

[dir='ltr'] .leaflet-popup-content{
    direction: ltr;
}

[dir='rtl'] .leaflet-popup-content {
    text-align: right;
    direction: rtl;
}

[dir='rtl'] .leaflet-container a.leaflet-popup-close-button {
    right: unset;
    left: 0;
}
