:root {
  --primary: #0072bb;
  --primary-rgb: 0, 114, 187;
}

.navbar-area .desktop-nav .navbar .navbar-brand img {
  width: 150px;
}

.single-footer-widget .logo img {
  width: 150px;
}

.default-btn {
  font-size: 16px;
  background-color: transparent;
  color: #fff;
  padding: 15px 40px;
  line-height: 1;
  transition: all 0.5s;
  z-index: 1;
  text-transform: capitalize;
  border: 1px solid #fff;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
}
.default-btn.light-btn {
  border-color: var(--primary);
  color: var(--primary);
}
.default-btn.active {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
.default-btn.active:hover {
  color: #fff;
}
.default-btn.active::after {
  width: 100%;
}
.default-btn.active::before {
  border-top: 20px solid rgba(0, 0, 0, 0);
  border-left: 20px solid #fff;
  border-bottom: 20px solid rgba(0, 0, 0, 0);
  left: -1px;
}
.default-btn.active:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: #fff;
}
.default-btn.active:hover::before {
  border-top: 20px solid rgba(0, 0, 0, 0);
  border-left: 20px solid #fff;
  border-bottom: 20px solid rgba(0, 0, 0, 0);
  left: -1px;
}
.default-btn.active:hover::after {
  width: 0;
}
.default-btn::before {
  content: "";
  position: absolute;
  border-right: 0;
  border-top: 20px solid rgba(0, 0, 0, 0);
  border-left: 20px solid #fff;
  border-bottom: 20px solid rgba(0, 0, 0, 0);
  top: 5px;
  left: -1px;
  transition: all 0.5s;
}
.default-btn.light-btn::before {
  border-left: 20px solid var(--primary);
}
.default-btn::after {
  position: absolute;
  content: "";
  background-color: var(--primary);
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: all 0.5s;
  z-index: -1;
}
.default-btn:hover {
  color: #fff;
  border-color: var(--primary);
}
.default-btn:hover::before {
  border-top: 20px solid rgba(0, 0, 0, 0);
  border-left: 20px solid #fff;
  border-bottom: 20px solid rgba(0, 0, 0, 0);
}
.default-btn:hover::after {
  width: 100%;
}

.banner-area.bg-3 {
  background-image: url(../img/banner.png) !important;
}

.banner-area.banner-area-three::before {
  background-image: linear-gradient(to right, #000000, transparent);
}

.banner-content {
  overflow: visible;
  max-width: 100%;
  margin-right: auto;
  margin-top: auto;
}

.quote-price-content {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 30px;
  margin-top: auto;
}

.page-title-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.3;
}

.page-title-area .page-title-content ul li,
.page-title-area .page-title-content ul li.active,
.page-title-area .page-title-content ul li a,
.page-title-area .page-title-content h2 {
  color: #fff;
}

select {
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='20' width='20' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
  padding-right: 35px;
}

.services-area .single-services-box {
  height: 100%;
  margin-bottom: 0;
}

.choose-us-content .single-choose-us-box i {
  font-size: 30px;
}

.single-counter i {
  font-size: 30px;
}

.single-services-box i {
  font-size: 30px;
}

.chatbot_block {
  position: fixed;
  bottom: 20px;
  right: 25px;
  z-index: 999;
  width: 300px;
}

.chatbot_block .chatbot_button {
  width: 100%;
  background-color: #2575fc;
  color: white;
  border: none;
  padding: 12px 20px;
  border-radius: 50px;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.chatbot_block .chatbot_content {
  width: 100%;
  display: none;
  margin-top: 8px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  max-height: 500px;
  overflow-y: auto;
}

.chatbot_block .chatbot_content .form-control,
.chatbot_block .chatbot_content #main_service {
  font-size: 0.85rem;
  padding: 5px 10px;
  height: 32px;
}

.chatbot_block .chatbot_content textarea.form-control {
  height: 60px;
  resize: none;
}

.chatbot_block .chatbot_content #main_service option {
  font-size: 0.85rem;
}

.chatbot_block .chatbot_content #other_service {
  display: none;
}

