/* ==========================================================================
   DESKTOP TEMPLATE — BUSINESS NEUTRAL LUXURY THEME
   Style: Ultra-Premium, Glassmorphism, Fluid Responsive Grid, Modern Cards
   Color Palette:
     Primary:   #0F766E (Teal)
     Secondary: #2563EB (Ocean Blue)
     Accent:    #F59E0B (Golden Amber)
     Canvas:    #F8FAFC (Slate Light)
     Cards:     #FFFFFF (Pure White)
     Text:      #1F2937 (Slate Dark)
   ========================================================================== */

:root {
  --primary: #0F766E;
  --primary-hover: #0D9488;
  --primary-light: rgba(15, 118, 110, 0.08);
  --secondary: #2563EB;
  --secondary-hover: #1D4ED8;
  --secondary-light: rgba(37, 99, 235, 0.08);
  --accent: #F59E0B;
  --accent-hover: #D97706;
  --accent-light: rgba(245, 158, 11, 0.12);
  --bg-canvas: #F8FAFC;
  --card-bg: #FFFFFF;
  --text-dark: #1F2937;
  --text-muted: #64748B;
  --border-light: #E2E8F0;
  --success: #16A34A;
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --shadow-sm: 0 2px 8px rgba(15, 23, 42, 0.06);
  --shadow-md: 0 8px 24px rgba(15, 23, 42, 0.08);
  --shadow-lg: 0 16px 40px rgba(15, 23, 42, 0.12);
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --font-main: 'Poppins', sans-serif;
}

/* Base Styles */
html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: var(--font-main);
  background-color: var(--bg-canvas);
  color: var(--text-dark);
  line-height: 1.6;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
  transition: var(--transition);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Typography Helpers */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-main);
  font-weight: 700;
  color: var(--text-dark);
  margin-top: 0;
}

.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--primary-light);
  color: var(--primary);
  font-weight: 600;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 6px 16px;
  border-radius: 50px;
  margin-bottom: 12px;
}

.section-title {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 800;
  color: var(--text-dark);
  margin-bottom: 12px;
  letter-spacing: -0.5px;
}

.section-subtitle {
  color: var(--text-muted);
  font-size: 1.05rem;
  max-width: 680px;
  margin: 0 auto 40px auto;
}

/* Section Container & Spacing */
section {
  padding: 60px 0;
  position: relative;
}

@media (min-width: 992px) {
  section {
    padding: 70px 0;
  }
}

.bg-white-card {
  background-color: #FFFFFF;
}

.bg-canvas-alt {
  background-color: #F1F5F9;
}

/* Custom Card Base */
.neutral-card {
  background: var(--card-bg);
  border-radius: var(--radius-md);
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  overflow: hidden;
  height: 100%;
}

.neutral-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(15, 118, 110, 0.25);
}

/* --------------------------------------------------------------------------
   HEADER & NAVBAR
   -------------------------------------------------------------------------- */
.biz-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  padding: 16px 0;
  transition: var(--transition);
  background: rgba(15, 23, 42, 0.35);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.biz-navbar.scrolled {
  background: rgba(15, 118, 110, 0.95);
  padding: 10px 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  border-bottom: none;
}

.navbar-brand-custom {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #FFFFFF !important;
  font-weight: 700;
  font-size: 1.25rem;
}

.navbar-brand-custom img {
  max-height: 42px;
  border-radius: 6px;
  object-fit: contain;
}

.nav-link-custom {
  color: rgba(255, 255, 255, 0.88) !important;
  font-weight: 500;
  font-size: 0.95rem;
  padding: 8px 14px !important;
  border-radius: 8px;
  transition: var(--transition);
}

.nav-link-custom:hover,
.nav-link-custom.active {
  color: #FFFFFF !important;
  background: rgba(255, 255, 255, 0.18);
}

.navbar-toggler-custom {
  border: none;
  color: #FFFFFF;
  font-size: 1.5rem;
  padding: 4px 8px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 8px;
}

.navbar-toggler-custom:focus {
  box-shadow: none;
}

/* --------------------------------------------------------------------------
   HERO SECTION
   -------------------------------------------------------------------------- */
.hero-section {
  position: relative;
  min-height: 85vh;
  display: flex;
  align-items: center;
  padding: 130px 0 80px 0;
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
  color: #FFFFFF;
  overflow: hidden;
}

.world-map-overlay {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
  opacity: 0.22;
}

