* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

body {
  background: #fff;
  color: #333;
}
/* Navbar */
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem 5%;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(15px);
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.logo {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 1.4rem;
  color: #5c3aff;
}

.logo i {
  margin-right: 0.5rem;
  font-size: 1.6rem;
}

/* ---------- HEADER ---------- */
.contact-header {
  text-align: center;
  padding: 60px 20px 30px;
}

.contact-header h1 {
  font-size: 44px;
  color: #0e1d34;
  font-weight: 600;
  margin-bottom: 12px;
}

.contact-header p {
  max-width: 600px;
  margin: 0 auto;
  color: #666;
  line-height: 1.6;
  font-size: 15px;
}



/* ---------- MAIN CONTAINER ---------- */
.contact-main {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 8% 60px;
  gap: 60px;
}

/* ---------- LEFT SIDE ---------- */
.contact-left {
  flex: 1 1 380px;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 25px;
}

.contact-box {
  background: #ffffff;
  border-radius: 10px;
  text-align: center;
  padding: 25px 15px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.contact-box:hover {
  transform: translateY(-3px);
  background: #eaeaea;
}

.contact-box .icon {
  font-size: 28px;
  margin-bottom: 10px;
}

.contact-box h3 {
  font-size: 17px;
  color: #0e1d34;
  margin-bottom: 5px;
}

.contact-box p {
  font-size: 14px;
  color: #0e1d34;
}

/* ---------- MAP ---------- */
.map-wrapper iframe {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* ---------- RIGHT SIDE FORM ---------- */
.contact-right {
  flex: 1 1 420px;
}

.contact-right h2 {
  font-size: 30px;
  color: #0e1d34;
  font-weight: 600;
  margin-bottom: 10px;
}

.contact-right p {
  color: #666;
  font-size: 15px;
  margin-bottom: 30px;
  line-height: 1.6;
}

.contact-right form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-right input,
.contact-right textarea {
  width: 100%;
  border: 1px solid #ddd;
  padding: 12px 15px;
  font-size: 15px;
  border-radius: 6px;
  outline: none;
  transition: 0.3s;
}

.contact-right input:focus,
.contact-right textarea:focus {
  border-color: #0e1d34;

}

.contact-right button {
  border: none;
  background: #0e1d34;
  color: #fff;
  font-weight: 500;
  padding: 14px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  transition: 0.3s;
}

.contact-right button:hover {
  background: #162d51;
}
footer {
      background-color: #111;
      padding: 40px 20px;
      text-align: center;
      margin-top: 100px;
    }

    /* Logo Section */
    .footer-logo {
      font-size: 1.5rem;
      font-weight: 600;
      letter-spacing: 1px;
      margin-bottom: 20px;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 8px;
      color: #fff;
    }

    .footer-logo span {
      background: #fff;
      height: 14px;
      width: 18px;
      border-radius: 2px;
      display: inline-block;
    }

    /* Top Nav */
    .footer-top {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 30px;
      font-size: 0.9rem;
      margin-bottom: 30px;
      opacity: 0.85;
    }

    .footer-top a {
      text-decoration: none;
      color: #fff;
      transition: color 0.3s ease;
      text-transform: uppercase;
    }

    .footer-top a:hover {
      color: #aaa;
    }

    /* Middle Nav */
    .footer-mid {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 25px;
      font-size: 1rem;
      margin-bottom: 25px;
    }

    .footer-mid a {
      color: #fff;
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .footer-mid a:hover {
      color: #aaa;
    }

    /* Social Icons */
    .social-icons {
      display: flex;
      justify-content: center;
      gap: 15px;
      margin-bottom: 25px;
    }

    .social-icons a {
      width: 40px;
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #222;
      border-radius: 10px;
      transition: transform 0.3s ease, background 0.3s ease;
    }

    .social-icons a:hover {
      transform: translateY(-5px);
      background: #444;
    }

    .social-icons img {
      width: 20px;
      height: 20px;
      filter: invert(1);
    }

    /* Bottom Links */
    .footer-bottom {
      font-size: 0.8rem;
      color: #aaa;
      margin-bottom: 10px;
    }

    .footer-bottom a {
      color: #aaa;
      margin: 0 10px;
      text-decoration: none;
    }

    .footer-bottom a:hover {
      color: #fff;
    }

    .copyright {
      font-size: 0.8rem;
      color: #666;
    }
    .business-identity {
  text-align: center;
  margin: 30px auto;
  padding: 20px;
  max-width: 700px;
  background-color: #111;
  border-radius: 8px;
  color: #ccc;
  line-height: 1.6;
  font-size: 14px;
}

.business-identity a {
  color: #00bcd4;
  text-decoration: underline;
}

.business-identity a:hover {
  color: #fff;
}
  
/* ---------- RESPONSIVE ---------- */
@media (max-width: 992px) {
  .contact-main {
    flex-direction: column;
    align-items: center;
  }
  .contact-right {
    max-width: 550px;
  }
}

@media (max-width: 600px) {
  .contact-header h1 {
    font-size: 34px;
  }
  .contact-grid {
    grid-template-columns: 1fr;
  }
}