/**
* Template Name: Medicio
* Updated: Jan 29 2024 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/medicio-free-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/* =========================
   Color Variables
   ========================= */
/* OLD THEME :root {
  --color-text: #444444;
  --color-bg: #a5d0cc;

  --white: #fff;
  --black: #000;

  --brand-1: #4b7a85;
  --brand-1-90: rgba(75, 122, 133, 0.9);
  --brand-1-60: rgba(75, 122, 133, 0.6);

  --brand-2: #3fbbc0;
  --brand-2-hover1: #5ec6ca;
  --brand-2-hover2: #52c2c6;
  --brand-2-hover3: #65c9cd;
  --brand-2-alt: #2fa0a4;
  --brand-2-35: rgba(63, 187, 192, 0.35);
  --brand-2-08: rgba(63, 187, 192, 0.08);
  --brand-2-30shadow: rgba(63, 187, 192, 0.3);

  --nav-mobile: rgba(31, 90, 103, 0.95);

  --overlay-25black: rgba(0, 0, 0, 0.25);
  --overlay-50black: rgba(0, 0, 0, 0.5);

  --shadow-strong: rgba(0, 0, 0, 0.32);
  --shadow-soft: rgba(0, 0, 0, 0.18);
  --shadow-card: rgba(0, 0, 0, 0.06);
  --shadow-15: rgba(0, 0, 0, 0.15);
  --shadow-blue: rgba(68, 88, 144, 0.12);

  --gray-555: #555555;
  --gray-777: #777777;
  --gray-999: #999999;
  --gray-aaa: #aaaaaa;
  --gray-bababa: #bababa;
  --gray-b0bec5: #b0bec5;
  --gray-ccc: #cccccc;
  --gray-d5: #d5d5d5;
  --gray-6c757d: #6c757d;
  --gray-eee: #eeeeee;
  --gray-ddd: #dddddd;

  --mint-1: #f0fafa;
  --mint-2: #f7fcfc;
  --mint-3: #f7fbfb;
  --gray-f8: #f8f8f8;
  --bg-light: #f8f9fa;
  --aqua-b2: #b2e4e6;
  --border-d9: #d9f1f2;

  --why-bg: rgba(60, 60, 60, 0.8);

  --success: #18d26e;
  --error: #ed3c0d;
} */

:root {
  /* Base */
  --color-text: #2e2f2e;
  /* slightly dark neutral for better contrast */
  --color-bg: #dfe9e3;
  /* soft sage mist page bg */
  --white: #fff;
  --black: #000;

  /* Primary (deep forest / navbar / sections) */
  --brand-1: #2f5d3a;
  /* forest green */
  --brand-1-90: rgba(47, 93, 58, 0.9);
  --brand-1-60: rgba(47, 93, 58, 0.6);

  /* Accent (buttons, links, lines) – mossy green */
  --brand-2: #7fb77e;
  /* moss */
  --brand-2-hover1: #95c98f;
  /* lighter hover (back-to-top, etc.) */
  --brand-2-hover2: #71aa72;
  /* button hover */
  --brand-2-hover3: #8fcb91;
  /* alt hover */
  --brand-2-alt: #5d9b62;
  /* darker accent for focus states */
  --brand-2-35: rgba(127, 183, 126, 0.35);
  --brand-2-08: rgba(127, 183, 126, 0.08);
  --brand-2-30shadow: rgba(127, 183, 126, 0.30);

  /* Mobile menu overlay (deeper green than primary) */
  --nav-mobile: rgba(26, 61, 44, 0.95);

  /* Overlays & shadows */
  --overlay-25black: rgba(0, 0, 0, 0.25);
  --overlay-50black: rgba(0, 0, 0, 0.5);
  --shadow-strong: rgba(0, 0, 0, 0.32);
  --shadow-soft: rgba(0, 0, 0, 0.18);
  --shadow-card: rgba(0, 0, 0, 0.06);
  --shadow-15: rgba(0, 0, 0, 0.15);
  --shadow-blue: rgba(68, 88, 144, 0.12);
  /* keeping as-is; shadow tint only */

  /* Grays (unchanged) */
  --gray-555: #555555;
  --gray-777: #777777;
  --gray-999: #999999;
  --gray-aaa: #aaaaaa;
  --gray-bababa: #bababa;
  --gray-b0bec5: #b0bec5;
  --gray-ccc: #cccccc;
  --gray-d5: #d5d5d5;
  --gray-6c757d: #6c757d;
  --gray-eee: #eeeeee;
  --gray-ddd: #dddddd;

  /* Subtle green-tinted backgrounds */
  --mint-1: #eef6f0;
  /* testimonial bubble bg */
  --mint-2: #f3fbf5;
  /* tabs active bg */
  --mint-3: #f2fbf6;
  /* chips/pills bg */
  --gray-f8: #f8f8f8;
  --bg-light: #f8f9fa;

  /* Accents that were aqua → switch to pale green */
  --aqua-b2: #cfe8d1;
  /* quote icon light tint */
  --border-d9: #d9f1e0;
  /* FAQ separators */

  /* “Why” dark band (kept dark but with green tone) */
  --why-bg: rgba(22, 36, 28, 0.9);

  /* Status colors (unchanged) */
  --success: #18d26e;
  --error: #ed3c0d;
}

