/**
 * Begins Group — Premium Aviation
 * Brand CSS v4.0 — Final visual alignment
 * Referencia: mockup dark luxury aviation
 */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500&family=Montserrat:wght@300;400;500;600;700&display=swap');

:root {
  --bg:          #0a0a0a;
  --bg-2:        #111111;
  --bg-3:        #181818;
  --border:      rgba(255,255,255,0.06);
  --silver:      #9ea8b2;
  --silver-dim:  rgba(158,168,178,0.15);
  --silver-bord: rgba(158,168,178,0.2);
  --white:       #ffffff;
  --cream:       #e8e4de;
  --muted:       #4a4a4a;
  --muted-2:     #666;
  --disp:        'Cormorant Garamond', serif;
  --body:        'Montserrat', 'Satoshi-Variable', sans-serif;
}

/* ═══ GLOBAL GREEN PURGE ═══════════════════════════════════════════════════ */
/* Every #14cf93 / #caff33 instance replaced with silver or white */
.main-color   { color: var(--silver) !important; }
.main-colorbg { background: var(--silver) !important; }
.main-color2  { color: var(--silver) !important; }
.main-bg      { background: var(--bg)   !important; }
.sub-bg       { background: var(--bg-2) !important; }
.sub-bg2      { background: var(--bg-3) !important; }

