/* ===================================== Header =================================== */

.menu li a {
  font-size: 16px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  padding: 10px 12px;
  display: block;
  transition: all 0.3s ease-in-out 0s;
  color: black;
  opacity: 0.8;
}

.whatsapp-solid-btn {
  background: linear-gradient(75deg, #65258a 10%, #e80566) !important;
  padding: 6px 12px !important;
}

/* ===================================== Header =================================== */

/* ===================================== Contact Page =================================== */

.contact-us-promo {
  padding: 40px 0px;
}

.card.single-promo-card {
  border: 2px dashed #65258a;
  border-radius: 1rem;
}

.color-secondary {
  color: #65258a;
}

.icon-sm {
  font-size: 35px;
  line-height: 25px;
}

.card.single-promo-card h5 {
  margin-top: 10px;
  font-size: 20px;
}

.card.single-promo-card p {
  margin-top: 8px;
  font-size: 18px;
  font-weight: 600;
  color: #65258a;
}

.contact-us-section {
  padding: 40px 0px;
}

.google-map iframe {
  width: 100%;
  border: 0;
  -webkit-filter: none;
  -webkit-backface-visibility: hidden;
}

.login-signup-form .form-group label {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 90%;
  color: black;
}

.input-icon span {
  padding: 18px 15px;
  border-left: 2px solid #65258a;
  position: absolute;
  font-size: 18px;
  height: 50px;
  border-radius: 4px;
  color: #afafaf;
}
/* ===================================== Contact Page =================================== */

/* ===================================== Breadcrumb =================================== */

.hero-section {
  padding: 120px 0px 40px;
}

@media (min-width: 320px) and (max-width: 992px) {
  .hero-section {
    padding: 60px 0px 40px;
  }
}

/* ===================================== Breadcrumb =================================== */

/* ===================================== Footer =================================== */

.footer-top {
  padding: 30px 0;
}

.copyright-text {
  font-size: 16px;
  font-weight: 600;
  color: #65258a;
}

.footer-nav-wrap h4 {
  font-size: 16px;
  margin-bottom: 10px;
}

.footer-nav-wrap ul li a {
  font-size: 15px;
  line-height: 24px;
  padding: 3px 0;
  color: inherit;
  opacity: 0.8;
}


.floating-btn {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #3e9622;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 9999;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  animation: pulse 2s infinite;
}

.main-icon i {
  color: #fff;
  font-size: 22px;
}

/* OPTIONS */
.options {
  position: absolute;
  bottom: 80px;
  display: none;
  flex-direction: column;
  gap: 12px;
}

/* COMMON ICON STYLE */
.options a {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  transition: 0.3s;
  transform: scale(0);
  animation: pop 0.4s forwards;
}

/* HOVER EFFECT */
.options a:hover {
  transform: scale(1.2);
}

/* BRAND COLORS */
.call {
  background: #28a745;
}

.whatsapp {
  background: #25d366;
}

.instagram {
  background: linear-gradient(45deg, #f09433, #dc2743, #cc2366, #bc1888);
}

.facebook {
  background: #1877f2;
}

.linkedin {
  background: #0a66c2;
}

.twitter {
  background: #1da1f2;
}

/* ANIMATIONS */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.6);
  }

  70% {
    box-shadow: 0 0 0 15px rgba(40, 167, 69, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(40, 167, 69, 0);
  }
}

@keyframes pop {
  to {
    transform: scale(1);
  }
}

/* ===================================== Footer =================================== */

/* ===================================== Blog Page =================================== */

.our-blog-section {
  padding: 40px 0px;
}

/* ===================================== Blog Page =================================== */

/* ===================================== Blog Details Page =================================== */

.module {
  padding: 40px 0px;
}

.post-meta a,
.post-meta li {
  color: #65258a;
  font-size: 14px;
  font-weight: 600;
  opacity: 0.8;
}

.post-header {
  margin: 15px 0 10px;
}

.post-header .post-title {
  font-size: 1.5625rem;
  margin-bottom: 6px;
  color: #333333;
}

.post {
  margin: 0 0 0px;
}

/* ===================================== Blog Details Page =================================== */

/* ===================================== Services Page =================================== */

.services-section {
  padding: 40px 0px;
}

/* ===================================== Services Page =================================== */

/* ===================================== Services Details Page =================================== */

.service-details-section {
  padding: 40px 0px;
}

/* ===================================== Services Details Page =================================== */

/* ===================================== About Page =================================== */

.promo-section {
  padding: 40px 0px;
}

.promo-single-wrap {
  padding: 40px 15px 15px;
}

.about-with-promo {
  padding: 40px 0px;
}

.call-to-action {
  padding: 40px 0px;
}

.work-process-section {
  padding: 40px 0px;
}
/* ===================================== About Page =================================== */

/* ===================================== Testimonial Section =================================== */

.testimonial-section {
  padding: 100px 0px;
}

/* ===================================== Testimonial Section =================================== */
