.contact-section {
    background-color: #2c2c2c;
    color: white;
    text-align: center;
    padding: 60px 20px;
}
.Rectangle_6_copy {
  background-color: rgb(48, 48, 48);
  position: absolute;
  left: 7721px;
  top: 195px;
  width: 3500px;
  height: 2520px;
  z-index: 306;
}

.section-title {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 40px;
}

.contact-cards {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.contact-card {
    position: relative;
    background-color: #3a3a3a;
    padding: 30px;
    width: 400px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.contact-card h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.contact-card p {
    font-size: 14px;
    margin: 5px 0;
    font-weight: 600;
}

.contact-card iframe {
    width: 100%;
    height: 250px;
    margin-top: auto;
    border: none;
}

.contact-email {
    margin-top: 20px;
}

.email-btn {
    background-color: rgb(230, 214, 26);
    padding: 12px 30px;
    text-decoration: none;
    color: black;
    font-weight: bold;
    display: inline-block;
    transition: 0.3s ease;
}

.email-btn:hover {
    opacity: 0.9;
}