.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background: #ffffff;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.loading {
    border: 1px solid transparent;
    border-color: transparent #072b3d transparent #1195ee;
    animation: rotate-loading 1.5s linear 0s infinite normal;
    transform-origin: 50% 50%;
}

   header.main-header {
    background-color: #000000;
}
.main-menu ul li.nav-item a {
    color: #ffffff;
}
.main-menu ul li.nav-item a:hover {
    color: #108ef1;  /*blue*/
}
.main-menu .nav-menu-wrapper {
    text-align: right;
}
.hero::before {
    background: linear-gradient(270deg, rgb(4 39 56 / 18%) 21.87%, rgb(4 63 92 / 49%) 100%);
}
.section-title h3 {
    color: #eeeff0;
    background: #17171691;
}

.section-title #header-h3::before {
    background: #ffffff;  
}
/*.btn-default.btn-highlighted:hover::before {
    background-color: var(--accent-color);
}*/
.btn-default.btn-highlighted::before {
    background-color: #000000;
}
#hero-btn{
     background-color: #000000;
}
.icon-box i {
    color: white;
}

.icon-box:hover i {
    color: white; /* stays white on hover */
    z-index: 1;
}
.best-service-item:hover .icon-box i {
    color: white; /* Ensures it stays white on hover */
}
.about-us-video-image figure::before {

    background: #002f4752;
  
}
.about-us {
    background: url(images/about-beegee2.png) no-repeat;
    background-position: right bottom;
    background-size: 200px auto;
    padding: 100px 0;
}
#light-bg-section .section-title h3::before {
    background: var(--accent-color);
}
#dark-section {
    background-color: #ffffff;
}
.footer-logo img {
    width: 100%;
    max-width: 140px;
}
.navbar-brand img {
    width: 120px;
    height: 40px;
    object-fit: contain;
}
@media only screen and (max-width: 767px) {
    .footer-logo img {
        max-width: 110px;
    }
    .navbar-brand img {
    width: 100px;
    height: 30px;
    object-fit: contain;
}
}
#footer {
    background-color: #101010;
}

#about-header{
    position: relative;
    background-image: url(../images/about2a.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 145px 0;
}
#service-header{
    position: relative;
    background-image: url(../images/services1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 145px 0;
}
#faqs-header{
    position: relative;
    background-image: url(../images/faqs1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 145px 0;
}
#contact-header{
    position: relative;
    background-image: url(../images/contact2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 145px 0;
}
#about-us {
    background: #f3f3f3;
    background-position: right bottom;
    background-size: 200px auto;
    padding: 100px 0;
}
#our-features {
    background: url(../images/whyte.png) no-repeat;
    background-position: left -30px bottom -37px;
    background-size: 250px auto;
    padding: 100px 0;
}


:root {
    --accent-color: #108ef1; /*blue*/
}
#backToTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  background-color: #108ef1;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 18px;
  cursor: pointer;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
  transition: opacity 0.3s ease;
}

#backToTop:hover {
  opacity: 0.8;
}

#backToTop i {
  color: white;
}