.world-map-svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.flight-path {
  stroke-dasharray: 6, 14;
  animation: flightFlow 50s linear infinite;
  filter: drop-shadow(0 0 2px rgba(56, 189, 248, 0.3));
}

.flight-path-2 { animation-duration: 40s; }
.flight-path-3 { animation-duration: 35s; }
.flight-path-4 { animation-duration: 60s; }
.flight-path-5 { animation-duration: 45s; }
.flight-path-6 { animation-duration: 65s; }

@keyframes flightFlow {
  0% {
    stroke-dashoffset: 360;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

.city-pulse {
  animation: pulseNode 3s ease-in-out infinite alternate;
}

@keyframes pulseNode {
  0% { transform: scale(1); opacity: 0.4; }
  100% { transform: scale(1.15); opacity: 0.7; }
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.7) 0%, rgba(15, 23, 42, 0.4) 50%, rgba(15, 23, 42, 0.7) 100%);
  z-index: 2;
}

.hero-content {
  position: relative;
  z-index: 3;
}

.hero-profile-avatar {
  width: 120px;
  height: 120px;
  max-width: 120px;
  max-height: 120px;
  border-radius: 50%;
  border: 4px solid var(--accent, #F59E0B);
  object-fit: cover;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  display: block;
  margin: 0 auto 20px auto;
}

@media (min-width: 992px) {
  .hero-profile-avatar {
  width: 120px;
  height: 120px;
  max-width: 120px;
  max-height: 120px;
  border-radius: 50%;
  border: 4px solid var(--accent, #F59E0B);
  object-fit: cover;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  display: block;
  margin: 0 auto 20px auto;
}
}

.hero-title {
  font-size: clamp(2.2rem, 4.5vw, 3.8rem);
  font-weight: 800;
  color: #FFFFFF;
  line-height: 1.15;
  margin-bottom: 12px;
}

.hero-subtitle {
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
  margin-bottom: 16px;
}

.hero-tagline {
  font-size: 1.05rem;
  color: var(--accent);
  font-weight: 600;
  margin-bottom: 24px;
  display: inline-block;
  background: rgba(245, 158, 11, 0.15);
  padding: 6px 18px;
  border-radius: 50px;
  border: 1px solid rgba(245, 158, 11, 0.3);
}

.hero-intro {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.88);
  max-width: 650px;
  margin-bottom: 30px;
}

.trust-badge-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 32px;
}

.trust-badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 500;
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-actions-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn-hero-primary {
  background: var(--accent);
  color: #0F172A;
  font-weight: 700;
  padding: 12px 28px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 4px 18px rgba(245, 158, 11, 0.4);
  border: none;
  transition: var(--transition);
}

.btn-hero-primary:hover {
  background: var(--accent-hover);
  color: #0F172A;
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(245, 158, 11, 0.5);
}

.btn-hero-secondary {
  background: rgba(255, 255, 255, 0.18);
  color: #FFFFFF;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(8px);
  transition: var(--transition);
}

.btn-hero-secondary:hover {
  background: #FFFFFF;
  color: var(--primary);
  transform: translateY(-2px);
}

/* --------------------------------------------------------------------------
   QUICK ACTIONS BAR
   -------------------------------------------------------------------------- */
.quick-actions-section {
  margin-top: -45px;
  position: relative;
  z-index: 10;
  padding: 0;
}

.quick-actions-card-grid {
  background: #FFFFFF;
  border-radius: var(--radius-lg);
  padding: 20px 24px;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border-light);
}

.quick-action-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12px 8px;
  border-radius: var(--radius-md);
  transition: var(--transition);
  color: var(--text-dark);
  text-align: center;
}

.quick-action-item:hover {
  background: var(--primary-light);
  color: var(--primary);
  transform: translateY(-3px);
}

.quick-action-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--primary-light);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  margin-bottom: 8px;
  transition: var(--transition);
}

.quick-action-item:hover .quick-action-icon {
  background: var(--primary);
  color: #FFFFFF;
}

.quick-action-label {
  font-size: 0.85rem;
  font-weight: 600;
}

/* --------------------------------------------------------------------------
   TRUST BUILDERS / CORE PILLARS
   -------------------------------------------------------------------------- */
.trust-builder-card {
  padding: 28px 24px;
  text-align: center;
  background: #FFFFFF;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  height: 100%;
}

.trust-builder-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
  border-color: rgba(15, 118, 110, 0.3);
}

