html {
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans", sans-serif !important;
  color: #606060;
}
body::-webkit-scrollbar {
  width: 12px; /* width of the entire scrollbar */
}

a {
  color: inherit;
}

body::-webkit-scrollbar-track {
  background: #ebebeb; /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
  background-color: #716dcd; /* color of the scroll thumb */
  border-radius: 20px; /* roundness of the scroll thumb */
  border: 3px solid #ebebeb; /* creates padding around scroll thumb */
}
.bannerImage {
  z-index: -1;
  height: 100vh;
  width: 100% !important;
}

.aboutBannerImage {
  z-index: -1;
  height: 82vh !important;
  width: -webkit-fill-available;
  object-fit: cover;
}
.otherBannerImage {
  z-index: -1;
  height: 42vh !important;
  width: -webkit-fill-available;
  object-fit: cover;
  filter: brightness(0.5);
}

.serviceBannerImage {
  z-index: -1;
}

.navbar-toggler {
  color: #f7c83c !important;
  border: var(--bs-border-width) solid rgb(241 187 82 / 59%);
}
.nav-bg {
  background-color: #000000cf;
}
h1,
h2,
h3 {
  font-weight: 300;
}
h4,
h5,
h6 {
  font-weight: 400;
}

.nav-link {
  color: white;
  white-space: nowrap;
}
.nav-item {
  padding: 0% 20%;
}

.nav-link:hover,
.nav-link:focus,
.nav-link .show {
  color: white !important;
}
.bannerInfo {
  translate: 0px 150px;
}

.sectionBanner {
  height: 518px;
}
.owl-carousel {
  display: block !important;
}
.owl-theme .owl-dots .owl-dot span {
  width: 40px !important;
  background: #a9a9a9 !important;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: linear-gradient(45deg, #f7ca3c, #f17c35) !important;
  width: 170px !important;
}

.serviceOverlapImage_1 {
  width: 15%;
  translate: -263px 199px;
}

.navBGHover {
  display: none;
  width: 100%;
  height: 100vh;
  background-color: #000000cf;
  position: absolute;
  left: 0;
  top: 0;
}
.dropdown-hover-menu {
  display: none;
  position: fixed;
  list-style: none;
  line-height: 2.8;
  color: white;
  padding: 0% 3%;
}

.dropdown-hover-menu li a.dropdown-item {
  font-weight: 300;
}
.dropdown-hover-menu li a.dropdown-item:hover {
  border-bottom: 1px solid rgb(241 187 82 / 59%);
  transition: ease-in-out;
  transition-duration: 0.5s;
}

.dropdown-hover:hover .dropdown-hover-menu {
  display: block !important;
}
.dropdown-hover:hover {
  z-index: 1 !important;
}

.infoGraphics_wrap {
  translate: 0% 72%;
}

#infoGraphicImages > img {
  width: 12%;
  height: fit-content;
}

@media (min-width: 1440px) {
  .infoGraphicSingleElement_1 {
    translate: 0% -104%;
    color: white;
    width: 11%;
  }

  .infoGraphicSingleElement_2 {
    translate: 0% -112%;
    color: white;
    width: 11%;
  }

  .infoGraphicSingleElement_1 > span {
    white-space: nowrap;
  }

  .infoGraphicSingleElement_2 > span {
    white-space: nowrap;
  }

  .infoGraphicSingleElement_1 > img,
  .infoGraphicSingleElement_2 > img {
    width: 100%;
    height: fit-content;
  }

  .infoGraphics_img_1 {
    translate: 0% -95%;
  }
  .infoGraphics_img_2 {
    translate: 0% -125%;
  }

  .infoGraphicSingleElement_1 > img:hover,
  .infoGraphicSingleElement_2 > img:hover {
    transform: scale(1.6);
    transition: ease-in-out;
    transition-duration: 0.5s;
    cursor: pointer;
  }
  .footerLogo {
    width: 30%;
  }
}
.sectionBg {
  background-color: #ebebeb !important;
}

.misionBg {
  background-color: #f5f5f5;
}

.section_3_Img {
  box-shadow: -1px 5px 12px #555555c4;
  height: -webkit-fill-available;
  object-fit: cover;
}

