/* ----------------------------------------------------------------
	Custom CSS
-----------------------------------------------------------------*/
:root {
  width: 100%;
  overflow-x: hidden;
}
.themecolor {
	color: #9c08f2 !important;
}

.card {
    border: 1px solid #eee;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
}

.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.button.button-whatsapp {
    background-color: #25D366 !important;
    color: #fff !important;
}

/*Overlay on background images*/
.dark-overlay {
  position: relative;
}

.dark-overlay::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Adjust the opacity as needed */
  z-index: 1;
}

.dark-overlay > * {
  position: relative;
  z-index: 2;
}
/* Service Page Images Hover Effect */
.service_images {
    border-radius: 999px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.service_images:hover {
    transform: scale(1.08);
    box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2);
}
/*Fix Width issues resolution*/
@media (max-width: 1399px) {
  .align-wide-xxl {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 1199px) {
  .align-wide-xl {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .align-wide-lg {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.bnews-slider {
    width: 100%;
}