.trust-icon-box {
  width: 64px;
  height: 64px;
  border-radius: 20px;
  background: linear-gradient(135deg, var(--primary-light) 0%, rgba(37, 99, 235, 0.12) 100%);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  margin: 0 auto 20px auto;
}

.trust-builder-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.trust-builder-desc {
  font-size: 0.9rem;
  color: var(--text-muted);
  margin-bottom: 0;
}

/* --------------------------------------------------------------------------
   ABOUT SECTION & GALLERY
   -------------------------------------------------------------------------- */
.about-image-wrapper {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}

.about-image-wrapper img {
  width: 100%;
  object-fit: cover;
  transition: var(--transition);
}

.about-image-wrapper:hover img {
  transform: scale(1.03);
}

.readmore-wrapper {
  position: relative;
  text-align: center;
}

.readmore-content {
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.readmore-content.collapsed {
  max-height: 220px;
  position: relative;
}

.readmore-content.collapsed::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 70px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  pointer-events: none;
}

.btn-readmore {
  background: rgba(30, 58, 138, 0.08);
  border: 1px solid rgba(30, 58, 138, 0.15);
  color: var(--primary);
  font-weight: 600;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 20px;
  margin: 14px auto 0 auto;
  border-radius: 50px;
  cursor: pointer;
  transition: var(--transition);
}

.btn-readmore:hover {
  color: var(--primary-hover);
  text-decoration: underline;
}

/* About Us Gallery (Matching Services Gallery Style) */
.about-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.about-gallery-item {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  height: 180px;
  box-shadow: var(--shadow-sm);
  cursor: pointer;
}

.about-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}

.about-gallery-item:hover img {
  transform: scale(1.08);
}

.about-gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(15, 23, 42, 0.8) 0%, transparent 60%);
  opacity: 0;
  transition: var(--transition);
  display: flex;
  align-items: flex-end;
  padding: 14px;
  color: #FFFFFF;
}

.about-gallery-item:hover .about-gallery-overlay {
  opacity: 1;
}

/* --------------------------------------------------------------------------
   MISSION VISION VALUES
   -------------------------------------------------------------------------- */
.mvv-card {
  padding: 32px 24px;
  background: #FFFFFF;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-sm);
  text-align: center;
  height: 100%;
  transition: var(--transition);
}

.mvv-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
}

.mvv-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--secondary-light);
  color: var(--secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin: 0 auto 16px auto;
}

/* --------------------------------------------------------------------------
   HIGHLIGHTS (NO ICONS, CENTERED ELEGANT CARDS)
   -------------------------------------------------------------------------- */
.highlight-card-centered {
  background: #FFFFFF;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-light);
  padding: 28px 24px;
  text-align: center;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  height: 100%;
}

.highlight-card-centered:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: rgba(15, 118, 110, 0.3);
}

.highlight-title-centered {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 12px;
}

/* --------------------------------------------------------------------------
   SERVICES & OFFERINGS
   -------------------------------------------------------------------------- */
.service-card {
  background: #FFFFFF;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-light);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}

.service-image-wrap {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.service-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}

.service-card:hover .service-image-wrap img {
  transform: scale(1.08);
}

.service-badge-tag {
  position: absolute;
  top: 14px;
  left: 14px;
  background: var(--primary);
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.service-card-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.service-title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--text-dark);
}

.service-desc {
  font-size: 0.92rem;
  color: var(--text-muted);
  flex-grow: 1;
  margin-bottom: 18px;
}

.service-footer-btn {
  margin-top: auto;
}

.btn-book-service {
  width: 100%;
  background: var(--primary);
  color: #FFFFFF;
  font-weight: 600;
  padding: 10px 18px;
  border-radius: var(--radius-sm);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: none;
  transition: var(--transition);
}

.btn-book-service:hover {
  background: var(--primary-hover);
  color: #FFFFFF;
}

/* --------------------------------------------------------------------------
   FEATURED PRODUCTS & OFFERINGS
   -------------------------------------------------------------------------- */
.product-card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  height: 320px;
  box-shadow: var(--shadow-md);
}

.product-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}

.product-card:hover img {
  transform: scale(1.08);
}

.product-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(15, 23, 42, 0.9) 0%, rgba(15, 23, 42, 0.3) 60%, transparent 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  color: #FFFFFF;
  transition: var(--transition);
}

.product-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 6px;
}

.product-desc {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 14px;
}

/* --------------------------------------------------------------------------
   PHOTO GALLERY
   -------------------------------------------------------------------------- */
