﻿

.header-logo img{
    width:120px;
    height:auto;
}


.about-logo img{
    width:120px;
    height:auto;
}






.package-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.08);
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.package-card:hover {
  box-shadow: 0 4px 15px rgba(0,0,0,0.12);
}

.package-img {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.package-info {
  padding: 10px 20px;
}

.package-title {
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 4px;
}

.duration {
  color: #ff9510;
  font-weight: 500;
  margin-bottom: 4px;
  font-size: 15px;
}

.destination {
  color: #333;
  margin-bottom: 15px;
}

.package-icons {
  display: flex;
  gap: 25px;
}

.icon-item {
  text-align: center;
  font-size: 14px;
  color: #333;
}

.icon-item i {
  display: block;
  font-size: 22px;
  margin-bottom: 5px;
  color: #111;
}

.package-price {
  padding: 10px;
}

.category-select {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  font-size: 14px;
  margin-bottom: 8px;
}

.category-select label {
  font-weight: 500;
  color: #333;
  margin-bottom: 0;
}

.package-price .form-select {
  width: 120px;
  padding: 4px 10px 4px 10px;
  font-size: 14px;
  border-radius: 6px;
  height: 30px;
}

.price-label {
  color: #444;
  font-size: 14px;
  margin-bottom: 2px;
}

.price {
  color: #000000;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 2px;
}

.price-note {
  font-size: 12px;
  color: #777;
  margin-bottom: 15px;
}

.package-buttons {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.package-buttons .btn {
  border-radius: 4px;
  font-size: 14px;
  padding: 6px 16px;
}

.btn-outline-dark {
  color: #000000;
  border: 1px solid #000000;
}

.btn-outline-dark:hover {
  background-color: #ff9510;
  color: #fff;
  border: 1px solid #ff9510;
}

.btn-primary {
  background-color: #ff9510;
  border-color: #ff9510;
}

.btn-primary:hover {
  background-color: #092f52;
}



.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
    z-index: 6;
}

.filter-sidebar {
  width: 100%;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  padding: 16px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.08);

}

.filter-header h6 {
  font-size: 13px;
  font-weight: 600;
  margin: 0 0 8px;
}

.filter-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 6px;
  margin-bottom: 10px;
}

.filter-title span {
  font-size: 17px;
  font-weight: 500;
  color: #000;
}

.filter-title .reset {
  color: #000;
  text-decoration: none;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.filter-section {
  margin-bottom: 10px;
}

.filter-section h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #000;
}

.filter-section label {
  display: block;
  font-size: 14px;
  color: #444;
  margin-bottom: 6px;
}

.filter-section input[type="checkbox"] {
  margin-right: 8px;
  accent-color: #009688;
  cursor: pointer;
}

.filter-section input[type="text"] {
  width: 100%;
  padding: 6px 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 13px;
}

.divider {
  height: 2px;
  background: #f2f2f2;
  margin: 10px 0;
}






.breadcumb-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5); 
  z-index: -1;
}



.search-input {
  width: 100%;
  border: none;
  outline: none;
  font-size: 15px;
  padding: 12px 40px 10px 30px !important;
  border-radius: 40px;
  background: #ffffff94 !important;
  height: 50px !important;
  line-height: 50px !important;
}

.search-input::placeholder {
  color: #777;
}

.search-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  font-size: 16px;
}



.title-area .sec-title::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 3px;
    background-color: #ff9510;
    border-radius: 2px;
}


.title-area .style1::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 15%;
    transform: translateX(-50%);
    width: 150px;
    height: 3px;
    background-color: #ff9510;
    border-radius: 2px;
}



.sub-title {
    display: block;
    color: #ff9c01;
    font-size: 20px;
    line-height: 40px;
    font-weight: 500;
    /* font-family: var(--style-font); */
    position: relative;
    margin-bottom: -4px;
}




.button.-type-1 {
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    /*text-transform: uppercase;*/
    border: 1px solid transparent;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}


.button.-type-1 .-icon {
    margin-right: 10px;
}


.gallery-area16{
    background-color: #000;
}




.hero-inner {
    position: relative;
    overflow: hidden;
}

.th-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3); /* optional dark overlay */
    z-index: 0;
}


.copy-right{
    margin-bottom:0px;
}

.copy-right a{
    color:#ff9510;
}



.whatsapp {
  display: inline-block;
  position: fixed;
  right: 17px;
  bottom: 200px;
  background: limegreen;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff !important;
  text-align: center;
  line-height: 65px;
  z-index: 99999999999;
  animation: ripple-out 1.5s ease-in-out infinite;
}

.whatsapp i {
  font-size: 32px;
}
@keyframes ripple-out{
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }

  100% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}


.search-bar{
    display:flex;
    align-items:center;
    justify-content:space-between;
    flex-wrap:wrap;
}
.mobile-logo img{
    width:100px;
    height:auto;
}


.fixed-bottom-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #e0e0e0;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    z-index: 9999;
    padding: 15px 0;
}

