@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=Anton&family=Archivo+Black&family=Bungee&family=Caprasimo&family=Michroma&family=Righteous&family=Rubik+Mono+One&family=Russo+One&display=swap");
@media (min-width: 320px) {
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  body,
  html {
    width: 100%;
    overflow-x: hidden;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
}
@media (max-width: 991.98px) {
  header {
    background-color: #f5f5f5 !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  }
}
header {
  transition: all 0.4s;
}
.navbar-scrolled {
  background-color: #f5f5f5;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.img-logo {
  width: 224px;
  height: 85px;
  object-fit: contain;
}
/* Show dropdown on hover for devices that support hover */
@media (hover: hover) and (min-width: 768px) {
  .nav-item.dropdown > .dropdown-menu {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    display: block;
    margin-top: 0;
    position: absolute;
    z-index: 1000;
  }

  .nav-item.dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    margin-top: 0;
  }

  .nav-item.dropdown > .dropdown-toggle::after {
    transition: transform 0.3s ease;
  }

  .nav-item.dropdown:hover > .dropdown-toggle::after {
    transform: rotate(180deg);
  }
}
.bg-img {
  width: 100%;
  height: 110vh;
  object-fit: cover;
  position: absolute;
  background-attachment: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  filter: brightness(0.8);
}
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
  border-color: black;
}
.navbar-toggler:focus,
.navbar-toggler:active {
  outline: none;
  box-shadow: none;
}

.build::before {
  content: attr(data-text);
  position: absolute;
  color: #ff0000;
  width: 0;
  overflow: hidden;
  transition: 1s;
  border-right: 2px solid #ff0000;
  -webkit-text-stroke: 0.05px #ff0000;
  white-space: nowrap;
}
.build:hover::before {
  width: 110px;
  filter: drop-shadow(0 0 25px #ff0000);
}
.hero h1,
.about-hero-section h2 {
  font-family: "Michroma", sans-serif;
}
.fade-underline {
  font-family: "Michroma", sans-serif;
  position: relative;
  text-decoration: none;
  display: inline-block;
}
.fade-underline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, currentColor, transparent);
}
.hero .btn,
.footer .btn,
.about-footer .btn {
  color: #f5f5f5;
  background-color: #ff0000;
  transition: all 0.3s;
}
.hero .btn:hover,
.footer .btn:hover,
.about-footer .btn:hover {
  letter-spacing: 2px;
}
.form .btn {
  color: #ff0000;
  border: solid 1px #ff0000;
  transition: 0.3s;
}
.form .btn:hover {
  letter-spacing: 2px;
  background-color: #ff0000;
  color: black;
}
.mid-section,
.services,
.about-container {
  background-color: #cecece;
}
.mid-section i,
.services i,
.form i {
  color: #ff0000 !important;
}
.mid-section .fa-star {
  color: #fffb00 !important;
}
.service-card {
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
  border: none;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #060606 0%, #ff0000 100%);
  border-radius: 50%;
}

.service-icon::after {
  content: "✓";
  color: #f5f5f5;
  font-size: 24px;
  font-weight: bold;
}

.service-title {
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: 1px;
}

.service-description {
  color: #666;
  line-height: 1.6;
}
.mid-section i {
  color: #1a1a1a;
}

.qoute,
.footer,
.about-footer {
  background: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)),
    url(img/bg.jpg) center no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
  background-attachment: fixed;
}
.services .card {
  border: none;
  background-color: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover,
.service-card:hover {
  transform: scale(1.05);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}
.qoute h3 {
  letter-spacing: 2px;
  font-family: "Alfa Slab One", sans-serif;
  color: #f5f5f5;
  text-shadow: -3px 3px 4px #1a1a1a;
}

/* About Us Page */

.about-bg-img {
  width: 100%;
  height: 110vh;
  object-fit: cover;
  position: absolute;
  background-attachment: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  filter: brightness(0.8);
}
.stats-highlight {
  background: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)),
    url(img/bg.jpg) center no-repeat;
  background-size: cover;
  border-radius: 15px;
  position: relative;
}
.section-divider {
  height: 2px;
  background: linear-gradient(90deg, transparent, #1a1a1a, transparent);
}
.feature-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: none;
  background: white;
  border-radius: 12px;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(26, 26, 26, 0.1);
}
.icon-feature {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #060606, #ff0000);
  border-radius: 50%;
  color: white;
  margin: 0 auto 1rem;
  font-size: 1.5rem;
}
.contact-info {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.form .img-fluid {
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.contact-detail {
  font-size: 1.1rem;
}
