#nav__main {
  background: var(--bs-purple);
  height: 97px;
}

/* *
  * Navigation Defaults */

.nav__mobile--menu {
  position: absolute;
  z-index: 100;
  opacity: 0;
  transition-property: all;
  transition-duration: 300ms;
}

.nav--active .nav__mobile--menu {
  opacity: 1;
  background-color: #333;
}

@media (max-width: 576px) {
  #sticky-icky-bar {
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(26, 32, 45, 0.8);
  }
}

.sticky {
  position: fixed;
  top: 0;
  background-color: rgb(26, 32, 45);
  z-index: 3;
  width: 100%;
  margin-top: 0;
}

.nav__list {
  padding: 10px;
  margin-top: 10px;
}

.nav__item {
  list-style-type: none;
  text-align: left;
}

.nav__link {
  font-size: 1.3em;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  opacity: 1;
  transition: opacity 300ms ease-in-out;
}

/* Default navigation icon */

.nav__trigger {
  display: block;
  position: absolute;
  width: 30px;
  height: 25px;
  right: 10px;
  top: 10px;
  z-index: 200;
}

.nav--active .nav__trigger {
  opacity: 0.5;
}

.nav__icon {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 5px;
  background-color: var(--bs-link-color);
  transition-property: background-color, transform;
  transition-duration: 300ms;
}

.nav__icon:before, .nav__icon:after {
  content: "";
  display: block;
  width: 30px;
  height: 5px;
  position: absolute;
  background: #000;
  transition-property: margin, transform;
  transition-duration: 300ms;
}

.nav__icon:before {
  margin-top: -10px;
}

.nav__icon:after {
  margin-top: 10px;
}

/* Don't nest if you don't have to. */

/* *
  * Style #5 */

.style-5 .nav__mobile--menu {
  transform: translate(100%, -100%) scale(0.5);
  border-radius: 100%;
  width: 100%;
  height: 100vh;
}

.style-5 .nav--active .nav__mobile--menu {
  transform: translateY(0) scale(1);
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.style-5 .nav__link {
  opacity: 0;
  transition-delay: 500ms;
}

.style-5 .nav--active .nav__link {
  opacity: 1;
}

.style-5 .nav--active .nav__icon {
  background: rgba(0, 0, 0, 0);
}

.style-5 .nav--active .nav__icon:before {
  margin-top: 0;
  transform: rotate(45deg);
}

.style-5 .nav--active .nav__icon:after {
  margin-top: 0;
  transform: rotate(-45deg);
}

.nav-color-change {
  background: #ffffff;
}

#nav__desktop-menu {
}

#nav__mobile-menu {
  height: 55px;
  background-color: #fff;
}

#nav__mobile-title a {
  font-size: 21px;
  color: var(--bs-primary-text-emphasis);
  font-family: Poppins, sans-serif;
  font-weight: 600;
  text-decoration: none;
  line-height: 22px;
}

#nav__phone {
  color: #9b1d20;
  font-size: 29px;
  display: block;
  position: absolute;
  width: 30px;
  height: 25px;
  right: 53px;
  top: 5px;
  z-index: 200;
}

#nav__mobile-title {
  padding-left: 10px;
  padding-top: 5px;
}

.nav-item {
  font-family: 'Calistoga';
  font-weight: 501;
  line-height: 20px;
  font-size: 18px;
}

.nav-link:hover {
  color: #9b1d20 !important;
}

.nav-link {
  color: #1a1b41;
}

#nav__title-desktop img {
  width: 200px;
}

body {
  background-color: #fff;
}

#hero {
  background: url("../../assets/img/hero-bg.jpg") center / cover no-repeat, var(--bs-blue);
  height: 535px;
  position: relative;
  margin-top: 105px;
}

@media (max-width: 576px) {
  #hero {
    background: url("../../assets/img/hero-bg.jpg") center / cover no-repeat, var(--bs-blue);
    height: 530px;
    position: relative;
    margin-top: 86px;
  }
}