/* ===== Original Styles (colors switched to vars) ===== */

/* === Custom Font Import === */
/* @font-face {
  font-family: "MyFont";
  src: url("/fonnts.com-Mundo_Sans_W04_Regular.ttf") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MyFont";
  src: url("/fonnts.com-Mundo_Sans_W04_Bold.ttf") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
} */

html {
  scroll-behavior: smooth;
}

html,
body {
  /* overflow-x: hidden; */
  /* width: 100%; */
  /* scroll-behavior: smooth; */
}

body {
  /* font-family: "MyFont", Arial, Helvetica, sans-serif; */
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-weight: 300;
  color: var(--color-text);
  background-color: var(--color-bg);
}

a {
  color: var(--white);
  text-decoration: none;
}

/* h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "MyFont", Arial, Helvetica, sans-serif;
} */

.navbar a {
  letter-spacing: 0.3px;
}

h1,
h2,
h3 {
  font-weight: 300;
  letter-spacing: 0.2px;
  line-height: 1.15;
}

section:target {
  scroll-margin-top: 120px;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: var(--brand-1);
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid var(--brand-1);
  border-top-color: var(--brand-1);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: var(--brand-1);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: var(--white);
  line-height: 0;
}

.back-to-top:hover {
  background: var(--brand-2-hover1);
  color: var(--white);
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

#topbar {
  display: none;
}

#topbar.topbar-scrolled {
  top: -40px;
}

#topbar i {
  padding-right: 6px;
  line-height: 0;
}

#header {
  position: fixed;
  width: 100%;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  padding: 15px 20px;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--overlay-25black);
}

#header.header-scrolled {
  background-color: rgb(119 149 126);
  padding: 10px 20px;
}

@media (max-width: 992px) {
  #header {
    padding: 0;
  }
}

#header.header-scrolled {
  top: 0;
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  letter-spacing: 0.5px;
  padding-left: 5px;
}

.logo-container {
  display: flex;
  align-items: center;
}

.logo-img {
  height: 50px;
  width: auto;
}

.text-container {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  white-space: nowrap;
  justify-content: center;
}

.text-container h1 {
  font-size: 24px;
  font-weight: 200 !important;
  margin: 0;
}

.logo-container .logo {
  font-size: 24px;
  margin: 0;
  white-space: nowrap;
}

.slogan {
  font-size: 16px;
  color: var(--white);
  margin-top: 5px;
  margin-left: 5px;
}

.logo2 {
  float: left;
}

#header .logo a {
  color: var(--white);
}

.logo {
  color: var(--white);
}

#header .logo img {
  max-height: 40px;
}

#header {
  box-shadow: 0 2px 10px var(--shadow-strong);
}

#header.header-scrolled {
  box-shadow: 0 4px 16px var(--shadow-soft);
}

#header .container {
  justify-content: flex-start;
}

.logo-container {
  margin-left: -60px;
}

@media (max-width: 768px) {
  .payment-btn {
    margin: 0 15px 0 0;
    padding: 6px 15px;
  }
}

.navbar {
  display: flex;
  align-items: center;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  /* font-family: "Roboto", sans-serif; */
  font-size: 16px;
  color: var(--white);
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: var(--brand-2);
}

.db-mobile-toggle {
  display: none;
  background: none;
  border: 0;
  line-height: 0;
  cursor: pointer;
}

.db-mobile-toggle i {
  font-size: 28px;
  color: var(--white);
}

