/**
 * Valenciaga Travel — modern site styles
 */

:root {
  --vg-blue: #005b94;
  --vg-blue-dark: #004a78;
  --vg-blue-deep: #003354;
  --vg-green: #78a548;
  --vg-green-dark: #5f8838;
  --vg-ink: #0f172a;
  --vg-muted: #64748b;
  --vg-surface: #f4f8fc;
  --vg-radius: 16px;
  --vg-radius-sm: 10px;
  --vg-shadow: 0 18px 48px rgba(15, 23, 42, 0.12);
  --vg-shadow-sm: 0 8px 24px rgba(15, 23, 42, 0.08);
  --vg-font-display: "Outfit", "Manrope", sans-serif;
  --vg-font-body: "Source Sans 3", "Manrope", sans-serif;
  --primary-color: var(--vg-blue);
  --tac-primary-color: var(--vg-blue);
  --secondary-color: var(--vg-green);
  --primary-font: var(--vg-font-body);
  --secondary-font: var(--vg-font-display);
}

body {
  font-family: var(--vg-font-body);
  color: var(--vg-ink);
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6,
.site-title,
.section-title,
.banner-title {
  font-family: var(--vg-font-display);
  letter-spacing: -0.02em;
}

a {
  transition: color 0.2s ease, opacity 0.2s ease;
}

/* ---------- Buttons ---------- */
button,
.btn-primary,
input[type="submit"],
.wp-block-button__link,
.fstravel-search-section .samo-search__submit,
.cta .btn-cta,
.widget button {
  border-radius: 999px !important;
  font-family: var(--vg-font-display);
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

button:hover,
.btn-primary:hover,
input[type="submit"]:hover,
.cta .btn-cta:hover {
  transform: translateY(-1px);
}

/* ---------- Header (all pages) ---------- */
.site-header.header-two {
  transition: background 0.25s ease, box-shadow 0.25s ease;
}

.site-header.header-two .header-t {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.site-header.header-two .email-link,
.site-header.header-two .social-networks li a {
  font-weight: 600;
  font-size: 0.875rem;
}

.site-header.header-two .site-title {
  font-size: clamp(1.25rem, 2.2vw, 1.75rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0;
}

.site-header.header-two .site-title a {
  color: var(--vg-blue-dark);
  text-decoration: none;
}

.site-header.header-two .site-description {
  color: var(--vg-muted);
  font-size: 0.8125rem;
  margin: 4px 0 0;
}

.header-b .right .phone-label {
  display: block;
  font-size: 0.75rem;
  color: var(--vg-muted);
  margin-bottom: 2px;
}

.header-b .right .tel-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--vg-font-display);
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--vg-blue-dark);
  text-decoration: none;
}

.header-b .right .tel-link::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--vg-green);
  box-shadow: 0 0 0 4px rgba(120, 165, 72, 0.2);
}

.header-two .nav-holder .holder {
  background: var(--vg-blue) !important;
  border-radius: 14px !important;
  box-shadow: var(--vg-shadow-sm);
}

.header-two .main-navigation > div > ul > li > a {
  font-family: var(--vg-font-display);
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.site-header.header-two.is-scrolled {
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.1);
}

