/* Special Offer Slider Section (Screenshot 2 Style) */
.offer-slider-section {
  background: #fff;
  margin-bottom: 0;
  padding-top: 0;
}
/* Fixed Call Button */
.fixed-call-btn {
  position: fixed;
  right: 22px;
  bottom: 135px;
  z-index: 9999;
  background: #ffc722;
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 4px 16px #0002;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  cursor: pointer;
  transition: background 0.2s;
}
.fixed-call-btn:hover {
  background: #128c7e;
}
@media (max-width: 600px) {
  .fixed-call-btn {
    right: 12px;
    bottom: 135px;
    width: 60px;
    height: 60px;
    font-size: 1.6rem;
  }
}

.offer-slider-row {
  min-height: 360px;
  width: 100%;
}
.offer-slider-left {
  flex: 1 1 48%;
  min-width: 340px;
  min-height: 340px;
  max-width: 600px;
  padding: 0;
  border-radius: 0;
  overflow: hidden;
  margin-right: 0;
}
.offer-slider-bg-night {
  background: url('../image/banner/8.jpg') center center/cover no-repeat;
  width: 100%;
  height: 100%;
  min-height: 340px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.offer-slider-overlay-night {
  position: absolute;
  inset: 0;
  background: rgba(20,20,40,0.75);
  z-index: 1;
}
.offer-slider-content-night {
  position: relative;
  z-index: 2;
  padding: 36px 32px;
  width: 100%;
  text-align: left;
}
.offer-slider-title-night {
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.2;
  font-family: 'Gilda Display', serif;
}
.offer-slider-highlight-night {
  color: #e53935;
  font-weight: 900;
}
.offer-slider-desc-night {
  color: #fff;
  font-size: 1.15rem;
  font-family: 'Playfair Display', serif;
}
.offer-slider-right {
  flex: 1 1 52%;
  min-width: 340px;
  padding: 0;
  display: flex;
  align-items: stretch;
  background: #fff0;
  border-radius: 0;
  overflow: visible;
}
.offer-cards-carousel-night {
  width: 100%;
  padding: 0 18px;
}
.offer-card-night {
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 24px #0002;
  margin: 0 12px;
  border-radius: 18px !important;
  background: #fff;
  min-height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: box-shadow 0.3s, transform 0.3s;
}
.offer-card-night img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  border-radius: 18px 18px 18px 18px !important;
  display: block;
  transition: filter 0.3s, transform 0.3s;
}
.offer-card-night:hover {
  box-shadow: 0 8px 32px #ffc72255;
  transform: translateY(-6px) scale(1.03);
}
.offer-card-night:hover img {
  filter: brightness(1.08) saturate(1.2) drop-shadow(0 8px 32px #0004);
  transform: scale(1.04) rotateZ(-2deg);
}
.offer-card-caption-night {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.45);
  color: #fff;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  padding: 18px 0 12px 0;
  text-shadow: 0 2px 8px #000a;
  font-family: 'Gilda Display', serif;
  border-radius: 0 0 18px 18px;
}
.offer-cards-carousel-night {
  position: relative;
}
.offer-cards-carousel-night {
  position: relative;
}
.offer-cards-carousel-night .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0;
  pointer-events: none;
  z-index: 20;
}
.offer-cards-carousel-night .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff !important;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  box-shadow: 0 2px 8px #0002;
  border: 2px solid #ffc722;
  color: #1d2b53;
  font-size: 1.5rem;
  transition: background 0.2s, color 0.2s, border 0.2s;
  opacity: 0.95;
  display: flex !important;
  align-items: center;
  justify-content: center;
  pointer-events: all !important;
}
.offer-cards-carousel-night .owl-nav .owl-prev {
  left: 8px;
  right: auto;
}
.offer-cards-carousel-night .owl-nav .owl-next {
  right: 8px;
  left: auto;
}
.offer-cards-carousel-night .owl-nav button:hover {
  background: #ffc722 !important;
  color: #fff;
  border-color: #1d2b53;
  opacity: 1;
}
.offer-cards-carousel-night .owl-nav button:hover {
  background: #ffc722 !important;
  color: #fff;
  border-color: #1d2b53;
  opacity: 1;
}
.offer-cards-carousel-night .owl-nav { display: block !important; }
.offer-cards-carousel-night .owl-dots { display: none !important; }

