.career-guidance-card {
    background: #eef4f7;
    padding: 25px;
    border-radius: 20px;
    /* margin-top: 20px; */
    box-shadow: 0 10px 25px rgba(0, 0, 0, .05);
}

.guidance-logo {
    max-height: 70px;
    width: auto;
}

.guidance-title {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    color: #233548;
    margin-bottom: 10px;
}

.guidance-banner {
    margin-bottom: 25px;
}

.guidance-banner img {
    width: 100%;
    border-radius: 18px;
    display: block;
}

.form-floating-custom {
    position: relative;
    margin-bottom: 15px;
}

.form-floating-custom label {
    position: absolute;
    top: -10px;
    left: 15px;
    background: #eef4f7;
    padding: 0 8px;
    color: #003b6b;
    font-size: 12px;
    font-weight: 600;
    z-index: 2;
}

.form-control,
.form-select {
    height: 40px;
    border: 1.5px solid #003b6b;
    border-radius: 8px;
    background: #fff;
    font-size: 13px;
}

.form-control:focus,
.form-select:focus {
    box-shadow: none;
    border-color: #1d9ad7;
}

.guidance-btn {
    width: 100%;
    height: 56px;
    border: none;
    border-radius: 10px;
    background: #003b6b;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
    transition: .3s;
}

.guidance-btn:hover {
    background: #1d9ad7;
}

@media(max-width:991px) {
    .guidance-title {
        font-size: 30px;
    }

    .career-guidance-card {
        margin-top: 30px;
    }
}

@media(max-width:767px) {

    .career-guidance-card {
        padding: 20px;
        border-radius: 15px;
    }

    .guidance-title {
        font-size: 24px;
    }

    .guidance-logo {
        max-height: 55px;
    }

    .form-control,
    .form-select {
        height: 50px;
        font-size: 15px;
    }

    .guidance-btn {
        height: 50px;
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    .sticky-sidebar {
        position: sticky;
        top: 20px;
        z-index: 10;
    }
}

.fs-12 {
    font-size: 12px;
    line-height: 18px;
}

.ck_content {
    font-family: "Metropolis" !important;
    text-align: justify;
    line-height: 1.4 !important;
}

.career-guidance-card {
    transition: .3s ease;
}

.career-guidance-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .08);
}

/*=========================
        BLOG FAQ
==========================*/

.blog-faq-section {
    margin-top: 60px;
}

.section-title {
    text-align: center;
}

.faq-badge {
    display: inline-block;
    background: #0d6efd;
    color: #fff;
    padding: 7px 18px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
}

.custom-faq .accordion-item {
    border: none;
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 18px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .08);
}

.custom-faq .accordion-button {
    font-weight: 600;
    font-size: 17px;
    padding: 20px 22px;
    background: #fff;
    color: #222;
    box-shadow: none;
}

.custom-faq .accordion-button:not(.collapsed) {
    background: #0d6efd;
    color: #fff;
}

.custom-faq .accordion-button:focus {
    box-shadow: none;
}

.custom-faq .accordion-body {
    font-size: 15px;
    line-height: 1.9;
    color: #666;
    background: #fff;
}

.custom-faq .accordion-button::after {
    background-size: 18px;
}

.custom-faq .accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}

/* Mobile */
@media(max-width:768px) {
    .custom-faq .accordion-button {
        font-size: 15px;
        padding: 16px;
    }

    .custom-faq .accordion-body {
        font-size: 14px;
        padding: 18px;
    }

    .blog-faq-section {
        margin-top: 40px;
    }
}

.blog-featured-image{
    width:100%;
    height:350px;
    object-fit:cover;
    object-position:center;
    border-radius:12px;
}

@media (max-width:991px){
    .blog-featured-image{
        height:260px;
    }
}

@media (max-width:767px){
    .blog-featured-image{
        height:220px;
    }
}

@media (max-width:575px){
    .blog-featured-image{
        height:200px;
    }
}