@media (max-width: 1200px) {
  .db-mobile-toggle {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1001;
  }

  .navbar {
    position: fixed;
    top: 0px;
    right: 0;
    width: 100%;
    height: 100vh;
    background: var(--nav-mobile);
    flex-direction: column;
    align-items: center;
    display: none;
    padding-top: 20px;
    z-index: 1000;
  }

  .navbar.active {
    display: flex;
  }

  .navbar ul {
    flex-direction: column;
    text-align: center;
    width: 100%;
    margin-top: 100px;
  }

  .navbar ul li {
    padding: 15px 0;
  }

  .navbar a {
    font-size: 18px;
    padding: 12px;
    display: block;
    color: var(--white);
  }
}

@media (max-width: 991px) {
  .navbar {
    flex-direction: column;
    align-items: center;
    background: var(--nav-mobile);
    position: fixed;
    top: 0px;
    right: 0;
    width: 100%;
    height: 100vh;
    display: none;
    padding: 20px 0;
  }

  .navbar.active {
    display: flex;
  }

  .navbar ul {
    flex-direction: column;
    text-align: center;
    width: 100%;
  }

  .navbar ul li {
    padding: 10px 0;
  }

  .navbar a {
    font-size: 18px;
    padding: 10px;
    display: block;
  }
}

.db-mobile-toggle {
  display: none;
  background: none;
  border: 0;
  line-height: 0;
  cursor: pointer;
}

.db-mobile-toggle i {
  font-size: 28px;
  color: var(--white);
}

@media (max-width: 991px) {
  .db-mobile-toggle {
    display: block;
    color: var(--white);
  }
}

#carouselExampleControls {
  width: 100%;
  min-height: 100vh;
  height: auto;
  overflow: visible;
}

.carousel-inner {
  height: 100%;
}

.carousel-item img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.carousel-img {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.carousel-caption {
  position: absolute;
  top: calc(50% + (62px - 11px));
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: var(--white);
  background: var(--overlay-50black);
  padding: 32px;
  border-radius: 10px;
  width: 100%;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  justify-content: center;

  & h1 {
    font-size: 48px;
    font-weight: 200 !important;
  }
}

/* Fade the whole slide (already handled by .carousel-fade) */
.carousel-fade .carousel-item {
  transition-property: opacity;
}

/* Fade-in for the caption each time its slide becomes active */
.carousel-caption {
  opacity: 0;
  /* transform: translate(-50%, -45%); */
  /* slight lift */
  transition: opacity .6s ease-out, transform .6s ease-out;
}

.carousel-item.active .carousel-caption {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.mb-7 {
  margin-bottom: 7px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-60 {
  margin-top: 60px;
}

.sp-section {
  background: var(--white);
}

.sp-card {
  border: 1px solid var(--shadow-card);
  border-radius: 14px;
  box-shadow: 0 4px 18px var(--shadow-card);
  background: var(--white);
}

.sp-card .card-body {
  padding: 1.25rem 1.25rem;

  & .h5 {
    font-weight: 400 !important;
  }
}

@media (min-width: 768px) {
  .sp-card .card-body {
    padding: 1.5rem 1.5rem;
  }
}

.sp-tag-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: .5rem;
}

.sp-tag {
  display: flex;
  align-items: center;
  padding: .45rem .95rem;
  border: 1px dashed var(--brand-2-35);
  border-radius: 999px;
  background: var(--brand-2-08);
  color: #2a6f72;
  font-size: .95rem;
  font-weight: 400;
  line-height: 1.1;
}

.sp-note {
  font-size: .95rem;
  color: var(--gray-555);
}

.sp-link {
  color: var(--brand-2);
  text-decoration: underline;
}

.sp-link:hover {
  color: var(--brand-2-alt);
}

.sp-chip {
  padding: .4rem .75rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 999px;
  background: var(--mint-3);
  font-size: .95rem;
}

.sp-cta .btn {
  border-radius: 10px;
}

.sp-cta a {
  background: var(--brand-2);
  border: 1px solid var(--brand-2);
  color: white;
}

.sp-cta a:hover {
  color: white;
  background: var(--brand-2);
  border: 1px solid var(--brand-2);
}

.sp-card i {
  vertical-align: middle;
}

.sp-section .underline {
  text-decoration-color: var(--brand-2);
}

@media (max-width: 992px) {
  .carousel-caption {
    top: calc(50% + (48px - 11px));
    width: 90%;
    font-size: 16px;
    padding: 15px;

    & h1 {
      font-size: 36px;
    }
  }
}

@media (max-width: 768px) {
  .carousel-caption {
    width: 95%;
    top: calc(50% + (42px - 11px));
    font-size: 14px;
    padding: 10px;

    & h1 {
      font-size: 32px;
    }
  }

}

@media (max-width: 576px) {
  .carousel-caption {
    top: calc(50% + (36px - 11px));
    font-size: 12px;
    padding: 8px;
    bottom: 0rem;

    & h1 {
      font-size: 24px;
    }
  }

  /* .carousel-item img {
    height: 50vh;
  } */

  .sp-card .card-body {
    padding: 1rem;
  }

  .sp-tag-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1200px) {
  #hero .container {
    margin: auto;
  }
}

section {
  padding: 60px 0;
  overflow: hidden;
}

.services-section {
  padding: 30px 0 60px 0;
  overflow: hidden;
}

.inhomeicons {
  align-items: center;
  height: 25%;
  width: 50%;
}

.section-bg {
  background-color: var(--brand-1);
}

.section-title {
  font-size: 48px;
  font-weight: 200;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 24px !important;
  color: var(--color-text);
}

.section-description {
  width: 90%;
  max-width: 1024px;
  font-size: 16px;
  font-weight: 400;
  color: var(--color-text);
  margin: auto;
  text-align: justify;
}

.launching-soon {
  font-size: 16px;
  text-align: center;
}

@media (max-width: 1024px) {
  .section-title {
    font-size: 36px;
  }

}

@media (max-width: 768px) {
  .section-title {
    font-size: 32px;
  }

  .section-description {
    font-size: 14px;
  }

}

/* =========================
   CTA – Schedule Appointment
   ========================= */

.cta-section {
  padding: 80px 0;
  background-color: var(--white);
}

.cta-inner {
  max-width: 64rem;
  margin: 0 auto;
  padding: 0 1.5rem;
  text-align: center;
}

.cta-eyebrow {
  font-size: 0.875rem;
  letter-spacing: 0.18em;
  color: #212529bf;
  margin-bottom: 1rem;
}

.cta-description {
  margin-bottom: 32px !important;
  max-width: 640px;
  margin: 0 auto;
}

.cta-actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}

