.call-for-papers-box {
    background-color: #f9f9f9; /* Light background */
    border: 3px solid #003366; /* Dark blue border */
    border-radius: 12px; /* Rounded corners */
    padding: 10px 30px;
    margin: 20px 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Soft shadow */
    font-family: 'Roboto', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
}

.call-for-papers-box h2 {
    color: #003366;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
}

.call-for-papers-box p {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    text-align: center;
    font-weight: bold;
}

.call-for-papers-box a.elementor-button {
    display: inline-block;
    margin-top: 0px;
    background-color: #003366;
    color: #fff;
    padding: 10px 15px;
    border-radius: 6px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    text-align: center;
    font-weight: bold;
}

.call-for-papers-box a.elementor-button:hover {
    background-color: #0055aa;
    text-align: center;
}


.single-box {
    background-color: #f9f9f9;
    border: 3px solid #003366;
    border-radius: 12px;
    padding: 10px;
    margin: 10px 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    font-family: 'Roboto', Tahoma, Geneva, Verdana, sans-serif;
}

.single-box-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.column-left {
    flex: 1 1 45%;
}

.column-right {
    flex: 1 1 42%;
}

.single-box h3 {
    color: #003366;
    margin-bottom: 10px;
    font-weight: bold;
}

.single-box p {
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    font-weight: bold;
}


