/**
* Template Name: BizLand
* Updated: Jan 29 2044 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/bizland-bootstrap-business-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #106eea;
  text-decoration: none;
}

a:hover {
  color: #3b8af2;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f6f9fe;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #222222;
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #106eea;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #106eea;
  border-top-color: #e2eefd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #106eea;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #3284f1;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  height: 120px;
  transition: all 0.5s;
  z-index: 997;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header.header-transparent {
  background: transparent;
  box-shadow: none;
}

#header.header-scrolled {
  height: 80px;
}

#header .logo img {
  max-height: 110px;
  transition: max-height 0.3s ease-in-out;
}

#header.header-scrolled .logo img {
  max-height: 70px;
}

.scrolled-offset {
  margin-top: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar>ul>li {
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px;
  font-size: 15px;
  font-weight: 600;
  color: #222222;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar>ul>li>a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #106eea;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
  visibility: visible;
  width: 100%;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #106eea;
}

/* Nav links on transparent header */
#header.header-transparent .navbar a,
#header.header-transparent .navbar a:focus {
  color: #fff;
}
#header.header-transparent .navbar a:hover,
#header.header-transparent .navbar .active,
#header.header-transparent .navbar .active:focus,
#header.header-transparent .navbar li:hover>a {
  color: #fff;
}
#header.header-transparent .navbar>ul>li>a:before {
  background-color: #fff;
}


.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 28px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-weight: 400;
  color: #222; /* Ensure dropdown links are dark */
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #106eea;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #222222;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
#header.header-transparent .mobile-nav-toggle {
  color: #fff;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
}
.navbar-mobile a,
.navbar-mobile a:focus {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero,
#team-hero {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  color: white;
}

#hero:before {
  content: "";
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 60%);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#team-hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero {
  background-image: url("/assets/img/qc.jpg");
  height: 85vh;
}

#team-hero {
  background-image: url("/assets/img/teampic.jpg");
  height: 65vh;
  margin-top: 120px;
}


#header.header-scrolled+#hero {
  margin-top: 70px;
}

#hero .container {
  position: relative;
  z-index: 2;
  text-align: center;
}

#hero .hero-title-box {
  padding: 0;
  display: inline-block;
}

#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

#hero h2 {
  color: rgba(255, 255, 255, 0.9);
  margin: 15px 0 0 0;
  font-size: 24px;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

#hero .btn-primary {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: transparent;
  border: 2px solid #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

#hero .btn-primary:hover {
  background: #106eea;
  border-color: #106eea;
  color: #fff;
}

@media (max-width: 768px) {
  #hero {
    height: 70vh;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

/*--------------------------------------------------------------
# Projects Overview Section
--------------------------------------------------------------*/
.projects-overview .project-item {
  width: 100%;
  padding: 30px;
  background: #fff;
  border: 1px solid #eef0f2;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  text-align: center;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  height: 100%;
}

.projects-overview .project-item h4 {
  font-weight: 700;
  margin: 0;
  font-size: 20px;
}

.projects-overview .project-item h4 a {
  color: #222222;
  transition: color 0.3s;
}

.projects-overview .project-item:hover {
  transform: translateY(-5px);
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
  border-color: #fff;
}

.projects-overview .project-item:hover h4 a {
  color: #106eea;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  border: 1px solid #e2eefd;
  padding: 40px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  height: 100%;
  border-radius: 8px;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #f1f6fe;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: all ease-in-out 0.3s;
}

.services .icon-box .icon i {
  color: #106eea;
  font-size: 28px;
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #222222;
  transition: ease-in-out 0.3s;
}

.services .icon-box ul {
  list-style: none;
  padding: 0;
  margin-top: 15px;
  display: inline-block;
  text-align: left;
}

.services .icon-box ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}

.services .icon-box ul li i {
  font-size: 20px;
  line-height: 1;
  color: #106eea;
  margin-right: 8px;
  padding-top: 3px;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(16, 110, 234, 0.1);
}

.services .icon-box:hover h4 a {
  color: #106eea;
}

.services .icon-box:hover .icon {
  background: #106eea;
}

.services .icon-box:hover .icon i {
  color: #fff;
}

/*--------------------------------------------------------------
# News
--------------------------------------------------------------*/
.news .icon-box {
  padding: 25px;
  border-radius: 8px;
  background: #fff;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  height: 100%;
}

.news .icon-box h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.news .icon-box h4 a {
  color: #222222;
  transition: 0.3s;
}

.news .icon-box h4 a:hover {
  color: #106eea;
}

.news .icon-box p {
  line-height: 1.6;
  font-size: 14px;
}

.news .icon-box:hover {
  transform: translateY(-5px);
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
}


/*--------------------------------------------------------------
# Fix for content hidden under fixed header
--------------------------------------------------------------*/
#main {
  padding-top: 130px;
}

/* Remove padding-top when main content follows a hero section */
#hero+#main,
#team-hero+#main {
  padding-top: 0;
}

/*--------------------------------------------------------------
# Team Members as Project Items
--------------------------------------------------------------*/
.projects-overview .project-item p.team-role {
  color: #6c757d;
  font-size: 15px;
  margin-top: 5px;
  margin-bottom: 15px;
}

.projects-overview .project-item .team-social a {
  color: #555555;
  margin: 0 5px;
  font-size: 18px;
  display: inline-block;
  transition: 0.3s;
}

.projects-overview .project-item .team-social a:hover {
  color: #106eea;
}

.projects-overview #team .project-item h4 {
  margin-bottom: 5px;
  font-size: 18px;
  color: #222222;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.main-footer {
  background: #f6f9fe;
  padding: 0 0 30px 0;
  color: #444444;
  font-size: 14px;
}

.main-footer .footer-top {
  background: #f6f9fe;
  padding: 60px 0 30px 0;
}

.main-footer .footer-heading {
  font-size: 16px;
  font-weight: bold;
  color: #222222;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 15px;
}

.main-footer .footer-info p,
.main-footer .footer-contact p {
  line-height: 24px;
  margin-bottom: 0;
}

.main-footer .footer-partners .partner-logos {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
}

@media (min-width: 768px) {
  .main-footer .footer-partners.text-md-end .partner-logos {
    justify-content: flex-end;
  }
}

.main-footer .footer-partners img {
  max-height: 40px;
  opacity: 0.9;
  transition: opacity 0.3s;
}

.main-footer .footer-partners img:hover {
  opacity: 1;
}

.main-footer .copyright {
  padding-top: 30px;
  border-top: 1px solid #e2eefd;
}