/*
Theme Name: DreamVisa
Theme URI: https://dev1.logonetworkpro.com
Author: DreamVisa
Description: Premium travel agency starter theme with an ITTour showcase.
Version: 1.0.0
Text Domain: dreamvisa
*/

:root {
  --navy: #062844;
  --navy-deep: #031827;
  --blue: #0b4770;
  --sand: #c99d72;
  --sand-light: #ead7c3;
  --ink: #142333;
  --muted: #687681;
  --paper: #f7f5f1;
  --white: #fff;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: var(--sans);
  line-height: 1.65;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--sand);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.section-title {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(40px, 5vw, 66px);
  font-weight: 500;
  letter-spacing: -.02em;
  line-height: 1;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  border: 1px solid var(--sand);
  background: var(--sand);
  color: var(--navy-deep);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
  transition: .25s ease;
}

.button:hover,
.button:focus-visible {
  background: var(--sand-light);
  border-color: var(--sand-light);
  transform: translateY(-2px);
}

.button--ghost {
  background: transparent;
  color: var(--white);
}

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  color: var(--white);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 92px;
  border-bottom: 1px solid rgba(255,255,255,.18);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--serif);
  font-size: 29px;
  font-weight: 600;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 50%;
  color: var(--sand-light);
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
}

.custom-logo {
  width: auto;
  max-height: 48px;
}

.primary-menu {
  display: flex;
  align-items: center;
  gap: 32px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.primary-menu a {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.primary-menu a:hover {
  color: var(--sand-light);
}

.header-phone {
  font-size: 13px;
  font-weight: 700;
}

.menu-toggle {
  display: none;
  padding: 8px;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
}

.menu-toggle span {
  display: block;
  width: 26px;
  height: 2px;
  margin: 5px 0;
  background: currentColor;
}

.hero {
  position: relative;
  display: grid;
  min-height: 760px;
  place-items: center;
  overflow: hidden;
  color: var(--white);
  text-align: center;
}

.hero::before,
.hero::after {
  position: absolute;
  inset: 0;
  content: "";
}

.hero::before {
  background: url("assets/images/hero.png") center/cover no-repeat;
  transform: scale(1.02);
}

.hero::after {
  background:
    linear-gradient(180deg, rgba(3,24,39,.72), rgba(3,24,39,.36) 45%, rgba(3,24,39,.72)),
    linear-gradient(90deg, rgba(3,24,39,.35), transparent 70%);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 880px;
  padding-top: 80px;
}

.hero-kicker {
  margin-bottom: 18px;
  color: var(--sand-light);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0 0 24px;
  font-family: var(--serif);
  font-size: clamp(62px, 9vw, 118px);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .88;
}

.hero p {
  max-width: 610px;
  margin: 0 auto 36px;
  color: rgba(255,255,255,.84);
  font-size: 17px;
}

.hero-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
}

.intro {
  padding: 120px 0;
}

.intro-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 100px;
  align-items: center;
}

.intro-copy p:not(.eyebrow) {
  max-width: 590px;
  color: var(--muted);
  font-size: 16px;
}

.intro-points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin: 42px 0;
}

.intro-point strong {
  display: block;
  margin-bottom: 6px;
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 600;
}

.intro-point span {
  color: var(--muted);
  font-size: 13px;
}

.intro-visual {
  position: relative;
  min-height: 550px;
  background:
    linear-gradient(180deg, rgba(5,42,69,.05), rgba(5,42,69,.58)),
    url("assets/images/hero.png") 78% center/cover;
}

.visual-note {
  position: absolute;
  right: -24px;
  bottom: -24px;
  width: 230px;
  padding: 28px;
  background: var(--navy);
  color: var(--white);
}

.visual-note strong {
  display: block;
  color: var(--sand-light);
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 500;
}

.destinations {
  padding: 110px 0;
  background: var(--navy-deep);
  color: var(--white);
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 50px;
}

.section-heading p:last-child {
  max-width: 420px;
  margin: 0;
  color: rgba(255,255,255,.62);
}

.destination-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.destination-card {
  position: relative;
  display: flex;
  min-height: 420px;
  padding: 28px;
  align-items: end;
  overflow: hidden;
  background: var(--blue);
  isolation: isolate;
}

