﻿.elementor-section {
    background-image: url('../assets/images/Functions_header.jpg');
    background-position: center center;
    padding: 77px 0;
}

.functions-container {
    width: 85%;
    margin: 0 auto;
}

.functions-card {
    background-color: white;
    padding: 35px;
    border-radius: 15px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    color: #333;
    font-size: 16px;
    line-height: 1.8;
}

    .functions-card h5 {
        font-size: 20px;
        margin-bottom: 20px;
        font-weight: 600;
    }

    .functions-card ol {
        font-size: 16px;
    }

    .functions-card li {
        margin-bottom: 5px;
        color: #333;
    }


.sublist {
    list-style-type: lower-alpha;
    padding-left: 20px;
    margin-top: 10px;
}

.alert-box {
    background-color: #e9f7ef;
    border-left: 5px solid #28a745;
    padding: 15px;
    border-radius: 5px;
    margin-top: 25px;
    font-size: 14px;
}

[data-lang="ta"] {
    font-size: 14px !important;
    font-family: Nunito Sans;
}

