.tshadow {
  text-shadow: 1px 1px 0 #000, 2px 2px 0 #555;
}
span.fbold {
  font-weight: 600;
  color: #000000;
}

.lhinitial {
  line-height: initial;
}
.f-italic {
  font-style: italic;
  letter-spacing: .02rem;
  font-weight: 500;
  line-height: initial;
}
.mb5 {
  margin-bottom: 5px;
}
span.mb8 {
  margin-bottom: 8px;
}
span.mb13 {
  margin-bottom: 13px;
}
.mr3 {
  margin-right: 3px;
}
.mr4 {
  margin-right: 4px;
}
.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 */
.accordion-body strong {
    color: #000000;
}
.accordion-collapse {
    background: #f1edde;
}
#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: 12px 24px;
  font-size: 20px;
  color: #1f2f28;
  background: transparent;
  box-shadow: none;
  line-height: 1.5 !important;
}

/* 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: var(--bg-yellow);
  color: #000000;
  font-weight: 600;
}

/* Answer area */
#section-faq .accordion-body {
  padding: 20px 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: 16px 18px 16px 18px;
  }
}

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

.mansory {
  column-count: 5;
  column-gap: 5px;
}

.mansory .brick {
  margin-bottom: 5px;
  box-sizing: border-box;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  counter-increment: brick-counter;
}
.mansory img {
  width: 100%;
  object-fit: cover;
}

.mw-200{
  max-width: 200px;
}

.video-bg{
  width:100%;
  height:80vh;
  object-fit:cover;
}

.video-wrapper{
  cursor:pointer;
}

.video-overlay{
  background: rgba(0,0,0,.25);
  transition:.3s ease;
}

.video-wrapper.playing .video-overlay{
  opacity:0;
  pointer-events:none;
}

img.footer-logo {
	width: 70%;
	margin:  0 auto 0;
}

.problem-card h6,
.problem-card p{
  color:#fff;
  text-shadow:0 2px 6px rgba(0,0,0,.6);
}

.box-arrow::after {
  background: #000000;
}
img.flag {
  max-width: 50px;
  border-radius: 2px;
  margin-right: 8px;
}

.swiper-inner.bg-responsive{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

/* keep picture/img from showing, since we use it as background */
.swiper-inner.bg-responsive .bg-picture,
.swiper-inner.bg-responsive img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}

img.loader-logo {
  max-width: 100%;
  width: 250px;
  margin:  auto;
  padding: 10px;
}

.accordion-button:not(.collapsed)::after {transform: rotate(-180deg) !important;
}
.btmtxbox {
/*background: rgb(255 255 255 / 88%);*/
background: #ffcc00;
bottom: 28px;
position: absolute;
padding: 20px 15px;
line-height: initial;
box-shadow: 0 -10px 12px rgba(0, 0, 0, 0.15);
width: 100%;

}
.wrapimgtxt {
    position: relative;
}
.wrapimgtxt img{
  height: 100%;
}
p.thl {
  margin: 4px 0 0 0;
  color: #000000;
  font-size: 16px;
  line-height: initial;
}

@keyframes pulseSoft {
  0% {
    transform: scale(1);
    opacity: 0.85;
  }
  50% {
    transform: scale(1.12);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.85;
  }
}

.pulse-soft {
  animation: pulseSoft 2.5s ease-in-out infinite;
}
