/* ==========================================================================
   GOODTIME SHIPPING PVT LTD - 100% RESPONSIVE CSS
   Maritime Beyond Borders | Pixel-Perfect on Mobile, Tablet & Desktop
   ========================================================================== */

:root {
  --color-primary-navy: #0b1a30;
  --color-secondary-navy: #081220;
  --color-marine-blue: #0077b6;
  --color-marine-hover: #005f94;
  --color-ocean-cyan: #00b4d8;
  --color-electric-cyan: #38bdf8;
  --color-sky-light: #e0f2fe;
  --color-accent-orange: #e2440a;
  --color-accent-orange-hover: #c91c05;
  
  --color-dark: #161921;
  --color-dark-light: #252930;
  --color-gray-text: #64748b;
  --color-gray-light: #f8fafc;
  --color-gray-border: #e2e8f0;
  --color-white: #ffffff;
  
  --font-primary: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-heading: 'Outfit', 'Plus Jakarta Sans', sans-serif;
  --font-calligraphy: 'Caveat', cursive;
  
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.08);
  --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 10px 30px rgba(0, 0, 0, 0.12);
  --shadow-glow: 0 0 20px rgba(56, 189, 248, 0.4);
  
  --transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  --border-radius-sm: 8px;
  --border-radius-md: 14px;
  --border-radius-lg: 20px;
  --border-radius-pill: 9999px;
}

/* --- Base & Reset --- */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-primary);
  color: var(--color-dark);
  background-color: var(--color-white);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
  color: inherit;
  transition: var(--transition);
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
}

button {
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  touch-action: manipulation;
}

.container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ==========================================================================
   1. TOP ANNOUNCEMENT BAR
   ========================================================================== */
.top-bar {
  background-color: #061527;
  color: #cbd5e1;
  font-size: 0.825rem;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.top-bar-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-tagline {
  font-weight: 500;
  color: #94a3b8;
  letter-spacing: 0.2px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.top-tagline i {
  color: var(--color-ocean-cyan);
}

.top-bar-right {
  display: flex;
  align-items: center;
  gap: 16px;
}

.top-item {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #e2e8f0;
}

.top-item i {
  color: var(--color-ocean-cyan);
  font-size: 0.85rem;
}

.top-link:hover {
  color: var(--color-electric-cyan);
}

.top-divider {
  width: 1px;
  height: 14px;
  background-color: rgba(255, 255, 255, 0.2);
}

.top-socials {
  display: flex;
  align-items: center;
  gap: 12px;
}

.top-socials a {
  color: #94a3b8;
  font-size: 0.85rem;
  padding: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.top-socials a:hover {
  color: var(--color-electric-cyan);
  transform: translateY(-1px);
}

/* ==========================================================================
   2. MAIN NAVIGATION
   ========================================================================== */
.navbar {
  position: sticky;
  top: 0;
  z-index: 10005;
  background-color: var(--color-white);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06);
  padding: 12px 0;
  transition: var(--transition);
}

.navbar-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

/* Brand Logo */
.brand-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  text-decoration: none;
}

.brand-logo-img {
  height: 52px;
  width: auto;
  max-width: 190px;
  object-fit: contain;
  display: block;
  transition: transform 0.25s ease;
}

.brand-logo:hover .brand-logo-img {
  transform: scale(1.03);
}

.footer-logo-wrap {
  display: inline-block;
  background: #ffffff;
  padding: 8px 16px;
  border-radius: 12px;
  margin-bottom: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.footer-logo-img {
  height: 44px;
  width: auto;
  max-width: 170px;
  object-fit: contain;
  display: block;
}

.logo-icon-wrap {
  width: 46px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.brand-svg {
  width: 100%;
  height: 100%;
}

.brand-text {
  display: flex;
  flex-direction: column;
}

.brand-title {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: 0.8px;
  color: var(--color-primary-navy);
  line-height: 1.1;
}

.brand-subtitle {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  color: #475569;
  line-height: 1.2;
}

.brand-motto {
  font-size: 0.55rem;
  font-weight: 600;
  letter-spacing: 1.8px;
  color: var(--color-marine-blue);
  line-height: 1.2;
}

/* Nav Menu Desktop */
.nav-menu-wrapper {
  display: flex;
  align-items: center;
}

.mobile-drawer-header {
  display: none;
}

.mobile-nav-arr {
  display: none;
}

.mobile-drawer-footer {
  display: none;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-item {
  position: relative;
  list-style: none;
}

.nav-link {
  font-weight: 600;
  font-size: 0.95rem;
  color: #334155;
  padding: 8px 0;
  display: inline-block;
  position: relative;
  text-decoration: none;
  transition: var(--transition);
}

.nav-link:hover, .nav-link.active {
  color: var(--color-marine-blue);
}

.nav-link.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2.5px;
  background-color: var(--color-marine-blue);
  border-radius: 2px;
}

/* Actions & Buttons */
.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.btn-portal {
  background-color: var(--color-marine-blue);
  color: var(--color-white);
  padding: 10px 20px;
  border-radius: var(--border-radius-pill);
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: var(--transition);
  box-shadow: 0 4px 12px rgba(0, 119, 182, 0.25);
  white-space: nowrap;
}

.btn-portal:hover {
  background-color: var(--color-marine-hover);
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(0, 119, 182, 0.35);
}

/* Animated Hamburger */
.mobile-toggle {
  display: none;
  width: 44px;
  height: 44px;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  background: #f1f5f9;
  border-radius: 10px;
  padding: 8px;
  border: 1px solid var(--color-gray-border);
}

.hamburger-bar {
  display: block;
  width: 22px;
  height: 2.5px;
  background-color: var(--color-primary-navy);
  border-radius: 2px;
  transition: var(--transition);
}

.mobile-toggle.active .hamburger-bar:nth-child(1) {
  transform: translateY(7.5px) rotate(45deg);
}

.mobile-toggle.active .hamburger-bar:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.mobile-toggle.active .hamburger-bar:nth-child(3) {
  transform: translateY(-7.5px) rotate(-45deg);
}

.menu-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(6, 21, 39, 0.6);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  z-index: 10000;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.menu-backdrop.active {
  display: block;
  opacity: 1;
}

/* ==========================================================================
   3. HERO SECTION (MODERN, STYLISH & PROFESSIONAL SLIDES WITH SIDE IMAGES)
   ========================================================================== */
.hero-section {
  position: relative;
  min-height: 90vh;
  min-height: calc(100vh - 80px);
  display: flex;
  align-items: center;
  color: var(--color-white);
  padding: 60px 0 50px;
  overflow: hidden;
  background-color: #061527;
}

/* Background Slides Wrapper & Smooth Cinematic Ken Burns */
.hero-slides-wrapper {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

.hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.08);
  transition: opacity 1.3s cubic-bezier(0.4, 0, 0.2, 1), transform 6.5s ease-out, visibility 1.3s;
  will-change: transform, opacity;
}

.hero-slide.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  z-index: 1;
}

/* Vibrant Oceanic Gradient Overlay that lets the vessel photos shine */
.hero-bg-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    95deg,
    rgba(6, 21, 39, 0.88) 0%,
    rgba(6, 21, 39, 0.55) 42%,
    rgba(6, 21, 39, 0.18) 75%,
    rgba(6, 21, 39, 0.35) 100%
  );
  z-index: 1;
  pointer-events: none;
}

.hero-container {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 30px;
  align-items: center;
  max-width: 1320px;
  width: 100%;
  padding: 0 36px;
  margin: 0 auto;
}

.hero-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  position: relative;
}

/* Slide Content Hide/Show & Staggered Reveal */
.hero-content-slide {
  display: none !important;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
}

.hero-content-slide.active {
  display: flex !important;
  animation: modernSlideIn 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes modernSlideIn {
  0% {
    opacity: 0;
    transform: translateY(28px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Modern Glowing Slide Badge */
.hero-slide-badge {
  display: inline-block;
  color: #38bdf8;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  background: none;
  border: none;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  padding: 0;
  margin-bottom: 2px;
}

.hero-title {
  font-family: var(--font-heading);
  font-size: clamp(2.4rem, 4.5vw, 4.2rem);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}

.hero-gradient-text {
  color: #00b4d8;
  background: none;
  -webkit-text-fill-color: #00b4d8;
  text-shadow: none;
  display: inline;
}

.hero-subtitle {
  font-size: clamp(0.95rem, 1.25vw, 1.12rem);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  max-width: 540px;
  line-height: 1.6;
  margin: 4px 0 6px;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 8px;
  flex-wrap: wrap;
}

/* Primary High-Impact Button */
.btn-hero-primary {
  background: #0077b6;
  color: #ffffff;
  padding: 13px 26px;
  border-radius: var(--border-radius-pill);
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 0.5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 18px rgba(0, 119, 182, 0.4);
  cursor: pointer;
  border: none;
}

.btn-hero-primary:hover {
  background: #0096c7;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 150, 199, 0.5);
  color: #ffffff;
}

/* Glassmorphic Secondary Button */
.btn-hero-glass {
  background: transparent;
  border: 1.5px solid rgba(255, 255, 255, 0.45);
  color: #ffffff;
  padding: 12px 24px;
  border-radius: var(--border-radius-pill);
  font-weight: 600;
  font-size: 0.88rem;
  letter-spacing: 0.5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
}

.btn-hero-glass:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: #ffffff;
  color: #ffffff;
  transform: translateY(-2px);
}

/* Hero Slide Numeric Pagination Indicators (01 / 02 / 03) */
.hero-slide-indicators {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 24px;
}

.indicator-item {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  opacity: 0.5;
  transition: all 0.3s ease;
}

.indicator-item.active,
.indicator-item:hover {
  opacity: 1;
}

.ind-num {
  font-size: 0.85rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 1px;
}

.ind-line {
  width: 24px;
  height: 2px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 2px;
  transition: all 0.3s ease;
}

.indicator-item.active .ind-line {
  width: 44px;
  background: #00b4d8;
  box-shadow: 0 0 10px #00b4d8;
}

.hero-tab-btn {
  background: rgba(11, 26, 48, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  padding: 8px 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  text-align: left;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.hero-tab-btn:hover {
  background: rgba(11, 26, 48, 0.9);
  border-color: rgba(56, 189, 248, 0.4);
  transform: translateY(-2px);
}

.hero-tab-btn.active {
  background: rgba(11, 26, 48, 0.95);
  border-color: var(--color-electric-cyan);
  box-shadow: 0 4px 18px rgba(0, 119, 182, 0.35);
}

.tab-thumb-box {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.25);
  flex-shrink: 0;
}

.tab-thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.hero-tab-btn:hover .tab-thumb-img {
  transform: scale(1.15);
}

.tab-meta {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex: 1;
  min-width: 0;
}

.tab-top {
  display: flex;
  align-items: center;
  gap: 6px;
}

.tab-num {
  font-size: 0.8rem;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.45);
  transition: color 0.3s ease;
}

.tab-label {
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.8px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.3s ease;
}

.hero-tab-btn.active .tab-num {
  color: var(--color-electric-cyan);
}

.hero-tab-btn.active .tab-label {
  color: #ffffff;
  font-weight: 800;
}

.tab-progress-track {
  width: 100%;
  height: 3px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}

.tab-progress-fill {
  width: 0%;
  height: 100%;
  background: var(--color-electric-cyan);
  box-shadow: 0 0 8px rgba(56, 189, 248, 0.8);
  border-radius: 2px;
}

@keyframes tabProgressRun {
  0% { width: 0%; }
  100% { width: 100%; }
}

.hero-nav-arrows {
  display: flex;
  align-items: center;
  gap: 8px;
}

.btn-slide-nav {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(11, 26, 48, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  cursor: pointer;
  transition: all 0.25s ease;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.btn-slide-nav:hover {
  background: var(--color-marine-blue);
  border-color: var(--color-marine-blue);
  transform: scale(1.1);
  box-shadow: 0 4px 15px rgba(0, 119, 182, 0.5);
}

/* Hero Right: Glass Card & Calligraphy */
.hero-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  height: 100%;
  min-height: 420px;
  gap: 24px;
  width: 100%;
}

.hero-side-vessel-showcase {
  display: none !important;
}

/* Modern Glass Card Right */
.modern-hero-card,
.hero-glass-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(12, 32, 58, 0.78) 100%) !important;
  backdrop-filter: blur(24px) saturate(170%) !important;
  -webkit-backdrop-filter: blur(24px) saturate(170%) !important;
  border: 1.5px solid rgba(255, 255, 255, 0.32) !important;
  border-radius: 20px !important;
  padding: 26px 22px !important;
  width: 100% !important;
  max-width: 230px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 22px !important;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5), inset 0 1px 2px rgba(255, 255, 255, 0.45) !important;
  text-align: left !important;
  margin-left: auto !important;
  margin-right: 0 !important;
}

.glass-item {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 14px !important;
  text-align: left !important;
}

.glass-icon-box {
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  background: transparent !important;
  border: none !important;
  color: #ffffff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
}

.glass-icon-box svg {
  width: 26px !important;
  height: 26px !important;
  stroke: #ffffff !important;
  display: block !important;
}

.glass-text {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  text-align: left !important;
  gap: 2px !important;
}

.glass-title {
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  line-height: 1.15 !important;
  display: block !important;
  letter-spacing: 0.2px;
}

.glass-sub {
  font-size: 0.78rem !important;
  font-weight: 400 !important;
  color: rgba(255, 255, 255, 0.78) !important;
  line-height: 1.15 !important;
  display: block !important;
}

/* Calligraphy Text */
.hero-calligraphy {
  align-self: flex-end;
  text-align: right;
  margin-top: auto;
  padding-right: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  transform: rotate(-6deg);
  transform-origin: right center;
}

.calligraphy-text {
  font-family: 'Caveat', 'Dancing Script', 'Reenie Beanie', cursive !important;
  font-size: clamp(2.4rem, 3.8vw, 3.2rem);
  font-weight: 700;
  color: #ffffff;
  line-height: 0.95;
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.45);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  letter-spacing: 0.5px;
}

