header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.3s ease;
}
.hero-slider,
.swiper,
.slider-section {
  margin-top: 0;
}
/* NAVBAR TRANSPARENT */
.navbar {
  background: transparent !important;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

/* SCROLL KE BAAD BG COLOR */
.header-scrolled .navbar {
  background: #ffffff !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.nav-item .nav-link {
  text-transform: uppercase;
  font-weight: 600;
}

/* =================================================
=========================homepage ==================== 
==================================================== */
.carousel-item {
  height: 500px;
}
section {
  margin-bottom: 10px;
}

.about-us-section {
  background-image: url("../images/about/about-bg.avif");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.about-us-section img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  transition: transform 0.3s;
}
.about-us-section img:hover {
  transform: scale(1.05);
}
.about-blur-bg {
  position: relative;
  padding: 40px;
  border-radius: 16px;

  /* glass effect */
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(11px);
}
.testimonial-section {
  background-image: url("../images/about/testimonial-bg.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.testimonial-text {
  font-size: 24px;
}
.testimonial-card {
  min-height: 400px;
  position: relative;
  padding: 40px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(11px);
}

.testimonial_detail {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
}
.testimonial_detail h6,
small {
  font-size: 15px;
}
.toor-packages-section {
  background-image: url("../images/background/package-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.blog-section .card img {
  border-radius: 8px;
  height: 220px;
  object-fit: cover;
}

.testimonialSwiper .swiper-wrapper {
  align-items: stretch;
}

.testimonialSwiper .swiper-slide {
  height: auto;
  display: flex;
}

.testimonial-card {
  width: 100%;
  height: 100%;
  padding-top: 80px !important;
  overflow: visible !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.user-img {
  top: -10px;
  z-index: 10;
  left: 70px;
}

.user-img img {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.swiper-slide {
  padding-top: 60px; /* slide ke top me space */
}

.partners-section {
  background: #fff;
}

.partners-underline {
  width: 80px;
  height: 3px;
  background: #0d6efd;
}

.partner-card {
  height: 90px;
  border: 1px solid #eee;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  transition: 0.3s ease;
}

.partner-card img {
  max-width: 100%;
  max-height: 100%;
  opacity: 0.7;
  transition: 0.3s ease;
}

.partner-card:hover img {
  opacity: 1;
  transform: scale(1.05);
}
.why-choose-section {
  background: #f8f8f8;
}

.why-content {
  padding: 80px 70px;
}

.why-content h3 {
  font-weight: 700;
}

.why-content h6 {
  font-weight: 600;
  margin-bottom: 8px;
}

.why-content p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

.why-image {
  height: 100%;
}

.why-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.toor-package-card {
  position: relative;
  height: 420px;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  color: #fff;
}

/* DARK OVERLAY */
.toor-package-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.2));
}

/* CONTENT */
.toor-card-content {
  position: relative;
  padding: 20px;
  z-index: 2;
}

.toor-card-content h4 {
  font-weight: 700;
}

.toor-card-content .duration {
  font-size: 14px;
  opacity: 0.9;
}

.toor-card-content .desc {
  font-size: 14px;
}

/* PRICE */
.toor-card-content .price {
  font-weight: bold;
  font-size: 16px;
}

/* PRICE BADGE */
.toor-price-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: #fff;
  color: #007bff;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  padding-top: 18px;
  z-index: 2;
}

.inner-banner {
  background-size: contain; /* image zoom out, full visible */
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.page-text p {
  margin-bottom: 1rem;
}
.breadcrumb a {
  text-decoration: none;
  color: #0d6efd;
}
.breadcrumb a:hover {
  text-decoration: underline;
}

/* =================================================
=========================contact us ================
==================================================== */
.social-icons {
  justify-content: start; /* Change to center if you want center alignment */
}

.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border: 2px solid #007bff; /* Blue border */
  border-radius: 50%; /* Makes circle */
  color: #007bff; /* Icon color */
  font-size: 18px;
  transition: all 0.3s ease;
  text-decoration: none;
  margin-right: 10px;
}

.social-icon:hover {
  border-color: #5b5b5b;
  background-color: #5b5b5b; /* Circle fill on hover */
  transform: scale(1.1); /* Slight zoom on hover */
}
.social-icon:hover a {
  color: #fff; /* Icon color on hover */
  transform: scale(1.1); /* Slight zoom on hover */
}
.form-control-custom {
  border-radius: 8px;
  border: 1px solid #ccc;
  padding: 12px 15px;
  font-size: 14px;
  transition: all 0.3s;
}

.form-control-custom:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 5px rgba(13, 110, 253, 0.3);
}

.input-group-text {
  background-color: #fff;
  border-left: 0;
  cursor: pointer;
}

.btn-custom {
  background-color: #00bfff;
  border: none;
  color: #fff;
  font-weight: 500;
  padding: 12px;
  border-radius: 8px;
  transition: all 0.3s;
}

.btn-custom:hover {
  background-color: #0099cc;
}

/* =================================================
=========================package ==================== 
==================================================== */

.toor-package-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transition for both transform and shadow */
}

.toor-package-card:hover {
  transform: scale(1.03);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.toor-card-content h4 {
  font-size: 1.25rem;
}

.toor-card-content .desc {
  font-size: 0.9rem;
}

/* Slanted discount badge */
.discount-badge {
  background: #ff4757;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 28px;
  width: 172px;
  left: -42px;
  transform: rotate(-45deg);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  z-index: 3;
  font-size: 19px;
}

.toor-price-badge {
  font-size: 1rem;
  text-align: center;
  color: #fff;
}

/* pagination   */
/* Pagination Container */
.pagination {
  background: rgba(255, 255, 255, 0.05); /* transparent background */
  backdrop-filter: blur(10px); /* glass blur effect */
  border-radius: 10px;
  padding: 0.5rem 1rem;
  display: inline-flex;
  gap: 0.3rem;
}

/* Pagination Items */
.pagination .page-item {
  margin: 0;
}

/* Pagination Links */
.pagination .page-link {
  color: #fff; /* white text */
  background: transparent; /* transparent background */
  border: none;
  min-width: 40px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}

/* Hover Effect */
.pagination .page-link:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  transform: scale(1.1);
}

/* Active Page */
.pagination .page-item.active .page-link {
  background: #ffffff20; /* semi-transparent white */
  color: #fff;
  font-weight: bold;
  transform: scale(1.1);
}

/* =================================================
=========================footer ==================== 
==================================================== */
footer {
  background-color: #2d3e52;
}
.footer-links li {
  margin-bottom: 8px;
}
.footer-links a:hover {
  color: #0d6efd;
}

.footer-email,
.footer-email-btn {
  border-radius: 50px;
  background-color: #fff;
  border-color: #fff;
}

/* Responsive */
@media (max-width: 991px) {
  .why-content {
    padding: 40px 20px;
  }

  .why-image img {
    height: 300px;
  }
}