#hero-service {
  height: 551px;
  position: relative;
  margin-top: 112px;
  background: url("siding.jpg") center / cover no-repeat;
}

@media (max-width: 913px) {
  #hero-service {
    margin-top: 34px;
  }
}

@media (max-width: 766px) {
  #hero-service {
    height: 407px;
  }
}

#hero__bottom-path {
  background: #d2a967;
  height: 100%;
  position: absolute;
  z-index: 4;
  left: 10%;
  width: 50px;
}

#hero__top-path {
  height: 50px;
  position: absolute;
  z-index: 999;
  top: 0px;
  left: 0;
  width: 100%;
  background: #20337d;
}

@media (max-width: 576px) {
  #hero__top-path {
    height: 65px;
  }
}

@media (max-width: 576px) {
  #hero__bottom-path {
    left: 0;
    width: 30px;
  }
}

#hero__text {
  margin-top: 175px;
}

@media (max-width: 576px) {
  #hero__text {
    margin-top: 145px;
  }
}

#hero__text p {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 19px;
  color: rgb(255, 255, 255);
}

#hero__text h1 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  font-size: 45px;
  color: rgb(255, 255, 255);
}

@media (min-width: 914px) {
  #nav__mobile-menu {
    display: none;
  }
}

@media (max-width: 914px) {
  #nav__desktop-menu {
    display: none;
  }
}

@media (max-width: 914px) {
  #hero {
    margin-top: 35px;
  }
}

#contact__floatbox {
  height: 500px;
  width: 70%;
  max-width: 336px;
  z-index: 100;
  position: absolute;
  bottom: 50px;
  background: #e4cfae;
  border-radius: 5px;
}

#contact__floatbox-services {
  height: 500px;
  width: 70%;
  max-width: 336px;
  z-index: 100;
  bottom: 0;
  background: rgba(4, 117, 162, 0.68);
}

@media (max-width: 991px) {
  #contact__floatbox {
    width: 80%;
    max-width: 80%;
    position: relative;
  }
}

@media (max-width: 576px) {
  #contact__floatbox {
    position: relative;
    width: 100%;
    max-width: 100%;
    bottom: 0;
  }
}

#contact__box {
  position: relative;
}

@media (max-width: 991px) {
  #contact__box {
    margin-top: 15px;
  }
}

@media (max-width: 424px) {
  #trust__orgs {
    width: 343px;
  }
}

#contact__form {
  height: auto;
  padding-top: 25px;
}

#contact__form-wrapper {
  padding-right: 28px;
  padding-left: 28px;
}

.contact_form-fields {
  margin-bottom: 13px;
}

#contact_form-submit {
  width: 100%;
  margin-top: 28px;
  font-size: 20px;
}

#contact__form-dropdown {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

#contact__form-textarea {
  height: 103px;
}

.dropdown-menu {
  width: 100%;
}

.btn-light:hover {
  color: #6c757d;
}

.btn-light {
  color: #6c757d;
}

.ulc-btn {
  color: #ffffff;
  border-radius: 5px;
  font-family: 'Calistoga';
  font-weight: bold;
  background: #d2a967;
  border-width: 2px;
  border-style: solid;
  border-color: #d2a967;
}

h1, h2, h3, h4, h5 {
  font-weight: 600;
}

#contact__form-heading {
  margin-bottom: 25px;
  font-size: 29.96px;
  color: #ffffff;
}

#hero__color-overlay {
  background: rgba(210,169,103,0.58);
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.active {
  color: #9b1d20 !important;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
  color: #1a1b41;
}

.navbar-light .navbar-nav .nav-link {
  color: #000000;
}

.ulc-btn:hover, .btn:hover, .btn-primary:hover {
  background-color: #ffffff !important;
  color: #d2a967!important;
  border-color: #d2a967;
  border: solid 2px;
}

.yellow-text {
  color: #ecc924;
}

.section {
  margin: 70px 0;
}

.services__btn {
  height: 140px;
  margin-bottom: 15px;
  max-width: 450px;
  width: 100%;
  position: relative;
  text-decoration: none;
}

