.container {
  max-width: 100%;
  /* overflow-x: hidden; */
}
.btn-primary,
.btn-primary:focus,
.btn-primary:active {
  color: #ffffff !important;
  background-color: #457b23 !important;
  border-color: #457b23 !important;
  border-radius: 10px;
  font-weight: bold;
}
.btn-primary:hover {
  background-color: #9ed17f !important;
  border-color: #9ed17f !important;
  color: #1a3f03 !important;
}
html {
  scroll-behavior: smooth;
}
.scroll-top-btn {
  cursor: pointer;
}
body {
  overflow-x: hidden !important;
}
/*  */
header {
  background-color: #273881;
  border-bottom: 1px solid #dee2e6;
  padding: 1rem 2rem;
}
header h4 {
  margin: 0;
  font-weight: normal;
  color: #ffffff;
  font-family: "Dela Gothic One", sans-serif;
  font-size: clamp(18px, 5vw, 24px);
}

/*  */
.home {
  margin-top: 2rem;
}
.home h5 {
  font-family: "Coiny", cursive;
  font-size: clamp(20px, 6vw, 36px);
  color: #4d3ca2;
}
.home p,
.home .item {
  font-size: clamp(14px, 4vw, 18px);
  color: #444444;
  font-family: "carlito", sans-serif;
}
.home .free {
  color: #4d3ca2;
  font-weight: bold;
  font-family: "Coiny", cursive;
  font-size: clamp(16px, 4vw, 20px);
}
.home button {
  min-width: 160px;
}
.home .img img {
  max-width: 80%;
  height: auto;
}

/*  */
.divider {
  width: 100%;
  height: 15px;
  background-color: #eaf3c9;
  margin: 2rem 0;
}

/*  */
.intro {
  background-color: #f4f3f3;
}
.intro h3 {
  font-family: "Coiny", cursive;
  font-size: clamp(15px, 5vw, 36px);
  color: #4d3ca2;
  margin-bottom: 30px;
}
.intro p {
  font-size: clamp(14px, 4vw, 18px);
  color: #444444;
  font-family: "carlito", sans-serif;
}

/*  */
.service {
  background-color: #dce1ff;
}
.service video {
  max-width: 130px;
  height: auto;
}
.service h3 {
  font-family: "Coiny", cursive;
  font-size: clamp(15px, 5vw, 36px);
  color: #273881;
  margin-bottom: 30px;
}
.service .item {
  border-radius: 5px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  width: 350px;
  border-radius: 10px 10px 0px 0px;
}
.service .item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px 10px 0px 0px;
}
.service .item .info {
  padding: 25px 18px;
  background-color: #fff;
  width: 100%;
  border-radius: 0px 0px 10px 10px;
  border-top: 0.5px solid rgb(189, 189, 189);
}
.service .item .info h4 {
  font-weight: 700;
  padding-bottom: 10px;
  font-size: 18px;
  color: #233c13;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.service .item .info span {
  max-width: 100%;
  display: block;
  font-size: clamp(14px, 4vw, 18px);
  color: #707070;
  font-family: "carlito", sans-serif;
}

/*  */
.client {
  height: 250px;
  background-color: #fff;
}

/*  */
.contact {
  background-color: #dce1ff;
}
.contact-title {
  font-family: "Coiny", cursive;
  font-size: clamp(15px, 5vw, 36px);
  color: #273881;
  margin-bottom: 30px;
}

.contact .info-item i {
  color: #fff;
  font-size: 20px;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
  background: #457b23 !important;
  font-weight: bold;
  cursor: pointer;
}
.contact .info-item h4 {
  font-family: "carlito", sans-serif;
  padding: 0;
  /* font-size: 18px; */
  font-weight: 700;
  margin-bottom: 5px;
}
.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: clamp(14px, 4vw, 18px);
  color: #444444;
  font-family: "carlito", sans-serif;
}
.contact .soc-med {
  text-align: center;
  border-top: 0.5px solid grey;
}
.contact .soc-med i {
  font-size: 24px;
  padding: 5px;
  color: #000;
}
.contact .soc-med i:hover {
  color: #457b23;
}
.contact .phone-link {
  font-family: "carlito", sans-serif;
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
}
.contact .phone-link:hover {
  text-decoration: none;
}

/*  */
.footer {
  background-color: #000;
  color: #fff;
}

/*  */
.floating-btn {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background-color: #95b12f;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  transition: all 0.4s;
}

.floating-btn i {
  font-size: 24px;
  color: white;
  line-height: 0;
}

.floating-btn:hover {
  background-color: color-mix(in srgb, #a5c926, transparent 20%);
  color: white;
}

.floating-btn.active {
  visibility: visible;
  opacity: 1;
}

/*  */
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: #fff;
  transition: all 0.6s ease-out;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #ffffff;
  border-color: #95b12f transparent #fff transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1.5s linear infinite;
}

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

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

.team-body {
  position: relative;
  overflow: hidden;
}

.team-body img {
  width: 80%;
  height: auto;
  transition: all 0.3s ease-in-out;
}

.videoModal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 1);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.videoModal video {
  max-height: 95vh;
  max-width: 95vw;
  border-radius: 12px;
  object-fit: contain;
}

.videoModal.show {
  display: flex;
}

.closeBtn {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  border: none;
  font-size: 28px;
  cursor: pointer;
  padding: 5px 12px;
  border-radius: 5px;
  z-index: 10000;
}
.closeBtn:hover {
  background: rgba(255, 255, 255, 0.8);
  color: black;
}

@media (max-width: 767.98px) {
  .team-body img {
    width: 100%;
  }
}
