/* WebKit-based browsers (Chrome, Safari, Edge) */

body::-webkit-scrollbar {

  width: 8px !important; /* Width of vertical scrollbar */

  height: 8px !important; /* Height of horizontal scrollbar */

}



body::-webkit-scrollbar-track {

  background: #f1f1f1 !important; /* Background of the scrollbar track */

}



body::-webkit-scrollbar-thumb {

  background-color: #0b022a !important; /* Color of the scrollbar thumb */

  border-radius: 6px !important; /* Roundness of the scrollbar thumb */

  border: 3px solid #f1f1f1 !important; /* Padding around the scrollbar thumb */

}



body::-webkit-scrollbar-thumb:hover {

  background-color: #555 !important; /* Color when hovering over the scrollbar thumb */

}



/* Optional: Corner where the two scrollbars meet */

body::-webkit-scrollbar-corner {

  background: #f1f1f1 !important; /* Background of the corner */

}

.FooterMenuText {

  color: bisque !important;

}

.FooterHoverBox:hover {

  .FooterMenuText {

    color: #ffd105 !important;

  }

}



.service-content {

  text-align: justify !important;

}



.btn-primary {

  background-color: #086AD8 !important;

  color: #ffffff !important;

}

