@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");


section.footer_area.style_five {
  background-image: url(./index_files/footer_bg.png);
  border-radius: 0;
  padding: 245px 0 27px 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -15px;
}

/* Inner page */

.padd-60 {
  padding: 60px 0;
}

.inner-banner {
  background-color: #002D2E !important;
  /* background: url('./images/inner-banner.jpg'); */
  position: relative;
}

.inner-banner::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  /* background: #0000007a; */
}

.inner-title {
  position: relative;
  z-index: 1;
  font-family: "Fira Sans";
  color: #ffff;
  letter-spacing: 0.02rem;
}

.inner-img {
  margin: 0.75rem 0;
  height: 237px;
}

hr {
  border-bottom: 1px solid #030303;
}

.inner-ul li {
  margin: 0.75rem 0;
}

.fuel_box {
  padding: 20px;
  text-align: center;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin: 0.75rem 0;
}

.fuel_box:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.fuel_box p {
  text-align: justify;
}

.fuel_box h4 {
  margin-bottom: 10px;
  text-transform: uppercase;
}

span.read-more {
  color: #000;
  font-weight: 500;
  letter-spacing: 0.02rem;
  cursor: pointer;
}

/* Conatct */

/* Contact Box */
.contact-box,
.websites-box,
.contact_box {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  flex: 1;
  min-width: 300px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Labels */
.contact-label,
.websites-label {
  font-weight: bold;
  font-size: 1rem;
  color: #555;
  margin-bottom: 10px;
  display: block;
}

/* Details */
.contact-detail {
  margin: 10px 0 20px;
  font-size: 0.95rem;
}

/* Links */
.contact-link,
.website-link {
  color: #007BFF;
  text-decoration: none;
  transition: color 0.3s;
}

.contact-link:hover,
.website-link:hover {
  color: #0056b3;
}

/* Whatsapp */

.sticky-social-icons {
  position: fixed;
  right: 25px;
  top: 68%;
  transform: translate(0, 0%);
  width: 60px;
  z-index: 1000;
}

.sticky-social li {
  display: block;
}

#whatsapp {
  background: #52cd60;
}

.sticky-social li a i {
  font-size: 40px;
  line-height: 1.35;
}

.sticky-social li a {
  width: 55px;
  height: 55px;
  display: inline-block;
  margin: 8px 0;
  color: #fff;
  text-align: center;
  border-radius: 100%;
  position: relative;
  left: 0;
  transition: all .2s ease;
  line-height: 75px;
}

.btn--shockwave.is-active {
  -webkit-animation: shockwaveJump 1s ease-out infinite;
  animation: shockwaveJump 1s ease-out infinite;
}

.btn--shockwave.is-active {
  -webkit-animation: shockwaveJump 1s ease-out infinite;
  animation: shockwaveJump 1s ease-out infinite;
}

.btn--shockwave.is-active:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  -webkit-animation: shockwave 1s .65s ease-out infinite;
  animation: shockwave 1s .65s ease-out infinite;
}

.btn--shockwave.is-active:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  -webkit-animation: shockwave 1s .5s ease-out infinite;
  animation: shockwave 1s .5s ease-out infinite;
}

@-webkit-keyframes shockwaveJump {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }

  50% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }

  55% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }

  60% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes shockwaveJump {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }

  50% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }

  55% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }

  60% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes shockwave {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), inset 0 0 1px rgba(0, 0, 0, 0.15);
  }

  95% {
    box-shadow: 0 0 50px transparent, inset 0 0 30px transparent;
  }

  100% {
    -webkit-transform: scale(2.25);
    transform: scale(2.25);
  }
}

@keyframes shockwave {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), inset 0 0 1px rgba(0, 0, 0, 0.15);
  }

  95% {
    box-shadow: 0 0 50px transparent, inset 0 0 30px transparent;
  }

  100% {
    -webkit-transform: scale(2.25);
    transform: scale(2.25);
  }
}

.btn--jump.is-active {
  -webkit-animation: .4s jump ease infinite alternate;
  animation: .4s jump ease infinite alternate;
}

@-webkit-keyframes jump {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  }

  100% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  }
}

@keyframes jump {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  }

  100% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  }
}

/* Websites List */
.websites-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.websites-list li {
  margin-bottom: 10px;
}


.testimonial_item.style_five .testimonial-content {
  min-height: 283px;
}

section.service_area.styel_five {
  padding: 60px 0 !important;
}


/* Responsive Design */
@media (max-width: 600px) {
  .contact-box {
    padding: 15px;
  }

  .contact-label {
    font-size: 0.95rem;
  }

  .contact-detail {
    font-size: 0.9rem;
  }
}


button.btn {
  position: relative !important;
}

/* Responsive */

@media screen and (max-width: 490px) {
  section.testimonial_area.style_five {
    padding-left: 0 !important;
    padding-bottom: 60px !important;
    background: #eaeaec;
  }

  section.footer_area.style_five {
    padding-top: 30px;
    background: #002d2e;
  }
}


