﻿/* ValMIND styles */
/*.ca-servic-2-img img {
    width: 100%;
    object-fit: cover;*/ /* crops nicely instead of stretching/distorting */
/*border-radius: 8px;*/ /* optional, matches many card-based themes */
/*border: 2px solid #fff;
}*/

.txt-justify {
    text-align: justify;
}

.brand-cover {
    border: 1px solid red;
    height: 220px;
}

.brand-img {
    height: 180px;
}

.footer-copyright {
    background-color: #0E47A1;
    color: #fff;
}

.service-description ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.service-description li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    line-height: 1.6;
}

    .service-description li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 4px; /* fine-tune to vertically align with text */
        width: 18px;
        height: 18px;
        background-image: url('/img/icon/arrow.png');
        background-size: contain;
        background-repeat: no-repeat;
    }

.ca-breadcrumb-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* adjust 0.5 = 50% darkness to taste */
    z-index: 0;
}

.ca-breadcrumb-content {
    position: relative;
    z-index: 2; /* sits above the overlay */
}

    .ca-breadcrumb-content .ca-breadcrumb-title {
        color: #fff;
    }

    .ca-breadcrumb-content .it-breadcum-link a {
        color: #fff;
    }

        .ca-breadcrumb-content .it-breadcum-link a.active {
            color: #fff;
            opacity: 0.8; /* slightly dimmer to visually distinguish current page from the link */
        }

    .ca-breadcrumb-content .it-breadcum-link span i {
        color: #fff;
    }

    .ca-breadcrumb-content .it-breadcum-link {
        text-align: left !important;
        justify-content: flex-start !important;
    }

.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
}

    .whatsapp-float img {
        height: 70px;
        width: 70px;
    }

.ca-logo-bordered {
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .ca-logo-bordered img {
        max-width: 100%;
        height: auto;
    }

.consent-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    line-height: 1.7;
    font-size: 15px;
    color: #555;
}

    .consent-checkbox input[type="checkbox"] {
        width: 18px;
        height: 18px;
        margin-top: 3px;
        accent-color: #007bff; /* Change to your theme colour */
        cursor: not-allowed;
        flex-shrink: 0;
    }

    .consent-checkbox a {
        color: #0d6efd;
        font-weight: 600;
        text-decoration: none;
    }

        .consent-checkbox a:hover {
            text-decoration: underline;
        }

.mfp-figure {
    padding: 10px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0,0,0,.45);
}

.mfp-img {
    border-radius: 8px;
}

.mfp-close {
    position: fixed !important;
    top: 20px !important;
    right: 25px !important;
    width: 50px !important;
    height: 50px !important;
    line-height: 45px !important;
    font-size: 45px !important;
    color: #ffffff !important;
    opacity: 1 !important;
    background: #1b5e8a !important;
    border-radius: 50% !important;
    z-index: 99999 !important;
    text-align: center !important;
    cursor: pointer !important;
}

    .mfp-close:hover {
        background: #0d3d5c !important;
    }

/*cursor: pointer;
}*/

.mfp-wrap .mfp-close {
    cursor: pointer !important;
}
textboxfor.form-control-custom,
textarea.form-control-custom,
input.form-control-custom,
select.form-control-custom {
    border: 1px solid #0E47A1 !important;
    color: #000000 !important;
    background-color: #ffffff !important;
    border-radius: 4px !important;
    font-size: 15px !important;
    padding: 10px 12px !important;
    outline: none !important;
    box-shadow: none !important;
}

    textarea.form-control-custom:focus,
    input.form-control-custom:focus,
    select.form-control-custom:focus {
        border: 1px solid #1b5e8a !important;
        color: #000000 !important;
        background-color: #ffffff !important;
        box-shadow: none !important;
        min-height: 100px;
    }

/* Dropdown */
.form-select-custom {
    cursor: pointer;
    border: 1px solid #0E47A1 !important;
    color: #000000 !important;
    background-color: #ffffff !important;
    border-radius: 4px !important;
    font-size: 15px !important;
    outline: none !important;
    box-shadow: none !important;
    width: 100%;
    height: 55px;
}

/* Textarea */
.form-textarea-custom {
    min-height: 120px;
    resize: vertical;
}

/* Radio buttons */
.form-radio-custom {
    accent-color: #1b5e8a;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

/* Labels */
.form-label-custom {
    color: #000000;
    font-weight: 500;
}
.frmErrorMsg {
    color:red;
}