@media (max-width: 991px) {
  .offer-slider-row {
    display: block !important;
    flex-direction: unset !important;
    align-items: unset !important;
    width: 100%;
  }
  .offer-slider-left, .offer-slider-right {
    max-width: 100%;
    min-width: 0;
    width: 100%;
    border-radius: 0 !important;
    margin: 0 !important;
  }
  .offer-slider-left {
    margin-bottom: 18px !important;
  }
  .offer-slider-bg-night {
    min-height: 220px;
    border-radius: 18px 18px 0 0;
  }
  .offer-slider-right {
    border-radius: 0 0 18px 18px;
  }
  .offer-card-night, .offer-card-night img {
    height: 220px;
    min-height: 220px;
  }
}
@media (max-width: 767px) {
  .offer-slider-section {
    padding: 5px !important;
  }
  .offer-slider-content-night { padding: 14px 6px; }
  .offer-slider-title-night { font-size: 1.1rem; }
  .offer-card-caption-night { font-size: 0.98rem; padding: 8px 0 4px 0; }
  .offer-cards-carousel-night .owl-nav .owl-prev { left: 0; }
  .offer-cards-carousel-night .owl-nav .owl-next { right: 0; }
  .offer-slider-left, .offer-slider-right {
    border-radius: 0 !important;
    margin: 0 !important;
    width: 100%;
  }
  .offer-slider-bg-night {
    border-radius: 12px 12px 0 0;
  }
  .offer-slider-right {
    border-radius: 0 0 12px 12px;
  }
}
/* Special Offer Slider Section (Homepage) */
.offer-slider-section {
  background: #fff;
  margin-bottom: 0;
  padding-top: 0;
}
.offer-slider-row {
  min-height: 360px;
  width: 100%;
}
.offer-slider-left {
  flex: 1 1 44%;
  min-width: 320px;
  min-height: 340px;
  max-width: 600px;
  padding: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  overflow: hidden;
  margin-right: 0;
}
.offer-slider-bg {
  background: url('../image/banner/6.jpg') center center/cover no-repeat;
  width: 100%;
  height: 100%;
  min-height: 340px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.offer-slider-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.7);
  z-index: 1;
}
.offer-slider-content {
  position: relative;
  z-index: 2;
  padding: 36px 32px;
  width: 100%;
  text-align: left;
}
.offer-slider-title {
  color: #fff;
  font-size: 2.1rem;
  line-height: 1.2;
}
.offer-slider-highlight {
  color: #e53935;
  font-weight: 900;
}
.offer-slider-desc {
  color: #fff;
  font-size: 1.15rem;
}
.offer-slider-right {
  flex: 1 1 56%;
  min-width: 320px;
  padding: 0;
  display: flex;
  align-items: stretch;
  background: #fff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
}
.offer-cards-carousel {
  width: 100%;
  padding: 0 18px;
}
.offer-card {
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 24px #0002;
  margin: 0 6px;
  border-radius: 0 !important;
  background: #fff;
  min-height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.offer-card img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  filter: brightness(0.85);
  border-radius: 0 !important;
  display: block;
}
.offer-card-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.45);
  color: #fff;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  padding: 18px 0 12px 0;
  text-shadow: 0 2px 8px #000a;
}
.offer-cards-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff !important;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  box-shadow: 0 2px 8px #0002;
  border: 2px solid #ffc722;
  color: #1d2b53;
  font-size: 1.2rem;
  z-index: 10;
  transition: background 0.2s, color 0.2s, border 0.2s;
  opacity: 0.95;
  display: flex !important;
  align-items: center;
  justify-content: center;
  pointer-events: auto !important;
}
.offer-cards-carousel .owl-nav .owl-prev { left: -18px; }
.offer-cards-carousel .owl-nav .owl-next { right: -18px; }
.offer-cards-carousel .owl-nav button:hover {
  background: #ffc722 !important;
  color: #fff;
  border-color: #1d2b53;
  opacity: 1;
}
.offer-cards-carousel .owl-nav { display: block !important; }
.offer-cards-carousel .owl-dots { display: none !important; }

@media (max-width: 991px) {
  .offer-slider-row { flex-direction: column; }
  .offer-slider-left, .offer-slider-right { max-width: 100%; min-width: 0; }
  .offer-slider-bg { min-height: 220px; }
  .offer-card, .offer-card img { height: 220px; min-height: 220px; }
}
@media (max-width: 767px) {
  .offer-slider-content { padding: 18px 10px; }
  .offer-slider-title { font-size: 1.3rem; }
  .offer-card-caption { font-size: 1rem; padding: 10px 0 6px 0; }
  .offer-cards-carousel .owl-nav .owl-prev { left: 0; }
  .offer-cards-carousel .owl-nav .owl-next { right: 0; }
}
.category-packages-carousel .category-package-card {
  margin: 20px 10px;
}
.category-packages-carousel .owl-nav {
  top: 40%;
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
.category-packages-carousel .owl-nav button {
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 8px #0002;
  color: #222;
  font-size: 1.5rem;
  width: 44px;
  height: 44px;
  border: none;
  pointer-events: all;
  transition: background .2s;
}
.category-packages-carousel .owl-nav button:hover {
  background: #ffc722;
  color: #fff;
}
.category-packages-carousel .owl-dots {
  text-align: center;
  margin-top: 18px;
}
.category-packages-carousel .owl-dot span {
  width: 12px;
  height: 12px;
  background: #eee;
  border-radius: 50%;
  display: inline-block;
  margin: 0 4px;
  transition: background .2s;
}
.category-packages-carousel .owl-dot.active span {
  background: #ffc722;
}
/* Category Wise Package Card */
.category-package-card {
  box-shadow: 0 4px 24px rgba(44,62,80,0.10);
  transition: box-shadow .3s, transform .3s;
  background: #fff;
  overflow: hidden;
  min-height: 340px;
  display: flex;
  flex-direction: column;
}
.category-package-card:hover {
  box-shadow: 0 8px 32px rgba(44,62,80,0.18);
  transform: translateY(-6px) scale(1.03);
}
.category-package-image-wrapper img {
  transition: transform .3s;
}
.category-package-card:hover .category-package-image-wrapper img {
  transform: scale(1.07);
}
.category-package-details .btn-warning {
  background: linear-gradient(90deg,#ffc722 60%,#ff9800 100%);
  border: none;
  color: #222;
  font-weight: 600;
  box-shadow: 0 2px 8px #ffc72233;
  transition: background .2s;
}
.category-package-details .btn-warning:hover {
  background: linear-gradient(90deg,#ff9800 60%,#ffc722 100%);
  color: #fff;
}
.category-package-details .btn-outline-primary {
  border-radius: 6px;
  font-weight: 600;
}
/* Tour Packages Attractive Card */
.package-attractive-card {
  border-radius: 14px;
  box-shadow: 0 4px 24px rgba(44,62,80,0.10);
  transition: box-shadow .3s, transform .3s;
  background: #fff;
  overflow: hidden;
}
.package-attractive-card:hover {
  box-shadow: 0 8px 32px rgba(44,62,80,0.18);
  transform: translateY(-6px) scale(1.03);
}
.package-img-wrap img {
  transition: transform .3s;
}
.package-attractive-card:hover .package-img-wrap img {
  transform: scale(1.07);
}
.package-attractive-card .card-title {
  color: #1a237e;
}
.package-attractive-card .btn-warning {
  background: linear-gradient(90deg,#ffc722 60%,#ff9800 100%);
  border: none;
  color: #222;
  font-weight: 600;
  box-shadow: 0 2px 8px #ffc72233;
  transition: background .2s;
}
.package-attractive-card .btn-warning:hover {
  background: linear-gradient(90deg,#ff9800 60%,#ffc722 100%);
  color: #fff;
}
/* Old Testimonials Section Design */
.testimonials-old {
  background: #f8f8f8;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(44,62,80,0.08);
  padding: 48px 0 32px 0;
  margin-bottom: 32px;
}
.video-block-lg {
  position: relative;
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 32px 0 rgba(31,38,135,0.18);
  background: #222;
}
.video-block-lg img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
  filter: brightness(0.85);
}
.video-block-lg .video-content {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.55);
  color: #fff;
  padding: 24px 18px 14px 18px;
  width: 100%;
}
.video-block-lg h3 {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 6px;
}
.video-block-lg p {
  font-size: 1.05rem;
  margin-bottom: 0;
}
.testimonial-slider {
  position: relative;
}
.testimonial-slide {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px #0001;
  padding: 32px 28px 24px 28px;
  margin-bottom: 24px;
  display: none;
}
.testimonial-slide.active {
  display: block;
  animation: fadeIn 0.6s;
}
.testimonial-text {
  font-size: 1.08rem;
  color: #444;
  margin-bottom: 18px;
}
.testimonial-user-img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 2px 8px #ffc72222;
}
.testimonial-title {
  font-weight: 700;
  color: #222;
  font-size: 1.08rem;
}
.testimonial-name {
  color: #888;
  font-size: 0.98rem;
}
.testimonial-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.testimonial-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ffc722;
  opacity: 0.4;
  cursor: pointer;
  transition: opacity 0.2s;
}
.testimonial-dot.active {
  opacity: 1;
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
/* Testimonials Modern Section */
.testimonials-modern {
  background: linear-gradient(120deg, #fffbe7 60%, #ffc722 100%);
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(44,62,80,0.08);
  padding: 48px 0 32px 0;
  margin-bottom: 32px;
}
.testimonial-detail-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 12px #0001;
  padding: 32px 28px 24px 28px;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.testimonial-avatar-lg img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 2px 8px #ffc72222;
  margin-bottom: 18px;
}
.testimonial-quote-lg {
  font-size: 1.18rem;
  color: #444;
  margin-bottom: 18px;
  text-align: center;
}
.testimonial-author-lg {
  font-weight: 700;
  color: #1d2b53;
  font-size: 1.08rem;
  text-align: center;
}
.testimonial-list-slider {
  display: flex;
  flex-direction: row;
  gap: 18px;
  justify-content: center;
  align-items: center;
}
.testimonial-list-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px #ffc72222;
  padding: 12px 10px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: box-shadow 0.2s, transform 0.2s;
}
.testimonial-list-card.active, .testimonial-list-card:hover {
  box-shadow: 0 8px 24px #ffc72255;
  transform: scale(1.06);
}
.testimonial-avatar-sm img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 8px;
}
.testimonial-list-name {
  font-weight: 600;
  color: #222;
  font-size: 1rem;
  text-align: center;
}
.testimonial-list-name span {
  color: #888;
  font-size: 0.92rem;
}
@media (max-width: 991px) {
  .testimonials-modern { padding: 24px 0 12px 0; }
  .testimonial-detail-card { padding: 18px 10px 14px 10px; }
  .testimonial-list-slider { gap: 8px; }
}
/* Video Block for Testimonials Section */
.video-block-lg {
  position: relative;
  width: 100%;
  max-width: 570px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 32px 0 rgba(31,38,135,0.18);
  background: #222;
}
.video-block-lg img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
  filter: brightness(0.85);
}
.video-block-lg .video-content {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.55);
  color: #fff;
  padding: 24px 18px 14px 18px;
  width: 100%;
}
.video-block-lg h3 {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 6px;
}
.video-block-lg p {
  font-size: 1.05rem;
  margin-bottom: 0;
}
.video-block-lg .fa-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.8rem;
  color: #ffc722;
  background: rgba(0,0,0,0.55);
  border-radius: 50%;
  padding: 18px 22px 18px 24px;
  z-index: 2;
  transition: background 0.2s, color 0.2s;
  box-shadow: 0 2px 12px #0008;
}
.video-block-lg .fa-play:hover {
  background: #ffc722;
  color: #fff;
}

