.logo img{
    height: 80px;
    background-color: white;
    border-radius: 10px;
}
.footer-logo{
background-color: white;
    border-radius: 10px;
}

.our-package-show-style{
    width: 100%;
    padding: 10px;
}


.our-package-container{
    max-width: 1300px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}


.our-package-left , .our-package-right{
    width: 48%;
    height: 500px;
}

.our-package-left{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* border: 1px solid; */
}

.our-package-dt-1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    text-align: center;
}
.section-tagline{
    padding: 5px 10px;
    border: 1px solid;
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
}
.our-package-dt-1 h1{
    font-size: 2.4rem;
    line-height: 1.24;
    margin: 20px 0px;
}


/* testing */
.product-section {
      overflow: hidden;
      position: relative;
      width: 100%;
      text-align: center;
      margin-top:50px ;
    }

    .product-section .product-container {
      display: flex;
      gap: 20px;
      width: max-content;
      animation: scroll-left 25s linear infinite;
/* margin: 10px;   */
    }

    .product-section .main-product-card {
      flex: 0 0 auto;
      width: 200px;
      height: 200px;
      border-radius: 10px;
      overflow: hidden;
      background: #f9f9f9;
      box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }

    .product-section .main-product-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    @keyframes scroll-left {
      0% { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }
/* testing */





.our-package-right{
    position: relative;
    background-image: url(https://hillstarholidays.com/wp-content/uploads/2024/03/1613118179_shutterstock_728731177-min.jpg.jpg);
    background-size:cover ;
    padding: 20px;
    /* height: auto; */
    margin: 20px 20px 0px 20px;
    border-radius: 20px;
    display: flex;
    align-items: end;
}

.package-card {
  background: #fff;
  border-radius: 10px;
  padding: 20px 25px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}

.package-card h2 {
  font-size: 22px;
  margin: 0 0 5px;
}

.package-card p {
  color: #555;
  font-size: 14px;
  margin-bottom: 10px;
}

.package-card .learn-more {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  color: black;
  font-weight: 600;
  margin-bottom: 5px;
}

.package-card .learn-more span {
  display: inline-block;
  background: black;
  color: white;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  font-size: 12px;
  text-align: center;
  line-height: 24px;
  margin-right: 8px;
}

.package-card .package-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: #777;
}

.package-card .package-card .dots {
  display: flex;
  gap: 5px;
}

.package-card .dot {
  width: 8px;
  height: 3px;
  background: #ddd;
  border-radius: 2px;
}

.package-card .dot.active {
  background: black;
  width: 16px;
}



.package-section {
      padding: 30px 3%;
      width: 100%;
      /* border: 1px solid; */
      /* margin-top: 50px; */
    }

    .package-section .package-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      margin-bottom: 40px;
      width: 100%;
    }

    .package-section .package-header h2 {
      font-size: 32px;
      font-weight: 700;
      /* max-width: 500px; */
      text-align: center;
    }

    .package-section .package-header p {
      font-size: 14px;
      color: #555;
      max-width: 300px;
    }

    .package-section .btn-book {
      background: #111;
      color: #fff;
      padding: 12px 24px;
      border-radius: 30px;
      text-decoration: none;
      transition: 0.3s ease;
    }

    .package-section .btn-book:hover {
      background: #f97316; /* orange hover */
    }

    .package-section .package-cards {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      /* width: ; */
      /* grid-template-columns: repeat(auto-fit, minmax(380px, 1fr)); */
      gap: 20px 20px;
      margin: 20px 0px;
    }

    .package-section .card {
      width: 360px;
      position: relative;
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0,0,0,0.1);
      transition: transform 0.3s ease;
      cursor: pointer;
    }

    .package-section .card:hover {
      transform: translateY(-6px);
    }

    .package-section .card img {
      width: 100%;
      height: 300px;
      object-fit: cover;
      display: block;
    }

    .package-section .card-content {
      position: absolute;
      bottom: 0;
      width: 100%;
      padding: 20px;
      background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0));
      color: #fff;
    }

    .package-section .card-content h3 {
      font-size: 18px;
      margin: 0 0 8px;
    }

    .card-content p {
      font-size: 14px;
      margin-bottom: 10px;
    }

    .package-section .tags {
      display: flex;
      gap: 8px;
      flex-wrap: wrap;
    }

    .package-section .tag {
      font-size: 12px;
      padding: 4px 10px;
      border-radius: 12px;
      background: rgba(255, 255, 255, 0.103);
      backdrop-filter: blur(4px);
      border: 1px solid rgba(255, 255, 255, 0.089);
    }

    /* Arrow button */
    .package-section .arrow-btn {
      position: absolute;
      top: 15px;
      right: 15px;
      background: rgba(255,255,255,0.9);
      border-radius: 50%;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
      color: #111;
      transition: 0.3s;
      transform: rotate(-25deg);
    }

    .package-section .card:hover .arrow-btn {
      background: #1665f9;
      color: #fff;
    }

    .whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 100px;
    right: 50px;
    background-color: #25D366;
    border-radius: 50%;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease;
}

