.country-wrapper .ts-wrapper.single .ts-control {
    min-height: 49px !important;
    padding: 10px 40px 10px 16px !important;
    display: flex !important;
    align-items: center !important;
    border-radius: 12px !important;
    border: 1px solid #ced4da !important;
    position: relative;
}

.country-wrapper .ts-wrapper.single .ts-control::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
    font-size: 12px;
    pointer-events: none;
}


.contact-card {
    width: 100%;
    max-width: 353px;
    min-height: 245px;
}

.contact-card-title {
    font-size: 18px;
}

.contact-card-text {
    font-size: 15px;
    margin-bottom: 0;
}

.contact-card-icon {
    font-size: 22px;
    display: block;
    margin-bottom: 4px;
    line-height: 1.7;
}

.whatsapp-number {
    color: #42AB66 !important;
    font-weight: 600;
}

.whatsapp-btn {
    background: #42AB66 !important;
    border-color: #42AB66 !important;
    width: 100%;
    max-width: 263px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 12px;
}


.contact-btn {
    width: 100%;
    max-width: 263px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 12px;
}

.phone-card-text {
    margin-bottom: 0;
}


a.sales-btn {
    background: red !important;
    border-color: red !important;
}
.sales-btn:hover {
    background: #1d4ed8 !important;
    border-color: #1d4ed8 !important;
}