.cta-btn {
  padding: 0.75rem 2rem;
  font-size: 0.875rem;
  letter-spacing: 0.16em;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
}

.cta-btn-primary {
  background: var(--brand-2);
  color: #ffffff;
  border: 2px solid var(--brand-2);
}

.cta-btn-primary:hover {
  background-color: var(--brand-2);
  border-color: var(--brand-2);
}

.cta-btn-outline {
  background-color: transparent;
  color: var(--brand-2);
  border: 2px solid var(--brand-2);
}

.cta-btn-outline:hover {
  background-color: var(--brand-2);
  color: #ffffff;
}

@media (min-width: 768px) {
  .cta-section {
    padding: 100px 0;
  }

  .cta-heading {
    font-size: 3rem;
  }
}

@media (min-width: 576px) {
  .cta-actions {
    flex-direction: row;
  }
}

/* ////////////////////// */

.title-feature {
  text-align: center;
}

.why-in-home {
  text-align: center;
  padding: 60px 20px;
  background:
    linear-gradient(var(--brand-1-60), var(--brand-1-60)),
    url('../images/agavebackground.jpeg') center/cover no-repeat;
  color: var(--color-text);
}

.why-in-home .title-feature {
  font-size: 2rem;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .why-in-home .title-feature {
    font-size: 1.8rem;
  }
}