.calligraphy-text .cal-line-1 {
  display: block;
  font-size: 0.9em;
  margin-right: 30px;
}

.calligraphy-text .cal-line-2 {
  display: block;
  font-size: 1.15em;
  margin-right: 12px;
}

.calligraphy-text .cal-line-3 {
  display: block;
  font-size: 1.1em;
}

.calligraphy-wave {
  display: block;
  margin-top: 6px;
  margin-right: 2px;
  filter: drop-shadow(0 2px 6px rgba(0, 180, 216, 0.5));
}

/* ==========================================================================
   4. QUICK SERVICES BAR (8-CARD GRID)
   ========================================================================== */
.quick-services-bar {
  background-color: #f1f5f9;
  padding: 40px 0 50px;
  border-bottom: 1px solid var(--color-gray-border);
}

.services-header-compact {
  text-align: center;
  margin-bottom: 26px;
}

.section-badge {
  display: inline-block;
  background-color: var(--color-sky-light);
  color: var(--color-marine-blue);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: var(--border-radius-pill);
  margin-bottom: 8px;
}

.section-title-compact {
  font-family: var(--font-heading);
  font-size: clamp(1.3rem, 2.8vw, 1.7rem);
  font-weight: 800;
  color: var(--color-primary-navy);
}

.quick-services-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 12px;
}

.service-quick-card {
  background-color: var(--color-white);
  border: 1px solid #e2e8f0;
  border-radius: var(--border-radius-md);
  padding: 20px 12px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  cursor: pointer;
  transition: var(--transition);
  position: relative;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.service-quick-card:active {
  transform: scale(0.97);
}

.service-quick-card:hover {
  transform: translateY(-6px);
  border-color: var(--color-ocean-cyan);
  box-shadow: 0 12px 24px rgba(0, 119, 182, 0.12);
}

.service-quick-card .card-icon {
  width: 48px;
  height: 48px;
  background-color: #f0f9ff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-marine-blue);
  font-size: 1.3rem;
  margin-bottom: 12px;
  transition: var(--transition);
}

.service-quick-card:hover .card-icon {
  background-color: var(--color-marine-blue);
  color: var(--color-white);
  transform: scale(1.06);
}

.service-quick-card .card-title {
  font-family: var(--font-heading);
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--color-dark-light);
  line-height: 1.35;
  margin-bottom: 6px;
  min-height: 36px;
}

.service-quick-card .card-arrow {
  font-size: 0.72rem;
  color: #94a3b8;
  opacity: 0;
  transform: translateX(-4px);
  transition: var(--transition);
}

.service-quick-card:hover .card-arrow {
  opacity: 1;
  transform: translateX(0);
  color: var(--color-marine-blue);
}

/* ==========================================================================
   5. COVERAGE SECTION ("ACROSS THE MALDIVES")
   ========================================================================== */
/* ==========================================================================
   5. COVERAGE SECTION ("ACROSS THE MALDIVES")
   ========================================================================== */
.coverage-section {
  position: relative;
  min-height: 580px;
  background: url('../images/maldives-coverage-aerial.jpg?v=30.0') center center / cover no-repeat;
  color: var(--color-white);
  padding: 85px 0;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.coverage-bg-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(4, 20, 42, 0.65) 0%,
    rgba(4, 20, 42, 0.15) 30%,
    rgba(4, 20, 42, 0.15) 70%,
    rgba(4, 20, 42, 0.65) 100%
  );
  z-index: 1;
}

.coverage-container {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.15fr 0.95fr 1.15fr;
  gap: 32px;
  align-items: center;
}

.coverage-left {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.coverage-eyebrow {
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 2.5px;
  color: #38bdf8;
  text-transform: uppercase;
}

.coverage-title {
  font-family: var(--font-heading);
  font-size: clamp(2.2rem, 3.6vw, 3.2rem);
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: -0.5px;
}

.cyan-text {
  color: #38bdf8;
  text-shadow: 0 0 20px rgba(56, 189, 248, 0.45);
}

.coverage-description {
  font-size: clamp(0.92rem, 1.2vw, 1.02rem);
  color: #e2e8f0;
  line-height: 1.6;
  max-width: 380px;
}

.btn-coverage {
  background: rgba(14, 165, 233, 0.18);
  border: 1.5px solid rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: var(--color-white);
  padding: 12px 26px;
  border-radius: var(--border-radius-pill);
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  align-self: flex-start;
  transition: var(--transition);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  margin-top: 8px;
  cursor: pointer;
  text-decoration: none;
}

.btn-coverage:hover {
  background: rgba(14, 165, 233, 0.4);
  border-color: #38bdf8;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(56, 189, 248, 0.4);
  color: #ffffff;
}

/* Interactive Map Center */
.coverage-map-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.atoll-map-art {
  position: relative;
  width: 100%;
  max-width: 340px;
  height: 480px;
  margin: 0 auto;
}

.map-pin {
  position: absolute;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: var(--transition);
  touch-action: manipulation;
  z-index: 5;
}

.map-pin:hover, .map-pin:active {
  transform: scale(1.08);
}

.pin-badge {
  background: rgba(7, 24, 48, 0.92);
  border: 1.5px solid #38bdf8;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 6px 14px;
  border-radius: var(--border-radius-pill);
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--color-white);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5), 0 0 12px rgba(56, 189, 248, 0.35);
  white-space: nowrap;
}

.pin-badge i {
  color: #38bdf8;
  font-size: 0.85rem;
}

.pin-male-badge {
  background: rgba(10, 37, 64, 0.95);
  border-color: #38bdf8;
  box-shadow: 0 0 20px rgba(56, 189, 248, 0.6);
}

.pulse-ring {
  width: 12px;
  height: 12px;
  background: #38bdf8;
  border-radius: 50%;
  margin-top: 5px;
  position: relative;
  box-shadow: 0 0 12px #38bdf8;
}

.pulse-ring::after {
  content: '';
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 2px solid #38bdf8;
  animation: pulsePin 2s infinite ease-out;
}

@keyframes pulsePin {
  0% { transform: scale(0.6); opacity: 1; }
  100% { transform: scale(2.2); opacity: 0; }
}

.pin-uligan {
  top: 14%;
  left: 50%;
  transform: translateX(-50%);
}

.pin-male {
  top: 48%;
  left: calc(50% + 22px);
  transform: translateX(-50%);
}

.pin-gan {
  top: 84%;
  left: calc(50% + 14px);
  transform: translateX(-50%);
}

.mobile-port-selector {
  display: none;
}

/* Stats Glass Card Right */
.coverage-right {
  display: flex;
  justify-content: flex-end;
}

.stats-glass-card {
  background: rgba(10, 37, 64, 0.68);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 20px;
  padding: 34px 28px;
  width: 100%;
  max-width: 360px;
  display: flex;
  flex-direction: column;
  gap: 26px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
  text-align: left;
}

.stat-row {
  display: flex;
  align-items: center;
  gap: 20px;
  text-align: left;
}

.stat-icon-box {
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.85rem;
  flex-shrink: 0;
  opacity: 0.95;
}

.stat-text-box {
  display: flex;
  flex-direction: column;
  text-align: left;
  align-items: flex-start;
  justify-content: center;
}

.stat-number {
  font-family: var(--font-heading);
  font-size: 1.55rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.1;
  text-align: left;
  letter-spacing: -0.5px;
}

.stat-desc {
  font-size: 0.82rem;
  color: #cbd5e1;
  line-height: 1.35;
  text-align: left;
  margin-top: 2px;
}

/* ==========================================================================
   6. TRUST BAR & SOCIAL PROOF
   ========================================================================== */
.trust-bar-section {
  background-color: var(--color-white);
  padding: 36px 0;
  border-bottom: 1px solid var(--color-gray-border);
}

.trust-container {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 36px;
  align-items: center;
}