.footerBG {
  background-color: #606060;
  color: #ebebeb;
}

.footerText {
  font-size: small;
  color: #ebebeb8c;
  line-height: 1.5;
}
.footerText a {
  text-decoration: none;
  color: inherit;
}

.footerLinks {
  list-style: none;
  padding-left: inherit;
}

.footerLinks > li {
  font-size: small;
  color: #ebebeb8c;
  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;
}

.contactBtn {
  background: linear-gradient(90deg, #f7c83c, #f17e35);
  border-radius: 13px;
  padding: 8px 20px;
  border: none;
  color: white;
  text-decoration: none;
}

.contactBtn div.spinner-border {
  --bs-spinner-width: 1rem !important;
  --bs-spinner-height: 1rem !important;
}

.contactBtn:hover {
  background: linear-gradient(0deg, #f7c83c, #f17e35);
  transition: ease;
  transition-duration: 1s;
}

.partnerImg {
  cursor: pointer;
}

/* .partnerImg:hover + .partnerInfo {
  display: block !important;
  transition: ease-in-out;
  transition-duration: 1s;
  transition-delay: 1s;
} */

.section_2_img:hover {
  box-shadow: 0px 0px 30px #999999;
  transition: ease-in-out;
  transition-duration: 0.5s;
}

.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;
}

.aboutText,
.justifyText {
  text-align: justify !important;
}

.bounce {
  display: none;
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
  background-color: orange;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  color: #736bc8;
  position: fixed;
  top: 90%;
  right: 8%;
  cursor: pointer;
}
.bounce:hover {
  -moz-animation: none;
  -webkit-animation: none;
  animation: none;
}

ul#serviceItems li {
  list-style-type: none;
  display: flex;
  align-items: initial;
}

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");
}

.services h6 {
  margin-bottom: 0.1rem !important;
}

.services hr {
  margin: 0.5rem 0 !important;
}

