/* Start custom CSS for html, class: .elementor-element-91884ee *//* =========================
   IPEC MDP PAGE DESIGN
========================= */



/* Paragraph */
.ipec-mdp-content p{
    font-size: 15px;
    line-height: 1.9;
    color: #222222;
    text-align: justify;
    margin-bottom: 25px;
    font-weight: 400;
}

.ipec-mdp-content strong{
    color: #0b1f75;
}

/* Button */
.mdp-btn{
    margin-top: 40px;
    text-align: center;
}

.mdp-btn a{
    display: inline-block;
    padding: 16px 38px;
    background: #0b1f75;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 6px;
    transition: 0.3s ease;
}

.mdp-btn a:hover{
    background: #f4b400;
    color: #000000;
}

/* =========================
   Responsive
========================= *//* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a49ded6 *//* =========================
   CONTACT SECTION
========================= */

.ipec-contact-section{
    max-width: 700px;
    margin: 70px auto;
    border-radius: 20px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 10px 35px rgba(0,0,0,0.08);
    font-family: Arial, sans-serif;
}

/* Header */
.contact-header{
    background: #1d2f8f;
    padding: 4px 20px;
    text-align: center;
}

.contact-icon{
    font-size: 50px;
    color: #ffffff;
    margin-bottom: 10px;
}

.contact-header h2{
    color: #ffffff;
    font-size: 40px;
    margin: 0;
    font-weight: 700;
}

/* Body */
.contact-body{
    padding: 45px 30px;
    text-align: center;
}

.contact-body h3{
    font-size: 20px;
    color: #000000;
    margin-bottom: 30px;
    line-height: 1.5;
}

/* Contact Boxes */
.contact-info{
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: center;
}

.contact-box{
    width: 100%;
    max-width: 320px;
    padding: 12px 20px;
    border: 2px solid #1d2f8f;
    border-radius: 8px;
    text-decoration: none;
    color: #1d2f8f;
    font-size: 20px;
    font-weight: 500;
    transition: 0.3s ease;
}

.contact-box:hover{
    background: #1d2f8f;
    color: #ffffff;
}

/* Email Button */
.contact-mail{
    margin-top: 40px;
}

.contact-mail a{
    display: inline-block;
    background: #d4a41f;
    color: #ffffff;
    text-decoration: none;
    padding: 18px 40px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 600;
    transition: 0.3s ease;
}

.contact-mail a:hover{
    background: #1d2f8f;
}

/* Responsive */

@media(max-width:768px){

    .contact-header h2{
        font-size: 32px;
    }

    .contact-body h3{
        font-size: 22px;
    }

    .contact-box{
        font-size: 18px;
    }

    .contact-mail a{
        width: 100%;
        font-size: 18px;
    }
}/* End custom CSS */