.trust-left {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.trust-title {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 1.5px;
  color: #475569;
  text-transform: uppercase;
}

.trust-badges-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.trust-badge {
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  padding: 8px 14px;
  border-radius: var(--border-radius-pill);
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--color-dark-light);
  transition: var(--transition);
}

.trust-badge i {
  color: var(--color-marine-blue);
  font-size: 0.88rem;
  flex-shrink: 0;
}

.trust-badge:hover {
  background-color: var(--color-sky-light);
  border-color: var(--color-ocean-cyan);
  transform: translateY(-2px);
}

/* Testimonial Box */
.trust-right {
  border-left: 2px solid #e2e8f0;
  padding-left: 28px;
}

.testimonial-card {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.quote-text {
  font-size: 0.92rem;
  font-style: italic;
  color: #334155;
  line-height: 1.5;
}

.quote-text em {
  font-style: normal;
  font-weight: 700;
  color: var(--color-marine-blue);
}

.quote-author {
  font-size: 0.78rem;
  font-weight: 700;
  color: #64748b;
}

/* ==========================================================================
   7. ABOUT COMPANY & STORY SECTION
   ========================================================================== */
.about-section {
  padding: 80px 0;
  background-color: #f8fafc;
}

.about-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 50px;
  align-items: center;
}

.about-text-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.section-heading {
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 3.2vw, 2.7rem);
  font-weight: 800;
  color: var(--color-primary-navy);
  line-height: 1.15;
}

.lead-text {
  font-size: clamp(1rem, 1.8vw, 1.15rem);
  font-weight: 500;
  color: var(--color-marine-blue);
  line-height: 1.6;
}

.story-box {
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: #475569;
  font-size: 0.95rem;
  line-height: 1.7;
}

.heritage-stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 10px;
  padding-top: 20px;
  border-top: 1px solid var(--color-gray-border);
}

.heritage-stat {
  display: flex;
  flex-direction: column;
}

.heritage-stat .num {
  font-family: var(--font-heading);
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--color-primary-navy);
}

.heritage-stat .lbl {
  font-size: 0.78rem;
  color: #64748b;
  font-weight: 600;
}

.about-image-col {
  position: relative;
}

.image-frame-stacked {
  position: relative;
  border-radius: var(--border-radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.image-frame-stacked .img-base {
  width: 100%;
  height: 440px;
  object-fit: cover;
  display: block;
}

.image-badge-floating {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: rgba(11, 26, 48, 0.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--border-radius-md);
  padding: 14px 18px;
  color: var(--color-white);
  display: flex;
  align-items: center;
  gap: 14px;
}

.image-badge-floating i {
  font-size: 1.6rem;
  color: var(--color-electric-cyan);
}

.image-badge-floating strong {
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
}

.image-badge-floating span {
  font-size: 0.78rem;
  color: #94a3b8;
}

/* ==========================================================================
   8. READY FOR YOUR NEXT PORT CALL (CTA BANNER)
   ========================================================================== */
.cta-banner-section {
  position: relative;
  min-height: 400px;
  background: url('../images/superyacht-cta.jpg') center center / cover no-repeat;
  color: var(--color-white);
  padding: 70px 0;
  display: flex;
  align-items: center;
}

.cta-bg-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(6, 21, 39, 0.94) 0%,
    rgba(11, 26, 48, 0.8) 60%,
    rgba(0, 119, 182, 0.45) 100%
  );
  z-index: 1;
}

.cta-container {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 36px;
  flex-wrap: wrap;
}

.cta-content {
  max-width: 620px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cta-eyebrow {
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 2px;
  color: var(--color-sky-light);
  text-transform: uppercase;
}

.cta-title {
  font-family: var(--font-heading);
  font-size: clamp(1.85rem, 3.4vw, 3rem);
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

.cta-subtitle {
  font-size: clamp(0.95rem, 1.5vw, 1.1rem);
  color: #e2e8f0;
  line-height: 1.5;
}

.cta-buttons {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.btn-cta-contact {
  background-color: var(--color-marine-blue);
  color: var(--color-white);
  padding: 14px 28px;
  border-radius: var(--border-radius-pill);
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: var(--transition);
  box-shadow: 0 6px 20px rgba(0, 119, 182, 0.4);
}

.btn-cta-contact:hover {
  background-color: #0096c7;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 180, 216, 0.5);
}

.btn-cta-whatsapp {
  background-color: rgba(11, 26, 48, 0.85);
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: var(--color-white);
  padding: 13px 26px;
  border-radius: var(--border-radius-pill);
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: var(--transition);
}

.btn-cta-whatsapp i {
  color: #25d366;
  font-size: 1.2rem;
}

.btn-cta-whatsapp:hover {
  background-color: #25d366;
  color: #ffffff;
  border-color: #25d366;
  transform: translateY(-2px);
}

.btn-cta-whatsapp:hover i {
  color: #ffffff;
}

/* ==========================================================================
   9. FOOTER (MATCHING REFERENCE DESIGN EXACTLY)
   ========================================================================== */
.site-footer {
  background-color: #040d1a;
  color: #cbd5e1;
  padding-top: 65px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-family: var(--font-body);
}

.footer-container {
  display: grid;
  grid-template-columns: 1.35fr 1fr 0.85fr 1.35fr;
  gap: 44px;
  padding-bottom: 50px;
  align-items: flex-start;
}

.footer-col-brand {
  display: flex;
  flex-direction: column;
}

.footer-brand-logo {
  display: inline-block;
  margin-bottom: 18px;
  text-decoration: none;
}

.footer-logo-img {
  height: 64px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
  display: block;
}

.footer-brand-desc {
  font-size: 0.88rem;
  line-height: 1.65;
  color: #94a3b8;
  max-width: 340px;
  margin-bottom: 22px;
}

.footer-social-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-social-title {
  font-size: 0.78rem;
  font-weight: 600;
  color: #94a3b8;
  display: block;
}

.footer-social-icons {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-social-icons a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 0.85rem;
  text-decoration: none;
  transition: all 0.25s ease;
}

.footer-social-icons a:hover {
  border-color: #00b4d8;
  background: #00b4d8;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 180, 216, 0.35);
}

.footer-heading {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 18px;
  letter-spacing: 0.3px;
}

.footer-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-links-list li a {
  color: #cbd5e1;
  font-size: 0.88rem;
  text-decoration: none;
  transition: all 0.2s ease;
  display: inline-block;
}

.footer-links-list li a:hover {
  color: #38bdf8;
  transform: translateX(3px);
}

.footer-contact-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 22px;
}

.footer-contact-link {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #cbd5e1;
  font-size: 0.88rem;
  text-decoration: none;
  transition: color 0.2s ease;
  word-break: break-all;
}

.footer-contact-link:hover {
  color: #38bdf8;
}

.footer-contact-link i {
  color: #ffffff;
  font-size: 0.95rem;
  width: 16px;
  text-align: center;
  flex-shrink: 0;
}

.pda-heading {
  margin-top: 6px;
  margin-bottom: 8px;
  font-size: 1.02rem;
}

.footer-pda-desc {
  font-size: 0.84rem;
  line-height: 1.55;
  color: #94a3b8;
  margin-bottom: 16px;
  max-width: 320px;
}

.btn-pda-download {
  background-color: #0077b6;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  padding: 11px 22px;
  font-size: 0.88rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 4px 14px rgba(0, 119, 182, 0.3);
}

.btn-pda-download:hover {
  background-color: #0096c7;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 180, 216, 0.45);
}

.footer-bottom-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 22px 0;
  background-color: #030a14;
  text-align: center;
}

.footer-copyright-text {
  font-size: 0.78rem;
  color: #64748b;
  margin: 0;
  text-align: center;
  line-height: 1.5;
}

@media (max-width: 992px) {
  .footer-container {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }
}

@media (max-width: 640px) {
  .footer-container {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

/* ==========================================================================
   10. MODALS & DRAWERS (MOBILE PERFECT)
   ========================================================================= */
.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(6, 21, 39, 0.82);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}

.modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.modal-container {
  background: var(--color-white);
  border-radius: var(--border-radius-lg);
  width: 100%;
  max-width: 680px;
  max-height: 90vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 30px 26px;
  position: relative;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.35);
  transform: translateY(20px) scale(0.98);
  transition: var(--transition);
}

.modal-overlay.active .modal-container {
  transform: translateY(0) scale(1);
}

.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  line-height: 1;
  color: #64748b;
  cursor: pointer;
  transition: var(--transition);
  z-index: 10;
}

.modal-close:hover, .modal-close:active {
  background: #e2e8f0;
  color: var(--color-dark);
}

.modal-header {
  display: flex;
  gap: 14px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--color-gray-border);
  padding-bottom: 16px;
  padding-right: 36px;
}

.modal-header-icon {
  width: 44px;
  height: 44px;
  background: #f0f9ff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-marine-blue);
  font-size: 1.25rem;
  flex-shrink: 0;
}

.modal-header h3 {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--color-primary-navy);
}

.modal-header p {
  font-size: 0.85rem;
  color: var(--color-gray-text);
  margin-top: 2px;
}

/* Forms in Modal */
.port-call-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.form-group label {
  font-size: 0.8rem;
  font-weight: 700;
  color: #334155;
}

.form-group input,
.form-group select,
.form-group textarea {
  border: 1px solid var(--color-gray-border);
  border-radius: var(--border-radius-sm);
  padding: 10px 12px;
  font-size: 16px;
  color: var(--color-dark);
  outline: none;
  background-color: #fff;
  transition: var(--transition);
  width: 100%;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--color-marine-blue);
  box-shadow: 0 0 0 3px rgba(0, 119, 182, 0.15);
}

.checkbox-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  background: #f8fafc;
  padding: 12px;
  border-radius: var(--border-radius-sm);
  border: 1px solid var(--color-gray-border);
}

.check-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  color: #334155;
  cursor: pointer;
  min-height: 28px;
}

.check-label input {
  width: 16px;
  height: 16px;
  accent-color: var(--color-marine-blue);
}

.modal-footer {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 10px;
  padding-top: 14px;
  border-top: 1px solid var(--color-gray-border);
}

.btn-cancel {
  padding: 10px 18px;
  border-radius: var(--border-radius-pill);
  font-weight: 600;
  font-size: 0.88rem;
  color: #64748b;
  background: #f1f5f9;
  transition: var(--transition);
}

.btn-cancel:hover {
  background: #e2e8f0;
  color: var(--color-dark);
}

.btn-submit-modal {
  padding: 10px 22px;
  border-radius: var(--border-radius-pill);
  font-weight: 700;
  font-size: 0.88rem;
  color: #fff;
  background: var(--color-marine-blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: var(--transition);
}

.btn-submit-modal:hover {
  background: #0096c7;
}

/* Video Modal */
.video-modal-container {
  max-width: 800px;
  padding: 20px;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: var(--border-radius-md);
  background: #000;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-caption {
  margin-top: 14px;
}

.video-caption h4 {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  color: var(--color-primary-navy);
}

.video-caption p {
  font-size: 0.85rem;
  color: var(--color-gray-text);
}

/* Portal Modal */
.portal-modal-container {
  max-width: 520px;
}

.portal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--color-gray-border);
  padding-right: 32px;
}