.single-testimonials-two {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.spinner_block {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  display: none;
}

.spinner_block .d-table {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto !important;
}

.spinner_block .spinner_icon {
  position: relative;
  width: 50px;
  height: 50px;
  margin: auto;
  border: 4px solid #ffffff;
  border-top: 4px solid var(--primary);
  border-radius: 50%;
  animation: 1s linear infinite spin;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}
.page-title-area .page-title-content ul li::before {
  background-color: #fff;
}

.partner-area .owl-carousel .owl-item img {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 10%);
  margin: 5px 0 !important;
}

.footer-area p,
.footer-area a,
.footer-area ul li {
  color: #fff !important;
}

.footer-area a:hover {
  color: var(--primary) !important;
}

.whatsapp_float {
  display: none;
}

@media (min-width: 768px) {
  .whatsapp_float {
    display: block;
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    left: 20px;
    background-color: #25d366;
    color: white;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 1000;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s;
  }

  .whatsapp_float:hover {
    transform: scale(1.1);
    color: white;
    text-decoration: none;
  }

  .whatsapp_float i {
    margin-top: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mobile-nav .logo a img {
    width: 110px;
  }

  .default-btn {
    font-size: 14px;
    padding: 12px 20px;
  }

  .default-btn::before {
    border-top: 15px solid rgba(0, 0, 0, 0);
    border-left: 15px solid #fff;
    border-bottom: 15px solid rgba(0, 0, 0, 0);
  }

  .default-btn.active::before {
    border-top: 15px solid rgba(0, 0, 0, 0);
    border-left: 15px solid #fff;
    border-bottom: 15px solid rgba(0, 0, 0, 0);
  }

  .banner-area.banner-area-three::before {
    background: rgb(0, 0, 0, 0.6);
  }

  .partner-area .owl-carousel .owl-item img {
    margin: auto !important;
    width: 200px !important;
  }

  .chatbot_block {
    left: 5px;
    right: 5px;
    margin: 0 auto;
    bottom: 5px;
  }

  .copy-right-area {
    padding-bottom: 60px;
  }

  .page-title-area {
    padding-top: 160px;
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mobile-nav .logo a img {
    width: 110px;
  }

  .default-btn {
    font-size: 14px;
    padding: 12px 20px;
  }

  .default-btn::before {
    border-top: 15px solid rgba(0, 0, 0, 0);
    border-left: 15px solid #fff;
    border-bottom: 15px solid rgba(0, 0, 0, 0);
  }

  .default-btn.active::before {
    border-top: 15px solid rgba(0, 0, 0, 0);
    border-left: 15px solid #fff;
    border-bottom: 15px solid rgba(0, 0, 0, 0);
  }

  .banner-area.banner-area-three::before {
    background: rgb(0, 0, 0, 0.6);
  }

  .partner-area .owl-carousel .owl-item img {
    margin: auto !important;
    width: 200px !important;
  }

  .chatbot_block {
    left: 5px;
    right: 5px;
    margin: 0 auto;
    bottom: 5px;
  }

  .copy-right-area {
    padding-bottom: 60px;
  }

  .page-title-area {
    padding-top: 160px;
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-nav .logo a img {
    width: 110px;
  }

  .default-btn {
    font-size: 14px;
    padding: 12px 20px;
  }

  .default-btn::before {
    border-top: 15px solid rgba(0, 0, 0, 0);
    border-left: 15px solid #fff;
    border-bottom: 15px solid rgba(0, 0, 0, 0);
  }

  .default-btn.active::before {
    border-top: 15px solid rgba(0, 0, 0, 0);
    border-left: 15px solid #fff;
    border-bottom: 15px solid rgba(0, 0, 0, 0);
  }

  .banner-area.bg-3 {
    background-image: url(../img/banner400x600.png) !important;
  }

  .banner-area.banner-area-three::before {
    background: rgb(0, 0, 0, 0.6);
  }

  .banner-area {
    padding-top: 150px;
  }

  .partner-area .owl-carousel .owl-item img {
    margin: auto !important;
    width: 200px !important;
  }

  .chatbot_block {
    left: 5px;
    right: 5px;
    margin: 0 auto;
    bottom: 5px;
  }

  .copy-right-area {
    padding-bottom: 60px;
  }

  .page-title-area {
    padding-top: 160px;
    padding-bottom: 80px;
  }
}
