/*
 Theme Name:   BetterNevada NV Attack Ford LP
 Theme URI:    https://wordpress.org/themes/twentyninteen/
 Description:  Custom theme built for BetterNevada NV Attack Ford LP
 Author:       
 Template:     twentynineteen
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  better-nevada-attack-ford
*/

/* ========= COLOR REFERENCES ========= */
:root {
  --offWhite: #e5e6e6;
  --primary: #a29679;
  --primaryLight: #ebdbb6;
  --purple: #291a29;
  --darkPurple: #1c0f1f;
}

/* ==================================== */

/* ======== TABLE OF CONTENTS =========
	1. TYPOGRAPHY
	2. GLOBAL
	3. MAIN CONTENT
	- 3a. Landing Page
	- 3a. About Page
/* ==================================== */

/* ------------------------------ 
    1. Start Typography
------------------------------ */
h1,
h2,
h3,
h4,
h5,
h6,
a,
ul,
.btn,
button {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  margin: 0;
}

h1,
.h1 {
  font-size: 90px;
  letter-spacing: 5.4px;
}

h2,
.h2 {
  font-size: 44px;
}

h3,
.h3 {
  font-size: 38px;
  line-height: 1.16;
}

h4,
.h4 {
  font-size: 22px;
}

p,
.p {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  line-height: 1.33;
  color: var(--black);
}

small,
.small {
  font-size: 12px;
  line-height: 1.33;
}

a,
.anchor-theme {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  text-decoration: none !important;
  transition: none;
  color: white;
  border: none;
  background: none;
}

a:hover,
a:focus,
.anchor-theme:hover,
.anchor-theme:focus {
  color: white;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.nav-link {
  padding: 0.5rem;
}

nav a {
  border-bottom: 2px solid white;
}

nav .current-menu-item a {
  font-weight: 700;
  border-bottom: 2px solid var(--red);
}

/* --- Figma-aligned navbar styles --- */
.site-header .main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header .main-navigation li {
  list-style: none;
}
.site-header .main-navigation a {
  border: none;
}
.site-header .main-navigation .nav-link {
  font-family: noto-sans-semicondensed, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: var(--primary);
  text-transform: none;
  padding: 8px 12px;
  transition: color .2s ease-in-out;
}
.site-header .main-navigation .nav-link:hover,
.site-header .main-navigation .nav-link:focus {
  color: var(--offWhite) !important;
}
.site-header .main-navigation .nav-link.active {
  color: #ffffff !important;
  font-weight: 800;
}

/* ------------------------------ 
    1. End Typography
------------------------------ */

/* ------------------------------ 
    2. Start Global
------------------------------ */
@-ms-viewport {
  width: device-width;
}

html {
  font-size: 16px;
}

body {
  font-family: noto-sans-semicondensed, sans-serif;
  font-size: 16px;
  /* Adjust this on mobile to globally change P-tags :NOT H-tags) */
  line-height: 1.5;
  background-color: var(--purple);
}

header {
  position: relative;
  z-index: 3;
  width: 100%;
  top: 0;
  left: 0;
}

/* Make header absolute only on the homepage */
.home .site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}

.ls-88 {
  letter-spacing: 8.8px;
}

.ls-100 {
  letter-spacing: 0.1em;
}

.ls-264 {
  letter-spacing: 2.64px;
}

.white {
  color: white !important;
}

.red {
  color: var(--red) !important;
}

.blue {
  color: var(--blue) !important;
}

.desktop {
  display: block !important;
}

.mobile {
  display: none !important;
}

.fw-400 {
  font-weight: 400;
  /* Regular */
}

.fw-700 {
  font-weight: 700;
  /* Bold */
}

.italic {
  font-style: italic;
}

.normal {
  font-style: normal;
}

.newsreader {
  font-family: "Newsreader", serif;
}

.display-1 {
  font-size: 90px;
  font-family: "Forum", serif;
}
.display-5 {
  font-size: 44px;
  font-family: noto-sans-extracondensed, sans-serif;
  letter-spacing: 8.8px;
}
.display-6 {
  font-size: 44px;
  font-family: "Forum", serif;
  letter-spacing: 2.64px;
}

section {
  position: relative;
}

img {
  width: 100%;
}

.bg {
  background: var(--bg);
}

.bg-blue {
  background: var(--blue);
}

.bg-white {
  background: var(--white);
}

.gform_button,
button {
  border: none;
  padding: 0 10px;
  width: 100%;
}

button:hover,
button:focus {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

button:active {
  background-color: #c10912;
}

hr {
  width: 53.5px;
  height: 2px !important;
  opacity: 1 !important;
}

/* ------------------------------ 
    2. End Global
------------------------------ */

/* ------------------------------ 
    3. Start Main Content
------------------------------ */
/*  - 3a. Landing Page  */
.page-template-page-lp .splash {
  background-size: cover;
  padding-bottom: 5%;
}
.h-810,
.carousel {
  height: 862px;
}

.h-810 .carousel-indicators-bg {
  position: absolute;
  left: 0;
  bottom: 19px;
  width: 100%;
  height: 34px;
  z-index: -1;
}

.overlay,
.carousel-item,
.carousel-inner,
.carousel-item img {
  height: 809px;
}

.carousel {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: -1;
}

.carousel-item {
  position: relative;
}

.carousel-item img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  object-fit: cover;
}

.carousel-indicators {
  top: 790px;
  bottom: unset;
  margin-right: 0;
  margin-left: 0;
  z-index: 10;
}