/* Butn — ALL hover states: silver, never green */
.butn { font-family: var(--body) !important; font-size: 10px !important; letter-spacing: 0.22em !important; font-weight: 600 !important; text-transform: uppercase !important; }
.butn.butn-bg { background: var(--silver) !important; border-color: var(--silver) !important; color: var(--bg) !important; }
.butn.butn-bg:hover { background: transparent !important; border-color: var(--silver) !important; color: var(--silver) !important; }
.butn.butn-bg:hover span { color: var(--silver) !important; }
.butn.butn-bord-thin { border-color: var(--silver-bord) !important; color: var(--silver) !important; background: transparent; }
.butn.butn-bord-thin:hover { background: var(--silver) !important; color: var(--bg) !important; border-color: var(--silver) !important; }
.butn.butn-bord-thin:hover span { color: var(--bg) !important; }
.butn.butn-bord { border-color: rgba(255,255,255,0.14) !important; color: #fff !important; background: transparent; }
.butn.butn-bord:hover { background: rgba(255,255,255,0.07) !important; border-color: rgba(255,255,255,0.35) !important; }
/* Nuke green on btn-circle, tags, misc */
.btn-circle:hover { border-color: var(--silver) !important; }
.btn-circle:hover:after { background: var(--silver) !important; }
.blog-list-half .item .cont .tags a:hover { background: var(--silver) !important; }

/* Swiper pagination */
.swiper-pagination-bullet-active { background: var(--silver) !important; }
/* Stars */
.rate.main-color i, .rate-stars .rate i { color: var(--silver) !important; }

/* go-more */
.go-more .text, .go-more .icon { color: var(--silver) !important; }

/* Swiper nav arrows */
.swiper-arrow-control .swiper-button-prev,
.swiper-arrow-control .swiper-button-next { color: var(--silver) !important; border-color: var(--silver-bord) !important; }
.swiper-arrow-control .swiper-button-prev:hover,
.swiper-arrow-control .swiper-button-next:hover { background: var(--silver) !important; color: var(--bg) !important; }

/* ═══ BASE ═════════════════════════════════════════════════════════════════ */
body { background: var(--bg) !important; font-family: var(--body) !important; color: var(--cream); overflow-x: hidden !important; }
h1, h2, h3, .slider .caption h1, .slider .caption h2, .about-crev h2,
.sec-head h2, .modern-footer .call-action h2 { font-family: var(--disp) !important; }
p { font-weight: 300; line-height: 1.9; color: var(--muted-2); }
strong { color: #ccc; font-weight: 400; }
img { display: block; max-width: 100%; }
body { overflow-x: hidden !important; }

/* ═══ LOADER ════════════════════════════════════════════════════════════════ */
.loader-wrap { background: var(--bg); z-index: 999999999 !important; }
.loader-wrap svg { fill: var(--bg) !important; }
.loader-wrap .load-text { font-family: var(--body) !important; letter-spacing: 10px !important; font-size: 14px !important; }

/* ═══ CURSOR ════════════════════════════════════════════════════════════════ */
.cursor { background-color: #fff !important; mix-blend-mode: difference !important; }
.progress-wrap svg.progress-circle path { stroke: var(--silver) !important; }

/* ═══ NAVBAR ════════════════════════════════════════════════════════════════ */
.navbar { transition: all 0.5s ease; }
.navbar.nav-scroll { background: rgba(10,10,10,0.96) !important; backdrop-filter: blur(30px) !important; -webkit-backdrop-filter: blur(30px) !important; border-bottom: 1px solid var(--border) !important; }
.navbar .logo img { max-height: 68px !important; width: auto !important; }
.navbar .nav-link { font-family: var(--body) !important; font-size: 10px !important; font-weight: 500 !important; letter-spacing: 0.18em !important; text-transform: uppercase !important; color: rgba(255,255,255,0.65) !important; transition: color 0.3s !important; }
.navbar .nav-link:hover, .navbar .nav-link.active { color: #fff !important; }
.navbar .dropdown-menu { background: #0d0d0d !important; border: 1px solid var(--border) !important; border-radius: 0 !important; box-shadow: 0 32px 80px rgba(0,0,0,0.8) !important; }
.navbar .dropdown-item { font-family: var(--body) !important; font-size: 11px !important; font-weight: 400 !important; letter-spacing: 0.1em !important; color: #555 !important; padding: 10px 24px !important; transition: color 0.2s !important; }
.navbar .dropdown-item:hover { color: #fff !important; background: transparent !important; }
.navbar .navbar-toggler { border: 1px solid var(--border); padding: 8px 12px; border-radius: 0; }
.navbar .icon-bar { display: block; width: 22px; height: 1px; background: #fff; margin: 5px 0; }
.navbar-collapse.show { background: rgba(10,10,10,0.98); padding: 24px; }

/* ═══ MARQUEE — HIDDEN ══════════════════════════════════════════════════════ */
.marquee-skew { display: none !important; }

/* ═══ HERO SLIDER ═══════════════════════════════════════════════════════════ */
.slider.slider-prlx { height: 100vh !important; min-height: 700px; }
.slider.slider-prlx .swiper-slide { height: 100vh !important; }
.slider.slider-prlx .caption h2 { font-family: var(--body) !important; font-size: 10px !important; letter-spacing: 0.45em !important; font-weight: 600 !important; color: var(--silver) !important; text-transform: uppercase; margin-bottom: 24px; }
.slider.slider-prlx .caption h1 { font-family: var(--disp) !important; font-size: clamp(52px, 7.5vw, 110px) !important; font-weight: 300 !important; line-height: 0.92 !important; letter-spacing: -0.01em; color: #fff; }
.slider.slider-prlx .caption h1 em { font-style: italic; opacity: 0.72; }
.slider.slider-prlx .caption p { font-size: 13px !important; font-weight: 300 !important; color: #888 !important; line-height: 1.9 !important; }
.slider-contro { background: var(--bg) !important; }
.slider-contro .shap-left-bottom path, .slider-contro .shap-right-top path { fill: var(--bg) !important; }

/* ═══ SEC-HEAD ══════════════════════════════════════════════════════════════ */
.sec-head h6.sub-title { font-family: var(--body) !important; font-size: 9px !important; letter-spacing: 0.38em !important; font-weight: 600 !important; color: var(--silver) !important; }
.sec-head h2 { font-family: var(--disp) !important; font-weight: 300 !important; }
.sec-head h2 .fw-200 { font-style: italic !important; font-weight: 300 !important; }
.bord-thin-top, .bord-thin-bottom, .bord-left { border-color: var(--border) !important; }

/* ═══ STATS BAR (mockup style) ════════════════════════════════════════════ */
.begins-stats {
  background: var(--bg-2);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 0;
}
.begins-stats-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.begins-stat-item {
  padding: 40px 32px;
  border-right: 1px solid var(--border);
  display: flex;
  align-items: center;
  gap: 20px;
}
.begins-stat-item:last-child { border-right: none; }
.begins-stat-icon {
  flex-shrink: 0;
  width: 44px; height: 44px;
  display: flex; align-items: center; justify-content: center;
}
.begins-stat-icon svg {
  width: 36px; height: 36px;
  stroke: rgba(158,168,178,0.5);
  fill: none; stroke-width: 1;
  stroke-linecap: round; stroke-linejoin: round;
}
.begins-stat-text {}
.begins-stat-num {
  font-family: var(--disp);
  font-size: 38px; font-weight: 300;
  color: #fff; line-height: 1;
  letter-spacing: -0.02em;
}
.begins-stat-label {
  font-family: var(--body);
  font-size: 9px; font-weight: 600;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: #333; margin-top: 6px;
}

/* ═══ SERVICES PHOTO-CARD GRID (mockup style) ══════════════════════════════ */
.begins-services-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  min-height: 420px;
  overflow: hidden;
}
.begins-svc-card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  min-height: 380px;
}
.begins-svc-card .card-img {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.6s ease;
  filter: brightness(0.45) grayscale(0.2);
}
.begins-svc-card:hover .card-img {
  transform: scale(1.06);
  filter: brightness(0.6) grayscale(0);
}
.begins-svc-card .card-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(10,10,10,0.95) 0%, rgba(10,10,10,0.4) 50%, transparent 100%);
  transition: background 0.5s ease;
}
.begins-svc-card:hover .card-overlay {
  background: linear-gradient(to top, rgba(10,10,10,0.98) 0%, rgba(10,10,10,0.6) 60%, rgba(10,10,10,0.1) 100%);
}
.begins-svc-card .card-content {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 24px 20px;
  z-index: 2;
}
.begins-svc-card .card-icon {
  width: 36px; height: 36px;
  margin-bottom: 14px;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid rgba(158,168,178,0.3);
  padding: 8px;
  transition: border-color 0.35s ease;
}
.begins-svc-card .card-icon svg {
  width: 18px; height: 18px;
  stroke: rgba(158,168,178,0.7); fill: none;
  stroke-width: 1.2; stroke-linecap: round; stroke-linejoin: round;
  transition: stroke 0.35s ease;
}
.begins-svc-card:hover .card-icon { border-color: rgba(158,168,178,0.6); }
.begins-svc-card:hover .card-icon svg { stroke: var(--silver); }
.begins-svc-card .card-title {
  font-family: var(--body);
  font-size: 11px; font-weight: 600; letter-spacing: 0.12em;
  text-transform: uppercase; color: #fff;
  margin-bottom: 8px;
}
.begins-svc-card .card-desc {
  font-size: 11px; font-weight: 300; color: rgba(255,255,255,0.55);
  line-height: 1.6; margin-bottom: 14px;
  opacity: 0; transform: translateY(8px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.begins-svc-card:hover .card-desc { opacity: 1; transform: translateY(0); }
.begins-svc-card .card-link {
  font-family: var(--body); font-size: 9px; font-weight: 600;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--silver); display: inline-flex; align-items: center; gap: 6px;
  opacity: 0; transform: translateY(6px);
  transition: opacity 0.4s ease 0.05s, transform 0.4s ease 0.05s, color 0.3s;
}
.begins-svc-card:hover .card-link { opacity: 1; transform: translateY(0); }
.begins-svc-card .card-link:hover { color: #fff; }
.begins-svc-card .card-link::after {
  content: '→'; font-family: var(--body);
}
/* Vertical dividers between cards */
.begins-svc-card + .begins-svc-card { border-left: 1px solid rgba(255,255,255,0.04); }

/* ═══ ABOUT-CREV ════════════════════════════════════════════════════════════ */
.about-crev { background: var(--bg-2); overflow: hidden; }
.about-crev .mz-shap path { fill: var(--bg-2) !important; }
.about-crev .content h2 { font-size: clamp(32px, 4vw, 54px) !important; font-weight: 300 !important; line-height: 1.1 !important; }
.about-crev .content h2 .fw-200 { font-style: italic !important; }
.about-crev .content p { font-size: 14px; font-weight: 300; color: var(--muted-2); line-height: 2; }
.about-crev .img img { filter: brightness(0.8) grayscale(0.1) contrast(1.05); }

/* ═══ NUMBERS (Infolio native) ══════════════════════════════════════════════ */
.numbers { background: var(--bg-2) !important; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.numbers .item h2 { font-family: var(--disp) !important; font-weight: 300 !important; }
.numbers .item h2 span { color: var(--silver) !important; }
.numbers .item .sub-title { font-family: var(--body) !important; letter-spacing: 0.15em !important; font-size: 10px !important; color: #333 !important; }

/* ═══ WORK CAROUSEL ═════════════════════════════════════════════════════════ */
.work-crus5 .item .img img { filter: brightness(0.62) grayscale(0.25); transition: all 0.7s cubic-bezier(0.25,0.46,0.45,0.94); width: 100%; object-fit: cover; }
.work-crus5 .item:hover .img img { filter: brightness(0.88) grayscale(0); }
.work-crus5 .item .img .cont { background: linear-gradient(to top, rgba(10,10,10,0.92), transparent) !important; }
.work-crus5 .item .img .cont span { color: var(--silver) !important; font-family: var(--body) !important; font-size: 9px !important; letter-spacing: 0.25em !important; font-weight: 600 !important; }
.work-crus5 .item .img .cont h6 { font-family: var(--disp) !important; font-size: 20px !important; font-weight: 300 !important; }

/* ═══ SERVICES-TAB ══════════════════════════════════════════════════════════ */
.services-tab { background: var(--bg); }
.serv-tab-cont .tab-content .cont { background: var(--bg-2) !important; }
.serv-tab-cont .tab-content .img { overflow: hidden; }
.serv-tab-cont .tab-content .img img { width: 100%; height: 420px; object-fit: cover; object-position: center; filter: brightness(0.82) grayscale(0.1); display: block; }
.serv-tab-link .item { border-bottom: 1px solid var(--border) !important; padding: 22px 0 !important; transition: all 0.3s; }
.serv-tab-link .item h5 { font-family: var(--disp) !important; font-size: 22px !important; font-weight: 400 !important; color: #2e2e2e; transition: color 0.3s; }
.serv-tab-link .item.current h5 { color: #fff !important; }
.serv-tab-link .item.current { border-bottom-color: var(--silver) !important; }
.serv-tab-link .item .num { color: var(--silver) !important; font-family: var(--body) !important; font-size: 11px !important; letter-spacing: 0.2em; }

/* ═══ TESTIMONIALS — HIDDEN ════════════════════════════════════════════════ */
.testimonials-crev { display: none !important; }

/* ═══ FOOTER ════════════════════════════════════════════════════════════════ */
.modern-footer { background: var(--bg-2); }
.modern-footer .logo img { max-height: 64px !important; width: auto !important; }
.modern-footer .call-action h2 { font-family: var(--disp) !important; font-size: clamp(32px, 4.5vw, 64px) !important; font-weight: 300 !important; line-height: 1.1 !important; }
.modern-footer .call-action h2 a { color: var(--silver) !important; }
.modern-footer .call-action h2 a:hover { color: #fff !important; }
.modern-footer .subscribe-minimal .form-group button { background: var(--silver) !important; color: var(--bg) !important; }
.modern-footer .sub-bg { background: #070707 !important; }
.modern-footer ul a { font-weight: 300; color: #333; transition: color 0.25s; font-size: 12px; }
.modern-footer ul a:hover { color: var(--silver) !important; }
.modern-footer .sub-title { font-family: var(--body) !important; font-size: 9px !important; letter-spacing: 0.28em !important; font-weight: 600 !important; color: #1e1e1e !important; text-transform: uppercase; }
.modern-footer .sub-bg p { color: #252525 !important; font-size: 11px !important; letter-spacing: 0.06em !important; }
/* Offices block */
.begins-offices { padding: 20px 0 0; }
.begins-office-item { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.04); }
.begins-office-item:last-child { border-bottom: none; }
.begins-office-label { font-family: var(--body); font-size: 8px; letter-spacing: 0.25em; text-transform: uppercase; color: #2a2a2a; font-weight: 600; }
.begins-office-city { font-family: var(--body); font-size: 12px; font-weight: 300; color: #3e3e3e; margin-top: 2px; }

/* ═══ LINE OVERLAY ══════════════════════════════════════════════════════════ */
.line-overlay path { stroke: rgba(158,168,178,0.04) !important; }

/* ═══ PAGE HERO (inner pages) ══════════════════════════════════════════════ */
.page-hero { height: 70vh; min-height: 520px; position: relative; display: flex; align-items: flex-end; overflow: hidden; }
.page-hero .bg-img { position: absolute; inset: 0; }
.page-hero .hero-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(10,10,10,0.18) 0%, rgba(10,10,10,0.65) 55%, rgba(10,10,10,1) 100%); z-index: 2; }
.page-hero .hero-content { position: relative; z-index: 3; padding: 0 0 80px; }
.page-hero .hero-eyebrow { font-family: var(--body); font-size: 9px; font-weight: 600; letter-spacing: 0.4em; text-transform: uppercase; color: var(--silver); margin-bottom: 20px; display: flex; align-items: center; gap: 14px; }
.page-hero .hero-eyebrow::before { content: ''; width: 28px; height: 1px; background: var(--silver); }
.page-hero h1 { font-family: var(--disp) !important; font-size: clamp(42px, 6.5vw, 88px); font-weight: 300; line-height: 0.95; color: #fff; }
.page-hero h1 em { font-style: italic; opacity: 0.7; }
.page-hero .hero-sub { font-size: 13px; font-weight: 300; color: #555; line-height: 1.9; margin-top: 24px; max-width: 480px; }

/* ═══ CONTACT INFO ══════════════════════════════════════════════════════════ */
.contact-info-item { display: flex; gap: 20px; padding: 26px 0; border-bottom: 1px solid var(--border); align-items: flex-start; }
.contact-info-item .label { font-family: var(--body); font-size: 9px; letter-spacing: 0.3em; text-transform: uppercase; color: #252525; font-weight: 600; min-width: 80px; margin-top: 2px; }
.contact-info-item a { font-size: 14px; font-weight: 300; color: #555; transition: color 0.3s; }
.contact-info-item a:hover { color: var(--silver); }

/* ═══ HUMANITARIAN ══════════════════════════════════════════════════════════ */
.humanitarian-quote { font-family: var(--disp); font-size: 20px; font-style: italic; font-weight: 300; color: rgba(158,168,178,0.45); border-left: 1px solid rgba(158,168,178,0.18); padding-left: 28px; line-height: 1.65; max-width: 520px; }
.soon-pill { display: inline-block; font-family: var(--body); font-size: 9px; font-weight: 700; letter-spacing: 0.35em; text-transform: uppercase; background: var(--silver); color: var(--bg); padding: 8px 22px; margin-bottom: 32px; }

/* ═══ OVERFLOW / IMAGE FIXES ════════════════════════════════════════════════ */
.about-crev { overflow: hidden; }
.work-carsouel { overflow: hidden; }
.serv-tab-cont .tab-content .img { overflow: hidden; }

/* ═══ RESPONSIVE ════════════════════════════════════════════════════════════ */
@media (max-width: 1199px) {
  .begins-services-grid { grid-template-columns: repeat(4, 1fr); }
  .begins-stat-num { font-size: 32px; }
}
@media (max-width: 991px) {
  .begins-services-grid { grid-template-columns: repeat(2, 1fr); }
  .begins-stats-inner { grid-template-columns: repeat(2, 1fr); }
  .begins-stat-item:nth-child(2) { border-right: none; }
  .begins-stat-item:nth-child(3) { border-top: 1px solid var(--border); }
  .begins-stat-item:nth-child(4) { border-top: 1px solid var(--border); border-right: none; }
  .page-hero { height: 60vh; min-height: 400px; }
  .slider.slider-prlx { height: 100svh !important; }
  .serv-tab-cont .tab-content .img img { height: 300px; }
  .navbar .logo img { max-height: 55px !important; }
}
@media (max-width: 767px) {
  .begins-services-grid { grid-template-columns: 1fr 1fr; min-height: auto; }
  .begins-svc-card { min-height: 260px; }
  .begins-stats-inner { grid-template-columns: 1fr 1fr; }
  .slider.slider-prlx .caption h1 { font-size: 40px !important; line-height: 1 !important; }
  .page-hero .hero-content { padding-bottom: 56px; }
}
@media (max-width: 480px) {
  .begins-services-grid { grid-template-columns: 1fr; }
  .begins-stats-inner { grid-template-columns: 1fr 1fr; }
  .slider.slider-prlx .caption h1 { font-size: 34px !important; }
  .page-hero h1 { font-size: 30px !important; }
}