.servicesImg {
  height: -webkit-fill-available;
  object-fit: cover;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

.aboutBanner {
  height: 82vh !important;
}
.otherBanner {
  height: 42vh !important;
}
.serviceBanner {
  height: 72vh !important;
}
/******************************* Responsive *************************/

@media (min-width: 374px) and (max-width: 550px) {
  .infoGraphicSingleElement_1 {
    translate: 0% -102%;
    color: white;
    width: 11%;
  }

  .infoGraphicSingleElement_2 {
    translate: 0% -105%;
    color: white;
    width: 11%;
  }

  .infoGraphicSingleElement_1 > span {
    white-space: nowrap;
    font-size: 8px;
    text-align: center;
  }

  .infoGraphicSingleElement_2 > span {
    white-space: nowrap;
    font-size: 8px;
    text-align: center;
  }

  .infoGraphicSingleElement_1 > img,
  .infoGraphicSingleElement_2 > img {
    width: 100%;
    height: fit-content;
  }

  .infoGraphics_img_1 {
    translate: 0% -95%;
  }
  .infoGraphics_img_2 {
    translate: 0% -125%;
  }

  .bannerImage {
    height: 100% !important;
    max-width: 100% !important;
    object-fit: cover !important;
  }
  .aboutBannerImage {
    height: 82% !important;
    max-width: 100% !important;
    object-fit: cover !important;
  }
  .serviceBannerImage {
    height: 72% !important;
    max-width: 100% !important;
    object-fit: cover !important;
  }
  .bannerInfo {
    translate: 0% 150%;
  }

  .aboutBannerInfo {
    translate: 0% 75%;
  }

  .serviceBbannerInfo {
    translate: 0% 75%;
  }

  .bannerInfo > p {
    font-size: small;
  }

  .infoGraphics_wrap {
    translate: 0% 100%;
    display: none;
  }
  .footerLogo {
    width: 25%;
  }
}

@media (min-width: 551px) and (max-width: 767px) {
  .homeBanner {
    height: 75vh !important;
  }
  .infoGraphicSingleElement_1 {
    translate: 0% -102%;
    color: white;
    width: 11%;
  }

  .infoGraphicSingleElement_2 {
    translate: 0% -105%;
    color: white;
    width: 11%;
  }

  .infoGraphicSingleElement_1 > span {
    white-space: nowrap;
    font-size: 12px;
    text-align: center;
  }

  .infoGraphicSingleElement_2 > span {
    white-space: nowrap;
    font-size: 12px;
    text-align: center;
  }

  .infoGraphicSingleElement_1 > img,
  .infoGraphicSingleElement_2 > img {
    width: 100%;
    height: fit-content;
  }

  .infoGraphics_img_1 {
    translate: 0% -95%;
  }
  .infoGraphics_img_2 {
    translate: 0% -125%;
  }

  .bannerImage {
    height: 75% !important;
    max-width: 100% !important;
    object-fit: cover !important;
  }
  .aboutBannerImage {
    height: 82% !important;
    max-width: 100% !important;
    object-fit: cover !important;
  }
  .serviceBannerImage {
    height: 72% !important;
    max-width: 100% !important;
    object-fit: cover !important;
  }
  .bannerInfo {
    translate: 0px 100px;
  }

  .bannerInfo > p {
    font-size: small;
  }

  .infoGraphics_wrap {
    translate: 0% 90%;
  }
  .footerLogo {
    width: 25%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .homeBanner {
    height: 75vh !important;
  }
  .infoGraphicSingleElement_1 {
    translate: 0% -102%;
    color: white;
    width: 11%;
  }

  .infoGraphicSingleElement_2 {
    translate: 0% -105%;
    color: white;
    width: 11%;
  }

  .infoGraphicSingleElement_1 > span {
    white-space: nowrap;
    font-size: 12px;
    text-align: center;
  }

  .infoGraphicSingleElement_2 > span {
    white-space: nowrap;
    font-size: 12px;
    text-align: center;
  }

  .infoGraphicSingleElement_1 > img,
  .infoGraphicSingleElement_2 > img {
    width: 100%;
    height: fit-content;
  }

  .infoGraphics_img_1 {
    translate: 0% -95%;
  }
  .infoGraphics_img_2 {
    translate: 0% -125%;
  }

  .bannerImage {
    height: 75% !important;
    max-width: 100% !important;
    object-fit: cover !important;
  }
  .aboutBannerImage {
    height: 82% !important;
    max-width: 100% !important;
    object-fit: cover !important;
  }
  .serviceBannerImage {
    height: 72% !important;
    max-width: 100% !important;
    object-fit: cover !important;
  }
  .bannerInfo {
    translate: 0px 60px;
  }

  .bannerInfo > p {
    font-size: small;
  }

  .infoGraphics_wrap {
    translate: 0% 30%;
  }
  .footerLogo {
    width: 25%;
  }
}

@media (min-width: 992px) and (max-width: 1439px) {
  .infoGraphicSingleElement_1 {
    translate: 0% -102%;
    color: white;
    width: 11%;
  }

  .infoGraphicSingleElement_2 {
    translate: 0% -105%;
    color: white;
    width: 11%;
  }

  .infoGraphicSingleElement_1 > span {
    white-space: nowrap;
    font-size: 12px;
    text-align: center;
  }

  .infoGraphicSingleElement_2 > span {
    white-space: nowrap;
    font-size: 12px;
    text-align: center;
  }

  .infoGraphicSingleElement_1 > img,
  .infoGraphicSingleElement_2 > img {
    width: 100%;
    height: fit-content;
  }

  .infoGraphics_img_1 {
    translate: 0% -95%;
  }
  .infoGraphics_img_2 {
    translate: 0% -125%;
  }

  .bannerImage {
    height: 100% !important;
    max-width: 100% !important;
    object-fit: cover !important;
  }
  .aboutBannerImage {
    height: 82% !important;
    max-width: 100% !important;
    object-fit: cover !important;
  }
  .serviceBannerImage {
    height: 72% !important;
    max-width: 100% !important;
    object-fit: cover !important;
  }
  .bannerInfo {
    translate: 0px 100px;
  }

  .bannerInfo > p {
    font-size: small;
  }

  .infoGraphics_wrap {
    translate: 0% 72%;
  }
  .footerLogo {
    width: 30%;
  }
}
