/* booking-master-career-18-july-2026 */

/* bnr */

.bking-mstr-carer-bnr {
    padding: 1.5rem;
    background: #e7f1fc;
}

.bking-mstr-carer-bnr .banner-title {
    font-size: 32px;
    font-weight: 600;
    color: #0b1a30;
    margin-bottom: 15px;
    letter-spacing: 0.08rem;
    line-height: 1.5;
    flex-direction: column;
}

.bking-mstr-carer-bnr .banner-title .text-highlight {
    color: #008b8b;
}

.bking-mstr-carer-bnr .banner-description {
    /* font-size: 1.05rem; */
    color: #4a5568;
    line-height: 1.7;
    /* max-width: 500px; */
    margin-bottom: 35px;
}

.bking-mstr-carer-bnr .banner-actions {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
}

.bking-mstr-carer-bnr .link-life {
    color: #07162c;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    transition: color 0.2s;
    padding-left: 5px;
    gap: .6rem;
}

.bking-mstr-carer-bnr .link-life:hover {
    color: #ff5e00;
}

.bking-mstr-carer-bnr .link-life:hover i {
    transform: translateX(2px);
}

.bking-mstr-carer-bnr .banner-actions .btn-primary {
    max-width: 242px;
    border: none !important;
    outline: none !important;
    box-shadow: none;

}

.bking-mstr-carer-bnr .banner-actions .btn-primary:hover,
.bking-mstr-job-vacncy .btn-learn-more:hover {
    box-shadow: 0 6px 18px rgba(245, 75, 30, 0.35) !important;
}

/* bnr */

/* job-vacnacy */


.carrer-sec-tle {
    color: #010101;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 14px;
    letter-spacing: 0.02rem;
}


.bking-mstr-job-vacncy .vacancy-card {
    background-color: #ffffff;
    border: 1px dashed #f54b1e;
    border-radius: 12px;
    padding: 19px 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    min-height: 232px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.bking-mstr-job-vacncy .vacancy-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(26, 58, 139, 0.1);
}

.bking-mstr-job-vacncy .badge-category {
    background-color: #f9ece8;
    color: #f54b1e;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 16px;
    border-radius: 20px;
    margin-bottom: 15px;
    display: inline-block;
    letter-spacing: 0.02rem;
}

.bking-mstr-job-vacncy .job-title {
    font-size: 20px;
    font-weight: 600;
    color: #0b2545;
    line-height: 1.6;
    margin-bottom: 14px;
    letter-spacing: 0.05rem;
    font-family: 'Inter', sans-serif;
}

.bking-mstr-job-vacncy .job-location {
    font-size: 15px;
    color: #f54b1e;
    font-weight: 600;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.bking-mstr-job-vacncy .job-location i {
    color: #f54b1e;
}

.bking-mstr-job-vacncy .btn-learn-more {
    border: none !important;
    outline: none !important;
    box-shadow: none;
}


/* job-vacnacy */

/* why-choose-us */

.career-why-chse-sec {
    background: #f5f6fa;
    padding: 3rem 0;
    position: relative;
}

.career-why-chse-sec .feature-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 14px 25px;
    height: 100%;
    border-radius: 1rem;
}

