.custom-adress {
  font-size: 12px !important;
}

.service-card {
  background: white;
  border-radius: 1rem;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  display: flex;
  flex-direction: column;
}

.service-card img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  border-bottom: 4px solid var(--accent-color);
}

.service-card-body {
  flex-grow: 1;
  padding: 1rem 1.3rem 0rem;
  font-weight: 900;
  font-size: 19px;
  color: var(--primary-color);
  text-align: center;
  color: #86bb45;
  color: #c81d77;
}

.service-btns {
  display: flex;
  justify-content: space-around;
  gap: 0.4rem;
  padding: 0 0.8rem 1rem;
}

.btn-whatsapp {
  background-color: #25d366;
}

.service-btn {
  flex: 1;
  text-align: center;
  border-radius: var(--btn-radius);
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0.5rem 0;
  color: white;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
}

.btn-enquiry {
  background-color: var(--accent-color);
  color: var(--dark-bg);
}

.service-btns .btn-enquiry {
  background: #86bb45;
  color: #fff;
}

.btn-call {
  background-color: #555;
}

.service-btns a:hover {
  color: #fff;
}

.service-btns .fa-phone {
  transform: rotate(-0deg);
}

button.disabled-btn {
  display: block;
  max-width: 200px;
  margin: 30px auto 0;
  background: #c81d77;
  color: white;
  border: none;
  padding: 10px 25px;
  border-radius: 8px;
  font-weight: 600;
}

.custom-btn {
  background: #c81d77;
  color: #fff;
  height: 40px;
  width: 100px;
}

button.btn.float-end {
  background: #c81d77;
  color: #fff;
  height: 40px;
  width: 100px;
}

button.btn.float-end:hover {
  background: #86bb45;
}

/* Section Styling */
.tour-section {
  padding: 50px 20px;
  background-color: #efefef;
}

/* Grid Layout */
.tour-grid {
  margin-top: 0.7rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

/* Card */
.tour-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.tour-img {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.tour-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tour-price {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #c81d77;
  color: #fff;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 6px;
}

/* Card Content */
.tour-details {
  flex: 1;
  padding: 15px;
  display: flex;
  flex-direction: column;
}

.tour-name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: rgb(0 48 109);
}

.tour-route {
  font-size: 13px;
  color: #575757;
  font-weight: 600;
  margin-bottom: 15px;
  flex: 1;
  line-height: 17px;
}

.tour-info {
  background: rgba(255, 193, 7, 0.15);
  padding: 10px;
  border-radius: 8px;
}

.tour-info p {
  font-size: 14px;
  margin: 0 0 10px;
  color: #333;
}

.custom-location {
  color: rgb(0 48 109);
  margin-right: 6px;
}

/* Buttons */
.tour-buttons {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.btn {
  flex: 1;
  text-align: center;
  padding: 3px;
  border-radius: 6px;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
}

.enquire-btn {
  background: #c81d77;
}

.whatsapp-btn {
  background: rgb(37, 211, 102);
}

/* package section */

.subtitle {
  color: #c81d77;
  font-weight: bold;
  letter-spacing: 2px;
}

.title {
  font-size: 2.5rem;
  font-weight: bold;
  margin: 10px 0 30px;
}

/* Grid layout */
.package-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  gap: 20px;
}

.package-card {
  background: #fff;
  border: 1px solid #e1c4e9;
  border-radius: 11px;
  text-align: left;
  transition: 0.3s;
}

.package-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.15);
}

.package-card img {
  width: 100%;
  border-radius: 10px 10px 0 0;
  height: 220px;
}

.package-card-body {
  padding: 10px;
}

.package-card-body h3 {
  color: #c81d77;
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.package-card-body p {
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: rgb(0 48 109);
}

.info {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  color: #333;
  margin-bottom: 10px;
}

.info i {
  margin-right: 6px;
  color: #555;
}

.highlights {
  font-weight: bold;
  color: #c81d77;
  margin-bottom: 10px;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 15px;
}

.tags span {
  border: 1px solid #ccc;
  padding: 4px 8px;
  border-radius: 5px;
  font-size: 0.8rem;
  background: #f9f9f9;
  cursor: pointer;
}

.tags .extra {
  display: none;
}

/* Custom style for +more/Show less */
.tags .more-btn {
  border: none;
  background: transparent;
  color: #6a0dad;
  /* purple for + more */
  font-weight: bold;
  cursor: pointer;
}

.tags .more-btn.less {
  color: #d62828;
  /* red for Show less */
}

.price {
  color: #c81d77;
  font-weight: bold;
  margin-bottom: 10px;
}

.btnexplore {
  display: inline-block;
  background: #c81d77;
  color: #fff;
  padding: 8px 16px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 0.9rem;
}

/* #c81d77 */

/* Our Top Selling Packages */

.trevel-perf-sec {
  background: #f8f9fa;
  display: flex;
  justify-content: flex-start;
  /* ✅ left se start hoga */
  margin: 2rem 0rem 2rem 0rem;
}

.tarvelref-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 20px;
  width: 100%;
  /* ya auto karna hai toh auto */
}

