 @import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap");
ul.navigation {
  display: flex;
  flex-wrap: wrap; /* or nowrap if you want all items in one line with scroll */
  gap: 10px; /* space between buttons */
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.navigation li a {
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  background-color: #0052cc; /* blue background */
  color: #fff;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.3s ease;
}

ul.navigation li a:hover {
  background-color: #003f99; /* darker blue on hover */
}
ul.navigation li a i {
  margin-right: 6px;
}
@media (max-width: 768px) {
  ul.navigation {
    flex-direction: column;
    align-items: flex-start;
  }

  ul.navigation li {
    width: 100%;
  }
}
a {
    text-decoration: none !important;
}
 .top-header {
  background-color: #ddd;
  font-size: 17px;
  padding-top: 10px;
  padding-bottom: 10px;
}
/* Show dropdown menu on hover */
.top-header .dropdown:hover .dropdown-menu {
  display: block;
  visibility: visible;
  opacity: 1;
}

/* Smooth transition (optional) */
.dropdown-menu {
  display: none;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.2s linear;
}
/* Optional: give language/helpline dropdowns same look */
.top-header .dropdown-menu {
  min-width: 120px;
  padding: 10px 15px;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  margin-left: -270px !important;
  margin-top: -20px;
}

.top-header .dropdown-toggle {
  color: #000;
  text-decoration: none;
  font-weight: 500;
}

.top-header a {
  color: #000;
  font-weight: 500;
}

.top-header a:hover {
  text-decoration: underline;
}

.vertical-divider {
  height: 20px;
  width: 1px;
  background-color: #ccc;
  display: inline-block;
}

.cart-icon i {
  font-size: 25px !important;
  color: #333;
}

.cart-count {
  position: absolute;
  top: -6px;
  right: -22px !important;
  background-color: #014bae;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  border-radius: 50%;
  padding: 2px 5px;
}
.currency-dropdown {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 10px;
}
.currency-dropdown {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.currency-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.currency-option {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 6px 10px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.currency-option:hover {
  background-color: #f2f2f2;
}

.currency-option.active {

  border-color: #014bae;
  font-weight: bold;
}

.currency-option span {
  display: block;
  font-size: 12px;
  color: #888;
}
.dropdown {
  position: relative;
}

/* Apply to only specific dropdowns using class or attribute */
.dropdown-menu {
  min-width: auto !important;
  width: max-content;
  padding: 0.5rem 0.75rem;
}
.dropdown-menu {
  display: none;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 1050;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease-in-out;
}

.dropdown-menu {
  z-index: 1050; /* Same as Bootstrap's modal */
  position: absolute;
}
/* Make the dropdown compact */
.small-dropdown {
  width: max-content;
  padding: 0.5rem 1rem;
}

/* Specific for Helpline style */
/* .helpline-dropdown div {
  padding: 5px 0;
  font-size: 14px;
  white-space: nowrap;
}

.helpline-dropdown a {
  color: #000;
  text-decoration: none;
  margin-left: 5px;
}

.helpline-dropdown a:hover {
  text-decoration: underline;
}
.helpline-dropdown {
  left: 50% !important;
  transform: translateX(-50%);
} */

 .main-header .logo-box .logo img {
    display: inline-block;
    max-width: 100%;
    width: 249px;
    height: auto;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    margin-left: -76px;
    margin-top: -29px;
}
.row {
    
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -40px;
   
}
@media (max-width: 991.98px) {
    .nav-outer {
        display: none;
    }
    .nav-outer.show-menu {
        display: block;
        margin-top: 15px;
    }
    .mobile-nav-toggler {
        font-size: 26px;
        cursor: pointer;
        padding: 10px;
        color: #000;
    }
    .logo-box img {
        max-height: 200px;
        width: auto;
    }
    .main-header .logo-box .logo img {
    display: inline-block;
    max-width: 100%;
    width: 249px;
    height: auto;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    margin-left: -40px;
    margin-top: -29px;
}
}
/* @media screen and (min-width: 1020px){
  .main-header .main-menu .navigation > li > a {
    position: relative;
    display: block;
    text-align: center;
    line-height: 26px;
    font-weight: 600;
    padding: 3px 10px;
    letter-spacing: 0px;
    color: #014bae;
    font-size: 11px;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
} */
.header-top {
  padding: 10px 15px;
}

.header-top-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; /* Important for responsiveness */
}

.header-top-right,
.header-top-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Stack items on small screens */
@media (max-width: 768px) {
  .header-top-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .header-top-right,
  .header-top-left {
    width: 100%;
    justify-content: space-between;
  }
  main-header .logo-box .logo img {
    display: inline-block;
    max-width: 100%;
    width: 249px;
    height: auto;
    transition: all 300ms ease;
    margin-left: -40px;
    margin-top: -29px;
}
}

.pricing {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.plan {
    background-color: #fff;
    padding: 2.5rem;
    margin: 12px;
    border-radius: 5px;
    text-align: center;
    transition: 0.3s;
    cursor: pointer;
}


    h2 {
      font-size: 22px;
      margin-bottom: 12px;
    }

.price {
      margin-bottom: 1rem;
      font-size: 30px;
    }

    ul.features {
      list-style-type: none;
      text-align: left;
      li {
        margin: 8px;
        .fas {
          margin-right: 4px;
        }
        .fa-check-circle {
          color: #014bae;
        }
        .fa-times-circle {
          color: #eb4d4b;
        }
      }
    }

    button {
      border: none;
      width: 100%;
      padding: 12px 35px;
      margin-top: 1rem;
      background-color: #014bae;
      color: #fff;
      border-radius: 5px;
      cursor: pointer;
      font-size: 16px;
    }

    &.popular {
      border: 2px solid #014bae;
      position: relative;
      transform: scale(1.08);

      span {
        position: absolute;
        top: -20px;
        left: 50%;
        transform: translateX(-50%);
        background-color: #014bae;
        color: #fff;
        padding: 4px 20px;
        font-size: 15px;
        border-radius: 5px;
        font-weight: 450;
      }
    }

    &:hover {
      box-shadow: 5px 7px 67px -28px rgba(0, 0, 0, 0.37);
    }
  
  .price-book {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 20px;
    max-width: 90%;
    margin-top: 20px;
    margin-bottom: 20px;
   
  }

  .price-book .price {
    font-size: 18px;
    font-weight: 600;
    color: #333;
  }

  .price-book .book-btn {
    padding: 8px 16px;
    background-color: #014bae;
    color: white;
    border: none;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }

  .price-book .book-btn:hover {
    background-color: #e65c00;
  }

  @media (max-width: 480px) {
    .price-book {
      flex-direction: column;
      align-items: flex-start;
    }

    .price-book .book-btn {
      width: 100%;
      text-align: center;
    }
    main-header .logo-box .logo img {
    display: inline-block;
    max-width: 100%;
    width: 249px;
    height: auto;
    margin-left: -40px;
    margin-top: -29px;
}
  }
  .tour-overview-section {
  padding: 40px 20px;
  background-color: #f9f9f9;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
}

.tour-overview-section .container {
  max-width: 800px;
  margin: 0 auto;
}

.section-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #222;
  text-align: center;
}

.overview-text {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 16px;
  text-align: justify;
}

/* Responsive */
@media (max-width: 600px) {
  .section-title {
    font-size: 22px;
  }

  .overview-text {
    font-size: 15px;
  }
  main-header .logo-box .logo img {
    display: inline-block;
    max-width: 100%;
    width: 249px;
    height: auto;
    margin-left: -40px;
    margin-top: -29px;
}
}

        h2 {
            color: #333;
        }
        .table {
            width: 100%;
            border-collapse: collapse;
            margin-top: 15px;
        }
        .table th, .table td {
            padding: 12px;
            text-align: left;
        }
        .table th {
            background-color: #f2f2f2;
        }
        
        select, input[type="number"], input[type="date"] {
            padding: 6px;
            border-radius: 4px;
            border: 1px solid #ccc;
        }
        .note {
            color: red;
            font-size: 12px;
        }
        

        h2 {
            font-size: 20px;
            margin-top: 20px;
            color: #333;
        }
        p {
            margin-bottom: 10px;
        }
        .section {
            margin-bottom: 30px;
        }
  .heading {
            display: flex;
            align-items: center;
            font-family: Arial, sans-serif;
            font-size: 24px;
            color: #333;
        }

        .heading-line {
            width: 4px; /* Thickness of the vertical line */
            height: 30px; /* Height of the line */
            background-color: #014bae; /* Orange color */
            margin-right: 10px; /* Spacing between line and text */
        }

 .pickup-timings-section {
  padding: 40px 20px;
  text-align: center;
}

.section-heading {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
}

.timing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  justify-content: center;
  align-items: start;
}

.timing-section {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  padding: 20px;
}

.timing-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.timing-box {
  text-align: left;
}

.timing-row {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.timing-row:last-child {
  border-bottom: none;
}

.timing-label {
  font-weight: 600;
  color: #333;
}

.timing-value {
  color: #555;
  text-align: right;
}

.timing-value small {
  font-size: 12px;
  color: #999;
}
.timing-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}
.timing-row {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .timing-label,
  .timing-value {
    margin: 0;
  }
.footer-style1 {
    background-color: #1D231F;
    margin-top: 60px;
}  
.icon-box-style3 .icon {
    color: #014bae;
    margin-bottom: 12px;
    height: 50px;
    margin-top: 16px;
}
.btn-main {
    display: inline-flex
;
    align-items: center;
    gap: 10px;
    padding: 20px 32px;
    border-radius: 5px;
    border: none;
    overflow: hidden;
    background: #014bae;
    color: #FFFFFF;
    margin-top: 15px;
}
.footer-style1 .footer-bottom {
    padding: 33px 0px;
    border-top: 1px solid rgba(242, 242, 242, 0.07);
}
.mhfimg{
  height: 224px !important;
}
.banner {
  max-width: 1200px;
  margin: auto;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}

.banner img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover; /* optional, if you set fixed height */
}


    .visa-info {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      flex-wrap: wrap;
      background: #fff;
      box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
    }

    .visa-details {
      font-size: 18px;
      font-weight: bold;
      color: #222;
      flex: 1 1 60%;
      margin-top: -50px;
    }

    .visa-details .starts {
      color: #014bae;
      font-size: 16px;
      margin-left: 10px;
    }

    .visa-details .reviews {
      font-size: 13px;
      color: #777;
      margin-left: 8px;
      font-weight: normal;
    }

    .prices-box {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
      padding: 12px 16px;
      text-align: center;
      flex: 1 1 0;
      min-width: 200px;
      margin-top: 10px !important;
    }

    .prices-box small {
      font-size: 13px;
      color: #777;
    }

    .prices-box strong {
      font-size: 20px;
      color: #000;
      display: block;
      margin: 5px 0;
    }

    .price-box button {
      background-color: #014bae;
      color: #fff;
      padding: 10px 20px;
      font-weight: bold;
      border: none;
      border-radius: 5px;
      cursor: pointer;
    }

    .price-box button:hover {
      background-color: #014bae;
    }

    @media (max-width: 600px) {
      .visa-info {
        flex-direction: column;
        align-items: flex-start;
      }

      .price-box {
        width: 100%;
        margin-top: 15px;
      }

      .visa-details {
        font-size: 16px;
      }
    }

    h3 {
      margin-bottom: 20px;
      color: #333;
    }

    .visa-card {
      border-bottom: 1px solid #eee;
      padding: 20px 0;
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      justify-content: space-between;
    }

    .visa-header {
      font-weight: bold;
      margin-bottom: 10px;
      display: flex;
      align-items: center;
      width: 100%;
    }

    .visa-header input[type="checkbox"] {
      margin-right: 10px;
    }

    .form-group {
      flex: 1 1 20%;
      margin: 10px 10px 10px 0;
    }

    .form-group label {
      display: block;
      font-size: 14px;
      margin-bottom: 5px;
    }

    .form-group select,
    .form-group input[type="date"],
    .form-group input[type="number"] {
      width: 100%;
      padding: 8px;
      border: 1px solid #ccc;
      border-radius: 5px;
    }

    .prices-box {
      background: #fafafa;
      border-radius: 10px;
      padding: 10px 15px;
      text-align: center;
      font-weight: bold;
      color: #014bae;
      font-size: 16px;
      flex: 1 1 100px;
      min-width: 120px;
      margin-top: 10px !important;
    }

    .price-label {
      color: #999;
      font-size: 13px;
    }

    .action-buttons {
      display: flex;
      justify-content: flex-end;
      gap: 10px;
      margin-top: 20px;
    }

    .action-buttons button {
      padding: 10px 20px;
      border: none;
      font-weight: bold;
      border-radius: 5px;
      cursor: pointer;
    }

    .quick-enquiry {
      color: #014bae;
      background: transparent;
      
    }
    .quick-enquiry:hover {
      color: #fff;
     
    }

    .add-to-cart {
      background: #014bae;
      color: white;
    }

    @media (max-width: 768px) {
      .form-group {
        flex: 1 1 45%;
      }

      .price-box {
        text-align: left;
        margin-top: 10px;
      }

      .action-buttons {
        flex-direction: column;
        align-items: flex-start;
      }
      main-header .logo-box .logo img {
    display: inline-block;
    max-width: 100%;
    width: 249px;
    height: auto;
    margin-left: -45px;
    margin-top: -29px;
}
    }
    .visa-info-section {
      max-width: 960px;
      margin: auto;
      padding: 20px;
    }

    .visa-info-section h2 {
      color: #014bae;
      font-size: 20px;
      margin-bottom: 15px;
    }

    .visa-info-section p {
      font-size: 15px;
      color: #222;
      margin-bottom: 15px;
    }

    @media (max-width: 600px) {
      .visa-info-section h2 {
        font-size: 18px;
      }

      .visa-info-section p {
        font-size: 14px;
      }
    }
  .faq-section {
  max-width: 1200px;
  margin: 40px auto;
  font-family: Arial, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 1.7;
}

.faq-item {
  margin-bottom: 20px;
}

.faq-item a {
  color: #014bae;
  text-decoration: none;
}
.review-container {
      display: flex;
      flex-wrap: wrap;
      gap: 40px;
    }

    .summary {
      flex: 1 1 200px;
    }

    .summary .score {
      font-size: 32px;
      font-weight: bold;
      color: #000;
    }

    .summary .starts {
      color: #014bae;
      font-size: 20px;
      margin-bottom: 10px;
    }

    .rating-bars {
      margin-top: 10px;
    }

    .rating-bar {
      display: flex;
      align-items: center;
      margin: 4px 0;
    }

    .rating-bar span {
      width: 60px;
      font-size: 14px;
    }

    .bar {
      flex: 1;
      height: 6px;
      margin: 0 10px;
      background-color: #eee;
      position: relative;
      border-radius: 3px;
    }

    .bar-fill {
      height: 100%;
      background-color: #014bae;
      border-radius: 3px;
    }

    .count {
      width: 20px;
      font-size: 14px;
    }

    .reviews {
      flex: 3 1 600px;
    }

    
      .summary {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  flex-wrap: wrap; /* Responsive support */
  background: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
  max-width: 1200px;
  margin: auto;
  margin-bottom: 10px;
}

.column {
  flex: 1;
}

.score-column {
  min-width: 120px;
  text-align: center;
  font-family: Arial, sans-serif;
}

.score {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}

.starts {
  font-size: 18px;
  color: #FFD700 !important;
}

.rating-bars {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.rating-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-family: Arial, sans-serif;
}

.rating-bar span {
  width: 50px;
  white-space: nowrap;
}

.bar {
  background: #eee;
  flex: 1;
  height: 10px;
  border-radius: 5px;
  overflow: hidden;
}

.bar-fill {
  background: #014bae;
  height: 100%;
  border-radius: 5px;
}

.count {
  width: 30px;
  text-align: right;
}
.star {
  color: #014bae !important;
}
.visa-info-box {
      max-width: 280px;          /* keeps it compact, grows on larger screens */
    }

    /* orange title bar (matches earlier components) */
    .visa-info-box h3 {
      font-size: 18px;
      margin: 0 0 12px;
      padding-left: 6px;
      border-left: 4px solid #014bae;
    }

    .field-label {
      font-size: 13px;
      font-weight: 600;
      margin-bottom: 4px;
    }

    .pill {
      background: #f7f7f7;
      border: 1px solid #dcdcdc;
      border-radius: 4px;
      padding: 6px 10px;
      font-size: 12px;
      display: inline-block;
      color: #777;
    }

    /* simple stack on narrow screens (already narrow, but just in case) */
    @media (max-width: 480px) {
      .visa-info-box { max-width: 100%; }
    }
    .holiday-list {
      max-width: 1200px;
      margin: 15px;
      border: 1px solid #eee;
      border-radius: 4px;
      overflow-x: auto;
    }

    .holiday-list h3 {
      font-size: 18px;
      border-left: 4px solid #014bae;
      padding-left: 10px;
      margin-bottom: 10px;
    }

    table {
      width: 100%;
      border-collapse: collapse;
    }

    thead {
      background-color: #ffeae6;
    }

    th, td {
      padding: 12px 15px;
      border-bottom: 1px solid #eee;
      text-align: left;
      font-size: 14px;
    }

    th {
      font-weight: 600;
    }

    @media (max-width: 600px) {
      th, td {
        font-size: 13px;
        padding: 10px;
      }
    }
  .tour-listing .mhfimg {
  transition: transform 0.4s ease;
  width: 100%;
  height: auto;
}

.tour-listing:hover .mhfimg {
  transform: scale(1.08); /* Zoom in */
}

.mobile-menu .navigation li > a {
    position: relative;
    display: block;
    font-weight: 600;
    line-height: 24px;
    padding: 10px 0px;
    font-size: 15px;
    color: #FFFFFF;
    text-transform: capitalize;
    background-color: black;
}
/* top header responsive dropdown menu */

@media (max-width: 576px) {
  .dropdown-menu {
    width: 100vw !important;
    left: 0 !important;
    right: 0 !important;
    border-radius: 0;
    padding: 10px 15px;
    
  }
  .currency-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Three per row */
  gap: 10px;
}

.currency-option {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  cursor: pointer;
  text-align: center;
  justify-content: center;
}

}


