/* ==========================================================================
   Public Site: shared utility and layout overrides
   Keep only styles that are reused across multiple public pages here.
   ========================================================================== */

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
}

img,
video,
iframe {
    max-width: 100%;
}

.site-back-to-top {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 9998;
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(197, 154, 99, 0.55);
    border-radius: 50%;
    background: linear-gradient(135deg, #0f2b4d 0%, #091d36 100%);
    color: #fff;
    box-shadow: 0 12px 28px rgba(9, 29, 54, 0.22);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.site-back-to-top.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.site-back-to-top:hover,
.site-back-to-top:focus {
    color: #fff;
    background: linear-gradient(135deg, #2d79de 0%, #1a57aa 100%);
    outline: none;
}

.site-back-to-top i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    line-height: 1;
    width: 1em;
    height: 1em;
}

iframe[src*="chatbotlia.com"],
[id*="chatbotlia"],
[class*="chatbotlia"] {
    right: auto !important;
    left: 24px !important;
}

@media (max-width: 767px) {
    .site-back-to-top {
        right: 16px;
        bottom: 18px;
        width: 42px;
        height: 42px;
    }

    iframe[src*="chatbotlia.com"],
    [id*="chatbotlia"],
    [class*="chatbotlia"] {
        left: 16px !important;
    }
}

/* Shared off-canvas profile image shown in the mobile menu. */
.offcanvas-profile-image {
    border-radius: 50%;
    margin-bottom: 10px;
    width: 120px;
    height: 120px;
    object-fit: cover;
}

/* Google Translate widget styling used by the shared header. */
#google_translate_element {
    display: inline-block;
    font-family: Arial, sans-serif;
}

.goog-te-banner-frame {
    display: none !important;
}

.goog-te-menu-value {
    font-size: 14px;
    padding: 5px 10px;
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.goog-te-menu-value:hover {
    background-color: #ddd;
    cursor: pointer;
}

.goog-te-menu-frame {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.goog-te-menu-frame:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

#translate-button {
    font-size: 14px;
    padding: 8px 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    cursor: pointer;
}

#translate-button:hover {
    background-color: #ddd;
}

#translate-button i {
    margin-right: 5px;
}

/* Shared premium header styling used across public pages. */
.header-section {
    direction: ltr;
    text-align: left;
}

.header-section .top-nav {
    background: linear-gradient(90deg, #081a32 0%, #0b2341 100%);
}

.header-section .tn-left li,
.header-section .tn-right,
.header-section .top-social a {
    color: #f7f4ed;
}

.header-section .tn-left {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 26px;
    margin: 0;
    padding: 0;
    direction: ltr;
}

.header-section .tn-left li {
    margin-right: 0;
    white-space: nowrap;
    direction: ltr;
    unicode-bidi: isolate;
}

.header-section .tn-left li::after {
    display: none;
}

.header-section .top-nav .tn-right .top-social a {
    color: #f7f4ed;
}

.header-section .bk-btn {
    border-radius: 999px;
    padding: 12px 26px;
    background: linear-gradient(135deg, #2d79de 0%, #1a57aa 100%);
    color: #fff;
    box-shadow: 0 10px 24px rgba(45, 121, 222, 0.26);
}

.header-section .menu-item {
    background: rgba(255, 250, 245, 0.92);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(11, 35, 65, 0.08);
}

.header-section .mainmenu ul li a {
    position: relative;
    padding-bottom: 6px;
    color: #0b2341;
    font-weight: 600;
}

.header-section .mainmenu ul li.active > a::after,
.header-section .mainmenu ul li > a:hover::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, #c59a63, #2d79de);
}

/* Shared premium footer styling used across public pages. */
.footer-section {
    background: linear-gradient(180deg, #0c223f 0%, #07172d 100%);
    color: rgba(245, 247, 250, 0.82);
    padding-top: 0;
}

.footer-section .footer-text {
    padding-top: 58px;
    padding-bottom: 38px;
}

.footer-section h6,
.footer-section a,
.footer-section .logo a {
    color: #fff;
}

.footer-section p,
.footer-section li {
    color: rgba(245, 247, 250, 0.78);
    line-height: 1.65;
}

.footer-section .footer-text .ft-about p,
.footer-section .footer-text .ft-newslatter p {
    margin-bottom: 18px;
}

.footer-section .footer-text .ft-contact ul {
    margin: 0;
}

.footer-section .footer-text .ft-contact ul li {
    margin-bottom: 8px;
}

.footer-section .footer-text .ft-about .fa-social a,
.footer-section .fa-social a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    color: #fff;
    border: 1px solid rgba(197, 154, 99, 0.55);
    line-height: 1;
    text-align: center;
    vertical-align: middle;
}

.footer-section .footer-text .ft-about .fa-social a i,
.footer-section .fa-social a i,
.header-section .top-social a i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1em;
    height: 1em;
    margin: 0;
    line-height: 1;
}

