.branch-card {
    border: 2px solid #eaf097;
    border-radius: 12px;
    padding: 16px;
    padding-top: 0px;

    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease-in-out;
    height: 200px;
}

.branch-card:hover {
    border-color: #ddf503;
    /* Darker red on hover */
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.branch-card h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #000000;
}

.branch-card p {
    font-size: 12px;
    line-height: 1.6;
}

.branch-card .elementor-icon-list-items {
    margin-top: 12px;
}

.branch-card .elementor-icon-list-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.branch-card .elementor-icon-list-icon svg {
    width: 28px !important;
    height: 28px !important;
}


.side-social-icons {
    position: fixed;
    z-index: 500;
    top: 20%;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.side-social-icons a {
    line-height: 40px;
    color: #fff;
    float: left;
    width: 40px;
    text-align: center;
    display: inline-block;
    font-size: 12px;
    margin: 0px;
    background: #9457A4;
}

.side-social-icons a:hover {
    background: #9457A4;
}

.top-left {
    font-weight: 900;
}

.top-nav {
    padding-top: 3.75px;
}

.nav-manu {
    padding-top: 14.72px;
}

.cssload-thecube .cssload-cube:before {
    background-color: #9457A4;
}

.top-bar .social-icons a:hover {
    background: #9457A4;
}

header .navbar li.active a:before {
    background: #9457A4;
}

header .navbar li a:before {
    background: #9457A4;
}

.sub-bnr .breadcrumb {
    background: #9457A4;
}

.counters li i {
    border: 1px solid #9457A4;
    color: #9457A4;
}

.testimonial .owl-controls .owl-dots div.active {
    border: 2px solid #9457A4;
    background: #9457A4;
}