
/***************************/
/*** BROWSER STYLE RESET ***/
/***************************/
.tk *:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

/* Preferred box-sizing value */
.tk *,
.tk *::before,
.tk *::after {
  box-sizing: border-box;
}

/* Reapply the pointer cursor for anchor tags */
.tk a, button {
  cursor: revert;
}

/* For images to not be able to exceed their container */
.tk img {
  max-inline-size: 100%;
  max-block-size: 100%;
  user-select: none;
  pointer-events: none;
}

/* Remove spacing between cells in tables */
.tk table {
  border-collapse: collapse;
}

/* Safari - solving issue when using user-select:none on the <body> text input doesn't working */
.tk input, textarea {
  -webkit-user-select: auto;
}

/* Revert the 'white-space' property for textarea elements on Safari */
.tk textarea {
  white-space: revert;
}

/* Minimum style to allow to style meter element */
.tk meter {
  -webkit-appearance: revert;
  appearance: revert;
}

/* Preformatted text - use only for this feature */
.tk :where(pre) {
  all: revert;
}

/* Reset default text opacity of input placeholder */
.tk ::placeholder {
  color: unset;
}

/* Remove default dot (•) sign */
.tk ::marker {
  content: initial;
}

/* Fix the feature of 'hidden' attribute */
.tk :where([hidden]) {
  display: none;
}