.footer-section .footer-text .ft-about .fa-social a:hover,
.footer-section .fa-social a:hover {
    background: linear-gradient(135deg, #2d79de 0%, #1a57aa 100%);
    border-color: #2d79de;
}

.footer-section .fn-form {
    display: flex;
    overflow: hidden;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    position: relative;
}

.footer-section .footer-text .ft-newslatter .fn-form input,
.footer-section .fn-form input {
    height: 56px;
    border: 0;
    background: transparent;
    color: #fff;
    padding: 0 18px;
    width: 100%;
}

.footer-section .fn-form input::placeholder {
    color: rgba(255, 255, 255, 0.62);
}

.footer-section .footer-text .ft-newslatter .fn-form button,
.footer-section .fn-form button {
    width: 64px;
    border: 0;
    background: linear-gradient(135deg, #2d79de 0%, #1a57aa 100%);
    color: #fff;
    padding: 0;
    height: 56px;
    position: static;
    border-radius: 0;
}

.footer-section .copyright-option {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(0, 0, 0, 0.12);
    padding: 18px 0;
}

.footer-section .copyright-option ul li a,
.footer-section .copyright-option .co-text,
.footer-section .copyright-option .co-text p,
.footer-section .copyright-option .co-text a {
    color: #fff;
}

.footer-section .copyright-option .row {
    align-items: center;
}

.footer-section .copyright-option ul,
.footer-section .copyright-option .footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 20px;
    margin: 0;
    padding: 0;
}

.footer-section .copyright-option ul li,
.footer-section .copyright-option .footer-links li {
    list-style: none;
    margin: 0;
}

.footer-section .copyright-option ul li::after {
    display: none;
}

.footer-section .copyright-option ul li a,
.footer-section .copyright-option .footer-links a {
    font-size: 0.88rem;
    line-height: 1.4;
    opacity: 0.88;
    transition: opacity 0.2s ease, color 0.2s ease;
}

.footer-section .copyright-option ul li a:hover,
.footer-section .copyright-option .footer-links a:hover {
    color: #c59a63;
    opacity: 1;
}

.footer-section .copyright-option .co-text {
    text-align: right;
}

.footer-section .copyright-option .co-text p {
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.6;
}

@media (max-width: 991px) {
    .footer-section .footer-text {
        padding-top: 44px;
        padding-bottom: 30px;
    }

    .footer-section .footer-text .ft-about,
    .footer-section .footer-text .ft-contact,
    .footer-section .footer-text .ft-newslatter {
        margin-bottom: 28px;
    }

    .footer-section .footer-text .row > [class*="col-"]:last-child .ft-newslatter {
        margin-bottom: 0;
    }

    .footer-section .copyright-option {
        padding: 18px 0;
    }

    .footer-section .copyright-option .row {
        gap: 16px;
    }

    .footer-section .copyright-option ul,
    .footer-section .copyright-option .footer-links {
        justify-content: center;
    }

    .footer-section .copyright-option .co-text {
        text-align: center;
    }
}

@media (max-width: 575px) {
    .footer-section .footer-text {
        padding-top: 36px;
        padding-bottom: 24px;
    }

    .footer-section .copyright-option ul,
    .footer-section .copyright-option .footer-links {
        gap: 8px 14px;
    }

    .footer-section .copyright-option ul li a,
    .footer-section .copyright-option .footer-links a,
    .footer-section .copyright-option .co-text p {
        font-size: 0.82rem;
    }
}
.site-language-selector {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px;
  margin-right: 12px;
}

.site-language-selector a {
  min-width: 30px;
  padding: 5px 7px;
  border-radius: 999px;
  color: inherit;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}

.site-language-selector a.is-active {
  background: #dfa974;
  color: #fff;
}

.header-section .tn-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  min-height: 52px;
  direction: ltr;
  flex-wrap: nowrap;
}