.breadcrumbs {
  padding: 20px 0;
  background-color: var(--brand-1);
  min-height: 40px;
  margin-top: 120px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 70px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: var(--gray-6c757d);
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

.featured-services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #77947d;
  color: var(--white);
  box-shadow: 0 0 29px 0 var(--shadow-blue);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

.featured-services .icon-box::before {
  content: "";
  position: absolute;
  background-color: var(--why-bg);
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}

.featured-services .icon-box:hover::before {
  background-color: var(--why-bg);
  top: 0;
  border-radius: 0px;
}

.featured-services .icon {
  margin-bottom: 15px;
}

.featured-services .icon i {
  font-size: 48px;
  line-height: 1;
  color: var(--brand-2);
  transition: all 0.3s ease-in-out;
}

.featured-services .title-feature {
  align-items: center;
}

.featured-services .title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

.featured-services .title a {
  color: var(--white);
}

.featured-services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.featured-services .icon-box:hover .title a,
.featured-services .icon-box:hover .description {
  color: var(--white);
}

.featured-services .icon-box:hover .icon i {
  color: var(--white);
}

.inhomeicons {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 75%;
  width: 100%;
  margin: 0 auto;
  border-radius: 10px;
}

@media (max-width: 570px) {
  .inhomeicons {
    height: 160px !important;
    width: 100%;
  }
}

.about {
  color: var(--color-text);
}

.about {
  background:
    linear-gradient(var(--brand-1-60), var(--brand-1-60)),
    url('../images/agavebackground.jpeg') center/cover no-repeat;
  min-height: min-content;
  /* position: relative; */
  /* display: block; */
  z-index: 1;
  text-align: center;
  padding: 60px 40px;
}

.responsive-paragraph {
  text-align: justify;
}

@media (max-width: 900px) {
  .responsive-paragraph {
    font-size: 14px;
    margin-top: -30px;
  }
}

.counts {
  padding-bottom: 30px;
}

.counts .count-box {
  box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 100%;
}

.counts .count-box i {
  display: block;
  font-size: 30px;
  color: var(--brand-2);
  float: left;
}

.counts .count-box span {
  font-size: 42px;
  line-height: 24px;
  display: block;
  color: #555555;
  margin-left: 50px;
}

.counts .count-box p {
  padding: 30px 0 0 0;
  margin: 0;
  /* font-family: "Roboto", sans-serif; */
  font-size: 14px;
}

.counts .count-box a {
  display: block;
  margin-top: 20px;
  color: #7b7b7b;
  font-size: 15px;
  /* font-family: "Poppins", sans-serif; */
  transition: ease-in-out 0.3s;
}

.counts .count-box a:hover {
  color: var(--brand-2);
}

.features .icon-box h4 {
  font-size: 20px;
  margin: 5px 0 10px 60px;
}

.features .icon-box i {
  font-size: 48px;
  float: left;
  color: var(--brand-2);
}

.features .icon-box p {
  font-size: 15px;
  color: #848484;
  margin-left: 60px;
}

.features .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}

.services .icon-box {
  margin-bottom: 20px;
  text-align: center;
}

.services .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  background: var(--white);
  border-radius: 50%;
  transition: 0.5s;
  color: var(--brand-2);
  overflow: hidden;
  box-shadow: 0px 0 25px var(--shadow-15);
}

.services .icon i {
  font-size: 36px;
  line-height: 0;
}

.services .icon-box:hover .icon {
  box-shadow: 0px 0 25px var(--brand-2-30shadow);
}

.services .title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 300 !important;
  position: relative;
  padding-bottom: 15px;
}

.services .title a {
  color: var(--color-text);
  transition: 0.3s;
}

.services .title a:hover {
  color: var(--brand-2);
}

.services .title::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background: var(--brand-2);
  bottom: 0;
  left: calc(50% - 25px);
}

.services .description {
  line-height: 24px;
  font-size: 14px;
}

.appointment .php-email-form {
  width: 100%;
}

.appointment .php-email-form .form-group {
  padding-bottom: 8px;
}

.appointment .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-size: 13px;
}

.appointment .php-email-form .error-message {
  display: none;
  color: var(--white);
  background: var(--error);
  text-align: left;
  padding: 15px;
}

.appointment .php-email-form .error-message br+br {
  margin-top: 25px;
}

.appointment .php-email-form .sent-message {
  display: none;
  color: var(--white);
  background: var(--success);
  text-align: center;
  padding: 15px;
}

.appointment .php-email-form .loading {
  display: none;
  background: var(--white);
  text-align: center;
  padding: 15px;
}

.appointment .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--success);
  border-top-color: var(--gray-eee);
  animation: animate-loading 1s linear infinite;
}

.appointment .php-email-form input,
.appointment .php-email-form textarea,
.appointment .php-email-form select {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  padding: 10px !important;
}

.appointment .php-email-form input:focus,
.appointment .php-email-form textarea:focus,
.appointment .php-email-form select:focus {
  border-color: var(--brand-2);
}

