/*-- -------------------------- -->
<---          Contact           -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #contact-1091 {
      padding: var(--sectionPadding);
      position: relative;
      z-index: 1;
  }
  #contact-1091 .cs-container {
      width: 100%;
      /* changes to 1280px at desktop */
      max-width: 39.375rem;
      margin: auto;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      gap: 3.25rem;
  }
  #contact-1091 .cs-content {
      /* set text align to left if content needs to be left aligned */
      text-align: left;
      width: 100%;
      max-width: 33.875rem;
      display: flex;
      flex-direction: column;
      /* centers content horizontally, set to flex-start to left align */
      align-items: flex-start;
  }

  #contact-1091 .cs-text {
      margin: 0 0 2rem 0;
  }
  #contact-1091 .cs-form {
      /* 24px - 48px top and bottom */
      /* 20px - 32px left and right */
      padding: clamp(1.25rem, 4.18vw, 3rem) clamp(1.25rem, 4.18vw, 2rem);
      background-color: #f7f8f8;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      align-items: center;
      gap: 0.75rem;
  }
  #contact-1091 .cs-label {
      /* 14px - 16px */
      font-size: clamp(0.875rem, 1.5vw, 1rem);
      width: 100%;
      color: var(--headerColor);
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      gap: 0.25rem;
  }
  #contact-1091 .cs-input {
      font-size: 1rem;
      width: 100%;
      height: 3.5rem;
      padding: 0;
      padding-left: 1.5rem;
      color: var(--headerColor);
      background-color: #fff;
      border: none;
      /* prevents padding from adding to height and width */
      box-sizing: border-box;
  }
  #contact-1091 .cs-input::placeholder {
      color: #7d799c;
      opacity: 0.6;
  }
  #contact-1091 .cs-textarea {
      min-height: 7.5rem;
      padding-top: 1.5rem;
      margin-bottom: 0.75rem;
      font-family: inherit;
  }
  #contact-1091 .cs-button-solid {
      font-size: 1rem;
      /* 46px - 56px */
      line-height: clamp(2.875em, 5.5vw, 3.5em);
      text-decoration: none;
      font-weight: 700;
      text-align: center;
      margin: 0;
      color: #fff;
      border: none;
      min-width: 9.375rem;
      padding: 0 1.5rem;
      background-color: var(--primary);
      border-radius: 0.25rem;
      display: inline-block;
      position: relative;
      z-index: 1;
      /* prevents padding from adding to the width */
      box-sizing: border-box;
      transition: color 0.3s;
  }
  #contact-1091 .cs-button-solid:before {
      content: "";
      position: absolute;
      height: 100%;
      width: 0%;
      background: #000;
      opacity: 1;
      top: 0;
      left: 0;
      z-index: -1;
      border-radius: 0.25rem;
      transition: width 0.3s;
  }
  #contact-1091 .cs-button-solid:hover {
      color: #fff;
  }
  #contact-1091 .cs-button-solid:hover:before {
      width: 100%;
  }
  #contact-1091 .cs-submit {
      min-width: 17.6875rem;
      border-radius: 0;
  }
  #contact-1091 .cs-submit:hover {
      cursor: pointer;
  }
  #contact-1091 .cs-image-group {
    font-size: min(2.235vw, 0.8em);
    width: 40.625em;
    height: 46.3125em;
    display: flex; /* Changed to flex to center logo */
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}
  #contact-1091 .cs-picture {
      position: absolute;
  }
  #contact-1091 .cs-picture img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0;
  }
  #contact-1091 .cs-picture1 {
      width: 25.8125em;
      height: 26.625em;
      top: 0;
      right: 0;
      z-index: 10;
      border-left: 0.875em solid var(--primary);
      border-bottom: 0.875em solid var(--primary);
  }
  #contact-1091 .cs-picture2 {
      width: 27.6875em;
      height: 24.6875em;
      bottom: 0;
      left: 1.25em;
      border-left: 0.875em solid var(--secondary);
      border-bottom: 0.875em solid var(--secondary);
  }
  #contact-1091 .cs-stripes {
    width: 35.625em;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
#contact-1091 .cs-graphic {
  width: 22em; /* Bigger logo */
  height: auto;
  opacity: 0.85; /* Slight transparency */
  position: relative; /* Stays centered */
  z-index: 1;
}
  #contact-1091 select.cs-input {
    font-size: 1rem;
    width: 100%;
    height: 3.5rem;
    padding: 0;
    padding-left: 1.5rem;
    color: var(--headerColor);
    background-color: #fff;
    border: none;
    box-sizing: border-box;
    appearance: none; /* Remove default arrow styling (optional) */
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M6 9L1.5 4.5l1-1L6 7l3.5-3.5 1 1z' fill='%23000'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 0.65rem;
    cursor: pointer;
  }
  

}
/* Large Desktop - 1200px */
@media only screen and (min-width: 75rem) {
  #contact-1091 .cs-container {
      max-width: 80rem;
      flex-direction: row;
      justify-content: space-between;
      gap: 3.25rem;
  }
  #contact-1091 .cs-image-group {
      font-size: min(1.2vw, 1em);
      flex: none;
      /* sends it to the right in the 2nd position */
      order: 2;
  }
}

                              