.header-section .tn-right .top-social,
.header-section .tn-right .site-language-selector {
  margin-right: 0;
  flex: 0 0 auto;
}

.header-section .top-social {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  direction: ltr;
}

.header-section .top-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.mobile-brand-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 22px;
}

.mobile-brand-logo {
  display: block;
  width: auto;
  height: 68px;
  object-fit: contain;
}

.mobile-language-selector {
  width: 100%;
  margin: 18px auto 18px;
  color: #0b2341;
  justify-content: space-between;
  gap: 10px;
}

.mobile-language-selector a {
  min-height: 42px;
  flex: 1 1 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(11, 35, 65, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  color: #0b2341;
  box-shadow: 0 8px 22px rgba(11, 35, 65, 0.06);
}

.mobile-language-selector a.is-active {
  border-color: transparent;
  background: linear-gradient(135deg, #c99a4e 0%, #d9b66f 100%);
  color: #fff;
  box-shadow: 0 12px 24px rgba(197, 154, 99, 0.22);
}

.mobile-profile-card {
  width: 100%;
  min-height: 116px;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) 24px;
  align-items: center;
  gap: 16px;
  padding: 18px;
  border: 1px solid rgba(197, 154, 99, 0.28);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.56);
  color: #0b2341;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.78), 0 16px 34px rgba(11, 35, 65, 0.06);
}

.mobile-profile-card:hover,
.mobile-profile-card:focus {
  color: #0b2341;
  text-decoration: none;
}

.mobile-profile-card .offcanvas-profile-image {
  width: 72px;
  height: 72px;
  margin: 0;
  border: 3px solid #c59a63;
  box-shadow: 0 6px 16px rgba(11, 35, 65, 0.12);
}

.mobile-profile-card strong,
.mobile-profile-card small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mobile-profile-card strong {
  color: #0b2341;
  font-family: "Lora", serif;
  font-size: 1.35rem;
  line-height: 1.1;
}

.mobile-profile-card small {
  margin-top: 6px;
  color: #5d6676;
  font-size: 0.9rem;
}

.mobile-profile-card i {
  color: #0b2341;
  font-size: 1.45rem;
}