.section-heading {
  color: #20337d;
  font-size: 39.88px;
  padding-top: 23px;
}

.section-para {
  font-family: "Poppins";
  z-index: 10;
}

#reviews {
  width: 100%;
  /*height: 385px;*/
  background: var(--bs-body-bg);
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (max-width: 888px) {
  #reviews {
    /*height: 480px;*/
  }
}

#quality-house {
  width: 100%;
  background: #d2a967;
  height: 482px;
  position: relative;
  margin-bottom: 112px;
}

@media (max-width: 360px) {
  #quality-house {
    height: 800px;
  }
}

@media (min-width: 362px) and (max-width: 399px) {
  #quality-house {
    height: 745px;
  }
}

@media (min-width: 399px) and (max-width: 449px) {
  #quality-house {
    height: 665px;
  }
}

@media (min-width: 449px) and (max-width: 500px) {
  #quality-house {
    height: 645px;
  }
}

@media (min-width: 500px) and (max-width: 512px) {
  #quality-house {
    height: 593px;
  }
}

@media (min-width: 512px) and (max-width: 560px) {
  #quality-house {
    height: 580px;
  }
}

@media (min-width: 560px) and (max-width: 992px) {
  #quality-house {
    height: auto;
  }
}

#quality-house__house-path {
  clip-path: polygon(0 99%, 71% 75%, 156% 100%, 0% 100%);
  background: #ffffff;
  height: 600px;
  position: absolute;
  z-index: 4;
  bottom: 0;
  left: 0;
  width: 100%;
}

@media (max-width: 500px) {
  #quality-house__house-path {
    clip-path: polygon(0 87%, 46% 74%, 163% 100%, 0% 100%);
    height: 562px;
  }
}

@media (min-width: 500px) and (max-width: 686px) {
  #quality-house__house-path {
    clip-path: polygon(0 93%, 46% 74%, 163% 100%, 0% 100%);
    height: 562px;
  }
}

@media (min-width: 558px) and (max-width: 686px) {
  #quality-house__house-path {
    clip-path: polygon(0 93%, 46% 74%, 163% 100%, 0% 100%);
    height: 562px;
  }
}

#quality-house__house-box {
  position: relative;
  padding: 0;
  height: 435px;
  display: block;
}

@media (max-width: 686px) {
  #quality-house__house-box {
    position: relative;
    padding: 0;
    height: 265px;
    display: block;
    text-align: center;
  }
}

@media (min-width: 686px) and (max-width: 991px) {
  #quality-house__house-box {
    position: relative;
    padding: 0;
    height: 330px;
    display: block;
  }
}

@media (min-width: 1400px) {
  #quality-house__house-path {
    clip-path: polygon(0 99%, 71% 75%, 156% 100%, 0% 100%);
    background: #ffffff;
    height: 600px;
    position: absolute;
    z-index: 4;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

@media (min-width: 2460px) {
  #quality-house__house-path {
    clip-path: polygon(0 99%, 60% 75%, 156% 100%, 0% 100%);
    background: #ffffff;
    height: 600px;
    position: absolute;
    z-index: 4;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

#quality-house__house {
  width: 571px;
  z-index: 5;
  position: absolute;
  bottom: 0;
  border-radius: 5px;
}

@media (min-width: 260px) and (max-width: 560px) {
  #quality-house__house {
    width: 300px;
    z-index: 5;
    position: relative;
    bottom: 0;
  }
}

@media (min-width: 560px) and (max-width: 686px) {
  #quality-house__house {
    width: 88%;
    z-index: 5;
    position: relative;
    bottom: 0;
  }
}

@media (min-width: 1400px) {
  #quality-house__house {
    width: 570px;
    z-index: 5;
    position: absolute;
    bottom: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #quality-house__house {
    width: 479px;
    z-index: 5;
    position: absolute;
    bottom: 35px;
    left: 250px;
  }
}

