/*
Theme Name: SMARTFLY UAE Travel
Author: SMARTFLY Travel & Tourism LLC
Description: A responsive WordPress theme for SMARTFLY Travel & Tourism LLC.
Version: 1.0.0
Requires at least: 6.2
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: smartfly-travel
*/

:root {
  color-scheme: light;
  --ink: #153442;
  --navy: #075471;
  --cream: #f5f9fb;
  --sand: #e6f2f6;
  --brand: #0089B1;
  --muted: #58707a;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font: 16px/1.7 "Plus Jakarta Sans", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
button, input, textarea, select { font: inherit; }
a { color: inherit; }
img { max-width: 100%; height: auto; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Cormorant Garamond", Georgia, serif; line-height: 1.04; letter-spacing: -.025em; }
h1, h2 { font-weight: 600; }
em { color: var(--brand); font-style: normal; }
:focus-visible { outline: 3px solid var(--brand); outline-offset: 4px; }
.sf-skip-link { position: absolute; z-index: 100; top: -100px; left: 16px; background: white; padding: 12px 18px; }
.sf-skip-link:focus { top: 12px; }
.sf-site-header { position: relative; z-index: 20; background: #fff; border-bottom: 1px solid #dbe8ed; }
.sf-header-inner { width: min(1240px, calc(100% - 48px)); min-height: 82px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.sf-brand { display: inline-flex; align-items: center; flex: none; }
.sf-logo-image, .sf-brand .custom-logo { display: block; width: 190px; max-height: 64px; object-fit: contain; padding: 5px; }
.sf-primary-nav { display: flex; align-items: center; }
.sf-nav-list { list-style: none; padding: 0; margin: 0; display: flex; align-items: center; gap: clamp(12px, 1.6vw, 26px); }
.sf-nav-list a { font-size: 1rem; line-height: 1.4; font-weight: 700; text-decoration: none; white-space: nowrap; }
.sf-nav-list a:hover, .sf-nav-list a[aria-current="page"], .sf-footer-links a:hover { color: var(--brand); }
.sf-nav-services { position: relative; }
.sf-nav-services-top { display: flex; align-items: center; gap: 2px; }
.sf-services-toggle { display: grid; place-items: center; width: 24px; height: 30px; padding: 0; border: 0; background: none; color: var(--brand); cursor: pointer; }
.sf-services-toggle span { display: block; font-size: 1.4rem; line-height: 1; transform: translateY(-3px); transition: transform .2s; }
.sf-nav-services.is-open .sf-services-toggle span { transform: translateY(2px) rotate(180deg); }
.sf-services-submenu { display: none; position: absolute; top: 100%; left: -150px; z-index: 25; width: 520px; margin: 0; padding: 16px; list-style: none; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 8px; background: #fff; border: 1px solid #dbe8ed; box-shadow: 0 20px 35px #142e3b22; }
.sf-nav-services.is-open .sf-services-submenu { display: grid; }
.sf-nav-list .sf-services-submenu a { display: block; padding: 9px 10px; font-size: .8rem; font-weight: 600; white-space: normal; }
.sf-services-submenu a:hover, .sf-services-submenu a:focus-visible { background: #e9f4f7; }
.sf-services-submenu li:first-child { grid-column: 1 / -1; margin-bottom: 5px; border-bottom: 1px solid #dbe8ed; }
.sf-nav-list .sf-services-submenu li:first-child a { color: var(--brand); font-weight: 800; }
.sf-header-cta, .sf-button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 48px; padding: 12px 22px; border: 0; border-radius: 4px; font-weight: 700; font-size: .84rem; text-decoration: none; cursor: pointer; }
.sf-header-cta, .sf-button--dark { color: white; background: var(--navy); }
.sf-button--primary { color: white; background: var(--brand); }
.sf-header-cta:hover, .sf-button:hover { filter: brightness(1.12); }
.sf-menu-toggle { display: none; background: none; border: 0; color: var(--ink); cursor: pointer; }
.sf-menu-toggle-lines { display: grid; gap: 5px; width: 24px; }
.sf-menu-toggle-lines i { display: block; height: 2px; background: currentColor; }
.sf-eyebrow { display: flex; align-items: center; gap: 11px; color: var(--brand); text-transform: uppercase; font-size: .68rem; font-weight: 800; letter-spacing: .18em; }
.sf-eyebrow > span { width: 24px; height: 1px; background: currentColor; }
.sf-eyebrow--light { color: #7bd0e3; }
.sf-text-link { display: inline-flex; align-items: center; gap: 14px; font-weight: 700; font-size: .86rem; text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: 6px; }
.sf-text-link:hover { color: var(--brand); }

.sf-hero { min-height: 690px; position: relative; isolation: isolate; overflow: hidden; color: white; background: #075471; }
.sf-hero-slides { position: absolute; inset: 0; }
.sf-hero-slide { position: absolute; inset: 0; overflow: hidden; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .7s ease, visibility .7s ease; }
.sf-hero-slide.is-active { z-index: 1; opacity: 1; visibility: visible; pointer-events: auto; }
.sf-hero-image, .sf-hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.sf-hero-image { object-fit: cover; object-position: center 56%; }
.sf-hero-overlay { background: linear-gradient(90deg, rgb(0 45 63 / 88%) 0%, rgb(0 63 83 / 78%) 36%, rgb(0 73 93 / 39%) 72%, rgb(0 73 93 / 12%) 100%), linear-gradient(0deg, rgb(0 49 69 / 52%) 0%, transparent 33%); }
.sf-hero-inner { position: relative; z-index: 1; display: flex; align-items: center; width: min(1240px, calc(100% - 48px)); min-height: 610px; margin: auto; }
.sf-hero-copy { max-width: 650px; padding: 100px 0 120px; }
.sf-hero-eyebrow { color: #a8edf7; }
.sf-hero h1 { max-width: 700px; font-size: clamp(3.8rem, 6.8vw, 6.6rem); margin: 28px 0; line-height: .98; }
.sf-hero h1 em { color: #a8edf7; }
.sf-hero-text { max-width: 530px; color: #f1f8fa; font-size: 1.1rem; }
.sf-hero-slide .sf-button--primary { margin-top: 16px; background: #0089B1; }
.sf-carousel-controls { position: absolute; z-index: 3; right: max(24px, calc((100% - 1240px) / 2)); bottom: 96px; display: flex; align-items: center; gap: 13px; }
.sf-carousel-arrow { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid #ffffffa0; border-radius: 50%; color: #fff; background: #003d56a8; font-size: 1.15rem; cursor: pointer; transition: background .2s, border-color .2s; }
.sf-carousel-arrow:hover { border-color: white; background: #0089B1; }
.sf-carousel-dots { display: flex; align-items: center; gap: 8px; }
.sf-carousel-dot { width: 9px; height: 9px; padding: 0; border: 0; border-radius: 50px; background: #ffffffa0; cursor: pointer; transition: width .25s ease, background .25s ease; }
.sf-carousel-dot.is-active { width: 27px; background: #fff; }
.sf-carousel-dot:focus-visible, .sf-carousel-arrow:focus-visible { outline: 3px solid #fff; outline-offset: 4px; }
.sf-hero-bottom { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; display: flex; justify-content: space-between; width: min(1240px, calc(100% - 48px)); margin: auto; padding: 16px 0; border-top: 1px solid #ffffff50; text-transform: uppercase; font-size: .64rem; font-weight: 700; letter-spacing: .16em; }
.sf-trust-strip { padding: 27px max(24px, calc((100% - 1240px) / 2)); background: var(--sand); }
.sf-trust-strip > p { font-size: .63rem; font-weight: 800; letter-spacing: .15em; margin: 0 0 12px; }
.sf-trust-items { display: flex; gap: 10px; flex-wrap: wrap; }
.sf-trust-items span { padding: 7px 12px; border: 1px solid #bed8e1; border-radius: 50px; font-size: .72rem; white-space: nowrap; }
.sf-section { width: min(1240px, calc(100% - 48px)); margin: auto; padding-block: 80px; }
.sf-intro { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 60px; }
.sf-section h2, .sf-experiences h2, .sf-how-it-works h2, .sf-enquire h2 { font-size: clamp(2.65rem, 4.4vw, 4.7rem); margin: 22px 0 0; }
.sf-intro-copy { max-width: 380px; color: var(--muted); }
.sf-intro-copy .sf-text-link { margin-top: 14px; color: var(--ink); }
.sf-services-grid { width: min(1240px, calc(100% - 48px)); margin: 0 auto 80px; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.sf-service-card { min-height: 210px; display: flex; flex-direction: column; position: relative; padding: 20px; background: #fff; border: 1px solid #dbe8ed; transition: transform .2s, box-shadow .2s; }
.sf-service-card:hover { transform: translateY(-4px); box-shadow: 0 14px 35px #182a381a; }
.sf-card-index { font-size: .59rem; letter-spacing: .1em; font-weight: 800; color: var(--brand); }
.sf-service-icon { font-size: 2rem; margin: 15px 0 9px; line-height: 1; color: var(--brand); }
.sf-service-card h3 { margin-bottom: 10px; font-size: 1.14rem; }
.sf-service-card p { font-size: .77rem; line-height: 1.55; color: var(--muted); }
.sf-service-card > a { margin-top: auto; align-self: flex-end; display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid #bed8e1; border-radius: 50%; text-decoration: none; }
.sf-experiences { padding: 74px max(24px, calc((100% - 1240px) / 2)); background: #e8f4f7; color: var(--ink); }
.sf-experiences-top { display: flex; justify-content: space-between; align-items: end; gap: 42px; margin-bottom: 34px; }
.sf-experiences-top > p { max-width: 350px; color: var(--muted); }
.sf-destination-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.sf-destination { display: flex; flex-direction: column; position: relative; isolation: isolate; overflow: hidden; min-height: 340px; padding: 22px; color: white; background: linear-gradient(145deg, #54a8c0, #23647d 58%, #12394e); text-decoration: none; }
.sf-destination--abudhabi { background: linear-gradient(145deg, #a1d6e2, #498ba0 56%, #17465a); }
.sf-destination--sharjah { background: linear-gradient(145deg, #65b9cb, #31788f 56%, #163f52); }
.sf-destination--desert { background: linear-gradient(145deg, #8bcddd, #2e7893 52%, #14394f); }
.sf-destination::before { content: ""; position: absolute; z-index: -1; inset: 32% -30% -50%; border-radius: 50% 50% 0 0; background: #192f40a0; transform: rotate(-13deg); }
.sf-destination-number { font-size: .66rem; font-weight: 800; letter-spacing: .12em; }
.sf-destination-caption { display: flex; flex-direction: column; margin-top: auto; }
.sf-destination-caption small { font-size: .56rem; font-weight: 800; letter-spacing: .13em; }
.sf-destination-caption strong { margin: 8px 0 4px; font-size: 1.85rem; line-height: 1; }
.sf-destination-caption > span { font-size: .75rem; }
.sf-destination-arrow { position: absolute; bottom: 22px; right: 22px; }
.sf-how-it-works { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.sf-how-art { aspect-ratio: 1; position: relative; display: grid; place-items: center; border-radius: 50%; background: radial-gradient(circle, #b9e5ee, #e3f2f5 60%, #f4f8f9); overflow: hidden; }
.sf-orbit { position: absolute; width: 75%; aspect-ratio: 1; border: 1px solid #5d9daf; border-radius: 50%; }
.sf-orbit--two { width: 50%; }
.sf-orbit-center { display: grid; place-items: center; width: 80px; aspect-ratio: 1; border-radius: 50%; background: var(--brand); color: white; font-size: 2.5rem; }
.sf-orbit-point { position: absolute; width: 11px; height: 11px; border-radius: 50%; background: var(--brand); top: 16%; left: 40%; }
.sf-orbit-point--two { top: 70%; left: 18%; }
.sf-orbit-point--three { top: 60%; left: 75%; }
.sf-how-copy > p:not(.sf-eyebrow) { max-width: 450px; margin: 28px 0; color: var(--muted); }
.sf-enquire { display: grid; grid-template-columns: .85fr 1.15fr; gap: 60px; padding: 80px max(24px, calc((100% - 1240px) / 2)); background: #0089B1; color: white; }
.sf-enquire-heading > p:not(.sf-eyebrow), .sf-enquire-contact > p { color: #c5d2d4; }
.sf-enquire-heading > p:not(.sf-eyebrow) { margin-top: 28px; }
.sf-enquire-contact { display: flex; flex-direction: column; align-items: start; gap: 14px; margin-top: 38px; }
.sf-enquire-contact a { display: flex; flex-direction: column; text-decoration: none; font-weight: 700; overflow-wrap: anywhere; }
.sf-enquire-contact a span { font-size: .58rem; letter-spacing: .14em; color: #8bd8e8; }
.sf-enquire-contact p { margin-top: 8px; }
.sf-enquire-form-wrap { padding: 38px; background: #fff; color: var(--ink); border-radius: 6px; }
.sf-enquiry-form { display: grid; gap: 22px; }
.sf-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.sf-enquiry-form label { display: grid; gap: 7px; font-size: .78rem; font-weight: 700; }
.sf-enquiry-form input, .sf-enquiry-form textarea, .sf-enquiry-form select { display: block; width: 100%; padding: 12px 14px; border: 1px solid #d8d4c9; border-radius: 3px; background: white; color: var(--ink); font-size: .9rem; }
.sf-enquiry-form textarea { resize: vertical; }
.sf-enquiry-form .sf-honeypot { position: absolute; left: -9999px; }
.sf-enquiry-form .sf-button { justify-self: start; }
.sf-form-fineprint { margin: -5px 0 0; color: var(--muted); font-size: .72rem; }
.sf-form-notice { padding: 14px 17px; border-radius: 4px; background: #e3f3e9; color: #19542e; }
.sf-form-notice--error { background: #fde8e8; color: #8a2525; }
.sf-site-footer { padding: 58px max(24px, calc((100% - 1240px) / 2)) 0; background: #075471; color: #fff; }
.sf-footer-main { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 52px; padding-bottom: 56px; }
.sf-footer-brand p { max-width: 260px; margin: 20px 0 0; color: #afc0c8; font-size: .85rem; }
.sf-footer-links { display: flex; flex-direction: column; align-items: start; gap: 10px; }
.sf-footer-links h2 { font-size: .72rem; text-transform: uppercase; letter-spacing: .14em; color: #8bd8e8; margin: 0 0 10px; }
.sf-footer-links a, .sf-footer-links span { font-size: .82rem; text-decoration: none; color: #c5d2d4; overflow-wrap: anywhere; }
.sf-footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; padding: 22px 0; border-top: 1px solid #ffffff33; font-size: .72rem; color: #afc0c8; }
.sf-footer-bottom p { margin: 0; }
.sf-content-page { min-height: 60vh; }
.sf-page-heading { padding: 64px max(24px, calc((100% - 900px) / 2)) 50px; background: #e4f1f4; }
.sf-page-heading h1 { margin: 20px 0; font-size: clamp(3.2rem, 6vw, 6rem); }
.sf-page-lede { max-width: 690px; font-size: 1.2rem; }
.sf-page-content { width: min(900px, calc(100% - 48px)); margin: 48px auto; font-size: 1.08rem; }
.sf-page-content h2 { margin-top: 32px; font-size: 2.2rem; }
.sf-page-content li { padding: 5px 0; }
.sf-about-contact { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding: 40px max(24px, calc((100% - 900px) / 2)); background: #e4f1f4; }
.sf-about-contact h2 { font-size: clamp(2rem, 3vw, 3rem); margin: 12px 0 0; }
.sf-services-page-grid { margin-top: 34px; }
.sf-services-page-grid .sf-service-card h2 { margin: 0 0 10px; font-size: 1.25rem; }
.sf-services-page-grid .sf-service-icon { font: 700 1rem/1 "Plus Jakarta Sans", Arial, sans-serif; margin: 15px 0 9px; color: #0089B1; }
.sf-service-details { width: min(1240px, calc(100% - 48px)); margin: 0 auto 80px; scroll-margin-top: 24px; }
.sf-service-details-heading { max-width: 760px; margin-bottom: 28px; }
.sf-service-details-heading h2 { margin: 18px 0 12px; font-size: clamp(2.3rem, 4vw, 3.7rem); }
.sf-service-details-heading > p:last-child { color: var(--muted); }
.sf-service-details-list { display: grid; gap: 12px; }
.sf-service-detail { display: grid; grid-template-columns: minmax(175px, .55fr) minmax(0, 1.45fr); gap: 24px; padding: 24px; border: 1px solid #dbe8ed; background: #fff; scroll-margin-top: 24px; }
.sf-service-detail-heading h3 { margin: 12px 0 0; font-size: 1.65rem; }
.sf-service-detail-copy { color: var(--muted); font-size: .9rem; }
.sf-service-detail-copy p { margin-bottom: 14px; }
.sf-service-detail-copy strong { color: var(--ink); }
.sf-service-detail-copy .sf-service-link { display: inline-flex; }
.sf-service-reference a { color: #00769a; }
.sf-service-link { align-self: flex-start; margin-top: auto; padding-top: 10px; color: #00769a; font-size: .82rem; font-weight: 700; text-decoration: none; }
.sf-services-page-grid .sf-service-card > a { display: inline-flex; align-items: center; width: auto; height: auto; align-self: flex-start; border: 0; border-radius: 0; }
.sf-service-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.sf-topic-page .sf-page-content { min-height: 220px; }
.sf-contact-content { display: grid; grid-template-columns: .75fr 1.25fr; align-items: start; gap: 52px; width: min(1240px, calc(100% - 48px)); margin: 50px auto 76px; }
.sf-contact-details h2 { margin: 18px 0 35px; font-size: clamp(2.25rem, 4vw, 3.6rem); }
.sf-contact-details > a { display: flex; flex-direction: column; width: fit-content; gap: 4px; margin: 0 0 22px; text-decoration: none; font-size: 1.06rem; font-weight: 700; }
.sf-contact-details > a:hover { color: #00769a; }
.sf-contact-details > a small { color: #0089B1; font-size: .62rem; letter-spacing: .14em; }
.sf-contact-hours { color: var(--muted); font-size: .92rem; }
.sf-blog-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; width: min(1240px, calc(100% - 48px)); margin: 50px auto 76px; }
.sf-blog-card { display: flex; flex-direction: column; padding: 24px; border: 1px solid #dbe8ed; background: white; }
.sf-blog-image { display: block; margin: -24px -24px 22px; aspect-ratio: 16 / 10; overflow: hidden; background: #e6f2f6; }
.sf-blog-image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.sf-blog-meta { color: #0089B1; font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.sf-blog-card h2 { margin: 12px 0; font-size: 1.55rem; }
.sf-blog-card h2 a { text-decoration: none; }
.sf-blog-card > p { color: var(--muted); font-size: .9rem; }
.sf-blog-card .sf-text-link { align-self: start; margin-top: auto; color: #00769a; }
.sf-blog-empty { grid-column: 1 / -1; padding: 52px; text-align: center; background: #e8f4f7; }
.sf-blog-empty p { margin: 0; color: var(--muted); }
.sf-blog-list > nav { grid-column: 1 / -1; }
.sf-home-contact { padding: 64px 24px; text-align: center; color: white; background: #0089B1; }
.sf-home-contact > * { margin-inline: auto; }
.sf-home-contact h2 { margin: 18px 0 28px; font-size: clamp(2.4rem, 4.5vw, 4rem); }
.sf-home-contact .sf-button { background: white; color: #00627f; }
.sf-footer-address { padding: 22px 0 18px; border-top: 1px solid #ffffff45; color: #e5f2f5; font-size: .82rem; }
.sf-footer-address p { margin: 0; }
.sf-footer-address strong { color: #fff; }
.sf-footer-brand .sf-logo-image { padding: 7px; border-radius: 3px; background: #fff; }
.sf-blog-page .sf-page-heading .sf-page-lede p { margin-bottom: 0; }
@media (max-width: 1050px) {
  .sf-nav-list { gap: 12px; }
  .sf-nav-list a { font-size: .94rem; }
  .sf-services-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .sf-destination-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sf-enquire { gap: 40px; }
  .sf-contact-content { gap: 40px; }
  .sf-blog-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 780px) {
  .sf-header-inner { min-height: 70px; }
  .sf-logo-image, .sf-brand .custom-logo { width: 160px; }
  .sf-menu-toggle { display: flex; align-items: center; gap: 10px; }
  .sf-primary-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; padding: 24px; background: #fff; border-bottom: 1px solid #dbe8ed; box-shadow: 0 14px 24px #10263722; }
  .sf-primary-nav.is-open { display: flex; align-items: stretch; flex-direction: column; gap: 24px; max-height: calc(100dvh - 70px); overflow-y: auto; }
  .sf-nav-list { align-items: stretch; flex-direction: column; gap: 4px; }
  .sf-nav-list a { display: block; padding: 8px 0; font-size: 1.125rem; }
  .sf-nav-services-top { justify-content: space-between; }
  .sf-services-toggle { width: 44px; height: 40px; }
  .sf-services-submenu { position: static; width: auto; grid-template-columns: 1fr; margin-left: 12px; padding: 4px 0 10px; border: 0; box-shadow: none; }
  .sf-services-submenu li:first-child { grid-column: auto; }
  .sf-nav-list .sf-services-submenu a { font-size: .9rem; padding: 8px 5px; }
  .sf-hero { min-height: 700px; }
  .sf-hero-inner { min-height: 620px; }
  .sf-hero-copy { max-width: 560px; padding: 65px 0 130px; }
  .sf-hero h1 { font-size: clamp(3.2rem, 11vw, 5rem); }
  .sf-hero-image { object-position: 58% center; }
  .sf-hero-overlay { background: linear-gradient(90deg, rgb(0 45 63 / 84%) 0%, rgb(0 63 83 / 66%) 62%, rgb(0 73 93 / 35%) 100%), linear-gradient(0deg, rgb(0 49 69 / 48%) 0%, transparent 45%); }
  .sf-carousel-controls { right: 18px; bottom: 78px; left: 18px; justify-content: space-between; }
  .sf-carousel-dots { gap: 7px; }
  .sf-carousel-arrow { width: 40px; height: 40px; }
  .sf-hero-bottom span:last-child { display: none; }
  .sf-section { padding-block: 58px; }
  .sf-intro, .sf-how-it-works, .sf-enquire { grid-template-columns: 1fr; gap: 28px; }
  .sf-contact-content { grid-template-columns: 1fr; gap: 28px; margin-block: 36px 56px; }
  .sf-blog-list { grid-template-columns: 1fr; width: calc(100% - 36px); margin-block: 36px 56px; }
  .sf-services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-bottom: 56px; }
  .sf-experiences { padding-block: 58px; }
  .sf-experiences-top { display: block; margin-bottom: 28px; }
  .sf-how-art { max-width: 400px; width: 100%; margin: auto; }
  .sf-enquire { padding-block: 58px; }
  .sf-page-heading { padding: 50px 18px 38px; }
  .sf-page-content { width: calc(100% - 36px); margin-block: 36px; }
  .sf-about-contact { gap: 22px; padding: 32px 18px; }
  .sf-services-page-grid { margin-top: 24px; }
  .sf-service-details { width: calc(100% - 36px); margin-bottom: 56px; }
  .sf-service-details-heading { margin-bottom: 20px; }
  .sf-service-detail { grid-template-columns: 1fr; gap: 12px; padding: 20px; }
  .sf-footer-main { grid-template-columns: 1fr 1fr; gap: 32px; padding-bottom: 46px; }
  .sf-footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 470px) {
  .sf-header-inner, .sf-hero-inner, .sf-hero-bottom, .sf-section, .sf-services-grid { width: calc(100% - 36px); }
  .sf-hero h1 { font-size: 3.25rem; }
  .sf-hero-bottom { width: calc(100% - 36px); }
  .sf-hero-actions { gap: 20px; }
  .sf-services-grid, .sf-destination-grid, .sf-form-row { grid-template-columns: 1fr; }
  .sf-service-card { min-height: 190px; }
  .sf-destination { min-height: 260px; }
  .sf-enquire-form-wrap { padding: 22px; }
  .sf-footer-main { grid-template-columns: 1fr; }
  .sf-footer-brand { grid-column: auto; }
  .sf-footer-address { padding-block: 20px; }
  .sf-about-contact { align-items: start; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  .sf-hero-slide, .sf-carousel-dot, .sf-carousel-arrow { transition: none; }
}