body {
	font-family: "Cairo", sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: var(--text);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

:root {
    --body: #fff;
    --black: #000;
    --white: #fff;
    --theme-color: #226a8f;
    --theme-color-2: #FB5B32;
    --header: #151415;
    --base: #226a8f;
    --text: #455151;
    --border: #E6EFFF;
    --ratting: #F8BC26;
    --bg: #EFEEFA;
    ---box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
}

.trending-destinations-card-items .destinations-img::before {
    background: rgb(34 106 143 / 50%);
}

.red {
    color: red;
}

.header-top-wrapper .top-left li {
    text-transform: none;
}

.footer-logos img {
    width: 100%;
    padding: 10px ;
}

.footer-wrapper {
    padding: 75px 0 40px;
}

.footer-logos {
    margin-bottom: 30px;
}

.testi-img img {
    border-radius: 50%;
}

.tour-details-wrapper .tour-details-items .details-content .faq-items {
    border-radius: 0;
    border: none;
    background: transparent;
    padding: 0;
}

.faq-items .accordion-item {
    border-radius: 0;
}

.img-responsive {
    width: 100%;
    border-radius: 15px;
}

.tour-details-wrapper .tour-details-sidebar .tour-sidebar-items {
    padding: 20px;
}

.breadcrumb-wrapper::before {
    background: #000000b0;
}

.xtable {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 15px;
  border-radius: 14px;
  overflow: hidden;
  background-color: #fdfdfd;
}

.xtable th {
  padding: 16px 20px;
  text-align: left;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  background: linear-gradient(0deg, #216b8f, #3a9bd8);
  vertical-align: middle;
  text-align: center;  
}

.xtable td {
  padding: 14px 1px;
  transition: background 0.3s ease;
  color: #333;
  vertical-align: middle;
  text-align: center;  

}

/* Striped rows */
.xtable tbody tr:nth-child(odd) td {
  background-color: #ffffff;
}

.xtable tbody tr:nth-child(even) td {
  
  background-color: #f6f8fc;
}

/* Hover effect */
.xtable tbody tr:hover td {
  background-color: #e0f0ff;
  cursor: pointer;
  color: #1e3a8a;
}




.tour-details-wrapper .tour-details-items .details-content .faq-items .accordion-item .accordion-header .accordion-button span {
    color: #216b8f;
    font-weight: bolder;
}

.red {
    color: red;
}

.footer-section {
    transform: initial!important;
}

.round-corners {
    border-radius: 10px;
}

body {
    overflow-x: hidden!important;
}

.swiper {
    direction: ltr;
}

.marque-wrapper:last-child .swiper-horizontal {
    direction: rtl!important;
}

@media (max-width: 1199px) {
    .header-1.header-4 .header-main {
        padding-top: 25px;
        padding-bottom: 20px;
    }
    .header-logo img {
        margin-left: -30px;
    }
}

.xtable {
    width: 100%;
    max-width: 100%;
    zoom: 1;
}

@media (max-width: 575px) {
    .footer-bottom-1 .footer-bottom-wrapper {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .swiper {
        overflow: hidden !important;
    }
    .footer-logos .row>* {
        width: 50%;
    }
    .footer-wrapper .row>* {
        width: 50%;
    }

    .footer-wrapper .row .col-xl-5:first-child {
        width: 100%;
    }

    .footer-wrapper .row .col-md-4:last-child {
        width: 100%;
    }
    .footer-wrapper {
        padding-top: 0px;
    }

    .apps-items a {
        width: calc(50% - 5px);
        display: inline-block;
        float: left;
    } 

    .apps-items a:first-child {
        margin-right: 10px;
    }

    .apps-items a img {
        width: 100%;
    }   
}


.faq-items .accordion-item .accordion-header .accordion-button::after {
    display: none;
}

del {
    font-size: 75%;
}

.share-tour {
    text-align: left!important;
}

.gold-star {
    color: #d8a200;
    white-space: nowrap;
}



div:where(.swal2-container) {
    z-index: 99999999;
}

.hero-4 {
    height: 500px;
    overflow: hidden;
}

.section-padding {
    padding-top: 60px;
}

.marque-wrapper .marque-text {
    font-size: 32px;
    line-height: 1.2;
}

.testimonial-box-items-4, .clinet-box-3 {
    zoom: 1;
}

.hotel-preview img {
    border-radius: 10px;
    margin-right: 10px;
    float: left;
}

.breadcrumb-wrapper .page-heading h1 {
    font-size: 25px;
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li a {
    font-size: 17px;
}

.tour-details-wrapper .tour-details-items .details-content h2 {
    font-size: 35px;
}

.share-widget {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
}

.share-widget .share-title {
    font-size: 14px;
    font-weight: 600;
    color: #495057;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.share-widget .share-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.share-widget .share-btn {
    flex: 1;
    min-width: 100px;
    padding: 12px 16px;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    text-decoration: none;
    color: white;
    zoom: 1;
}

.share-widget .share-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    color: white;
}

.share-widget .share-btn i {
    font-size: 16px;
}

.share-widget .btn-facebook {
    background: #1877f2;
}

.share-widget .btn-whatsapp {
    background: #25d366;
}

.share-widget .btn-sms {
    background: #00d4ff;
}

.share-widget .btn-print {
    background: #6c757d;
}

.share-widget .btn-email {
    background: #ea4335;
}

.share-widget .btn-copy {
    background: #6366f1;
}

.toast-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
}

.tour-details-items br {
    display: none!important;
}

.tour-details-items p {
    margin-bottom: -3px!important;
}

.tour-details-items p span {
    font-family: inherit!important;
}

@media print {
  @page {
    margin: 5mm;
  }

  body {
    margin: 0;
    padding: 0;
    direction: rtl;
    text-align: right;
  }

  td {
    padding: 0!important;
  }

  .container {
    width: 100% !important;
    max-width: none !important;
  }

  .tour-details-wrapper .tour-details-items .details-content h2 {
    margin: 0!important;
    font-size: 25px;
    font-weight: bolder;
  }
}

.esim-countries {

}


.countries-item {
    float: left;
    width: 20%;
    height: 100px;
    padding: 10px;
    line-height: 12px;    
    text-align: center;
}

.countries-item img {
    width: auto;
    height: 30px;
    display: block;
    margin: 0 auto;
    margin-bottom: 8px;
}


.countries-item span {
    font-size: 12px;
}

.offer-item {
    border: 1px solid #ddd;
    margin: 6px;
    width: calc(20% - 12px);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
}

@media(max-width: 768px) {
    .offer-item {
        width: calc(100% - 6px);
    }    
}

.tour-details-items h2,
.tour-details-items h3,
.tour-details-items h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.testimonial-box-items-4, .clinet-box-3 {
    zoom: 1;
    margin-bottom: 30px;
}

.clinet-box-3 h5 {
    margin-bottom: 30px;
}

.mobile-only,
.header-main .main-menu ul li.mobile-only {
    display: none !important;
}

.mean-container .mean-nav ul li.mobile-only,
.offcanvas__info .mobile-menu li.mobile-only {
    display: block !important;
}

.accordion-body {
    line-height: 2.5; /* increase spacing between lines */
}

.accordion-body br {
    display: block!important;
}

.faq-items .accordion-item .accordion-collapse .accordion-body {
    padding-left: 30px;
    padding-top: 15px;
    color: #504E4E;
    background: var(--white);
    line-height: 25px;
    font-size: 14px;
}

@media(max-width: 768px) {
    .tour-details-wrapper .tour-table-wrap {
        width: 100%;
        max-width: 100%;
        overflow-x: visible !important;
    }

    .tour-details-wrapper .tour-data-table,
    .tour-details-wrapper .xtable {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        table-layout: fixed;
        zoom: 1 !important;
        font-size: 14px;
    }

    .xtable th,
    .xtable td {
        padding: 12px 10px;
        white-space: normal;
        word-break: break-word;
        overflow-wrap: break-word;
    }

    .xtable .hotel-preview img {
        float: none;
        margin: 0;
    }

    .xtable .gold-star {
        white-space: nowrap;
    }
}

/* Tour detail readability */
.breadcrumb-wrapper .page-heading h1 {
    max-width: 980px;
    margin: 0 auto;
    font-size: 34px;
    line-height: 1.3;
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li a {
    font-size: 15px;
    line-height: 1.45;
}

.tour-page {
    padding-top: 48px !important;
}

.tour-page .row.g-5 {
    row-gap: 32px;
}

.tour-details-wrapper .tour-details-items .details-content h2 {
    font-size: 30px;
    line-height: 1.35;
    margin-bottom: 18px;
}

.tour-section-title,
.tour-details-items h2.tour-section-title {
    margin: 36px 0 16px;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 800;
    color: var(--header);
}

.tour-description {
    color: #384848;
    font-size: 16px;
    line-height: 1.78;
    margin-bottom: 26px;
}

.tour-description,
.tour-description p,
.tour-description span,
.tour-description div,
.tour-description li {
    font-family: "Cairo", sans-serif !important;
    font-size: 16px !important;
    line-height: 1.78 !important;
    color: #384848 !important;
    letter-spacing: 0 !important;
}

.tour-description p,
.tour-page .tour-details-items p {
    margin-bottom: 12px !important;
}

.tour-description br {
    display: initial !important;
}

.tour-description img,
.accordion-body img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-inline: 4px;
}

.tour-table-wrap {
    width: 100%;
    max-width: 100%;
    margin-bottom: 34px;
    border-radius: 8px;
    overflow: visible !important;
    -webkit-overflow-scrolling: touch;
}

.tour-data-table,
.xtable {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    table-layout: fixed;
    border: 1px solid rgba(34, 106, 143, 0.16);
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(18, 43, 54, 0.08);
}

.xtable th {
    padding: 12px 13px;
    font-size: 13px;
    line-height: 1.35;
    text-transform: none;
    letter-spacing: 0;
    background: #226a8f;
    white-space: normal;
    word-break: normal;
    overflow-wrap: anywhere;
    text-align: start;
}

.xtable td {
    min-width: 0;
    padding: 12px 13px;
    font-size: 13.5px;
    line-height: 1.58;
    white-space: normal;
    word-break: normal;
    overflow-wrap: anywhere;
    text-align: start;
}

.tour-data-table th,
.tour-data-table td {
    border-bottom: 1px solid rgba(34, 106, 143, 0.12);
}

.tour-data-table th + th,
.tour-data-table td + td {
    border-inline-start: 1px solid rgba(34, 106, 143, 0.12);
}

.tour-data-table tbody tr:last-child td {
    border-bottom: 0;
}

.tour-data-table tbody tr:hover td {
    background-color: #f2f8fb;
    color: #273b3b;
    cursor: default;
}

.tour-cell-value {
    display: block;
    min-width: 0;
    overflow-wrap: anywhere;
}

.tour-cell-value--hotel {
    width: 100%;
}

.hotel-preview {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    min-width: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    text-align: start;
    cursor: pointer;
}

.hotel-preview img,
.xtable .hotel-preview img {
    flex: 0 0 64px;
    width: 64px;
    height: 64px;
    margin: 0;
    float: none;
    border-radius: 8px;
    object-fit: cover;
}

.hotel-preview__body {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 4px;
}

.hotel-preview__body strong {
    font-size: 14px;
    line-height: 1.4;
    color: var(--header);
    overflow-wrap: anywhere;
}

@media (max-width: 991px) {
    .tour-table-wrap {
        margin-bottom: 28px;
    }

    .tour-data-table {
        display: block;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        table-layout: auto;
    }

    .tour-data-table thead {
        display: none;
    }

    .tour-data-table tbody {
        display: grid;
        width: 100%;
        gap: 12px;
    }

    .tour-data-table tr {
        display: block;
        width: 100%;
        overflow: hidden;
        border: 1px solid rgba(34, 106, 143, 0.16);
        border-radius: 8px;
        background: #fff;
        box-shadow: 0 10px 24px rgba(18, 43, 54, 0.06);
    }

    .tour-data-table td {
        display: grid;
        width: 100% !important;
        grid-template-columns: minmax(105px, 32%) minmax(0, 1fr);
        gap: 10px;
        align-items: start;
        padding: 12px 14px;
        border: 0 !important;
        border-bottom: 1px solid rgba(34, 106, 143, 0.12) !important;
        background: #fff !important;
        font-size: 13.5px;
        line-height: 1.58;
        text-align: start !important;
    }

    .tour-data-table td:last-child {
        border-bottom: 0 !important;
    }

    .tour-data-table td::before {
        content: attr(data-label);
        min-width: 0;
        color: var(--theme-color);
        font-size: 13px;
        font-weight: 800;
        line-height: 1.45;
        overflow-wrap: anywhere;
    }

    .tour-data-table .tour-cell-value {
        min-width: 0;
    }

    .tour-data-table .hotel-preview {
        align-items: flex-start;
        gap: 10px;
    }

    .tour-data-table .hotel-preview img,
    .xtable .hotel-preview img {
        flex: 0 0 54px;
        width: 54px;
        height: 54px;
    }

    .tour-data-table .hotel-preview__body strong {
        font-size: 13.5px;
    }
}

.tour-empty-state {
    margin-bottom: 30px;
    padding: 16px 18px;
    border: 1px solid rgba(34, 106, 143, 0.16);
    border-radius: 8px;
    background: #f6f9fb;
    color: #425252;
    font-size: 15px;
    line-height: 1.6;
}

.tour-box-items {
    border-radius: 8px;
    overflow: hidden;
}

.tour-box-items .thumb {
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.tour-box-items .thumb img {
    width: 100%;
    height: 100%;
    border-radius: 0;
    object-fit: contain;
}

.tour-box-items .content {
    padding: 20px;
}

.tour-box-items .content span {
    font-size: 13px;
    line-height: 1.4;
}

.tour-box-items .content h4 {
    margin-bottom: 14px;
    font-size: 19px;
    line-height: 1.4;
}

.tour-box-items .content h6 {
    font-size: 14px;
    line-height: 1.55;
}

.tour-box-items .content .list li {
    font-size: 14px;
    line-height: 1.5;
}

.tour-details-wrapper .tour-details-items .details-content .faq-items {
    margin-top: 36px;
}

.faq-items .accordion-item {
    border-radius: 8px;
    overflow: hidden;
}

.faq-items .accordion-item .accordion-header .accordion-button {
    min-height: 54px;
    padding: 16px 20px;
    font-size: 16px;
    line-height: 1.5;
}

.faq-items .accordion-item .accordion-header .accordion-button::after {
    display: block;
    margin-inline-start: auto;
}

.faq-items .accordion-item .accordion-collapse .accordion-body,
.accordion-body {
    padding: 16px 22px 22px;
    color: #3f4e4e;
    font-size: 15px;
    line-height: 1.76;
}

.accordion-body,
.accordion-body p,
.accordion-body span,
.accordion-body li {
    font-size: 15px !important;
    line-height: 1.76 !important;
}

.accordion-body br {
    display: initial !important;
}

.share-widget {
    border: 1px solid rgba(34, 106, 143, 0.12);
    border-radius: 8px;
    background: #f7fafb;
}

.share-widget .share-buttons {
    gap: 8px;
}

.share-widget .share-btn {
    min-height: 44px;
    min-width: 118px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.2;
}

.tour-details-wrapper .tour-details-sidebar .tour-sidebar-items {
    border-radius: 8px;
    background: #f2f6f8;
    box-shadow: 0 14px 34px rgba(18, 43, 54, 0.08);
}

.tour-details-wrapper .tour-details-sidebar .tour-sidebar-items h4 {
    font-size: 18px;
    line-height: 1.45;
}

.tour-details-wrapper .tour-details-sidebar .tour-sidebar-items h3 {
    font-size: 19px;
    line-height: 1.45;
}

.client-review-items .clinet-box-3 {
    border-radius: 8px;
    padding: 26px;
}

.client-review-items .clinet-box-3 h5 {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0;
}

@media (max-width: 991px) {
    .tour-page {
        padding-top: 36px !important;
    }

    .tour-details-wrapper .tour-details-items .details-content h2 {
        font-size: 28px;
    }

    .tour-details-wrapper .tour-details-sidebar .tour-sidebar-items {
        margin-top: 4px;
    }
}

@media (max-width: 575px) {
    .breadcrumb-wrapper {
        padding-top: 86px;
        padding-bottom: 54px;
    }

    .breadcrumb-wrapper .page-heading h1 {
        font-size: 24px;
        line-height: 1.35;
    }

    .tour-details-wrapper .tour-details-items .details-content h2 {
        font-size: 24px;
        line-height: 1.38;
    }

    .tour-section-title,
    .tour-details-items h2.tour-section-title {
        font-size: 21px;
        line-height: 1.4;
    }

    .tour-description,
    .tour-description p,
    .tour-description span,
    .tour-description div,
    .tour-description li {
        font-size: 15px !important;
        line-height: 1.72 !important;
    }

    .tour-data-table {
        min-width: 0 !important;
    }

    .tour-data-table tbody {
        gap: 10px;
    }

    .tour-data-table td {
        grid-template-columns: minmax(0, 1fr);
        gap: 5px;
        padding: 11px 12px;
        font-size: 13px;
        line-height: 1.55;
    }

    .tour-data-table td::before {
        font-size: 12.5px;
    }

    .tour-data-table .hotel-preview {
        gap: 9px;
    }

    .tour-data-table .hotel-preview img,
    .xtable .hotel-preview img {
        flex-basis: 48px;
        width: 48px;
        height: 48px;
    }

    .breadcrumb-wrapper .page-heading .breadcrumb-items li a {
        font-size: 14px;
    }

    .share-widget {
        padding: 16px;
    }

    .share-widget .share-btn {
        flex: 1 1 calc(50% - 8px);
        min-width: 0;
        padding: 12px 10px;
        font-size: 13px;
    }

    .tour-details-wrapper .tour-details-sidebar .tour-sidebar-items {
        padding: 18px;
    }

    .client-review-items .clinet-box-3 {
        padding: 20px;
    }

    #whatsapp-chat {
        left: auto !important;
        right: 16px !important;
        bottom: 18px !important;
    }

    #whatsapp-chat a {
        width: 56px !important;
        height: 56px !important;
        justify-content: center !important;
        padding: 0 !important;
        border-radius: 50% !important;
        color: transparent !important;
        font-size: 0 !important;
        overflow: hidden !important;
    }

    #whatsapp-chat a svg {
        width: 27px !important;
        height: 27px !important;
        margin: 0 !important;
        fill: white !important;
    }
}