.appointment .php-email-form input,
.appointment .php-email-form select {
  height: 44px;
}

.appointment .php-email-form textarea {
  padding: 10px 12px;
}

.appointment .php-email-form button[type=submit] {
  background: var(--brand-2);
  border: 0;
  padding: 10px 35px;
  color: var(--white);
  transition: 0.4s;
  border-radius: 50px;
}

.appointment .php-email-form button[type=submit]:hover {
  background: var(--brand-2-hover2);
}

.departments .nav-tabs {
  border: 0;
}

.departments .nav-link {
  border: 0;
  padding: 20px;
  color: #555555;
  border-radius: 0;
  border-left: 5px solid var(--white);
  cursor: pointer;
}

.departments .nav-link h4 {
  font-size: 18px;
  transition: 0.3s;
}

.departments .nav-link p {
  font-size: 14px;
  margin-bottom: 0;
}

.departments .nav-link:hover h4 {
  color: var(--brand-2);
}

.departments .nav-link.active {
  background: var(--mint-2);
  border-color: var(--brand-2);
}

.departments .nav-link.active h4 {
  color: var(--brand-2);
}

.departments .tab-pane.active {
  animation: slide-down 0.5s ease-out;
}

.departments .tab-pane img {
  float: left;
  max-width: 300px;
  padding: 0 15px 15px 0;
}

@media (max-width: 768px) {
  .departments .tab-pane img {
    float: none;
    padding: 0 0 15px 0;
    max-width: 100%;
  }
}

@media (max-width: 568px) {
  #header .logo {
    font-size: 20px;
    padding-left: 0px;
  }

  .slogan {
    font-size: 14px;
    margin-top: 3px;
    margin-left: 0px;
  }

  .logo-container {
    margin-left: 0px;
  }

  .logo-img {
    height: 30px;
    width: auto;
  }
}

.departments .tab-pane h3 {
  font-size: 26px;
  margin-bottom: 20px;
  color: var(--brand-2);
}

.departments .tab-pane p {
  color: var(--gray-777);
}

.departments .tab-pane p:last-child {
  margin-bottom: 0;
}

@keyframes slide-down {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: -40px 0 0 40px;
  position: relative;
  z-index: 2;
  border: 6px solid var(--white);
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  margin: 10px 0 5px 45px;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: var(--gray-999);
  margin: 0 0 0 45px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: var(--aqua-b2);
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
  background: var(--mint-1);
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: var(--white);
  opacity: 1;
  border: 1px solid var(--brand-2);
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--brand-2);
}

.doctors .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 4px;
  background: var(--white);
  box-shadow: 0px 2px 15px rgba(63, 187, 192, 0.1);
}

.doctors .member .member-img {
  position: relative;
  overflow: hidden;
}

.doctors .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
}

.doctors .member .social a {
  transition: color 0.3s;
  color: #555555;
  margin: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.doctors .member .social a i {
  line-height: 0;
}

.doctors .member .social a:hover {
  color: var(--brand-2);
}

.doctors .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.doctors .member .member-info {
  padding: 25px 15px;
}

.doctors .member .member-info h4 {
  margin-bottom: 5px;
  font-size: 18px;
  color: #555555;
}

.doctors .member .member-info span {
  display: block;
  font-size: 13px;
  color: var(--gray-aaa);
}

.doctors .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: var(--gray-777);
}

.doctors .member:hover .social {
  opacity: 1;
}

.gallery {
  overflow: hidden;
}

.gallery .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.gallery .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: var(--white);
  opacity: 1;
  border: 1px solid var(--brand-2);
}

.gallery .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--brand-2);
}

.gallery .swiper-slide-active {
  text-align: center;
}

@media (min-width: 992px) {
  .gallery .swiper-wrapper {
    padding: 40px 0;
  }

  .gallery .swiper-slide-active {
    border: 6px solid var(--brand-2);
    padding: 4px;
    background: var(--white);
    z-index: 1;
    transform: scale(1.2);
    margin-top: 10px;
  }
}

