.language-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-left: 4px solid transparent;
}
.language-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
    border-left-color: #3b82f6;
}
.languages-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    max-width: 900px;
    margin: 0 auto;
}
.language-tag {
    background-color:#dbeafe;
    color: #3040af;
    padding: 8px 20px;
    border-radius: 5px;
    font-weight: 600;
}
.service-card {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    transition: all 0.3s ease;
}
.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
}
.benefit-item {
    position: relative;
    padding-left: 2rem;
}
.benefit-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.4rem;
    width: 1.2rem;
    height: 1.2rem;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="%233b82f6"><path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clip-rule="evenodd" /></svg>');
    background-repeat: no-repeat;
}
#zsfeedbkrpanel {
    z-index: 0;
}
#zsCaptcha{
    display:flex;
}
input {
    font-size: 16px;
}
.bgdiv {
    background-image: url("lions_gate_bridge.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#langlist {
    list-style: none;
}

#langlist li{
    display: inline;
    background-color:#dbeafe;
    color: #3040af;
    padding: 8px 20px;
    margin: 8px;
    border-radius: 5px;
    font-weight: 600;
}
.full-languages-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 0 auto;
}
.small-language-tag {
    background-color:#dbeafe;
    color: #3040af;
    padding: 4px 8px;
    border-radius: 5px;
    font-weight: 500;
    font-size:small;
}