body{
                                                                                                                        }
            /*----------main color------------*/
        .text-blue-1,
        .header .header-menu .menu .subnav > li > a:hover,
        .bravo_wrap .footer .menu-footer .menu__nav li .subnav > li > a:hover,
        .desktopMenu .menu a:hover,
        .desktopMenu .menu .subnav__backBtn a,
        .hotel_rooms_form .nav-enquiry .enquiry-item.active span,
        .bravo_single_book .nav-enquiry .enquiry-item.active span,
        .pricing-table .title{
            color: #2939fb;
        }

        .tabs.-underline .tabs__controls .tabs__button:hover,
        .tabs.-pills-2 .tabs__controls .tabs__button:hover,
        .tabs.-bookmark-2 .tabs__button:hover,
        .sidebar.-dashboard .sidebar__button.-is-active,
        .tabs.-underline-2 .tabs__controls .tabs__button.is-tab-el-active,
        .accordion.-db-sidebar .accordion__item.is-active .sidebar__button,
        .tabs.-underline-2 .tabs__controls .tabs__button:hover{
            color: #2939fb !important;
        }

        .pagination.-dots .pagination__item.is-active,
        .button.-outline-blue-1:hover,
        .form-checkbox:hover input ~ .form-checkbox__mark,
        .pricing-tabs .tab-btns:before,
        .tabs.-underline-2 .tabs__controls .tabs__button::after{
            background-color: #2939fb;
        }

        .bg-blue-1,
        .button.-blue-1:hover,
        .tabs.-pills-2 .tabs__controls .tabs__button.is-tab-el-active,
        .tourTypeCard.-type-1:hover,
        .noUi-connect,
        .accordion.-map .accordion__item.is-active .accordion__icon,
        .form-checkbox input:checked ~ .form-checkbox__mark{
            background-color: #2939fb !important;
        }

        .button.-blue-1:hover,
        .border-blue-1,
        .button.-outline-blue-1,
        .noUi-handle,
        .hotel_rooms_form .nav-enquiry .enquiry-item.active span,
        .bravo_single_book .nav-enquiry .enquiry-item.active span,
        .form-checkbox input:checked ~ .form-checkbox__mark,
        .pricing-table .inner-box:hover, .pricing-table.tagged .inner-box{
            border-color: #2939fb;
        }
        /*-----------end main color------------*/
    
            
    .header .header-logo img {
    width: 200px;
    /* padding: 5px; */
    padding-top: 30px;
    padding-bottom: 5px;
}
.header {
    height:100px;
}
.header .header-logo {
    padding-bottom: 5px;
}
@media (max-width: 767px) {
  .header .header-logo img {
    max-width: 240px;
  }}
 
.circwi{font-size:24px}

.y-gap-40 {
  margin-top: -20px;
  margin-bottom: 20px;
}

.text-22 .fw-500{display:none;}

.image-container {
  display: flex; /* Use Flexbox to align images side by side */
  gap: 10px; /* Add spacing between the images */
  flex-wrap: wrap; /* Allow images to wrap to the next line on smaller screens */
}

.image-container img {
  max-width: 45%; /* Ensure images are responsive and don't overflow */
  height: auto; /* Maintain aspect ratio */
  flex: 1 1 45%; /* Allow images to grow and shrink, with a base width of 45% */
}

/* Container & Title */
.comb-table-container {
  margin-top: 30px;
  padding-top: 10px;
  border-top: 2px solid #ccc;
  font-family: Arial, sans-serif;
}

.comb-table-title {
  color: #e67e22;
  font-size: 24px;
  margin-bottom: 15px;
}