/* Container Flex Layout */
.bar-container .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}

/* Tour Info */
.banner-title-details h1 {
    margin: 0 0 5px;
    font-weight: 600;
    font-size: 1.2rem;
    color: #1a2a5c;
}

.banner-sub-title-details p {
    margin: 0;
    font-size: 0.9rem;
    color: #555;
}

/* Category */
.tour-category label {
    display: block;
    margin-bottom: 5px;
    font-size: 0.85rem;
    color: #555;
}

.tour-category select {
    padding: 6px 12px;
    border-radius: 4px;
    border: 1px solid #ccc;
    font-size: 0.9rem;
    background-position: right 26px center;
    height: 38px;
}

/* Price Box */
.price-box {
    text-align: right;
}

.price-box .service_subheading {
    margin: 0;
    font-size: 0.8rem;
    color: #555;
}

.price-box .price {
    font-size: 1.1rem;
    font-weight: 600;
    color: #000000;
    display: block;
    margin: 2px 0;
}

/* Buttons */
.action-buttons a {
    display: inline-block;
    padding: 6px 16px;
    font-size: 0.9rem;
    border-radius: 4px;
    text-decoration: none;
    margin-left: 5px;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.btn-outline {
    background: transparent;
    color: #000000;
    border: 1px solid #000000;
}

.btn-outline:hover {
    background: #ff9510;
    color: #fff;
    border: 1px solid #ff9510;
}

.tour-action{
    display:flex;
    align-items:center;
    justify-content:space-around;
}

.tour-page-single{

background-color: #fff;

box-shadow: 0 1px 10px rgba(0, 0, 0, 0.08);

padding: 20px;

border: 1px solid #e6e6e6;

border-radius: 6px;
}



.package-includes {
  margin: 28px 0px;
  /* margin-top: 28px; */
}

.features {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.feature {
  text-align: center;
  color: #333;
  font-size: 14px;
}

.feature i {
  font-size: 28px;
  margin-bottom: 6px;
  display: block;
  color: #9b9b9b;
}



.itinerary-card {
  max-width: 900px;
  margin: auto;
}

.image-text {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.image-text img {
  max-width: 300px;
  height: auto;
  border-radius: 4px;
}

.text-content {
  flex: 1;
  min-width: 280px;
}

.text-content h3 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

.text-content ul {
  margin-top: 10px;
  padding-left: 20px;
}

.text-content li {
  margin-bottom: 6px;
}

.read-less {
  text-align: right;
  margin-top: 10px;
  color: #555;
  font-size: 14px;
  cursor: pointer;
}

.sightseeing {
  margin-top: 10px;
}


.tab-container {
  max-width: 900px;
  margin: auto;
  border-top: 1px solid #ccc;
  padding-top: 20px;
}

.tab-buttons {
  display: flex;
  gap: 20px;
  border-bottom: 2px solid #ccc;
  margin-bottom: 20px;
}

.tab-btn {
  background: none;
  border: none;
  padding: 10px 0;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  border-bottom: 3px solid transparent;
}

.tab-btn.active {
  border-bottom: 3px solid #000;
  color: #000;
}

.tab-content {
  animation: fadeIn 0.3s ease-in-out;
}

.tab-content.active {
  display: block;
}

.tab-content ul {
  padding-left: 20px;
}

.tab-content li {
  margin-bottom: 8px;
  list-style-type: disc;
  font-size: 15px;
  color: #000;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.package-details {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin: 20px 0;
}

.package-section {
    flex: 1 1 45%; 
}

.package-section h3 {
    color: #000000;
    margin-bottom: 10px;
    font-size: 22px;
}

.package-section ul {
    list-style-type: disc;
    margin-left: 0px;
    font-family: Arial, sans-serif;
    color: #333;
    line-height: 1.6;
    padding-left: 15px;
}

.package-section ul li {
    margin-bottom: 10px;
    padding-left: 0px;
}

@media (max-width: 768px) {
    .package-details {
        flex-direction: column;
    }
    .package-section {
        flex: 1 1 100%;
    }
}

@media (max-width: 768px) {
    .bar-container .row {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .price-box {
        text-align: center;
        margin-top: 10px;
    }
    .action-buttons {
        margin-top: 10px;
    }
}









@media (max-width:767px){
    .input-wrap{
        margin-top:-130px;
    }
    .search-bar {
    justify-content: center;
}
    .title-area .style1::after {
    left: 50%;

}
    .copy-right {
    text-align: center;
}
    .features {
    gap: 20px;

}
    .modal-body {
    padding: 20px !important;

}
    .header-layout1 .sticky-wrapper .menu-area {
    padding: 6px 0;
}
    .header-logo img {
    width: 100px;
    height: auto;
}
    .th-menu-toggle {
    width: 45px;
    height: 45px;

}
.luxury-section .row.mb-5 {
    margin-bottom:0px !important;
}
.luxury-section {
    padding: 0px 0 !important;
}
.about-contact-grid {
    padding: 0;

}
    .footer-widget.widget_meta a, .footer-widget.widget_pages a, .footer-widget.widget_archive a, .footer-widget.widget_categories a, .footer-widget.widget_nav_menu a {
        margin-bottom: 0px;
    }

    .widget-area {
    padding-top: 45px;

}
}











.dubai-packages-container {
      width: 350px;
      background-color: white;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }

    .dubai-packages-container h3 {
      margin-bottom: 20px;
      color: #333;
      font-size: 22px;
    }

    .dubai-package-card {
      border-bottom: 1px solid #e0e0e0;
      padding-bottom: 15px;
      margin-bottom: 15px;
    }

    .dubai-package-card:last-child {
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: 0;
    }

    .dubai-package-card img {
      width: 100%;
      border-radius: 5px;
      margin-bottom: 10px;
    }

    .package-title {
      font-weight: bold;
      font-size: 16px;
      margin: 5px 0;
      color: #333;
    }

    .package-duration {
      font-size: 14px;
      color: #ff9510;
    }

    .destination {
      font-size: 14px;
      margin: 5px 0;
    }

    .destination span {
      font-weight: bold;
      color: #1a237e;
    }

    .price {
      font-weight: bold;
      color: #000;
      margin: 10px 0;
      font-size: 16px;
    }

    .view-button {
      background-color: #ff9510;
      color: white;
      border: none;
      padding: 6px 16px;
      border-radius: 4px;
      cursor: pointer;
      text-decoration: none;
      display: inline-block;
      font-size: 15px;
    }

    .view-button:hover {
      background-color: #ffffff;
      color: #ff9510;
      border: 1px solid #ff9510;
    }




     .modal-dialog {
      max-width: 1000px;
    }

     .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 18px;
    }
    .modal-content {
      display: flex;
      flex-wrap: nowrap;
      min-height: 450px; /* keep modal height consistent */
    }

   #enquiryModal .form-control{
    height: 40px;
   }
    #enquiryModal .form-select, select {
    height: 40px;
}
    /* Image container */
    .modal-image-container {
      flex: 1;
      max-width: 100%;
      overflow: hidden;
      display: block; /* force show */
    }

    .modal-image-container img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      border-top-left-radius: 0.3rem;
      border-bottom-left-radius: 0.3rem;
    }

    /* Hide image on small screens */
    @media (max-width: 767.98px) {
      .modal-image-container {
        display: none;
      }
      .modal-content {
        flex-direction: column;
      }
    }

    /* Modal body form */
    .modal-body {
      flex: 1;
      padding: 0px;
      position: relative;
    }

    /* Custom close button */
    .btn-close-custom {
      position: absolute;
      top: 1rem;
      right: 1rem;
      font-size: 1.5rem;
      border: none;
      background: transparent;
      cursor: pointer;
    }

    /* Country code box */
    .country-code {
      background: #f2f2f2;
      border: 1px solid #ced4da;
      padding: 5px 10px;
      border-radius: 0.375rem;
      display: flex;
      align-items: center;
      font-size: 0.9rem;
      user-select: none;
      width: 89px;
    }

    /* Continue button */
    .btn-continue {
      background-color: #ff9510;
      color: white;
      padding: 0.5rem 1.5rem;
      border: none;
      border-radius: 0.375rem;
      font-weight: 600;
      margin-top: 1rem;
    }
    .btn-continue:hover {
      background-color: #ff9510;
      color: white;
    }

    .btn-close {
      position: absolute;
      top: -10px;
      right: -6px;
      font-size: 18px;
      border: none;
      background: #ff9510;
      cursor: pointer;
      opacity: unset;
      color: #fff;
      border-radius: 50%;
      line-height: 22px;
      height: 22px;
      width: 22px;
      text-align: center;
    }

    .nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    background-color: #f4f1e4;
    color: #000;
}

    .nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 20px;
    list-style: none;
    gap: 10px;
}

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #ff9510;
    border-color: #dee2e6 #dee2e6 #fff;
}



/*-------------------------------------about us----------------------------*/
  .luxury-section {
      padding: 60px 0;
    }

    .luxury-heading {
      font-size: 3rem;
      font-weight: 500;
      font-family: serif;
    }

    .luxury-description {
      /* max-width: 600px; */
      font-size: 15px;
      line-height: 1.7;
      margin-bottom: 10px;
      color: #000;
    }

    .book-btn {
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: 500;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      border: none;
      background: none;
      color: #000;
    }

    .book-btn span.circle-icon {
      width: 30px;
      height: 30px;
      border: 1px solid #000;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 14px;
    }

    .hotel-images img {
      width: 100%;
      height: auto;
      object-fit: cover;
      /* border-radius: 8px; */
    }

    @media (min-width: 768px) {
      .image-large {
        height: 500px;
      }

      .image-small {
        height: 240px;
        margin-bottom: 20px;
      }

   
    }

/*------------------------------------end-----------------------------------*/