.pricing .box {
  padding: 20px;
  background: var(--white);
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.pricing h3 {
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  color: #777777;
  background: var(--gray-f8);
}

.pricing h4 {
  font-size: 36px;
  color: var(--brand-2);
  /* font-family: "Poppins", sans-serif; */
  margin-bottom: 20px;
}

.pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing h4 span {
  color: var(--gray-bababa);
  font-size: 16px;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: var(--color-text);
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing ul li {
  padding-bottom: 16px;
}

.pricing ul i {
  color: var(--brand-2);
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: var(--gray-ccc);
  text-decoration: line-through;
}

.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: var(--gray-f8);
  text-align: center;
}

.pricing .btn-buy {
  background: var(--brand-2);
  display: inline-block;
  padding: 8px 35px 10px 35px;
  border-radius: 4px;
  color: var(--white);
  transition: none;
  font-size: 14px;
  /* font-family: "Roboto", sans-serif; */
  transition: 0.3s;
}

.pricing .btn-buy:hover {
  background: var(--brand-2-hover3);
}

.pricing .featured h3 {
  color: var(--white);
  background: var(--brand-2);
}

.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: var(--brand-2);
  color: var(--white);
}

.faq {
  padding: 60px 0;
}

.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  border-bottom: 1px solid var(--border-d9);
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.faq .faq-list .question {
  display: block;
  position: relative;
  font-size: 18px;
  line-height: 24px;
  padding-left: 25px;
  cursor: pointer;
  color: #32969a;
  transition: 0.3s;
}

.faq .faq-list i {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -2px;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 25px;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list .collapsed {
  color: black;
}

.faq .faq-list .collapsed:hover {
  color: var(--brand-2);
}

.faq .faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}

.faq .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}

#contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  margin-top: 64px;
}

.contact-wrapper {
  background: var(--white);
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  max-width: 600px;
  width: 100%;
  text-align: center;
  margin: 16px auto 60px;
}

.form-row {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

.half-width {
  width: 48%;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid var(--gray-ddd);
  border-radius: 5px;
  font-size: 16px;
}

.contact-form textarea {
  resize: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--brand-2);
  outline: none;
}

.terms {
  display: flex;
  flex-direction: row !important;
  align-items: flex-start;
  font-size: 13px;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 14px;
  color: var(--gray-555);
  text-align: left;
}

.terms input[type="checkbox"] {
  margin: 4px 0 0;
  width: 16px;
  height: 16px;
}

.btn-submit {
  background: var(--brand-2);
  color: var(--white);
  border: none;
  padding: 12px 20px;
  font-size: 18px;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s ease;
  width: 100%;
}

.btn-submit:hover {
  background: var(--brand-2-alt);
}

@media (max-width: 768px) {
  .form-row {
    flex-direction: column;
    gap: 10px;
  }

  .half-width {
    width: 100%;
  }

  .contact-wrapper {
    padding: 20px;
  }

  .terms {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Get in Touch Section with Dark Background */
.get-in-touch-section {
  background-color: #77957e;
  color: var(--white);
  margin-bottom: -24px;
  padding: 60px 0px;
}

.get-in-touch-section .contact-item {
  padding: 12px 20px 0px 20px;
}

.contact-icon {
  font-size: 28px;
  color: var(--brand-2);
  margin-bottom: 10px;
}

.contact-item h4 {
  font-size: 20px;
  font-weight: 400;
  color: var(--white);
  margin-bottom: 10px;
}

.contact-item a {
  color: var(--gray-eee);
  text-decoration: none;
}

.contact-item a:hover {
  color: var(--brand-2);
}

.social-icon {
  font-size: 24px;
  margin: 0 10px;
  color: var(--white);
  transition: 0.3s;
}

.social-icon:hover {
  color: var(--brand-2);
}

#suicide-prevention {
  width: 100%;
  text-align: center;
  background-color: var(--bg-light);
  padding: 60px 10px 20px 10px;
}

/* 
#footer {
  width: 100%;
  background: var(--bg-light);
  color: black;
  padding: 10px 0;
  text-align: center;
  position: relative;
  bottom: 0;
  left: 0;
  margin-bottom: -48px;
}

#footer .container {
  max-width: 1200px;
  margin: auto;
}

#footer .footer-top {
  background: var(--gray-555);
  padding: 60px 0 0px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 0px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: var(--brand-2);
  color: var(--white);
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: var(--brand-2-hover3);
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: var(--brand-2);
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: var(--gray-555);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: var(--brand-2);
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: var(--white);
  padding: 6px 10px;
  position: relative;
  border: 1px solid var(--gray-d5);
  border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: var(--brand-2);
  color: var(--white);
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: var(--brand-2-hover3);
}

#footer .copyright {
  text-align: center;
  width: 90%;
  margin: 0 auto;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
}

#footer-section {
  margin-top: -100px;
  } */

.underline {
  text-decoration-line: underline;
}

#arizona {
  width: 100%;
  background-color: var(--why-bg);
}

