@import url("https://fonts.googleapis.com/css2?family=Didact+Gothic&family=Playfair+Display:ital,wght@0,400;0,500;0,600;1,600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Martel:wght@200;400;600;700;900&display=swap");
.logo-img {
  padding: 10px 0px;
  width: 20%;
  padding-block: 10vh;
  text-align: center;
}
@media (max-width: 497px) {
  .logo-img {
    padding-block: 0vh;
    width: 70px;
  }
}

.navbar {
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  background: rgba(0, 0, 0, 0.3607843137);
}
.navbar .dropdown-menu {
  width: -moz-max-content;
  width: max-content;
}
.navbar .navbar-nav .nav-link {
  font-size: 25px;
}

.nav-scroll {
  padding-block: 8vh;
}
@media only screen and (min-width: 1024px) and (max-width: 1330px) {
  .nav-scroll {
    padding-block: 10vh;
  }
}
@media (max-width: 497px) {
  .nav-scroll {
    padding-block: 0vh;
  }
}
.nav-scroll .logo-img {
  padding: 10px 0px;
  width: 20%;
  text-align: center;
}
@media (max-width: 497px) {
  .nav-scroll .logo-img {
    width: 60px;
  }
}

.navbar .navbar-nav .active {
  color: #fbf4ad !important;
}

.nav-scroll .navbar-toggler-icon {
  color: #fbf4ad;
}

.blog .con a {
  color: white;
}
.blog .con h5 a {
  color: #fbf4ad;
}

.footer-title-img {
  width: 30%;
}

.sticky-buttons {
  position: fixed;
  bottom: 20px;
  left: 5px;
  display: flex;
  flex-direction: column;
}

.sticky-button {
  margin-bottom: 10px;
  padding: 10px;
  background-color: #25d366; /* WhatsApp green color */
  color: #fff;
  text-align: center;
  font-size: 30px;
  text-decoration: none;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.sticky-button.call {
  background-color: #34b7f1; /* Call blue color */
}

.sticky-button:hover {
  background-color: #83ff7a; /* WhatsApp dark green on hover */
}

.sticky-button.call:hover {
  background-color: #6cc0f4; /* Call dark blue on hover */
}

.this-side {
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
}

.psp {
  margin-block: 2vh;
  padding-block: 2vh;
  padding-inline: 4vw;
}
.psp h2 {
  color: #fbf4ad;
  font-family: "Martel", serif;
  text-transform: uppercase;
  font-weight: bolder;
  margin-bottom: 1vh;
  font-size: 3em;
}
.psp p {
  font-family: "Didact Gothic", sans-serif;
  padding-inline: 2vw;
}
.psp .strength .under-line {
  border: 2px solid #25d366;
  border-radius: 25px;
  margin-bottom: 2vh;
  width: 25%;
}
.psp .promise {
  margin-block: 5vh;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.psp .promise .img-sec {
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 50%;
}
.psp .promise .img-sec img {
  width: 20%;
  border-radius: 50%;
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 234, 234, 0.7019607843);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(214, 168, 168, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(238, 161, 161, 0);
  }
}
.psp .promise .text-sec {
  text-align: left;
}
.psp .promise .text-sec .under-line {
  border: 2px solid #25d366;
  border-radius: 25px;
  margin-bottom: 2vh;
  width: 40%;
}
.psp .mission .under-line {
  border: 2px solid #25d366;
  border-radius: 25px;
  margin-bottom: 2vh;
  width: 20%;
}

#service-detail-ul li {
  transition: all 0.8s ease;
}
#service-detail-ul li:hover {
  background: #086a37;
  margin-inline: 2vw;
}
#service-detail-ul li:hover p {
  color: white;
}

#button-div button {
  color: white;
  border: 1px solid white;
  padding-block: 2vh;
  font-size: larger;
  padding-inline: 5vw;
  font-weight: bold;
  transition: all 0.8s ease-in;
  font-family: "Martel", serif;
}
#button-div button:hover {
  background: #30722b;
  border-radius: 25px;
  box-shadow: 0px 0px 5px 2px rgb(187, 254, 193);
}

#years-complete {
  padding-block-start: 5vh;
}
#years-complete p {
  font-size: 20px;
  font-family: "Didact Gothic", sans-serif;
}
#years-complete p span {
  font-weight: bold;
  font-size: 30px;
}
@media (max-width: 497px) {
  #years-complete p {
    font-size: 13px;
    font-family: "Playfair Display", serif;
    padding-inline: 8vw;
  }
}

.testimonials-h .section-padding {
  padding-block: 5vh;
}
.testimonials-h .item img {
  border-radius: 50%;
  border: 5px solid aliceblue;
  height: 200px;
  width: 200px;
}
.testimonials-h .item h3 {
  color: #ffda83;
}
.testimonials-h .item p {
  color: #fff477;
}

#link-banner-page {
  margin-top: 10px;
}
#link-banner-page button {
  color: white;
  border: 1px solid #fbf4ad;
  padding-inline: 2vw;
  border-radius: 10px;
  background: transparent;
  transition: all 0.7s ease;
}
@media (max-width: 497px) {
  #link-banner-page button {
    padding-inline: 4vw;
  }
}
#link-banner-page button:hover {
  background: #fbf4ad;
  color: black;
}

.slider-fade .owl-theme .owl-nav [class*=owl-] {
  border: 2px solid #3dff28;
}
.slider-fade .owl-theme .owl-nav [class*=owl-] i {
  color: #ede413;
}

.services .item {
  cursor: pointer;
}

#head-sponsors h1 {
  text-decoration: underline;
  font-family: "Martel", serif;
  color: #f9f871;
}

.clients {
  background: #97afb9;
  padding-block: 5vh;
}