/* Brand palette override — Travelloo custom */
:root {
  --primary-color: #00afa9; /* Teal */
  --secondary-color: #001b44; /* Navy */
  --tertiary-color: #00afa9;
  --primary-soft-color: #eaf8f7;
  --primary-soft-color-two: #eef2f6;
  --primary-color-rgb: 0, 175, 169;
  --secondary-color-rgb: 0, 27, 68;
  --primary-btn: #00afa9;
  --secondary-btn: #001b44;
  --section-bg-one: #f7fafc;
  --section-bg-three: #e6f4f3;
  --available-card-bg: linear-gradient(
    180deg,
    #eaf8f7 0%,
    rgba(234, 248, 247, 0) 98.91%
  );
  --brand-blue: #00afa9;
  --brand-yellow: #001b44;
  --brand-ink: #0f172a;
  --brand-teal: #00afa9;
  --brand-navy: #001b44;
}

[data-theme="dark"] {
  --primary-color: #00afa9;
  --secondary-color: #001b44;
  --tertiary-color: #00afa9;
  --primary-soft-color: #15202b;
  --primary-soft-color-two: #141b24;
  --primary-btn: #00afa9;
  --secondary-btn: #001b44;
}

/* Global accent polish */
.btn-primary,
.btn-primary-sm,
.btn-primary-lg {
  background-color: var(--brand-blue) !important;
  border-color: var(--brand-blue) !important;
  color: #ffffff !important;
}

.btn-secondary,
.btn-secondary-sm,
.btn-secondary-lg {
  background-color: var(--brand-yellow) !important;
  border-color: var(--brand-yellow) !important;
  color: #ffffff !important;
}

.btn-secondary:hover,
.btn-secondary-sm:hover,
.btn-secondary-lg:hover {
  background-color: #002d70 !important;
  border-color: #002d70 !important;
  color: #ffffff !important;
}

.circle-primary-sm,
.circle-primary {
  background-color: var(--brand-blue) !important;
}

/* Section eyebrow headings: clean brand teal uppercase bold style */
.section-title .highlights,
.section-title .highlights-primary {
  font-family: inherit !important;
  color: var(--brand-teal, #00afa9) !important;
  font-size: 13.5px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 1.2px !important;
  display: inline-block !important;
  margin-bottom: 8px !important;
}

//* Guide Profile Cards — Ultra-Premium Luxury Marketplace Design */
.guides-slider-wrapper {
  position: relative;
  padding: 0 10px;
}

#guides .favSwiper-active {
  padding: 14px 6px 32px 6px !important;
  margin: -14px -6px -32px -6px !important;
}

/* External Navigation Buttons for Guides Slider */
#guides .swiper-button-next,
#guides .swiper-button-prev,
.guides-slider-wrapper .swiper-button-next,
.guides-slider-wrapper .swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #ffffff !important;
  color: var(--brand-navy, #001b44) !important;
  border: 1px solid rgba(0, 27, 68, 0.08) !important;
  box-shadow: 0 6px 20px rgba(0, 27, 68, 0.14) !important;
  z-index: 20 !important;
  margin-top: 0 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
  cursor: pointer;
}

#guides .swiper-button-prev,
.guides-slider-wrapper .swiper-button-prev {
  left: -22px !important;
  right: auto !important;
}

#guides .swiper-button-next,
.guides-slider-wrapper .swiper-button-next {
  right: -22px !important;
  left: auto !important;
}

#guides .swiper-button-next::after,
#guides .swiper-button-prev::after {
  content: "" !important;
  display: none !important;
}

#guides .swiper-button-next i,
#guides .swiper-button-prev i,
.guides-slider-wrapper .swiper-button-next i,
.guides-slider-wrapper .swiper-button-prev i {
  font-size: 24px;
  line-height: 1;
  color: var(--brand-navy, #001b44);
  transition: color 0.2s ease;
}

#guides .swiper-button-next:hover,
#guides .swiper-button-prev:hover,
.guides-slider-wrapper .swiper-button-next:hover,
.guides-slider-wrapper .swiper-button-prev:hover {
  background: var(--brand-teal, #00afa9) !important;
  border-color: var(--brand-teal, #00afa9) !important;
  box-shadow: 0 8px 24px rgba(0, 175, 169, 0.35) !important;
  transform: translateY(-50%) scale(1.08) !important;
}

#guides .swiper-button-next:hover i,
#guides .swiper-button-prev:hover i,
.guides-slider-wrapper .swiper-button-next:hover i,
.guides-slider-wrapper .swiper-button-prev:hover i {
  color: #ffffff !important;
}

/* Guide Card Outer Container (Reference Design Matching) */
.guide-profile-card {
  position: relative;
  background: #ffffff !important;
  border-radius: 16px !important;
  border: 1px solid #e2e8f0 !important;
  box-shadow:
    0 4px 16px rgba(0, 0, 0, 0.05),
    0 1px 3px rgba(0, 0, 0, 0.03) !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden !important;
}

.guide-profile-card:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.09) !important;
  border-color: #cbd5e1 !important;
}

/* Card Media Header */
.guide-profile-card .package-img {
  position: relative;
  height: 230px !important;
  overflow: hidden;
  border-top-left-radius: 16px !important;
  border-top-right-radius: 16px !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  margin: 0 !important;
}

.guide-profile-card .package-img > a {
  display: block;
  width: 100%;
  height: 100%;
}

.guide-profile-card .package-img > a img {
  object-fit: cover !important;
  object-position: center 25% !important;
  width: 100% !important;
  height: 100% !important;
  transition: transform 0.5s ease !important;
}

.guide-profile-card:hover .package-img > a img {
  transform: scale(1.05) !important;
}

/* White Floating Badge (Top-Left) */
.ref-guide-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: #ffffff;
  border-radius: 10px;
  padding: 6px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  z-index: 3;
}

