/* ===== Top Bar ===== */
.top-bar {
  background: linear-gradient(90deg, #2b2230, #1f1a22);
  color: #fff;
  font-size: 14px;
  padding: 8px 0;
}

.top-bar .container {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.top-left {
  flex: 1 1 100%;
  text-align: center;
}

.top-right {
  flex: 1 1 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.top-right i {
  color: white;
  margin-right: 5px;
}

.social-icons a {
  color: #fff;
  margin-left: 8px;
  font-size: 14px;
  transition: 0.3s;
}

.social-icons a:hover {
  color: #ff4d4d;
}

/* ===== Navbar ===== */
.main-navbar {
  background: #fff;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}

.navbar-brand {
  display: flex;
  align-items: center;
}

.site-logo {
  max-height: 80px;      /* adjust for navbar height */
  width: auto;           /* keeps aspect ratio */
  object-fit: contain;
}

/* Tablet */
@media (max-width: 768px) {
  .site-logo {
    max-height: 50px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .site-logo {
    max-height: 45px;
  }
}


.nav-link {
  color: #000;
  font-weight: 500;
  margin: 6px 0;
  font-size: 15px;
}

.nav-link:hover {
  color: #ff4d4d;
}

/* Center menu on mobile */
.navbar-collapse {
  text-align: center;
}

/* ===== Consult Button ===== */
.consult-btn {
  background: linear-gradient(135deg, #ff4d4d, #ff7a18);
  color: #fff;
  padding: 10px 22px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 15px;
  border: none;
  transition: 0.3s ease;
  display: inline-block;
  margin-top: 10px;
}

.consult-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(255, 77, 77, 0.5);
}

/* ===== Desktop Fixes ===== */
@media (min-width: 992px) {
  .top-left {
    flex: auto;
    text-align: left;
  }

  .top-right {
    flex: auto;
    justify-content: flex-end;
  }

  .nav-link {
    margin: 0 8px;
  }

  .consult-btn {
    margin-top: 0;
  }
}


/* Banner Carousel Height Control */
.banner-carousel {
  max-height: 700px;
  overflow: hidden;
}



.banner-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .banner-carousel,
  .banner-carous.about-section {
  background: #fff;
}

/* Image collage box */
.image-collage {
  background: #fff;
  padding: 10px;
  border-radius: 12px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.image-collage img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}

/* Right content */
.about-content h2 {
  color: #ff5a5f;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}

.about-content p {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  margin-bottom: 18px;
}

/* Responsive */
@media (max-width: 768px) {
  .about-content h2 {
    font-size: 28px;
  }
}
el .carousel-item {
    height: 350px;
  }
}

.destination-card {
  background:#fff;
  border-radius:8px;
  padding:12px;
  box-shadow:0 10px 25px rgba(0,0,0,0.12);
  transition:0.3s;
  height:100%;
}

.destination-card img {
  width:100%;
  height:230px;
  object-fit:cover;
  border-radius:6px;
}

.destination-card h5 {
  text-align:center;
  margin-top:12px;
  color:#ff5a5f;
  font-size:16px;
  font-weight:600;
}

.destination-card:hover {
  transform:translateY(-6px);
  box-shadow:0 18px 40px rgba(0,0,0,0.18);
}
/* Section */
.intl-packages {
  padding: 70px 0;
  background: #ffffff;
}

/* Heading */
.section-heading {
  text-align: center;
  margin-bottom: 50px;
}

.section-heading h2 {
  font-size: clamp(24px, 4vw, 38px);
  font-weight: 600;
  color: #222;
}

/* Card */
.package-card {
  max-width: 260px;
  margin: auto;
}

.package-img {
  width: 100%;
  height: 380px;
  overflow: hidden;
  border-radius: 140px 140px 20px 20px;
}

.package-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

/* Hover Effect */
.package-card:hover img {
  transform: scale(1.08);
}

/* Title */
.package-card p {
  margin-top: 14px;
  color: #ff5a5f;
  font-weight: 500;
}

/* Button */
.section-btn {
  text-align: center;
  margin-top: 30px;
}

.section-btn a {
  display: inline-block;
  background: #ff5a5f;
  color: #fff;
  padding: 12px 28px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.3s ease;
}

.section-btn a:hover {
  background: #e84b50;
}

/* Responsive */
@media (max-width: 767px) {
  .package-img {
    height: 320px;
  }
}


.whatsapp{
position: fixed; background: #10b418; width: 45px; height: 45px; line-height: 49px; border-radius: 50%; text-align: center; bottom: 40px; color: #fff; z-index: 999; left: 10px;
}
.whatsapp i{
font-size: 1.5rem;
}

.phone{
position: fixed; background: #1052b4; width: 45px; height: 45px; line-height: 45px; border-radius: 50%; text-align: center; bottom: 120px; color: #fff; z-index: 999; left: 10px;
}
.phone i{
font-size: 1.5rem;
}
.testimonial-section {
  padding: 60px 0;
  background: #f9f9f9;
  overflow: hidden;
}

.section-title {
  text-align: center;
  margin-bottom: 40px;
  font-weight: 600;
}

.testimonial-carousel {
  overflow: hidden;
}

.testimonial-track {
  display: flex;
  gap: 20px;
  animation: scroll 28s linear infinite;
}

.testimonial-card {
  min-width: 23%;
  background: #fff;
  padding: 25px 20px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  text-align: center;
}

.testimonial-card img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
}

.testimonial-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 15px;
}

.testimonial-card h6 {
  margin: 0;
  font-weight: 600;
}

.testimonial-card span {
  font-size: 13px;
  color: #888;
}

/* Auto-scroll animation */
@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Tablet */
@media (max-width: 992px) {
  .testimonial-card {
    min-width: 45%;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .testimonial-card {
    min-width: 90%;
  }
}
.why-choose-us {
  padding: 70px 0;
  background: linear-gradient(180deg, #f0f9ff, #ffffff);
}

.section-title {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 50px;
  color: #1e293b;
}

.choose-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.choose-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 123, 255, 0.08);
  transition: all 0.3s ease;
}

.choose-card img {
  width: 70px;
  height: auto;
  margin-bottom: 20px;
}

.choose-card h5 {
  font-size: 16px;
  font-weight: 500;
  color: #334155;
  margin: 0;
  line-height: 1.4;
}

.choose-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 40px rgba(0, 123, 255, 0.15);
}

/* Tablet */
@media (max-width: 992px) {
  .choose-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 576px) {
  .choose-grid {
    grid-template-columns: 1fr;
  }
}
.main-footer {
  background: linear-gradient(180deg, #eef8ff, #ffffff);
  padding-top: 60px;
  font-size: 14px;
  color: #334155;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.brand h3 {
  margin: 0;
  color: #0f172a;
}

.brand p {
  margin: 5px 0 0;
  font-size: 13px;
}

.social-icons a {
  color: #0ea5e9;
  margin-left: 12px;
  font-size: 18px;
}

hr {
  border: none;
  border-top: 1px solid #cfe9f7;
  margin-bottom: 40px;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.footer-col h4 {
  margin-bottom: 18px;
  font-size: 16px;
  color: #0f172a;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul li a {
  color: #334155;
  text-decoration: none;
}

.footer-col ul li a:hover {
  color: #0284c7;
}

.footer-reviews {
  text-align: center;
}

.review-box {
  background: #ffffff;
  padding: 12px;
  border-radius: 10px;
  margin-bottom: 15px;
  box-shadow: 0 8px 20px rgba(0,123,255,0.1);
}

.review-box a {
  display: block;
  margin-top: 8px;
  color: #0284c7;
  font-weight: 500;
}

.since-badge {
  width: 120px;
  margin-top: 15px;
}

.footer-bottom {
  background: #1e293b;
  color: #ffffff;
  text-align: center;
  padding: 15px 10px;
  margin-top: 50px;
  font-size: 13px;
}

/* Responsive */
@media (max-width: 992px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-top {
    flex-direction: column;
    gap: 15px;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", "Poppins", sans-serif;
}

.container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

/* COMMON */
.section-tag {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #0f766e;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.section-tag.center {
  display: block;
  text-align: center;
}

.center-heading {
  text-align: center;
  margin-bottom: 50px;
}

/* ABOUT MODERN */
.about-modern {
  padding: 90px 0;
  background: linear-gradient(180deg, #f8fafc, #ffffff);
}

.about-wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 50px;
  align-items: center;
}

.about-content h2 {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 25px;
  color: #0f172a;
}

.about-content p {
  font-size: 17px;
  line-height: 1.9;
  color: #475569;
  margin-bottom: 18px;
}

.about-highlight {
  background: #0f766e;
  padding: 40px;
  border-radius: 18px;
  color: #ffffff;
}

.about-highlight h3 {
  font-size: 24px;
  margin-bottom: 15px;
}

.about-highlight p {
  font-size: 16px;
  line-height: 1.8;
  opacity: 0.95;
}

/* USP SECTION */
.usp-section {
  padding: 90px 0;
  background: #ffffff;
}

.usp-section h2 {
  font-size: 38px;
  color: #0f172a;
}

.usp-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.usp-card {
  background: #f9fafb;
  padding: 35px;
  border-radius: 20px;
  transition: all 0.3s ease;
  border: 1px solid #e5e7eb;
}

.usp-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.usp-card h3 {
  font-size: 20px;
  margin-bottom: 14px;
  color: #0f766e;
}

.usp-card p {
  font-size: 15.5px;
  line-height: 1.8;
  color: #334155;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .about-wrapper {
    grid-template-columns: 1fr;
  }

  .usp-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .about-content h2,
  .usp-section h2 {
    font-size: 28px;
  }

  .usp-grid {
    grid-template-columns: 1fr;
  }

  .about-content p {
    font-size: 16px;
  }
}



.breadcrumb-hero {
  position: relative;
  min-height: 260px;
  display: flex;
  align-items: center;
  background-image: url("assets/kashmir-bg.jpg"); /* replace with your image */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Dark soft overlay */
.breadcrumb-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(2, 44, 34, 0.65),
    rgba(2, 44, 34, 0.85)
  );
}

/* CONTENT */
.breadcrumb-content {
  position: relative;
  z-index: 2;
  color: #ffffff;
}

.breadcrumb-links {
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 12px;
  flex-wrap: wrap;
}

.breadcrumb-links a {
  color: #a7f3d0;
  text-decoration: none;
  transition: color 0.3s ease;
}

.breadcrumb-links a:hover {
  color: #ffffff;
}

.breadcrumb-links .current {
  color: #ffffff;
  font-weight: 600;
}

.breadcrumb-content h1 {
  font-size: 44px;
  font-weight: 600;
  line-height: 1.2;
  max-width: 720px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .breadcrumb-hero {
    min-height: 220px;
  }

  .breadcrumb-content h1 {
    font-size: 30px;
  }
}

/* SECTION */
.contact-section {
  padding: 90px 0;
  background: #ffffff;
}

/* GRID */
.contact-wrapper {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 40px;
  align-items: stretch;
}

/* LEFT INFO */
.contact-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.info-card {
  display: flex;
  gap: 18px;
  align-items: center;
  background: #ffffff;
  padding: 22px;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
}

.icon-circle {
  min-width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #38bdf8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.info-card span {
  font-size: 13px;
  color: #64748b;
  letter-spacing: 0.5px;
}

.info-card h4 {
  font-size: 16px;
  font-weight: 500;
  color: #0f172a;
  margin-top: 4px;
}

/* RIGHT FORM */
.contact-form {
  background: #f7f9ec;
  padding: 40px;
  border-radius: 18px;
}

.contact-form h2 {
  font-size: 32px;
  margin-bottom: 25px;
  color: #0f172a;
}

/* FORM */
.form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 18px;
}

.form-group label {
  font-size: 14px;
  margin-bottom: 6px;
  color: #334155;
}

.form-group input,
.form-group textarea {
  padding: 14px 16px;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  font-size: 14px;
  outline: none;
}

.form-group textarea {
  resize: none;
  min-height: 140px;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: #38bdf8;
}

/* ROW */
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

/* BUTTON */
button {
  margin-top: 10px;
  background: #38bdf8;
  color: #ffffff;
  border: none;
  padding: 14px 30px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s ease;
}

button:hover {
  background: #0ea5e9;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .contact-wrapper {
    grid-template-columns: 1fr;
  }

  .contact-form {
    padding: 30px;
  }
}

@media (max-width: 576px) {
  .form-row {
    grid-template-columns: 1fr;
  }

  .contact-form h2 {
    font-size: 26px;
  }
}
/* SECTION */
.gallery-section {
  padding: 90px 0;
  background: #ffffff;
}

/* HEADER */
.gallery-header {
  max-width: 720px;
  margin-bottom: 50px;
}

.section-tag {
  font-size: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #0f766e;
  font-weight: 600;
}

.gallery-header h2 {
  font-size: 38px;
  margin: 12px 0 16px;
  color: #0f172a;
}

.gallery-header p {
  font-size: 16px;
  line-height: 1.8;
  color: #475569;
}

/* GRID */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

/* ITEM */
.gallery-item {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  height: 280px;
  cursor: pointer;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.gallery-item:hover img {
  transform: scale(1.08);
}

/* OVERLAY */
.overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(15, 118, 110, 0.05),
    rgba(15, 118, 110, 0.75)
  );
  display: flex;
  align-items: flex-end;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.gallery-item:hover .overlay {
  opacity: 1;
}

.overlay span {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-header h2 {
    font-size: 32px;
  }
}

@media (max-width: 576px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-item {
    height: 240px;
  }

  .gallery-header h2 {
    font-size: 26px;
  }
}

/* SECTION */
.blog-section {
  padding: 90px 0;
  background: #f8fafc;
}

/* HEADER */
.blog-header {
  max-width: 720px;
  margin-bottom: 50px;
}

.section-tag {
  font-size: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #0f766e;
  font-weight: 600;
}

.blog-header h2 {
  font-size: 38px;
  margin: 12px 0 16px;
  color: #0f172a;
}

.blog-header p {
  font-size: 16px;
  line-height: 1.8;
  color: #475569;
}

/* GRID */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* CARD */
.blog-card {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.35s ease;
  border: 1px solid #e5e7eb;
}

.blog-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

/* IMAGE */
.blog-image {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.blog-card:hover img {
  transform: scale(1.08);
}

/* CATEGORY */
.blog-category {
  position: absolute;
  top: 15px;
  left: 15px;
  background: rgba(15, 118, 110, 0.9);
  color: #ffffff;
  padding: 6px 14px;
  font-size: 12px;
  border-radius: 20px;
  letter-spacing: 0.5px;
}

/* CONTENT */
.blog-content {
  padding: 25px;
}

.blog-date {
  font-size: 13px;
  color: #64748b;
}

.blog-content h3 {
  font-size: 20px;
  margin: 10px 0 12px;
  line-height: 1.4;
  color: #0f172a;
}

.blog-content p {
  font-size: 15px;
  line-height: 1.7;
  color: #475569;
  margin-bottom: 18px;
}

/* LINK */
.blog-content a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  color: #0f766e;
  transition: color 0.3s ease;
}

.blog-content a:hover {
  color: #0d9488;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .blog-header h2 {
    font-size: 32px;
  }
}

