/* -------------------------------------------------
   CALL FOR PAPER SECTION
---------------------------------------------------*/

.callforpaper-section {
    margin-top: 40px;
}

/* Title */
.callforpaper-title {
    text-align: center;
    font-size: 32px;
    color:  #124483;
    font-weight: 700;
    margin-bottom: 25px;
}

/* Text */
.callforpaper-text p {
    font-size: 16px;
    line-height: 1.9;
    color: #333;
    text-align: justify;
}

/* IMAGE – SLIGHTLY SMALLER & RESPONSIVE */
.callforpaper-image {
    display: block;
    margin: 40px auto 0;
    width: 100%;
    max-width: 450px;   /* Smaller default size */
    height: auto;
    border-radius: 10px;
}

/* Large screens */
@media (min-width: 1200px) {
    .callforpaper-image {
        max-width: 900px;  /* Reduced from 1100px */
    }
}

/* Tablet */
@media (max-width: 992px) {
    .callforpaper-image {
        max-width: 700px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .callforpaper-image {
        width: 100%;
        margin-top: 25px;
        border-radius: 8px;
    }
}
