@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");

.vh-50 {
  min-height: 50vh !important;
}
.vh-75 {
  min-height: 75vh !important;
}
.navbar {
  background-color: #013481 !important;
}

.nav-link {
  font-size: 0.8em;
  color: #ffffff !important;
  padding-right: 0rem !important;
  padding-left: 0rem !important;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  border-bottom: solid transparent 2px;
}
.nav-link:hover,
.nav-link.active {
  color: #02a790 !important;
  border-bottom: solid #02a790 2px;
}
.bottom-nav,
.information {
  font-size: 0.9em;
  color: #ffffff !important;
  text-decoration: none;
}
.bottom-nav:hover,
.information-phone:hover {
  color: #fff !important;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}
.navbar-toggler {
  color: white;
}
.navbar-toggler-icon {
  color: white;
}
.line {
  background-color: #fff;
  height: 1px;
  margin: 25px 25%;
}

.information {
  font-size: 0.9em;
  color: #fff;
}

footer {
  padding: 2.5rem 0;
  color: #fff;
  text-align: center;
  background-color: #001f4e;
  border-top: 0.05rem solid #bfbfbf;
  opacity: 0.99;
}
footer p:last-child {
  margin-bottom: 0;
}

footer p {
  font-size: 0.8em;
}

strong {
  font-weight: bold;
}

li,
p,
body {
  font-family: "Bai Jamjuree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-size: 1.1em;
  font-style: normal;
  letter-spacing: 1px;
}

h1,
h3,
h4,
h5 {
  font-family: "Josefin Sans", sans-serif;
}
.blue-text {
  color: #013481;
  font-weight: bold;
  font-size: 3.5em;
  position: absolute;
  text-wrap: normal;
  max-width: 500px;
  top: 35%;
  left: 10%;
}
.blue-text-bottom {
  color: #31579b;
  font-weight: 600;
  font-size: 2em;
}

.text-header {
  font-weight: bold;
  font-size: 3.5em;
}
.stronger {
  font-weight: 150;
}

.bg_home {
  background-image: url("/assets/img/woman.jpg");
  background-repeat: no-repeat;
  height: 650px;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden; /* Ensure images don't spill outside the container */
}
.bg_home_foot {
  background-image: url("/assets/img/white_ripples.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.bg_women {
  background-image: url("/assets/img/women.jpg");
  background-repeat: no-repeat;
  height: 650px;
  background-size: cover;
  position: relative;
  background-position: center center;
  overflow: hidden; /* Ensure images don't spill outside the container */
}
.bg_addiction {
  background-image: url("/assets/img/addictionkv.jpg");
  background-repeat: no-repeat;
  height: 650px;
  background-size: cover;
  position: relative;
  background-position: center center;
  overflow: hidden; /* Ensure images don't spill outside the container */
}
.bg_animal {
  background-image: url("/assets/img/family1.jpeg");
  background-repeat: no-repeat;
  height: 650px;
  background-size: cover;
  position: relative;
  background-position: center center;
  overflow: hidden; /* Ensure images don't spill outside the container */
}
.bg-pad {
  padding-top: 40px;
  padding-bottom: 15px;
}
.vertical-center1,
.vertical-center2 {
  display: flex;
  justify-content: center; /* Center horizontally */
  align-items: center;
  height: 150px;
}

.better {
  font-weight: 300;
  font-size: 1.1em;
  padding: 0 20px;
}
.better_2 {
  font-weight: 180;
  font-size: 0.8em;
}
.box-shadow {
  background: #013481;
  color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 -10px 20px rgba(0, 0, 0, 0.1),
    10px 0 20px rgba(0, 0, 0, 0.1), -10px 0 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: left;
  height: 100%;
}
.box-shadow .h2 {
  font-weight: 600;
  padding: 0 20px;
  font-size: 2.2em;
}

.spacer {
  margin-top: 16px;
  margin-bottom: 24px;
}

/* Contact Us Button */
.contact-button {
  display: inline-block;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #013480;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2), 0 2px 4px rgba(0, 0, 0, 0.1);
}

.contact-button:hover {
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.3), 0 4px 6px rgba(0, 0, 0, 0.15);
  color: #ffffff;
  background-color: #5b7198;
}

.contact-button a {
  text-decoration: none;
}
.contact-text {
  color: #f5f5f5;
}

/* Media Queries */
@media only screen and (max-width: 2500px) {
  .line {
    margin: 25px 20%;
  }
}
@media only screen and (max-width: 2000px) {
  .line {
    margin: 25px 15%;
  }
}
@media only screen and (max-width: 1600px) {
  .line {
    margin: 25px 10%;
  }
}
@media only screen and (max-width: 1399px) {
  .bg_home,
  .bg_addiction,
  .bg_animal,
  .bg_women {
    height: 500px;
  }
  .nav-link {
    font-size: 0.7em;
  }
  .blue-text {
    top: 25%;
    left: 5%;
    font-size: 3em;
  }
  .line {
    margin: 25px 5%;
  }
}
@media only screen and (max-width: 1199px) {
  .text-box span {
    font-size: 0.4em;
  }
  .nav-link {
    font-size: 0.6em;
  }
  .navbar-brand img {
    padding-left: -15px;
    max-width: 260px;
    height: auto;
  }
  .line {
    margin: 20px 10%;
  }
}

@media only screen and (max-width: 1180px) {
  .text-box span {
    font-size: 0.3em;
  }

  .bg_home,
  .bg_addiction,
  .bg_animal,
  .bg_women {
    height: 400px;
  }
  .blue-text {
    top: 25%;
    left: 0;
    font-size: 2.7em;
  }
}
@media only screen and (max-width: 991px) {
  .blue-text-bottom {
    font-size: 1.4em;
  }
  .nav-link:hover,
  .nav-link.active {
    border-bottom: none;
  }
  .navbar-nav .nav-item {
    font-size: 1.6em;
  }
}

@media only screen and (max-width: 820px) {
  .navbar-nav .nav-item:first-child {
    margin-top: 30px;
  }
  .navbar-nav .nav-item {
    font-size: 1.5em;
  }

  .blue-text {
    text-wrap: nowrap;
    top: 0;
    left: 0;
    font-size: 2.1em;
  }
  .navbar-brand img {
    max-width: 260px;
    height: auto;
  }
  .text-header {
    font-size: 2.7em;
  }
  .box-shadow .h2 {
    font-size: 1.8em;
  }
}

@media only screen and (max-width: 767px) {
  .spacer {
    margin-bottom: 10px;
  }
  .bg_home,
  .bg_addiction,
  .bg_animal,
  .bg_women {
    height: 350px;
  }
  .vertical-center1 {
    align-items: end;
    height: 100px;
  }
  .vertical-center2 {
    height: 100px;
    align-items: start;
  }
  .navbar-brand img {
    max-width: 230px;
    height: auto;
  }
}

@media only screen and (max-width: 540px) {
  .bg_home,
  .bg_addiction,
  .bg_animal,
  .bg_women {
    height: 300px;
  }
  .navbar-brand img {
    max-width: 230px;
    height: auto;
  }
  .navbar-brand-bottom img {
    max-width: 300px;
    margin-bottom: 20px;
    height: auto;
  }
  .blue-text {
    font-size: 1.9em;
    top: -10%;
    text-wrap: wrap;
  }
  .text-header {
    font-size: 2.5em;
  }
  .box-shadow .h2 {
    font-size: 1.7em;
  }
  .line {
    margin: 20px 5%;
  }
}
@media only screen and (max-width: 375px) {
  .navbar-brand img {
    max-width: 200px;
    height: auto;
  }
  .navbar-brand-bottom img {
    max-width: 300px;
    margin-bottom: 20px;
    height: auto;
  }
  .blue-text {
    font-size: 1.7em;
    top: -7%;
    text-wrap: wrap;
  }
  .text-header {
    font-size: 2.5em;
  }
  .box-shadow .h2 {
    font-size: 1.6em;
  }
  .same-button {
    font-size: 1em;
  }
}