/* Vertical Testimonial Cards */
.testimonial-cards-vertical {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.testimonial-card-vertical {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(44,62,80,0.10);
  padding: 32px 28px 24px 28px;
  margin-bottom: 18px;
  position: relative;
  min-height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  animation: fadeInUp 1s cubic-bezier(.25,.8,.25,1);
}
.testimonial-vertical-text {
  font-size: 1.08rem;
  color: #444;
  margin-bottom: 18px;
}
.testimonial-vertical-user {
  display: flex;
  align-items: center;
  gap: 16px;
}
.testimonial-vertical-user img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 2px 8px #ffc72222;
}
.testimonial-vertical-title {
  font-weight: 700;
  color: #222;
  font-size: 1.08rem;
}
.testimonial-vertical-name {
  color: #888;
  font-size: 0.98rem;
}
@media (max-width: 991px) {
  .video-block-lg img { height: 260px; }
  .testimonial-cards-vertical { gap: 18px; }
  .testimonial-card-vertical { padding: 18px 10px 14px 10px; }
}
/* FAQ Section 3D Model Card Design & Background */
/* FAQ Section 3D Model Card Design & Background with Corrected Path */
.faq-3d-bg {
  position: relative;
  background: url('../image/banner/2.jpg') center center/cover no-repeat;
  background-blend-mode: overlay;
}
.faq-3d-bg::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(255,255,255,0.7);
  z-index: 0;
}
.faq-3d-bg > .container {
  position: relative;
  z-index: 1;
}
.faq-3d-card {
  border-radius: 18px;
  box-shadow: 0 8px 32px 0 rgba(31,38,135,0.18);
  background: linear-gradient(120deg, #fff 60%, #fffcf2 100%);
  overflow: hidden;
  transition: transform 0.5s cubic-bezier(.25,.8,.25,1), box-shadow 0.5s;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  margin-bottom: 18px;
}
.faq-3d-card:hover {
  transform: scale(1.06) rotateY(6deg) translateY(-8px);
  box-shadow: 0 16px 48px 0 #ffc72255, 0 0 32px 0 #fff8;
}
.faq-card-img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  display: block;
}
.faq-card-content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 18px 12px 12px 12px;
}
.faq-card-content h5 {
  font-weight: 700;
  color: var(--accent);
  font-size: 1.1rem;
  margin-bottom: 8px;
  text-align: center;
}
.faq-card-content p {
  color: #222;
  font-size: 1rem;
  text-align: center;
  margin-bottom: 0;
}
/* How It Works Timeline Section */
.how-works-timeline {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
  margin: 48px 0 0 0;
  flex-wrap: wrap;
}
.how-step {
  background: linear-gradient(120deg, #fff 60%, #e3e1d9 100%);
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(44,62,80,0.10);
  padding: 32px 18px 18px 18px;
  flex: 1 1 220px;
  min-width: 220px;
  max-width: 260px;
  text-align: center;
  position: relative;
  transition: transform 0.4s, box-shadow 0.4s;
  z-index: 1;
}
.how-step:hover {
  transform: scale(1.06) translateY(-8px);
  box-shadow: 0 16px 48px 0 #ffc72255;
}
.how-icon {
  width: 64px;
  height: 64px;
  background: #1d2b53;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  margin: 0 auto 18px auto;
  box-shadow: 0 2px 12px #1d2b5355;
  transition: background 0.3s, color 0.3s, transform 0.3s;
}
.how-step:hover .how-icon {
  background: #ffc722;
  color: #1d2b53;
  transform: scale(1.12) rotateY(8deg);
}
.how-content h5 {
  font-weight: 700;
  color: var(--accent);
  font-size: 1.1rem;
  margin-bottom: 8px;
}
.how-content p {
  color: #222;
  font-size: 1rem;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .how-works-timeline {
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
  }
  .how-step {
    min-width: 180px;
    max-width: 100%;
    padding: 24px 10px 14px 10px;
  }
}
/* Popular Experiences 3D Animation Card Design */
.experience-3d-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 32px 0 rgba(31,38,135,0.18);
  background: #fff;
  transition: transform 0.5s cubic-bezier(.25,.8,.25,1), box-shadow 0.5s;
  cursor: pointer;
  height: 320px;
  display: flex;
  align-items: stretch;
}
.experience-3d-card:hover {
  transform: scale(1.06) rotateY(8deg) translateY(-8px);
  box-shadow: 0 16px 48px 0 #ffc72255;
}
.experience-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;
  transition: filter 0.5s, transform 0.5s;
}
.experience-3d-card:hover .experience-img {
  filter: brightness(0.7) blur(1px);
  transform: scale(1.08);
}
.experience-overlay {
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255,199,34,0.45) 60%, rgba(220,53,69,0.45) 100%);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px 18px 18px 18px;
  border-radius: 12px;
  box-shadow: 0 8px 32px 0 #1d2b5355;
  opacity: 0;
  transition: bottom 0.5s cubic-bezier(.25,.8,.25,1), opacity 0.5s;
  z-index: 2;
}
.experience-3d-card:hover .experience-overlay {
  bottom: 0;
  opacity: 1;
}
.experience-overlay h5 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
}
.experience-overlay p {
  font-size: 1rem;
  color: #fff;
  margin-bottom: 0;
}
/* Best Places to Visit Unique Card Designs */
.best-place-card {
  /* border-radius: 22px; */
  box-shadow: 0 8px 32px 0 rgba(31,38,135,0.18);
  background: #fff;
  overflow: hidden;
  margin-bottom: 18px;
  transition: transform 0.4s, box-shadow 0.4s;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.best-place-card:hover {
  transform: scale(1.06) rotateY(4deg) translateY(-8px);
  box-shadow: 0 16px 48px 0 #ffc72255;
}
.best-place-img-wrap {
  position: relative;
  width: 100%;
  height: 180px;
  overflow: hidden;
}
.best-place-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.best-place-content {
  padding: 18px 14px 14px 14px;
  text-align: center;
}
.best-place-content p {
  color: #222;
  font-size: 1rem;
  margin-bottom: 0;
}
/* Taj Mahal Card - elegant border and shadow */
.taj-mahal-card {
  /* border: 2.5px solid #ffc722; */
  box-shadow: 0 4px 32px #ffc72233;
}
.taj-title {
  color: #1d2b53;
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
}
/* Jaipur Card - badge overlay */
.jaipur-card {
  /* border: 2.5px solid #1d2b53; */
  box-shadow: 0 4px 32px #1d2b5333;
}
.jaipur-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #ffc722;
  color: #fff;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 16px;
  font-size: 0.95rem;
  box-shadow: 0 2px 8px #ffc72255;
}
.jaipur-title {
  color: #ffc722;
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
}
/* Ranthambore Card - icon overlay */
.ranthambore-card {
  /* border: 2.5px solid #28a745; */
  box-shadow: 0 4px 32px #28a74533;
}
.ranthambore-icon {
  position: absolute;
  bottom: 10px;
  right: 14px;
  background: #fff;
  color: #28a745;
  border-radius: 50%;
  padding: 8px;
  font-size: 1.4rem;
  box-shadow: 0 2px 8px #28a74533;
}
.ranthambore-title {
  color: #28a745;
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
}
/* Varanasi Card - wave effect */
.varanasi-card {
  /* border: 2.5px solid #0077b6; */
  box-shadow: 0 4px 32px #0077b633;
}
.varanasi-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 18px;
  background: url('data:image/svg+xml;utf8,<svg width="100%25" height="100%25" viewBox="0 0 100 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 9C20 18 40 0 60 9C80 18 100 0 100 9V18H0V9Z" fill="%230077b6"/></svg>') repeat-x;
  z-index: 2;
}
.varanasi-title {
  color: #0077b6;
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
}
/* Why Choose Us Equal Image Card Design */
.why-img-card {
  border-radius: 24px;
  box-shadow: 0 8px 32px 0 rgba(31,38,135,0.18), 0 0 0 0 #ffc722;
  border: 2.5px solid #ffc722;
  background: #fff;
  overflow: hidden;
  transition: transform 0.5s cubic-bezier(.25,.8,.25,1), box-shadow 0.5s, border 0.5s;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
}
.why-img-card:hover {
  transform: scale(1.06) rotateY(6deg) translateY(-8px);
  box-shadow: 0 16px 48px 0 #ffc72255, 0 0 32px 0 #fff8;
  border: 3px solid #1d2b53;
}
.why-card-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  display: block;
}
.why-card-content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.why-card-content h5 {
  font-weight: 700;
  color: var(--accent);
  font-size: 1.2rem;
}
.why-card-content p {
  color: #444;
  font-size: 1rem;
}
/* 3D Model Card for Why Choose Us */
.why-choose-3d-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.card-3d-model {
  background: linear-gradient(120deg, #fff 60%, #ffffff 100%);
  /* border-radius: 24px; */
  box-shadow: 0 8px 32px 0 rgba(31,38,135,0.18), 0 0 0 0 #adadad;
  /* border: 2.5px solid #000000; */
  transition: transform 0.5s cubic-bezier(.25,.8,.25,1), box-shadow 0.5s, border 0.5s, background 0.5s;
  will-change: transform, box-shadow, border;
  overflow: hidden;
  z-index: 1;
  position: relative;
}
.card-3d-model:hover {
  transform: scale(1.08) rotateY(8deg) translateY(-10px);
  box-shadow: 0 16px 48px 0 #ffc72255, 0 0 32px 0 rgba(255, 255, 255, 0.533);
  border: 3px solid #fdd700;
  background: linear-gradient(120deg, #fff4f4 60%, #fff 100%);
  z-index: 3;
}
.model-3d-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 12px rgba(44,62,80,0.10);
  width: 80px;
  height: 80px;
  margin: 0 auto 18px auto;
  position: relative;
  transition: box-shadow 0.3s, transform 0.3s;
}
.card-3d-model:hover .model-3d-icon {
  box-shadow: 0 8px 32px #ffc72288;
  transform: scale(1.12) rotateY(8deg);
}
.card-3d-model h5 {
  font-weight: 700;
  color: var(--accent);
  font-size: 1.2rem;
}
.card-3d-model p {
  color: #444;
  font-size: 1rem;
}
/* Modern, creative, 3D, animated homepage styles for tajmahaldaytour */

:root {
  --primary: #ffc722;
  --accent: #1d2b53;
  --success: #28a745;
  --dark: #222;
  --white: #fff;
}

body {
  font-family: 'Playfair Display', Georgia, serif;
  background: #f8f9fa;
  color: var(--dark);
}

.section-title {
  font-family: 'Playfair Display', Georgia, serif;
  color: var(--success);
  font-weight: 700;
  margin-bottom: 2.5rem;
  text-align: center;
  letter-spacing: 1px;
}

/* .hero-section heading font-family updated to 'Gilda Display', serif */
.hero-section h1, .hero-section h2, .hero-section h3, .hero-section h4, .hero-section h5, .hero-section h6 {
  font-family: 'Gilda Display', serif;
}
.hero-section {
  position: relative;
  min-height: 90vh;
  background: url('../image/banner/9.png') center center/cover no-repeat;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.hero-overlay {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: rgba(0,0,0,0.45);
  z-index: 1;
}
.hero-section .container { z-index: 2; position: relative; }
.hero-highlight { color: var(--primary); }
.hero-brand { color: #fff; }
.hero-3d-img { position: absolute; bottom: 0; right: 0; z-index: 2; pointer-events: none; }
.hero-3d-img img { width: 340px; max-width: 90vw; filter: drop-shadow(0 8px 32px #0008); transform: rotateY(12deg) scale(1.08); border-radius: 32px; }
@media (max-width:991px) { .hero-3d-img img { width: 220px !important; } }
@media (max-width:767px) { .hero-section { min-height: 60vh !important; } .hero-3d-img { display: none !important; } .hero-section h1 { font-size: 2.1rem !important; } .hero-section p { font-size: 1.1rem !important; } }

/* 3D Card Slider (Owl) */
.card-3d-slider .owl-stage-outer { padding: 20px 0; }
.card-3d-slider .owl-item .card-3d {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(44,62,80,0.10);
  padding: 18px 0 18px 0;
  margin: 0 8px;
  border: 1.5px solid #f3f3f3;
  text-align: center;
  overflow: hidden;
  transition: box-shadow 0.3s, border 0.3s, transform 0.3s;
}
.card-3d-slider .owl-item.active.center .card-3d {
  transform: perspective(600px) rotateY(0deg) scale(1.08);
  box-shadow: 0 16px 48px rgba(44,62,80,0.22);
}
.card-3d-slider .card-3d img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 16px;
  margin-bottom: 12px;
  background: #f8f8f8;
  box-shadow: 0 2px 8px #0001;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.card-3d-slider .card-3d h5 { font-weight: 700; color: var(--accent); font-size: 1.1rem;}

/* Owl Carousel Controls - Modern, visible for categories */
#categoriesOwl .owl-nav button.owl-prev,
#categoriesOwl .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 10px;
  width: 34px;
  height: 34px;
  box-shadow: 0 2px 8px #0002;
  border: 2px solid #ffc722;
  color: #1d2b53;
  font-size: 1.2rem;
  z-index: 10;
  transition: background 0.2s, color 0.2s, border 0.2s;
  opacity: 0.95;
}
#categoriesOwl .owl-nav button.owl-prev { left: -16px; }
#categoriesOwl .owl-nav button.owl-next { right: -16px; }
#categoriesOwl .owl-nav button.owl-prev:hover,
#categoriesOwl .owl-nav button.owl-next:hover {
  background: #ffc722;
  color: #fff;
  border-color: #1d2b53;
  opacity: 1;
}
#categoriesOwl .owl-nav { display: block !important; }
#categoriesOwl .owl-dots { margin-top: 10px; }
.card-3d-slider .card-3d p { color: #444; }

/* Section backgrounds */
.bg-fixed {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}


/* Video Gallery */
.video-card { border-radius: 18px; overflow: hidden; box-shadow: 0 4px 24px rgba(44,62,80,0.10); }
.video-card iframe { width: 100%; height: 220px; border: none; }
@media (max-width:767px) { .video-card iframe { height: 160px; } }

/* General */
.section { padding: 60px 0; }

/* 3D Animated Card Glow & Border */
.card-3d {
  position: relative;
  background: rgba(255,255,255,0.18);
  box-shadow: 0 8px 32px 0 rgba(31,38,135,0.18), 0 0 0 0 #ffc722;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 20px;
  border: 2px solid rgba(255,255,255,0.22);
  transition: transform 0.5s cubic-bezier(.25,.8,.25,1), box-shadow 0.5s, border 0.5s, background 0.5s;
  will-change: transform, box-shadow, border;
  overflow: hidden;
  z-index: 1;
}
.card-3d::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 20px;
  pointer-events: none;
  box-shadow: 0 0 32px 0 #ffc72255, 0 0 0 0 #fff0;
  opacity: 0;
  transition: opacity 0.5s, box-shadow 0.5s;
  z-index: 2;
}
.card-3d:hover {
  transform: scale(1.08) rotateY(8deg) translateY(-10px);
  box-shadow: 0 16px 48px 0 #ffc72255, 0 0 32px 0 #fff8;
  border: 2.5px solid #ffc722;
  background: rgba(255,255,255,0.32);
  z-index: 3;
}
.card-3d:hover::before {
  opacity: 1;
  box-shadow: 0 0 48px 8px #ffc72299, 0 0 0 0 #fff0;
}
.card-3d img {
  transition: filter 0.5s, transform 0.5s;
  border-radius: 20px 20px 0 0;
}
.card-3d:hover img {
  filter: brightness(1.12) saturate(1.25) drop-shadow(0 8px 32px #ffc72244);
  transform: scale(1.06) rotateZ(-2deg);
}

/* Frosted Glass Overlay for Fixed Background Sections */
.bg-fixed {
  position: relative;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.bg-fixed::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(34,34,34,0.45);
  backdrop-filter: blur(2.5px);
  z-index: 0;
}
.bg-fixed > .container, .bg-fixed > .container-fluid {
  position: relative;
  z-index: 2;
}

/* Section Title with Animated Border */
.section-title {
  position: relative;
  z-index: 2;
  margin-bottom: 1.2rem;
  letter-spacing: 1.5px;
  font-size: 2.3rem;
  animation: fadeInDown 1s cubic-bezier(.25,.8,.25,1);
  color: #1d2b53;
  text-shadow: none;
}

.section-desc {
  font-size: 1.13rem;
  color: #444;
  margin-bottom: 2.2rem;
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* Make section-desc visible on dark/fixed backgrounds */
#why-choose-us.bg-fixed .section-desc,
#best-places.bg-fixed .section-desc,
#best-destinations.bg-fixed .section-desc {
  color: #fff;
  text-shadow: 0 2px 8px #000a;
}

/* Remove shadow and change color for Explore Our Tour Categories */
#categories .section-title {
  color: #1d2b53;
  text-shadow: none;
}
.section-title::after {
  content: '';
  display: block;
  margin: 18px auto 0 auto;
  width: 80px;
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(90deg,#ffc722 60%,#fff 100%);
  animation: borderGlow 2.5s infinite alternate;
}
@keyframes borderGlow {
  0% { box-shadow: 0 0 0 0 #ffc72244; }
  100% { box-shadow: 0 0 16px 4px #ffc722cc; }
}

/* Animate Section Fade In */
.section {
  animation: fadeInUp 1.2s cubic-bezier(.25,.8,.25,1);
}
@keyframes fadeInUp {
  0% { opacity: 0; transform: translateY(40px); }
  100% { opacity: 1; transform: translateY(0); }
}

/* About Us Section Enhancements */
#about-us .img-fluid {
  border-radius: 24px;
  box-shadow: 0 12px 48px #ffc72244;
  border: 4px solid #fff;
  animation: fadeInLeft 1.2s cubic-bezier(.25,.8,.25,1);
}
@keyframes fadeInLeft {
  0% { opacity: 0; transform: translateX(-60px); }
  100% { opacity: 1; transform: translateX(0); }
}
#about-us .lead {
  color: #333;
  font-size: 1.18rem;
  margin-bottom: 1.2rem;
}
#about-us ul {
  margin-top: 1.5rem;
}
#about-us li {
  margin-bottom: 0.5rem;
  color: rgb(29 43 83);
  font-weight: 600;
  font-size: 1.08rem;
}

/* Why Choose Us & Best Places (white text on fixed bg) */
#why-choose-us.bg-fixed, #best-places.bg-fixed {
  color: #fff;
  box-shadow: 0 8px 32px 0 #ffc72222;
}
#why-choose-us .card-3d, #best-places .card-3d {
  background: rgba(34,34,34,0.82);
  color: #fff;
  border: 1.5px solid #ffc72255;
}
#why-choose-us .card-3d h5, #best-places .card-3d h5 {
  color: #ffc722;
}

