ul {

    margin: 0px;

    padding: 0px;

}

.footer-section {

  background: #151414;

  position: relative;

}

.footer-cta {

  border-bottom: 1px solid #373636;

}

.single-cta i {

  color: #f58e06;

  font-size: 30px;

  float: left;

  margin-top: 8px;

}

.cta-text {

  padding-left: 15px;

  display: inline-block;

}

.cta-text h4 {

  color: #fff;

  font-size: 20px;

  font-weight: 600;

  margin-bottom: 2px;

}

.cta-text span {

  color: #757575;

  font-size: 15px;

}

.footer-content {

  position: relative;

  z-index: 2;

}

.footer-pattern img {

  position: absolute;

  top: 0;

  left: 0;

  height: 330px;

  background-size: cover;

  background-position: 100% 100%;

}

.footer-logo {

  margin-bottom: 30px;

}

.footer-logo img {

    max-width: 300px;

}

.footer-text p {

  margin-bottom: 14px;

  font-size: 14px;

      color: #7e7e7e;

  line-height: 28px;

  text-align: left;

}

.footer-social-icon span {

  color: #fff;

  display: block;

  font-size: 20px;

  font-weight: 700;

  font-family: 'Poppins', sans-serif;

  margin-bottom: 20px;

}

.footer-social-icon a {

  color: #fff;

  font-size: 16px;

  margin-right: 15px;

}

.footer-social-icon i {

  height: 40px;

  width: 40px;

  text-align: center;

  line-height: 38px;

  border-radius: 50%;

}

.facebook-bg{

  background: #3B5998;

}

.twitter-bg{

  background: #55ACEE;

}

.google-bg{

  background: #f58e06;

}

.footer-widget-heading h3 {

  color: #fff;

  font-size: 20px;

  font-weight: 600;

  margin-bottom: 40px;

  position: relative;

}

.footer-widget-heading h3::before {

  content: "";

  position: absolute;

  left: 0;

  bottom: -15px;

  height: 2px;

  width: 50px;

  background: #f58e06;

}

.footer-widget ul li {

  display: inline-block;

  float: left;

  width: 50%;

  margin-bottom: 12px;

}

.footer-widget ul li a:hover{

  color: #f58e06;

}

.footer-widget ul li a {

  color: #878787;

  text-transform: capitalize;

}

.subscribe-form {

  position: relative;

  overflow: hidden;

}

.subscribe-form input {

  width: 100%;

  padding: 14px 28px;

  background: #2E2E2E;

  border: 1px solid #2E2E2E;

  color: #fff;

}

.subscribe-form button {

    position: absolute;

    right: 0;

    background: #f58e06;

    padding: 13px 20px;

    border: 1px solid #f58e06;

    top: 0;

}

.subscribe-form button i {

  color: #fff;

  font-size: 22px;

  transform: rotate(-6deg);

}

.copyright-area{

  background: #202020;

  padding: 25px 0;

}

.copyright-text p {

  margin: 0;

  font-size: 14px;

  color: #878787;

}

.copyright-text p a{

  color: #f58e06;

}

.footer-menu li {

  display: inline-block;

  margin-left: 20px;

}

.footer-menu li:hover a{

  color: #f58e06;

}

.footer-menu li a {

  font-size: 14px;

  color: #878787;

}/* Packages Section Styles */

#packages {

  padding: 50px 0;

  text-align: center;

}



#packages h2 {

  margin-bottom: 40px;

  font-size: 32px;

  color: #333;

}
@media only screen and (min-device-width: 380px) and (max-device-width: 1024px) and (orientation:portrait) {
  .package {
    display: inline-block;
    width: 100% !important;
    margin: 0 1%;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    box-sizing: border-box;
    transition: transform 0.3s;
}
.container1 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.faq-container {
  padding: 10px !important;
}
}
.package {

  display: inline-block;

  width: 30%;

  margin: 0 1%;

  background-color: #fff;

  border-radius: 8px;

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

  padding: 20px;

  box-sizing: border-box;

  transition: transform 0.3s;

}



.package img {

  width: 100%;

  border-radius: 8px 8px 0 0;

}



.package h3 {

  margin: 20px 0 10px;

  font-size: 24px;

  color: #333;

}