/* Production readability and interaction fixes */
html {
    scroll-behavior: smooth;
}

body {
    font-size: 15px;
    line-height: 1.65;
}

.preloader {
    display: none !important;
    pointer-events: none !important;
}

.wow {
    visibility: visible !important;
    animation-name: none !important;
    animation-delay: 0s !important;
}

h1,
.breadcrumb-wrapper .page-heading h1,
.hero-content h1 {
    font-size: 34px;
    line-height: 1.25;
    letter-spacing: 0;
}

h2,
.section-title h2,
.section-title-area .section-title h2 {
    font-size: 28px;
    line-height: 1.32;
    letter-spacing: 0;
}

h3,
.footer-widget-items .widget-title h3 {
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0;
}

h4,
h5,
h6 {
    letter-spacing: 0;
}

p,
li,
.list-items li a,
.top-left li,
.main-menu ul li a,
.tour-box-items .content,
.trending-destinations-card-items .destinations-img .destinations-content .title span {
    font-size: 15px;
    line-height: 1.65;
}

.theme-btn,
.theme-btn span,
button,
input,
textarea,
select {
    font-size: 14px;
    letter-spacing: 0;
}

.section-padding {
    padding-top: 56px;
    padding-bottom: 56px;
}

.hero-4 {
    height: auto;
    min-height: 430px;
}

