@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Carter+One&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Krona+One&family=Libertinus+Keyboard&family=Lobster&family=Metal+Mania&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


/* Home section styles */
.navbar {
  height: 70px;
  font-family: monospace;
}

.navbar-nav a {
  font-size: 1.2rem;
}

.navbar-brand {
  font-size: 2rem;
}

.custom-navbar {
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}


.custom-navbar .nav-link:hover {
  color: #ff4507 !important;

}


.hero-heading {
  font-family: "poppins";
}

.lead {
  font-family: "Open Sans", sans-serif;
}

.terminology-heading {
  font-family: "poppins", sans-serif;
}

.feature-icon {
  width: 4rem;
  height: 4rem;
  border-radius: .75rem;
}

.footer {
  background-color: #3c3c3c;
  padding: 40px 0;
  color: #6c757d;

}


.social-icons a {
  color: #6c757d;
  margin: 0 10px;

  font-size: 2rem;
  transition: color 0.3s ease;
}

.social-icons a:hover {
  color: #0d6efd;
}


img {
  max-width: 100%;
  height: auto;
  border-radius: .75rem;
}


/* About Section  */

.mission-section {
  margin-top: 5rem;
}

.services-section{
  margin-top: 5rem;
}


/* Contact Form Styles */

body {
  padding-top: 70px;
  font-family: 'Poppins', sans-serif;
  background-color: #f8f9fa;
}

.custom-navbar {
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}


.page-header {
  background: linear-gradient(45deg, rgba(0, 123, 255, 0.8), rgba(0, 198, 255, 0.8));
  color: white;
  padding: 80px 0;
  text-align: center;
  margin-bottom: 50px;
}

.page-header h1 {
  font-weight: 700;
}

.contact-section {
  padding: 50px 0;
}

.contact-info,
.contact-form-card {
  background-color: #ffffff;
  padding: 2.5rem;
  border-radius: 15px;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.08);
  height: 100%;
}

.contact-info h3 {
  font-weight: 600;
  color: #333;
  margin-bottom: 2rem;
}

.contact-info .info-item {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}

.contact-info .info-item i {
  font-size: 1.5rem;
  color: #0d6efd;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #e7f1ff;
  border-radius: 50%;
}

.contact-info .info-item p {
  margin-bottom: 0;
  line-height: 1.4;
}

.contact-info .info-item a {
  text-decoration: none;
  color: #555;
  transition: color 0.3s;
}

.contact-info .info-item a:hover {
  color: #0d6efd;
}

.social-icons a {
  font-size: 1.4rem;
  margin-right: 15px;
  color: #6c757d;
  transition: color 0.3s ease, transform 0.3s ease;
  display: inline-block;
}

.social-icons a:hover {
  color: #0d6efd;
  transform: translateY(-3px);
}

.form-control {
  border-radius: 8px;
  padding: 0.85rem 1rem;
  border: 1px solid #ced4da;
}

.form-control:focus {
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.btn-primary {
  padding: 0.85rem 1.5rem;
  border-radius: 8px;
  font-weight: 600;
  transition: background-color 0.3s, box-shadow 0.3s;
}

.btn-primary:hover {
  box-shadow: 0 5px 15px rgba(13, 110, 253, 0.4);
}


.footer {
  background-color: #212529;
  color: #adb5bd;
  padding: 40px 0;
}

.footer .social-icons a {
  color: #adb5bd;
}

.footer .social-icons a:hover {
  color: #ffffff;
}