/* PAGE-SPECIFIC STYLES FOR THE ABOUT PAGE */
/* Quote Section */
#quote-section {
  padding: var(--sectionPadding);
  background-color: #daa520; /* Gold background color */
  position: relative;
  z-index: 1;
}

#quote-section .qs-container {
  width: 100%;
  max-width: var(--containerMax);
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

#quote-section .qs-content {
  max-width: 50rem;
  margin: 0 auto;
  text-align: center;
}

#quote-section .qs-topper {
  margin-bottom: 0.25rem;
  text-align: center;
  font-size: var(--topperFontSize);
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #fff;
  display: block;
}

#quote-section .qs-title {
  max-width: 50rem;
  text-align: center;
  font-size: var(--headerFontSize);
  font-weight: 900;
  line-height: 1.2em;
  margin: 0 0 1rem 0;
  color: #fff;
  position: relative;
}

#quote-section .qs-text {
  margin-bottom: 1rem;
  max-width: 46.875rem;
  color: #fff;
  text-align: center;
  font-size: var(--bodyFontSize);
  line-height: 1.5em;
}

#quote-section .qs-text:last-of-type {
  margin-bottom: 2rem;
}

#quote-section .qs-flex-group {
  position: relative;
  border-radius: 1rem;
  background-color: rgba(255, 255, 255, 0.2);
  padding: clamp(2rem, 5vw, 3rem);
  width: 100%;
  margin: 3rem 0;
  text-align: center;
}

#quote-section .qs-flex-group:before {
  content: "";
  width: 3.125rem;
  height: 0.25rem;
  background: #fff;
  opacity: 0.6;
  position: absolute;
  display: block;
  top: -1.25rem;
  left: 50%;
  transform: translateX(-50%);
}

#quote-section .qs-flex-p {
  margin: 0 0 1rem;
  font-size: 1.25rem;
  line-height: 1.5em;
  font-weight: 700;
  color: #ffffff;
  width: 100%;
  text-align: center;
}

#quote-section .qs-name {
  display: block;
  margin: 0 0 0.25rem;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.2em;
  font-weight: bold;
  color: #ffffff;
  width: 100%;
  letter-spacing: 0.05em;
  text-align: center;
}

#quote-section .qs-job {
  display: block;
  font-size: 0.875rem;
  line-height: 1.5em;
  color: rgba(255, 255, 255, 0.9);
  width: 100%;
  margin: 0;
  text-align: center;
}

#quote-section .qs-quote-icon {
  position: absolute;
  bottom: 1rem;
  right: 1.5rem;
  height: auto;
  width: 5rem;
  opacity: 0.15;
}

