/* Header */
.default_header_top_text {
  font-weight: bold;
}

/* End Header */
/* Body */

.home_slider_card {
  max-width: 80rem;
  padding: 0rem 1rem;
}

/* End Body */


/* Loading Screen */
.loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.5s ease;
}

.loader-container {
  position: relative;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}

.loader {
  width: 100%;
  height: 100%;
  border: 8px solid #f3f3f3;
  border-top: 8px solid #2a87c9;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
}

.loader-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45px;
  height: 45px;
  object-fit: contain;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.loading-text {
  font-size: 20px;
  color: #333;
  font-family: Arial, sans-serif;
}

.page-transition {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.5s;
}

.page-transition .loader img {
  width: 80px;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

/* End Loading Screen */

/* WhatsApp */

.whatsapp-float {
  position: fixed;
  bottom: 60px;
  right: 30px;
  background: #25D366;
  color: white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  line-height: 60px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 100;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  animation: pulse 1s infinite;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  color: white;
}

.whatsapp-float i {
  font-size: 36px;
}

/* End WhatsApp */

/* Chat box*/
/* #fc_frame {}

#chat-icon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.d-hotline.h-btn {
  border-radius: 35px;
} */
.d-hotline.h-btn.animated.zoomIn.faster {}

/* End Chat box*/
/* Footer */
.default_footer {
  padding-bottom: 0px;
}

footer.pb-5 {
  padding-bottom: 0px;
}

a.default_footer_social_link:nth-of-type(1):hover {
  color: #4267b2 !important;
}

a.default_footer_social_link:nth-of-type(2):hover {
  color: #fd1d1d !important;
}

div.default_footer_social_container div.animate-slideIn a.default_footer_social_link:nth-of-type(3):hover {
  color: #010101;
}

/* End Footer */
@media (min-width: 320px) {

  .whatsapp-float {
    width: 50px;
    height: 50px;
    font-size: 22px;
  }

  .d-hotline.h-btn.animated.zoomIn.faster {
    width: 50px;
    height: 50px;
  }

  .loader-logo {
    width: 35px;
    height: 35px;
  }

}

@media (max-width: 767px) {

  .whatsapp-float {
    bottom: 25px;
  }

  #fc_frame {
    bottom: 25px !important;
  }

  .default_header_logo img {
    width: 80px;
    height: 50px;
  }

  .default_category_card_img {
    height: 250px;
  }

  h4.text-heading.default_category_card_name {
    text-align: center;
  }
}

@media (min-width: 768px) {

  .whatsapp-float {
    width: 60px;
    height: 60px;
    font-size: 28px;
  }

  .d-hotline.h-btn.animated.zoomIn.faster {
    width: 60px;
    height: 60px;
  }

  .loader-logo {
    width: 45px;
    height: 45px;
  }

  .home_slider_card {
    padding: 0rem 1.5rem;
  }
}

@media (min-width: 1024px) {

  .whatsapp-float {
    width: 70px;
    height: 70px;
    font-size: 32px;
  }

  .d-hotline.h-btn.animated.zoomIn.faster {
    width: 70px;
    height: 70px;
  }

}

@media (min-width: 1440px) {

  .whatsapp-float {
    width: 80px;
    height: 80px;
    font-size: 36px;
  }

  .d-hotline.h-btn.animated.zoomIn.faster {
    width: 80px;
    height: 80px;
  }
}