:root {
  --ink: #082b5c;
  --muted: #586a83;
  --gold: #ff8a00;
  --gold-dark: #e46f00;
  --green: #15803d;
  --paper: #f7faff;
  --line: #dbe4f0;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.65;
  padding-bottom: 0;
}
a { color: inherit; text-decoration: none; }
.top-strip { background: #082b5c; color: #fff; padding: 8px 0; }
.top-strip a { color: #fff; }
.social-links { display: flex; gap: 12px; }
.social-links a {
  align-items: center;
  background: rgba(255,255,255,.13);
  border-radius: 50%;
  display: inline-flex;
  height: 32px;
  justify-content: center;
  width: 32px;
}
.navbar-brand {
  align-items: center;
  color: var(--ink);
  display: inline-flex;
  font-weight: 800;
  gap: 10px;
  letter-spacing: 0;
  white-space: normal;
}
.site-logo {
  display: block;
  flex: 0 0 auto;
  height: 44px;
  object-fit: contain;
  width: auto;
}
.footer .site-logo,
.contact-panel .site-logo {
  filter: drop-shadow(0 8px 18px rgba(0,0,0,.22));
}
.brand-mark {
  align-items: center;
  background: linear-gradient(135deg, #082b5c, #0f4d93);
  border: 3px solid var(--gold);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 18px;
  height: 54px;
  justify-content: center;
  width: 54px;
}
.nav-link { color: #082b5c; font-weight: 700; }
.nav-link:hover, .nav-link:focus, .nav-link.active { color: var(--gold-dark); }
.nav-link.nav-book-btn {
  background: linear-gradient(135deg, #ff8a00, #ffb04a);
  border-radius: 999px;
  color: #082b5c;
  margin-left: 8px;
  padding-left: 18px;
  padding-right: 18px;
}
.nav-link.nav-book-btn:hover,
.nav-link.nav-book-btn:focus {
  background: linear-gradient(135deg, #082b5c, #0f4d93);
  color: #fff;
}
.dropdown-menu { border-color: var(--line); border-radius: 8px; box-shadow: 0 18px 45px rgba(20,33,61,.13); max-height: 68vh; overflow: auto; }
.dropdown-item { color: #082b5c; font-weight: 700; }
.dropdown-item:hover { background: #fff0dc; color: var(--gold-dark); }
.hero .carousel-item {
  background: #082b5c;
  height: min(760px, calc(100vh - 108px));
  min-height: 560px;
}
.hero img { height: 100%; object-fit: cover; opacity: .58; }
.carousel-caption {
  bottom: auto;
  left: 50%;
  max-width: 1040px;
  padding: 0 18px;
  right: auto;
  text-align: left;
  top: 50%;
  transform: translate(-50%, -44%);
  width: 100%;
}
.carousel-caption h1, .inner-hero h1 {
  color: #fff;
  font-size: clamp(32px, 4.2vw, 58px);
  font-weight: 900;
  line-height: 1.08;
  margin: 8px 0 14px;
  max-width: 760px;
}
.carousel-caption p, .inner-hero p { color: #f5f1e8; font-size: 16px; max-width: 620px; }
.inner-hero {
  background: linear-gradient(90deg, rgba(8,43,92,.86), rgba(8,43,92,.28)), var(--hero-image) center/cover;
  min-height: 430px;
  padding: 135px 0 90px;
}
.eyebrow, .section-kicker {
  color: var(--gold-dark);
  display: inline-block;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}
.carousel-caption .eyebrow, .inner-hero .eyebrow { color: var(--gold); }
.btn { border-radius: 6px; font-weight: 800; }
.btn-warning { background: var(--gold); border-color: var(--gold); color: #082b5c; }
.btn-warning:hover { background: #ff9f24; border-color: #ff9f24; color: #082b5c; }
.section-pad { padding: 86px 0; }
.about-luxury {
  background:
    radial-gradient(circle at 78% 20%, rgba(255,138,0,.16), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #f7faff 42%, #edf5ff 100%);
  overflow: hidden;
  position: relative;
}
.about-luxury::before {
  background: linear-gradient(180deg, var(--gold), rgba(255,138,0,.08));
  content: "";
  height: 72%;
  left: 0;
  position: absolute;
  top: 14%;
  width: 5px;
}
.about-luxury .container {
  position: relative;
  z-index: 1;
}
.about-luxury h2 {
  color: #082b5c;
  font-size: clamp(36px, 4.4vw, 44px);
  letter-spacing: 0;
  max-width: 760px;
}
.about-luxury p {
  color: #586a83;
  font-size: 17px;
}
.about-luxury strong {
  color: #082b5c;
}
.about-page-content {
  background: linear-gradient(180deg, #fff 0%, #f7faff 48%, #fff 100%);
}
.about-info-card {
  background: #fff;
  border: 1px solid rgba(8,43,92,.12);
  border-radius: 10px;
  box-shadow: 0 22px 54px rgba(8,43,92,.1);
  padding: 30px;
  position: relative;
}
.about-info-card::before {
  background: linear-gradient(90deg, #082b5c, #ff8a00);
  border-radius: 999px;
  content: "";
  height: 4px;
  left: 30px;
  position: absolute;
  right: 30px;
  top: 0;
}
.about-info-card h3 {
  color: #082b5c;
}
.about-info-card ul {
  margin-bottom: 0;
  padding-left: 0;
}
.about-info-card li {
  color: #586a83;
  list-style: none;
  margin-bottom: 8px;
  padding-left: 24px;
  position: relative;
}
.about-info-card li::before {
  background: #ff8a00;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(255,138,0,.14);
  content: "";
  height: 7px;
  left: 2px;
  position: absolute;
  top: 12px;
  width: 7px;
}
.fleet-section {
  background:
    linear-gradient(180deg, #fff 0%, #f7faff 46%, #fff 100%);
}
.fleet-card {
  background: linear-gradient(180deg, #fff 0%, #f7faff 100%);
  border: 1px solid rgba(8,43,92,.12);
  border-radius: 12px;
  box-shadow: 0 24px 60px rgba(8,43,92,.12);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.fleet-card::before {
  background: linear-gradient(90deg, #082b5c, #ff8a00, #082b5c);
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.fleet-card:hover {
  border-color: rgba(255,138,0,.5);
  box-shadow: 0 32px 78px rgba(8,43,92,.18);
  transform: translateY(-7px);
}
.fleet-card img {
  display: block;
  height: 285px;
  object-fit: cover;
  transition: transform .42s ease, filter .42s ease;
  width: 100%;
}
.fleet-card:hover img {
  filter: saturate(1.12) contrast(1.04);
  transform: scale(1.045);
}
.fleet-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}
.fleet-tag {
  color: #e46f00;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.fleet-card h3 {
  color: #082b5c;
  font-size: 24px;
  margin-bottom: 10px;
}
.fleet-card p {
  margin-bottom: 22px;
}
.fleet-card .btn {
  align-self: flex-start;
  border-radius: 999px;
  margin-top: auto;
  padding: 10px 20px;
}
.narrow { max-width: 880px; }
h2 { font-size: clamp(31px, 4vw, 48px); font-weight: 900; line-height: 1.12; margin-bottom: 18px; }
h3 { font-size: 22px; font-weight: 850; }
p { color: var(--muted); }
.trust-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.trust-row span, .contact-pill {
  align-items: center;
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(255,138,0,.26);
  border-radius: 6px;
  box-shadow: 0 16px 44px rgba(8,43,92,.1);
  color: #082b5c;
  display: inline-flex;
  font-weight: 800;
  gap: 8px;
  margin: 0 8px 10px 0;
  padding: 14px 18px;
}
.trust-row i {
  color: var(--gold-dark);
  font-size: 20px;
}
.video-wrap {
  background: linear-gradient(145deg, #061d3f, #082b5c);
  border: 1px solid rgba(255,138,0,.38);
  border-radius: 10px;
  box-shadow: 0 32px 85px rgba(8,43,92,.24);
  padding: 10px;
  overflow: hidden;
  position: relative;
}
.video-wrap::after {
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  content: "";
  inset: 10px;
  pointer-events: none;
  position: absolute;
}
.video-wrap video {
  aspect-ratio: 16 / 10;
  border-radius: 6px;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}
.service-band {
  background:
    linear-gradient(135deg, rgba(8,43,92,.96), rgba(5,27,59,.92)),
    url("https://images.unsplash.com/photo-1544620347-c4fd4a3d5957?auto=format&fit=crop&w=1800&q=80") center/cover;
  color: #fff;
  overflow: hidden;
  position: relative;
}
.service-band::before {
  background: linear-gradient(90deg, transparent, rgba(255,138,0,.26), transparent);
  content: "";
  height: 1px;
  left: 8%;
  position: absolute;
  right: 8%;
  top: 0;
}
.service-band::after {
  background: radial-gradient(circle at 78% 18%, rgba(255,138,0,.2), transparent 28%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}
.service-band .container {
  position: relative;
  z-index: 1;
}
.service-band h2,
.service-band h3 {
  color: #fff;
}
.service-band .section-kicker {
  color: var(--gold);
}
.service-band h2 {
  font-size: clamp(38px, 5vw, 30px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
}
.service-card, .package-card, .mini-package, .query-form, .query-side {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(20,33,61,.08);
}
.service-card {
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,255,255,.94)),
    linear-gradient(135deg, rgba(255,138,0,.18), transparent);
  border: 1px solid rgba(255,138,0,.32);
  box-shadow: 0 28px 70px rgba(0,0,0,.24);
  min-height: 560px;
  padding: 38px;
  position: relative;
}
.service-card::before {
  background: linear-gradient(90deg, var(--gold), rgba(255,138,0,.1));
  content: "";
  height: 4px;
  left: 28px;
  position: absolute;
  right: 28px;
  top: 0;
}
.service-card h3 {
  color: #082b5c;
  font-size: 25px;
  margin-bottom: 12px;
}
.service-card p {
  color: #586a83;
}
.service-card strong {
  color: #082b5c;
}
.service-card ul {
  color: #082b5c;
  margin: 16px 0 0;
  padding-left: 0;
}
.service-card li {
  list-style: none;
  margin-bottom: 8px;
  padding-left: 24px;
  position: relative;
}
.service-card li::before {
  background: var(--gold);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(255,138,0,.16);
  content: "";
  height: 7px;
  left: 2px;
  position: absolute;
  top: 12px;
  width: 7px;
}
.query-form, .query-side { padding: 30px; }
.query-side {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.query-side h3,
.query-side p {
  flex: 0 0 100%;
}
.query-side .btn {
  align-items: center;
  display: inline-flex;
  flex: 1 1 0;
  font-size: 14px;
  gap: 6px;
  justify-content: center;
  margin-bottom: 0 !important;
  min-width: 0;
  padding-left: 10px;
  padding-right: 10px;
  white-space: nowrap;
  width: auto !important;
}
.form-trap {
  height: 0;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 0;
}
.icon-box {
  align-items: center;
  background: linear-gradient(135deg, #fff2df, #ff8a00);
  border: 1px solid rgba(255,138,0,.34);
  border-radius: 14px;
  box-shadow: 0 18px 34px rgba(255,138,0,.22);
  color: #082b5c;
  display: inline-flex;
  font-size: 32px;
  height: 74px;
  justify-content: center;
  margin-bottom: 26px;
  width: 74px;
}
.packages-luxury {
  background:
    linear-gradient(180deg, rgba(255,255,255,.96) 0%, rgba(247,250,255,.98) 46%, rgba(255,255,255,.96) 100%),
    linear-gradient(135deg, rgba(255,138,0,.12), rgba(8,43,92,.05));
  overflow: hidden;
  position: relative;
}
.packages-luxury::before {
  background: linear-gradient(90deg, transparent, rgba(255,138,0,.55), transparent);
  content: "";
  height: 1px;
  left: 8%;
  position: absolute;
  right: 8%;
  top: 0;
}
.packages-luxury .section-kicker {
  color: var(--gold-dark);
  letter-spacing: .16em;
}
.packages-luxury h2 {
  color: #082b5c;
  font-size: clamp(28px, 4.2vw, 22px);
  line-height: 1;
  max-width: 880px;
}
.packages-luxury .btn-outline-dark {
  border-color: rgba(8,43,92,.22);
  border-radius: 999px;
  box-shadow: 0 14px 34px rgba(20,33,61,.08);
  font-weight: 900;
  padding: 11px 20px;
}
.packages-luxury .btn-outline-dark:hover {
  background: #082b5c;
  border-color: #082b5c;
  color: #fff;
}
.package-card {
  background: linear-gradient(180deg, #fff 0%, #f7faff 100%);
  border: 1px solid rgba(8,43,92,.12);
  border-radius: 12px;
  box-shadow: 0 24px 60px rgba(8,43,92,.12);
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 445px;
  overflow: hidden;
  position: relative;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.package-card::before {
  background: linear-gradient(90deg, #082b5c, #ff8a00, #082b5c);
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.package-card:hover {
  border-color: rgba(255,138,0,.5);
  box-shadow: 0 32px 78px rgba(8,43,92,.18);
  transform: translateY(-7px);
}
.package-card img {
  display: block;
  filter: saturate(1.08) contrast(1.04);
  height: 228px;
  object-fit: cover;
  transition: transform .42s ease, filter .42s ease;
  width: 100%;
}
.package-card:hover img {
  filter: saturate(1.16) contrast(1.06);
  transform: scale(1.045);
}
.package-card h3, .package-card p, .package-card .package-actions { margin-left: 22px; margin-right: 22px; }
.package-card .package-image-link {
  display: block;
  flex: 0 0 auto;
  overflow: hidden;
}
.package-card h3 {
  color: #082b5c;
  font-size: 21px;
  line-height: 1.25;
  margin-bottom: 12px;
  margin-top: 22px;
  min-height: 64px;
}
.package-card h3 a {
  color: inherit;
  transition: color .2s ease;
}
.package-card h3 a:hover {
  color: var(--gold-dark);
}
.package-card p {
  color: #526177;
  font-size: 15px;
  line-height: 1.65;
  margin-bottom: 20px;
  min-height: 66px;
}
.package-actions {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  margin-bottom: 22px;
  margin-top: auto;
}
.package-card .package-action {
  align-self: flex-start;
  background: linear-gradient(135deg, #ff8a00, #ffb04a);
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(255,138,0,.28);
  color: #082b5c;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 900;
  font-size: 14px;
  line-height: 1;
  margin: 0;
  min-width: 0;
  padding: 12px 14px;
  position: relative;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
  white-space: nowrap;
}
.package-card .package-action::after {
  content: "\F138";
  font-family: "bootstrap-icons";
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  transition: transform .2s ease;
}
.package-card .package-action:hover {
  background: linear-gradient(135deg, #082b5c, #0f4d93);
  box-shadow: 0 14px 32px rgba(8,43,92,.24);
  color: #fff;
  transform: translateY(-2px);
}
.package-card .package-book {
  background: linear-gradient(135deg, #082b5c, #0f4d93);
  box-shadow: 0 12px 28px rgba(8,43,92,.2);
  color: #fff;
}
.package-card .package-book:hover {
  background: linear-gradient(135deg, #ff8a00, #ffb04a);
  box-shadow: 0 14px 32px rgba(255,138,0,.28);
  color: #082b5c;
}
.package-card .package-action:hover::after {
  transform: translateX(4px);
}
.mini-package { height: 100%; padding: 24px; }
.mini-package span { color: var(--gold-dark); font-size: 13px; font-weight: 900; }
.mini-package h3 { font-size: 20px; margin-top: 8px; }
.faq-section {
  background:
    linear-gradient(180deg, #fff 0%, #f7faff 100%);
  position: relative;
}
.faq-section::before {
  background: linear-gradient(90deg, transparent, rgba(255,138,0,.48), transparent);
  content: "";
  height: 1px;
  left: 8%;
  position: absolute;
  right: 8%;
  top: 0;
}
.faq-accordion {
  box-shadow: 0 24px 60px rgba(8,43,92,.12);
}
.faq-accordion .accordion-item {
  border-color: rgba(8,43,92,.12);
}
.faq-accordion .accordion-item:first-of-type,
.faq-accordion .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.faq-accordion .accordion-item:last-of-type,
.faq-accordion .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.faq-accordion .accordion-button {
  color: #082b5c;
  font-weight: 900;
  line-height: 1.35;
  padding: 20px 24px;
}
.faq-accordion .accordion-button:not(.collapsed) {
  background: linear-gradient(135deg, #fff4e7, #ffffff);
  box-shadow: inset 0 -1px 0 rgba(255,138,0,.24);
  color: #082b5c;
}
.faq-accordion .accordion-button:focus {
  border-color: rgba(255,138,0,.52);
  box-shadow: 0 0 0 .25rem rgba(255,138,0,.18);
}
.faq-accordion .accordion-body {
  color: #586a83;
  padding: 20px 24px 24px;
}
.gallery-section {
  background:
    linear-gradient(180deg, #fff 0%, #f7faff 48%, #fff 100%);
}
.gallery-tabs {
  border: 0;
  gap: 6px;
  padding: 6px;
}
.gallery-tabs .nav-link {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(8,43,92,.12);
  border-radius: 999px;
  color: #082b5c;
  display: inline-flex;
  font-weight: 900;
  gap: 8px;
  padding: 10px 18px;
}
.gallery-tabs .nav-link:hover,
.gallery-tabs .nav-link:focus {
  background: #fff7eb;
  color: #082b5c;
}
.gallery-tabs .nav-link.active {
  background: linear-gradient(135deg, #ff8a00, #ffb04a);
  color: #082b5c;
}
.gallery-grid {
  align-items: stretch;
}
.gallery-tile {
  background: #082b5c;
  border: 1px solid rgba(8,43,92,.12);
  border-radius: 10px;
  box-shadow: 0 22px 54px rgba(8,43,92,.13);
  display: block;
  height: 100%;
  min-height: 230px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}
.gallery-tile img {
  display: block;
  height: 260px;
  object-fit: cover;
  transition: transform .38s ease, filter .38s ease;
  width: 100%;
}
.gallery-tile span {
  align-items: center;
  background: rgba(8,43,92,.74);
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  height: 44px;
  justify-content: center;
  opacity: 0;
  position: absolute;
  right: 16px;
  top: 16px;
  transform: translateY(-6px);
  transition: opacity .2s ease, transform .2s ease, background .2s ease;
  width: 44px;
}
.gallery-tile:hover img {
  filter: saturate(1.14) contrast(1.04);
  transform: scale(1.055);
}
.gallery-tile:hover span {
  background: #ff8a00;
  opacity: 1;
  transform: translateY(0);
}
.gallery-video-card {
  background: linear-gradient(180deg, #fff 0%, #f7faff 100%);
  border: 1px solid rgba(8,43,92,.12);
  border-radius: 10px;
  box-shadow: 0 22px 54px rgba(8,43,92,.13);
  height: 100%;
  overflow: hidden;
}
.gallery-video-card video {
  background: #061d3f;
  display: block;
  height: 260px;
  object-fit: cover;
  width: 100%;
}
.gallery-video-card div {
  padding: 20px;
}
.gallery-video-card h3 {
  color: #082b5c;
  font-size: 20px;
  margin-bottom: 8px;
}
.gallery-video-card a {
  color: #e46f00;
  font-weight: 900;
}
.gallery-lightbox .modal-content {
  background: #061d3f;
  border: 1px solid rgba(255,138,0,.45);
  border-radius: 10px;
  overflow: hidden;
}
.gallery-lightbox .modal-header {
  border-bottom: 1px solid rgba(255,255,255,.12);
  color: #fff;
}
.gallery-lightbox .modal-body {
  padding: 0;
}
.gallery-lightbox img {
  display: block;
  max-height: 82vh;
  object-fit: contain;
  width: 100%;
}
.form-control, .form-select { border-color: #d7dce5; border-radius: 6px; min-height: 48px; }
.form-control:focus, .form-select:focus { border-color: var(--gold); box-shadow: 0 0 0 .25rem rgba(255,138,0,.2); }
.contact-band { background: #082b5c; color: #fff; }
.contact-band p, .contact-band a { color: #e5e7eb; }
.contact-panel {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  padding: 34px;
}
.contact-panel .navbar-brand { color: #fff; }
.map-frame { border: 0; border-radius: 8px; height: 100%; min-height: 440px; width: 100%; }
.footer { background: #061d3f; color: #d8dee9; padding: 62px 0 26px; }
.footer-rich {
  background:
    linear-gradient(135deg, rgba(8,43,92,.98), rgba(6,29,63,1)),
    #061d3f;
  position: relative;
}
.footer-rich::before {
  background: linear-gradient(90deg, transparent, rgba(255,138,0,.55), transparent);
  content: "";
  height: 1px;
  left: 7%;
  position: absolute;
  right: 7%;
  top: 0;
}
.footer .navbar-brand { color: #fff; }
.footer p { color: #b7c0d1; }
.footer h3 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 18px;
  position: relative;
}
.footer h3::after {
  background: #ff8a00;
  border-radius: 999px;
  content: "";
  display: block;
  height: 3px;
  margin-top: 9px;
  width: 42px;
}
.footer a {
  color: #d7e7fb;
  display: block;
  line-height: 1.45;
  margin-bottom: 11px;
}
.footer a:hover { color: var(--gold); }
.footer a i {
  color: #ff8a00;
  margin-right: 8px;
}
.footer-address {
  line-height: 1.7;
  margin-bottom: 18px;
}
.footer-service-list {
  color: #d7e7fb;
  margin: 0;
  padding-left: 0;
}
.footer-service-list li {
  list-style: none;
  margin-bottom: 7px;
  padding-left: 20px;
  position: relative;
}
.footer-service-list li::before {
  background: #ff8a00;
  border-radius: 50%;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 7px;
}
.footer-map {
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(0,0,0,.24);
  height: 210px;
  width: 100%;
}
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.12);
  color: #94a3b8;
  font-size: 14px;
  margin-top: 38px;
  padding-top: 22px;
  text-align: center;
}
.sticky-actions {
  align-items: center;
  bottom: 24px;
  display: flex;
  justify-content: space-between;
  left: 22px;
  pointer-events: none;
  position: fixed;
  right: 22px;
  z-index: 1080;
}
.sticky-actions a {
  align-items: center;
  border: 2px solid rgba(255,255,255,.85);
  border-radius: 50%;
  box-shadow: 0 16px 34px rgba(15,23,42,.28);
  color: #fff;
  display: inline-flex;
  font-size: 26px;
  height: 58px;
  justify-content: center;
  pointer-events: auto;
  text-align: center;
  transition: transform .18s ease, box-shadow .18s ease;
  width: 58px;
}
.sticky-actions a:hover {
  box-shadow: 0 20px 42px rgba(15,23,42,.34);
  color: #fff;
  transform: translateY(-3px);
}
.sticky-call { background: #ff8a00; }
.sticky-whatsapp { background: var(--green); }

/* Akash logo-inspired palette */
:root {
  --ink: #28258f;
  --muted: #4f5b73;
  --gold: #ffd200;
  --gold-dark: #f6a800;
  --green: #168a42;
  --paper: #fffdf3;
  --line: #efe5b9;
}
.top-strip {
  background: #28258f;
  border-bottom: 4px solid #ffd200;
}
.social-links a {
  background: #ffd200;
  color: #28258f;
}
.navbar {
  border-bottom: 1px solid rgba(246,168,0,.34);
}
.navbar-brand {
  color: #28258f;
}
.nav-link {
  color: #28258f;
}
.nav-link:hover,
.nav-link:focus,
.nav-link.active {
  color: #f6a800;
}
.dropdown-item {
  color: #28258f;
}
.dropdown-item:hover {
  background: #fff6bf;
  color: #c47e00;
}
.hero .carousel-item {
  background: #28258f;
}
.hero img {
  opacity: .62;
}
.carousel-caption .eyebrow,
.inner-hero .eyebrow {
  color: #ffd200;
}
.carousel-caption h1,
.inner-hero h1 {
  text-shadow: 0 4px 18px rgba(18,18,80,.5);
}
.btn-warning {
  background: #ffd200;
  border-color: #ffd200;
  color: #28258f;
}
.btn-warning:hover,
.btn-warning:focus {
  background: #f6a800;
  border-color: #f6a800;
  color: #28258f;
}
.about-luxury {
  background:
    linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,253,243,.96)),
    linear-gradient(135deg, rgba(255,210,0,.28), rgba(40,37,143,.08));
}
.about-luxury::before,
.service-card::before,
.packages-luxury::before,
.faq-section::before,
.footer-rich::before {
  background: linear-gradient(90deg, #f6a800, #ffd200, #f6a800);
}
.about-luxury h2,
.about-luxury strong,
.service-card h3,
.service-card strong,
.service-card ul,
.packages-luxury h2,
.package-card h3,
.mini-package h3,
.faq-accordion .accordion-button {
  color: #28258f;
}
.service-band {
  background:
    linear-gradient(135deg, rgba(40,37,143,.94), rgba(31,29,107,.9)),
    url("https://images.unsplash.com/photo-1544620347-c4fd4a3d5957?auto=format&fit=crop&w=1800&q=80") center/cover;
}
.service-band::before {
  background: linear-gradient(90deg, transparent, rgba(255,210,0,.72), transparent);
}
.service-band::after {
  background: linear-gradient(180deg, transparent 62%, rgba(255,210,0,.2));
}
.service-band .section-kicker,
.section-kicker,
.eyebrow,
.mini-package span,
.fleet-tag {
  color: #f6a800;
}
.icon-box {
  background: linear-gradient(135deg, #fff8ca, #ffd200 62%, #f6a800);
  border-color: rgba(246,168,0,.5);
  color: #28258f;
}
.service-card li::before,
.about-info-card li::before,
.footer-service-list li::before {
  background: #ffd200;
  box-shadow: 0 0 0 4px rgba(255,210,0,.18);
}
.packages-luxury,
.faq-section,
.gallery-section,
.fleet-section,
.about-page-content {
  background:
    linear-gradient(180deg, #fff 0%, #fffdf3 48%, #fff 100%);
}
.package-card::before,
.fleet-card::before,
.about-info-card::before {
  background: linear-gradient(90deg, #28258f, #ffd200, #f6a800);
}
.package-card .package-action,
.nav-link.nav-book-btn {
  background: linear-gradient(135deg, #ffd200, #f6a800);
  color: #28258f;
}
.package-card .package-book,
.package-card .package-action:hover,
.nav-link.nav-book-btn:hover,
.nav-link.nav-book-btn:focus {
  background: linear-gradient(135deg, #28258f, #3734ad);
  color: #fff;
}
.package-card .package-book:hover {
  background: linear-gradient(135deg, #ffd200, #f6a800);
  color: #28258f;
}
.faq-accordion .accordion-button:not(.collapsed) {
  background: linear-gradient(135deg, #fff7bf, #ffffff);
  box-shadow: inset 0 -1px 0 rgba(246,168,0,.34);
  color: #28258f;
}
.form-control:focus,
.form-select:focus {
  border-color: #ffd200;
  box-shadow: 0 0 0 .25rem rgba(255,210,0,.24);
}
.contact-band,
.footer,
.footer-rich {
  background:
    linear-gradient(135deg, #28258f, #1e1b73),
    #28258f;
}
.footer h3::after,
.gallery-tile:hover span,
.sticky-call {
  background: #ffd200;
  color: #28258f;
}
.footer a i {
  color: #ffd200;
}
.footer a:hover {
  color: #ffd200;
}
.footer,
.footer p,
.footer h3,
.footer a,
.footer a:hover,
.footer a i,
.footer-service-list,
.footer-service-list li,
.footer-address,
.footer-bottom {
  color: #fff;
}
.sticky-call {
  border-color: #fff;
}
@media (max-width: 991px) {
  .hero .carousel-item { height: 500px; min-height: 500px; }
  .carousel-caption { transform: translate(-50%, -38%); }
  .nav-link.nav-book-btn {
    display: inline-block;
    margin-left: 0;
    margin-top: 8px;
  }
  .section-pad { padding: 66px 0; }
}
@media (max-width: 575px) {
  body { padding-bottom: 0; }
  .brand-mark { font-size: 15px; height: 46px; width: 46px; }
  .site-logo { height: 38px; max-width: 108px; }
  .navbar-brand { font-size: 15px; max-width: 245px; }
  .hero .carousel-item { height: 420px; min-height: 420px; }
  .carousel-caption h1, .inner-hero h1 { font-size: 30px; }
  .carousel-caption p, .inner-hero p { font-size: 15px; }
  .query-form, .contact-panel, .service-card, .query-side { padding: 22px; }
  .sticky-actions { bottom: 18px; left: 16px; right: 16px; }
}

/* Akash custom UI refresh */
body {
  background: #fffdf3;
}
.site-header {
  box-shadow: 0 12px 32px rgba(31,29,107,.12);
}
.top-strip {
  background: #ffd200;
  border-bottom: 0;
  color: #28258f;
  font-weight: 800;
}
.top-strip a {
  color: #28258f;
}
.top-strip .social-links a {
  background: #28258f;
  color: #fff;
}
.navbar.bg-white {
  background: #28258f !important;
}
.navbar-brand,
.navbar-brand:hover,
.nav-link,
.nav-link:hover,
.nav-link:focus,
.nav-link.active {
  color: #fff;
}
.navbar-brand span {
  background: #ffd200;
  border-radius: 6px;
  color: #28258f;
  line-height: 1.1;
  padding: 8px 12px;
}
.navbar-toggler {
  background: #ffd200;
  border: 0;
}
.nav-link {
  border-bottom: 3px solid transparent;
  padding-bottom: 10px;
}
.nav-link:hover,
.nav-link:focus,
.nav-link.active {
  border-bottom-color: #ffd200;
}
.dropdown-menu {
  border: 0;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 22px 48px rgba(31,29,107,.24);
}
.hero {
  position: relative;
}
.hero::after {
  background: #ffd200;
  bottom: 0;
  content: "";
  height: 18px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 2;
}
.hero .carousel-item {
  min-height: 620px;
}
.hero img {
  filter: saturate(1.08) contrast(1.05);
  opacity: .72;
}
.carousel-caption {
  left: 50%;
  max-width: 920px;
  text-align: center;
  top: 52%;
  transform: translate(-50%, -50%);
}
.carousel-caption h1 {
  margin-left: auto;
  margin-right: auto;
}
.carousel-caption p {
  color: #fff;
  font-size: 18px;
  margin-left: auto;
  margin-right: auto;
}
.carousel-caption .eyebrow {
  background: #ffd200;
  border-radius: 999px;
  color: #28258f;
  padding: 8px 16px;
}
.carousel-caption .btn {
  border-radius: 999px;
  box-shadow: 0 18px 38px rgba(0,0,0,.22);
  padding: 13px 24px;
}
.section-pad {
  padding: 76px 0;
}
.about-luxury {
  background: #fff;
}
.about-luxury::before {
  display: none;
}
.about-luxury .row {
  background:
    linear-gradient(90deg, rgba(255,210,0,.2), rgba(255,255,255,0) 42%),
    #fff;
  border: 1px solid rgba(40,37,143,.12);
  border-radius: 8px;
  box-shadow: 0 24px 58px rgba(31,29,107,.1);
  padding: 34px;
}
.about-luxury .trust-row {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.about-luxury .trust-row span {
  justify-content: center;
  margin: 0;
  min-width: 0;
  padding: 14px 12px;
  white-space: nowrap;
}
.video-wrap {
  background: #ffd200;
  border: 0;
  border-radius: 8px;
  box-shadow: 18px 18px 0 #28258f;
  padding: 8px;
}
.video-wrap::after {
  display: none;
}
.service-band {
  background:
    linear-gradient(90deg, rgba(40,37,143,.96), rgba(40,37,143,.86)),
    url("https://images.unsplash.com/photo-1533473359331-0135ef1b58bf?auto=format&fit=crop&w=1800&q=80") center/cover;
}
.service-band h2 {
  font-size: clamp(32px, 4vw, 40px);
}
.service-card {
  border: 0;
  border-radius: 8px;
  box-shadow: none;
  min-height: 0;
  padding: 30px;
}
.service-card::before {
  background: #ffd200;
  height: 8px;
  left: 0;
  right: auto;
  top: 0;
  width: 76px;
}
.icon-box {
  border-radius: 50%;
  box-shadow: none;
  height: 62px;
  margin-bottom: 18px;
  width: 62px;
}
.mini-package {
  border: 0;
  border-left: 6px solid #ffd200;
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(31,29,107,.08);
}
.mini-package span {
  background: #28258f;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  margin-bottom: 10px;
  padding: 2px 10px;
}
.packages-luxury {
  background: #fff8c8;
}
.packages-luxury::before,
.faq-section::before {
  display: none;
}
.packages-luxury .d-flex {
  background: #28258f;
  border-radius: 8px;
  padding: 22px;
}
.packages-luxury .section-kicker,
.packages-luxury h2 {
  color: #fff;
}
.packages-luxury .btn-outline-dark {
  background: #ffd200;
  border-color: #ffd200;
  color: #28258f;
}
.package-card {
  border: 0;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(31,29,107,.12);
  min-height: 410px;
}
.package-card::before {
  display: none;
}
.package-card img {
  height: 205px;
}
.package-card h3 {
  font-size: 19px;
}
.package-actions {
  gap: 10px;
}
.package-card .package-action {
  border-radius: 6px;
  box-shadow: none;
}
.faq-section {
  background: #fff;
}
.faq-accordion {
  box-shadow: none;
}
.faq-accordion .accordion-item {
  border: 1px solid rgba(40,37,143,.16);
  border-radius: 8px;
  margin-bottom: 12px;
  overflow: hidden;
}
.faq-accordion .accordion-button:not(.collapsed) {
  background: #28258f;
  color: #fff;
}
.footer,
.footer-rich {
  background: #28258f;
}
.footer-rich::before {
  background: #ffd200;
  height: 10px;
  left: 0;
  right: 0;
}
.footer h3::after {
  background: #ffd200;
}
.sticky-actions {
  bottom: 28px;
}
.sticky-actions a {
  border-radius: 50%;
}
@media (max-width: 991px) {
  .navbar-brand span {
    padding: 7px 9px;
  }
  .nav-link {
    display: inline-block;
  }
  .hero .carousel-item {
    min-height: 520px;
  }
  .about-luxury .row {
    padding: 22px;
  }
  .about-luxury .trust-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .video-wrap {
    box-shadow: 10px 10px 0 #28258f;
  }
}
@media (max-width: 575px) {
  .top-strip .container {
    justify-content: center !important;
  }
  .top-strip .small {
    justify-content: center;
  }
  .top-strip .container {
    flex-direction: column;
    gap: 8px !important;
  }
  .top-strip .small {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 12px !important;
    width: 100%;
  }
  .top-strip .small a {
    font-size: 12px;
    line-height: 1.2;
    white-space: nowrap;
  }
  .top-strip .social-links {
    justify-content: center;
    width: 100%;
  }
  .navbar-brand span {
    font-size: 13px;
    max-width: 160px;
  }
  .carousel-caption {
    text-align: left;
    transform: translate(-50%, -45%);
  }
  .hero .carousel-item {
    height: 340px;
    min-height: 340px;
  }
  .carousel-caption {
    padding: 0 16px;
    top: 46%;
    transform: translate(-50%, -50%);
  }
  .carousel-caption h1,
  .inner-hero h1 {
    font-size: 25px;
    line-height: 1.08;
    margin: 10px 0 10px;
    max-width: 330px;
  }
  .carousel-caption p,
  .inner-hero p {
    font-size: 14px;
    line-height: 1.45;
    margin-bottom: 14px;
    max-width: 320px;
  }
  .carousel-caption .eyebrow {
    font-size: 10px;
    line-height: 1;
    padding: 7px 13px;
  }
  .carousel-caption .btn {
    font-size: 16px;
    line-height: 1;
    padding: 12px 18px;
  }
  .hero .carousel-indicators {
    bottom: 14px;
    margin-bottom: 0;
  }
  .carousel-caption h1 {
    margin-left: 0;
  }
  .carousel-caption p {
    margin-left: 0;
  }
  .carousel-caption .eyebrow {
    font-size: 11px;
  }
  .packages-luxury .d-flex {
    padding: 18px;
  }
  .about-luxury .trust-row {
    grid-template-columns: 1fr;
  }
  .about-luxury .trust-row span {
    justify-content: flex-start;
  }
}

/* Header logo and menu polish */
.site-header .navbar {
  min-height: 88px;
  padding: 12px 0;
}
.site-header .navbar > .container {
  gap: 22px;
}
.site-header .navbar-brand {
  background: #fff;
  border: 2px solid rgba(255,210,0,.9);
  border-radius: 4px;
  box-shadow: 0 10px 24px rgba(0,0,0,.14);
  flex: 0 0 auto;
  margin-right: 20px;
  padding: 4px 8px;
}
.site-header .site-logo {
  height: 54px;
  max-width: 190px;
  width: auto;
}
.site-header .navbar-collapse {
  justify-content: flex-end;
}
.site-header .navbar-nav {
  align-items: center;
  gap: 2px;
}
.site-header .navbar .navbar-nav .nav-link {
  border-bottom: 0;
  border-radius: 999px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  padding: 12px 13px;
  position: relative;
  white-space: nowrap;
}
.site-header .navbar .navbar-nav .nav-link::after {
  background: #ffd200;
  border: 0;
  border-radius: 999px;
  bottom: 3px;
  content: "";
  height: 3px;
  left: 14px;
  opacity: 0;
  position: absolute;
  right: 14px;
  transform: scaleX(.45);
  transition: opacity .2s ease, transform .2s ease;
}
.site-header .navbar .navbar-nav .nav-link.dropdown-toggle::after {
  background: none;
  border-bottom: 0;
  border-left: .3em solid transparent;
  border-right: .3em solid transparent;
  border-radius: 0;
  border-top: .3em solid;
  bottom: auto;
  content: "";
  display: inline-block;
  height: 0;
  left: auto;
  margin-left: .35em;
  opacity: 1;
  position: static;
  right: auto;
  transform: none;
  vertical-align: .15em;
  width: 0;
}
.site-header .navbar .navbar-nav .nav-link:hover,
.site-header .navbar .navbar-nav .nav-link:focus,
.site-header .navbar .navbar-nav .nav-link.active {
  background: rgba(255,255,255,.1);
  color: #fff;
}
.site-header .navbar .navbar-nav .nav-link:hover::after,
.site-header .navbar .navbar-nav .nav-link:focus::after,
.site-header .navbar .navbar-nav .nav-link.active::after {
  opacity: 1;
  transform: scaleX(1);
}
.site-header .navbar .navbar-nav .nav-link.dropdown-toggle:hover::after,
.site-header .navbar .navbar-nav .nav-link.dropdown-toggle:focus::after,
.site-header .navbar .navbar-nav .nav-link.dropdown-toggle.active::after {
  transform: none;
}
.site-header .dropdown-menu {
  background: #fff;
  border: 0;
  border-top: 4px solid #ffd200;
  border-radius: 0 0 8px 8px;
  margin-top: 10px;
  padding: 8px;
}
.site-header .dropdown-item {
  border-radius: 6px;
  color: #28258f;
  padding: 10px 14px;
}
.site-header .dropdown-item:hover,
.site-header .dropdown-item:focus {
  background: #ffd200;
  color: #28258f;
}
@media (max-width: 1199px) {
  .site-header .site-logo {
    height: 48px;
    max-width: 165px;
  }
  .site-header .navbar .navbar-nav .nav-link {
    font-size: 14px;
    padding: 10px 9px;
  }
}
@media (max-width: 991px) {
  .site-header .navbar {
    min-height: auto;
  }
  .site-header .navbar-collapse {
    background: rgba(255,255,255,.08);
    border-radius: 8px;
    margin-top: 14px;
    padding: 12px;
  }
  .site-header .navbar-nav {
    align-items: flex-start;
  }
  .site-header .navbar .navbar-nav .nav-link {
    display: inline-flex;
  }
}
@media (max-width: 575px) {
  .top-strip .container {
    flex-direction: column;
    gap: 8px !important;
    justify-content: center !important;
  }
  .top-strip .small {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap !important;
    gap: 12px !important;
    justify-content: center;
    width: 100%;
  }
  .top-strip .small a {
    font-size: 11.5px;
    line-height: 1.2;
    white-space: nowrap;
  }
  .top-strip .social-links {
    justify-content: center;
    width: 100%;
  }
  .site-header .navbar-brand {
    margin-right: 8px;
    padding: 3px 5px;
  }
  .site-header .site-logo {
    height: 42px;
    max-width: 145px;
  }
}

/* Compact inner page banners */
.inner-hero {
  background-image:
    linear-gradient(90deg, rgba(40,37,143,.78), rgba(40,37,143,.42), rgba(255,255,255,.12)),
    var(--hero-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 260px;
  padding: 78px 0 56px;
}
.inner-hero .eyebrow {
  background: #ffd200;
  border-radius: 999px;
  color: #28258f;
  font-size: 11px;
  line-height: 1;
  padding: 8px 14px;
}
.inner-hero h1 {
  font-size: clamp(30px, 3.2vw, 46px);
  line-height: 1.08;
  margin: 14px 0 10px;
  max-width: 720px;
}
.inner-hero p {
  color: #fff;
  font-size: 16px;
  line-height: 1.45;
  max-width: 680px;
}
@media (max-width: 991px) {
  .inner-hero {
    min-height: 220px;
    padding: 62px 0 46px;
  }
  .inner-hero h1 {
    font-size: 34px;
  }
}
@media (max-width: 575px) {
  .inner-hero {
    min-height: 185px;
    padding: 46px 0 34px;
  }
  .inner-hero .eyebrow {
    font-size: 10px;
    padding: 7px 12px;
  }
  .inner-hero h1 {
    font-size: 25px;
    margin: 10px 0 8px;
  }
  .inner-hero p {
    font-size: 13px;
  }
}

/* Consistent heading size */
h1,
h2,
.carousel-caption h1,
.inner-hero h1 {
  font-size: 30px;
}
h1,
h2,
h3,
.about-luxury h2,
.service-band h2,
.service-card h3,
.packages-luxury h2,
.package-card h3,
.mini-package h3,
.query-side h3,
.contact-panel h3,
.footer h3,
.faq-section h2,
.inner-hero h1,
.carousel-caption h1 {
  font-size: 30px !important;
}
.package-card h3,
.package-card h3 a {
  font-size: 18px !important;
  line-height: 1.25;
}
.mini-package h3,
.service-card h3 {
  font-size: 18px !important;
  line-height: 1.25;
}
.footer h3 {
  font-size: 20px !important;
  line-height: 1.25;
}

/* Contact page equal columns and readable pills */
.contact-band .row {
  align-items: stretch;
}
.contact-band .col-lg-5,
.contact-band .col-lg-7 {
  display: flex;
}
.contact-band .contact-panel,
.contact-band .map-frame {
  min-height: 420px;
  width: 100%;
}
.contact-band .contact-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact-band .contact-panel p {
  color: #fff;
  font-size: 18px;
  line-height: 1.55;
}
.contact-band .contact-pill {
  background: #fff;
  border-color: rgba(255,210,0,.7);
  box-shadow: 0 12px 28px rgba(0,0,0,.14);
  color: #28258f !important;
  font-weight: 900;
  justify-content: flex-start;
  width: 100%;
}
.contact-band .contact-pill i {
  color: #f6a800;
}
@media (max-width: 991px) {
  .contact-band .contact-panel,
  .contact-band .map-frame {
    min-height: 360px;
  }
}
@media (max-width: 575px) {
  .contact-band .contact-panel,
  .contact-band .map-frame {
    min-height: 300px;
  }
  .contact-band .contact-panel p {
    font-size: 16px;
  }
  .contact-band .contact-pill {
    font-size: 14px;
    white-space: normal;
  }
}

/* Scroll to top */
.scroll-top-btn {
  align-items: center;
  background: #ffd200;
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: 98px;
  box-shadow: 0 16px 34px rgba(15,23,42,.24);
  color: #28258f;
  display: inline-flex;
  font-size: 24px;
  height: 52px;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 24px;
  transform: translateY(12px);
  transition: opacity .2s ease, transform .2s ease, background .2s ease;
  width: 52px;
  z-index: 1081;
}
.scroll-top-btn.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.scroll-top-btn:hover {
  background: #f6a800;
  color: #28258f;
}
@media (max-width: 575px) {
  .scroll-top-btn {
    bottom: 88px;
    height: 46px;
    right: 16px;
    width: 46px;
  }
}

/* Footer layout matching Akash reference */
.footer-rich {
  background: #28258f;
  color: #fff;
  padding: 38px 0 18px;
}
.footer-rich::before {
  display: none;
}
.footer-rich .container {
  max-width: 1320px;
}
.footer-rich .row {
  --bs-gutter-x: 56px;
}
.footer-rich h3 {
  color: #fff !important;
  font-size: 20px !important;
  font-weight: 900;
  line-height: 1.2;
  margin: 0 0 28px;
  padding-bottom: 16px;
  position: relative;
}
.footer-rich h3::after {
  background: #ffdf00;
  border-radius: 0;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  margin-top: 0;
  position: absolute;
  width: 52px;
}
.footer-rich p,
.footer-rich a {
  color: #fff !important;
  font-size: 16px;
  line-height: 1.55;
}
.footer-rich p {
  margin: 0 0 10px;
}
.footer-rich p strong {
  color: #fff;
  display: inline-block;
  font-weight: 900;
  margin-bottom: 2px;
}
.footer-rich a {
  display: block;
  margin-bottom: 11px;
  text-decoration: none;
}
.footer-rich a:hover {
  color: #ffdf00 !important;
}
.footer-rich a i {
  color: #fff;
  font-size: 19px;
  margin-right: 12px;
  vertical-align: middle;
}
.footer-rich .footer-address {
  margin-bottom: 24px;
}
.footer-rich .footer-map {
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 7px;
  display: block;
  height: 260px;
  overflow: hidden;
  width: 100%;
}
.footer-rich .footer-bottom {
  border-top: 1px solid rgba(255,255,255,.16);
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  margin-top: 42px;
  padding-top: 28px;
  text-align: center;
}
.sticky-actions {
  bottom: 18px;
  left: 18px;
  pointer-events: none;
  position: fixed;
  right: 18px;
  z-index: 1080;
}
.sticky-actions a {
  align-items: center;
  border: 0;
  bottom: 20px;
  border-radius: 50% !important;
  box-shadow: 0 10px 24px rgba(15,23,42,.22);
  color: #fff !important;
  display: inline-flex;
  font-size: 24px;
  height: 50px;
  justify-content: center;
  pointer-events: auto;
  position: absolute;
  text-decoration: none;
  width: 50px;
}
.sticky-actions a i {
  line-height: 1;
}
.sticky-actions .sticky-whatsapp {
  background: #15934a;
  left: 0;
}
.sticky-actions .sticky-call {
  background: #ffd200;
  color: #fff !important;
  right: 0;
}

/* Compact About page refresh */
.about-hero {
  min-height: 230px;
  padding: 62px 0 46px;
}
.about-hero h1 {
  max-width: 620px;
}
.about-intro-compact {
  background: #fff;
  padding: 54px 0;
}
.about-intro-compact .row {
  background:
    linear-gradient(120deg, rgba(255,210,0,.2), rgba(255,255,255,0) 48%),
    #fff;
  border-color: rgba(40,37,143,.14);
  box-shadow: 0 18px 44px rgba(31,29,107,.1);
  padding: 26px;
}
.about-intro-compact h2 {
  margin-bottom: 12px;
}
.about-intro-compact p {
  font-size: 16px;
  line-height: 1.55;
  margin-bottom: 10px;
}
.about-trust-strip {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 18px;
}
.about-trust-strip span {
  align-items: center;
  background: #28258f;
  border-radius: 7px;
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  gap: 7px;
  justify-content: center;
  line-height: 1.2;
  min-height: 44px;
  padding: 10px;
  text-align: center;
}
.about-trust-strip i {
  color: #ffd200;
  font-size: 18px;
}
.about-video-card {
  box-shadow: 10px 10px 0 #28258f;
  margin-bottom: 10px;
}
.about-video-card video {
  aspect-ratio: 16 / 9;
}
.about-compact-grid {
  background:
    linear-gradient(180deg, #fffdf3 0%, #fff 42%, #fffdf3 100%);
  padding: 54px 0 62px;
}
.about-section-heading {
  align-items: end;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 22px;
}
.about-section-heading h2 {
  margin: 0;
}
.about-service-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.about-service-tile {
  align-items: flex-start;
  background: #fff;
  border: 1px solid rgba(40,37,143,.12);
  border-left: 5px solid #ffd200;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(31,29,107,.08);
  display: flex;
  gap: 12px;
  min-height: 128px;
  padding: 16px;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.about-service-tile:hover {
  border-color: rgba(40,37,143,.22);
  box-shadow: 0 18px 38px rgba(31,29,107,.13);
  transform: translateY(-3px);
}
.about-service-tile > i {
  align-items: center;
  background: #28258f;
  border-radius: 8px;
  color: #ffd200;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 21px;
  height: 42px;
  justify-content: center;
  width: 42px;
}
.about-service-tile h3 {
  color: #28258f;
  font-size: 16px !important;
  line-height: 1.25;
  margin: 0 0 6px;
}
.about-service-tile p {
  color: #586a83;
  font-size: 14px;
  line-height: 1.45;
  margin: 0;
}
.about-detail-row {
  margin-top: 26px;
}
.about-compact-grid .about-info-card {
  border: 0;
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(31,29,107,.09);
  padding: 24px;
}
.about-compact-grid .about-info-card::before {
  background: #ffd200;
  border-radius: 0;
  height: 6px;
  left: 0;
  right: auto;
  width: 84px;
}
.about-compact-grid .about-info-card h3 {
  color: #28258f;
  font-size: 20px !important;
  margin-bottom: 14px;
}
.about-compact-grid .about-info-card p {
  font-size: 15px;
  line-height: 1.55;
  margin-bottom: 16px;
}
.about-compact-grid .about-info-card li {
  font-size: 15px;
  line-height: 1.45;
  margin-bottom: 7px;
}
.about-highlight-card {
  background: #28258f;
}
.about-highlight-card h3,
.about-highlight-card li {
  color: #fff !important;
}
.about-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.about-info-card .about-tag-list li {
  background: #fff8c8;
  border: 1px solid rgba(255,210,0,.7);
  border-radius: 999px;
  color: #28258f;
  font-size: 13px;
  font-weight: 800;
  margin: 0;
  padding: 7px 11px;
}
.about-info-card .about-tag-list li::before {
  display: none;
}
@media (max-width: 1199px) {
  .about-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .about-trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 991px) {
  .about-intro-compact,
  .about-compact-grid {
    padding: 42px 0;
  }
  .about-section-heading {
    align-items: flex-start;
    display: block;
  }
}
@media (max-width: 575px) {
  .about-hero {
    min-height: 180px;
    padding: 42px 0 30px;
  }
  .about-intro-compact .row {
    padding: 18px;
  }
  .about-service-grid,
  .about-trust-strip {
    grid-template-columns: 1fr;
  }
  .about-service-tile {
    min-height: 0;
    padding: 14px;
  }
  .about-trust-strip span {
    justify-content: flex-start;
    text-align: left;
  }
}
@media (max-width: 991px) {
  .footer-rich {
    padding-top: 34px;
  }
  .footer-rich .row {
    --bs-gutter-x: 28px;
    --bs-gutter-y: 34px;
  }
  .footer-rich .footer-map {
    height: 230px;
  }
}
@media (max-width: 575px) {
  .footer-rich {
    padding: 30px 0 16px;
  }
  .footer-rich p,
  .footer-rich a {
    font-size: 16px;
  }
  .footer-rich h3 {
    margin-bottom: 20px;
  }
  .footer-rich .footer-bottom {
    font-size: 14px;
    margin-top: 30px;
    padding: 22px 56px 0;
  }
  .footer-rich .footer-map {
    height: 210px;
  }
  .sticky-actions {
    bottom: 16px;
    left: 12px;
    right: 12px;
  }
  .sticky-actions a {
    font-size: 21px;
    height: 44px;
    width: 44px;
  }
}