.career-why-chse-sec .icon-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    font-size: 1.8rem;
    color: #0b1a30;
    background: #ffffff;
    box-shadow: 0 10px 25px rgba(220, 230, 245, 0.6),
        0 4px 10px rgba(220, 230, 245, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.career-why-chse-sec .icon-circle img {
    width: 3rem;
    filter: brightness(0) saturate(100%) invert(49%) sepia(52%) saturate(5395%) hue-rotate(359deg) brightness(100%) contrast(104%);
}

.career-why-chse-sec .feature-box:hover .icon-circle {
    transform: translateY(-5px);
    box-shadow:
        0 15px 30px rgba(200, 218, 245, 0.8),
        0 6px 14px rgba(200, 218, 245, 0.4);
}

.career-why-chse-sec .feature-title {
    font-size: 18px;
    font-weight: 600;
    color: #0b2545cc;
    margin-bottom: 10px;
    line-height: 1.6;
}

.career-why-chse-sec .feature-desc {
    font-size: 1.4rem;
    color: #657388;
    line-height: 1.7;
    margin: 0;
}

/* why-choose-us */

/* life-sec */

.lfe-at-bking-mstr-sec {
    width: 100%;
    overflow: clip;
    position: relative;
}

.lfe-at-bking-mstr-sec .img-wrapper {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    aspect-ratio: 4 / 3;
}

.lfe-at-bking-mstr-sec .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.lfe-at-bking-mstr-sec .img-wrapper:hover img {
    transform: scale(1.03);
}

.lfe-bking-carousel .owl-dots {
    position: absolute;
    bottom: -6rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex !important;
    gap: 0.8rem;
    margin-top: 0 !important;
    padding: 1.5rem 0;
}

.lfe-bking-carousel .owl-dots .owl-dot {
    outline: none;
}

.lfe-bking-carousel .owl-dots .owl-dot span {
    display: block;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background-color: #515e5e;
    margin: 0 !important;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.lfe-bking-carousel .owl-dots .owl-dot.active span {
    background-color: #f54b1e !important;
    transform: scale(1.2) !important;
}

.lfe-bking-carousel .owl-nav {
    display: none;
}

/* life-sec */

/* cta-sec */

.bking-mstr-carer-cta .bking-cta-banner {
    background-color: #051d3b;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(5, 29, 59, 0.15);
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.bking-mstr-carer-cta .cta-icon-box {
    width: 62px;
    height: 62px;
    background-color: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    flex-shrink: 0;
}

.bking-mstr-carer-cta .cta-icon-box i {
    font-size: 30px;
    color: #ffffff;
}

.bking-mstr-carer-cta .cta-title {
    font-size: 26px;
    letter-spacing: 0.02rem;
    color: #fff;
    padding-bottom: 1rem;
}

.bking-mstr-carer-cta .cta-desc {
    font-size: 16px;
    color: #e0e6ed;
}

.bking-mstr-carer-cta .cta-btn {
    background-color: #ffffff !important;
    color: #051d3b !important;
    border: 2px solid #ffffff !important;
    border-radius: 12px !important;
    max-width: 220px;
}

.bking-mstr-carer-cta .cta-btn:hover {
    border-color: transparent !important;
}

.bking-mstr-carer-cta .z-index-1 {
    position: relative;
    z-index: 1;
}

/* cta-sec */

/* responsive */

@media(max-width:1540px) {

    .bking-mstr-carer-bnr .banner-title {
        font-size: 28px;
        margin-bottom: 14px;
    }

    .carrer-sec-tle {
        font-size: 28px;
        margin-bottom: 7px;
    }

    .bking-mstr-job-vacncy .job-title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .bking-mstr-job-vacncy .badge-category {
        font-size: 13px;
        padding: 5px 16px;
        margin-bottom: 12px;
    }

    .bking-mstr-carer-cta .cta-title {
        font-size: 23px;
        padding-bottom: .8rem;
    }
}

@media(max-width:1340px) {

    .carrer-container-px {
        padding: 0 6rem;
    }

    .bking-mstr-carer-bnr .banner-title {
        font-size: 27px;
        margin-bottom: 11px;
    }

}

@media(max-width:1024px) {

    .carrer-container-px {
        padding: 0 4rem;
    }

    .bking-mstr-carer-bnr .banner-title {
        font-size: 25px;
        margin-bottom: 11px;
        line-height: 1.6;
    }

    .bking-mstr-carer-bnr .banner-description {
        margin-bottom: 22px;
        font-size: 15px;
    }

    .bking-mstr-carer-bnr .link-life {
        font-size: 15px;
    }

    .carrer-sec-tle {
        font-size: 25px;
        margin-bottom: 5px;
    }

    .bking-mstr-job-vacncy .badge-category {
        font-size: 12px;
        padding: 5px 14px;
        margin-bottom: 10px;
    }

    .bking-mstr-job-vacncy .job-title {
        font-size: 16px;
        margin-bottom: 10px;
        line-height: 1.52;
    }

    .bking-mstr-job-vacncy .job-location {
        font-size: 14px;
        margin-bottom: 14px;
    }

    .bking-mstr-job-vacncy .btn-learn-more {
        font-size: 15px;
        max-width: 150px;
        height: 40px;
    }

    .career-why-chse-sec .feature-title {
        font-size: 14px;
        margin-bottom: 10px;
        line-height: 1.7;
    }

    .career-why-chse-sec .feature-box {
        padding: 13px 18px;
    }

    .career-why-chse-sec .feature-title {
        font-size: 16px;
        margin-bottom: 10px;
        line-height: 1.6;
        min-height: 46px;
    }

    .bking-mstr-carer-cta .cta-title {
        font-size: 22px;
        padding-bottom: .7rem;
    }

    .bking-mstr-carer-cta .cta-btn {
        max-width: 189px;
        font-size: 15px;
    }
}

@media(max-width:991px) {

    .bking-mstr-carer-bnr {
        padding: 30px 0 1.8rem;
    }

    .bking-mstr-carer-bnr .carer-bnr-rt-img img {
        height: 360px;
        aspect-ratio: 4/3;
        object-fit: cover;
        margin: auto;
        display: block;
    }

    .bking-mstr-carer-bnr .banner-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .bking-mstr-carer-cta .cta-desc {
        font-size: 15px;
        line-height: 1.7;
        padding-top: .8rem;
    }

    .bking-mstr-carer-cta .cta-btn,
    .bking-mstr-carer-bnr .banner-actions .btn-primary {
        font-size: 14px;
    }

    .bking-mstr-job-vacncy .btn-learn-more {
        font-size: 14px;
        max-width: 148px;
    }

    .bking-mstr-carer-cta .cta-title {
        font-size: 20px;
        padding-bottom: 0.5rem;
    }

}

@media(max-width:575px) {

    .carrer-container-px {
        padding: 0 2rem;
    }

    .bking-mstr-carer-bnr .banner-title {
        font-size: 22px;
        margin-bottom: 9px;
    }

    .bking-mstr-carer-bnr .banner-description {
        margin-bottom: 21px;
        font-size: 14px;
        line-height: 1.7;
    }

    .bking-mstr-carer-bnr .carer-bnr-rt-img img {
        height: auto;
        aspect-ratio: 0;
    }

    .carrer-sec-tle {
        font-size: 23px;
        line-height: 1.5;
    }

    .bking-mstr-job-vacncy .row:nth-child(2) {
        padding: 0 !important;
    }

    .carrer-cont-wrpr p {
        font-size: 14px;
        line-height: 1.7;
    }

    .bking-mstr-job-vacncy .job-title {
        font-size: 15px;
        line-height: 1.7;
    }

    .bking-mstr-job-vacncy .vacancy-card {
        padding: 15px;
        min-height: auto !important;
    }

    .bking-mstr-job-vacncy .btn-learn-more {
        max-width: 141px;
    }

    .career-why-chse-sec .feature-title {
        min-height: auto;
        margin-bottom: 7px;

    }

    .career-why-chse-sec .icon-circle img {
        width: 2.5rem;
    }

    .lfe-bking-carousel .owl-dots {
        display: none !important;
    }

    .bking-mstr-carer-cta {
        margin-top: 0 !important;
    }

    .bking-mstr-carer-cta .cta-icon-box {
        width: 59px;
        height: 59px;
        margin: auto;
    }

    .bking-mstr-carer-cta .cta-title {
        font-size: 18px;
        padding-bottom: 0;
        text-align: center;
    }

    .bking-mstr-carer-cta .cta-desc {
        font-size: 14px;
        text-align: center;
    }

    .bking-mstr-carer-cta .cta-btn {
        margin: 1rem auto 0;
    }

    .bking-mstr-carer-cta .bking-cta-banner {
        padding: 26px 17px;
    }

    .career-why-chse-sec .icon-circle {
        width: 56px;
        height: 56px;
        margin-bottom: 20px;
    }

    .bking-mstr-carer-cta .cta-icon-box i {
        font-size: 27px;
    }
}

/* booking-master-career-18-july-2026 */