
/***************************/
/*** 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/galpin_restaurant.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.3);
  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 {
 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 img {
  margin-bottom: 2rem;
}
.cta {
  display: flex;
  gap: 30px;
  width:fit-content;
}

.btn {
  background: #141414;
  color: #fff !important;
  border-color: #141414 !important;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  border-radius: 0px;
  box-shadow: none;
  padding: 1.38rem 2.75rem;
  font-weight: 400;
  font-size: 1rem!important;
  line-height: 1;
  position: relative;
  text-transform: uppercase;
  text-decoration: none !important;
  cursor: pointer;
  margin: 0 auto 0.625rem auto;
  transition: all 0.5s ease;
  letter-spacing: .13rem;
 
}

.btn:hover {
  background: transparent !important;
  color: #fff !important;
  border-color: #fff !important;
  font-weight: 400 !important;
}

/*****************/
/*** SECTION 2 ***/
/*****************/

.section-2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1300px;
  margin: 0 auto;
  padding: 50px 0;
}

.section-2 .card {
  border: 1px solid #d7d7d7;
  padding: 30px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-2 h3 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  text-align: center;
  text-transform: uppercase;
}

.section-2 .row {
  display: flex;
  flex-wrap: wrap;
}

.section-2 .col {
  flex: 1;
}

.section-2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.section-2 li {
  font-size: 14px;
  font-family: "Genesis Sans Text", sans-serif;
  color: #333333;
  line-height: 1.6;
  margin-bottom: 8px;
  font-weight: 200;
  text-transform:none!important;
}
.section-2 img {
  margin: 0 5px;
}
.section-2 .card:first-child .col ul {
  text-align: center;
}
.section-2 .link {
  color: #000;
  text-decoration: underline;
  font-weight: 500;
  transition: color 0.3s ease;
}

.section-2 .link:hover {
  color: #E82C2A;
}

/*****************/
/*** SECTION 3 ***/
/*****************/


.section-3 {
  padding: 50px;
  max-width: 1200px;
  margin: 0 auto;
}

.section-3 h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 3rem;
  font-family: "Genesis Sans Head", sans-serif;
}

.section-3 .border-left {
  padding-left: 1rem;
  border-left: 1px solid #6F6F6F;
}

.section-3 p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  text-transform: none!important;
  font-family: "Genesis Sans Text", sans-serif;
}



/*****************/
/*** SECTION 4 ***/
/*****************/

.section-4 {
  padding: 50px;
  background-color: #000;
  color: #fff;
}

.section-4-inner{
  max-width: 1200px;
  margin: 0 auto;
}

.section-4 h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 3rem;
  font-family: "Genesis Sans Head", sans-serif;
}

.section-4 .border-left {
  padding-left: 1rem;
  border-left: 1px solid #fff;
}

.section-4 p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  text-transform: none!important;
  font-family: "Genesis Sans Text", sans-serif;
}

/*****************/
/*** SECTION 5 ***/
/*****************/

.section-5 {
  padding: 0 50px 50px;
  background: #fff;
  text-align: center;
}

.section-5 h2 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 40px;
  font-family: "Genesis Sans Head", sans-serif;
}

.section-5 .top-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: 1rem auto;
}

.section-5 .bot-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 1200px;
   margin: 1rem auto;
}

.top-grid .grid-item,
.bot-grid .grid-item  {
  width: 100%;
}

.top-grid .grid-item img,
.bot-grid .grid-item img  {
  width: 100%;
  height: auto;
  object-fit: cover;
  border: 1px solid #ddd;
}



/*****************/
/*** SECTION 6 ***/
/*****************/

.section-6 {
  width: 100%;
}


/*************************/
/*** RESPONSIVE STYLES ***/
/*************************/


@media (max-width: 1024px) {
   .section-2 {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .section-2 .row {
    flex-wrap: nowrap;
    max-width: 400px;
  }
.section-2 .card {
    padding: 20px 15px;
  }
}

@media (max-width: 768px) {
  .tk .section-1 {
    padding-top: 55.3%; 
    background-image: url('https://di-uploads-pod47.dealerinspire.com/genesisofvannuys/uploads/2025/07/Customer-Service_Customer-Service_L-16_9.jpg');
  }

  .tk .section-6 {
    padding-top: 55.3%; 
    background-image: url('https://di-uploads-pod47.dealerinspire.com/genesisofvannuys/uploads/2025/07/Subsidy-Tax_Key-Visual_L-16_9-mobile.jpg');
  }

  .tk .section-1 .hero-content h1,
  .tk .section-6 .content h1 {
    font-size: 2rem;
    margin-bottom: 0.5rem ;
  }

  .tk .section-1 .hero-content h2 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }

  .tk .section-1 .hero-content .btn,
  .tk .section-6 .content .btn {
    padding: 12px 24px;
    font-size: 0.88rem;
  }
 .section-4-inner{
    padding: 0;
  }

   .section-5 .top-grid,
   .section-5 .bot-grid {
    grid-template-columns: 1fr;
  }
  
}

@media (max-width: 500px) {

   .section-5,
   .section-2,
   .section-4,
   .section-3 {
    padding: 30px;
  }
 
  .section-5 {
    padding-top: 0!important;
  }
  .section-3 {
    padding-bottom: 0!important;
  }

  .cta {
    flex-direction: column;
    gap: 0;
    flex: 1;
  }

  .tk .section-1 .hero-content .btn {
    width: 100%;
  }

  .hero-content img {
    margin-bottom: 1rem;
    max-width: 100px;
}

}

@media (max-width: 400px) {
   .section-5,
   .section-2,
   .section-4,
   .section-3 {
    padding: 20px!important;
  }
}

/*****************/
/*** OVERRIDE ***/
/*****************/

.entry-title{
  display: none;
}
.post-content {
  margin-bottom: 0!important;
  padding-top: 0!important;
}