/* Vehicles Owl Carousel */
#vehiclesOwl .card-3d {
  min-height: 270px;
}

/* Best Destinations Section */
#best-destinations .card-3d {
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-shadow: 0 8px 32px #ffc72222;
  margin-bottom: 18px;
}
#best-destinations .card-3d img {
  border-radius: 20px 20px 0 0;
  object-fit: cover;
}
#best-destinations .card-3d .p-4 { flex: 1; display: flex; flex-direction: column; justify-content: space-between; }
#best-destinations .btn { margin-top: 10px; }

/* Popular Experiences */
#popular-experiences .card-3d {
  min-height: 340px;
  box-shadow: 0 8px 32px #ffc72222;
}
#popular-experiences .card-3d img {
  border-radius: 18px 18px 0 0;
}

/* How It Works */
#how-it-works .card-3d {
  min-height: 260px;
  background: #fff;
  color: #222;
  border: 1.5px solid #ffc72255;
  box-shadow: 0 4px 24px #ffc72222;
}
#how-it-works .card-3d h5 { color: #ffc722; }
#how-it-works .card-3d i { font-size: 2.5rem; }

/* FAQ Accordion */
#faqs .accordion-item {
  background: #fff;
  border-radius: 16px;
  margin-bottom: 16px;
  box-shadow: 0 4px 24px #ffc72222;
  border: none;
}
#faqs .accordion-button {
  border-radius: 16px 16px 0 0;
  font-weight: 600;
  font-size: 1.1rem;
  background: #f8f9fa;
  color: #222;
}
#faqs .accordion-button:not(.collapsed) {
  background: #ffc722;
  color: #fff;
}
#faqs .accordion-body {
  font-size: 1.05rem;
  color: #444;
}

