.contact_section {
    background-image: url('../assets/contact.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
}

.contact-box {
    background-color: #ffffff;
    padding: 40px;
    max-width: 600px;
    margin: auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.contact-box h2 {
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

.contact-box .lead {
    font-weight: 500;
    font-size: 1rem;
    color: #28a745;
    font-family: 'Manrope', sans-serif;
}

.form-control {
    border: none;
    border-radius: 6px;
    background-color: #f9f9f9;
    padding: 14px 18px;
    font-size: 0.95rem;
    margin-bottom: 15px;
}

.btn-custom {
    background-color: #f4c343;
    color: #000;
    font-weight: 600;
    border: none;
    padding: 12px 28px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-custom i {
    margin-right: 8px;
}

/* Styling for Contact Information Box (Right Section) */
.contact-info-box {
  
    padding: 65px 40px;
  
}

.contact-info-box h2 {
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: black;
}

.contact-info-box p {
      font-size: 14px;
    margin-bottom: 20px;
    color: black;
     font-family: 'Outfit', sans-serif;
}

.contact-details {
    font-size: 1rem;
}

.contact-item {
    margin-bottom: 20px;
}

.contact-item h5 {
    font-weight: 600;
    color: black;
    margin-bottom: 10px;
     font-family: 'Outfit', sans-serif;
     font-size: 16px;
}

.contact-item p {
    font-size: 0.95rem;
    color: #333;
}

.contact-item a {
    color: black;
    text-decoration: none;
}