.hero-4 .hero-items {
    min-height: 430px;
}

.trending-destination-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.trending-destination-link:hover {
    color: inherit;
}

.trending-destinations-card-items {
    cursor: pointer;
}

.trending-destinations-card-items .destinations-img .icon span {
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 50%;
    background-color: var(--theme-color-2);
    color: var(--white);
    text-align: center;
    display: inline-block;
}

.trending-destinations-card-items .destinations-img .icon span i {
    transform: rotate(-40deg);
}

.trending-destinations-card-items .destinations-img .destinations-content .title span {
    font-weight: 600;
    padding: 10px 18px;
    background-color: var(--white);
    display: inline-block;
    border-radius: 72px;
    color: var(--header);
}

.accordion-collapse {
    display: block;
}

.accordion-button {
    font-size: 15px;
    line-height: 1.45;
}

.accordion-body {
    font-size: 14px !important;
    line-height: 1.72 !important;
}

@media (max-width: 991px) {
    h1,
    .breadcrumb-wrapper .page-heading h1,
    .hero-content h1 {
        font-size: 28px;
        line-height: 1.28;
    }

    h2,
    .section-title h2,
    .section-title-area .section-title h2 {
        font-size: 24px;
        line-height: 1.35;
    }

    .section-padding {
        padding-top: 44px;
        padding-bottom: 44px;
    }
}

