@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");

body {
  background-color: #efeeeb;
}
.vh-50 {
  min-height: 50vh !important;
}
.vh-75 {
  min-height: 75vh !important;
}
.navbar {
  border-top: solid black 1px;
  position: relative; /* Makes the navbar position relative to the page */
  width: 100%;
  z-index: 1000; /* Ensures navbar stays on top */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3), 0 2px 4px rgba(0, 0, 0, 0.3); /* Adds shadow for effect */
}

.navbar.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.navbar,
.logo {
  background: linear-gradient(to right, #031611, #083b2f, #031611) !important;
  padding: 15px 20px;
  display: flex;
}

.logo .navbar-brand,
.navbar .navbar-nav {
  margin: 0 auto;
}

.nav-link {
  font-size: 0.8em;
  color: #c1c1c1 !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: #ffffff !important;
  border-bottom: solid #ffffff 2px;
}
.bottom-nav {
  color: #c1c1c1 !important;
}
.information {
  color: #ffffff !important;
}
.phone {
  color: #000000;
}
.phone:hover {
  color: #073c30;
  text-decoration: none;
}
.bottom-nav,
.information {
  font-size: 0.9em;
  text-decoration: none;
}

.information-phone:hover {
  color: #fff !important;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}
.bottom-nav:hover {
  color: #fff !important;
}
.navbar-toggler {
  color: white;
}
.navbar-toggler-icon {
  color: white;
}
.line {
  background-color: #fff;
  height: 1px;
  margin: 5px 25%;
}

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

.bottom-info {
  matgin-top: 4rem;
  margin-bottom: 4rem;
}
footer {
  padding: 2.5rem 0;
  color: #fff;
  text-align: center;
  background: linear-gradient(to right, #031611, #083b2f, #031611) !important;
  border-top: 0.05rem solid #000000;
  opacity: 0.99;
  box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.4); /* Box shadow on top of the footer */
}
footer p:last-child {
  margin-bottom: 0;
}

footer p {
  font-size: 0.8em;
}

.contacts a {
  color: #ffffff;
  text-decoration: none;
}
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;
}

.grey-text {
  color: #bcb7ac;
  font-weight: 600;
  font-size: 2em;
}

.text-header {
  color: #073c30;
  font-size: 3.2em;
  letter-spacing: -2px;
}
.header-line {
  background-image: url("/assets/img/line.png");
  background-repeat: no-repeat;
  height: 2px;
  background-position: center;
  position: relative;
  overflow: hidden; /* Ensure images don't spill outside the container */
}
.stronger {
  font-weight: 150;
}

.bg_home {
  background-image: url("/assets/img/home.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_home2 {
  background-image: url("/assets/img/homebottom.jpg");
  background-repeat: no-repeat;
  height: 450px;
  background-size: cover;
  background-position: center top;
  border-top: solid 1px #073c30;
  border-bottom: solid 1px #073c30;
  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);
  position: relative;
  overflow: hidden; /* Ensure images don't spill outside the container */
  margin-top: 60px;
  margin-bottom: 60px;
}

.bg_women {
  background-image: url("/assets/img/women.jpg");
  background-repeat: no-repeat;
  height: 550px;
  background-size: cover;
  position: relative;
  background-position: center top;
  overflow: hidden; /* Ensure images don't spill outside the container */
}
.bg_addiction {
  background-image: url("/assets/img/addiction.jpg");
  background-repeat: no-repeat;
  height: 550px;
  background-size: cover;
  position: relative;
  background-position: center top;
  overflow: hidden; /* Ensure images don't spill outside the container */
}
.bg_animal {
  background-image: url("/assets/img/animal.jpg");
  background-repeat: no-repeat;
  height: 550px;
  background-size: cover;
  position: relative;
  background-position: center top;
  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: #fff;
  color: #073c30;
  border: solid 1px #073c30;
  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;
}

.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}

/* Media Queries */
@media only screen and (max-width: 2500px) {
  .line {
    margin: 5px 20%;
  }
}
@media only screen and (max-width: 2000px) {
  .line {
    margin: 5px 15%;
  }
}
@media only screen and (max-width: 1600px) {
  .line {
    margin: 5px 10%;
  }
}
@media only screen and (max-width: 1399px) {
  .bg_home,
  .bg_addiction,
  .bg_animal,
  .bg_women {
    height: 500px;
  }
  .nav-link {
    font-size: 0.7em;
  }

  .line {
    margin: 5px 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: 5px 35%;
  }
}

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

  .bg_home,
  .bg_addiction,
  .bg_animal,
  .bg_women {
    height: 400px;
  }
  .bg_home2 {
    height: 300px;
  }
  .grey-text {
    font-size: 1.8em;
  }
}
@media only screen and (max-width: 991px) {
  .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;
  }

  .grey-text {
    font-size: 1.6em;
  }
  .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;
  }
  .bg_home2 {
    height: 200px;
    margin-top: 10px;
  }
  .vertical-center1 {
    align-items: end;
    height: 100px;
  }
  .vertical-center2 {
    height: 100px;
    align-items: start;
  }
  .navbar-brand img {
    max-width: 230px;
    height: auto;
  }
  .navbar-brand-bottom {
    font-size: 1.7em;
  }
}

@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 {
    color: #ffffff;
    text-decoration: none;
    font-size: 1.5em;
  }
  .grey-text {
    font-size: 1.5em;
  }
  .text-header {
    font-size: 2.5em;
  }
  .box-shadow .h2 {
    font-size: 1.7em;
  }
  .line {
    margin: 5px 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;
  }

  .text-header {
    font-size: 2.5em;
  }
  .box-shadow .h2 {
    font-size: 1.6em;
  }
  .same-button {
    font-size: 1em;
  }
}
