body {
  padding: 0;
  margin: 0;
  font-family: "Roboto", serif;
  background-image: url('/images/1-Hero/hero-bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#top-nav {
  background-color: transparent !important;
}

.btn-twig {
  background-color: #408799;
  color: #F7F5F0;
  font-family: "Roboto", serif;
  font-weight: 500;
}

.btn-twig:hover {
  background-color: #4091a5;
  color: #F7F5F0;
}

.tw-section {
  padding: 0;
  margin: 0;
}

.tw-bg-light-gray {
  background-color: #F7F5F5;
}

.tw-bg-tan {
  background-color: #F7F5F0;
}

.tw-bg-dark-tan {
  background-color: #F0ECE1;
}

.tw-bg-light-blue {
  background-color: #EBF3F5;
}

.tw-bg-dark-blue {
  background-color: #DDECF0;
}

.tw-bg-very-dark-blue {
  background-color: #072E38;
}

.tw-bg-dark-red {
  background-color: #380708;
}

.tw-title {
  font-family: "Roboto Serif", serif;
  color: #F7F5F0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3;
}

.tw-title-text {
  font-style: italic;
  font-weight: 400;
  font-size: 2.5rem;
}

.tw-subtitle {
  font-family: "Roboto", serif;
  color: #E0DFDF;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}

.tw-btn {
  background-color: #33986e;
  color: #F7F5F0;
  font-family: "Roboto", serif;
  font-weight: 500;
}

.tw-btn:hover {
  background-color: #319e71;
}

.tw-mobile-title {
  font-family: "Roboto", serif;
}

.tw-mobile-desc {
  font-family: "Roboto", serif;
}

.tw-h3 {
  font-family: "Roboto", serif;
  color: #000000;
  font-size: 3rem;
  font-weight: 700;
}

.tw-h2 {
  font-family: "Roboto", serif;
  color: #000000;
  font-size: 1.75rem;
  font-weight: 700;
}

.tw-p {
  font-family: "Roboto", serif;
  color: #000000;
  font-size: 1.5rem;
  font-weight: 400;
}

.tw-p2 {
  font-family: "Roboto", serif;
  color: #000000;
  font-size: 1.25rem;
  font-weight: 400;
}

.cal-icon {
  float: right;
  margin-left: 0.75rem;
  width: 64px;
}

.cal-icons {
  float: right;
}

.subsection-flex-col {
  display: flex;
  flex-direction: column;
}

.subsection {
  border-radius: 1.5rem;
  padding: 2rem;
  flex: 1;
}

.overlay-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.background-img,
.foreground-img {
  position: relative;
  display: inline-block;
  height: auto;
}

.foreground-img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.phone-container-img {
  height: calc(100% - 48px); /* 100% height minus 24px padding top and bottom */
  width: auto;
  object-fit: contain;
}

.cal-title {
  font-family: "Roboto", serif;
  color: #E0DFDF;
  font-size: 16px;
  padding-left: 14px;
  font-style: italic;
}

.cal-desc {
  font-family: "Roboto", serif;
  color: #E0DFDF;
  font-size: 12px;
}

.cal-div {
  text-align: center;
  display: inline-block;
}

.tw-footer-text {
  font-family: "Roboto", serif;
  color: #E0DFDF;
  font-size: 14px;
}

.tw-image-display-lg {
  display: inline;
}

.tw-image-display-md {
  display: none;
}

.tw-image-display-sm {
  display: none;
}

.tw-pricing-title {
  font-size: 1.5rem;
  font-weight: 600;
}

.tw-pricing-desc {
  font-size: 1rem;
  color: #626566;
  font-weight: 400;
}

.tw-pricing-price {
  font-size: 2.25rem;
  font-weight: 700;
}

/* Mobile sizes */
@media screen and (max-width: 576px) {
  .tw-image-display-lg {
    display: none;
  }

  .tw-image-display-md {
    display: none;
  }

  .tw-image-display-sm {
    display: inline;
  }

  .tw-title {
    font-size: 2rem;
  }

  .tw-title-text {
    font-size: 2rem;
  }

  .tw-subtitle {
    font-size: 1rem;
  }

  .tw-h3 {
    font-size: 1.75rem;
  }

  .tw-h2 {
    font-size: 1.2rem;
  }

  .tw-p {
    font-size: 1rem;
  }

  .tw-p2 {
    font-size: 0.8rem;
  }

  .subsection {
    padding: 1.25rem;
  }

  .cal-icons {
    float: left;
  }
}

@media screen and (max-width: 992px) {
  .tw-image-display-lg {
    display: none;
  }

  .tw-image-display-md {
    display: inline;
  }

  .tw-image-display-sm {
    display: none;
  }

  .tw-title {
    font-size: 2.25rem;
  }

  .tw-title-text {
    font-size: 2.25rem;
  }

  .tw-subtitle {
    font-size: 1rem;
  }

  .tw-h3 {
    font-size: 2rem;
  }

  .tw-h2 {
    font-size: 1.5rem;
  }

  .tw-p {
    font-size: 1.25rem;
  }

  .tw-p2 {
    font-size: 1rem;
  }

  .subsection {
    padding: 1.5rem;
  }
}

.toggle-wrapper {
  position: relative;
  display: inline-flex;
  border-radius: 999px;
  background-color: #ffffff;
  padding: 2px;
  /* box-shadow: 0 2px 6px rgba(0,0,0,0.1); */
  width: 300px;
}

.toggle-btn {
  flex: 1;
  position: relative;
  z-index: 2;
  background: transparent;
  border: none;
  padding: 0.5rem 0.5rem;
  font-weight: 500;
  color: #555;
  border-radius: 999px;
  transition: color 0.3s ease;
}

.toggle-btn.active {
  color: #fff;
}

.toggle-slider {
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  right: 4px;
  width: calc(50% - 4px);
  background-color: #396973;
  border-radius: 999px;
  transition: transform 0.3s ease;
  z-index: 1;
}