.gallery-item-card {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  height: 240px;
  box-shadow: var(--shadow-sm);
  cursor: pointer;
}

.gallery-item-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}

.gallery-item-card:hover img {
  transform: scale(1.08);
}

.gallery-overlay-icon {
  position: absolute;
  inset: 0;
  background: rgba(15, 118, 110, 0.7);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  opacity: 0;
  transition: var(--transition);
  padding: 16px;
  text-align: center;
}

.gallery-item-card:hover .gallery-overlay-icon {
  opacity: 1;
}

/* --------------------------------------------------------------------------
   VIDEOS SECTION
   -------------------------------------------------------------------------- */
.video-card-item {
  background: #FFFFFF;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-sm);
  height: 100%;
}

.video-responsive-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background: #000;
}

.video-responsive-wrap iframe,
.video-responsive-wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.video-card-title {
  padding: 16px;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0;
}

/* --------------------------------------------------------------------------
   TESTIMONIALS (CAROUSEL WITHOUT STAR RATINGS)
   -------------------------------------------------------------------------- */
.testimonial-card-item {
  background: #FFFFFF;
  border-radius: var(--radius-lg);
  padding: 32px;
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-md);
  margin: 15px 5px;
}

.testimonial-quote-icon {
  font-size: 2.2rem;
  color: var(--primary);
  opacity: 0.25;
  margin-bottom: 12px;
}

.testimonial-text {
  font-size: 1rem;
  color: var(--text-dark);
  font-style: italic;
  margin-bottom: 24px;
}

.testimonial-user {
  display: flex;
  align-items: center;
  gap: 14px;
}

.testimonial-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--primary);
}

.testimonial-name {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 2px;
}

.testimonial-role {
  font-size: 0.85rem;
  color: var(--text-muted);
}

/* Swiper Pagination Style */
.swiper-pagination-bullet-active {
  background: var(--primary) !important;
  width: 24px !important;
  border-radius: 10px !important;
}

/* --------------------------------------------------------------------------
   FAQ SECTION
   -------------------------------------------------------------------------- */
.accordion-travel .accordion-item {
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md) !important;
  margin-bottom: 14px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

.accordion-travel .accordion-button {
  font-weight: 600;
  font-size: 1.02rem;
  color: var(--text-dark);
  background: #FFFFFF;
  padding: 18px 24px;
  box-shadow: none;
}

.accordion-travel .accordion-button:not(.collapsed) {
  color: var(--primary);
  background: var(--primary-light);
}

.accordion-travel .accordion-body {
  padding: 20px 24px;
  color: var(--text-muted);
  font-size: 0.95rem;
}

/* --------------------------------------------------------------------------
   MULTIPLE OFFICES & TEAM MEMBERS
   -------------------------------------------------------------------------- */
.office-card-item, .team-card-item {
  background: #FFFFFF;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-light);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  padding: 24px;
  height: 100%;
}

.office-image-wrap, .team-image-wrap {
  height: 180px;
  border-radius: var(--radius-sm);
  overflow: hidden;
  margin-bottom: 18px;
}

.office-image-wrap img, .team-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* --------------------------------------------------------------------------
   CONTACT FORM & DETAILS
   -------------------------------------------------------------------------- */
.contact-card-wrap {
  background: #FFFFFF;
  border-radius: var(--radius-lg);
  padding: 36px;
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-md);
}

.form-control-travel, .form-select-travel {
  border-radius: var(--radius-sm);
  border: 1px solid var(--border-light);
  padding: 12px 16px;
  font-size: 0.95rem;
  transition: var(--transition);
}

.form-control-travel:focus, .form-select-travel:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 4px var(--primary-light);
}

.btn-submit-contact {
  background: var(--primary);
  color: #FFFFFF;
  font-weight: 700;
  padding: 14px 28px;
  border-radius: 50px;
  border: none;
  width: 100%;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 4px 18px rgba(15, 118, 110, 0.3);
  transition: var(--transition);
}

.btn-submit-contact:hover {
  background: var(--primary-hover);
  color: #FFFFFF;
}

/* --------------------------------------------------------------------------
   FOOTER (MUST BE HIGHLY READABLE ON DARK BG)
   -------------------------------------------------------------------------- */
.footer-travel {
  background: #0F172A;
  color: rgba(255, 255, 255, 0.85);
  padding: 70px 0 30px 0;
  border-top: 4px solid var(--primary);
}

.footer-travel h5 {
  color: #FFFFFF;
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.footer-travel p, .footer-travel a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
}

