.elementor-7070 .elementor-element.elementor-element-7333fd8{--display:flex;--min-height:530px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7070 .elementor-element.elementor-element-7333fd8:not(.elementor-motion-effects-element-type-background), .elementor-7070 .elementor-element.elementor-element-7333fd8 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://www.visitgreenwood.com/wp-content/uploads/2025/10/Car_Sunset_delt_crop.jpg");background-position:bottom center;background-repeat:no-repeat;background-size:cover;}.elementor-7070 .elementor-element.elementor-element-f642796{--display:flex;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-7070 .elementor-element.elementor-element-7333fd8{--min-height:400px;}.elementor-7070 .elementor-element.elementor-element-f642796{--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}@media(max-width:767px){.elementor-7070 .elementor-element.elementor-element-7333fd8{--min-height:400px;}.elementor-7070 .elementor-element.elementor-element-7333fd8:not(.elementor-motion-effects-element-type-background), .elementor-7070 .elementor-element.elementor-element-7333fd8 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:bottom left;}}/* Start custom CSS for html, class: .elementor-element-dcf4404 */* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
}

.hero {
  display: flex;
  flex-wrap: wrap;
  height: 450px;
  min-height: 450px;
  background: #721c21;
}

/* ---------- LEFT SECTION ---------- */
.hero-left {
  position: relative;
  /*flex: 1 1 45%;*/
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* Animated color layers */
.color-layer {
  position: absolute;
  top: 0;
  left: -100%;
  height: 100%;
  z-index: 1;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

.layer1 {
  background-color: #97262c;
  width: 65%;
  animation: slide1 1s forwards;
  animation-delay: 0.1s;
}

.layer2 {
  background-color: #872025;
  width: 17.5%;
  animation: slide2 1s forwards;
  animation-delay: 0.4s;
}

.layer3 {
  background-color: #721c21;
  width: 17.5%;
  animation: slide3 1s forwards;
  animation-delay: 0.7s;
}

/* Keyframes for the red bands */
@keyframes slide1 {
  100% { left: 0%; }
}
@keyframes slide2 {
  100% { left: 65%; }
}
@keyframes slide3 {
  100% { left: 82.5%; }
}

/* ---------- HERO CONTENT ---------- */
.hero-content {
  position: relative;
  z-index: 2;
  text-align: left;
  padding: 2rem;
  max-width: 500px;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 1s forwards;
  animation-delay: 1.5s;
  margin-top: 0px;
}

@keyframes fadeUp {
  0% { opacity: 0; transform: translateY(20px); }
  100% { opacity: 1; transform: translateY(0); }
}

.hero-left-mob h1 {
    font-size: 60px;
  font-weight: 800;
  color: #fff;
  z-index: 2;
  line-height:56px;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 1s forwards;
  animation-delay: 1.5s;
  margin-bottom: 50px;
}

.hero-content h2 {
  font-family: "funkydori", Sans-serif;
  color: #ffffff;
  font-size: 100px;
  line-height: 1;
}

.accent-bar {
    background-color: #ffffff;
    height: 30px;
    margin: -40px 50px 30px -1000px;
    clip-path: polygon(0 0, 100% 0%, 98% 100%, 0% 100%);
}

.hero-content p {
  margin: 0px 0 30px;
  font-size: 20px;
  color: #ffffff;
  font-family: "brother-1816", Sans-serif;
}

.btn {
  display: inline-block;
  padding: 10px 50px;
  color: #97262c;
  text-transform: uppercase;
  background: #fff;
  border: 2px solid #fff;
  text-decoration: none;
  border-radius: 25px;
  transition: background 0.3s;
  margin-bottom: 20px
}

.btn:hover {
  background: rgba(255,255,255,0.2);
}

.social {
  margin-top: 1.5rem;
  display: flex;
  gap: 1rem;
}

.social a {
  font-size: 0.9rem;
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}

.social a:hover {
  opacity: 1;
}

/* ---------- RIGHT SECTION ---------- */
.hero-right {
  /*flex: 1 1 45%;*/
  width: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  text-align: right;
}

.hero-right h1 {
  font-size: 82px;
  font-weight: 800;
  color: #fff;
  z-index: 2;
  text-shadow: 2px 2px 10px rgba(0,0,0,0.5);
  line-height:80px;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 1s forwards;
  animation-delay: 1.5s;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1200px) {
    
    .hero-right h1 {
        font-size: 66px;
        line-height: 62px;
    }
    .hero-content h2 {
        font-size: 76px;
        margin-bottom: 35px;
    }
    
    .hero-content h2 br {
        display: none;
    }
}

@media (max-width: 900px) {
    .hero-right h1 {
        font-size: 56px;
        line-height: 52px;
    }
    .hero-content h2 {
        font-size: 66px;
        margin-bottom: 35px;
    }
  /*.hero {*/
  /*  flex-direction: column;*/
  /*}*/
  /*.hero-left, .hero-right {*/
  /*  flex: 1 1 100%;*/
  /*  height: 50vh;*/
  /*}*/
  /*.hero-right h1 {*/
  /*  font-size: 2.5rem;*/
  /*  text-align: center;*/
  /*}*/
  /*.hero-content {*/
  /*  text-align: center;*/
  /*  max-width: 90%;*/
  /*  margin: 0 auto;*/
  /*}*/
}

@media (max-width: 600px) {
    @media (max-width: 900px) {
    .hero-left-mob h1 {
        font-size: 38px;
        line-height: 36px;
    }
    .hero-content h2 {
        font-size: 56px;
        margin-bottom: 35px;
        line-height: 50px;
    }
    
    .hero-content p {
        font-size: 16px;
    }
}/* End custom CSS */