@media (min-width: 686px) and (max-width: 768px) {
  #quality-house__house {
    width: 479px;
    z-index: 5;
    position: absolute;
    bottom: 35px;
    left: 129px;
  }
}

@media (min-width: 992px) and (max-width: 1150px) {
  #quality-house__house {
    width: 493px;
    z-index: 5;
    position: absolute;
    bottom: 0;
  }
}

#products-faq {
  width: 100%;
  height: auto;
  background: rgba(210, 169, 103,0.24);
  padding-top: 25px;
  padding-bottom: 25px;
}

#products-faq__faq-title {
  font-size: 56px;
  color: #1a1b41;
}

#gallery-btn {
}

.gallery_img {
  width: 100%;
}

#gallery__img-boot {
  margin-top: 18px;
}

@media (max-width: 990px) {
  #gallery__img-boot {
    margin-top: 0px;
    margin-bottom: 25px;
  }
}

@media (max-width: 576px) {
  #gallery__img-boot {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

#footer__top {
  height: 331px;
  background: url("../../assets/img/IMG_3326%20(1).jpg") center / cover no-repeat;
  position: relative;
}

@media (max-width: 556px) {
  #footer__top {
    height: 515px;
  }
}

.services__btn-text {
  width: 59%;
  height: 40px;
  z-index: 3;
}

.services__btn-content {
  font-size: 24px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  color: rgb(255, 255, 255);
}

.services__btn-icon {
  font-size: 28px;
  color: rgb(255, 255, 255);
}

.services__color-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(236,29,37,0.47);
  z-index: 2;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

#footer__path {
  height: 600px;
  position: absolute;
  z-index: 35;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ffc7c7;
  clip-path: polygon(50% 100%, 0 86%, 100% 86%);
}

#footer__color-overlay {
  background: rgba(210, 169, 103,0.24);
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

#footer__bottom {
  height: 475px;
  background: #20337d;
  position: relative;
  z-index: 0;
  padding-top: 81px;
}

@media (min-width: 769px) and (max-width: 991px) {
  #footer__bottom {
    height: 660px;
  }
}

@media (max-width: 768px) {
  #footer__bottom {
    height: 736px;
  }
}

#footer__bottom-contact-bar {
  position: absolute;
  height: 75px;
  background: #47527b;
  z-index: 3;
  width: 100%;
  bottom: 100px;
  font-size: 14px;
  color: #fff;
  font-family: Poppins, sans-serif;
  text-decoration: none;
  line-height: 15px;
}

@media (max-width: 760px) {
  #footer__bottom-contact-bar {
    height: 200px;
  }
}

.footer__list {
  color: rgb(255, 255, 255);
  font-size: 19px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
}

.footer__contact-boxes {
}

.mobile-nav-link {
  color: #fff;
  font-size: 40px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

#upper-level-construction-inc {
  display: block;
  color: #fff;
  font-size: 21px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  text-decoration: none;
  line-height: 22px;
  margin: 21px 0px;
}

#tsquare-home-improvements {
  display: block;
  color: #fff;
  font-size: 21px;
  font-family: 'Calistoga';
  font-weight: 600;
  text-decoration: none;
  line-height: 22px;
  margin: 21px 0px;
}

#hero-service__seperator {
  background: #d2a967;
  height: 26px;
  position: absolute;
  z-index: 4;
  bottom: 0;
  left: 0;
  width: 100%;
}

.swiper-container {
  height: 381px;
  padding-top: 21px;
}

@media (min-width: 767px) {
  .swiper-container {
    height: 521px;
    padding-top: 21px;
  }
}

.content-article {
  margin: 35px 0;
}

.content--heading-main {
  font-size: 52.88px;
  margin-bottom: 0px;
  height: 55px;
  color: var(--bs-primary-text-emphasis);
}

@media (max-width: 454px) {
  .content--heading-main {
    margin-bottom: 0px;
    height: 87px;
    line-height: 45px;
  }
}

#faq__heading {
  margin-bottom: 0px;
  height: 87px;
  line-height: 45px;
}

