.contact-section {
    display: flex;
    justify-content: space-around;
    gap: 20px;
    padding: 20px;
}

.contact-card {
    width: 20%;
    padding: 20px;
    text-align: center;
    background-color: #f0f0f0;
    border-radius: 10px;
    transition: box-shadow 0.3s ease;
    border: 1px solid #ccc;
}

a {
    cursor: pointer;
}

.contact-card:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.contact-icon {
    font-size: 30px;
    margin-bottom: 10px;
}

.contact-header {
    font-size: 1.2em;
    margin: 10px 0;
}

.contact-description {
    font-size: 0.9em;
    color: #555;
}


/*Contact Area*/
.contact-section {
    display: flex;
    justify-content: center;
    padding: 0em;
    flex-wrap: wrap;
}

.contact-card {
    width: 16em;
    padding: 20px;
    text-align: center;
    background-color: #f0f0f0;
    border-radius: 10px;
    transition: box-shadow 0.3s ease;
    border: 1px solid #ccc;
}

.contact-card:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.contact-card img {
    height: 5em !important;
}




.contact-header {
    font-size: 1.2em;
    margin: 10px 0;
    color: black;
    font-family: "Abel", sans-serif;
}

.contact-description {
    font-size: 0.9em;
    color: #555;
    font-family: 'Montserrat';
    font-weight: 400;
}


.subheadingContact {
    display: block;
    padding: 0 0 .5em 0;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.5em;
    color: #552a4c;
    font-family: 'Oswald';
}

/*Custom Contact Area*/
.left-section, .right-section {
    padding: 15px;
    background-color: #f7f7f7;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width:800px){
.left-section, .right-section {
    padding: 0px;
    border-radius: 0px;
    box-shadow: 0 4px 8px rgb(0 0 0 / 0%);
}
}

.container {
    display: grid;
    grid-template-columns: 1fr 1fr; 
    gap: 20px;
}

@media screen and (max-width:800px){
.container {
    display: flex;
    flex-wrap: wrap;
}
}

.validation-summary-valid {
    display: none;
}

.customertype .defaultLabel {
    position: relative;
    display: inline-block;
    width: 40%;
}


p {
    color: black;
    font-weight: 100;
    font-family: 'Open Sans';
    font-size: .75em;
}


.contact-card-link {
  text-decoration: none; 
  display: block; 
}

.contact-card-link:hover .contact-card {
  cursor: pointer;
}

@media screen and (maX-width: 1400px){
.contact-section {
    height: 100%;
}
}


a[href^=tel], a[href^=sms], p a[href^=tel], p a[href^=sms] {
    color: inherit !important;
    text-decoration: none !important;
    cursor: pointer;
}