:root {
  --white: white;
  --black: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container {
  max-width: 75%;
}

.div-block {
  height: 300px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.heading {
  width: 100%;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 54px;
  display: flex;
}

.div-block-2 {
  height: 300px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image {
  width: 100%;
  height: auto;
  object-fit: fill;
  display: block;
  overflow: visible;
}

.body {
  background-color: #3771b8;
  padding-top: 0;
}

.heading-2 {
  color: #a4c654;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.heading-3 {
  width: auto;
  color: #fff;
  text-align: center;
  background-color: #679a47;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  padding: 5px 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  display: flex;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column {
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1.25fr 1fr;
}

.grid-2 {
  grid-row-gap: 76px;
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". ."
                       ". Area";
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-flow: row;
  align-items: center;
}

.div-block-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-l {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-test.services-section {
  background-color: #fff;
  margin-top: 18px;
  margin-bottom: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.column-left {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lobby {
  text-align: left;
  display: block;
}

.image--logo-main {
  text-align: center;
  object-fit: fill;
  display: block;
  overflow: visible;
}

.head-main {
  color: #fff;
  text-align: center;
  margin-top: 38px;
  margin-bottom: 37px;
  font-family: Varela, sans-serif;
  font-size: 60px;
}

.head-main.media {
  color: #9bc73d;
  margin-bottom: 76px;
}

.heading-sub {
  color: #9bc73d;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: -21px;
  font-family: Vollkorn, serif;
  font-size: 40px;
  font-weight: 400;
  display: flex;
}

.heading-sub.email {
  color: #fff;
  align-self: flex-start;
  margin-top: 18px;
  margin-bottom: 0;
}

.heading-sub.phone {
  color: #fff;
  align-self: flex-start;
  align-items: center;
  text-decoration: none;
}

.text-block {
  color: #fff;
  text-align: center;
  object-fit: fill;
  background-color: #679a47;
  border-radius: 20px;
  margin-top: 11px;
  margin-bottom: 38px;
  padding: 15px 10px;
  font-size: 25px;
  font-weight: 400;
  display: block;
}

.heading-5 {
  color: #3771b8;
  text-align: left;
  margin-top: 23px;
  margin-bottom: 61px;
  padding-top: 22px;
  font-size: 50px;
  font-weight: 400;
}

.services-grid {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: stretch;
  justify-content: end;
  align-items: end;
  justify-items: end;
  margin-bottom: 41px;
  display: grid;
}

.image-2, .image-3, .image-4 {
  display: block;
}

.service-name {
  color: #3771b8;
  text-align: center;
  font-weight: 400;
}

.service-block {
  border-radius: 0;
  display: block;
}

.image-5.round, .image-6, .image-7 {
  border-radius: 10px;
}

.section-2 {
  padding-top: 37px;
  padding-left: 10px;
  padding-right: 10px;
}

.heading-contact {
  align-self: flex-start;
}

.heading-contact.white-font {
  color: #fff;
  align-self: flex-start;
  margin-top: 21px;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 400;
  line-height: 37px;
  text-decoration: none;
}

.heading-contact.white-font.gaytan-email {
  margin-top: -12px;
}

.image-facebook {
  float: none;
  clear: none;
  align-self: flex-start;
  display: inline-block;
}

.container-2 {
  margin-bottom: 0;
}

.container-3 {
  min-width: 0;
  background-color: #fff;
  padding-left: 0;
  padding-right: 0;
}

.nav-link {
  color: #fff;
}

.nav-link.nav-color {
  color: #000;
  text-transform: capitalize;
  font-size: 16px;
}

.nav-link-2 {
  color: #fff;
}

.nav-link-2.nav-color {
  color: #000;
  font-size: 16px;
}

.nav-link-3 {
  color: #fff;
}

.nav-link-3.nav-color {
  color: #000;
  font-size: 16px;
}

.text-block-2 {
  color: #fff;
  background-color: #679a47;
  border-radius: 15px;
  margin-top: 3px;
  padding: 3px 10px;
  font-size: 16px;
}

.brand {
  text-align: center;
  font-size: 114px;
}

.navbar {
  min-width: 0;
  background-color: #fff;
  padding-left: 0;
}

.image-8 {
  margin-top: 6px;
  padding-top: 0;
}

.link-block {
  align-self: flex-start;
  text-decoration: none;
}

.slide {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/0d20f64aebd160c75424135c75301a13.png.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
}

.slider {
  object-fit: fill;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  flex: 1;
  align-self: center;
  overflow: visible;
}

.div-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex: 1;
  order: 0;
  grid-template-rows: 385px;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: space-around;
  align-self: stretch;
  align-items: stretch;
  justify-items: stretch;
  display: block;
}

.slider-2 {
  background-image: url('../images/loli-car.JPG');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-2 {
  background-image: url('../images/0d20f64aebd160c75424135c75301a13.png.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.slide-3 {
  background-image: url('../images/0d20f64aebd160c75424135c75301a13.png.webp');
  background-position: 0 0;
  background-size: cover;
}

.slider-cars {
  height: 400px;
}

.slide-1 {
  background-image: url('../images/0d20f64aebd160c75424135c75301a13.png.webp'), url('../images/loli-car.JPG'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%, 50%, 50%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: cover, cover, cover;
}

.slide-1.slide-black {
  background-image: url('../images/loli-car.JPG'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.button {
  display: block;
  position: relative;
}

.image-9 {
  width: 32px;
}

.image-10 {
  width: 32px;
  align-self: auto;
  margin-bottom: 0;
  margin-right: 9px;
}

.div-block-7 {
  color: #fff;
  flex-flow: row;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  display: block;
}

.link-block-2 {
  clear: none;
  align-self: flex-start;
  align-items: center;
  margin-top: 8px;
  display: flex;
}

.loli-phone-number {
  color: #fff;
  text-align: center;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
}

.heading-6 {
  color: #fff;
  font-size: 30px;
  display: block;
}

.div-block-8 {
  align-self: flex-start;
  margin-top: 23px;
  display: block;
}

.heading-7 {
  color: #fff;
  margin-top: -6px;
}

.gaytan-email {
  color: #fff;
  font-size: 25px;
}

.div-block-9 {
  align-self: flex-start;
  margin-top: 33px;
  display: block;
}

.heading-8 {
  color: #fff;
  text-align: center;
  margin-top: -3px;
  font-family: Vollkorn, serif;
  font-weight: 400;
}

.div-block-10 {
  align-self: flex-start;
  margin-top: 51px;
}

.div-block-11 {
  align-self: center;
}

.div-block-12 {
  align-self: auto;
  margin-top: 21px;
  display: block;
}

@media screen and (max-width: 991px) {
  .div-block {
    justify-content: flex-start;
    display: flex;
  }

  .heading {
    margin-bottom: 0;
    font-size: 30px;
  }

  .heading-2 {
    margin-top: 0;
    font-size: 22px;
  }

  .grid-4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .head-main {
    flex: 0 auto;
    align-self: flex-start;
    margin-top: -3px;
    padding-top: 0;
    font-size: 35px;
  }

  .heading-sub {
    align-self: center;
    font-size: 25px;
  }

  .text-block {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 25px;
  }

  .heading-5 {
    margin-bottom: 22px;
    font-size: 40px;
  }

  .services-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .service-name {
    font-size: 30px;
  }

  .image-5 {
    display: inline-block;
  }

  .section-2 {
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .heading-contact.white-font {
    height: auto;
    outline-offset: 0px;
    border: 1px #000;
    outline: 3px #fff;
    align-self: flex-start;
    margin-top: 22px;
    font-size: 20px;
    font-style: normal;
    line-height: 33px;
    text-decoration: none;
  }

  .image-facebook {
    order: 0;
    align-self: flex-start;
  }

  .container-3 {
    background-color: #fff;
    margin-top: 20px;
  }

  .nav-link.nav-color, .nav-link-2, .nav-link-3.nav-color, .icon {
    color: #000;
  }

  .nav-menu {
    z-index: 0;
    color: #fff;
    object-fit: fill;
    background-color: #fff;
    margin-top: 0;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .menu-button {
    padding-top: 14px;
  }

  .menu-button.w--open {
    margin-bottom: 0;
    padding-top: 18px;
  }

  .navbar {
    margin-top: -20px;
    position: relative;
  }

  .image-8 {
    margin-top: 5px;
  }

  .div-block-6 {
    flex-direction: column;
    justify-content: space-around;
    align-items: stretch;
    display: flex;
  }

  .slide-3 {
    height: auto;
    object-fit: fill;
  }

  .slide-1.slide-black {
    background-image: url('../images/0d20f64aebd160c75424135c75301a13.png.webp'), url('../images/loli-car.JPG'), url('../images/loli-car.JPG');
  }
}

@media screen and (max-width: 767px) {
  .section-test {
    padding-left: 7px;
    padding-right: 7px;
  }

  .grid-4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .lobby {
    margin-left: 0;
    padding-left: 0;
  }

  .head-main {
    margin-top: 19px;
    margin-bottom: -1px;
    font-size: 40px;
  }

  .heading-sub {
    margin-top: 8px;
    font-size: 25px;
  }

  .text-block {
    margin-bottom: 38px;
    font-size: 18px;
  }

  .service-name {
    font-size: 20px;
  }

  .image-8 {
    margin-top: 5px;
  }

  .slider-cars {
    width: 100%;
  }

  .slide-1 {
    background-image: url('../images/0d20f64aebd160c75424135c75301a13.png.webp'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%, 50%;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;
  }

  .slide-1.slide-black {
    background-image: url('../images/loli-car.JPG');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    width: auto;
    height: 300px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .heading {
    color: #fff;
    text-align: center;
    flex-direction: row;
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-top: 0;
    font-size: 1rem;
    font-weight: 700;
    line-height: 36px;
    display: block;
  }

  .div-block-2 {
    height: auto;
  }

  .image {
    width: 100%;
    height: auto;
    max-width: none;
    object-position: 0% 50%;
  }

  .columns {
    text-align: center;
  }

  .body {
    background-color: #3771b8;
  }

  .heading-2 {
    text-align: center;
    flex-direction: row;
    flex: 1;
    align-self: center;
    margin-bottom: 0;
    font-size: 15px;
  }

  .heading-3 {
    padding: 0 5px;
    font-size: 14px;
  }

  .grid-3 {
    align-items: center;
    justify-items: center;
  }

  .section-test {
    padding-left: 7px;
    padding-right: 7px;
  }

  .grid-4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .head-main {
    font-size: 33px;
  }

  .head-main.media {
    margin-bottom: 27px;
  }

  .heading-sub {
    font-size: 25px;
  }

  .heading-sub.email {
    align-self: center;
  }

  .heading-sub.phone {
    align-self: center;
    margin-bottom: 0;
  }

  .text-block {
    margin-bottom: 20px;
  }

  .heading-5 {
    text-align: left;
    margin-bottom: 23px;
    font-family: Varela, sans-serif;
    font-size: 35px;
  }

  .services-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template: "."
                   "Area"
                   / 1fr;
  }

  .service-name {
    margin-top: 5px;
    font-size: 25px;
  }

  .heading-contact.white-font {
    text-align: center;
    background-color: rgba(146, 146, 223, .04);
    border-radius: 0;
    align-self: center;
    margin-top: -8px;
    margin-bottom: 11px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    line-height: 32px;
  }

  .image-facebook {
    text-align: left;
    align-self: center;
    display: inline-block;
  }

  .container-3 {
    padding-left: 10px;
    padding-right: 0;
  }

  .icon {
    font-weight: 400;
    line-height: 20px;
  }

  .text-block-2 {
    font-size: 14px;
  }

  .brand {
    text-align: center;
    margin-left: 0;
    padding-left: 0;
  }

  .nav-menu {
    margin-top: 0;
  }

  .link-block {
    align-self: center;
  }

  .div-block-6 {
    flex: 1;
  }

  .slide-1 {
    background-size: cover, cover, cover;
  }

  .slide-1.slide-black {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .image-10 {
    margin-right: 5px;
  }

  .div-block-7 {
    align-self: center;
  }

  .loli-phone-number {
    font-size: 20px;
  }

  .heading-6 {
    font-size: 30px;
  }

  .div-block-8 {
    align-self: center;
  }

  .heading-7 {
    font-size: 25px;
  }

  .gaytan-email {
    font-size: 20px;
  }

  .heading-8 {
    text-align: center;
    object-fit: fill;
  }

  .div-block-10 {
    display: block;
  }

  .div-block-11 {
    margin-top: 36px;
  }
}

#w-node-_94e4571a-6ef4-2c33-cf31-69db9247bc1a-83708958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_94e4571a-6ef4-2c33-cf31-69db9247bc22-83708958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-dda7fe1e-33d9-c451-0ce9-69fdc499f40a-83708958, #w-node-_53216c8f-299a-fba6-0ae3-8716849cedc4-83708958, #w-node-_6b036dcc-a608-14aa-cd43-4e3505437148-83708958, #w-node-_1bf7aa4c-99bd-d1d6-c7e4-d3554d71bb4e-83708958, #w-node-_8619b1d7-3ddc-a45b-37cc-38f5effe0120-83708958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_8619b1d7-3ddc-a45b-37cc-38f5effe0118-83708958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-_94e4571a-6ef4-2c33-cf31-69db9247bc22-83708958 {
    justify-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_94e4571a-6ef4-2c33-cf31-69db9247bc22-83708958 {
    justify-self: stretch;
  }

  #w-node-_8619b1d7-3ddc-a45b-37cc-38f5effe0118-83708958 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
    justify-self: center;
  }
}
/* Headers */
.head-main {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;       /* bold and impactful */
    font-size: 64px;        /* bigger than other text */
    color: #1A3E6E;         /* deep navy, professional */
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 1.2;
}

.heading-sub {
    font-family: 'Montserrat', sans-serif;  /* use same font, lighter */
    font-weight: 400;
    font-size: 32px;
    color: #555555;
    margin-bottom: 40px;
}

/* Body text */
.text-block, .text-block-2, .loli-phone-number, .gaytan-email {
    font-family: 'Open Sans', sans-serif;  /* clean and readable */
    font-weight: 400;
    font-size: 18px;
    color: #333;  /* darker, easier to read on white/light backgrounds */
}

/* === GLOBAL FONT OVERRIDE === */
body, h1, h2, h3, h4, h5, h6, p, a, .text-block, .service-name, .heading-sub {
    font-family: 'Montserrat', sans-serif !important;
}

/* === HERO SECTION === */
.head-main {
    font-size: 72px;          /* bigger and more impactful */
    font-weight: 700;         /* bold */
    color: #1a1a1a;           /* dark professional color */
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.1;
    margin-bottom: 15px;
}

.heading-sub {
    font-size: 36px;          /* larger than before */
    font-weight: 500;
    color: #555555;           /* softer contrast under main header */
    line-height: 1.3;
    margin-top: -10px;
}

/* === HERO LOGO & TEXT BLOCK === */
.text-block {
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;           /* keep readable if background is blue */
    background-color: #3771b8; /* optional: match main brand color */
    border-radius: 12px;
    padding: 12px 18px;
    margin-top: 15px;
    margin-bottom: 25px;
}

/* === SERVICES HEADINGS === */
.heading-5 {
    font-size: 48px;
    font-weight: 700;
    color: #1a1a1a;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.service-name {
    font-size: 24px;
    font-weight: 600;
    color: #3771b8;  /* brand color */
    text-align: center;
    margin-top: 15px;
}

/* === CONTACT SECTION === */
.head-main.media {
    font-size: 50px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 30px;
}

.heading-6 {
    font-size: 28px;
    font-weight: 600;
    color: #1a1a1a;
}

.heading-7 {
    font-size: 20px;
    font-weight: 400;
    color: #555555;
    margin-bottom: 10px;
}

/* === LINKS AND PHONE/EMAIL === */
.loli-phone-number, .gaytan-email {
    font-size: 20px;
    font-weight: 500;
    color: #1a1a1a;
}

/* === FOOTER & NAV LINKS === */
.nav-link, .nav-link-2, .nav-link-3, .nav-link.nav-color, .nav-link-2.nav-color, .nav-link-3.nav-color {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #1a1a1a !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* === BUTTONS (if you add any later) === */
.button {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

/* === OPTIONAL HERO BACKGROUND ADJUSTMENT === */
.body {
    background-color: #f8f9fa; /* lighter, more professional background */
}

.section-test {
    background-color: #ffffff; /* keep sections clean */
}

/* === MOBILE RESPONSIVENESS OVERRIDE === */
@media screen and (max-width: 991px) {
    .head-main {
        font-size: 50px;
    }
    .heading-sub {
        font-size: 28px;
    }
    .heading-5 {
        font-size: 40px;
    }
}

@media screen and (max-width: 767px) {
    .head-main {
        font-size: 40px;
    }
    .heading-sub {
        font-size: 24px;
    }
    .heading-5 {
        font-size: 35px;
    }
}

@media screen and (max-width: 479px) {
    .head-main {
        font-size: 32px;
    }
    .heading-sub {
        font-size: 20px;
    }
    .heading-5 {
        font-size: 28px;
    }
}