#agave {
  margin-top: 0px;
  padding: 0px;
}

#about-paragraph {
  width: 60%;
  align-items: center;
}

/* =========================
   Specialties Section
   ========================= */

.specialties-section {
  padding: 60px 0;
  background-color: var(--white);
}

.specialties-row {
  /* row-gap: 2.5rem; */
}

/* Card */
.specialty-card {
  padding: 24px 18px 32px;
}

/* Big number */
.specialty-number {
  font-size: 3.5rem;
  color: #B5C4A5;
  margin-bottom: 12px;
}

@media (max-width: 1024px) {
  .specialties-section {
    padding: 40px 0;
  }

  .specialty-card {
    padding: 20px 16px 28px;
  }
}

@media (max-width: 768px) {
  .specialties-section {
    padding: 32px 0;
  }

  .specialty-card {
    padding: 16px 12px 16px;
  }
}

.specialty-title {
  font-size: 20px;
  font-weight: 350;
  letter-spacing: 0;
  text-transform: uppercase;
  color: black;
  font-weight: 350;
  /* font-family: "MyFont", Arial, Helvetica, sans-serif; */
  margin-bottom: 8px;
}

/* Description */
.specialty-description {
  font-size: 0.9rem;
  color: #555555;
  line-height: 1.7;
  margin-bottom: 16px;
  text-align: justify;
}

.read-more-inline {
  border: none;
  background: none;
  padding: 0;
  margin-left: 4px;
  font-size: 0.85em;
  color: var(--brand-2);
  cursor: pointer;
  text-decoration: underline;
}

.read-more-inline:hover {
  color: var(--brand-2-alt);
}

/* Button */
.specialty-btn {
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  background: none;
  border: none;
  border-bottom: 1px solid grey;
  padding: 0 0 4px;
  color: grey;
  transition: color 0.2s ease, border-color 0.2s ease;
  /* font-family: "MyFont", Arial, Helvetica, sans-serif; */
}

.specialty-btn:hover:enabled,
.specialty-btn:focus:enabled {
  color: #B5C4A5;
  border-color: #B5C4A5;
  outline: none;
}

/* Coming soon / disabled state (if ever used again) */
.specialty-btn.coming-soon {
  color: #999999;
  border-color: #dddddd;
  cursor: not-allowed;
}

.sp-cta .btn-outline-primary .bi-person-badge {
  color: #fff !important;
}

/* 
#carouselExampleControls,
#carouselExampleControls .carousel-inner,
#carouselExampleControls .carousel-item {
  touch-action: pan-y !important;
} */



/* FOOTER */
.footer {
  background: #77957e;
  color: #ffffff;
  padding: 64px 0 32px;
}

.vf-heading {
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  margin-bottom: 1rem;
  font-weight: 600;
}

.vf-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.vf-list li {
  font-size: 0.875rem;
  color: #F5EFE7;
  margin-bottom: 0.5rem;
}

.vf-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid var(--brand-2-hover1);
  padding-top: 2rem;
}

.vf-logo {
  height: 4rem;
  /* h-16 */
  width: auto;
}

.vf-subtext {
  font-size: 10px;
  color: #F5EFE7;
}

.contact-title {
  color: var(--brand-2) !important;
}

.contact-a {
  color: var(--black) !important;

  &:hover {
    color: var(--brand-2) !important;
  }
}

.footer-logo-image {
  margin-bottom: 8px;
}

@media (max-width: 768px) {

  .footer {
    padding: 32px 0 16px;

    & .container {
      max-width: 100% !important;
    }
  }

  .vf-heading,
  .vf-list {
    text-align: center;
  }


  .logo {
    font-size: 20px !important;
  }

  .slogan {
    font-size: 16px !important;
    margin-top: 3px;
    margin-left: 0px;
  }
}

@media (max-width: 570px) {

  .vf-bottom {
    flex-direction: column;
    gap: 12px;
  }

  .logo {
    font-size: 16px !important;
  }

  .slogan {
    font-size: 12px !important;
  }
}