@media (max-width: 454px) {
  #faq__heading {
    height: 137px;
  }
}

.content--heading-sub {
  color: #ed1b24;
}

.content--text {
  font-family: Poppins, sans-serif;
  margin-top: 16px;
}

.content--img {
  width: 90%;
  border-radius: 5px;
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.37));
}

.content--list-item {
  font-family: Poppins, sans-serif;
  font-weight: bold;
  color: #9b1d20;
  font-size: 14px;
  padding-right: 14px;
  padding-left: 14px;
}

.content--list {
  width: 427px;
}

@media (max-width: 454px) {
  .content--list {
    width: 300px;
  }
}

@media (max-width: 454px) {
  .content--list li {
    font-size: 20px;
    height: 30px;
  }
}

#service__contact-box {
}

#service__floatbox-services {
  margin-top: 46px;
  margin-bottom: 69px;
  padding-top: 20px;
  position: sticky;
  top: 119px;
  height: 500px;
  width: 70%;
  max-width: 336px;
  z-index: 100;
  background: #e4cfae;
  border-radius: 5px;
}

#service__floatbox-gallery {
  height: 500px;
  width: 40%;
  background: rgba(162,162,162,0.68);
  margin-bottom: 66px;
  padding-top: 20px;
  border-radius: 5px;
}

@media (max-width: 990px) {
  #service__floatbox-services {
    height: 500px;
    width: 100%;
    margin-top: 46px;
    margin-bottom: 69px;
    padding-top: 20px;
    position: relative;
    top: 0;
  }
}

@media (max-width: 990px) {
  #service__floatbox-gallery {
    height: 500px;
    width: 100%;
    margin-top: 46px;
    margin-bottom: 69px;
    padding-top: 20px;
    position: relative;
    top: 0;
  }
}

#products-faq-service {
  margin: 0px;
  padding: 25px 0;
}

@media (max-width: 990px) {
  #products-faq-service {
    height: 600px;
  }
}

@media (max-width: 558px) {
  #products-faq-service {
    height: 700px;
  }
}

.content--img-box {
  padding: 25px 0px;
}

#service__two {
  height: 1586px;
}

#service__three {
  height: 1697px;
}

#service__four {
  height: 1220px;
}

#service__six {
  height: 755px;
  margin-top: 150px;
}

@media (max-width: 500px) {
  #service__two {
    height: 882px;
  }
}

@media (max-width: 500px) {
  #service__three {
    height: 830px;
  }
}

@media (max-width: 500px) {
  #service__four {
    height: 850px;
  }
}

@media (max-width: 500px) {
  #service__five {
    height: 850px;
  }
}

@media (max-width: 500px) {
  #service__six {
    height: 850px;
  }
}

@media (min-width: 500px) and (max-width: 990px) {
  #service__two {
    height: 757px;
  }
}

@media (min-width: 500px) and (max-width: 990px) {
  #service__three {
    height: 757px;
  }
}

@media (min-width: 500px) and (max-width: 990px) {
  #service__four {
    height: 757px;
  }
}

@media (min-width: 500px) and (max-width: 990px) {
  #service__five {
    height: 757px;
  }
}

@media (min-width: 500px) and (max-width: 990px) {
  #service__six {
    height: 757px;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  #service__five {
    height: 3575px;
  }
}

@media (min-width: 990px) and (max-width: 1200px) {
  #service__five {
    height: 4035px;
  }
}

@media (min-width: 990px) and (max-width: 1200px) {
  #service__six {
    height: 851px;
  }
}

@media (min-width: 1400px) {
  #service__five {
    height: 3203px;
  }
}

/* Float Shadow */

.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient( center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80% );
  background: radial-gradient( ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80% );
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}

.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.photo-gallery {
  color: #313437;
  background-color: #fff;
}

.photo-gallery p {
  color: #7d8285;
}

@media (max-width: 767px) {
  .photo-gallery h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
  }
}

.photo-gallery .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto 40px;
}

