/* Services Template Styles */

.hero-section-services {
  background-image: url('../../images/background-main-pages-scaled-2.jpg') !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

body.home .custom-contact-box {
  background: #132c73 !important;
}





.fusion-checklist .fusion-li-item-content, ul.fusion-checklist .fusion-li-item-content {
    margin-inline-start: var(--awb-content-margin);
}

.fusion-alert .alert-icon,
.fusion-alert .fusion-alert-content {
  color: #fff;
}




body.home .submit-btn input[type="submit"] {
  background-color: #beec42 !important;
  color: #000 !important;
}

.submit-btn input[type="submit"] {
  width: 100% !important;
  background-color: #beec42 !important;
  color: #000 !important;
  padding: 15px 40px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  transition: all 0.3s ease;
}

.submit-btn input[type="submit"]:hover {
  /* background-color: #a8d630 !important;
  transform: translateY(-2px); */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}



.call-box {
  /* margin-top: 20px;
  padding: 15px; */
  /* background: rgba(255, 255, 255, 0.1); */
  border-radius: 5px;
  text-align: center;
}
i.fa.fa-phone {
    transform: rotate(270deg) !important;
}

.call-box a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
}

.call-box a:hover {
  color: #beec42;
}


.fusion-checklist .fusion-li-item-content, ul.fusion-checklist .fusion-li-item-content {
    margin-inline-start: var(--awb-content-margin) !important;
}

/* Cycle Slider Controls */
.cycle-slideshow {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.cycle-slideshow img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.services-slider-section .fusion-builder-row {
  max-width: 100% !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.services-slider-section .fusion-layout-column {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.services-slider-section .cycle-slideshow {
  max-width: 100% !important;
}

.services-slider-section .controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 20px auto 0;
  padding: 0;
  position: static !important;
  width: auto;
  margin-top: 15px !important;
}

.services-slider-section .controls a {
  background-color: #132c73;
  color: #fff;
  border-radius: 6px;
  padding: 0px 10px;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.services-slider-section .controls a:hover {
  /* background-color: rgba(0, 0, 0, 0.8);
  transform: scale(1.05); */
}

.services-slider-section .cycle-prev,
.services-slider-section .cycle-next,
.services-slider-section .cycle-pause,
.services-slider-section .cycle-play {
  position: static !important;
  cursor: pointer;
  padding: 8px 12px;
  background-color: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 18px;
  border: none;
  border-radius: 4px;
  transition: all 0.3s ease;
  z-index: auto;
  bottom: auto;
  left: auto;
  transform: none;
}

.services-slider-section .cycle-prev:hover,
.services-slider-section .cycle-next:hover,
.services-slider-section .cycle-pause:hover,
.services-slider-section .cycle-play:hover {
  /* background-color: rgba(0, 0, 0, 0.8);
  transform: scale(1.05); */
}

.cycle-prev:hover,
.cycle-next:hover,
.cycle-pause:hover,
.cycle-play:hover {
  /* background-color: rgba(0, 0, 0, 0.8);
  transform: scale(1.1); */
}

.cycle-prev {
  left: 20px;
}

.cycle-next {
  left: 70px;
}

.cycle-pause {
  left: 120px;
}

.cycle-play {
  left: 170px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  /* .hero-section .title-heading-left.hero-section-title {
    font-size: 28px !important;
    margin-bottom: 0px !important;
} */
  .fusion-title .fusion-responsive-typography-calculated {
    font-size: 28px !important;
}
  .custom-field-flex {
    flex-direction: column !important;
    gap: 10px !important;
  }

  .custom-field-flex .custom-field {
    flex: 1 1 100% !important;
    min-width: 100% !important;
  }

  .cycle-prev,
  .cycle-next,
  .cycle-pause,
  .cycle-play {
    padding: 6px 10px;
    font-size: 14px;
    bottom: 15px;
  }

  .cycle-prev {
    left: 10px;
  }

  .cycle-next {
    left: 55px;
  }

  .cycle-pause {
    left: 100px;
  }

  .cycle-play {
    left: 145px;
  }
}

@media (max-width: 600px) {
  .custom-field-flex {
    flex-direction: column !important;
  }

  .custom-field-flex .custom-field {
    flex: 1 1 100% !important;
  }

  .custom-contact-box {
    padding: 20px 15px !important;
  }

  .contact-title {
    font-size: 24px !important;
  }
}

@media (max-width: 767px) {

.services-slider-section {
    padding: 0;
    padding-bottom: 15px;
}

}