/* Call to Action */
/* Call to Action Section with Banner Background */
/* Call to Action Section with Corrected Banner Background Path */
#cta {
  position: relative;
  background: url('../image/banner/3.webp') center center/cover no-repeat;
  color: #222;
  padding: 60px 0 80px 0;
  box-shadow: 0 8px 32px rgba(44,62,80,0.10);
}
#cta::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(255,255,255,0.65);
  z-index: 0;
}
#cta .container {
  position: relative;
  z-index: 1;
}
#cta .btn-danger {
  font-size: 1.3rem;
  border-radius: 32px;
  box-shadow: 0 4px 24px #ffc72244;
  transition: background 0.3s, box-shadow 0.3s;
}
#cta .btn-danger:hover {
  background: #b71c1c;
  box-shadow: 0 8px 32px #ffc72299;
}

@media (max-width: 991px) {
  .section-title { font-size: 1.7rem; }
  .card-3d { margin-bottom: 18px; }
  #best-destinations .card-3d, #popular-experiences .card-3d { min-height: 340px; }
}
@media (max-width: 767px) {
  #why-choose-us .card-3d, #best-places .card-3d {
    margin-bottom: 18px;
  }
  #about-us .img-fluid {
    margin-bottom: 24px;
  }
  .section { padding: 36px 0; }
  #best-destinations .card-3d, #popular-experiences .card-3d { min-height: 260px; }
  #cta { padding: 36px 0 48px 0; }
}