.whatsapp-float img {
    width: 35px;
    height: 35px;
}

.whatsapp-float:hover {
    transform: scale(1.1);
}
.package-destination-container{
  display: flex;
  justify-content: space-around
  ;
  align-items: center;
}
.package-destination-container .location-block_one-inner{
  width: 300px;
}

/* testimonial */
.custom-testimonial-section {
  padding: 60px 20px;
  background: #fafafa;
  text-align: center;
}
.custom-testimonial-header {
  margin-bottom: 40px;
}
.custom-testimonial-subtitle {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #888;
  display: block;
  margin-bottom: 10px;
}
.custom-testimonial-title {
  font-size: 28px;
  font-weight: 700;
  color: #222;
}
.custom-testimonial-item {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  margin: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  text-align: left;
  min-height: 220px;
}
.custom-testimonial-name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
.custom-testimonial-location {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}
.custom-testimonial-text {
  font-size: 16px;
  color: #444;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
  .custom-testimonial-title {
    font-size: 22px;
  }
  .custom-testimonial-item {
    padding: 20px;
  }
}
/* testimonial */

.custom-testimonial-rating i{
color: goldenrod;
}

.counter-one_icon {
  font-size: 60px;
  color: #509cff; /* Coral color – you can change */
  margin-bottom: 15px;
  margin-right: 10px;
}
.about-tag{
  background-color: rgb(74, 122, 255);
  color: white;
  width: 100px;
  padding: 5px 5px;
  border-radius: 20px;
  text-align: center;
  margin-bottom: 20px;

}
.counter-one_counter{
  margin-right: 50px;
}

.counter-one_block-inner{
  display: flex;
  gap: 0 25px;
  align-items: center;
}
.counter-one_counter-text{
  margin-top: 0px;
}

.about-counter{
  justify-content: center;
}
.odometer-inside{
  font-weight: 600;
}


/* page title */
.page-title{
  /* border: 1px solid; */
  height: 150px;
  padding-top: 30px;
  padding-left: 50px;
  background-image: url('../images/northeast/1.png');
  background-size: cover;
  background-position: 0px 0px;
}
.page-title h1{
  font-size: 40px;
  color: white;

}
/* page title */
/* about */
.about-container{
  display: flex;
  justify-content: center;
  padding: 40px 0px;
  gap: 50px;
}

.about-container .about-img{
  width: 500px;
  height: 350px;
}
.about-container .about-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.about-container .about-details{
  width: 500px;
  text-align: justify;
}
.about-container .about-details h2{
  margin: 10px 0px;
}
/* about */




/* Gallery Grid */
    .gallery {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
      gap: 30px;
      padding: 20px;
    }

    .gallery img {
      width: 100%;
      height: auto;
      border-radius: 8px;
      cursor: pointer;
      transition: 0.3s;
    }

    .gallery img:hover {
      transform: scale(1.05);
    }

    /* Lightbox */
    .lightbox {
      display: none;
      position: fixed;
      z-index: 9999;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.9);
      justify-content: center;
      align-items: center;
      flex-direction: column;
    }

    .lightbox img {
      max-width: 80%;
      max-height: 80%;
      border-radius: 8px;
    }

    /* Controls */
    .lightbox .close, .lightbox .prev, .lightbox .next {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      color: white;
      font-size: 2rem;
      padding: 10px;
      cursor: pointer;
      user-select: none;
    }

    .lightbox .close {
      top: 20px;
      right: 30px;
      font-size: 2.5rem;
      transform: none;
    }

    .lightbox .prev {
      left: 30px;
    }

    .lightbox .next {
      right: 30px;
    }



    .package-card-1{
      width: 380px ;
    }

