@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 (max-width: 575px) {
  * {
    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;
}
.img-logo {
  width: 224px;
  height: 70px;
  object-fit: contain;
}
header,
footer {
  background-color: #3048b9;
}
.nav-link {
  gap: 0.5rem;
}
.nav-link:hover {
  color: #94a4dc !important;
}

/* nav icons hidden by default */
.nav-icon {
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity 0.22s ease, transform 0.22s ease;
}

/* reveal on hover or keyboard focus for accessibility */
.nav-link:hover .nav-icon,
.nav-link:focus .nav-icon {
  opacity: 1;
  transform: translateX(0);
}
.custom-toggler {
  color: #f5f5f5;
}

.custom-toggler:focus {
  box-shadow: none;
}

.services-dropdown {
  background-color: rgba(6, 6, 6, 0.98);
  border: 1px solid rgba(245, 245, 245, 0.1);
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(15px);
  min-width: 800px;
  padding: 0;
  margin-top: 0.5rem;
  left: 0;
}

@media (max-width: 991.98px) {
  .services-dropdown {
    min-width: 100%;
    position: static !important;
    box-shadow: none;
    border: none;
    background-color: rgba(6, 6, 6, 0.9);
    border-radius: 0;
    margin-top: 0;
    padding: 1rem 0;
  }
}

.service-category {
  border-right: 1px solid rgba(245, 245, 245, 0.1);
  padding: 1.5rem;
}

.service-category:last-child {
  border-right: none;
}

@media (max-width: 991.98px) {
  .service-category {
    border-right: none;
    border-bottom: 1px solid rgba(245, 245, 245, 0.1);
    padding: 1rem;
  }

  .service-category:last-child {
    border-bottom: none;
  }
}

.service-title {
  color: #3048b9;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}

.service-item {
  color: rgba(245, 245, 245, 0.8);
  font-size: 0.85rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}

.service-item:last-child {
  margin-bottom: 0;
}

/* Dropdown arrow animation */
.dropdown-arrow {
  transition: transform 0.2s ease;
}

.nav-item.dropdown:hover .dropdown-arrow {
  transform: rotate(180deg);
}

/* Ensure dropdown shows on hover */
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
}

/* Prevent dropdown from closing immediately */
.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}
.hero {
  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%;
  min-height: 90vh;
  position: relative;
  background-attachment: fixed;
}
.hero h1 {
  font-family: "Michroma", sans-serif;
}
.service-card {
  border: none;
  background-color: rgba(255, 255, 255, 0.05);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
}
.hero .btn,
.form .btn {
  background-color: #3048b9 !important;
  transition: 0.3s;
}
.hero .btn:hover,
.form .btn:hover {
  letter-spacing: 2px;
  font-weight: 420;
}

.about .btn {
  color: #3048b9;
  border: solid 1px #3048b9;
  transition: 0.3s;
}

.about .btn:hover {
  letter-spacing: 2px;
  font-weight: 420;
  background-color: #3048b9;
  color: black;
}
.story,
.form i {
  color: #3048b9;
}
.mission {
  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;
}
.faqs {
  background-color: #060606;
}
.contact-section {
  background-color: #c5c5c5;
}
.contact-card {
  background-color: #060606;
  transition: transform 0.3s ease;
}
.contact-card:hover {
  transform: translateY(-5px);
}
.social-link {
  color: #f5f5f5;
  text-decoration: none;
  transition: color 0.3s ease;
}
.social-link:hover {
  color: #9e9e9e;
}
.icon-linkedin {
  color: #0077b5;
}
.icon-instagram {
  color: #e4405f;
}
.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;
}
footer .btn {
  color: #f5f5f5;
  border: solid 1px #f5f5f5;
  transition: 0.3s;
}
footer .btn:hover {
  letter-spacing: 2px;
  font-weight: 420;
  background-color: #f5f5f5;
  color: #3048b9;
}
