/* ----------------------------------------------------------------
   Custom CSS
-----------------------------------------------------------------*/


/* ===== MENU HOVER FIX ===== */

.menu-link div {
    color: inherit;
}

#header.transparent-header .menu-link,
#header.transparent-header .menu-link div {
    color: #444 !important;
}

#header.transparent-header .menu-item:hover>.menu-link,
#header.transparent-header .menu-item:hover>.menu-link div {
    color: #0A509F !important;
}


/* ===== ACTIVE + HOVER ===== */

#header .menu-item:hover>.menu-link,
#header .menu-item:hover>.menu-link div,
#header .menu-item.current>.menu-link,
#header .menu-item.current>.menu-link div {
    color: #0A509F !important;
}


/* ===== BUTTON ===== */

.visai-btn {
    background-color: #0A509F !important;
    border-color: #0A509F !important;
    color: #fff !important;
}

.visai-btn:hover {
    background-color: #083d7a !important;
    border-color: #083d7a !important;
}


/* ===== BREADCRUMB ===== */

.breadcrumb-item a,
.breadcrumb-item.active {
    color: #0A509F !important;
}

.breadcrumb-item a:hover {
    color: #083D7A !important;
}


/* ===== REMOVE SLIDER ARROWS ===== */

.flex-direction-nav,
.flex-direction-nav li,
.flex-direction-nav a,
.flex-prev,
.flex-next {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}


/* ===== SWIPER IMAGE FIX ===== */

.swiper-slide-bg {
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}


/* ===== MOBILE HEIGHT FIX (CORRECTED) ===== */

@media (max-width: 500px) {
    #slider {
        height: 200px !important;
    }
}


/* ===== SPACING FIX ===== */

.heading-block {
    margin-bottom: 10px !important;
}

.heading-block h4 {
    margin-bottom: 8px !important;
    color: #0A509F;
    font-weight: 500;
}

.heading-block h4 {
    margin-bottom: 10px !important;
    line-height: 1.5;
}

p {
    margin-top: 10px !important;
    line-height: 1.6;
}


/* ===== SECTION STYLE ===== */

.visai-section {
    background-color: #ffffff;
    padding: 40px 50px;
    /* left padding included */
}


/* ===== TABLE ===== */

.visai-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.visai-table th {
    background-color: #eef2f6;
    padding: 14px;
    text-align: left;
    font-weight: 600;
    color: #0A509F;
}

.visai-table td {
    padding: 14px;
    border-bottom: 1px solid #e5e5e5;
    color: #0A509F;
    vertical-align: top;
}

.visai-table td:first-child {
    font-weight: 600;
    width: 25%;
}


/* ===== LINKS ===== */

a {
    color: #0A509F;
    font-weight: 600;
    text-decoration: underline;
}


/* ===== VISAI COLOR UTILITY ===== */

.visai-color {
    color: #0A509F !important;
}

.visai-h4 {
    color: #0A509F;
}