@media (max-width: 576px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }

  .blog-header h2 {
    font-size: 26px;
  }
}
.destination-section {
  padding: 80px 20px;
  background: linear-gradient(135deg, #f4f9ff, #eef6ff);
  font-family: "Poppins", sans-serif;
}

.destination-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.destination-image {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.destination-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.destination-image:hover img {
  transform: scale(1.08);
}

.destination-tag {
  position: absolute;
  top: 20px;
  left: 20px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 8px 16px;
  border-radius: 30px;
  font-size: 14px;
}

.destination-content h2 {
  font-size: 42px;
  color: #0b3c5d;
  margin-bottom: 10px;
}

.destination-subtitle {
  font-size: 18px;
  color: #2a7fff;
  margin-bottom: 20px;
  font-weight: 500;
}

.destination-desc {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 25px;
}

.destination-features {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.destination-features li {
  font-size: 16px;
  margin-bottom: 10px;
}

.destination-btn {
  display: inline-block;
  padding: 14px 34px;
  background: linear-gradient(135deg, #2a7fff, #00c6ff);
  color: #fff;
  border-radius: 40px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.destination-btn:hover {
  background: linear-gradient(135deg, #0056d6, #009edc);
  transform: translateY(-3px);
}

/* Responsive */
@media (max-width: 900px) {
  .destination-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .destination-content h2 {
    font-size: 34px;
  }

  .destination-image {
    max-height: 400px;
  }
}
.booking-popup {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}

.booking-popup.active {
  display: block;
}

.booking-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
}

/* Popup Box */
.booking-box {
  position: relative;
  max-width: 420px;
  width: calc(100% - 30px);
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  padding: 32px;
  border-radius: 16px;
  z-index: 2;
  animation: popupFade 0.4s ease;
}

/* Animation */
@keyframes popupFade {
  from {
    opacity: 0;
    transform: translateY(-40%) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(-50%) scale(1);
  }
}

/* Heading */
.booking-box h3 {
  font-size: 24px;
  margin-bottom: 6px;
}

.booking-box p {
  font-size: 14px;
  color: #666;
  margin-bottom: 22px;
}

/* Form */
.form-group {
  margin-bottom: 14px;
}

.booking-box input,
.booking-box select,
.booking-box textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 14px;
}

.booking-box textarea {
  resize: none;
}

/* Button */
.submit-btn {
  width: 100%;
  padding: 14px;
  background: #0d6efd;
  color: #fff;
  border: none;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
}

/* Close Button */
.close-btn {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 26px;
  background: none;
  border: none;
  cursor: pointer;
}

/* ✅ MOBILE FIX */
@media (max-width: 576px) {
  .booking-box {
    padding: 24px;
  }

  .booking-box h3 {
    font-size: 20px;
  }

  .booking-box p {
    font-size: 13px;
  }

  .booking-box input,
  .booking-box select,
  .booking-box textarea {
    font-size: 13px;
    padding: 11px 12px;
  }

  .submit-btn {
    padding: 12px;
    font-size: 14px;
  }
}

/* ✅ SMALL HEIGHT DEVICES FIX */
@media (max-height: 620px) {
  .booking-box {
    top: 20px;
    transform: none;
    margin: 20px auto;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
  }
}
.honeymoon-hero {
  position: relative;
  padding: 120px 20px;
  background: url("assets/blog-hero.png") center/cover no-repeat;
  color: #fff;
}

.honeymoon-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(0,0,0,0.6), rgba(0,0,0,0.3));
}

.honeymoon-content {
  position: relative;
  max-width: 650px;
}

.honeymoon-tag {
  display: inline-block;
  letter-spacing: 2px;
  font-size: 13px;
  margin-bottom: 15px;
  color: #ffd1dc;
}

.honeymoon-content h2 {
  font-size: 48px;
  margin-bottom: 20px;
}

.honeymoon-content p {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 30px;
}

.honeymoon-btn {
  display: inline-block;
  padding: 14px 36px;
  background: linear-gradient(135deg, #ff758c, #ff7eb3);
  color: #fff;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 500;
}

/* Responsive */
@media (max-width: 768px) {
  .honeymoon-content h2 {
    font-size: 34px;
  }
}
.honeymoon-packages {
  padding: 90px 20px;
  background: #fff;
}

.section-head h2 {
  font-size: 40px;
  margin-bottom: 10px;
}

.section-head p {
  font-size: 16px;
  color: #666;
}

.honeymoon-grid {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.honeymoon-card {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0,0,0,0.12);
  transition: transform 0.3s ease;
}

.honeymoon-card:hover {
  transform: translateY(-8px);
}

.honeymoon-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.honeymoon-card-body {
  padding: 25px;
}

.honeymoon-card-body h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.honeymoon-card-body p {
  font-size: 15px;
  margin-bottom: 12px;
  color: #555;
}

.honeymoon-card-body span {
  display: block;
  font-size: 14px;
  color: #999;
  margin-bottom: 18px;
}

.honeymoon-card-body a {
  color: #ff758c;
  font-weight: 500;
  text-decoration: none;
}

/* Responsive */
@media (max-width: 992px) {
  .honeymoon-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 576px) {
  .honeymoon-grid {
    grid-template-columns: 1fr;
  }

  .section-head h2 {
    font-size: 30px;
  }
}

.honeymoon-why {
  padding: 90px 20px;
  background: #fdf7f9;
}

.why-grid {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.why-card {
  background: #fff;
  padding: 35px 25px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

.why-card span {
  font-size: 34px;
  display: block;
  margin-bottom: 15px;
}

.why-card h4 {
  font-size: 18px;
  margin-bottom: 10px;
}

.why-card p {
  font-size: 14px;
  color: #666;
}

/* Responsive */
@media (max-width: 992px) {
  .why-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 576px) {
  .why-grid {
    grid-template-columns: 1fr;
  }
}