.portal-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-heading);
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--color-marine-blue);
}

.portal-badge {
  font-size: 0.7rem;
  font-weight: 700;
  background: #f0f9ff;
  color: var(--color-marine-blue);
  padding: 4px 8px;
  border-radius: var(--border-radius-pill);
}

.portal-body {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.portal-login-box h5 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 4px;
}

.portal-login-box p {
  font-size: 0.82rem;
  color: var(--color-gray-text);
  margin-bottom: 14px;
}

.btn-block {
  width: 100%;
  justify-content: center;
  margin-top: 8px;
}

.portal-features {
  background: #f8fafc;
  padding: 14px;
  border-radius: var(--border-radius-md);
  border: 1px solid var(--color-gray-border);
}

.portal-features h6 {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #475569;
  margin-bottom: 8px;
}

.portal-features ul {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.portal-features li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  color: #334155;
}

/* Toast */
.toast {
  position: fixed;
  bottom: 20px;
  right: 20px;
  left: 20px;
  max-width: 420px;
  margin-left: auto;
  background: #061527;
  color: #ffffff;
  padding: 12px 18px;
  border-radius: var(--border-radius-pill);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  border: 1px solid var(--color-ocean-cyan);
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 10000;
  transform: translateY(120px);
  opacity: 0;
  transition: var(--transition);
  font-size: 0.85rem;
  font-weight: 600;
}

.toast.show {
  transform: translateY(0);
  opacity: 1;
}

.toast-icon {
  color: #10b981;
  font-size: 1.15rem;
  flex-shrink: 0;
}


/* ==========================================================================
   11. UNIFIED RESPONSIVE SYSTEM (100% MOBILE & ALL DEVICES OPTIMIZED)
   ========================================================================== */

/* Global Zero-Overflow Safety */
*, *::before, *::after {
  box-sizing: border-box;
}

html, body {
  overflow-x: hidden !important;
  max-width: 100vw !important;
  width: 100% !important;
  position: relative;
}

/* Label helper toggles */
.lbl-short { display: none; }
.lbl-full { display: inline; }

/* --- 1. Tablet Viewports (max-width: 992px) --- */
@media (max-width: 992px) {
  /* Mobile Navigation Drawer */
  .nav-menu-wrapper {
    position: fixed;
    top: 0;
    right: -100%;
    width: min(85vw, 340px);
    height: 100vh;
    height: 100dvh;
    background: #ffffff !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 24px 20px 30px;
    box-shadow: -10px 0 35px rgba(2, 62, 138, 0.35);
    transition: right 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 10010 !important;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .nav-menu-wrapper.active {
    right: 0 !important;
  }

  .mobile-drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px;
    margin-bottom: 12px;
    border-bottom: 1.5px solid #e2e8f0;
    width: 100%;
  }

  .drawer-brand {
    display: flex;
    flex-direction: column;
  }

  .drawer-title {
    font-size: 0.95rem;
    font-weight: 800;
    color: var(--color-primary-navy);
    letter-spacing: 0.5px;
    line-height: 1.2;
  }

  .drawer-subtitle {
    font-size: 0.65rem;
    font-weight: 700;
    color: var(--color-marine-blue);
    letter-spacing: 1.2px;
    line-height: 1.2;
  }

  .drawer-close-btn {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    color: var(--color-primary-navy);
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--transition);
  }

  .drawer-close-btn:hover {
    background: #e2e8f0;
    color: var(--color-marine-blue);
  }

  .nav-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .nav-item {
    width: 100%;
    list-style: none;
  }

  .nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 14px 10px;
    font-size: 1.02rem;
    font-weight: 600;
    color: var(--color-primary-navy);
    border-bottom: 1px solid #f1f5f9;
    transition: all 0.2s ease;
  }

  .nav-link:hover, .nav-link.active {
    color: var(--color-marine-blue);
    background: #f0f9ff;
    border-radius: 8px;
    padding-left: 14px;
  }

  .nav-link.active::after {
    display: none;
  }

  .mobile-nav-arr {
    display: inline-block;
    font-size: 0.8rem;
    color: #94a3b8;
  }

  .mobile-drawer-footer {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px solid #e2e8f0;
  }

  .mobile-drawer-btn {
    width: 100%;
    justify-content: center;
    padding: 13px;
    font-size: 0.92rem;
  }

  .mobile-contact-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: #f8fafc;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
  }

  .mobile-contact-card a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.82rem;
    font-weight: 600;
    color: #334155;
    text-decoration: none;
    transition: color 0.2s;
  }

  .mobile-contact-card a:hover {
    color: var(--color-marine-blue);
  }

  .nav-btn-desktop {
    display: none !important;
  }

  .mobile-toggle {
    display: flex;
    z-index: 10015;
    cursor: pointer;
  }

  /* Hero Section Tablet */
  .hero-section {
    padding: 55px 0 45px;
    min-height: auto;
  }

  .hero-container {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 32px;
    width: 100%;
    max-width: 100%;
  }

  .hero-left {
    align-items: center;
    text-align: center;
    width: 100%;
  }

  .hero-slide-badge {
    margin: 0 auto;
  }

  .hero-title {
    text-align: center;
    font-size: clamp(1.9rem, 5.5vw, 3.2rem);
  }

  .hero-subtitle {
    text-align: center;
    margin: 0 auto;
  }

  .hero-actions {
    justify-content: center;
  }

  .hero-modern-nav {
    margin: 20px auto 0;
    width: 100%;
    max-width: 100%;
  }

  .hero-right {
    align-items: center;
    gap: 20px;
    width: 100%;
  }

  .hero-side-vessel-showcase {
    max-width: 440px;
    width: 100%;
    margin: 0 auto;
  }

  .hero-glass-card {
    max-width: 240px;
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: left;
    gap: 20px;
    padding: 22px 20px;
    margin: 0 auto;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(12, 32, 58, 0.78) 100%) !important;
    backdrop-filter: blur(24px) saturate(170%) !important;
    -webkit-backdrop-filter: blur(24px) saturate(170%) !important;
    border: 1.5px solid rgba(255, 255, 255, 0.32) !important;
    border-radius: 18px !important;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.5), inset 0 1px 2px rgba(255, 255, 255, 0.45) !important;
  }

  .hero-calligraphy {
    text-align: center;
    align-self: center;
    padding-right: 0;
    margin: 16px auto 0;
  }

  /* Quick Services Tablet */
  .quick-services-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }

  /* Coverage Tablet */
  .coverage-container {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 28px;
  }

  .coverage-left {
    align-items: center;
    text-align: center;
  }

  .coverage-title, .coverage-description {
    text-align: center;
    margin: 0 auto;
  }

  .btn-coverage {
    align-self: center;
    margin: 0 auto;
  }

  .coverage-right {
    justify-content: center;
    width: 100%;
  }

  .stats-glass-card {
    max-width: 440px;
    margin: 0 auto;
  }

  /* Trust Bar Tablet */
  .trust-container {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 24px;
  }

  .trust-badges-row {
    justify-content: center;
  }

  .trust-right {
    border-left: none;
    border-top: 1px solid #e2e8f0;
    padding-left: 0;
    padding-top: 20px;
  }

  /* About Grid Tablet */
  .about-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .about-image-col {
    order: -1;
  }

  .image-frame-stacked .img-base {
    height: 320px;
  }

  /* Footer Tablet */
  .footer-container {
    grid-template-columns: 1fr 1fr;
  }
}