.mobile-book-btn {
  width: min(100%, 320px);
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 22px;
  border-radius: 18px;
  background: linear-gradient(135deg, #2478ed 0%, #075ccf 100%);
  color: #fff;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  box-shadow: 0 16px 28px rgba(36, 120, 237, 0.28);
}

.mobile-book-btn:hover,
.mobile-book-btn:focus {
  color: #fff;
  text-decoration: none;
}

.canvas-open-bars {
  display: inline-flex;
  width: 27px;
  height: 20px;
  flex-direction: column;
  justify-content: space-between;
}

.canvas-open-bars span {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: #0b2341;
}

.blog-index-page .section-title h1,
.blog-index-page .section-title h2 {
  font-size: clamp(2.3rem, 7vw, 4.5rem);
  line-height: 1.08;
  overflow-wrap: anywhere;
}

.blog-index-page .section-title p,
.blog-index-page .blog-content,
.blog-detail-page .blog-text {
  overflow-wrap: anywhere;
}

.offcanvas-menu-wrapper .header-configure-area > img,
.offcanvas-menu-wrapper .offcanvas-profile-image {
  width: 88px;
  height: 88px;
  object-fit: cover;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .header-section .tn-left li {
    font-size: 13px;
  }

  .header-section .tn-left li::after {
    right: -12px;
  }

  .header-section .tn-right .top-social {
    display: none;
  }

  .menu-item .nav-menu .mainmenu li a {
    margin-right: 22px;
  }
}

@media (max-width: 1199px) {
  .header-section .top-nav .row {
    align-items: center;
  }

  .header-section .tn-left {
    gap: 6px 14px;
  }

  .header-section .tn-left li {
    font-size: 13px;
  }

  .header-section .tn-right {
    gap: 7px;
  }

  .header-section .bk-btn {
    padding: 10px 18px;
  }
}

@media (max-width: 991px) {
  .header-section .menu-item .logo {
    padding: 14px 58px 14px 0;
  }

  .header-section .menu-item .logo img {
    width: auto;
    max-height: 54px;
  }

  .canvas-open {
    position: absolute !important;
    top: 11px !important;
    right: 14px !important;
    z-index: 10000 !important;
    display: flex !important;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    padding: 8px;
  }
}

@media (max-width: 575px) {
  .offcanvas-menu-wrapper {
    width: min(88vw, 372px);
    padding: 28px 24px 26px;
  }

  .site-language-selector a {
    min-width: 36px;
    padding: 7px 8px;
    font-size: 12px;
  }

  .blog-index-page .blog-section,
  .blog-detail-page .blog-details-section {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .blog-index-page .section-title {
    width: 100%;
    max-width: 100%;
    margin-bottom: 28px;
    padding-inline: 18px;
    box-sizing: border-box;
  }

  .blog-index-page .section-title h1,
  .blog-index-page .section-title h2 {
    max-width: 100%;
    margin-inline: auto;
    font-size: 2.65rem;
    line-height: 1.04;
    white-space: normal;
  }

  .blog-index-page .section-title p {
    max-width: 100%;
    margin-inline: auto;
    white-space: normal;
  }
}

@media (max-width: 991px) {
  .offcanvas-menu-overlay {
    background: rgba(4, 11, 20, 0.66);
    backdrop-filter: blur(2px);
  }

  .offcanvas-menu-wrapper {
    max-width: 420px;
    border-radius: 0 30px 30px 0;
    background:
      radial-gradient(circle at 55% 0%, rgba(197, 154, 99, 0.14), transparent 30%),
      linear-gradient(180deg, #fffaf2 0%, #fffdf8 100%);
    box-shadow: 18px 0 48px rgba(4, 11, 20, 0.28);
    overflow-y: auto;
  }

  .offcanvas-menu-wrapper .canvas-close {
    top: 28px;
    right: 28px;
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(197, 154, 99, 0.22);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.78);
    color: #0b2341;
    box-shadow: 0 12px 26px rgba(11, 35, 65, 0.10);
  }

  .offcanvas-menu-wrapper .header-configure-area {
    margin-bottom: 0;
    padding: 18px 0 0;
    text-align: center;
  }

  .offcanvas-menu-wrapper .mainmenu {
    display: none;
  }

  .offcanvas-menu-wrapper .slicknav_menu {
    margin-top: 4px;
    background: transparent;
  }

  .offcanvas-menu-wrapper .slicknav_nav {
    display: block !important;
    padding: 0;
  }

  .offcanvas-menu-wrapper .slicknav_nav > ul {
    margin: 0;
  }

  .offcanvas-menu-wrapper .slicknav_nav li {
    border-bottom: 1px solid rgba(197, 154, 99, 0.22);
  }

  .offcanvas-menu-wrapper .slicknav_nav li:last-child {
    border-bottom: 0;
  }

  .offcanvas-menu-wrapper .slicknav_nav a,
  .offcanvas-menu-wrapper .slicknav_nav .slicknav_row {
    min-height: 58px;
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 0;
    padding: 13px 12px;
    border-radius: 14px;
    color: #0b2341;
    font-size: 1.05rem;
    font-weight: 700;
  }

  .offcanvas-menu-wrapper .slicknav_nav a i,
  .offcanvas-menu-wrapper .slicknav_nav .slicknav_row i {
    width: 24px;
    flex: 0 0 24px;
    color: #0b2341;
    font-size: 1.25rem;
    text-align: center;
  }

  .offcanvas-menu-wrapper .slicknav_nav a:hover,
  .offcanvas-menu-wrapper .slicknav_nav .slicknav_row:hover,
  .offcanvas-menu-wrapper .slicknav_nav .active > a,
  .offcanvas-menu-wrapper .slicknav_nav .active > .slicknav_row {
    background: rgba(45, 121, 222, 0.08);
    color: #0b2341;
  }

  .offcanvas-menu-wrapper .slicknav_arrow {
    margin-left: auto;
    color: #0b2341;
  }

  .offcanvas-menu-wrapper .top-social {
    position: relative;
    display: flex;
    justify-content: center;
    gap: 26px;
    margin: 28px 0 18px;
    padding-top: 26px;
  }

  .offcanvas-menu-wrapper .top-social::before {
    content: "";
    position: absolute;
    top: 0;
    left: 20%;
    right: 20%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(197, 154, 99, 0.6), transparent);
  }

  .offcanvas-menu-wrapper .top-social a {
    margin: 0;
    color: #0b2341;
    font-size: 1.35rem;
  }

  .offcanvas-menu-wrapper .top-widget {
    margin: 0;
    padding: 0;
  }

  .offcanvas-menu-wrapper .top-widget li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
    color: #0b2341;
    font-size: 0.96rem;
    line-height: 1.45;
  }

  .offcanvas-menu-wrapper .top-widget li i {
    width: 22px;
    color: #2478ed;
    font-size: 1.1rem;
    line-height: 1.4;
  }
}