/*-- -------------------------- -->
<---          Locations          -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #locations-1696 {
    position: relative;
    z-index: 1;
  }
  #locations-1696 .cs-container {
    width: 100%;
    /* changes to 1920px at tablet */
    max-width: 31.25rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
  }
  #locations-1696 .cs-card-group {
    width: 100%;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
  #locations-1696 .cs-item {
    text-align: center;
    list-style: none;
    width: 100%;
    /* prevents padding and border from affecting height and width */
    box-sizing: border-box;
    /* 24px - 100px top & bottom*/
    padding: clamp(1.5rem, 7vw, 6.25rem) 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-column: span 12;
    grid-row: span 1;
    position: relative;
    z-index: 1;
    /* bottom border */
  }
  #locations-1696 .cs-item::after {
    content: "";
    width: 100%;
    height: 1px;
    /* to change the color of the bottom border, adjust the second color (at 50%). the first and third will blend the color to transparent */
    /* note you'll also have to change the color in the tablet media query when the lines go vertical */
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #bababa 50%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #locations-1696 .cs-item:hover .cs-h3 {
    color: var(--bodyTextColorWhite);
  }
  #locations-1696 .cs-item:hover .cs-item-text {
    color: var(--bodyTextColorWhite);
    opacity: 0.9;
  }
  #locations-1696 .cs-item:hover .cs-background {
    opacity: 1;
  }
  #locations-1696 .cs-item:last-of-type::after {
    content: none;
  }
  #locations-1696 .cs-h3 {
    /* 20px - 25px */
    font-size: clamp(1.25rem, 2.5vw, 1.5625rem);
    font-weight: bold;
    line-height: 1.2em;
    margin: 0 0 1rem 0;
    color: var(--headerColor);
  }
  #locations-1696 .cs-item-text {
    /* 14px - 16px */
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    line-height: 1.5em;
    text-decoration: none;
    max-width: 25rem;
    padding: 0;
    color: var(--bodyTextColor);
  }
  #locations-1696 .cs-address {
    max-width: 40ch;
    margin-bottom: 1rem;
  }
  #locations-1696 .cs-link {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2em;
    text-align: inherit;
    text-decoration: none;
    margin-top: auto;
    /* setting minimum top spacing with padding and using margin-top: auto; to ensure the link is always at the bottom of the item */
    /* 24px - 32px */
    padding-top: clamp(1.5rem, 1vw, 2rem);
    color: #cd181f;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.625rem;
    transition: color 0.3s;
  }
  #locations-1696 .cs-link:hover .cs-arrow {
    transform: translateX(0.25rem);
  }
  #locations-1696 .cs-link-text {
    width: fit-content;
  }
  #locations-1696 .cs-arrow {
    width: 1.25rem;
    height: auto;
    display: block;
    transition: filter 0.3s, transform 0.3s;
  }
  #locations-1696 .cs-background {
    width: 100%;
    height: 100%;
    opacity: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: opacity 0.3s;
  }
  #locations-1696 .cs-background:before {
    /* background color overlay */
    content: "";
    width: 100%;
    height: 100%;
    background: #1a1a1a;
    opacity: 0.84;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #locations-1696 .cs-background img {
    width: 100%;
    height: 100%;
    /* Makes img tag act as a background image */
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
    #locations-1696 .cs-item-text[href^="tel:"],
  #locations-1696 .cs-item-text a[href^="tel:"] {
    display: inline-block;       /* keeps it inline but allows spacing */
    margin-right: 4px;          
    color: var(--secondary);              /* blue color for tel links */
    font-weight: 500;            /* slightly bold */
    text-decoration: none;       /* remove underline */
    transition: color 0.2s ease; /* smooth hover effect */
  }
  
  #locations-1696 .cs-item-text[href^="tel:"]:hover,
  #locations-1696 .cs-item-text a[href^="tel:"]:hover {
    color: var(--secondaryLight);              
    text-decoration: underline; 
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #locations-1696 .cs-container {
    max-width: 120rem;
  }
  #locations-1696 .cs-item {
    grid-column: span 3;
  }
  #locations-1696 .cs-item::after {
    width: 1px;
    height: 100%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #bababa 50%, rgba(255, 255, 255, 0) 100%);
    right: 0;
    left: initial;
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #locations-1696 .cs-item {
    /* 24px - 100px */
    padding-right: clamp(1.5rem, 5vw, 6.25rem);
    padding-left: clamp(1.5rem, 5vw, 6.25rem);
  }
}
                                
                                                          
                                