.mr6 {
	margin-right: 6px;
}
a.flink {
	color: #ffffff !important;
}

.floating_btn {
  position: fixed;
  bottom: 60px;
  right: 10px;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  border-radius: 50%; 
  transition: all 0.3s ease; 
}

.floating_btn:hover {
  transform: scale(1.1); /* Scale up on hover for a visual effect */
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: #42db87;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}


.text_icon {
  margin-top: 8px;
  color: #707070;
  font-size: 13px;
}

/* FAQ Section – Premium Dark Style */
#section-faq .accordion-item {
  background: rgba(255,255,255,0.95);
  border-radius: 12px;
  overflow: hidden;
  border: none;
  margin-bottom: 12px;
}

/* Question button */
#section-faq .accordion-button {
  font-weight: 500;
  padding: 20px 24px;
  font-size: 16px;
  color: #1f2f28;
  background: transparent;
  box-shadow: none;
}

/* Remove default blue outline */
#section-faq .accordion-button:focus {
  box-shadow: none;
}

/* Closed state arrow */
#section-faq .accordion-button::after {
  background-size: 14px;
  transform: scale(0.9);
}

/* Open state */
#section-faq .accordion-button:not(.collapsed) {
  background: #f4f8f6;
  color: #0f3d2e;
  font-weight: 600;
}

/* Answer area */
#section-faq .accordion-body {
  padding: 0 24px 20px 24px;
  font-size: 15px;
  line-height: 1.7;
  color: #3a3a3a;
}

/* Section spacing */
#section-faq {
  padding-top: 80px;
  padding-bottom: 80px;
}

/* FAQ subtitle spacing */
#section-faq .subtitle {
  letter-spacing: 2px;
  opacity: 0.8;
}

/* Mobile optimisation */
@media (max-width: 768px) {
  #section-faq .accordion-button {
    padding: 16px 18px;
    font-size: 15px;
  }

  #section-faq .accordion-body {
    padding: 0 18px 16px 18px;
  }
}

.fixed-height{
  height: 450px;
  object-fit: cover;
}