.destination-card::before,
.destination-card::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  transition: transform .45s ease;
}

.destination-card::before {
  background: url("assets/images/hero.png") center/cover;
}

.destination-card:nth-child(2)::before { background-position: 20% center; }
.destination-card:nth-child(3)::before { background-position: 55% center; }
.destination-card:nth-child(4)::before { background-position: 88% center; }

.destination-card::after {
  background: linear-gradient(180deg, rgba(2,18,29,.05), rgba(2,18,29,.9));
}

.destination-card:hover::before {
  transform: scale(1.06);
}

.destination-card span {
  color: var(--sand-light);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.destination-card h3 {
  margin: 5px 0 0;
  font-family: var(--serif);
  font-size: 37px;
  font-weight: 500;
}

.services {
  padding: 120px 0;
  background: var(--paper);
}

.services .section-heading p:last-child {
  color: var(--muted);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #d8d3cb;
  border-bottom: 1px solid #d8d3cb;
}

.service-card {
  padding: 48px 44px;
  border-right: 1px solid #d8d3cb;
}

.service-card:last-child {
  border-right: 0;
}

.service-number {
  color: var(--sand);
  font-family: var(--serif);
  font-size: 54px;
  line-height: 1;
}

.service-card h3 {
  margin: 28px 0 12px;
  font-family: var(--serif);
  font-size: 31px;
  font-weight: 600;
}

.service-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.offers {
  padding: 120px 0;
}

.offers-head {
  max-width: 760px;
  margin-bottom: 42px;
}

.widget-frame {
  min-height: 380px;
  padding: 28px;
  border: 1px solid #e2ded7;
  background: var(--white);
  box-shadow: 0 25px 70px rgba(4,34,55,.1);
}

#showcase_hottour_v2_showcase_module {
  min-height: 300px;
}

.cta {
  padding: 100px 0;
  background:
    linear-gradient(90deg, rgba(3,24,39,.96), rgba(3,24,39,.75)),
    url("assets/images/hero.png") center/cover;
  color: var(--white);
}

.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.cta .section-title {
  max-width: 730px;
}

.site-footer {
  padding: 62px 0 28px;
  background: #02131f;
  color: rgba(255,255,255,.7);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(2, .7fr);
  gap: 70px;
  padding-bottom: 45px;
}

.footer-brand {
  margin-bottom: 18px;
  color: var(--white);
}

.footer-copy {
  max-width: 430px;
  font-size: 14px;
}

.footer-title {
  margin: 0 0 18px;
  color: var(--sand-light);
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links li {
  margin-bottom: 9px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 25px;
  border-top: 1px solid rgba(255,255,255,.12);
  font-size: 12px;
}

@media (max-width: 980px) {
  .primary-nav,
  .header-phone {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .primary-nav.is-open {
    position: fixed;
    inset: 0;
    display: grid;
    padding: 110px 30px 40px;
    place-items: center;
    background: var(--navy-deep);
  }

  .primary-nav.is-open .primary-menu {
    flex-direction: column;
    font-size: 18px;
  }

  .menu-toggle {
    position: relative;
    z-index: 30;
  }

  .intro-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .intro-visual {
    min-height: 450px;
  }

  .destination-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-card {
    padding: 35px 25px;
  }
}

@media (max-width: 680px) {
  .container {
    width: min(100% - 28px, 1180px);
  }

  .header-inner {
    min-height: 76px;
  }

  .hero {
    min-height: 690px;
  }

  .hero h1 {
    font-size: 62px;
  }

  .hero-actions,
  .section-heading,
  .cta-inner,
  .footer-bottom {
    align-items: stretch;
    flex-direction: column;
  }

  .intro,
  .services,
  .offers {
    padding: 82px 0;
  }

  .intro-points,
  .destination-grid,
  .service-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .visual-note {
    right: 0;
  }

  .destination-card {
    min-height: 350px;
  }

  .service-card {
    border-right: 0;
    border-bottom: 1px solid #d8d3cb;
  }

  .service-card:last-child {
    border-bottom: 0;
  }

  .widget-frame {
    padding: 10px;
  }

  .footer-grid {
    gap: 34px;
  }
}