/* Table Styles */
.comb-table-istanbul {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.comb-table-istanbul thead th {
  background-color: #e67e22;
  color: #fff;
  padding: 10px;
  border: 1px solid #ddd;
  text-align: center;
}

.comb-table-istanbul tbody td {
  padding: 10px;
  border: 1px solid #ddd;
  text-align: center;
}

/* Date group header row */
.comb-table-istanbul .date-group td {
  background-color: #f2f2f2;
  font-weight: bold;
  text-align: left;
  padding: 12px;
  border: 1px solid #ddd;
}

/* Alternate row shading within each group */
.comb-table-istanbul tbody tr:not(.date-group):nth-child(odd) {
  background-color: #fff;
}
.comb-table-istanbul tbody tr:not(.date-group):nth-child(even) {
  background-color: #f9f9f9;
}

/* Right align numerical cells for uniformity */
.num-cell {
  text-align: center;
}

    /* Container */
    .container {
      max-width: 1200px;
      margin: 20px auto;
      padding: 0 20px;
    }
    /* About Section */
    .about-section {
      background: #fff;
      padding: 40px;
      border-radius: 8px;
      box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    }
    .about-section h2 {
      color: #008cba;
      margin-bottom: 20px;
    }
    .about-section p {
      margin-bottom: 20px;
    }
    .about-section img {
      max-width: 100%;
      border-radius: 8px;
      margin-top: 20px;
    }
    /* Responsive Layout for About Section */
    @media(min-width: 768px) {
      .about-section {
        display: flex;
        align-items: center;
      }
      .about-content {
        flex: 1;
        padding-right: 20px;
      }
      .about-image {
        flex: 1;
      }
    }
    
    /* china trip css*/
    .china-tour-container {
  max-width: 800px;
  margin: auto;
  font-family: Arial, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  background-color: #fff;
  padding: 20px;
}

.comb-table-china {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

.comb-table-china thead {
  background-color: #e67e22;
  color: white;
}

.comb-table-china th,
.comb-table-china td {
  padding: 10px;
  border: 1px solid #ddd;
  text-align: center;
}

.comb-table-china tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

/* kula lamba css */
.kuala-tour-container {
  max-width: 800px;
  margin: auto;
  font-family: Arial, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  background-color: #fff;
  padding: 20px;
}

.comb-table-kuala {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

.comb-table-kuala thead {
  background-color: #e67e22;
  color: white;
}

.comb-table-kuala th,
.comb-table-kuala td {
  padding: 10px;
  border: 1px solid #ddd;
  text-align: center;
}

.comb-table-kuala tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

.num-cell {
  font-weight: bold;
  text-align: center;
}

.pricing-title {
  color: #e67e22;
  font-size: 20px;
  margin-bottom: 10px;
}

.egypt-tour-container {
  max-width: 800px;
  margin: auto;
  font-family: Arial, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  background-color: #fff;
  padding: 20px;
}

.comb-table-egypt {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

.comb-table-egypt thead {
  background-color: #e67e22;
  color: white;
}

.comb-table-egypt th,
.comb-table-egypt td {
  padding: 10px;
  border: 1px solid #ddd;
  text-align: center;
}

.comb-table-egypt tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

/*  stylemd2 tour */
.morocco-tour-main-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 24px 40px;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.morocco-tour-chart-wrapper {
    position: relative;
    margin: 3em auto;
    max-width: 500px;
    min-height: 200px;
    width: 100%;
    height: auto;
    overflow: visible;
}

.morocco-tour-heading-level4 {
    font-size: 18px;
}

.morocco-tour-heading-level5 {
    font-size: 16px;
}

.morocco-tour-body-content {
    font-family: "Lora", "Georgia", serif;
    line-height: 1.7;
    color: #333;
    background-color: #fafafa;
    margin: 0 24px 0 24px;
    padding: 0;
    font-size: 16px;
    max-width: None;
}

.morocco-tour-main-content-area {
    max-width: 740px;
    margin: 40px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.morocco-tour-primary-headings {
    font-family: "Lato", "Helvetica Neue", "Arial", sans-serif;
    font-weight: 700;
    line-height: 1.3;
    color: #1a1a1a;
    font-size: 28px;
    margin-top: 24px;
    margin-bottom: 20px;
}

.morocco-tour-main-title {
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 24px;
}

.morocco-tour-section-title {
    font-size: 22px;
    margin-top: 2em;
    border-bottom: 2px solid #eee;
    padding-bottom: 0.3em;
}

.morocco-tour-sub-title {
    font-size: 20px;
    margin-top: 1.5em;
    color: #4a4a4a;
}

.morocco-tour-paragraph-text {
    font-size: 1.1em;
    margin-bottom: 1.2em;
}

.morocco-tour-responsive-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 1em auto;
    border-radius: 8px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    max-height: 280px;
}

.morocco-tour-link-style {
    color: #0073e6;
    text-decoration: none;
    border-bottom: 1px dotted #0073e6;
}

.morocco-tour-link-style:hover {
    color: #005bb5;
    border-bottom-style: solid;
}

.morocco-tour-table-of-contents {
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 1.5em 2em;
    margin: 2em 0;
}

.morocco-tour-table-of-contents .morocco-tour-section-title {
    border-bottom: none;
    margin-top: 0;
    font-size: 1.5em;
}

.morocco-tour-table-of-contents .morocco-tour-nav-list {
    list-style-type: none;
    padding-left: 0;
}

.morocco-tour-table-of-contents .morocco-tour-nav-list .morocco-tour-nav-item {
    margin-bottom: 0.5em;
}

.morocco-tour-table-of-contents .morocco-tour-nav-list .morocco-tour-nav-sublist {
    padding-left: 1.5em;
    margin-top: 0.5em;
}

.morocco-tour-quote-block {
    border-left: 3px solid #ccc;
    padding-left: 1.5em;
    margin-left: 0;
    font-style: italic;
    color: #666;
}

.morocco-tour-optional-activity {
    background-color: #eef7ff;
    border: 1px solid #cce4ff;
    padding: 1.5em;
    border-radius: 8px;
    margin-top: 2em;
}

@media only screen and (max-device-width: 768px) {
    .morocco-tour-body-content {
        padding: 0;
        margin: 0;
        font-family: PingFang SC;
        font-size: 15px;
        line-height: 1.5;
    }

    .morocco-tour-main-container {
        padding: 0;
        margin: 16px 20px 30px;
        box-shadow: none;
    }

    .morocco-tour-primary-headings,
    .morocco-tour-section-title,
    .morocco-tour-sub-title,
    .morocco-tour-heading-level4 {
        font-family: PingFang SC;
    }

    .morocco-tour-main-title {
        font-size: 1.87em;
        line-height: 1.6;
        margin-bottom: 0.5em;
        text-align: center;
    }

    .morocco-tour-section-title {
        font-size: 1.6em;
        font-weight: 600;
        margin-top: 1.3em;
        margin-bottom: 0.8em;
        border-bottom: 1px solid #eee;
        padding-bottom: 0.5em;
    }

    .morocco-tour-sub-title {
        font-size: 1.2em;
        font-weight: 600;
        margin-top: 1em;
        margin-bottom: 0.6em;
    }

    .morocco-tour-heading-level4 {
        font-size: 1.1em;
        font-weight: 500;
        margin-top: 1em;
        margin-bottom: 0.5em;
        font-style: normal;
    }

    .morocco-tour-heading-level5 {
        font-size: 1em;
        font-weight: 500;
        margin-bottom: 1.2em;
    }

    .morocco-tour-mobile-list {
        font-size: 1em;
        font-weight: 400;
        margin-bottom: 1.2em;
        line-height: 1.8;
    }

    .morocco-tour-paragraph-text {
        font-size: 1em;
        line-height: 1.8;
        font-weight: 400;
        margin-top: 0.8em;
        margin-bottom: 0.8em;
    }

    .morocco-tour-quote-block {
        padding: 1em 1.2em;
    }

    .morocco-tour-quote-block .morocco-tour-paragraph-text {
        margin: 0;
    }

    .morocco-tour-image-caption {
        margin-top: 0.5em;
        font-size: 0.8em;
        font-weight: 400;
        text-align: center;
        font-style: normal;
        color: #7F8896;
    }

    .morocco-tour-responsive-image {
        display: block;
        overflow: hidden;
        max-width: 100%;
        max-height: 335px;
        margin: 1em auto;
        border-radius: 8px;
    }
}
    