.package p {

  font-size: 16px;

  color: #777;

}



.package .price {

  font-size: 20px;

  color: #f58e06;

  margin: 10px 0;

}



.package button {

  background-color: #f58e06;

  color: #fff;

  border: none;

  padding: 10px 20px;

  font-size: 16px;

  border-radius: 4px;

  cursor: pointer;

  transition: background-color 0.3s;

}



.package button:hover {

  background-color: #f58e06;

}



.package:hover {

  transform: scale(1.05);

}

.container1{

  background-image: url("../images2/banner-1.jpg"); /* Replace with your image URL */

  background-size: cover;

  background-position: center;

  min-height: 50vh;

  display: flex;

  flex-direction: column;

  justify-content: center;

  align-items: center;

  color: #fff;

  padding-left: 150px;

  padding-right: 150px;

}



h1 {

  font-size: 3em;

  margin-bottom: 1em;

  color: #fff;

}



p {

  font-size: 1.2em;

  text-align: center;

  margin-bottom: 2em;

}



button {

  background-color: #f58e06;

  border: none;

  color: white;

  padding: 1em 2em;

  text-align: center;

  text-decoration: none;

  display: inline-block;

  font-size: 1.2em;

  cursor: pointer;

  border-radius: 5px;

}



@media (max-width: 768px) {

  h1 {

      font-size: 2em;

  }



  p {

      font-size: 1em;

  }



  button {

      font-size: 1em;

  }

}

/* ===================================== Travel Destinations Style CSS ==================================== */

.travel-destination {

  padding: 50px;

  background-color: #cccccc14; }

  @media screen and (max-width: 940px) {

    .travel-destination {

      padding: 30px 10px; } }

  .travel-destination .destination-row .descol {

    margin-bottom: 30px; }

  .travel-destination .destination-row .destcol img {

    border-radius: 5px;

    width: 100%; }

  .travel-destination .destination-row .destcol .layycover {

    background-color: rgba(0, 0, 0, 0.4);

    position: absolute;

    width: calc(100% - 30px);

    height: 100%;

    top: 0px;

    border-radius: 5px;

    z-index: 99; }

    .travel-destination .destination-row .destcol .layycover h4 {

      position: absolute;

      width: 100%;

      color: #FFF;

      bottom: 7px;

      left: 10px;

      font-weight: 600;

      font-size: 1.2rem; }

    .travel-destination .destination-row .destcol .layycover span {

      font-weight: 400;

      font-size: .7rem; }

    

    .faq-container {

      width: 100%; /* Adjusted width to be 100% of the available space */

      max-width: 100%;

      background-color: #f5f5f5;

      border-radius: 10px;

      padding: 120px;

  }

  

  h1 {

      text-align: center;

      margin-bottom: 20px;

  }

  

  .faq {

      margin-bottom: 10px;

  }

  

  .faq-question {

      width: 100%;

      padding: 15px;

      text-align: left;

      font-size: 1.1em;

      font-weight: bold;

      color: #fff;

      background: #f58e06;

      cursor: pointer;

      outline: none;



  }

  

  .faq-answer {

      max-height: 0;

      overflow: hidden;

      transition: max-height 0.3s ease;

      padding: 0 15px;

  }

  

  .faq-answer p {

      margin: 10px 0;

      text-align: left;

      padding-top: 20px;

      padding-bottom: 20px;

  }

  

  .faq-question.active + .faq-answer {

      max-height: 200px; /* Adjust based on content */

  }

  

  .faq-question::after {

      content: '\002B'; /* Plus sign */

      float: right;

      font-size: 1.2em;

      transition: transform 0.3s ease;

  }

  

  .faq-question.active::after {

      content: '\2212'; /* Minus sign */

  }

 .footer-section1 {

      

      position: relative;

    }

#main-content {

      /* Example existing styles for main content */

      padding: 20px;

      background-color: #fff;

      margin-bottom: 20px;

  }

  

  .image-row {

      display: flex;

      justify-content: space-between;

      align-items: center;

      width: 100%;

      max-width: 1200px;

      margin: 0 auto; /* Center the row horizontally */

      gap: 10px;

  }

  

  .image-row img {

      width: 100%;

      max-width: calc(25% - 10px);

      height: auto;

  }

  

  /* Mobile Styles */

  @media (max-width: 768px) {

      .image-row {

          flex-wrap: wrap;

      }

  

      .image-row img {

          max-width: calc(50% - 10px);

          margin-bottom: 10px;

      }

  }

  

  @media (max-width: 480px) {

      .image-row img {

          max-width: 100%;

          margin-bottom: 10px;

      }

  }

  .reviews-section {

    padding: 20px;

}



