:root {
  --main-color: #50a8a8;
  --secondary-color: #5dc6c6;
  --main-white-color: #f2f2f2;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  scroll-padding-top: 50px;
}

/* Main Styles */
.bg-main {
  background-color: var(--main-color);
}

.subtitle-width {
  max-width: 600px;
  padding-inline: 20px;
}

.btn:hover {
  background-color: var(--main-color);
}

h1 {
  font-size: 70px !important;
}

@media screen and (max-width: 992px) {
  h1 {
    font-size: 40px !important;
  }
  
}

/* Start Navbar */
nav {
  z-index: 999;
}
.navbar-nav .nav-link .social-icon {
  color: var(--main-white-color);
  font-size: 23px;
}

.header-bg {
  background-image: url("../images/lock-keys.jpg");
  background-size: cover;
  background-position: center center;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  color: #f2f2f2;
}

.services-card {
  background-color: var(--secondary-color);
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  padding: 30px;
  border-radius: 10px;
  color: var(--main-white-color);
  height: 100%;
}

@media screen and (max-width: 768px) {
  .row {
    gap: 20px;
  }
}

@media screen and (max-width: 992px) {
  .responsive-images {
    width: 100% !important;
  }
}

.services-card a {
  text-decoration: none;
  color: var(--main-white-color);
}
.services-card button {
  color: var(--main-color);
  background-color: var(--main-white-color);
  border: none;
  border-radius: 10px;
  padding: 5px 10px;
  font-weight: 600;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 300px;
}

.swiper-slide img {
  display: block;
  width: 100%;
}

#bg-office {
  background-image: url("../images/lock-keys-2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right ;
  position: relative;
  padding: 50px 0;
}
#bg-office .overlayblue {
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: 0.7;
  background-color: var(--main-color);
}
#bg-office i {
  font-size: 32px;
  margin-top: 20px;
  width: auto;
  margin-bottom: 30px;
  padding-top: 50px;
  position: relative;
  color: white;
  z-index: 3;
}
#bg-office p {
  color: white;
  position: relative;
  z-index: 3;
}
#bg-office .bigp {
  margin-top: 20px;
  font-size: 32px;
  line-height: 48px;
  color: white;
}
@media screen and (max-width: 600px) {
  /* #bg-office .statics {
        display: flex;
        flex-direction: row;
    } */
  #bg-office .office-all {
    display: flex;
    flex-direction: row;
  }
}

#Contact-Us {
  background-image: url("../images/keys.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  position: relative;
}

#Contact-Us .overlay {
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: 0.7;
  background-color: rgba(0, 0, 0, 0.5);
}