@media (max-width: 575px) {
    body {
        font-size: 14px;
        line-height: 1.62;
    }

    h1,
    .breadcrumb-wrapper .page-heading h1,
    .hero-content h1 {
        font-size: 24px;
        line-height: 1.32;
    }

    h2,
    .section-title h2,
    .section-title-area .section-title h2 {
        font-size: 21px;
        line-height: 1.35;
    }

    h3,
    .footer-widget-items .widget-title h3 {
        font-size: 18px;
    }

    p,
    li,
    .list-items li a,
    .top-left li,
    .main-menu ul li a {
        font-size: 14px;
        line-height: 1.62;
    }

    .theme-btn,
    .theme-btn span,
    button,
    input,
    textarea,
    select {
        font-size: 13px;
    }

    .hero-4,
    .hero-4 .hero-items {
        min-height: 360px;
    }
}

.trending-destinations-card-items .destinations-img::before,
.trending-destinations-card-items:hover .destinations-img::before {
    content: none !important;
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

.trending-destination-link {
    position: relative;
    z-index: 2;
    display: block;
}

/* Arabic RTL polish pass */
html[dir="rtl"],
html[dir="rtl"] body {
    direction: rtl;
    text-align: right;
}

body {
    overflow-wrap: anywhere;
}

a[href^="tel:"],
a[href^="mailto:"],
.phone-ltr,
input[type="tel"],
input[type="email"] {
    direction: ltr !important;
    unicode-bidi: isolate !important;
    text-align: left !important;
}

.header-top-wrapper,
.header-top-wrapper .top-left,
.footer-bottom-1 .footer-bottom-wrapper,
.contact-items,
.review-wrap-area,
.head-area {
    direction: rtl;
}

.header-top-wrapper .top-left li,
.footer-widget-items,
.footer-widget-items .list-items li,
.contact-info-content,
.contact-content,
.tour-box-items .content,
.single-blog-post .post-content,
.article-page,
.tour-details-wrapper,
.hotel-modal {
    text-align: start;
}

.header-top-wrapper .top-left li i,
.footer-widget-items .list-items li a::before,
.tour-box-items .content .list li i,
.single-blog-post .post-content .post-meta span i {
    margin-inline-end: 7px;
    margin-inline-start: 0;
}

.main-menu ul li a,
.mean-container .mean-nav ul li a {
    text-align: right;
}

.theme-btn,
.share-widget .share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.theme-btn i,
.share-widget .share-btn i {
    margin: 0;
}

.breadcrumb-wrapper .page-heading .breadcrumb-items {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0;
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li {
    display: inline-flex;
    align-items: center;
    margin: 0;
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li i {
    font-size: 12px;
    opacity: .8;
}

.section-title p,
.section-title-area p,
.contact-info-content p,
.contact-content p,
.article-content,
.tour-description,
.accordion-body,
.list-group-item {
    text-align: start;
}

.section-title p,
.section-title-area p {
    max-width: 760px;
    margin-inline: auto;
}

.contact-info-content p br {
    display: none;
}

.contact-form-items input,
.contact-form-items textarea {
    width: 100%;
    text-align: right;
    direction: rtl;
}

.contact-form-items textarea {
    min-height: 150px;
    resize: vertical;
}

.list-group,
.list-group-item {
    direction: rtl;
}

.list-group-item {
    padding: 13px 0;
    line-height: 1.8;
    background: transparent;
}

.article-page .container {
    max-width: 920px;
}

.article-page .article-image {
    display: block;
    width: min(100%, 620px);
    height: auto;
    margin-inline: auto;
}

.article-page h2 {
    text-align: start;
}

.article-content {
    color: #374747;
    font-size: 15.5px;
    line-height: 1.9;
}

.hotel-modal {
    direction: rtl;
}

.hotel-modal .hotel-gallery {
    direction: rtl;
}

.hotel-modal .hotel-stars {
    direction: ltr;
    unicode-bidi: isolate;
    text-align: right;
}

#whatsapp-chat a {
    direction: rtl;
    font-family: "Cairo", Arial, sans-serif;
}

#whatsapp-chat a svg {
    margin-inline-end: 8px;
    margin-inline-start: 0;
}

.toast-container {
    right: auto;
    left: 20px;
}

.toast,
.swal2-popup {
    direction: rtl;
    text-align: right;
    font-family: "Cairo", sans-serif;
}

.tour-box-items .content h4 a,
.single-blog-post .post-content h2 a,
.footer-widget-items .list-items li a {
    overflow-wrap: anywhere;
}

.tour-box-items,
.trending-destinations-card-items,
.single-blog-post,
.clinet-box-3 {
    height: 100%;
}

.trending-destinations-card-items .destinations-img .icon {
    pointer-events: none;
}

@media (max-width: 1199px) {
    .header-logo img {
        margin-left: 0 !important;
        margin-inline-start: 0;
    }

    .offcanvas__info {
        direction: rtl;
        text-align: right;
    }
}

@media (max-width: 767px) {
    .header-top-section {
        display: none;
    }

    .contact-section .row.g-4 {
        row-gap: 28px;
    }

    .contact-info .contact-items {
        align-items: flex-start;
    }

    .footer-wrapper .row>* {
        width: 100%;
    }

    .footer-widget-items {
        margin-bottom: 24px;
    }

    .footer-bottom-1 .footer-bottom-wrapper {
        text-align: center;
    }

    .article-content,
    .accordion-body,
    .tour-description {
        font-size: 14.5px !important;
        line-height: 1.78 !important;
    }
}

.share-tour {
    text-align: right !important;
}

.countries-item {
    float: right;
}

.apps-items a {
    float: none;
}

.faq-items .accordion-item .accordion-collapse .accordion-body {
    padding-inline: 22px;
}

.toast-header .me-auto {
    margin-right: 0 !important;
    margin-left: auto !important;
}

/* Remove blocking hover layers and keep accordion content always open */
.accordion-button::after,
.accordion-button:not(.collapsed)::after,
.faq-items .accordion-item .accordion-header .accordion-button::after,
.faq-items .accordion-item .accordion-header .accordion-button:not(.collapsed)::after,
.destination-details-wrapper .details-post .details-content .faq-items .accordion-item .accordion-header .accordion-button::after,
.destination-details-wrapper .details-post .details-content .faq-items .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    content: none !important;
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    background-image: none !important;
}