.ref-guide-badge .badge-icon {
  color: #b45309; /* Warm gold/bronze */
  font-size: 16px;
  line-height: 1;
  display: flex;
  align-items: center;
}

.ref-guide-badge .badge-text {
  font-size: 11.5px;
  font-weight: 700;
  color: #1e293b;
  line-height: 1.15;
  letter-spacing: -0.01em;
  max-width: 110px;
}

/* Heart Button (Top-Right) */
.guide-profile-card .fav-badge {
  position: absolute;
  top: 14px !important;
  right: 14px !important;
  left: auto !important;
  bottom: auto !important;
  width: 36px !important;
  height: 36px !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border: none !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  color: #1e293b !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12) !important;
  cursor: pointer;
  z-index: 3 !important;
  transition: transform 0.2s ease, background 0.2s ease !important;
}

.guide-profile-card .fav-badge i {
  font-size: 18px;
  line-height: 1;
  color: #334155;
}

.guide-profile-card .fav-badge:hover {
  transform: scale(1.08) !important;
}

.guide-profile-card .fav-badge:hover i {
  color: #ef4444;
}

/* Hide old circular avatar */
.guide-profile-card .guide-avatar {
  display: none !important;
}

/* Card Body Content */
.guide-profile-card .package-content {
  padding: 20px 20px 22px 20px !important;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

/* Guide Name Title */
.guide-name-title {
  margin: 0 0 6px 0 !important;
}

.guide-name-title a {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #1e293b !important;
  letter-spacing: -0.01em;
  line-height: 1.3;
  transition: color 0.2s ease;
}

.guide-name-title a:hover {
  color: var(--brand-teal, #00afa9) !important;
}

/* Rating Row */
.guide-rating-row {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 12px;
}

.guide-rating-row i {
  color: #facc15; /* Bright yellow star */
  font-size: 16px;
}

.guide-rating-row .rating-val {
  font-size: 14px;
  font-weight: 700;
  color: #1e293b;
}

.guide-rating-row .rating-count {
  font-size: 14px;
  font-weight: 500;
  color: #64748b;
}

/* Metadata Items (Location & Languages) */
.guide-meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #64748b;
  margin-bottom: 8px;
}

.guide-meta-item:last-of-type {
  margin-bottom: 20px;
}

.guide-meta-item i {
  font-size: 16px;
  color: #64748b;
  flex-shrink: 0;
}

.guide-meta-item span {
  font-size: 14px;
  color: #475569;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Full Width View Profile Pill Button (Matching Website Brand Palette) */
.guide-pill-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 44px;
  border-radius: 999px;
  border: 1.5px solid rgba(0, 175, 169, 0.25);
  background: rgba(0, 175, 169, 0.06);
  color: var(--brand-teal, #00afa9);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  margin-top: auto;
  transition: all 0.25s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.guide-pill-btn:hover,
.guide-profile-card:hover .guide-pill-btn {
  background: var(--brand-teal, #00afa9) !important;
  border-color: var(--brand-teal, #00afa9) !important;
  color: #ffffff !important;
  box-shadow: 0 4px 16px rgba(0, 175, 169, 0.35);
}

/* Guides Section Action Button */
#guides .section-button .btn-primary-icon-sm {
  border-radius: 999px !important;
  background: var(--brand-navy, #001b44) !important;
  color: #ffffff !important;
  padding: 12px 30px !important;
  height: auto !important;
  border: none !important;
  box-shadow: 0 4px 16px rgba(0, 27, 68, 0.18);
  transition: background 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
}

#guides .section-button .btn-primary-icon-sm:hover {
  background: var(--brand-teal, #00afa9) !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 175, 169, 0.3);
}

/* Registration split screen perks sidebar */
.register-perks-sidebar {
  background: linear-gradient(135deg, var(--primary-soft-color) 0%, rgba(230, 247, 254, 0.5) 100%);
  padding: 48px;
  border-radius: 10px;
  border: 1px solid rgba(0, 181, 252, 0.1);
}

[data-theme="dark"] .register-perks-sidebar {
  background: linear-gradient(135deg, #15202b 0%, rgba(21, 32, 43, 0.5) 100%);
  border-color: rgba(0, 181, 252, 0.15);
}

.perks-title {
  font-size: 28px;
  font-weight: 700;
  color: var(--brand-ink);
  line-height: 1.35;
}

[data-theme="dark"] .perks-title {
  color: #fff;
}

.perk-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.perk-icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--brand-blue);
  color: #fff;
  font-size: 22px;
  box-shadow: 0 4px 12px rgba(0, 181, 252, 0.2);
}

.perk-content {
  flex: 1;
}

.perk-heading {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 4px 0;
  color: var(--brand-ink);
}

[data-theme="dark"] .perk-heading {
  color: #f4f5f6;
}

.perk-text {
  font-size: 14px;
  color: #52606d;
  margin: 0;
  line-height: 1.5;
}

[data-theme="dark"] .perk-text {
  color: #9aa4b2;
}

.gap-16 {
  gap: 16px !important;
}

.gap-10 {
  gap: 10px !important;
}

/* Global Heading Colors - Premium Navy Blue */
h1, h2, h3, h4, h5, h6,
.section-title .title,
.title-main {
  color: var(--brand-navy, #001b44);
}

/* Premium Enhancements for Popular Packages Section */



/* Modern Rounded Filter Pills */
.package-area .package-pills {
  margin-top: -10px;
  margin-bottom: 48px;
  gap: 12px;
  justify-content: center;
}

.package-area .package-pills .package-nav {
  background-color: #f8fafc;
  border: 1px solid #e2e8f0 !important;
  padding: 8px 24px;
  border-radius: 99px !important;
  font-size: 14.5px;
  font-weight: 600;
  color: #475569;
  transition: all 0.25s ease;
}

.package-area .package-pills .package-nav.active {
  background-color: var(--brand-teal, #00afa9) !important;
  border-color: var(--brand-teal, #00afa9) !important;
  color: #fff !important;
  box-shadow: 0 6px 14px rgba(0, 175, 169, 0.25);
}

.package-area .package-pills .package-nav:hover:not(.active) {
  background-color: #e2e8f0;
  color: var(--brand-navy, #001b44);
  transform: translateY(-1px);
}

/* Premium Package Card Styles */
.package-card {
  border-radius: 16px !important;
  border: 1px solid rgba(15, 23, 32, 0.05) !important;
  background: #ffffff;
  box-shadow: 0 8px 30px rgba(15, 23, 32, 0.03);
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.package-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 27, 68, 0.06);
}

.package-card .package-img {
  border-top-right-radius: 16px !important;
  border-top-left-radius: 16px !important;
  height: 200px;
}

.package-card .package-img img {
  border-top-right-radius: 16px !important;
  border-top-left-radius: 16px !important;
  transition: transform 0.6s ease;
}

.package-card:hover .package-img img {
  transform: scale(1.04);
}

/* Glassmorphism Featured Tag */
.package-card .package-img .image-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(15, 23, 32, 0.65) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 5px 12px;
  border-radius: 99px;
  z-index: 2;
}

.package-card .package-img .image-badge .pera {
  color: #fff !important;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0;
}

/* Content typography & alignment */
.package-card .package-content {
  padding: 20px 18px 18px;
}

.package-card .package-content .area-name a {
  color: var(--brand-navy, #001b44) !important;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.35;
  transition: color 0.2s ease;
  text-decoration: none;
}

.package-card:hover .package-content .area-name a {
  color: var(--brand-teal, #00afa9) !important;
}

.package-card .package-content .location {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
}

.package-card .package-content .location i {
  color: var(--brand-teal, #00afa9) !important;
  font-size: 15px;
}

.package-card .package-content .location .name {
  color: #64748b;
  font-size: 13px;
  font-weight: 500;
}

/* Info pill badges */
.package-card .package-content .packages-person {
  display: flex;
  gap: 8px;
  margin: 16px 0;
  border-top: none;
  border-bottom: none;
  padding: 0;
}

.package-card .package-content .packages-person .count {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  padding: 5px 12px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.package-card .package-content .packages-person .count i {
  color: #64748b;
  font-size: 13px;
}

.package-card .package-content .packages-person .count .pera {
  color: #475569;
  font-size: 12px;
  font-weight: 600;
  margin: 0;
}

/* Price & Review structure alignment */
.package-card .package-content .price-review {
  border-top: 1px solid #f1f5f9;
  padding-top: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.package-card .package-content .price-review .light-pera {
  color: #64748b;
  font-size: 12.5px;
  font-weight: 500;
  margin: 0;
}

.package-card .package-content .price-review .pera {
  color: var(--brand-teal, #00afa9) !important;
  font-size: 20px;
  font-weight: 800;
  margin: 0;
}

.package-card .package-content .price-review .rating {
  display: flex;
  align-items: center;
  gap: 4px;
}

.package-card .package-content .price-review .rating i {
  color: #ffb100 !important;
  font-size: 16px;
}

.package-card .package-content .price-review .rating .pera {
  color: #475569 !important;
  font-size: 12.5px !important;
  font-weight: 600;
  margin: 0;
}

/* Premium "View All" Button Style */
.package-area .section-button .btn-primary-icon-sm,
.package-area .btn-primary-icon-sm {
  border-radius: 99px !important;
  background: var(--brand-navy, #001b44) !important;
  color: #fff !important;
  padding: 12px 32px !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.25s ease;
  box-shadow: 0 4px 12px rgba(0, 27, 68, 0.15);
  border: none !important;
  height: auto !important;
}

.package-area .section-button .btn-primary-icon-sm:hover,
.package-area .btn-primary-icon-sm:hover {
  background: #002d70 !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 27, 68, 0.25);
}

.package-area .section-button .btn-primary-icon-sm .pera,
.package-area .btn-primary-icon-sm .pera {
  margin: 0 !important;
  font-size: 14.5px;
  font-weight: 700;
  color: #fff !important;
}

.package-area .section-button .btn-primary-icon-sm i,
.package-area .btn-primary-icon-sm i {
  color: #fff !important;
  font-size: 15px;
}

/* Premium Blog Sidebar Styles */
.search-filter-section {
  background: #ffffff !important;
  border-radius: 16px !important;
  border: 1px solid rgba(15, 23, 32, 0.05) !important;
  box-shadow: 0 8px 30px rgba(15, 23, 32, 0.03) !important;
  padding: 24px !important;
  margin-bottom: 30px;
}

.search-filter-section .heading {
  margin-bottom: 20px;
}

.search-filter-section .heading .title {
  color: var(--brand-navy, #001b44) !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.8px !important;
  position: relative !important;
  padding-bottom: 10px !important;
  border-bottom: 2px solid #f1f5f9 !important;
  margin: 0 !important;
}

.search-filter-section .heading .title::after {
  content: "";
  display: block;
  width: 32px;
  height: 2.5px;
  background: var(--brand-teal, #00afa9);
  position: absolute;
  bottom: -2.5px;
  left: 0;
  border-radius: 99px;
}

/* Premium Search Input */
.news-detals-search {
  position: relative;
  margin-top: 16px;
  margin-bottom: 32px;
}

.news-detals-search .search-input {
  width: 100% !important;
  padding: 12px 16px 12px 42px !important;
  border-radius: 10px !important;
  border: 1px solid #e2e8f0 !important;
  background: #f8fafc !important;
  height: 46px !important;
  color: #1e293b !important;
  font-size: 14px !important;
  transition: all 0.3s ease !important;
}

.news-detals-search .search-input:focus {
  border-color: var(--brand-teal, #00afa9) !important;
  background: #ffffff !important;
  box-shadow: 0 0 0 3px rgba(0, 175, 169, 0.08) !important;
  outline: none;
}

.news-detals-search .icon {
  position: absolute !important;
  top: 13px !important;
  left: 14px !important;
  font-size: 18px !important;
  color: var(--brand-teal, #00afa9) !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Recent News List Items */
.recent-news-list {
  padding-top: 0 !important;
  list-style: none !important;
  margin: 0 !important;
}

.recent-news-list .list {
  padding: 16px 0 !important;
  border-bottom: 1px dashed #e2e8f0 !important;
  margin-bottom: 0 !important;
  transition: all 0.25s ease !important;
}

.recent-news-list .list:last-child {
  border-bottom: none !important;
  padding-bottom: 0 !important;
}

.recent-news-list .list .title {
  font-size: 14.5px !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
  color: #1e293b !important;
  margin-bottom: 8px !important;
  transition: all 0.25s ease !important;
}

.recent-news-list .list:hover .title {
  color: var(--brand-teal, #00afa9) !important;
  transform: translateX(3px);
}

.recent-news-list .list .d-flex {
  align-items: center !important;
}

.recent-news-list .list .date {
  font-size: 12.5px !important;
  font-weight: 500 !important;
  color: #64748b !important;
  margin: 0 !important;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.recent-news-list .list i {
  color: var(--brand-teal, #00afa9) !important;
  font-size: 14px !important;
}

.recent-news-list .list .time {
  font-size: 12.5px !important;
  font-weight: 500 !important;
  color: #64748b !important;
  margin: 0 !important;
}

/* Registration Trust Elements & Stats styling */
.perks-subtitle {
  color: #475569;
  font-size: 15px;
  line-height: 1.6;
}

[data-theme="dark"] .perks-subtitle {
  color: #9aa4b2;
}

.registration-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.stat-card {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(15, 23, 32, 0.05);
  padding: 12px 8px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 27, 68, 0.02);
  transition: all 0.2s ease;
}

[data-theme="dark"] .stat-card {
  background: rgba(21, 32, 43, 0.4);
  border-color: rgba(255, 255, 255, 0.05);
}

.stat-card:hover {
  transform: translateY(-2px);
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 175, 169, 0.08);
  border-color: rgba(0, 175, 169, 0.2);
}

.stat-number {
  display: block;
  font-size: 18px;
  font-weight: 800;
  color: var(--brand-teal, #00afa9);
  line-height: 1.2;
  margin-bottom: 2px;
}

.stat-label {
  font-size: 11px;
  font-weight: 600;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

/* Modern Perks List items */
.perks-list-modern {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.perk-item-modern {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.perk-item-modern .icon-wrap {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 20px;
}

.bg-success-soft {
  background-color: rgba(46, 204, 113, 0.12) !important;
}
.text-success {
  color: #2ecc71 !important;
}

.bg-info-soft {
  background-color: rgba(0, 181, 252, 0.12) !important;
}
.text-info {
  color: #00b5fc !important;
}

.bg-warning-soft {
  background-color: rgba(243, 156, 18, 0.12) !important;
}
.text-warning {
  color: #f39c12 !important;
}

.perk-item-modern .content-wrap {
  flex: 1;
}

.perk-item-modern .title-wrap {
  font-size: 15px;
  font-weight: 700;
  color: var(--brand-navy, #001b44);
  margin-bottom: 4px;
}

[data-theme="dark"] .perk-item-modern .title-wrap {
  color: #f8fafc;
}

.perk-item-modern .desc-wrap {
  font-size: 13.5px;
  color: #52606d;
  line-height: 1.5;
  margin: 0;
}

[data-theme="dark"] .perk-item-modern .desc-wrap {
  color: #9aa4b2;
}

/* Testimonial Card styling */
.guide-testimonial-card {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 12px;
  padding: 18px;
  box-shadow: 0 8px 30px rgba(0, 27, 68, 0.04);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

[data-theme="dark"] .guide-testimonial-card {
  background: rgba(21, 32, 43, 0.6);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.verified-tag {
  font-size: 11px;
  font-weight: 700;
  color: #00afa9;
  background: rgba(0, 175, 169, 0.08);
  padding: 3px 8px;
  border-radius: 99px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.testimonial-quote {
  font-size: 13px;
  font-style: italic;
  line-height: 1.6;
  color: #475569;
  margin: 10px 0 0 0;
}

[data-theme="dark"] .testimonial-quote {
  color: #cbd5e1;
}

.testimonial-author {
  margin-top: 12px;
}

.author-details {
  margin-left: 10px;
}

.author-name {
  font-size: 13.5px;
  font-weight: 700;
  color: var(--brand-navy, #001b44);
}

[data-theme="dark"] .author-name {
  color: #f8fafc;
}

.author-title {
  font-size: 11px;
  color: #64748b;
  font-weight: 500;
}

.security-seals {
  gap: 16px;
}

.seal-item {
  font-size: 11.5px;
  font-weight: 600;
  color: #64748b;
  display: inline-flex;
  align-items: center;
}

.seal-item i {
  color: #00afa9;
  font-size: 13px;
}

/* Registration Landing Pages Styles */
.registration-landing {
  font-family: 'Inter', sans-serif;
  color: #1e293b;
  overflow-x: hidden;
}

.reg-hero {
  background: #001b44;
  background-image: radial-gradient(circle at 10% 20%, rgba(0, 175, 169, 0.15) 0%, transparent 45%),
                    radial-gradient(circle at 90% 80%, rgba(0, 181, 252, 0.15) 0%, transparent 45%);
  padding: 100px 0 120px;
  position: relative;
  overflow: hidden;
}

.reg-hero::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: var(--brand-teal, #00afa9);
  filter: blur(120px);
  opacity: 0.12;
  top: -50px;
  right: -50px;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.reg-hero .reg-eyebrow,
.reg-hero .reg-hero-title,
.reg-hero .reg-hero-sub,
.reg-hero .hero-cta-group {
  animation: fadeInUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.reg-hero .reg-eyebrow { animation-delay: 0.1s; }
.reg-hero .reg-hero-title { animation-delay: 0.2s; }
.reg-hero .reg-hero-sub { animation-delay: 0.3s; }
.reg-hero .hero-cta-group { animation-delay: 0.4s; }
.reg-hero .hero-image-card {
  animation: fadeInUp 1s cubic-bezier(0.16, 1, 0.3, 1) both;
  animation-delay: 0.5s;
}

.reg-eyebrow {
  color: var(--brand-teal, #00afa9);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.5px;
  display: inline-block;
  margin-bottom: 12px;
}

.reg-hero-title {
  font-size: 40px;
  font-weight: 800;
  line-height: 1.25;
  color: #ffffff !important;
}

@media (min-width: 992px) {
  .reg-hero-title {
    font-size: 48px;
  }
}

.reg-hero-sub {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
}

.hero-cta-group .btn-primary-lg {
  background: var(--brand-teal, #00afa9) !important;
  border-color: var(--brand-teal, #00afa9) !important;
  color: #ffffff !important;
  padding: 12px 28px;
  font-weight: 700;
  border-radius: 99px;
  box-shadow: 0 4px 14px rgba(0, 175, 169, 0.3);
  transition: all 0.2s ease;
}

.hero-cta-group .btn-primary-lg:hover {
  background: #00938e !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(0, 175, 169, 0.4);
}

.hero-cta-group .btn-outline-white {
  border: 2px solid rgba(255, 255, 255, 0.4) !important;
  color: #ffffff !important;
  padding: 12px 28px;
  font-weight: 700;
  border-radius: 99px;
  transition: all 0.2s ease;
}

.hero-cta-group .btn-outline-white:hover {
  border-color: #ffffff !important;
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-1px);
}

.hero-image-card {
  position: relative;
  border-radius: 16px;
  overflow: visible;
}

.hero-image-card img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: transform 0.5s ease;
}

.hero-image-card:hover img {
  transform: scale(1.02);
}

.floating-badge {
  position: absolute;
  bottom: 25px;
  left: -24px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 16px;
  box-shadow: 0 15px 35px rgba(0, 27, 68, 0.15);
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 22px;
  z-index: 10;
  transition: all 0.3s ease;
  animation: floatBadge 4s ease-in-out infinite alternate;
}

@keyframes floatBadge {
  0% { transform: translateY(0); }
  100% { transform: translateY(-8px); }
}

.floating-badge:hover {
  transform: translateY(-5px) scale(1.03);
  background: #ffffff;
  box-shadow: 0 20px 40px rgba(0, 27, 68, 0.2);
}

.badge-icon-bg {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.badge-sub {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  color: #64748b !important;
  display: block;
}

.badge-main {
  font-size: 16px;
  font-weight: 800;
  color: var(--brand-navy, #001b44) !important;
}

/* Floating Stats Bar styling */
.reg-stats-bar-wrapper {
  position: relative;
  z-index: 20;
  margin-top: -45px;
}

.reg-stats-bar-capsule {
  background: #ffffff;
  border-radius: 24px;
  border: 1px solid rgba(15, 23, 32, 0.06);
  padding: 24px 30px;
  box-shadow: 0 20px 50px rgba(0, 27, 68, 0.08);
}

[data-theme="dark"] .reg-stats-bar-capsule {
  background: #15202b;
  border-color: rgba(255, 255, 255, 0.06);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.stat-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 12px 15px;
  position: relative;
}

@media (min-width: 768px) {
  .stat-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background: #cbd5e1;
    opacity: 0.5;
  }
}

.stat-icon-box {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #f8fafc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
}

[data-theme="dark"] .stat-icon-box {
  background: #1e293b;
}

.reg-stats-bar-capsule .stat-number {
  font-size: 24px;
  font-weight: 850;
  color: var(--brand-navy, #001b44);
  line-height: 1.1;
}

[data-theme="dark"] .reg-stats-bar-capsule .stat-number {
  color: #ffffff;
}

.reg-stats-bar-capsule .stat-desc {
  font-size: 11.5px;
  font-weight: 700;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Benefits styling */
.benefit-card {
  background: #ffffff;
  border: 1px solid rgba(15, 23, 32, 0.04);
  border-radius: 20px;
  padding: 40px 30px;
  box-shadow: 0 10px 30px rgba(15, 23, 32, 0.02);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}

.benefit-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--brand-teal, #00afa9);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.benefit-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 27, 68, 0.08);
  border-color: rgba(0, 175, 169, 0.15);
}

.benefit-card:hover::before {
  opacity: 1;
}

.benefit-card .benefit-icon-box {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin-bottom: 24px;
  transition: transform 0.3s ease;
}

.benefit-card:hover .benefit-icon-box {
  transform: scale(1.1) rotate(5deg);
}

.benefit-card .card-title {
  font-size: 19px;
  font-weight: 800;
  color: var(--brand-navy, #001b44);
}

.benefit-card .card-text {
  font-size: 14px;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}

/* How It Works Timeline styling */
.reg-how-it-works {
  background: #f8fafc !important;
  padding: 100px 0;
  position: relative;
}

.timeline-container::before {
  content: "";
  position: absolute;
  top: 44px;
  left: 12.5%;
  width: 75%;
  height: 3px;
  background: linear-gradient(90deg, var(--brand-teal, #00afa9) 0%, var(--brand-navy, #001b44) 100%);
  z-index: 1;
  opacity: 0.3;
}

@media (max-width: 767px) {
  .timeline-container::before {
    display: none;
  }
}

.timeline-item {
  position: relative;
  z-index: 2;
}

.step-number {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #ffffff;
  color: var(--brand-teal, #00afa9);
  font-size: 20px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  box-shadow: 0 10px 20px rgba(0, 175, 169, 0.1);
  border: 3px solid var(--brand-teal, #00afa9);
  transition: all 0.3s ease;
  position: relative;
}

.timeline-item:hover .step-number {
  background: var(--brand-teal, #00afa9);
  color: #ffffff;
  transform: scale(1.1);
  box-shadow: 0 10px 25px rgba(0, 175, 169, 0.3);
}

.step-title {
  font-size: 18px;
  font-weight: 800;
  color: var(--brand-navy, #001b44);
  margin-top: 16px;
}

.step-text {
  font-size: 14px;
  color: #64748b;
  line-height: 1.5;
  padding: 0 10px;
}

/* Testimonial Page Section */
.reg-testimonials {
  padding: 100px 0;
  background: #ffffff;
}

.reg-testimonials .testimonial-card {
  border-radius: 24px;
  border: 1px solid rgba(15, 23, 32, 0.05);
  background: #ffffff;
  box-shadow: 0 15px 40px rgba(0, 27, 68, 0.04);
  padding: 40px !important;
  position: relative;
}

.reg-testimonials .testimonial-card::after {
  content: "“";
  position: absolute;
  font-size: 120px;
  color: rgba(0, 175, 169, 0.05);
  font-family: Georgia, serif;
  top: 10px;
  right: 30px;
  line-height: 1;
  pointer-events: none;
}

.lead-quote {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  color: #475569;
}

/* Form registration wrapper card */
.reg-form-section {
  padding: 100px 0;
  background: #f8fafc !important;
}

.reg-form-section .login-card {
  border-radius: 28px !important;
  border: 1px solid rgba(15, 23, 32, 0.04) !important;
  box-shadow: 0 25px 50px -12px rgba(0, 27, 68, 0.08) !important;
  padding: 50px !important;
}

.reg-form-section .contact-form {
  margin-bottom: 24px;
}

.reg-form-section .contact-label {
  font-size: 13.5px;
  font-weight: 700;
  color: var(--brand-navy, #001b44);
  margin-bottom: 8px;
}

.reg-form-section .contact-input {
  border: 1.5px solid #e2e8f0;
  border-radius: 12px;
  padding: 14px 18px;
  font-size: 14.5px;
  height: auto;
  transition: all 0.3s ease;
}

.reg-form-section .contact-input:focus {
  border-color: var(--brand-teal, #00afa9) !important;
  box-shadow: 0 0 0 4px rgba(0, 175, 169, 0.12) !important;
  background: #ffffff;
}

.reg-form-section .btn-primary-fill {
  background: var(--brand-teal, #00afa9) !important;
  color: #ffffff !important;
  font-weight: 700;
  font-size: 16px;
  padding: 16px 20px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 175, 169, 0.25);
  transition: all 0.3s ease;
  border: none !important;
}

.reg-form-section .btn-primary-fill:hover {
  background: #00938e !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 175, 169, 0.35);
}

/* FAQ styling */
.reg-faqs {
  padding: 100px 0;
  background: #ffffff;
}

.faq-item {
  border-bottom: 1px solid #e2e8f0 !important;
  padding: 24px 0 !important;
  transition: all 0.3s ease;
}

.faq-trigger {
  outline: none;
  font-size: 16px;
  font-weight: 700;
  transition: color 0.2s ease;
  padding: 0 !important;
}

.faq-trigger:hover .faq-question {
  color: var(--brand-teal, #00afa9) !important;
}

.faq-question {
  font-size: 17px;
  font-weight: 800;
  color: var(--brand-navy, #001b44) !important;
}

.faq-icon {
  font-size: 22px;
  color: #64748b;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.faq-item.is-open .faq-icon {
  transform: rotate(45deg);
  background: rgba(0, 175, 169, 0.1);
  color: var(--brand-teal, #00afa9);
}

.faq-content p {
  font-size: 14.5px;
  color: #64748b;
  line-height: 1.7;
}

/* Ratings & Reviews Section styling */
.reg-ratings-section {
  background: #ffffff;
  padding: 100px 0;
}

.rating-summary-card {
  background: #ffffff;
  border: 1px solid rgba(15, 23, 32, 0.05) !important;
  box-shadow: 0 15px 40px rgba(0, 27, 68, 0.03) !important;
}

.review-item-card {
  background: #ffffff;
  border: 1px solid rgba(15, 23, 32, 0.04) !important;
  box-shadow: 0 10px 30px rgba(15, 23, 32, 0.02) !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.review-item-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 27, 68, 0.06) !important;
  border-color: rgba(0, 175, 169, 0.15) !important;
}

.review-title {
  font-size: 15px;
  font-weight: 800;
  color: var(--brand-navy, #001b44);
}

.review-comment {
  font-size: 13.5px;
  line-height: 1.6;
}

.author-meta {
  font-size: 11px;
}

/* Password Strength & Eye Icon Improvements */
.position-relative .toggle-password {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #64748b;
  font-size: 20px;
  z-index: 10;
  transition: color 0.2s ease;
  line-height: 1;
}

.position-relative .toggle-password:hover {
  color: var(--brand-teal, #00afa9);
}

.password-strength-checker {
  transition: all 0.3s ease;
  border: 1px solid #cbd5e1;
}

.password-strength-checker li {
  font-size: 12px;
  transition: color 0.2s ease;
  display: flex;
  align-items: center;
  gap: 6px;
}

.password-strength-checker li i {
  font-size: 14px;
}

/* ==========================================================================
   HOMEPAGE COMPREHENSIVE RESPONSIVE DESIGN & MOBILE OPTIMIZATIONS
   ========================================================================== */

/* Global horizontal overflow safety */
html, body {
  overflow-x: hidden !important;
}

main {
  overflow-x: hidden;
}

/* Tablet & Medium Screens (< 992px) */
@media (max-width: 991.98px) {
  /* Floating elements & cards */
  .floating-badge {
    left: 15px !important;
    bottom: 15px !important;
    padding: 10px 16px !important;
  }
  .hero-image-card img {
    height: 280px !important;
  }
  .reg-ratings-section {
    padding: 60px 0 !important;
  }

  /* Guides Slider Navigation on Tablet */
  #guides .swiper-button-prev,
  .guides-slider-wrapper .swiper-button-prev {
    left: -12px !important;
    width: 42px;
    height: 42px;
  }
  #guides .swiper-button-next,
  .guides-slider-wrapper .swiper-button-next {
    right: -12px !important;
    width: 42px;
    height: 42px;
  }

  /* Hero Section */
  .hero-caption-three .title {
    font-size: 38px !important;
    line-height: 1.25 !important;
  }
  .hero-caption-three .pera {
    font-size: 15px !important;
  }

  /* Section Title Headings */
  .section-title .title {
    font-size: 30px !important;
    line-height: 1.3 !important;
  }

  /* Packages Tab Pills */
  .package-pills {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    white-space: nowrap !important;
    padding-bottom: 12px !important;
    justify-content: flex-start !important;
    -webkit-overflow-scrolling: touch;
    gap: 8px !important;
  }
  .package-pills .nav-item {
    flex: 0 0 auto !important;
  }

  /* Counter section in About Us */
  .all-count-list {
    flex-wrap: wrap !important;
    gap: 16px !important;
    justify-content: center !important;
  }
  .all-count-list .divider {
    display: none !important;
  }
}

/* Mobile Screens (< 768px) */
@media (max-width: 767.98px) {
  /* Hero Section Mobile Padding */
  .hero-padding-for-three {
    padding-top: 110px !important;
    padding-bottom: 60px !important;
  }

  .hero-caption-three .title {
    font-size: 28px !important;
    line-height: 1.3 !important;
  }

  .hero-caption-three .pera {
    font-size: 14px !important;
  }

  /* Section Title Headings */
  .section-title .title {
    font-size: 24px !important;
  }

  /* Hero Search Bar vertical stack on mobile */
  .hero-search-wrap {
    margin-top: 24px !important;
    max-width: 100% !important;
  }

  .hero-search {
    flex-direction: column !important;
    padding: 12px !important;
    gap: 10px !important;
    border-radius: 20px !important;
  }

  .hero-search__section {
    width: 100% !important;
    padding: 12px 14px !important;
    border-radius: 12px !important;
    background: rgba(248, 250, 252, 0.8) !important;
  }

  .hero-search__divider {
    display: none !important;
  }

  .hero-search__submit-btn {
    width: 100% !important;
    justify-content: center !important;
    border-radius: 14px !important;
    padding: 14px !important;
  }

  /* Guide Card Mobile Adjustments */
  .guide-profile-card .package-img {
    height: 190px !important;
  }

  .guide-profile-card .package-content {
    padding: 16px 16px 18px 16px !important;
  }

  .guide-name-title a {
    font-size: 17px !important;
  }

  /* Offers Cards Mobile */
  .offer-banner {
    padding: 20px !important;
  }

  .offer-content .title,
  .offer-content-two .title {
    font-size: 30px !important;
  }

  /* Destination Cards Mobile */
  .destination-banner {
    height: 220px !important;
  }

  /* Explore Section Tab buttons */
  .all-explore {
    gap: 8px !important;
  }

  .explore-btn {
    padding: 12px 16px !important;
  }
}

/* Small Mobile Screens (< 576px) */
@media (max-width: 575.98px) {
  .floating-badge {
    left: 10px !important;
    bottom: 10px !important;
    padding: 8px 12px !important;
  }
  .floating-badge .badge-icon-bg {
    width: 32px !important;
    height: 32px !important;
  }
  .floating-badge .badge-main {
    font-size: 14px !important;
  }
  .hero-image-card img {
    height: 220px !important;
  }
  .password-requirements-grid {
    grid-template-columns: 1fr !important;
  }

  /* Guide Swiper Navigation on small mobile (<576px) */
  #guides .swiper-button-prev,
  #guides .swiper-button-next,
  .guides-slider-wrapper .swiper-button-prev,
  .guides-slider-wrapper .swiper-button-next {
    display: none !important; /* Hide side arrows on small screens for clean touch swipe experience */
  }
}
