@import url('https://fonts.googleapis.com/css2?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');
body,html{
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/* Navbar styling */
.navbar {
  background-color: #f8f8f8;
  margin-bottom: 20px;
}

.img-fluid1 {
    width: 90%;
    height: 301px;
    margin-top: 100px;
}

h3 {
    color: #28a745;
}
.card {
  border: none;
}

.card img {
  border-radius: 50%;
}

.text-center h2, h3 {
  color: #28a745;
}

.card-body h5 {
  font-size: 1.25rem;
  font-weight: bold;
}

.card-body p {
  font-size: 1rem;
  color: #6c757d;
}

.our-team-img {
  border-radius: 15px;
}

.text-primary {
  color: #6200ea !important; /* Adjust the color to your preference */
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

/* Custom styles for the form */
.form-control, .form-select, textarea {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
}

.form-control:focus, .form-select:focus, textarea:focus {
    border-bottom: 2px solid #6c757d;
    box-shadow: none;
}

.custom-button {
    background-color: #6c3483;
    border-color: #6c3483;
    border-radius: 20px;
    padding: 10px 20px;
}

.custom-button:hover {
    background-color: #5a2d6e;
    border-color: #5a2d6e;
}

/*footer starts*/

.footer {
  background: #f8f8f8;
}

.footer h5 {
  color: #6f42c1; 
}

.footer a {
  color: #000;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.footer address {
  font-style: normal;
}

.footer .bi-arrow-right {
  font-size: 1rem;
  color: #6f42c1; 
}

.footer p {
  margin: 0;
}

.footer .container {
  max-width: 1200px;
}

@media (max-width: 768px) {
  .footer .col-md-3,
  .footer .col-md-2 {
   margin-bottom: 1.5rem;
  }
}