html[dir="rtl"] body {
  direction: rtl;
  text-align: right;
}

html[dir="rtl"] .header-section {
  direction: ltr;
  text-align: left;
}

html[dir="rtl"] .header-section .mainmenu ul li a,
html[dir="rtl"] .offcanvas-menu-wrapper,
html[dir="rtl"] .site-language-selector a {
  direction: rtl;
  unicode-bidi: isolate;
}

html[dir="rtl"] .mainmenu,
html[dir="rtl"] .mainmenu ul,
html[dir="rtl"] .breadcrumb-text,
html[dir="rtl"] .footer-section {
  text-align: right;
}

html[dir="rtl"] .fa,
html[dir="rtl"] [class^="icon_"] {
  margin-left: 6px;
  margin-right: 0;
}

/* Full public-site right-to-left support. */
html[dir="rtl"] body,
html[dir="rtl"] button,
html[dir="rtl"] input,
html[dir="rtl"] select,
html[dir="rtl"] textarea {
  font-family: Tahoma, Arial, sans-serif;
}

html[dir="rtl"] h1,
html[dir="rtl"] h2,
html[dir="rtl"] h3,
html[dir="rtl"] h4,
html[dir="rtl"] h5,
html[dir="rtl"] h6 {
  font-family: Tahoma, Arial, sans-serif;
  letter-spacing: 0;
}

html[dir="rtl"] .header-section {
  direction: rtl;
  text-align: right;
}

html[dir="rtl"] .header-section .tn-left,
html[dir="rtl"] .header-section .tn-right,
html[dir="rtl"] .top-widget,
html[dir="rtl"] .ft-contact li,
html[dir="rtl"] input[type="email"],
html[dir="rtl"] input[type="tel"],
html[dir="rtl"] input[type="number"],
html[dir="rtl"] input[type="date"],
html[dir="rtl"] .room-gallery-count,
html[dir="rtl"] .room-price-ltr,
html[dir="rtl"] .home-room-price {
  direction: ltr;
  unicode-bidi: isolate;
}

