.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%);
    }
}

/* Fix tablet navbar-inner breaking the layout */
@media (max-width: 991px) {
    .navbar .navbar-inner {
        right: 0;
        background: transparent;
        width: auto;
        padding-top: 0;
        position: absolute;
    }
    
    .navbar .navbar-inner a img {
        max-width: 125px;
    }
}

/* ===== Hero "Book Your Slot" form ===== */
.shakti-book-form .form-header i {
    color: #c51c74;
}

.shakti-book-form .btn-book-slot {
    width: 100%;
    border: none;
    cursor: pointer;
    padding: 15px 20px;
    font-size: 17px;
    margin-bottom: 0;
}

.shakti-book-form .safe-info {
    text-align: center;
    font-size: 13px;
    color: #777;
    margin: 12px 0 0;
}

.shakti-book-form .safe-info i {
    color: #c51c74;
    margin-right: 5px;
}


/* ===== Book Your Slot modal (CTA popup) ===== */
.book-modal-dialog {
    max-width: 440px;
    width: calc(100% - 30px);
}

.book-modal-content {
    border: none;
    background: transparent;
    box-shadow: none;
    position: relative;
    overflow: visible;
}

.book-modal-content .agi-banner-form {
    margin: 0;
    width: 100%;
}

.book-modal-close {
    position: absolute;
    top: -14px;
    right: -14px;
    z-index: 5;
    width: 34px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    border: none;
    background: #16213f;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
}

.book-modal-close:hover {
    background: #c51c74;
}

@media (max-width: 575px) {
    .book-modal-close {
        top: 6px;
        right: 6px;
    }
}

/* ===== Struck old price + button price ===== */
.shakti-banner .special-price-box .old-price {
    color: #b0b0b0;
    text-decoration: line-through;
    font-weight: 600;
    margin-right: 6px;
}

.btn-price {
    font-weight: 700;
    white-space: nowrap;
}

.btn-price s {
    opacity: 0.75;
    font-weight: 500;
    margin-right: 4px;
}

.btn-enroll-large s,
.btn-enroll-now s {
    opacity: 0.75;
    font-weight: 500;
    margin-right: 3px;
}

/* ===== Form header 15-minute offer timer ===== */
.form-offer-timer {
    background: linear-gradient(45deg, #c51c74, #e2b22f);
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    padding: 9px 12px;
    border-radius: 8px;
    margin-bottom: 18px;
}

.form-offer-timer i {
    margin-right: 6px;
}

.form-offer-timer .mini-timer {
    font-weight: 700;
    letter-spacing: 1px;
    font-variant-numeric: tabular-nums;
}