/* Best Destinations Section */
#best-destinations .card-3d {
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-shadow: 0 8px 32px rgba(44,62,80,0.18);
  margin-bottom: 18px;
}
#best-destinations .card-3d img {
  border-radius: 20px 20px 0 0;
  object-fit: cover;
}
#best-destinations .card-3d .p-4 { flex: 1; display: flex; flex-direction: column; justify-content: space-between; }
#best-destinations .btn { margin-top: 10px; }

/* Popular Experiences */
#popular-experiences .card-3d {
  min-height: 340px;
  box-shadow: 0 8px 32px rgba(44,62,80,0.10);
}
#popular-experiences .card-3d img {
  border-radius: 18px 18px 0 0;
}

/* How It Works */
#how-it-works .card-3d {
  min-height: 260px;
  background: #fff;
  color: #222;
  border: 1px solid #eee;
  box-shadow: 0 4px 24px rgba(44,62,80,0.10);
}
#how-it-works .card-3d h5 { color: #ffc722; }
#how-it-works .card-3d i { font-size: 2.5rem; }

/* FAQ Accordion */
#faqs .accordion-item {
  background: #fff;
  border-radius: 16px;
  margin-bottom: 16px;
  box-shadow: 0 4px 24px rgba(44,62,80,0.08);
  border: none;
}
#faqs .accordion-button {
  border-radius: 16px 16px 0 0;
  font-weight: 600;
  font-size: 1.1rem;
  background: #f8f9fa;
  color: #222;
}
#faqs .accordion-button:not(.collapsed) {
  background: #ffc722;
  color: #fff;
}
#faqs .accordion-body {
  font-size: 1.05rem;
  color: #444;
}