html[dir="rtl"] .mainmenu > ul,
html[dir="rtl"] .mainmenu .dropdown,
html[dir="rtl"] .breadcrumb-text .bt-option,
html[dir="rtl"] .gallery-breadcrumb,
html[dir="rtl"] .gallery-filter-bar,
html[dir="rtl"] .service-showcase-tabs,
html[dir="rtl"] .service-showcase-chips,
html[dir="rtl"] .service-showcase-card,
html[dir="rtl"] .room-gallery-actions,
html[dir="rtl"] .room-summary-grid,
html[dir="rtl"] .room-features,
html[dir="rtl"] .footer-section .copyright-option ul {
  direction: rtl;
}

html[dir="rtl"] .section-title,
html[dir="rtl"] .about-text,
html[dir="rtl"] .service-showcase-feature,
html[dir="rtl"] .service-showcase-card-copy,
html[dir="rtl"] .room-content-card,
html[dir="rtl"] .room-booking-sidebar .booking-form,
html[dir="rtl"] .host-section,
html[dir="rtl"] .surroundings-section,
html[dir="rtl"] .rules-section,
html[dir="rtl"] .faq-section,
html[dir="rtl"] .contact-text,
html[dir="rtl"] .contact-form,
html[dir="rtl"] .footer-section .footer-text,
html[dir="rtl"] .footer-section .copyright-option {
  text-align: right;
}

html[dir="rtl"] .text-left { text-align: right !important; }
html[dir="rtl"] .text-right { text-align: left !important; }
html[dir="rtl"] .float-left { float: right !important; }
html[dir="rtl"] .float-right { float: left !important; }

html[dir="rtl"] .service-showcase-tabs button::before {
  margin-right: 0;
  margin-left: 8px;
}

html[dir="rtl"] .fa-arrow-right,
html[dir="rtl"] .fa-arrow-left,
html[dir="rtl"] .fa-angle-right,
html[dir="rtl"] .fa-angle-left,
html[dir="rtl"] .fa-chevron-right,
html[dir="rtl"] .fa-chevron-left,
html[dir="rtl"] .icon_arrow-right,
html[dir="rtl"] .icon_arrow-left {
  transform: scaleX(-1);
}

html[dir="rtl"] .top-social .fa,
html[dir="rtl"] .fa-social .fa,
html[dir="rtl"] .site-back-to-top .fa,
html[dir="rtl"] .room-gallery-actions .fa,
html[dir="rtl"] .room-gallery-lightbox .fa,
html[dir="rtl"] .service-showcase-card-prompt .fa,
html[dir="rtl"] .service-showcase-card-visual .fa {
  margin: 0 !important;
}

html[dir="rtl"] .offcanvas-menu-wrapper .slicknav_arrow {
  margin-right: auto;
  margin-left: 0;
}

html[dir="rtl"] .footer-section .fa-social a {
  margin-right: 0;
  margin-left: 8px;
}

html[dir="rtl"] .footer-section .copyright-option .co-text {
  text-align: left;
}

html[dir="rtl"] .footer-section .fn-form {
  direction: rtl;
}

html[dir="rtl"] .footer-section .fn-form input {
  direction: rtl;
  text-align: right;
}

html[dir="rtl"] .site-language-selector,
html[dir="rtl"] .top-social {
  direction: ltr;
}

@media (min-width: 992px) {
  html[dir="rtl"] .footer-section .offset-lg-1 {
    margin-left: 0;
    margin-right: 8.333333%;
  }
}

@media (max-width: 991px) {
  html[dir="rtl"] .offcanvas-menu-wrapper {
    right: -420px;
    left: auto;
    border-radius: 30px 0 0 30px;
    box-shadow: -18px 0 48px rgba(4, 11, 20, 0.28);
  }

  html[dir="rtl"] .offcanvas-menu-wrapper.show-offcanvas-menu-wrapper {
    right: 0;
    left: auto;
  }

  html[dir="rtl"] .offcanvas-menu-wrapper .canvas-close {
    right: auto;
    left: 28px;
  }

  html[dir="rtl"] .offcanvas-menu-wrapper .slicknav_nav a,
  html[dir="rtl"] .offcanvas-menu-wrapper .slicknav_nav .slicknav_row,
  html[dir="rtl"] .offcanvas-menu-wrapper .top-widget li {
    direction: rtl;
    text-align: right;
  }
}
/* =========================================================
   Mobile offcanvas menu fix
   Hide original menu and show only SlickNav generated menu
   ========================================================= */