.carousel-indicators [data-bs-target] {
  text-indent: 0;
  width: 165px;
  height: 34px;
  margin: 0;
  opacity: 1;
  background-color: var(--primaryLight);
  border-top: none;
  border-right: 1px solid white;
  border-bottom: none;
  border-left: 1px solid white;
  flex-shrink: 0;
}

.carousel-indicators [data-bs-target].active {
  position: relative;
  border: 2px solid white;
  height: 67px;
  background-color: var(--primary);
}

.carousel-indicators [data-bs-target].active::before {
  content: "";
  position: absolute;
  top: -44px;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 42px;
  background-image: url("/wp-content/themes/better-nevada-attack-ford/assets/svgs/location.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.carousel-indicators button span {
  position: relative;
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
}

.divider {
  width: 2px;
  height: 19px;
  background-color: white;
}

.page-template-page-lp [src*="1_hero_fg"] {
  position: absolute;
  right: -75px;
  bottom: -4rem;
  width: 626px;
  height: 712px;
}

.page-template-page-lp [src*="location"] {
  position: absolute;
  left: 328px;
  bottom: -3rem;
  width: 27px;
  height: 41px;
}

.trips .trip-image {
  border-radius: 0 80px 0 360px;
  height: 383px;
  object-fit: cover;
}

.trips .flex-row-reverse .trip-image {
  border-radius: 80px 0 360px 0;
}

.stamp {
  position: absolute;
  width: 125px;
  height: 215px;
  bottom: 0;
  left: 0;
}

.flex-row-reverse .stamp {
  left: unset;
  right: 0;
  width: 210px;
  height: 150px;
}

[src*="stamp_therest"] {
  width: 160px;
  height: 150px;
}

.left-images,
.right-images {
  height: 650px;
}

.left-images img {
  position: absolute;
}

[src*="1_cta_beach"] {
  width: 327px;
  height: 242px;
  left: -50px;
  top: 0;
}
[src*="1_cta_window"] {
  width: 322px;
  height: 240px;
  left: -105px;
  top: 175px;
}
[src*="1_cta_wingday"] {
  width: 193px;
  height: 240px;
  left: 80px;
  top: 315px;
}

[src*="1_cta_aisle"] {
  width: 193px;
  height: 234px;
  right: 85px;
  top: 0;
  z-index: 0;
}
[src*="1_cta_airport"] {
  width: 209px;
  height: 256px;
  right: -25px;
  top: 175px;
  z-index: 2;
}
[src*="1_cta_wingnight"] {
  width: 381px;
  height: 284px;
  right: -105px;
  top: 295px;
}

/* ------------------------------ 
    3. End Main Content
------------------------------ */

/* ------------------------------ 
    4. Latest Getaways (Figma 2519:11659)
------------------------------ */
.page-template-page-news {
  background-color: var(--purple);
}

.page-template-page-news footer {
  display: none;
}

.page-template-page-news h2 {
  color: #EBDBB6;
}

.page-template-page-news .asterisk {
  width: 159px;
  height: 147px;
}

.page-template-page-news .news-landing-header {
  background-color: transparent;
}

.page-template-page-news .news-landing-list .news-card {
  max-width: 856px;
  margin: 0 auto;
  width: 100%;
  background-image: url("/wp-content/themes/better-nevada-attack-ford/assets/images/main.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  border-radius: 0px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
  margin-bottom: 60px;
}

.page-template-page-news .news-landing-list .news-card .top-image {
  position: absolute;
  top: -40px;
  left: 0;
}

.page-template-page-news .news-landing-list .news-card .bottom-image {
  position: absolute;
  bottom: -40px;
  left: 0;
}

.news-hero-images, .news-hero-anim {
  max-width: 468px;
  width: 100%;
  transition: transform 0.8s ease, opacity 0.8s ease;
  will-change: transform, opacity;
}

.news-hero-anim {
  display: inline-block;
}

.news-hero-images.left-image {
    position: relative;
    top: 15px;
    left: 15px;
    transform: rotate(-4deg);
}

.news-hero-images.middle-image {
  /* transform: rotate(10deg); */
}

.news-hero-images.right-image {
 position: relative;
    top: 15px;
    right: 15px;
  transform: rotate(4deg);
}

/* AOS transforms now apply to the wrapper `.news-hero-anim`.
   Rotation remains on the inner image so transforms compose correctly. */
.drop-down-profile-img {
  position: relative;
  max-width: 218.08px;
  width: 100%;
  height: 259.79px;
      position: absolute;
    bottom: -163px;
    left: -15px;
}

.drop-down-profile-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.page-template-page-news .news-landing-list .news-card__body {
  padding: 20px 40px;
}

.page-template-page-news .btn-news {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 20px;
  border-radius: 5px;
  background: var(--purple);
  color: var(--primaryLight);
  text-transform: none;
}

.page-template-page-news .btn-news:hover,
.page-template-page-news .btn-news:focus {
  color: var(--primaryLight);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.page-template-page-news .news-landing-cta {
  background: transparent;
}

.disclaimer-d {
  border: 1px solid var(--primaryLight);
  padding: 10px;
}

.privacy-policy p,
.privacy-policy h3, .privacy-policy-intro h1 {
  color: var(--primaryLight);
}

@media (max-width: 991.98px) {
  .page-template-page-news .news-landing-header h2[style*="font-size:90px"] {
    font-size: 54px !important;
  }
  .page-template-page-news .news-landing-list .news-card__body {
    padding: 30px 20px;
  }
}