/* --- 2. Mobile Phones Standard & Compact (max-width: 768px) --- */
@media (max-width: 768px) {
  .lbl-short { display: inline !important; }
  .lbl-full { display: none !important; }

  .top-bar {
    padding: 6px 0;
    font-size: 0.72rem;
  }
  
  .hide-mobile {
    display: none !important;
  }

  .container {
    padding: 0 14px;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }

  /* Brand Logo */
  .logo-icon-wrap {
    width: 34px;
    height: 26px;
  }

  .brand-title {
    font-size: 1.05rem;
  }

  .brand-subtitle {
    font-size: 0.55rem;
  }

  .brand-motto {
    font-size: 0.48rem;
    letter-spacing: 0.5px;
  }

  /* Hero Section Mobile (STRICT ZERO OVERFLOW & FULL VIEW) */
  .hero-section {
    padding: 24px 0 20px;
    min-height: auto;
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
  }

  .hero-container {
    gap: 20px;
    width: 100%;
    max-width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .hero-left {
    width: 100%;
    max-width: 100%;
    gap: 14px;
    box-sizing: border-box;
  }

  .hero-content-slide {
    width: 100%;
    max-width: 100%;
    gap: 12px;
    box-sizing: border-box;
  }

  .hero-slide-badge {
    font-size: 0.68rem;
    padding: 5px 12px;
    letter-spacing: 0.5px;
    margin: 0 auto;
    max-width: 100%;
    white-space: normal;
    text-align: center;
    line-height: 1.3;
    box-sizing: border-box;
  }

  .badge-pulse-dot {
    width: 6px;
    height: 6px;
    flex-shrink: 0;
  }

  .hero-title {
    font-size: clamp(1.5rem, 6.8vw, 2.05rem);
    text-align: center;
    line-height: 1.15;
    word-break: break-word;
    max-width: 100%;
    letter-spacing: -0.3px;
    margin: 0;
  }

  .hero-subtitle {
    font-size: 0.88rem;
    line-height: 1.5;
    text-align: center;
    max-width: 100%;
    padding: 0 4px;
    margin: 0 auto;
  }

  .hero-actions {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    gap: 8px;
    align-items: stretch;
    box-sizing: border-box;
  }

  .btn-hero-primary,
  .btn-hero-glass {
    width: 100%;
    max-width: 100%;
    padding: 12px 16px;
    font-size: 0.85rem;
    justify-content: center;
    box-sizing: border-box;
  }

  /* Modern Timeline Tabs Mobile - Strict 100% Fit */
  .hero-modern-nav {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    gap: 10px;
    margin-top: 14px;
    padding-top: 12px;
    box-sizing: border-box;
  }

  .hero-timeline-tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    max-width: 100%;
    gap: 5px;
    box-sizing: border-box;
  }

  .hero-tab-btn {
    padding: 6px 4px;
    gap: 5px;
    border-radius: 8px;
    min-width: 0;
    width: 100%;
    box-sizing: border-box;
  }

  .tab-thumb-box {
    width: 22px;
    height: 22px;
    border-radius: 4px;
    flex-shrink: 0;
  }

  .tab-meta {
    gap: 2px;
    min-width: 0;
    flex: 1;
    overflow: hidden;
  }

  .tab-top {
    gap: 3px;
    min-width: 0;
  }

  .tab-num {
    font-size: 0.65rem;
    font-weight: 800;
  }

  .tab-label {
    font-size: 0.58rem;
    letter-spacing: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .hero-nav-arrows {
    justify-content: center;
    width: 100%;
    gap: 16px;
    margin-top: 2px;
  }

  .btn-slide-nav {
    width: 34px;
    height: 34px;
    font-size: 0.75rem;
  }

  /* Hero Right Side Showcase */
  .hero-right {
    width: 100%;
    max-width: 100%;
    align-items: center;
    gap: 16px;
    box-sizing: border-box;
  }

  .hero-side-vessel-showcase {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .side-vessel-card {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .vessel-card-img-wrap {
    height: clamp(130px, 34vw, 170px);
    width: 100%;
  }

  .vessel-card-info {
    padding: 10px 12px;
  }

  .vessel-card-info strong {
    font-size: 0.85rem;
  }

  .vessel-card-info span {
    font-size: 0.72rem;
  }

  .hero-glass-card {
    display: flex;
    flex-direction: column;
    max-width: 230px;
    width: 100%;
    padding: 22px 18px;
    gap: 18px;
    margin: 0 auto;
    text-align: left;
    border-radius: 18px;
    box-sizing: border-box;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(12, 32, 58, 0.78) 100%) !important;
    backdrop-filter: blur(24px) saturate(170%) !important;
    -webkit-backdrop-filter: blur(24px) saturate(170%) !important;
    border: 1.5px solid rgba(255, 255, 255, 0.32) !important;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.5), inset 0 1px 2px rgba(255, 255, 255, 0.45) !important;
  }

  .glass-item {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 12px !important;
    text-align: left !important;
  }

  .glass-icon-box {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    background: transparent !important;
    border: none !important;
  }

  .glass-icon-box svg {
    width: 22px !important;
    height: 22px !important;
  }

  .glass-title {
    font-size: 0.88rem !important;
  }

  .glass-sub {
    font-size: 0.72rem !important;
  }

  .hero-calligraphy {
    align-self: center !important;
    text-align: center !important;
    margin: 14px auto 0 !important;
    padding-right: 0 !important;
  }

  .calligraphy-text {
    font-size: 2.2rem !important;
    align-items: center !important;
    text-align: center !important;
  }

  .calligraphy-text .cal-line-1,
  .calligraphy-text .cal-line-2,
  .calligraphy-text .cal-line-3 {
    margin-right: 0 !important;
  }

  /* Quick Services 8-Grid */
  .quick-services-bar {
    padding: 24px 0 28px;
    width: 100%;
  }

  .services-header-compact {
    margin-bottom: 14px;
  }

  .section-badge {
    font-size: 0.7rem;
    padding: 4px 10px;
  }

  .section-heading-sm {
    font-size: 1.18rem;
  }

  .quick-services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
    width: 100%;
  }

  .service-quick-card {
    padding: 12px 6px 8px;
    border-radius: 10px;
    width: 100%;
    box-sizing: border-box;
  }

  .service-quick-card .card-icon {
    width: 34px;
    height: 34px;
    font-size: 0.98rem;
    margin-bottom: 4px;
  }

  .service-quick-card .card-title {
    font-size: 0.7rem;
    min-height: auto;
    line-height: 1.2;
  }

  /* Coverage Section Mobile */
  .coverage-section {
    padding: 34px 0 30px;
    min-height: auto;
    width: 100%;
  }

  .coverage-left {
    gap: 8px;
    width: 100%;
  }

  .coverage-title {
    font-size: clamp(1.6rem, 6.5vw, 2rem);
  }

  .coverage-description {
    font-size: 0.85rem;
    line-height: 1.45;
  }

  .btn-coverage {
    width: 100%;
    max-width: 260px;
    padding: 11px 18px;
    font-size: 0.82rem;
  }

  .atoll-map-art {
    width: 100%;
    max-width: 240px;
    height: 320px;
    margin: 0 auto;
  }

  .pin-badge {
    font-size: 0.68rem;
    padding: 4px 8px;
  }

  .pulse-ring {
    width: 10px;
    height: 10px;
  }

  .mobile-port-selector {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
    width: 100%;
    margin-top: 4px;
  }

  .port-tap-btn {
    font-size: 0.7rem;
    padding: 5px 8px;
  }

  /* Stats Glass Card Mobile */
  .stats-glass-card {
    max-width: 100%;
    width: 100%;
    padding: 16px 14px;
    margin: 0 auto;
    border-radius: 16px;
    box-sizing: border-box;
  }

  .stat-icon-box {
    width: 40px;
    height: 40px;
    font-size: 1.15rem;
    border-radius: 10px;
  }

  .stat-v-divider {
    height: 30px;
    margin: 0 10px;
  }

  .stat-number {
    font-size: 1.35rem;
  }

  .stat-desc {
    font-size: 0.74rem;
    line-height: 1.2;
  }

  .stat-h-divider {
    margin: 10px 0;
  }

  /* Company Profile Card Mobile */
  .company-profile-widget {
    flex-direction: column;
    align-items: stretch;
    padding: 16px 14px;
    gap: 12px;
    border-radius: 14px;
    margin-top: 18px;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
  }

  .profile-widget-title {
    font-size: 1.1rem;
  }

  .profile-widget-desc {
    font-size: 0.82rem;
  }

  .btn-download-profile {
    width: 100%;
    justify-content: center;
    padding: 11px 16px;
    font-size: 0.85rem;
  }

  /* Trust Bar */
  .trust-bar-section {
    padding: 20px 0;
    width: 100%;
  }

  .trust-title {
    font-size: 0.68rem;
  }

  .trust-badges-row {
    grid-template-columns: 1fr 1fr;
    gap: 5px;
    width: 100%;
  }

  .trust-badge {
    padding: 7px 6px;
    font-size: 0.7rem;
    width: 100%;
    box-sizing: border-box;
  }

  .trust-badge:last-child {
    grid-column: span 2;
  }

  /* About Section */
  .about-section {
    padding: 34px 0;
    width: 100%;
  }

  .section-heading {
    font-size: 1.4rem;
  }

  .lead-text {
    font-size: 0.88rem;
  }

  .story-box p {
    font-size: 0.82rem;
  }

  .heritage-stats-row {
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
    text-align: center;
    width: 100%;
  }

  .heritage-stat {
    padding: 8px 2px;
  }

  .heritage-stat .num {
    font-size: 1.15rem;
  }

  .heritage-stat .lbl {
    font-size: 0.62rem;
  }

  .image-frame-stacked .img-base {
    height: 200px;
    border-radius: 10px;
    width: 100%;
  }

  .image-badge-floating {
    position: static;
    margin-top: 8px;
    padding: 10px 12px;
    border-radius: var(--border-radius-md);
    width: 100%;
    box-sizing: border-box;
  }

  /* CTA Banner */
  .cta-banner-section {
    padding: 34px 0;
    width: 100%;
  }

  .cta-title {
    font-size: clamp(1.35rem, 5.8vw, 1.85rem);
  }

  .cta-subtitle {
    font-size: 0.85rem;
  }

  .cta-buttons {
    flex-direction: column;
    width: 100%;
    gap: 8px;
  }

  .btn-cta-contact,
  .btn-cta-whatsapp {
    width: 100%;
    padding: 12px 16px;
    font-size: 0.82rem;
    justify-content: center;
    box-sizing: border-box;
  }

  /* Footer Mobile */
  .site-footer {
    padding-top: 32px;
    width: 100%;
  }

  .footer-container {
    grid-template-columns: 1fr;
    gap: 20px;
    width: 100%;
  }

  .footer-col h4 {
    font-size: 0.9rem;
    margin-bottom: 10px;
  }

  .footer-links li a {
    font-size: 0.8rem;
  }

  .footer-bottom-container {
    flex-direction: column;
    text-align: center;
    gap: 8px;
    padding: 16px 0;
    width: 100%;
  }

  .footer-social-row {
    justify-content: center;
    width: 100%;
  }

  /* Modals on Mobile (Bottom-Sheet Format) */
  .modal-overlay {
    padding: 0;
    align-items: flex-end;
  }

  .modal-container {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    max-height: 90vh;
    padding: 18px 12px 14px;
    width: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .form-group label {
    font-size: 0.76rem;
  }

  .form-group input,
  .form-group select,
  .form-group textarea {
    font-size: 0.85rem;
    padding: 10px 12px;
  }

  .modal-footer {
    flex-direction: column;
    gap: 8px;
    width: 100%;
  }

  .modal-footer button {
    width: 100%;
    padding: 12px;
    box-sizing: border-box;
  }
}

/* --- 3. Ultra Small Phones (max-width: 360px) --- */
@media (max-width: 360px) {
  .brand-title {
    font-size: 0.95rem;
  }
  .hero-title {
    font-size: 1.45rem;
  }
  .hero-timeline-tabs {
    grid-template-columns: 1fr;
  }
  .tab-label {
    font-size: 0.7rem;
  }
  .lbl-short { display: none !important; }
  .lbl-full { display: inline !important; }
  .quick-services-grid {
    grid-template-columns: 1fr;
  }
  .heritage-stats-row {
    grid-template-columns: 1fr;
  }
  .trust-badges-row {
    grid-template-columns: 1fr;
  }
  .trust-badge:last-child {
    grid-column: span 1;
  }
}


/* ==========================================================================
   12. SERVICES PAGE SPECIFIC STYLES (8-CARD GRID & PROCESS SECTION)
   ========================================================================== */
.services-hero-banner {
  position: relative;
  min-height: 280px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  padding: 60px 0;
  color: #ffffff;
  overflow: hidden;
}

.services-hero-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.services-hero-badge {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 2.5px;
  color: var(--color-cyan-accent);
  text-transform: uppercase;
  margin-bottom: 12px;
}

.services-hero-title {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4.5vw, 3rem);
  font-weight: 900;
  letter-spacing: 0.5px;
  line-height: 1.15;
  margin-bottom: 12px;
  color: #ffffff;
}

.services-hero-subtitle {
  font-size: 1.05rem;
  font-weight: 500;
  color: #e2e8f0;
  margin: 0;
}

.services-hero-calligraphy {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  padding-left: 20px;
}

.calligraphy-script {
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic;
  font-size: 3rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1;
}

.calligraphy-sub {
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic;
  font-size: 1.5rem;
  color: var(--color-cyan-accent);
  letter-spacing: 0.5px;
}

/* Services Grid 8 Section */
.services-grid-section {
  padding: 60px 0 40px;
  background: #f8fafc;
}

.services-grid-8 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.service-card-v2 {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(2, 62, 138, 0.07);
  border: 1px solid #e2e8f0;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card-v2:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(2, 62, 138, 0.15);
  border-color: var(--color-sky-blue);
}

.service-card-img-wrap {
  position: relative;
  width: 100%;
  height: 190px;
  overflow: hidden;
}

.service-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.service-card-v2:hover .service-card-img {
  transform: scale(1.05);
}