@media (max-width: 991px) {
    .offcanvas-menu-wrapper > .mainmenu.mobile-menu {
        display: none !important;
        visibility: hidden !important;
        height: 0 !important;
        overflow: hidden !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .offcanvas-menu-wrapper #mobile-menu-wrap {
        display: block !important;
        margin-top: 12px;
    }

    .offcanvas-menu-wrapper #mobile-menu-wrap .slicknav_menu {
        display: block !important;
        margin: 0;
        padding: 0;
        background: transparent;
    }

    .offcanvas-menu-wrapper #mobile-menu-wrap .slicknav_btn {
        display: none !important;
    }

    .offcanvas-menu-wrapper #mobile-menu-wrap .slicknav_nav {
        display: block !important;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .offcanvas-menu-wrapper #mobile-menu-wrap .slicknav_nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .offcanvas-menu-wrapper #mobile-menu-wrap .slicknav_nav li {
        margin: 0;
        padding: 0;
        list-style: none;
        border-bottom: 1px solid rgba(197, 154, 99, 0.18);
    }

    .offcanvas-menu-wrapper #mobile-menu-wrap .slicknav_nav li:last-child {
        border-bottom: 0;
    }

    .offcanvas-menu-wrapper #mobile-menu-wrap .slicknav_nav a,
    .offcanvas-menu-wrapper #mobile-menu-wrap .slicknav_nav .slicknav_row {
        min-height: 58px;
        display: flex !important;
        align-items: center;
        gap: 16px;
        margin: 0;
        padding: 14px 16px;
        border-radius: 14px;
        color: #0b2341 !important;
        font-size: 15px;
        font-weight: 700;
        text-decoration: none;
    }

    .offcanvas-menu-wrapper #mobile-menu-wrap .slicknav_nav a:hover,
    .offcanvas-menu-wrapper #mobile-menu-wrap .slicknav_nav .slicknav_row:hover,
    .offcanvas-menu-wrapper #mobile-menu-wrap .slicknav_nav .active > a,
    .offcanvas-menu-wrapper #mobile-menu-wrap .slicknav_nav .active > .slicknav_row {
        background: rgba(45, 121, 222, 0.08);
        color: #0b2341 !important;
    }

    .offcanvas-menu-wrapper #mobile-menu-wrap .slicknav_nav a i,
    .offcanvas-menu-wrapper #mobile-menu-wrap .slicknav_nav .slicknav_row i {
        width: 24px;
        flex: 0 0 24px;
        color: #0b2341;
        font-size: 18px;
        text-align: center;
    }

    .offcanvas-menu-wrapper #mobile-menu-wrap .slicknav_arrow {
        margin-left: auto;
        color: #0b2341;
    }
}/* Hide mobile offcanvas scrollbar while keeping scroll usable */
@media (max-width: 991px) {
    .offcanvas-menu-wrapper {
        scrollbar-width: none;      /* Firefox */
        -ms-overflow-style: none;   /* old Edge/IE */
    }

    .offcanvas-menu-wrapper::-webkit-scrollbar {
        width: 0;
        height: 0;
        display: none;
    }
}/* Fix mobile profile avatar shape */
@media (max-width: 991px) {
    .mobile-profile-card .offcanvas-profile-image {
        width: 72px !important;
        height: 72px !important;
        min-width: 72px !important;
        max-width: 72px !important;
        aspect-ratio: 1 / 1;
        display: block;
        border-radius: 50% !important;
        object-fit: cover !important;
        object-position: center;
        margin: 0 !important;
        padding: 0 !important;
    }
}
