body {
  background-color: #f1f1f1;
}

body::-webkit-scrollbar {
  width: 12px; /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
  background: #ebebeb; /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
  background-color: #0024d5; /* color of the scroll thumb */
  border-radius: 20px; /* roundness of the scroll thumb */
  border: 3px solid #ebebeb; /* creates padding around scroll thumb */
}

.navBG {
  background-color: #0024d5;
}

.navBG .nav-link {
  color: white !important;
}

.bannerSection {
  background-image: url(../images/home_banner.webp);
  height: 100vh;
  background-repeat: no-repeat;
}
.bannerSection_services {
  background-image: url(../images/home_banner_services.webp);
  height: 100vh;
  background-repeat: no-repeat;
}
.bannerSection_About {
  background-image: url(../images/about_us_banner.webp);
  height: 100vh;
  background-repeat: no-repeat;
}
.banner-content {
  color: aliceblue;
  top: 35%;
  position: absolute;
  text-align: left;
  width: 40%;
}

.dropdown-menu-dark {
  background-color: #7170ff;
  list-style: none;
  line-height: 3;
  position: absolute;
}
.banner-content h1 {
  font-weight: 700;
  font-size: 4.5rem;
}
.btn_banner {
  padding: 2% 10%;
  background: linear-gradient(0deg, #0024d5, #274bf7);
  border-radius: 50px;
  color: aliceblue;
}

.btn_banner:hover {
  border-color: #758cff;
  background: linear-gradient(180deg, #0024d5, #274bf7);
  color: aliceblue;
  transition: ease-in-out;
}

.btn_banner:hover i {
  transform: translateX(20px);
  transition: ease-in-out;
  transition-duration: 0.5s;
}

.tileImage {
  z-index: -1;
}

.tile {
  border-radius: 20px !important;
}

.tileBodyText {
  line-height: 15px;
}
.card {
}
.card:hover {
  scale: 1.1;
  transition: ease-in-out;
  transition-duration: 0.8s;
  box-shadow: 0px 0px 22px #0000006e;
}

#SoftwareSolutions {
  background-color: #cbcbd7;
  color: #202020 !important;
}

.bgSecondary {
  background-color: #cbcbd7;
  color: #202020 !important;
  box-shadow: 0;
  transition: box-shadow 1s;
}
.bgSecondary:hover {
  z-index: 5;
  position: relative;
  box-shadow: 0px 0px 40px #0000006e !important;
}

.bgThird {
  background-color: #f1f1f1;
  color: #202020 !important;
}

.customBG {
  background-image: url(../images/bg_1.webp);
  background-repeat: no-repeat;
}

.customBG p {
  text-align: justify;
}

.customBody {
  transform: translateY(45%);
}

.partnerImg:hover + .partnerBlock {
  overflow-x: hidden;
  transition: ease-in-out;
  transition-duration: 1s;
}

.partnerInfo:hover {
  display: block !important;
}

.partnerInfo {
  display: none;
  width: 40%;
  border: 1px solid #999999;
  padding: 1rem 1rem;
  border-radius: 15px;
  font-size: 14px;
}

.footerBG {
  background-color: #0024d5;
  color: #ebebeb;
}

.footerLogo {
  height: 40%;
}

.footerText {
  font-size: small;
  color: #ebebeb;
  line-height: 1.5;
}
.footerText a {
  text-decoration: none;
  color: inherit;
}

.footerLinks {
  list-style: none;
  padding-left: inherit;
}

.footerLinks > li {
  font-size: small;
  color: #ebebeb;
  line-height: 2;
}

.footerLinks li a {
  text-decoration: none;
  color: inherit;
}

.contact-formControl {
  padding: 7px 14px;
  margin: 3px 3px;
  background-color: transparent;
  font-size: small;
  border-radius: 10px;
  border: 1px solid #ebebeb40;
  color: #ebebeb;
  width: -webkit-fill-available;
}

.contact-formControl:focus,
.contact-formControl:focus-visible {
  border: 1px solid #ebebeb;
}

.contact-formControl::-webkit-input-placeholder {
  color: #ebebeb40;
}

.btn-outline {
  width: 50% !important;
  text-align: center;
  margin-top: 5px;
}

.btn-outline:hover i {
  transform: translateX(20px);
  transition: ease-in-out;
  transition-duration: 0.5s;
}
.contactBtn {
  background: transparent;
  border-width: 1px;
  border-color: white;
  padding: 8px 30px;
  color: white;
  text-decoration: none;
}

.contactBtn div.spinner-border {
  --bs-spinner-width: 1rem !important;
  --bs-spinner-height: 1rem !important;
}

.contactBtn:hover {
  background: white;
  color: black;
  transition: ease;
  transition-duration: 0.5s;
}

.cardBG {
  background: transparent !important;
  width: 30% !important;
  border-radius: 36px;
}
.sectionTile {
  background-color: #1a18ced4;
  color: white;
  padding: 2% 2%;
  width: 30%;
  height: 385px;
  cursor: pointer;
  box-shadow: 0;
  transition: box-shadow 0.8s;
}

.sectionTile:hover {
  box-shadow: 0px 0px 22px #000000b0;
}

.tileBody {
  height: 250px;
}

.sectionTile p {
  text-align: justify;
  font-size: small;
}

.sectionTile:hover i {
  scale: 1.5;
  transition: ease-in-out;
  transition-duration: 0.8s;
}
.btn-custom {
  text-align: center;
  background-color: #1a18f3;
  color: white;
  font-weight: 600;
  padding: 10px 30px;
  border: none;
}

.btn-custom:hover {
  -moz-transform: scaleX(1.2);
  -webkit-transform: scaleX(1.2);
  -o-transform: scaleX(1.2);
  -ms-transform: scaleX(1.2);
  -webkit-transform: scaleX(1.2);
  transform: scaleX(1.2);

  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -ms-transition: transform 0.5s ease-in-out;
}

.btn-custom:hover i {
  transform: translateX(20px);
  transition: ease-in-out;
  transition-duration: 0.5s;
}
ul#serviceItems li {
  list-style-type: none;
  display: flex;
  align-items: initial;
  font-size: small;
  line-height: 1.5;
}
.servicesImg {
  width: -webkit-fill-available;
  height: -webkit-fill-available;
  object-fit: cover;
}

