body {
	font-family: "Cairo", sans-serif;
}

: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 20px;
  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: 0.8;
}

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

    .swiper {
        overflow: hidden !important;
        zoom: 0.7;
    }
    .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 {
    zoom: 0.5;
}

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

.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: 8px;
    text-decoration: none;
    color: white;
}

.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: 10px!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;
  }
}