/* packagr detail  */
.package-container-d {
      max-width: 1100px;
      margin: 20px auto;
      padding: 20px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
    }

    .package-image img {
      width: 100%;
    border-radius: 10px;
    height: 300px;
    object-fit: cover;
    }

    .package-details-d h2 {
      text-transform: capitalize;
      font-size: 28px;
      margin-bottom: 10px;
      color: rgb(46, 46, 46);
    }

    .package-details-d p {
      margin-bottom: 10px;
    }

    .package-container-d .price {
      font-size: 18px;
      font-weight: bold;
      color:     #313471;
    }

    .package-container-d .enquire-btn {
      display: inline-block;
      margin-top: 10px;
      padding: 8px 14px;
      background:     #313471;
      color: #fff;
      text-decoration: none;
      border-radius: 4px;
      font-size: 14px;
    }

    .itinerary {
      max-width: 1100px;
      margin: 20px auto;
      padding: 20px;
    }

    .itinerary h3 {
      padding: 20px 0px;
      margin-bottom: 15px;
      font-size: 29px;
      border-bottom: 1px solid;
      color: rgb(46, 46, 46);


    }

    .day {
      padding:30px 0px;
      border-bottom: 1px solid;

    }
.day-title{
font-weight: bold;
font-size: 18px;
color:#383838;
font-family: 'Oswald', sans-serif;
}
    .day-title span{
      background: linear-gradient(45deg,#313471,navy);
      color: #fff;
      padding: 5px 10px;
      border-radius: 3px;
      display: inline-block;
      margin-right: 10px;
      
    }

    .day p {
      padding: 30px 0 0px 50px;
    }

    /* Responsive Design */
    @media (max-width: 992px) {
      .package-container-d {
        grid-template-columns: 1fr;
        text-align: center;
      }
    }

    @media (max-width: 768px) {
      .package-details-d h2 {
        font-size: 20px;
      }
      .price {
        font-size: 16px;
      }
      .itinerary h3 {
        font-size: 18px;
      }
    }

    @media (max-width: 576px) {
      .package-container-d {
        padding: 10px;
      }
      .itinerary {
        padding: 10px;
      }
      /* .day-title {
        font-size: 14px;
      } */
    }
/* packagr detail  */


/* form */
.form-container {
      max-width: 500px;
      margin: 30px auto;
      background: #fff;
      padding: 30px 25px;
      border-radius: 10px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    .form-container h2 {
      text-align: center;
      margin-bottom: 20px;
      color: #0a2850;
      font-size: 20px;
      font-weight: bold;
    }

    .form-group {
      margin-bottom: 15px;
    }

    .form-group label {
      display: block;
      margin-bottom: 6px;
      font-weight: bold;
      font-size: 14px;
      color: #333;
    }

    .form-group input,
    .form-group select,
    .form-group textarea {
      width: 100%;
      padding: 10px;
      border: 1px solid #ccc;
      border-radius: 6px;
      font-size: 14px;
      outline: none;
      transition: border 0.3s ease;
    }

    .form-group input:focus,
    .form-group select:focus,
    .form-group textarea:focus {
      border-color: #0a2850;
    }

    .form-group textarea {
      resize: none;
      height: 70px;
    }

    .btn-submit {
      display: block;
      width: 100%;
      padding: 12px;
      background: #0a2850;
      color: #fff;
      border: none;
      border-radius: 6px;
      font-size: 16px;
      cursor: pointer;
      transition: background 0.3s ease;
    }

    .btn-submit:hover {
      background: #133b7a;
    }

    /* Responsive */
    @media (max-width: 576px) {
      .form-container {
        padding: 20px 15px;
      }
      .form-container h2 {
        font-size: 18px;
      }
    }
/* form */

.otehr-p-head{
  margin: 20px 0px;
text-align: center;
}


.card.service{
  width: 250px;
}

.card.service h3{
  text-align: center;
  position: relative;
}
.card.service h3::before{
  content: '';
}

.footer-bottom.contact{
  border-top: none;
}

.footer-bottom.contact a{
  margin: 0px 10px;
  text-align: center;
}