.reviews-container {

    display: flex;

    flex-wrap: wrap;

    justify-content: space-around;

    max-width: 1200px;

    margin: 0 auto;

}



.review {

    background-color: #f5f5f5;

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

    border-radius: 8px;

    padding: 50px;

    margin: 20px;

    position: relative; /* Required for absolute positioning */

    flex: 0 1 calc(50% - 40px); /* Two columns with some margin in between */

}



.review p {

    font-size: 1rem;

    color: #666;

    line-height: 1.6;

    margin-bottom: 20px;

    padding-left: 50px;

    padding-right: 50px;

}



.review h3 {

    font-size: 1.2rem;

    margin-top: 10px;

    padding-left: 50px;

    padding-right: 50px;

    text-align: center;

}



.rating {

  margin-top: 10px;

  text-align: center;

}



.star {

  font-size: 1.5rem;

  color: #ffc107;

  margin: 0 2px; /* Add some margin between stars */

  text-align: center;

}



.custom-container {

  max-width: 100%;

  margin: 50px auto;

  background-color: #ffffff;

  padding: 20px;

  border-radius: 8px;

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

}

.custom-checklist {

  display: flex;

  justify-content: space-between;

  text-align: left;

}



.custom-column {

  width: 50%;

}



.custom-list {

  list-style: none;

  padding: 0;

}



.custom-item {

  background-color: #e7f3ff;

  margin: 10px 0;

  padding: 10px;

  border-left: 5px solid #007bff;

  border-radius: 4px;

  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);

  transition: background-color 0.3s, transform 0.3s;

}



.custom-item:hover {

  background-color: #cfe8ff;

  transform: translateY(-2px);

}



.custom-item::before {

  content: '✔';

  color: #007bff;

  margin-right: 10px;

  font-weight: bold;

}

.tour-container {

  max-width: 1000px;

  margin: 0 auto;

  padding: 20px;

  background-color: #fff;

  border-radius: 8px;

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

}



.tour-header {

  text-align: center;

  padding: 20px;

  background-color: #007bff;

  color: #fff;

  border-radius: 8px 8px 0 0;

}



.tour-header h1 {

  margin: 0;

}



.tour-header p {

  margin: 5px 0 0;

}



.tour-detail, .tour-itinerary, .tour-photos, .tour-reviews, .tour-booking {

  padding: 20px;

  border-bottom: 1px solid #ddd;

}



.tour-detail h2, .tour-itinerary h2, .tour-photos h2, .tour-reviews h2, .tour-booking h2 {

  margin-top: 0;

}



.tour-itinerary ul {

  list-style: none;

  padding: 0;

}



.tour-itinerary li {

  background: #e7f3ff;

  margin: 10px 0;

  padding: 10px;

  border-left: 5px solid #007bff;

  border-radius: 4px;

  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);

}



.photos-grid {

  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 10px;

}



.photos-grid img {

  width: 100%;

  border-radius: 8px;

}



.review {

  background: #f9f9f9;

  padding: 15px;

  margin: 10px 0;

  border-left: 5px solid #007bff;

  border-radius: 4px;

  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);

}



.review p {

  margin: 0 0 10px;

}



.review span {

  font-size: 0.9em;

  color: #555;

}



.tour-booking form {

  display: grid;

  gap: 15px;

}



.tour-booking label {

  font-weight: bold;

}



.tour-booking input, .tour-booking button {

  padding: 10px;

  border: 1px solid #ddd;

  border-radius: 4px;

}



.tour-booking button {

  background-color: #007bff;

  color: #fff;

  cursor: pointer;

  border: none;

}



.tour-booking button:hover {

  background-color: #0056b3;

}

.button-primary a {

  color: #fff !important;

}



/* Responsive Design */

@media (max-width: 600px) {

  .photos-grid {

      grid-template-columns: 1fr;

  }

}