.service-icon-badge {
  position: absolute;
  bottom: -20px;
  left: 20px;
  width: 44px;
  height: 44px;
  background: var(--color-primary-navy);
  color: var(--color-cyan-accent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  border: 2.5px solid #ffffff;
  z-index: 2;
}

.service-card-body {
  padding: 30px 20px 22px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.service-card-title {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--color-primary-navy);
  margin-bottom: 12px;
  letter-spacing: 0.3px;
  line-height: 1.3;
  min-height: 2.6em;
}

.service-card-desc {
  font-size: 0.88rem;
  color: #475569;
  line-height: 1.55;
  margin-bottom: 18px;
  flex-grow: 1;
}

.service-checklist {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.service-checklist li {
  font-size: 0.82rem;
  color: #334155;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.4;
}

.service-checklist li i {
  color: var(--color-marine-blue);
  font-size: 0.88rem;
  margin-top: 2px;
  flex-shrink: 0;
}

.service-learn-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--color-marine-blue);
  letter-spacing: 0.8px;
  text-decoration: none;
  transition: gap 0.2s ease, color 0.2s ease;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid #f1f5f9;
}

.service-learn-more:hover {
  color: var(--color-primary-navy);
  gap: 12px;
}

/* Service Process & Custom Solution Section */
.service-process-section {
  padding: 50px 0 65px;
  background: #ffffff;
  border-top: 1px solid #e2e8f0;
}

.process-flex-container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 32px;
  align-items: center;
}

.process-eyebrow {
  display: block;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 2px;
  color: var(--color-marine-blue);
  margin-bottom: 24px;
}

.process-steps-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.process-step-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
}

.process-step-circle {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #f0f9ff;
  border: 2px solid var(--color-marine-blue);
  color: var(--color-marine-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  margin-bottom: 12px;
  transition: transform 0.3s ease;
}

.process-step-item:hover .process-step-circle {
  transform: scale(1.1);
  background: var(--color-marine-blue);
  color: #ffffff;
}

.process-step-num {
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--color-primary-navy);
  margin-bottom: 4px;
}

.process-step-text {
  font-size: 0.75rem;
  color: #64748b;
  margin: 0;
  line-height: 1.3;
}

.process-arrow {
  color: #cbd5e1;
  font-size: 0.95rem;
  flex-shrink: 0;
}

/* Custom Solution Card */
.custom-solution-card {
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
  border: 1px solid #bae6fd;
  border-radius: 16px;
  padding: 28px 24px;
  text-align: left;
}

.custom-solution-title {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--color-primary-navy);
  margin-bottom: 8px;
}

.custom-solution-desc {
  font-size: 0.85rem;
  color: #475569;
  line-height: 1.5;
  margin-bottom: 18px;
}

.btn-custom-solution {
  background: var(--color-marine-blue);
  color: #ffffff;
  border: none;
  padding: 12px 20px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(0, 119, 182, 0.25);
  transition: background 0.2s ease, transform 0.2s ease;
}

.btn-custom-solution:hover {
  background: var(--color-primary-navy);
  transform: translateY(-2px);
}

/* Responsive Overrides for Services Page */
@media (max-width: 1200px) {
  .services-grid-8 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 992px) {
  .process-flex-container {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .services-grid-8 {
    grid-template-columns: 1fr;
  }
  
  .process-steps-row {
    flex-direction: column;
    gap: 20px;
  }

  .process-arrow {
    transform: rotate(90deg);
  }
  
  .services-hero-banner {
    padding: 40px 0;
    min-height: auto;
  }
  
  .services-hero-title {
    font-size: 1.75rem;
  }
}


/* ==========================================================================
   13. ABOUT US PAGE SPECIFIC STYLES (MATCHING REFERENCE DESIGN)
   ========================================================================== */
.about-hero-banner {
  position: relative;
  min-height: 280px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  padding: 60px 0;
  color: #ffffff;
  overflow: hidden;
}

.about-hero-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.about-hero-badge {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 2.5px;
  color: var(--color-cyan-accent);
  text-transform: uppercase;
  margin-bottom: 12px;
}

.about-hero-title {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  font-weight: 900;
  letter-spacing: 0.5px;
  line-height: 1.15;
  margin-bottom: 14px;
  color: #ffffff;
}

.about-hero-subtitle {
  font-size: 1.05rem;
  font-weight: 500;
  color: #e2e8f0;
  max-width: 650px;
  line-height: 1.6;
  margin: 0;
}

.about-hero-calligraphy {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  padding-left: 20px;
}

/* Who We Are Section */
.about-who-section {
  padding: 70px 0 50px;
  background: #ffffff;
}

.about-who-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: center;
}

.section-tag-marine {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 2px;
  color: var(--color-marine-blue);
  text-transform: uppercase;
  margin-bottom: 10px;
}

.about-who-title {
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: 900;
  line-height: 1.2;
  color: var(--color-primary-navy);
  margin-bottom: 20px;
}

.about-lead-p {
  font-size: 1rem;
  font-weight: 600;
  color: #334155;
  line-height: 1.7;
  margin-bottom: 16px;
}

.about-sub-p {
  font-size: 0.92rem;
  color: #64748b;
  line-height: 1.7;
  margin-bottom: 28px;
}

.about-who-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.office-img-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 35px rgba(2, 62, 138, 0.15);
  border: 1px solid #e2e8f0;
}

.office-img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  display: block;
}

.office-location-pill {
  position: absolute;
  bottom: 16px;
  left: 16px;
  background: rgba(6, 21, 39, 0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 0.82rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.office-location-pill i {
  color: var(--color-cyan-accent);
}

.office-addu-tag {
  position: absolute;
  bottom: 16px;
  right: 16px;
}

.addu-script {
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic;
  font-size: 1.6rem;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
}

/* Key Stats 5-Grid Bar */
.about-stats-bar-section {
  padding: 35px 0;
  background: #f0f9ff;
  border-top: 1px solid #e0f2fe;
  border-bottom: 1px solid #e0f2fe;
}

.about-stats-5-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  text-align: center;
}

.about-stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 8px;
}

.stat-icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #ffffff;
  color: var(--color-marine-blue);
  border: 2px solid var(--color-marine-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  margin-bottom: 10px;
  box-shadow: 0 3px 10px rgba(0, 119, 182, 0.12);
}

.stat-number {
  font-family: var(--font-heading);
  font-size: 1.6rem;
  font-weight: 900;
  color: var(--color-primary-navy);
  line-height: 1.1;
  margin-bottom: 4px;
}

.stat-label {
  font-size: 0.82rem;
  font-weight: 700;
  color: #475569;
  line-height: 1.3;
}

.stat-sub {
  font-size: 0.72rem;
  font-weight: 500;
  color: #64748b;
}

/* Mission, Vision & Values Section */
.about-mvv-section {
  padding: 65px 0;
  background: #ffffff;
}

.about-mvv-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1.2fr 0.6fr;
  gap: 24px;
  align-items: stretch;
}

.mvv-card {
  background: #f8fafc;
  border-radius: 16px;
  padding: 28px 24px;
  border: 1px solid #e2e8f0;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 15px rgba(2, 62, 138, 0.04);
}

.mvv-icon-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.mvv-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #061527;
  border: 1.5px solid rgba(0, 180, 216, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 14px rgba(2, 62, 138, 0.25);
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.mvv-card:hover .mvv-icon {
  transform: scale(1.08);
  border-color: #00b4d8;
  box-shadow: 0 6px 18px rgba(0, 180, 216, 0.35);
}

.mvv-icon svg {
  width: 24px;
  height: 24px;
  display: block;
}

.mvv-title {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--color-primary-navy);
  letter-spacing: 0.5px;
  margin: 0;
}

.mvv-text {
  font-size: 0.88rem;
  color: #475569;
  line-height: 1.65;
  margin: 0;
}

.mvv-values-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 14px;
}

.mvv-values-list li {
  font-size: 0.82rem;
  font-weight: 600;
  color: #334155;
  display: flex;
  align-items: center;
  gap: 8px;
}

.mvv-calligraphy-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-left: 10px;
}

.mvv-script-line {
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic;
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--color-marine-blue);
  line-height: 1.2;
}

/* Sustainability Banner Section */
.about-sustainability-section {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 65px 0;
  color: #ffffff;
  overflow: hidden;
}

.sustainability-container {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 36px;
  align-items: center;
}

.sustainability-badge {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 2px;
  color: var(--color-cyan-accent);
  text-transform: uppercase;
  margin-bottom: 10px;
}

.sustainability-title {
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 3.8vw, 2.6rem);
  font-weight: 900;
  line-height: 1.18;
  margin-bottom: 14px;
  color: #ffffff;
}

.sustainability-desc {
  font-size: 0.95rem;
  color: #e2e8f0;
  line-height: 1.6;
  margin-bottom: 24px;
  max-width: 580px;
}

.btn-sustainability {
  background: var(--color-marine-blue);
  color: #ffffff;
  border: none;
  padding: 13px 24px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 0.5px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(0, 119, 182, 0.35);
  transition: background 0.2s ease, transform 0.2s ease;
}

.btn-sustainability:hover {
  background: var(--color-sky-blue);
  transform: translateY(-2px);
}

.sustainability-highlights-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-end;
}

.sustainability-pills {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  max-width: 320px;
}

.sustain-pill-item {
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  padding: 10px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.88rem;
  font-weight: 600;
  color: #ffffff;
}

.sustain-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--color-marine-blue);
  color: var(--color-cyan-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  flex-shrink: 0;
}

.sustain-calligraphy {
  text-align: right;
}

.sustain-script {
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic;
  font-size: 1.8rem;
  color: var(--color-cyan-accent);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}

/* Partners Strip Section */
.partners-strip-section {
  padding: 40px 0;
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
  text-align: center;
}

.partners-eyebrow {
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 2px;
  color: #64748b;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.partners-logo-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px 28px;
}

.partner-text-badge {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  padding: 10px 20px;
  border-radius: 12px;
  font-size: 0.92rem;
  color: var(--color-primary-navy);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

/* Responsive Overrides for About Page */
@media (max-width: 1100px) {
  .about-mvv-grid {
    grid-template-columns: 1fr 1fr;
  }
  .mvv-calligraphy-col {
    display: none;
  }
}

@media (max-width: 992px) {
  .about-who-grid {
    grid-template-columns: 1fr;
  }
  .about-stats-5-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .sustainability-container {
    grid-template-columns: 1fr;
  }
  .sustainability-highlights-col {
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .about-stats-5-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  .about-mvv-grid {
    grid-template-columns: 1fr;
  }
  .office-img {
    height: 240px;
  }
}


/* ==========================================================================
   14. CONTACT US PAGE SPECIFIC STYLES (MATCHING REFERENCE DESIGN)
   ========================================================================== */
.contact-hero-banner {
  position: relative;
  min-height: 280px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  padding: 60px 0;
  color: #ffffff;
  overflow: hidden;
}

.contact-hero-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.contact-hero-badge {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 2.5px;
  color: var(--color-cyan-accent);
  text-transform: uppercase;
  margin-bottom: 12px;
}

.contact-hero-title {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  font-weight: 900;
  letter-spacing: 0.5px;
  line-height: 1.15;
  margin-bottom: 14px;
  color: #ffffff;
}

.contact-hero-subtitle {
  font-size: 1.05rem;
  font-weight: 500;
  color: #e2e8f0;
  max-width: 620px;
  line-height: 1.6;
  margin: 0;
}

.contact-hero-calligraphy {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  padding-left: 20px;
}

/* ==========================================================================
   4-COLUMN OFFICE LOCATIONS & BUSINESS HOURS STRIP (MATCHING UI DESIGN)
   ========================================================================== */
.contact-offices-section {
  padding: 48px 0;
  background: #ffffff;
  border-bottom: 1px solid #e2e8f0;
}

.contact-offices-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.office-location-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 24px 22px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 16px rgba(6, 21, 39, 0.03);
}

.office-location-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 119, 182, 0.12);
  border-color: #38bdf8;
}

