/* banner Section  */
.banner-contact {
  background: #dddddd33;
  padding: 15px;
  text-align: center;
  border-radius: 7px;
}
.banner-contact .form-group input {
  background: #f5f5f5;
  border-radius: 5px;
  padding: 0 25px;
  border: 1px solid transparent;
  transition: 0.4s;
  outline: none;
  box-shadow: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  height: 40px;
}
button.edu-btn {
  border-radius: 5px;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background: #1aa090;
  padding: 0 30px;
  font-size: 18px;
  font-weight: 700;
  transition: 0.4s;
  font-family: var(--font-primary);
  border: 0 none;
}

/* Brand section css  */
section#brand,
section#testimonial {
  margin-top: 80px;
  margin-bottom: 80px;
}

.brand-body {
  background-color: #006256;
  border-radius: 12px;
  padding: 70px 0;
}
#brand {
  position: relative;
  overflow: hidden;
}

#brand .brand-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-image: url(images/residence.png); */
  background-size: cover;
  background-position: center;
  opacity: 0.3;
  z-index: 0;
}

#brand .container {
  position: relative;
  z-index: 2;
}
.brand-text {
  position: relative;
  z-index: 1;
}

/* Featers Section css */
.features-items {
  cursor: pointer;
  background: #3a424a;
  transition: transform 0.3s ease;
}
.features-items:hover {
  scale: 1.1;
}
.features-items p {
  font-size: 15px;
  line-height: 22px;
}

/* Facility card  */
.facility-card {
  background: #3a424a;
}
/* testimonial css  */
.testimonial-bg-overlay {
  background: linear-gradient(135deg, #1f1f1f 0%, #3a3a3a 100%);
  opacity: 0.8;
  z-index: 1;
}

#testimonial.brand-body {
  z-index: 2;
}

#testimonial.brand-text {
  font-family: "Poppins", sans-serif;
  letter-spacing: 1px;
}

/* Contact section  */
#contact .info-item {
  background-color: #ffffff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  padding: 24px 0 30px 0;
}
#contact .info-item i {
  font-size: 20px;
  color: var(--accent-color);
  width: 56px;
  height: 56px;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  border: 2px dotted color-mix(in srgb, var(--accent-color), transparent 40%);
}
#contact .info-item h3 {
  font-size: 20px;
  color: #ddd;
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0;
}
#contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
}

/* Client section start  */
.client-logo {
  max-height: 80px;
  margin: 0 auto;
  transition: transform 0.3s ease, filter 0.3s ease;
  filter: grayscale(100%);
  opacity: 0.8;
}

.client-logo:hover {
  transform: scale(1.1);
  filter: grayscale(0%);
  opacity: 1;
}

/* Swiper Arrow Style */
.client-swiper-button {
  bottom: 0px;
  right: 45%;
  width: 120px;
}

/* Footer Style  */
.footer-icon {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.footer-icon i {
  font-size: 42px;
}

/* Nab toggle  */
.contact-hover-btn {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.contact-hover-btn .hover-text {
  display: none;
}

.contact-hover-btn:hover .default-text {
  display: none;
}

.contact-hover-btn:hover .hover-text {
  display: inline;
}

/* Base floating wrapper */
.floating-action-buttons {
  position: fixed;
  z-index: 9999;
  display: flex;
  gap: 10px;
}

/* Desktop / Tablet – right side vertically stacked + rotate buttons */
@media (min-width: 577px) {
  .floating-action-buttons {
    flex-direction: column;
    right: 20px;
    top: 20%;
    align-items: flex-end;
    gap: 60px;
  }

  .fab-btn {
    transform: rotate(270deg);
    transform-origin: right center;
  }
}

/* Mobile – bottom bar layout */
@media (max-width: 576px) {
  .floating-action-buttons {
    flex-direction: row;
    bottom: 0;
    left: 0;
    right: 0;
    justify-content: space-around;
    background: #006256;
    padding: 10px;
    box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
  }

  .fab-btn {
    transform: none;
  }
}

/* Button Style */

.fab-btn:hover {
  background-color: #0056b3;
}

.side-call-btn {
  background: #006256;
  border: none;
  color: #fff;
}

.side-call-btn:hover {
  background-color: #006256;
}

.side-apply-btn {
  background: #006256;
  border: none;
  color: #fff;
}

.side-apply-btn:hover {
  background-color: #006256;
}

@media (max-width: 796px) {
  .side-call-btn {
    background: transparent;
  }
  .side-apply-btn {
    background: transparent;
  }
  .client-swiper-button {
    right: 33%;
  }
  h1 {
    font-size: 50px;
  }
}
/* WhatsApp Icon  */
.whatsapp-float {
  position: fixed;
  bottom: 70px;
  right: 20px;
  background-color: #25d366;
  color: white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  text-decoration: none;
  color: white;
}