.accordion-collapse,
.accordion-collapse.collapse,
.accordion-collapse.collapsing,
.accordion-collapse:not(.show) {
    display: block !important;
    height: auto !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.accordion-button,
.accordion-button.collapsed {
    cursor: default;
    background: var(--white);
    box-shadow: none !important;
}

.trending-destinations-card-items .destinations-img::before,
.trending-destinations-card-items:hover .destinations-img::before,
.tour-box-items::before,
.tour-box-items::after,
.tour-box-items .thumb::before,
.tour-box-items .thumb::after,
.tour-box-items:hover::before,
.tour-box-items:hover::after,
.tour-box-items:hover .thumb::before,
.tour-box-items:hover .thumb::after {
    content: none !important;
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

.trending-destinations-card-items .destinations-img .icon,
.trending-destinations-card-items:hover .destinations-img .icon {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

/* Tour detail two-column layout */
.tour-page .tour-layout-row,
.tour-page .tour-main-column,
.tour-page .tour-sidebar-column,
.tour-page .tour-details-items,
.tour-page .details-content,
.tour-page .tour-description,
.tour-page .faq-items,
.tour-page .tour-table-wrap,
.tour-page .tour-data-table {
    min-width: 0;
}

.tour-page .tour-description,
.tour-page .accordion-body {
    max-width: 100%;
    overflow-wrap: break-word;
    word-break: normal;
}

.tour-page .tour-description table,
.tour-page .accordion-body table,
.tour-page .tour-description img,
.tour-page .accordion-body img {
    max-width: 100% !important;
}

@media (min-width: 992px) {
    .tour-page .tour-layout-row {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
        align-items: start;
        column-gap: 32px;
        row-gap: 32px;
        direction: rtl;
        margin-left: 0;
        margin-right: 0;
    }

    .tour-page .tour-main-column,
    .tour-page .tour-sidebar-column {
        width: auto !important;
        max-width: 100% !important;
        flex: none !important;
        padding-left: 0;
        padding-right: 0;
    }

    .tour-page .tour-main-column {
        grid-column: 1;
    }

    .tour-page .tour-sidebar-column {
        grid-column: 2;
    }
}

@media (max-width: 991px) {
    .tour-page .tour-layout-row {
        display: block !important;
    }

    .tour-page .tour-sidebar-column {
        margin-top: 28px;
    }
}

.trending-destination-link,
.tour-card-link {
    position: relative;
    z-index: 3;
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.trending-destination-link:hover,
.tour-card-link:hover {
    color: inherit;
    text-decoration: none;
}

.tour-card-link .thumb,
.tour-card-link .content,
.tour-card-link .content * {
    pointer-events: none;
}
