@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: #c2c5bb;
}
.nav-link {
  color: #060606;
  gap: 0.5rem;
}
.nav-link:hover {
  color: #b59763 !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);
}
.hero,
.mission,
.services {
  background-color: #101214;
}

.hero h1 {
  font-family: "Michroma", sans-serif;
  background: linear-gradient(135deg, #f5f5f5 0%, #858585 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero .btn,
footer .btn {
  background-color: #333333 !important;
  color: #f5f5f5 !important;
  transition: 0.3s;
}

.hero .btn:hover,
footer .btn:hover {
  letter-spacing: 2px;
  font-weight: 420;
}
.form .btn,
.about .btn {
  color: #d4af37;
  border: solid 1px #d4af37;
  transition: 0.3s;
}
.form .btn:hover,
.about .btn:hover {
  letter-spacing: 2px;
  font-weight: 420;
  background-color: #d4af37;
  color: black;
}
.fa-paper-plane {
  transition: 0.3s;
  color: black;
}
.form .btn:hover .fa-paper-plane {
  color: black;
}
.hero .img-fluid {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}
.hero .card {
  border: none;
  background-color: #c2b280;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hero .card:hover {
  transform: scale(1.05);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}
.icon-circle {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #060606, #333333);
  margin: 0 auto 1rem;
}

.story,
.form i {
  color: #d4af37;
}

.faqs,
.testimonial {
  background-color: #060606;
}
.services h2,
.faq-title,
.reviews-title {
  font-family: "Michroma", sans-serif;
}
.section-title {
  position: relative;
  display: inline-block;
  background: linear-gradient(135deg, #f5f5f5 0%, #858585 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-title::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 3px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.6),
    transparent
  );
  border-radius: 2px;
}
.service-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border-radius: 24px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.service-card:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.1),
    transparent
  );
  transition: all 0.6s ease;
}

.service-card:hover::before {
  left: 100%;
}

.service-icon {
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.2),
    rgba(255, 255, 255, 0.1)
  );
  backdrop-filter: blur(10px);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.service-card:hover .service-icon {
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.3),
    rgba(255, 255, 255, 0.15)
  );
  transform: scale(1.1);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
}
.service-title {
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.feature-item {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 12px 16px;
  margin-bottom: 8px;
  transition: all 0.3s ease;
}

.feature-item:hover {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transform: translateX(4px);
}
.feature-item:hover .feature-icon {
  color: #d4af37 !important;
}
.feature-icon {
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.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;
}
.member {
  background-color: #c2c5bb;
}
.member h2 {
  font-family: "Michroma", sans-serif;
}
.team-member-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.team-member-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.team-member-image {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #f8f9fa;
  transition: border-color 0.3s ease;
}
.team-member-card:hover .team-member-image {
  border-color: #333333;
}
.social-links a {
  transition: color 0.3s ease, transform 0.3s ease;
}
.social-links a:hover {
  transform: translateY(-2px);
}
.bg-gradient-custom {
  background: linear-gradient(135deg, #060606, #333333);
}
.text-yellow {
  color: #d4af37 !important;
}
