body {
  border: 0;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.card-title {
  font-family: "Playfair Display", serif;
}

.card-body {
  font-family: "Inter", serif;
}

.card-text {
  font-family: "Inter", serif;
  font-weight: 200;
}

.custom-background {
  background: linear-gradient(150deg, #1f3680, #0d3f4a);
}

.btn-custom {
  background-color: #0d3f4a;
  color: #fff;
  border-radius: 6px;
  padding: 10px 20px;
  font-size: 16px;
  min-width: 173px;
}
.text-bg {
  background-color: #0d3f4a;
  color: #fff;
  border-radius: 50%;
}

.light-text {
  font-size: 14px;
  font-weight: 400;
  color: #272d95;
}

.f16 {
  font-size: 16px;
}

.description-images {
  /* width: 325px; */
  height: 293px;
  aspect-ratio: 325 / 293;
  object-fit: cover;
}

.small-divider {
  width: 60px; /* Adjust width as needed */
  height: 4px;
  background-color: #becec7;
  margin: 10px auto; /* Center horizontally */
  border: none;
  border-radius: 2px;
}

.img-aboutus {
  height: 381px;
  width: 571px;
  object-fit: cover;
  aspect-ratio: 571 / 381;
  margin-top: 30px;
}

.form-control {
  border-radius: 6px;
  font-size: 16px;
}

.field-container {
  border: 1px solid #000;
  padding: 22px;
  border-radius: 6px;
}

.submit-btn {
  background-color: #18181b;
  color: #fff;
  border-radius: 6px;
  padding: 10px 20px;
  font-size: 16px;
}

button {
  border-radius: 6px !important;
}

.form-group label {
  margin-top: 10px;
}
.text-line {
  border-bottom: 1px solid #fff;
  width: 120px;
}

footer a,
footer p {
  font-size: 0.875rem;
  font-weight: lighter;
}

.xl-text {
  font-size: 75px;
}

.btn-outline-secondary {
  color: var(--bs-secondary);
}

.btn-outline-secondary:hover {
  color: #fff;
}

.header .decoration-star {
  top: 80px;
  left: -200px;
  width: 500px;
  opacity: 0.7;
}

.header .decoration-star-2 {
  top: 80px;
  right: -200px;
  width: 500px;
  opacity: 0.7;
}

.navbar {
  transition: all 0.5s ease-in-out;
}

.navbar-sticky {
  background: #fff;
  opacity: 0.9;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.details .decoration-star {
  left: -200px;
  width: 500px;
}

.details-2 .decoration-star {
  right: -200px;
  width: 500px;
}

.contact .decoration-star {
  left: -300px;
  width: 600px;
}

.to-top-btn {
  position: fixed;
  z-index: 20;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  width: 52px;
  height: 52px;
  border: none;
  border-radius: 50%;
  outline: none;
  background-color: #44434a;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

.to-top-btn:hover {
  background-color: #1d1d21;
}

.to-top-btn img {
  margin-bottom: 0.25rem;
  width: 18px;
}

.show {
  opacity: 1;
}

@media (max-width: 992px) {
  .xl-text {
    font-size: 50px;
  }
  .navbar .btn-outline-secondary {
    margin-top: 20px;
  }
  .header {
    margin-top: 0px !important;
    text-align: center;
  }
  .header .decoration-star {
    left: -100px;
    width: 250px;
  }
  .header .decoration-star-2 {
    right: -100px;
    width: 250px;
  }
  .header .image-container {
    margin-top: 30px;
    height: 617px;
    width: 412px;
  }
  .services .col-md-4 {
    border-bottom: 1px #ccc solid;
    margin: 10px 0;
  }
  .details-2 {
    margin-top: 20px !important;
  }
  .details-2 .decoration-star {
    top: 300px;
  }
}

.loading-overlay {
  display: none;
  background: rgba(255, 255, 255, 0.7);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9998;
  align-items: center;
  justify-content: center;
}

.loading-overlay.is-active {
  display: flex;
}

.code {
  font-family: monospace;
  /*   font-size: .9em; */
  color: #dd4a68;
  background-color: rgb(238, 238, 238);
  padding: 0 3px;
}