.office-card-header {
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f1f5f9;
}

.office-type-badge {
  display: block;
  font-family: var(--font-heading);
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #061527;
  margin-bottom: 6px;
}

.office-comp-name {
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 800;
  color: #0f172a;
  margin: 0;
  line-height: 1.3;
}

.office-info-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.office-info-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.88rem;
  line-height: 1.45;
  color: #334155;
}

.office-icon {
  color: #0077b6;
  font-size: 1rem;
  width: 18px;
  text-align: center;
  flex-shrink: 0;
  margin-top: 3px;
  transition: color 0.2s ease, transform 0.2s ease;
}

.office-location-card:hover .office-icon {
  color: #00b4d8;
  transform: scale(1.1);
}

.office-text {
  color: #475569;
  font-weight: 500;
  word-break: break-word;
}

.office-time-text {
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 700;
  color: #0f172a;
}

.office-link {
  color: #1e293b;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
  word-break: break-word;
}

.office-link:hover {
  color: #0077b6;
  text-decoration: underline;
}

/* Business Hours Card Specifics */
.hours-closed-item {
  padding-top: 8px;
  border-top: 1px dashed #e2e8f0;
}

.hours-closed-wrap {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.hours-closed-title {
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 800;
  color: #0f172a;
}

.hours-closed-sub {
  font-size: 0.8rem;
  color: #64748b;
  font-weight: 500;
}

@media (max-width: 1100px) {
  .contact-offices-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 640px) {
  .contact-offices-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .office-location-card {
    padding: 20px 18px;
  }
}

/* Main Form & Location Grid */
.contact-main-section {
  padding: 65px 0 50px;
  background: #f8fafc;
}

.contact-main-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 36px;
  align-items: flex-start;
}

/* Form Card */
.contact-form-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 36px 32px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 25px rgba(2, 62, 138, 0.06);
}

.form-card-title {
  font-family: var(--font-heading);
  font-size: 1.65rem;
  font-weight: 800;
  color: var(--color-primary-navy);
  margin-bottom: 6px;
}

.form-card-desc {
  font-size: 0.92rem;
  color: #64748b;
  margin-bottom: 24px;
}

.c-form-group {
  margin-bottom: 18px;
}

.c-form-group label {
  display: block;
  font-size: 0.85rem;
  font-weight: 700;
  color: #334155;
  margin-bottom: 6px;
}

.c-form-group input,
.c-form-group select,
.c-form-group textarea {
  width: 100%;
  padding: 12px 16px;
  border-radius: 10px;
  border: 1.5px solid #cbd5e1;
  font-family: inherit;
  font-size: 0.92rem;
  color: #1e293b;
  background: #ffffff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.c-form-group input:focus,
.c-form-group select:focus,
.c-form-group textarea:focus {
  outline: none;
  border-color: var(--color-marine-blue);
  box-shadow: 0 0 0 4px rgba(0, 119, 182, 0.12);
}

.c-submit-btn {
  width: 100%;
  padding: 14px;
  border-radius: 10px;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.5px;
  justify-content: center;
  margin-top: 10px;
}

/* Location Column */
.contact-location-col {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.location-map-card {
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 20px rgba(2, 62, 138, 0.06);
}

.map-card-header {
  padding: 20px 24px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f1f5f9;
}

.map-card-title {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--color-primary-navy);
  margin: 0 0 2px;
}

.map-card-sub {
  font-size: 0.8rem;
  color: #64748b;
}

.map-google-link {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--color-marine-blue);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
}

.map-google-link:hover {
  text-decoration: underline;
}

.map-embed-container {
  position: relative;
  width: 100%;
  height: 240px;
}

.map-pin-overlay {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  gap: 8px;
  pointer-events: none;
}

.map-pin-overlay i {
  font-size: 2rem;
  color: #ef4444;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.4));
}

.pin-tooltip {
  background: rgba(6, 21, 39, 0.9);
  color: #ffffff;
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 0.75rem;
  line-height: 1.3;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

/* Office Details Card */
.contact-office-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 24px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 20px rgba(2, 62, 138, 0.06);
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 20px;
  align-items: center;
}

.office-head-title {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--color-primary-navy);
  margin-bottom: 16px;
}

.office-contact-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.office-c-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.82rem;
}

.office-c-item i {
  color: var(--color-marine-blue);
  font-size: 1rem;
  margin-top: 2px;
  flex-shrink: 0;
}

.office-c-item div {
  display: flex;
  flex-direction: column;
  line-height: 1.35;
}

.office-c-item strong {
  color: var(--color-primary-navy);
  font-weight: 700;
}

.office-c-item span {
  color: #64748b;
  font-size: 0.75rem;
}

.office-c-item a {
  color: var(--color-primary-navy);
  text-decoration: none;
}

.office-c-item a:hover {
  color: var(--color-marine-blue);
}

.office-side-img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
}

/* Quick Enquiry Department Section */
.quick-enquiry-section {
  padding: 55px 0;
  background: #ffffff;
  border-top: 1px solid #e2e8f0;
}

.quick-enquiry-head {
  text-align: center;
  margin-bottom: 30px;
}

.quick-enquiry-title {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--color-primary-navy);
  margin-bottom: 6px;
}

.quick-enquiry-desc {
  font-size: 0.92rem;
  color: #64748b;
}

.quick-enquiry-grid-7 {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 14px;
}

.quick-dept-btn {
  background: #f8fafc;
  border: 1.5px solid #e2e8f0;
  border-radius: 14px;
  padding: 18px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.25s ease;
}

.quick-dept-btn:hover {
  background: #ffffff;
  border-color: var(--color-marine-blue);
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 119, 182, 0.15);
}

.quick-dept-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #061527;
  color: #00b4d8;
  border: 1.5px solid rgba(0, 180, 216, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  box-shadow: 0 4px 12px rgba(2, 62, 138, 0.2);
  transition: all 0.25s ease;
}

.quick-dept-btn:hover .quick-dept-icon {
  background: #0077b6;
  color: #ffffff;
  border-color: #00b4d8;
  transform: scale(1.1);
  box-shadow: 0 6px 16px rgba(0, 180, 216, 0.35);
}

.quick-dept-btn:hover .quick-dept-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #061527;
  color: #00b4d8;
  border: 1.5px solid rgba(0, 180, 216, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  box-shadow: 0 4px 12px rgba(2, 62, 138, 0.2);
  transition: all 0.25s ease;
}

.quick-dept-btn:hover .quick-dept-icon {
  background: #0077b6;
  color: #ffffff;
  border-color: #00b4d8;
  transform: scale(1.1);
  box-shadow: 0 6px 16px rgba(0, 180, 216, 0.35);
}

.quick-dept-label {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--color-primary-navy);
  line-height: 1.3;
}

/* Bottom Quote Strip */
.contact-quote-strip {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 45px 0;
  color: #ffffff;
  overflow: hidden;
}

.contact-quote-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.contact-quote-left {
  display: flex;
  align-items: center;
  gap: 20px;
}

.quote-icon {
  font-size: 2.2rem;
  color: var(--color-cyan-accent);
  opacity: 0.8;
}

.quote-p {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 4px;
}

.quote-author {
  font-size: 0.88rem;
  color: var(--color-cyan-accent);
  font-weight: 600;
}

/* Responsive Overrides for Contact Page */
@media (max-width: 1100px) {
  .contact-channels-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .quick-enquiry-grid-7 {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 992px) {
  .contact-main-grid {
    grid-template-columns: 1fr;
  }
  .contact-office-card {
    grid-template-columns: 1fr;
  }
  .office-side-img {
    height: 200px;
  }
}

@media (max-width: 640px) {
  .contact-channels-grid {
    grid-template-columns: 1fr;
  }
  .quick-enquiry-grid-7 {
    grid-template-columns: repeat(2, 1fr);
  }
  .contact-form-card {
    padding: 24px 18px;
  }
}


/* ==========================================================================
   15. FOOTER COMPANY PROFILE DOWNLOAD BUTTON
   ========================================================================== */
.footer-profile-desc {
  font-size: 0.88rem;
  color: #94a3b8;
  line-height: 1.6;
  margin-bottom: 20px;
}

.btn-footer-download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(135deg, #0077b6 0%, #00b4d8 100%);
  color: #ffffff;
  border: 1px solid rgba(0, 180, 216, 0.4);
  padding: 13px 24px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.3px;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(0, 119, 182, 0.35);
  transition: all 0.25s ease;
  width: auto;
}

.btn-footer-download:hover {
  background: linear-gradient(135deg, #00b4d8 0%, #90e0ef 100%);
  color: #061527;
  transform: translateY(-2px);
  box-shadow: 0 6px 22px rgba(0, 180, 216, 0.5);
}

.btn-footer-download i {
  font-size: 1.1rem;
}


/* ==========================================================================
   16. WIDE MOBILE & MULTI-TIER ACCURATE RESPONSIVE ARCHITECTURE
   (Optimized for 320px up to 1024px, Foldables, Landscape & Phablets)
   ========================================================================== */

/* Universal Safe Area & Box Sizing */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

*, *::before, *::after {
  box-sizing: inherit;
}

body {
  overflow-x: hidden !important;
  width: 100% !important;
  max-width: 100vw !important;
  position: relative;
}

/* Fluid Container Padding */
.container {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: max(16px, env(safe-area-inset-left));
  padding-right: max(16px, env(safe-area-inset-right));
  box-sizing: border-box;
}

/* --- TIER A: WIDE MOBILE & PHABLETS (481px to 768px) --- */
@media (min-width: 481px) and (max-width: 768px) {
  /* Hero Section Wide Mobile */
  .hero-section {
    padding: 35px 0 30px;
  }

  .hero-actions {
    flex-direction: row !important;
    justify-content: center !important;
    gap: 12px !important;
  }

  .btn-hero-primary,
  .btn-hero-glass {
    width: auto !important;
    min-width: 180px;
    padding: 12px 20px !important;
  }

  /* 2-Column Balanced Grids for Wide Mobile */
  .quick-services-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
  }

  .services-grid-8 {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px !important;
  }

  .contact-channels-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 14px !important;
  }

  .about-stats-5-grid {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 14px !important;
  }

  .quick-enquiry-grid-7 {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 12px !important;
  }

  .mvv-card {
    padding: 22px 18px !important;
  }

  .hero-side-vessel-showcase,
  .hero-glass-card {
    max-width: 480px !important;
  }
}