.photo-gallery .intro p {
  margin-bottom: 0;
}

.photo-gallery .photos {
  padding-bottom: 20px;
}

.photo-gallery .item {
  padding-bottom: 30px;
}

.ulc-shadow {
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.gallery__section {
  margin-top: 20px;
  margin-bottom: 20px;
}

#gallery__container {
  margin-top: 108px;
}

.faq__question {
  color: #9b1d20;
}

#roofing_service_btn {
  background: url("half-roofing.jpg") center / cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#siding_service_btn {
  height: 300px;
  background: url("half-siding.jpg");
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.home-mobile {
  display: block;
}

.home-desk {
  display: none;
}

@media (min-width: 888px) {
  .home-mobile {
    display: none;
  }
}

@media (min-width: 888px) {
  .home-desk {
    display: block;
  }
}

#zohan {
  height: 513px;
}

@media (max-width: 558px) {
  #zohan {
    height: 615px;
  }
}

#formResult {
  text-align: center;
  color: white;
  font-size: 19px;
  display: none;
}

#contact-service {
  color: #6c757d;
}

#contact_us_box {
  height: 500px;
  width: 80%;
  background: rgba(4, 117, 162, 0.68);
  margin-top: 150px;
  margin-bottom: 69px;
  padding-top: 20px;
}

@media (max-width: 912px) {
  #contact_us_box {
    width: 80%;
    margin-top: 100px;
  }
}

@media (max-width: 512px) {
  #contact_us_box {
    width: 98%;
    margin-top: 84px;
  }
}

@media (max-width: 430px) {
  #contact_us_box {
    width: 100%;
  }
}

#contact_box_wrapper {
  height: 864px;
}

@media (max-width: 912px) {
  #contact_box_wrapper {
    height: 864px;
  }
}

@media (max-width: 430px) {
  #contact_box_wrapper {
    height: 920px;
  }
}

#nav__cc-accepted {
  width: 210px;
}

#nav__insurance {
  float: right;
  font-size: 13px;
}

@media (max-width: 576px) {
  #nav__cc-insure-wrap {
    display: none;
  }
}

#nav__cc-insure-wrap {
  float: left;
  align-items: center;
  padding-top: 15px;
}

#hero__title-wrapper {
  display: flex;
  justify-content: start;
  margin-top: 176px;
}

@media (max-width: 576px) {
  #hero__title-wrapper {
    margin-top: 119px;
  }
}

.red-text {
  color: #d54449;
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #404e82;
  border-color: #20337d;
}

#sendMessageButton {
  width: 100%;
  margin-top: 28px;
  font-size: 20px;
  border-radius: 30px;
}

#trust__orgs img {
  width: 150px;
  margin-left: 20px;
  margin-top: 10px;
}

@media (max-width: 576px) {
  #trust__orgs img {
    margin-left: 0px;
  }
}

#trust__orgs {
  display: flex;
  align-items: center;
  flex-direction: row;
}

@media (max-width: 576px) {
  #trust__orgs {
    flex-direction: column;
  }
}

h1, h2 {
  font-family: Calistoga, serif;
}

h3 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 800!important;
}

.company-name {
  font-size: 15px;
  margin-top: 6px;
}

#nav__title-desktop {
  align-items: center;
  margin-right: 0;
  padding-left: 15px;
}

.service-title-hero {
  font-size: 18px;
}

.service-title-text {
  font-size: 14px;
}

#hero-cta-subtext {
  font-family: 'Calistoga';
  font-size: 27px;
  color: #3a321d;
}

.hero-title-text {
  font-size: 60px;
  color: #ffffff;
  text-shadow: 2px 2px var(--bs-emphasis-color);
}

@media (max-width: 576px) {
  .hero-title-text {
    font-size: 35px;
  }
}

.service-img-3d {
  width: 98%;
}

#hero__text-wrapper {
  width: 100%;
  padding-left: 16%;
}

@media (max-width: 576px) {
  #hero__text-wrapper {
    width: 100%;
    padding-left: 5%;
  }
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