/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #quote-section .qs-container {
    justify-content: center;
  }
  #quote-section .qs-content {
    margin: 0 auto;
    max-width: 60rem;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0rem) {
  body.dark-mode #quote-section {
    background-color: var(--dark);
  }
  body.dark-mode #quote-section .qs-topper {
    color: var(--primaryLight);
  }
  body.dark-mode #quote-section .qs-title,
  body.dark-mode #quote-section .qs-text {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #quote-section .qs-flex-group {
    background-color: var(--accent);
  }
  body.dark-mode #quote-section .qs-flex-p,
  body.dark-mode #quote-section .qs-name {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #quote-section .qs-job {
    opacity: 0.8;
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #quote-section .qs-quote-icon {
    opacity: 0.2;
  }
}
/*-- -------------------------- -->
<---        Why Choose          -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #why-choose-289 {
    text-align: center;
    padding: var(--sectionPadding);
  }
  #why-choose-289 .cs-container {
    width: 100%;
    /* changes to 1280px on tablet */
    max-width: 34.375rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
  }
  #why-choose-289 .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: flex-start;
  }
  #why-choose-289 .cs-topper {
    font-size: var(--topperFontSize);
    line-height: 1.2em;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 0.25rem;
    display: block;
  }
  #why-choose-289 .cs-title {
    font-size: var(--headerFontSize);
    font-weight: 900;
    line-height: 1.2em;
    text-align: left;
    max-width: 43.75rem;
    margin: 0 0 1rem 0;
    color: var(--headerColor);
    position: relative;
  }
  #why-choose-289 .cs-text {
    max-width: 32.625rem;
  }
  #why-choose-289 .cs-intro {
    margin-top: 1rem;
    max-width: 46.875rem;
    color: var(--bodyTextColor);
    text-align: left;
    font-size: var(--bodyFontSize);
    line-height: 1.5em;
  }
  #why-choose-289 .cs-card-group {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
  }
  #why-choose-289 .cs-item {
    list-style: none;
    text-align: left;
    width: 100%;
    padding: 2rem;
    background-color: #f7f7f7;
    border-radius: 1rem;
    /* prevents padding from adding to height and width */
    box-sizing: border-box;
    transition: background-color 0.3s;
  }
  #why-choose-289 .cs-item:hover {
    background-color: var(--primary);
    cursor: pointer;
  }
  #why-choose-289 .cs-item:hover .cs-emoji {
    transform: scale(1.1);
  }
  #why-choose-289 .cs-item:hover .cs-h3 {
    color: var(--bodyTextColorWhite);
  }
  #why-choose-289 .cs-item:hover .cs-item-text {
    color: var(--bodyTextColorWhite);
  }
  #why-choose-289 .cs-h3 {
    /* 20px - 25px */
    font-size: clamp(1.25rem, 2.5vw, 1.5625rem);
    line-height: 1.2em;
    margin: 0;
    margin-bottom: 1rem;
    color: var(--headerColor);
    transition: color 0.3s;
  }
  #why-choose-289 .cs-item-text {
    font-size: 1rem;
    line-height: 1.5em;
    margin: 0;
    color: var(--bodyTextColor);
    transition: color 0.3s;
  }
  #why-choose-289 .cs-emoji {
    font-size: 2.8125rem;
    line-height: 1;
    margin: 0 auto 1.5rem;
    display: block;
    text-align: center;
    width: 100%;
    transition: transform 0.3s;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #why-choose-289 .cs-container {
    max-width: 80rem;
  }
  #why-choose-289 .cs-content {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    gap: 4rem;
  }
  #why-choose-289 .cs-flex {
    width: 50%;
  }
  #why-choose-289 .cs-title {
    margin: 0;
  }
  #why-choose-289 .cs-card-group {
    justify-content: space-between;
    /* makes sure every box "stretches" to be the same height as the tallest box */
    align-items: stretch;
    flex-direction: row;
    /* 16px - 20px */
    gap: clamp(1rem, 1.5vw, 1.25rem);
  }
  #why-choose-289 .cs-item {
    width: auto;
    /* 16px - 32px */
    padding: 2rem clamp(1rem, 2.1vw, 2rem);
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #why-choose-289 .cs-content {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  #why-choose-289 .cs-flex {
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #why-choose-289 .cs-topper,
  #why-choose-289 .cs-title,
  #why-choose-289 .cs-intro {
    text-align: left;
    align-self: flex-start;
  }
  #why-choose-289 .cs-intro {
    margin-top: 1.5rem;
    max-width: 1280px;
    font-size: 1.1rem;
    color: var(--bodyTextColor);
  }
  #why-choose-289 .cs-card-group {
    margin-top: 2.5rem;
    justify-content: center;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0rem) {
  body.dark-mode #why-choose-289 .cs-topper {
    color: var(--primaryLight);
  }
  body.dark-mode #why-choose-289 .cs-title,
  body.dark-mode #why-choose-289 .cs-text,
  body.dark-mode #why-choose-289 .cs-h3,
  body.dark-mode #why-choose-289 .cs-item-text,
  body.dark-mode #why-choose-289 .cs-intro {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #why-choose-289 .cs-item {
    background-color: var(--accent);
  }
  body.dark-mode #why-choose-289 .cs-item:hover {
    background-color: var(--primary);
  }
}
/*-- -------------------------- -->
<---       Side By Side         -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #sbs {
    padding: var(--sectionPadding);
  }
  #sbs .cs-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    max-width: 80rem;
    width: 100%;
    row-gap: 2.5rem;
  }
  #sbs .cs-left {
    position: relative;
    height: 39.75em;
    /* using ems so we can use font size to scale the whole section */
    width: 39.4375em;
    /* scaling the font size with the view width */
    font-size: min(2.31vw, 0.7em);
  }
  #sbs .cs-picture {
    position: absolute;
    display: block;
    border-radius: 1.5em;
    /* clips img tag corners */
    overflow: hidden;
  }
  #sbs .cs-picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* makes image act like a background image */
    object-fit: cover;
  }
  #sbs .cs-picture1 {
    top: 0;
    left: 0;
    height: 36.3125em;
    width: 32.625em;
  }
  #sbs .cs-picture2 {
    bottom: 0;
    right: 0;
    /* 6px - 12px */
    border: clamp(0.375em, 1.5vw, 0.75em) solid #fff;
    background-color: #fff;
    height: 25em;
    width: 25.875em;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 40px;
  }
  #sbs .cs-right {
    margin: auto;
    max-width: 33.875rem;
  }
  #sbs .cs-topper {
    margin-bottom: 0.25rem;
    text-align: left;
  }
  #sbs .cs-title {
    max-width: 50rem;
    text-align: left;
  }
  #sbs .cs-text {
    margin-bottom: 1rem;
    max-width: 46.875rem;
    color: var(--bodyTextColor);
    text-align: left;
  }
  #sbs .cs-text:last-of-type {
    margin-bottom: 2rem;
  }
  #sbs .cs-flex-group {
    position: relative;
    border-radius: 1rem;
    background-color: #f7f7f7;
    /* 16px - 32px */
    padding: clamp(1rem, 3vw, 2rem);
  }
  #sbs .cs-flex-p {
    margin: 0 0 1rem;
    /* 14px - 16px */
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    line-height: 1.5em;
    color: #353535;
  }
  #sbs .cs-name {
    display: block;
    margin: 0 0 0.25rem;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1.2em;
    font-weight: bold;
    color: var(--headerColor);
  }
  #sbs .cs-job {
    display: block;
    font-size: 0.875rem;
    line-height: 1.5em;
    color: #353535;
  }
  #sbs .cs-quote-icon {
    position: absolute;
    bottom: 0rem;
    /* 16px - 32px */
    right: clamp(1rem, 4vw, 2rem);
    height: auto;
    /* 60px - 136px */
    width: clamp(3.75rem, 10vw, 8.5rem);
  }
  #sbs .cs-button-solid {
    margin-top: 2rem;
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #sbs .cs-container {
    flex-flow: row;
    justify-content: space-between;
    gap: 3.25rem;
  }
  #sbs .cs-left {
    font-size: min(1.2vw, 1em);
    flex: none;
  }
  #sbs .cs-right {
    margin: 0;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0rem) {
  body.dark-mode #sbs .cs-left:before, body.dark-mode #sbs .cs-left:after {
    background: var(--accent);
  }
  body.dark-mode #sbs .cs-picture2 {
    /* 6px - 12px */
    border: clamp(0.375em, 1.5vw, 0.75em) solid var(--dark);
    background-color: var(--dark);
  }
  body.dark-mode #sbs .cs-topper {
    color: var(--primaryLight);
  }
  body.dark-mode #sbs .cs-title,
  body.dark-mode #sbs .cs-text,
  body.dark-mode #sbs .cs-h3,
  body.dark-mode #sbs .cs-flex-p,
  body.dark-mode #sbs .cs-name {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #sbs .cs-flex-group {
    background-color: var(--accent);
  }
  body.dark-mode #sbs .cs-job {
    opacity: 0.8;
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #sbs .cs-quote-icon {
    opacity: 0.2;
  }
}

/*# sourceMappingURL=about.css.map */