/* --- TIER B: ULTRA COMPACT MOBILE (<= 480px) --- */
@media (max-width: 480px) {
  .hero-actions {
    flex-direction: column !important;
    width: 100% !important;
  }

  .btn-hero-primary,
  .btn-hero-glass {
    width: 100% !important;
  }

  .quick-services-grid {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .services-grid-8 {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .contact-channels-grid {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .about-stats-5-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
  }

  .quick-enquiry-grid-7 {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
  }

  .mvv-values-list {
    grid-template-columns: 1fr !important;
  }

  .hero-timeline-tabs {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 4px !important;
  }
}

/* --- TIER C: TABLETS & FOLDABLE INNER SCREENS (769px to 1024px) --- */
@media (min-width: 769px) and (max-width: 1024px) {
  .services-grid-8 {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px !important;
  }

  .about-stats-5-grid {
    grid-template-columns: repeat(5, 1fr) !important;
    gap: 10px !important;
  }

  .about-mvv-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px !important;
  }

  .quick-enquiry-grid-7 {
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 14px !important;
  }

  .contact-channels-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 18px !important;
  }

  .contact-main-grid {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }
}

/* --- TIER D: MOBILE LANDSCAPE ORIENTATION HEIGHT ADAPTATION --- */
@media (max-height: 520px) and (orientation: landscape) {
  .hero-section {
    padding: 20px 0 15px !important;
    min-height: auto !important;
  }

  .services-hero-banner,
  .about-hero-banner,
  .contact-hero-banner {
    padding: 28px 0 !important;
    min-height: auto !important;
  }

  .hero-title,
  .services-hero-title,
  .about-hero-title,
  .contact-hero-title {
    font-size: 1.65rem !important;
    margin-bottom: 6px !important;
  }

  .nav-menu-wrapper {
    padding: 20px 20px 20px !important;
    overflow-y: auto !important;
  }

  .modal-container {
    max-height: 90dvh !important;
    overflow-y: auto !important;
    padding: 20px 16px !important;
  }
}

/* Modal Viewport Safety across all mobile sizes */
.modal-overlay {
  padding: 12px;
  box-sizing: border-box;
}

.modal-container {
  max-width: min(94vw, 680px) !important;
  max-height: 90vh !important;
  max-height: 90dvh !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
}

/* Explicitly Hide Hero Modern Nav & Side Vessel Showcase as requested */
.hero-modern-nav,
.hero-timeline-tabs,
.hero-side-vessel-showcase,
.side-vessel-card {
  display: none !important;
}

/* ==========================================================================
   17. MOBILE MODERNIZATION & MISSING COMPONENT STYLES (v31)
   Completes subpage styling (about / services / contact) and improves
   touch experience on every device.
   ========================================================================== */

:root {
  --color-cyan-accent: #00b4d8;
  --color-sky-blue: #90e0ef;
  --font-body: var(--font-primary);
}

/* --- Utility text colors used across subpages --- */
.text-cyan { color: var(--color-ocean-cyan) !important; }
.text-marine { color: var(--color-marine-blue) !important; }
.text-primary { color: var(--color-marine-blue) !important; }
.text-white { color: #ffffff !important; }
.text-danger { color: #ef4444 !important; }

/* --- Primary & Secondary Buttons (about/services/contact) --- */
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(135deg, #0077b6 0%, #0096c7 100%);
  color: #ffffff;
  border: none;
  border-radius: 50px;
  padding: 13px 24px;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(0, 119, 182, 0.3);
  transition: all 0.25s ease;
}
.btn-primary:hover {
  background: linear-gradient(135deg, #0096c7 0%, #00b4d8 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(0, 150, 199, 0.4);
}
.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: transparent;
  color: var(--color-marine-blue);
  border: 1.5px solid var(--color-marine-blue);
  border-radius: 50px;
  padding: 13px 24px;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.25s ease;
}
.btn-secondary:hover {
  background: var(--color-marine-blue);
  color: #ffffff;
  transform: translateY(-2px);
}
.btn-block { width: 100%; justify-content: center; }
.full-width { width: 100%; grid-column: 1 / -1; }

/* --- Section tag & quote modal --- */
.section-tag {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 2px;
  color: var(--color-marine-blue);
  text-transform: uppercase;
}
.quote-modal-container { max-width: 720px; }
.quote-modal-header { margin-bottom: 18px; padding-right: 32px; }
.quote-modal-header h3 {
  font-family: var(--font-heading);
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--color-primary-navy);
  margin: 8px 0 4px;
  line-height: 1.3;
}
.quote-modal-header p { font-size: 0.88rem; color: var(--color-gray-text); }

/* --- Form grids (quotation modal) --- */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-grid .form-group { min-width: 0; }
.form-submit-btn {
  width: 100%;
  margin-top: 18px;
  padding: 14px 20px;
  justify-content: center;
  font-size: 0.92rem;
}

/* --- Custom checkboxes (bigger touch targets) --- */
.custom-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.82rem;
  color: #334155;
  cursor: pointer;
  min-height: 44px;
  padding: 8px 6px;
  border-radius: 8px;
  transition: background 0.2s ease;
}
.custom-checkbox:hover { background: #f1f5f9; }
.custom-checkbox input {
  width: 18px;
  height: 18px;
  accent-color: var(--color-marine-blue);
  flex-shrink: 0;
  margin-top: 3px;
}

/* --- Floating WhatsApp button --- */
.floating-whatsapp {
  position: fixed;
  bottom: 22px;
  right: 22px;
  z-index: 9980;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25d366;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.45);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.floating-whatsapp:hover {
  transform: scale(1.08);
  box-shadow: 0 10px 28px rgba(37, 211, 102, 0.55);
}
.whatsapp-tooltip {
  position: absolute;
  right: 64px;
  top: 50%;
  transform: translateY(-50%);
  background: #0b1a30;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 600;
  white-space: nowrap;
  padding: 7px 12px;
  border-radius: 8px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.floating-whatsapp:hover .whatsapp-tooltip,
.floating-whatsapp:focus .whatsapp-tooltip { opacity: 1; }

/* --- Company profile modal (print preview) --- */
.profile-preview-modal-container { max-width: 840px; }
.profile-doc-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  padding-bottom: 14px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--color-gray-border);
}
.profile-doc-body { background: #ffffff; color: #1e293b; }
.profile-hero-banner {
  background: linear-gradient(135deg, #061527 0%, #023e8a 70%, #0077b6 100%);
  color: #ffffff;
  border-radius: 14px;
  padding: 30px 26px;
  text-align: center;
  margin-bottom: 18px;
}
.profile-hero-banner h2 {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 1.3;
}
.profile-hero-banner p { font-size: 0.9rem; color: #cbd5e1; margin-top: 6px; }
.profile-section-block {
  margin-bottom: 16px;
  padding: 18px 20px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
}
.profile-section-block h3 {
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 800;
  color: #0b1a30;
  margin-bottom: 8px;
}
.profile-section-block p { font-size: 0.9rem; color: #475569; line-height: 1.65; }
.profile-section-block strong { color: #0b1a30; }
.profile-list-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 22px;
  padding: 0;
  margin: 0;
}
.profile-list-grid li { font-size: 0.88rem; color: #475569; line-height: 1.5; }

/* --- Portal modal content (subpages use different markup than home) --- */
.portal-modal-content { display: flex; flex-direction: column; gap: 14px; padding-right: 4px; }
.portal-modal-content h3 {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 800;
  color: #0b1a30;
  line-height: 1.3;
}
.portal-modal-content > p { font-size: 0.88rem; color: #64748b; line-height: 1.55; }
.portal-brand-head { display: flex; flex-direction: column; }
.portal-brand-head .brand-title { font-size: 1.4rem; }
.portal-brand-head .brand-subtitle { font-size: 0.62rem; }
.portal-header { flex-wrap: wrap; gap: 10px; }

/* --- Touch target sizing (Apple HIG ~44px) --- */
.modal-close, .drawer-close-btn { width: 44px; height: 44px; }
.indicator-item { min-width: 44px; min-height: 44px; justify-content: center; align-items: center; gap: 8px; padding: 4px; }
.btn-slide-nav { width: 40px; height: 40px; font-size: 0.85rem; }
.check-label { min-height: 44px; padding: 6px 4px; }
.check-label input { width: 18px; height: 18px; }
.footer-social-icons a { width: 40px; height: 40px; font-size: 0.95rem; }

/* --- About page office image overlays (no overlap on small screens) --- */
@media (max-width: 640px) {
  .office-location-pill {
    left: 10px;
    right: 10px;
    bottom: 10px;
    justify-content: center;
    text-align: center;
  }
  .office-addu-tag { top: 12px; right: 12px; bottom: auto; }
  .addu-script { font-size: 1.25rem; }
  .about-who-actions { flex-direction: column; width: 100%; }
  .about-who-actions .btn-primary,
  .about-who-actions .btn-secondary { width: 100%; justify-content: center; }
}

/* --- Map card header wrap --- */
.map-card-header { flex-wrap: wrap; gap: 10px; }

/* --- Contact inline email links: bigger tap targets --- */
.office-c-item a { font-size: 0.9rem; padding: 2px 0; display: inline-block; }

/* --- Top bar wrap for narrow tablets --- */
@media (max-width: 992px) {
  .top-bar-container { flex-wrap: wrap; gap: 6px 14px; }
}

/* --- iOS zoom prevention + mobile refinements --- */
@media (max-width: 768px) {
  .hero-right { min-height: 0 !important; }
  .form-group input,
  .form-group select,
  .form-group textarea,
  .c-form-group input,
  .c-form-group select,
  .c-form-group textarea {
    font-size: 16px !important;
  }
  .form-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .portal-header { flex-direction: column; align-items: flex-start; }
  .checkbox-grid { grid-template-columns: 1fr 1fr; gap: 6px; }
  .hero-slide-indicators { justify-content: center; }
}

@media (max-width: 560px) {
  .form-grid { grid-template-columns: 1fr; }
  .checkbox-grid { grid-template-columns: 1fr; }
  .profile-list-grid { grid-template-columns: 1fr; }
  .floating-whatsapp { bottom: 18px; right: 18px; width: 54px; height: 54px; }
}

/* --- Print styles for the corporate profile "Download PDF" --- */
@media print {
  body * { visibility: hidden !important; }
  #printableProfile, #printableProfile * { visibility: visible !important; }
  #printableProfile { position: absolute; left: 0; top: 0; width: 100%; }
  .modal-close, .profile-doc-header { display: none !important; }
}
