@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: #060606;
}
.nav-link {
  color: #f5f5f5;
  gap: 0.5rem;
}

.nav-link:hover,
footer a i:hover {
  color: #a49361 !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,
.services {
  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;
}
.hero .btn,
.form .btn {
  background-color: #066d3d !important;
  color: #f5f5f5 !important;
  transition: 0.3s;
}
.hero .btn:hover,
.form .btn:hover {
  letter-spacing: 2px;
  font-weight: 420;
}

.about .btn,
footer .btn {
  color: #066d3d;
  border: solid 1px #066d3d;
  transition: 0.3s;
}

.about .btn:hover,
footer .btn:hover {
  letter-spacing: 2px;
  font-weight: 420;
  background-color: #066d3d;
  color: black;
}
.hero .card,
.service-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;
}

.hero .card:hover,
.service-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, #066d3d);
  margin: 0 auto 1rem;
}
.story,
.form i,
.founder-name,
.highlight-text {
  color: #066d3d;
}
.mission,
.services {
  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;
}
.philosophy-section,
.faqs {
  background-color: #060606;
}
.section-title {
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 1rem;
  position: relative;
}
.section-subtitle {
  font-size: 1.2rem;
  opacity: 0.9;
  font-weight: 400;
}

.pillar-card {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  backdrop-filter: blur(10px);
}

.pillar-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}
.pillar-description {
  opacity: 0.85;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .section-title {
    font-size: 2rem;
  }
  .section-subtitle {
    font-size: 1.1rem;
  }
}
.service-icon-circle {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #060606, #066d3d);
  margin-bottom: 1rem;
}
.service-features li {
  opacity: 0.8;
  margin-bottom: 0.5rem;
  padding-left: 1.5rem;
  position: relative;
  font-size: 0.95rem;
}

.service-features li::before {
  content: "•";
  color: rgba(255, 255, 255, 0.6);
  position: absolute;
  left: 0;
  font-weight: bold;
  font-size: 1.2rem;
}
.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;
}
.founder-section {
  background-color: #f5f5f5;
}
.founder-card {
  background: #e4e4e4;
  box-shadow: 0 10px 30px rgba(6, 6, 6, 0.1);
  border: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.founder-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(6, 6, 6, 0.15);
}
.section-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #a49361, #066d3d);
}
.company-name {
  color: #a49361;
}
.highlight {
  background-color: #f5f5f5;
  border-left: 4px solid #066d3d;
}
.quote-icon {
  color: #a49361;
  font-size: 2rem;
  opacity: 0.3;
}
.stats-item {
  background: #eeeeee;
  border-left: 4px solid #a49361;
}
.key-stats i {
  color: #066d3d;
  font-size: 2rem;
}