/* Call to Action */
#cta {
  /* background: linear-gradient(90deg,#ffc722 60%,#fff 100%); */
  color: #222;
  padding: 60px 0 80px 0;
  box-shadow: 0 8px 32px rgba(44,62,80,0.10);
}
#cta .btn-danger {
  font-size: 1.3rem;
  border-radius: 32px;
  box-shadow: 0 4px 24px rgba(220,53,69,0.18);
  transition: background 0.3s, box-shadow 0.3s;
}
#cta .btn-danger:hover {
  background: #b71c1c;
  box-shadow: 0 8px 32px rgba(220,53,69,0.22);
}

@media (max-width: 991px) {
  #best-destinations .card-3d, #popular-experiences .card-3d { min-height: 340px; }
}
@media (max-width: 767px) {
  #best-destinations .card-3d, #popular-experiences .card-3d { min-height: 260px; }
  #cta { padding: 36px 0 48px 0; }
}

/* Glassmorphism and 3D Card Animation */
.card-3d {
  background: rgba(255,255,255,0.18);
  box-shadow: 0 8px 32px 0 rgba(31,38,135,0.18);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.18);
  transition: transform 0.4s cubic-bezier(.25,.8,.25,1), box-shadow 0.4s, background 0.4s;
  will-change: transform, box-shadow;
  position: relative;
  overflow: hidden;
}
.card-3d:hover {
  transform: scale(1.07) rotateY(6deg) translateY(-8px);
  box-shadow: 0 16px 48px 0 rgba(31,38,135,0.22);
  background: rgba(255,255,255,0.32);
  z-index: 2;
}
.card-3d img {
  transition: filter 0.4s, transform 0.4s;
}
.card-3d:hover img {
  filter: brightness(1.08) saturate(1.2) drop-shadow(0 8px 32px #0004);
  transform: scale(1.04) rotateZ(-2deg);
}

/* Section Spacing and Animation */
.section-title {
  position: relative;
  z-index: 2;
  margin-bottom: 2.5rem;
  letter-spacing: 1.5px;
  font-size: 2.3rem;
  animation: fadeInDown 1s cubic-bezier(.25,.8,.25,1);
}
@keyframes fadeInDown {
  0% { opacity: 0; transform: translateY(-40px); }
  100% { opacity: 1; transform: translateY(0); }
}

.section {
  animation: fadeInUp 1.2s cubic-bezier(.25,.8,.25,1);
}
@keyframes fadeInUp {
  0% { opacity: 0; transform: translateY(40px); }
  100% { opacity: 1; transform: translateY(0); }
}

/* About Us Section Enhancements */
#about-us .img-fluid {
  border-radius: 24px;
  box-shadow: 0 12px 48px rgba(44,62,80,0.22);
  border: 4px solid #fff;
  animation: fadeInLeft 1.2s cubic-bezier(.25,.8,.25,1);
}
@keyframes fadeInLeft {
  0% { opacity: 0; transform: translateX(-60px); }
  100% { opacity: 1; transform: translateX(0); }
}
#about-us .lead {
  color: #333;
  font-size: 1.18rem;
  margin-bottom: 1.2rem;
}
#about-us ul {
  margin-top: 1.5rem;
}
#about-us li {
  margin-bottom: 0.5rem;
  color: rgb(29 43 83);
  font-weight: 600;
  font-size: 1.08rem;
}

