/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Genesis Sans Text", sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
}

.body-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.container-wide {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */

.hero {
    background-image: url('https://di-uploads-pod47.dealerinspire.com/genesisofvannuys/uploads/2025/07/hero_bg.jpeg');
    background-position: top right;
    background-size: cover;
    opacity: 0.63;
    mix-blend-mode: multiply;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    position: relative;
    filter: brightness(100%) contrast(114%) saturate(0%) blur(0px) hue-rotate(0deg);
    
}

.hero::before {
    content: '';
    height: 100%;
    background: linear-gradient(135deg, #fff 0%, #fff 100%);   
}

.body-container {
    min-height: 35vw;
    display: flex;
    align-items: center;
}

.hero-content {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 80px 40px 40px 40px;
    z-index: 2;
    max-width: 1140px;
    align-items: center;
}

.hero-title {
    width: 100%;
    position: relative;
}

.widget-wrap {
    align-content: flex-end;
    align-items: flex-end;
}

.title-small {  
    color: #000;
    font-size: 2em;
    line-height: 1em;
    font-family: "Genesis Sans Head", sans-serif;
}

.title-large {
    color: #000;
    font-size: 2.5em;
    font-weight: 900;
    line-height: 1em;
     font-family: "Genesis Sans Head", sans-serif;
}

/* Vertical Timeline Line */

.timeline-container {
    position: relative;
    padding: 40px 0;
}

.timeline-container::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 20px;
    background: #141414;
    transform: translateX(-50%);
    z-index: 1;
}

.timeline-item.reverse .content-image {
    position: relative;
}

/* Image on the right */

.timeline-item.reverse .content-image::before {
    content: "";
    position: absolute;
    top: 50%;
    height: 10px;
    background-color: #141414;
    transform: translateY(-50%);
    z-index: 2;
    left: -30px; 
    width: 75px; 
}

/* Image on the left */

.timeline-item .content-image::before {
    content: "";
    position: absolute;
    top: 50%;
    height: 10px;
    background-color: #141414;
    transform: translateY(-50%);
    z-index: 2;
    left: 36.6%; 
    width: 145px; 
}

/* Timeline Section */

.timeline-section {
    padding:0;
    background-color: #fff;
}

.timeline {
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
}

.timeline-item {
    position: relative;
    margin-bottom: 80px;
    display: flex;
    align-items: flex-start;
    min-height: 300px;
}

/* Timeline Year Numbers */

.timeline-year {
    color: #CFC9B4;
    font-family: "Genesis Sans Head", sans-serif;
    font-size: 7.7em;
    font-weight: 900;
    line-height: 0.8em;
}

/* Timeline Content */
.timeline-content {
    display: flex;
    gap: 100px;
    width: 100%;
    align-content: center;
    align-items: center;
}

.timeline-item.reverse .timeline-content {
    flex-direction: row-reverse;
}


.content-text {
    flex: 1;
}

.timeline-item.reverse .content-text{
 text-align: right!important;
}

.timeline-title {
    font-size: 2.5rem;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
}

.timeline-subtitle {
    font-size: 1.5rem;
    color: #000;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.5;
}

.timeline-description {
    font-size: 1rem;
    color: #4b5563;
    line-height: 1.6;
    max-width: 500px;
}

.timeline-item .reverse .timeline-description {
    margin-left: 0;
    margin-right: 0;
}

.timeline-quote {
    font-style: italic;
    margin-top: 15px;
    color: #6b7280;
    font-size: 0.95rem;
}

.content-image {
 flex:1;
     padding: 0px 0px 20px 45px;
}

.content-image img {
    width: 75%;
    border-style: solid;
    border-width: 10px 10px 10px 10px;
    border-color: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
}


/* Responsive Design */
@media (max-width: 1080px) {
  .timeline-item .content-image::before {
    width: 130px; 
}
}

@media (max-width: 1045px) {
  .timeline-item .content-image::before {
    width: 120px; 
}
}

@media (max-width: 985px) {
  .timeline-item .content-image::before {
    width: 115px;
}
}

@media (max-width: 940px) {
  .timeline-item .content-image::before {
    width: 110px; 
}
}

@media (max-width: 840px) {
  .timeline-item .content-image::before {
    width: 100px; 
}
}

@media (max-width: 840px) {
  .timeline-item .content-image::before {
    width: 90px; 
}
}
@media (max-width: 1024px) {
   

    .timeline-year {
        font-size: 6rem;
    }


    .timeline-title {
        font-size: 1.8rem;
    }
  
}


@media (max-width: 768px) {

    .timeline-section {
    padding: 0;
    }

    .title-large {
        font-size: 2rem;
        text-align: center;
    }

    .title-small {
        font-size: 1.5rem;
        text-align: center;
    }

    .timeline {
        padding: 0;
    }

    .timeline-container::before {
        left: -20px;
        transform: none; 
        width: 140px;
    }

    .timeline-content,
    .timeline-item.reverse .timeline-content {
    gap: 30px;
    flex-direction: column-reverse;
    }
    .timeline-item{
        margin-left: 160px;
        margin-bottom: 0;
    }
    .timeline-item.reverse .content-text{
    text-align: left!important;
    width: 100%;
    }
    .content-image {
        width: 100%;
        padding: 0;
    }

    .timeline-title {
        font-size: 1.5rem;
    }

    .timeline-year {
        font-size: 4rem;
    }
    .timeline-description {
        max-width: 100%;
    }

    .timeline-item.reverse .content-image::before,
    .timeline-item .content-image::before {
    display: none;
    }
    
    .timeline-item .content-text::before {
    content: "";
    position: absolute;
    top: 5%;
    height: 5px;
    background-color: #ccc;
    transform: translateY(-50%);
    z-index: 2;
    left: -140px;
    width: 100px; 
    }

}

@media (max-width: 500px) {
.timeline-container::before {
        left: -20px;
        transform: none; 
        width: 90px;
    }
     .timeline-item{
        margin-left: 100px;
    }
    .timeline-item .content-text::before {
    top:4%;
    height: 3px;
    left: -90px;
    width: 60px; 
    }

    
}

@media (max-width: 480px) {
    .body-container ,
    .container-wide {
        padding: 0 15px;
    }

    .title-large {
        font-size: 1.5rem;
    }

    .title-small {
        font-size: 1.1rem;
    }

    .timeline-year {
        font-size: 1.5rem;
    }

    .timeline-title {
        font-size: 1.3rem;
    }
}


/*****************/
/*** OVERRIDE ***/
/*****************/

.entry-title{
  display: none!important;
}
.post-content {
  margin-bottom: 0!important;
  padding-top: 0!important;
}