.footer-travel a:hover {
  color: var(--accent);
}

.social-icon-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  margin-right: 8px;
  transition: var(--transition);
}

.social-icon-btn:hover {
  background: var(--primary);
  color: #FFFFFF;
  transform: translateY(-3px);
}

.footer-bottom-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 24px;
  margin-top: 50px;
  text-align: center;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.65);
}

/* --------------------------------------------------------------------------
   FLOATING DOCK & MOBILE BOTTOM BAR
   -------------------------------------------------------------------------- */
.floating-dock {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 1040;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.float-btn-item {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 1.4rem;
  box-shadow: var(--shadow-lg);
  transition: var(--transition);
  border: none;
}

.float-btn-item:hover {
  transform: scale(1.1);
}

.float-whatsapp { background: #25D366; }
.float-call { background: var(--primary); }
.float-book { background: var(--accent); color: #0F172A; }
.float-top { background: #334155; display: none; }

.sticky-bottom-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #FFFFFF;
  border-top: 1px solid var(--border-light);
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
  z-index: 1045;
  padding: 8px 12px;
}

@media (max-width: 768px) {
  .sticky-bottom-bar {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  
  .floating-dock {
    bottom: 80px;
    right: 16px;
  }
  
  .hero-section {
    padding-top: 110px;
    text-align: center;
  }
  
  .trust-badge-container {
    justify-content: center;
  }
  
  .hero-actions-row {
    justify-content: center;
  }
}

.sticky-bar-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  color: var(--text-dark);
  font-size: 0.72rem;
  font-weight: 600;
}

.sticky-bar-link i {
  font-size: 1.25rem;
  color: var(--primary);
}

.sticky-bar-link.cta-highlight {
  background: var(--primary);
  color: #FFFFFF;
  padding: 6px 14px;
  border-radius: 50px;
}

.sticky-bar-link.cta-highlight i {
  color: #FFFFFF;
}


/* Read More / Read Less Styles */
.read-more-container {
  position: relative;
  width: 100%;
}

.read-more-content {
  max-height: 90px;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out;
}

.read-more-content.expanded {
  max-height: none !important;
  overflow: visible !important;
}

.read-more-btn {
  background: rgba(30, 58, 138, 0.08);
  border: 1px solid rgba(30, 58, 138, 0.15);
  color: var(--primary, #1E3A8A);
  font-weight: 600;
  font-size: 0.82rem;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 5px 16px;
  margin: 10px auto 0 auto;
  border-radius: 50px;
  cursor: pointer;
  transition: var(--transition);
}

.read-more-btn:hover {
  background: var(--primary, #1E3A8A);
  color: #ffffff;
}

/* Single Item Centering inside Pinterest Grid */
.pinterest-grid {
  column-count: 4;
  column-gap: 1rem;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.pinterest-grid:has(> .pinterest-item:only-child),
.pinterest-grid.single-item {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  column-count: auto !important;
}

.pinterest-grid:has(> .pinterest-item:only-child) .pinterest-item,
.pinterest-grid.single-item .pinterest-item {
  max-width: 550px !important;
  width: 100% !important;
  margin: 0 auto !important;
}

.pinterest-item {
  break-inside: avoid;
  margin-bottom: 1rem;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.pinterest-item a {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.pinterest-item img {
  width: 100%;
  height: auto !important;
  object-fit: contain !important;
  display: block;
  margin: 0 auto;
  border-radius: 1rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pinterest-item img:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 12px 20px -5px rgba(0, 0, 0, 0.15);
}

@media (max-width: 992px) {
  .pinterest-grid {
    column-count: 3;
  }
}

@media (max-width: 768px) {
  .pinterest-grid {
    column-count: 2;
    column-gap: 0.75rem;
  }
  .pinterest-item {
    margin-bottom: 0.75rem;
  }
}
  .pinterest-item {
    margin-bottom: 0.75rem;
  }
}
  .pinterest-item {
    margin-bottom: 0.75rem;
  }
}

@media (max-width: 991.98px) {
  .navbar-toggler-custom {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .biz-navbar .container {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: space-between !important;
  }
  .navbar-brand-custom,
  .navbar-brand {
    flex: 1 !important;
    min-width: 0 !important;
    max-width: calc(100% - 60px) !important;
    display: flex !important;
    align-items: center !important;
  }
  .navbar-brand-custom span,
  .navbar-brand span,
  .brand-text {
    display: inline-block !important;
    max-width: 100% !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
}
