.our_branch .section-title {
    color: #38bdf8;
}

.our_branch .branch-card {
    background: #020617;
    border-radius: 18px;
    border: 1px solid #1e293b;
    transition: all 0.3s ease;
    height: 100%;
}

.our_branch .branch-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(56, 189, 248, 0.25);
    border-color: #38bdf8;
}

.our_branch .icon-wrapper {
    width: 70px;
    height: 70px;
    background: #020617;
    border: 0px solid #38bdf8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -20px auto 0px;
}

.our_branch .icon-wrapper i {
    font-size: 32px;
    color: #38bdf8;
}

.our_branch .card-title {
    font-weight: 600;
    text-align: center;
    color: #f8fafc;
}

.our_branch .card-text {
    text-align: center;
    font-size: 0.95rem;
    color: #cbd5f5;
}