/* Revert for bug in Chromium browsers */
.tk :where([contenteditable]:not([contenteditable="false"])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

/* Apply back the draggable feature - exists only in Chromium and Safari */
.tk :where([draggable="true"]) {
  -webkit-user-drag: element;
}

/* Revert Modal native behavior */
.tk :where(dialog:modal) {
  all: revert;
}

/***************/
/*** GENERAL ***/
/***************/

html {
  overflow-x: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
}

body {
  margin: 0;
  padding: 0;
}

.tk {
  font-family: "Genesis Sans Text", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: normal;
  font-size: 14px !important;
}

/*****************/
/*** SECTION 1 ***/
/*****************/

.section-1 {
  position: relative;
  width: 100%;
  padding-top: 31.5%; 
  background-image: url('https://di-uploads-pod47.dealerinspire.com/genesisofvannuys/uploads/2025/07/genesis_2025.jpg');
  background-size:cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  overflow: hidden;
}

.section-1::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  padding: 0 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero-content h1,
.hero-content h2 {
  color: white !important;
  letter-spacing: normal;
  font-weight: 300!important;
  font-family: "Genesis Sans Head", sans-serif;
  text-transform: uppercase;
}

.hero-content h1 {
  font-size: 3rem;
  margin-bottom: 2rem;
}

.hero-content h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.hero-content p {
  max-width: 650px;
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 1rem;
}


/*****************/
/*** SECTION 2 ***/
/*****************/


.section-2 {
  padding: 100px 50px;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-2 h1{
  letter-spacing: normal;
  font-family: "Genesis Sans Head", sans-serif;
  font-size: 3.5em;
  line-height: 1em;
  margin-bottom: 0.5em;
  text-align: center;
}

.section-2 p {
  font-size: 1.1rem; 
  font-family: "Genesis Sans Text", sans-serif;
  font-weight: 300;
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
}

.section-2 img {
  padding-top: 3em;
  max-width: 100%;
  height: auto;
}

/*****************/
/*** SECTION 5 ***/
/*****************/

.section-5 {
  background: linear-gradient(90deg, #f1f1f1 50%, #79918C 200%);
  font-family: Arial, sans-serif;
  color: #1a1a1a;
  margin: 0;
  padding: 100px 50px 50px;
  display: flex;
  justify-content: center;
}

.feature-section {
  display: flex;
  flex: 1;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1300px;
}

.feature-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  color: #1a1a1a;
}

.feature-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.feature-content {
  padding: 20px 0;
}

.feature-content h2 {
  font-size: 28px;
  font-weight: 300;
  margin: 1rem 0;
  font-family: "Genesis Sans Head", sans-serif;
  color: #1a1a1a;
}

.feature-content h3 {
  letter-spacing: normal;
  font-family: "Genesis Sans Text", sans-serif;
  font-size: 1.8em;
  margin-bottom: 0.2em;
}

.feature-content p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  text-transform: none!important;
  font-family: "Genesis Sans Text", sans-serif;
  color: #1a1a1a;
  opacity: 0.5;
}

.feature-content a {
  color: #fff!important;
  border-bottom: 1px solid #fff;
  padding-bottom: 0.4rem;
  font-weight: 500;
  transition: opacity 0.3s ease;
  font-size: 16px;
  font-family: "Genesis Sans Text", sans-serif!important;
  text-decoration: none!important;
}

.feature-content a:hover {
  opacity: 0.7;
}

/*****************/
/*** SECTION 3 ***/
/*****************/


.section-3 {
  padding: 0 50px;
}

.section-3-inner-rev {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-content: center;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
  background-image: url('https://repo.local-car-finder.com/client/genesis-van-nuys/images/Maintenance.webp');
  background-size:cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 50px 0 50px ;
}

.section-3-text {
  flex: 1 1 500px;
  background-color: #fff;
  padding: 50px;
}

.section-3 h2{
  letter-spacing: normal;
  font-family: "Genesis Sans Text", sans-serif;
  font-size: 1.8em;
  margin-bottom: 0.2em;
}

.section-3 h1{
  letter-spacing: normal;
  font-family: "Genesis Sans Head", sans-serif;
  font-size: 3.5em;
  margin-bottom: 0.5em;
}

.section-3-text .border-left {
  padding-left: 1.5rem;
  border-left: 1px solid #6F6F6F;
  margin: 3em 0;
}

.section-3 p{
  font-size: 1.1rem; 
  font-family: "Genesis Sans Text", sans-serif;
  margin-bottom: 0.8em;
  font-weight: 300;
}

.section-3-img{
  width: 100%;
  height: auto;
  flex: 1 1 400px;
}

.section-3-img img {
  visibility: hidden;
}



/*************************/
/*** RESPONSIVE STYLES ***/
/*************************/


@media (max-width: 1024px) {
  .section-2,
  .section-5{
    padding: 50px;
  }
  .tk .section-1 {
    padding-top: 55.3%; 
    background-image: url('https://di-uploads-pod47.dealerinspire.com/genesisofvannuys/uploads/2025/07/genesis_2025-mobile.jpg');
    max-height: 90vh;
    height: 600px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
  }

  .tk .section-3 {
    padding: 0 0 50px ;
  }
  .section-3-inner-rev {
    background: none !important;
    padding: 0;
  }
  .section-3-img img {
   visibility: visible;
  }

  .section-3-img {
    flex: 1 1 100%;
  } 

  .section-3-text {
    flex: 1 1 100%;
  }
}

@media (max-width: 768px) {
  .section-5 h1,
  .section-2 h1,
  .section-3 h1 {
      font-size: 2rem;
      margin-bottom: 0.8rem ;
    }

  .section-1 h2,
  .section-5 h2,
  .section-2 h2,
  .section-3 h2  
   {
     font-size: 1.2rem;
     margin-bottom: 0.5rem;
   }

  .feature-section {
    flex-direction: column;
    align-items: center;
    padding: 0;
  }

  .feature-card {
    max-width: 100%;
  }

  .section-3-inner-rev {
  flex-direction: column;
  max-width: 100%;
}

 .tk .section-1 {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 500px) {

   
   .section-5, 
   .section-2,
   .section-3 {
    padding: 50px 30px;
  }
 
  .section-5{
    padding-bottom: 30px;
  }

  .section-3-text {
    padding: 0 30px;
  }
}


/*****************/
/*** OVERRIDE ***/
/*****************/

.entry-title{
  display: none;
}
.post-content {
  margin-bottom: 0!important;
  padding-top: 0!important;
}