*{
    font-family: "Roboto" ,Arial, Helvetica, sans-serif;
}

.btn-btns1{
    background: #E13D7E;
    width: 120px;
    color: white;
    text-align: center;
}

.py-n3{
    padding-bottom: 0.76rem;
    padding-top: 0.76rem;
}


.rounded-\[30px\] {
    border-radius: 20px;
}
.navbar-nav{
    margin-left: auto;
    margin-right: auto;
}

.btn-btns1:hover{
    color: white;
}


.custom-toggler{
    border: 1px solid #E13D7E;
}

.custom-toggler:focus{
    box-shadow: none;
    outline: none;
    background-color: #E13D7E;
}

.custom-toggler .navbar-toggler-icon{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(225, 61, 126)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.custom-toggler:focus .navbar-toggler-icon{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(225,225, 225)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}


/* Banner for program */
.contact-banner {
    background: url('../img/programposs.jpg') no-repeat center center;
    background-size: cover; /* Ensures the image covers the entire container */
    color: white;
    position: relative;
    height: 70vh; /* Adjust the height as needed */
    display: flex;
    justify-content: start;
    align-items: center;
}
.overlay {
    position: absolute;
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0; 
    background-color: rgba(0,0,0,0.5); /* Black overlay with opacity */
}


.message-text {
    position: relative; 
    z-index: 2; /* Above overlay */
    text-align: center;
    margin-right: 50px;
}

.message-text h1{
    font-size: 52px;
}

.message-text p {
    font-size: 24px;
}

@media (max-width: 768px) {
    .contact-banner {
        padding: 30px 0;
        height: 90vh;
        background-size: cover;

}

    .message-text{
        position: relative;
    }
    
}

.pictures{
     width: 20px;
}

.contact-text{
    font-size: 45px;
}

.contact-texts{
    font-size:  20px;
}

.all-program{
    margin-bottom: 200px;
}

/* footer */

footer {
    padding: 80px 10px 10px 40px;
}



.footer1 p{
    color: white;
    display: inline-block;
    font-size: 15px;
    margin-top: 20px;
    font-weight: lighter;
}
.list-group-item {
    border: none;
    background: none;
    color: white;
    text-align: center;
    margin: 3px ;
    font-size: 15px;
    font-weight: lighter;
}

.list-group{
    margin-top: 5px;
}

.list-group-item:hover{
    background-color: rgb(30, 30, 30);
    color: #ccc;
    list-style: none;
}

.footer_apply {
    background-color: #E13D7E;
    max-width: 700px;
    max-height: 200px;
    text-align: center;
    padding: 40px 80px 40px 80px;
    box-sizing: border-box; /* Include padding and border in the element's total width and height */
}
.footer_apply h2{
    color: white;
    display: inline-block;
}
.footer_apply button{
    color: #E13D7E;
    background-color: white;
    width: 300px;
    min-height: 40px;
    border: none;
    margin-top: 15px;
}

.footer_apply a{
    text-decoration: none;
    color: #E13D7E;
}
.ms-n1{
    color: white;
}

@media (max-width: 768px) {
    footer{
        flex-direction: column ; /* Stack columns vertically on smaller screens */
        align-items: center; /* Center align items */
    }
    .w-100 {
        flex-direction: column; /* Stack columns vertically on smaller screens */
        align-items: center; /* Center align items */
    }
    .footer_apply {
        position: static; /* Remove absolute positioning */
        transform: none; /* Remove transform */
        margin-top: 20px; /* Add some margin for spacing */
    }
}

hr{
    color: white;
}

.icons-group {
    margin-top: 50px; /* Added margin-top to move it down */
    width: 100%; /* Ensure it takes full width */
}

.icons-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.icons-footer .col-md-6 {
    display: flex;
    align-items: center;
}

.icons-footer .col-md-6 i {
    margin-left: 10px;
}

.bg-color{
    background-color: rgb(30, 30, 30);
}

ul li{
    list-style: none;
}