/* Home glass header + scrolled solid */
.home .site-header.header-two.is-scrolled {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.home .site-header.header-two.is-scrolled .header-holder {
  background: transparent;
}

.home .site-header.header-two.is-scrolled .header-t {
  background: transparent;
  border-bottom-color: rgba(15, 23, 42, 0.06);
  color: var(--vg-ink);
}

.home .site-header.header-two.is-scrolled .email-link,
.home .site-header.header-two.is-scrolled .social-networks li a,
.home .site-header.header-two.is-scrolled .site-title a,
.home .site-header.header-two.is-scrolled .site-description,
.home .site-header.header-two.is-scrolled .header-b .right .phone-label,
.home .site-header.header-two.is-scrolled .header-b .right .tel-link {
  color: var(--vg-blue-dark);
  text-shadow: none;
}

.home .site-header.header-two.is-scrolled .header-b .right .phone-label {
  color: var(--vg-muted);
}

@media only screen and (min-width: 1025px) {
  .home .site-header.header-two.is-scrolled {
    display: block;
  }

  .home .site-header.header-two.is-scrolled::before {
    display: none;
  }

  .home .site-header.header-two.is-scrolled .header-holder,
  .home .site-header.header-two.is-scrolled .header-b {
    display: block;
  }

  .home .site-header.header-two.is-scrolled .header-b > .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .home .site-header.header-two.is-scrolled .site-branding,
  .home .site-header.header-two.is-scrolled .header-b .right,
  .home .site-header.header-two.is-scrolled .nav-holder {
    float: none;
    grid-area: unset;
    padding: 8px 0;
  }
}

/* ---------- Hero ---------- */
.home .banner {
  position: relative;
  min-height: min(88vh, 720px);
}

.home .banner::after {
  background:
    linear-gradient(105deg, rgba(0, 30, 55, 0.72) 0%, rgba(0, 50, 85, 0.28) 48%, rgba(0, 40, 70, 0.45) 100%),
    linear-gradient(180deg, rgba(0, 25, 45, 0.35) 0%, transparent 40%, rgba(0, 25, 45, 0.55) 100%);
}

.home .banner img,
.home .banner .wp-custom-header,
.home .banner .wp-custom-header img {
  min-height: min(88vh, 720px);
}

.home .banner .form-holder {
  top: 42%;
  transform: translate(-50%, -50%);
  left: 50%;
  text-align: center;
  padding-bottom: 120px;
}

.home .banner .form-holder .text .banner-title {
  font-family: var(--vg-font-display);
  font-size: clamp(2.25rem, 5.2vw, 4rem);
  font-weight: 800;
  line-height: 1.08;
  color: #fff;
  margin: 0 0 18px;
  text-shadow: 0 8px 40px rgba(0, 0, 0, 0.35);
  animation: vgFadeUp 0.8s ease both;
}

.home .banner .form-holder .banner-content {
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  font-weight: 500;
  color: rgba(255, 255, 255, 0.94);
  max-width: 560px;
  margin: 0 auto;
  animation: vgFadeUp 0.8s ease 0.12s both;
}

@keyframes vgFadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ---------- Search stitch under hero ---------- */
.home .fstravel-search-section .samo-search,
.home .fstravel-search-section .fstravel-search-panel,
.home .fstravel-search-section .samo-search__surface {
  border-radius: 20px;
}

/* ---------- Homepage sections ---------- */
.home .about,
.home .our-features,
.home .deals,
.home .stats,
.home .featured-trip,
.home .cta,
.home .blog-section,
.home section {
  scroll-margin-top: 100px;
}

.section-header .section-title,
.section-title,
.widget-title {
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  font-weight: 800;
  color: var(--vg-blue-deep);
}

.home .about .holder,
.home .deals .grid .col,
.home .our-features .col,
.home .featured-trip .col {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home .deals .grid .col:hover,
.home .featured-trip .col:hover {
  transform: translateY(-4px);
}

.home .cta {
  background: linear-gradient(135deg, var(--vg-blue) 0%, var(--vg-blue-deep) 100%) !important;
}

.home .cta .btn-cta,
.home .cta a.btn-cta {
  background: var(--vg-green) !important;
  color: #fff !important;
  border: 0 !important;
  padding: 14px 28px !important;
  box-shadow: 0 10px 28px rgba(95, 136, 56, 0.35);
}

/* ---------- Internal pages ---------- */
.site-content,
#content {
  background: var(--vg-surface);
}

.page .site-main,
.single .site-main,
.archive .site-main,
.blog .site-main {
  background: #fff;
  border-radius: var(--vg-radius);
  box-shadow: var(--vg-shadow-sm);
  padding: 28px 32px;
  margin-bottom: 40px;
}

.page-header .page-title,
.entry-header .entry-title {
  font-size: clamp(1.75rem, 3vw, 2.4rem);
  font-weight: 800;
  color: var(--vg-blue-deep);
}

.entry-content,
.page .entry-content {
  font-size: 1.0625rem;
  line-height: 1.75;
  color: #1e293b;
}

.entry-content a {
  color: var(--vg-blue);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.entry-content a:hover {
  color: var(--vg-green-dark);
}

/* Forms */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="url"],
textarea,
select {
  border-radius: var(--vg-radius-sm) !important;
  border: 1px solid #dbeafe !important;
  padding: 10px 14px !important;
  font-family: var(--vg-font-body);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

input:focus,
textarea:focus,
select:focus {
  border-color: var(--vg-blue) !important;
  box-shadow: 0 0 0 3px rgba(0, 91, 148, 0.15) !important;
  outline: none;
}

/* Footer */
.site-footer {
  background: linear-gradient(180deg, #06253d 0%, #031624 100%) !important;
  color: rgba(255, 255, 255, 0.85);
}

.site-footer a {
  color: rgba(255, 255, 255, 0.9);
}

.site-footer a:hover {
  color: #fff;
}

.site-footer .footer-t,
.site-footer .footer-b {
  border-color: rgba(255, 255, 255, 0.08) !important;
}

.site-footer .site-info {
  font-size: 0.875rem;
  opacity: 0.85;
}

/* Sticky mobile call CTA */
.vg-mobile-call {
  display: none;
}

@media only screen and (max-width: 767px) {
  .vg-mobile-call {
    display: flex;
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 120;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 52px;
    padding: 12px 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--vg-green) 0%, var(--vg-green-dark) 100%);
    color: #fff !important;
    font-family: var(--vg-font-display);
    font-weight: 800;
    text-decoration: none !important;
    box-shadow: 0 14px 36px rgba(95, 136, 56, 0.4);
  }

  .page .site-main,
  .single .site-main {
    padding: 20px 16px;
    border-radius: 12px;
  }

  .home .banner {
    min-height: 520px;
  }

  .home .banner img,
  .home .banner .wp-custom-header,
  .home .banner .wp-custom-header img {
    min-height: 520px;
  }

  .home .fstravel-search-section {
    margin-top: -40px;
  }

  body {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 1024px) {
  .home .banner .form-holder {
    top: 48%;
    padding-bottom: 80px;
  }
}
