.whatsapp_icon {
    z-index: 10;
    font-size: 26px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: fixed;
    right: 15px;
    bottom: 130px;
    background: #34ba48;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff
}

.whatsapp_icon i {
    position: relative;
    left: 1px;
    top: -1px
}

.whatsapp_icon:hover {
    background: #0bb365;
    color: #fff
}

@-webkit-keyframes shadow-pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0px rgba(52, 186, 72, 0.2);
        box-shadow: 0 0 0 0px rgba(52, 186, 72, 0.2)
    }
    100% {
        -webkit-box-shadow: 0 0 0 35px rgba(52, 186, 72, 0);
        box-shadow: 0 0 0 35px rgba(52, 186, 72, 0)
    }
}

@keyframes shadow-pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0px rgba(52, 186, 72, 0.2);
        box-shadow: 0 0 0 0px rgba(52, 186, 72, 0.2)
    }
    100% {
        -webkit-box-shadow: 0 0 0 35px rgba(52, 186, 72, 0);
        box-shadow: 0 0 0 35px rgba(52, 186, 72, 0)
    }
}

.call_iconbtn {
    z-index: 10;
    font-size: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: fixed;
    right: 15px;
    bottom: 190px;
    background: #318fb5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff
}

.call_iconbtn i {
    position: relative;
    left: 1px;
    top: -1px
}

.call_iconbtn:hover {
    background: #0094da;
    color: #fff
}

@keyframes shadow-pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0px rgba(52, 186, 72, 0.2);
        box-shadow: 0 0 0 0px rgba(52, 186, 72, 0.2)
    }
    100% {
        -webkit-box-shadow: 0 0 0 35px rgba(52, 186, 72, 0);
        box-shadow: 0 0 0 35px rgba(52, 186, 72, 0)
    }
}

.privacy_policy {
    float: right;
}

.privacy_onload {
    width: 100%;
    float: left;
    height: 420px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-right: 40px;
}

.pop-privacy-box {
    padding: 5px 5px;
    background: #fff;
    width: 100%;
    height: 450px;
    border-radius: 10px;
    margin-left: 40px;
}

.pop-privacy-box h4 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    padding-bottom: 10px;
    text-align: center;
    padding-top: 40px;
}

.pop-privacy-box p {
    float: left;
    padding-top: 10px;
    padding-left: 30px;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 30px;
}

.pop_button {
    float: right;
}

@media only screen and (max-width: 600px) {
    .privacy_onload {
        height: 700px;
    }
    .pop-privacy-box {
        height: 650px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1180px;
    }
}

.navbar>.container,
.navbar>.container-fluid {
    display: block;
    display: flex;
    justify-content: space-between;
}

/* Placement Assistance Banner */
.placement-assistance-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fffdf5; /* Light warm background */
    border: 1.5px solid #f8c471;
    border-radius: 15px;
    padding: 20px 30px;
    margin: 30px auto 40px;
    max-width: 700px;
    text-align: left;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
}

.pac-icon-left {
    background-color: #fbb63a;
    min-width: 75px;
    height: 75px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #141c30; /* Dark blue */
    font-size: 38px;
    margin-right: 25px;
}

.pac-content {
    flex-grow: 1;
    border-right: 1.5px solid #f8c471;
    padding-right: 25px;
}

.pac-content h5 {
    color: #141c30;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 2px;
    text-transform: uppercase;
}

.pac-content h4 {
    color: #f26522; /* Orange */
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.pac-content p {
    color: #141c30;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 0;
}

.pac-icon-right {
    min-width: 80px;
    text-align: center;
    position: relative;
    padding-left: 25px;
}

.pac-icon-right .pin-icon {
    color: #f26522;
    font-size: 28px;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-5%);
    z-index: 2;
}

.pac-icon-right .globe-icon {
    color: #141c30;
    font-size: 55px;
}

/* Responsive for Placement Banner */
@media only screen and (max-width: 767px) {
    .placement-assistance-banner {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }
    .pac-icon-left {
        margin: 0 auto 15px;
    }
    .pac-content {
        border-right: none;
        border-bottom: 1.5px solid #f8c471;
        padding-right: 0;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }
    .pac-icon-right {
        padding-left: 0;
    }
    .pac-icon-right .pin-icon {
        transform: translateX(-50%);
    }
}