.services {
  box-shadow: 0;
  transition: box-shadow 0.5s;
}
.services:hover {
  box-shadow: 8px 0px 3px #0000001a;
}

.services h6 {
  margin-bottom: 0.1rem !important;
}

.services hr {
  margin: 0.5rem 0 !important;
}

ul li.hotel::before {
  padding: 0px 10px;
  content: url("../../assets/images/list-icons/ICONS-03.webp");
}
ul li.restaurant::before {
  padding: 0px 10px;
  content: url("../../assets/images/list-icons/ICONS-04.webp");
}
ul li.laundry::before {
  padding: 0px 10px;
  content: url("../../assets/images/list-icons/ICONS-05.webp");
}
ul li.gym::before {
  padding: 0px 10px;
  content: url("../../assets/images/list-icons/ICONS-06.webp");
}
ul li.expense::before {
  padding: 0px 10px;
  content: url("../../assets/images/list-icons/ICONS-07.webp");
}
ul li.fleet::before {
  padding: 0px 10px;
  content: url("../../assets/images/list-icons/ICONS-08.webp");
}
ul li.inventory::before {
  padding: 0px 10px;
  content: url("../../assets/images/list-icons/ICONS-09.webp");
}
ul li.property::before {
  padding: 0px 10px;
  content: url("../../assets/images/list-icons/ICONS-10.webp");
}

@media (min-width: 374px) and (max-width: 550px) {
  .cardBG {
    width: 100% !important;
  }

  .cardBG .card-img-overlay {
    padding-top: 10%;
  }
  .banner-content {
    top: 20%;
    width: auto;
  }

  #serviceBanner {
    top: 50% !important;
    width: auto;
  }

  .tile {
    height: 320px;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .tile img {
    transform: translateY(-150px);
    filter: brightness(0.8);
  }
  .bannerSection {
    background-position-x: -894px;
  }
  .bannerSection_services {
    background-position-x: -894px;
  }

  .customBG {
    background-image: url(../images/bg_1_responsive.webp);
    background-position-x: -1340px;
  }

  .customBody {
    transform: translateY(0%);
    padding-bottom: 20%;
  }
  .btn-outline {
    width: 50% !important;
    text-align: center;
    margin-top: 5px;
  }
  .customBG img {
    width: 30% !important;
  }
  .customBG p {
    font-size: small;
    text-align: justify;
  }
  .sectionTile {
    padding: 8%;
    margin-bottom: 20px;
    width: 100%;
    height: 330px;
  }
  .tileBody {
    height: 210px;
  }
  .servicesImg {
    border-radius: unset !important;
  }
}

@media (min-width: 551px) and (max-width: 767px) {
  .cardBG {
    width: 50% !important;
  }

  .cardBG .card-img-overlay {
    padding-top: 10%;
  }
  .card-title {
  }

  .customBG {
    background-image: url(../images/bg_1_responsive.webp);
  }

  .customBody {
    transform: translateY(0%);
    padding-bottom: 20%;
  }
  .btn-outline {
    width: 50% !important;
    text-align: center;
    margin-top: 5px;
  }
  .customBG img {
    width: 30% !important;
  }
  .customBG p {
    font-size: small;
    text-align: justify;
  }
  .sectionTile {
    padding: 8%;
    margin-bottom: 20px;
    width: 100%;
    height: 330px;
  }
  .tileBody {
    height: 180px;
  }
  .servicesImg {
    border-radius: unset !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .customBody {
    transform: translateY(0%);
    padding-bottom: 20%;
  }
  .btn-outline {
    width: 50% !important;
    text-align: center;
    margin-top: 5px;
  }
  .customBG img {
    width: 30% !important;
  }
  .customBG p {
    font-size: small;
    text-align: justify;
  }
  .sectionTile {
    padding: 8%;
    margin-bottom: 20px;
    width: 100%;
    height: 300px;
  }
  .tileBody {
    height: 150px;
  }
  .servicesImg {
    border-radius: unset !important;
  }
}