.pref-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 220px;
  display: flex;
  align-items: flex-end;
  color: #fff;
  background-size: cover;
  background-position: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.pref-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}

.pref-card-content {
  position: relative;
  padding: 20px;
  z-index: 2;
  flex: 1;
}

.pref-card h3 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0.4rem;
}

.pref-card p {
  font-size: 0.9rem;
  line-height: 1.4;
  margin-bottom: -0.5rem !important;
}

.arrow-btn {
  position: absolute;
  bottom: 170px;
  right: 20px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  font-size: 1.2rem;
  border: none;
  cursor: pointer;
  z-index: 2;
  transition: background 0.3s, transform 0.2s;
}

.arrow-btn:hover {
  background: #c81d77;
  color: #fff;
  transform: scale(1.1);
}

/* About US */

/* About Container */
.about-container {
  display: flex;
  gap: 2rem;

  margin: auto;
}

/* Left Side (Images Grid) */
.about-image-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  flex: 1;
  line-height: 0;
  transition: transform 0.4s ease-in-out;
}

.about-image-grid div {
  position: relative;
  overflow: hidden;
  /* zoom bahar na nikle */
}

.text-ads a {
  margin-top: 6px;
  display: block;
}

.about-image-grid img {
  width: 100%;
  /* height: 270px; */
  object-fit: cover;
  display: block;
  margin: 0;
  padding: 0;
}

.about-image-grid:hover {
  transform: scale(1.05);
  /* 5% zoom */
}

.imgone {
  border-radius: 0rem 4rem 0rem 4rem;
}

.imgtwo {
  border-radius: 4rem 0rem 4rem 0rem;
}

.imgthree {
  border-radius: 4rem 0rem 4rem 0rem;
}

.imgfour {
  border-radius: 0rem 4rem 0rem 4rem;
}

/* Right Side (Content) */
.about-content {
  flex: 1;
}

.about-content h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #111;
}

.about-content p {
  margin-bottom: 1.5rem;
  line-height: 1.6;
  color: #444;
}

/* Features */
.feature {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.2rem;
  gap: 1rem;
  text-align: left;
  background-color: #fff;
  border: 1px solid #d1cedc;
  padding: 1rem 1rem;
  border-radius: 12px;
}

.feature .icon-box {
  width: 40px;
  height: 40px;
  background: #c81d77;
  /* light pink */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  flex-shrink: 0;
}

.feature .icon-box i {
  font-size: 18px;
  color: #fff;
  /* darker pink for contrast */
}

.feature h4 {
  margin: 0;
  font-size: 1.2rem;
  color: #111;
}

.feature p {
  margin: 0;
  font-size: 0.9rem;
  color: #666;
}

/* Buttons */
.buttons {
  margin-top: 1.5rem;
}

.buttons button {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 1rem;
  cursor: pointer;
  margin-right: 10px;
}

.call-btn {
  background: #111;
  color: #fff;
}

.enquire-btn {
  background: #c81d77;
  color: #fff;
}

.call-btn:hover {
  background: #c81d77;
  cursor: pointer;
  color: #fff;
}

.enquire-btn:hover {
  background: #111;
  color: #fff;
  cursor: pointer;
}

/* Responsive */
@media (max-width: 1024px) {

  /* iPad + Tablet */
  .about-container {
    flex-direction: column;
    text-align: center;
  }

  .feature {
    justify-content: center;
  }

  .about-image-grid img {
    height: 200px;
  }
}

@media (max-width: 768px) {

  /* Mobile */
  .about-container {
    flex-direction: column;

  }

  .about-image-grid img {
    height: 160px;
  }

  .about-content h2 {
    font-size: 1.5rem;
  }
}