/* CONTACT SECTION */

.contact-section{

    background:#071829;

    padding:35px 0 50px 0;

    position:relative;

}
.contact-title{

    text-align:center;

    margin-bottom:35px;

}

.contact-title span{

    color:#f7c948;

    font-size:40px;

    font-weight:700;

    letter-spacing:3px;

}

.program-contact h2{
    color:#f7c948;
}

.program-contact p{
    color:#fff;
}

.contact-wrapper{

    display:flex;

    gap:18px;

    align-items:center;

}

.contact-left{

    width:40%;

}

.contact-right{

    width:60%;

    text-align:center;

}

.contact-item{

    display:flex;

    align-items:center;

    background:#102743;

    padding:20px;

    border-radius:15px;

    margin-bottom:20px;

    text-decoration:none;

    transition:.3s;

}

.contact-item:hover{

    background:#f7c948;

    transform:translateX(8px);

}

.contact-logo{

    width:42px;

    height:42px;

    min-width:42px;

    margin-right:18px;

    object-fit:contain;

    display:block;

    flex-shrink:0;

    transition:.3s;

}
.contact-item h4{

    color:#ffffff;

    margin-bottom:5px;

}

.contact-item p{

    color:#dddddd;

    margin:0;

}

.contact-item:hover h4{

    color:#071829;

}

.contact-item:hover p{

    color:#222222;

}

.contact-right img{

    width:70%;

    border-radius:20px;

    box-shadow:0 15px 40px rgba(0,0,0,.35);

}


.map-button{

    display:inline-block;

    margin-top:22px;

    background:#f7c948;

    color:#071829;

    padding:10px 22px;

    border-radius:40px;

    text-decoration:none;

    font-weight:700;

}

.map-button:hover{

    background:#ffffff;

}

@media(max-width:768px){

.contact-wrapper{

    flex-direction:column;

}

.contact-left,
.contact-right{

    width:100%;

}

}
.contact-item:hover .contact-logo{

    transform:scale(1.1);

}
/* R06 Logo */

.contact-logo-box{

    position:absolute;

    top:15px;

    left:40px;

    z-index:10;

}

.r06-contact-logo{

    width:230px;   
    height:auto;

}
/* Increase WhatsApp logo only */

.contact-item:nth-child(2) .contact-logo{

    width:70px;

    height:70px;

}