/* Why Choose Us & Best Places (white text on fixed bg) */
#why-choose-us.bg-fixed, #best-places.bg-fixed {
  color: #fff;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  position: relative;
  box-shadow: 0 8px 32px 0 rgba(31,38,135,0.12);
}
#why-choose-us .section-title, #best-places .section-title {
  color: #ffc722;
  text-shadow: 0 2px 12px #000a;
}
#why-choose-us .card-3d, #best-places .card-3d {
  background: rgba(34,34,34,0.82);
  color: #fff;
  border: 1px solid #ffc72222;
}
#why-choose-us .card-3d h5, #best-places .card-3d h5 {
  color: #ffc722;
}

/* Vehicles Owl Carousel */
#vehiclesOwl .card-3d {
  min-height: 270px;
}

/* Responsive Tweaks */
@media (max-width: 991px) {
  .section-title { font-size: 1.7rem; }
  .card-3d { margin-bottom: 18px; }
}
@media (max-width: 767px) {
  #why-choose-us .card-3d, #best-places .card-3d {
    margin-bottom: 18px;
  }
  #about-us .img-fluid {
    margin-bottom: 24px;
  }
  .section { padding: 36px 0; }
}

/* Why Choose Us & Best Places (white text on fixed bg) */
#why-choose-us.bg-fixed, #best-places.bg-fixed {
  color: #fff;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  position: relative;
}
#why-choose-us .section-title, #best-places .section-title {
  color: #ffc722;
  text-shadow: 0 2px 12px #000a;
}
#why-choose-us .card-3d, #best-places .card-3d {
  background: rgba(34,34,34,0.92);
  color: #fff;
  border: 1px solid #ffc72222;
}
#why-choose-us .card-3d h5, #best-places .card-3d h5 {
  color: #ffc722;
}

/* About Us Section */
#about-us .img-fluid {
  box-shadow: 0 8px 32px rgba(44,62,80,0.18);
  border-radius: 24px;
}
#about-us ul {
  margin-top: 1.5rem;
}
#about-us li {
  margin-bottom: 0.5rem;
  color: rgb(29 43 83);
  font-weight: 600;
}

@media (max-width: 767px) {
  #why-choose-us .card-3d, #best-places .card-3d {
    margin-bottom: 18px;
  }
  #about-us .img-fluid {
    margin-bottom: 24px;
  }
  .social-review-section .col-md-4 {
    margin-bottom: 24px;
  }
  .social-img {
    max-width: 80%;
    height: auto;
    margin: 0 auto;
    display: block;
  }
}

/* Social & Review Section Styles */
.social-review-section {
  background: #fffbe7;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(44,62,80,0.08);
  padding: 32px 0 16px 0;
  margin-bottom: 32px;
}
.social-review-section .fb-page {
  box-shadow: 0 2px 12px #0001;
  border-radius: 12px;
  overflow: hidden;
}
.social-img {
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0 2px 12px #0001;
  transition: transform 0.2s;
}
.social-img:hover {
  transform: scale(1.04) rotate(-2deg);
  box-shadow: 0 8px 24px #ffc72255;
}

/* Gallery Package Start */
  .category-packages-section {
    padding: 60px 0;
  }

  .container {
    max-width: 1200px;
    margin: auto;
    padding: 0 15px;
  }

  .section-heading-wrapper {
    text-align: center;
    margin-bottom: 40px;
  }

  .section-label {
    color: #fff700;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px;
  }

  .section-main-heading {
    font-size: 32px;
    font-weight: 700;
    color: #1d2b53;
  }

  /* ===============================
           CARD
        ================================ */
  .category-package-card {
    background: #fff;
    /* border-radius: 18px; */
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
  }

  .category-package-card:hover {
    transform: translateY(-8px);
  }

  .category-package-image-wrapper {
    height: 210px;
    overflow: hidden;
  }

  .category-package-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .category-package-details {
    padding: 20px;
    text-align: center;
  }

  .category-package-meta {
    display: flex;
    justify-content: center;
    gap: 15px;
    font-size: 14px;
    color: #666;
    margin-bottom: 12px;
  }

  .category-package-location {
    font-size: 20px;
    font-weight: 700;
    color: #1d2b53;
    margin-bottom: 6px;
  }

  .category-package-title {
    font-size: 15px;
    color: #555;
    margin-bottom: 18px;
  }

  /* ===============================
           BUTTONS
        ================================ */
  .category-package-actions {
    display: flex;
    justify-content: space-around;
    gap: 12px;
  }

  .btn-call-now,
  .btn-book-now {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 18px;
    /* border-radius: 25px; */
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
  }

  .btn-call-now {
    background: #1d2b53;
    color: #fff;
  }

  .btn-call-now:hover {
    background: #1565c0;
  }

  .btn-book-now {
    background: #ffc722;
    color: #000b49;
  }

  .btn-book-now:hover {
    background: #fb8c00;
  }

  /* ===============================
           OWL CONTROLS
        ================================ */
  .category-packages-carousel .owl-nav {
    display: block !important;
  }
  .category-packages-carousel .owl-nav button {
    position: absolute;
    top: 40%;
    width: 42px;
    height: 42px;
    background: #fff !important;
    border-radius: 50%;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    display: flex !important;
    align-items: center;
    justify-content: center;
    z-index: 2;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  .category-packages-carousel .owl-nav .owl-prev {
    left: -20px;
  }

  .category-packages-carousel .owl-nav .owl-next {
    right: -20px;
  }

  .category-packages-carousel .owl-nav span {
    font-size: 24px;
    color: #000000;
  }

  @media(max-width:768px) {
    .category-package-meta {
      flex-direction: column;
      gap: 6px;
    }
  }
