/*========================================= BOOK SERVICE Namespace : bookservice-* =========================================*/
.bookservice-section {
    padding: 100px 0;
    background: linear-gradient(270deg, #012A44 0%, #00162C 100%);
}

/*========================= Left =========================*/
.bookservice-badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 40px;
    margin-bottom: 30px;
    border: 1px solid rgba(246, 249, 252, 0.20);
    background: rgba(246, 249, 252, 0.05);
    color: #F6F9FC;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 133.333% */
}

.bookservice-title {
    margin-bottom: 30px;
    max-width: 520px;
    color: #F6F9FC;
    font-family: "Plus Jakarta Sans";
    font-size: 54.4px;
    font-style: normal;
    font-weight: 800;
    line-height: 57.12px;
    letter-spacing: -1.088px;
}

.bookservice-title span {
    display: block;
}

.bookservice-desc {
    max-width: 540px;
    margin-bottom: 60px;
    color: rgba(246, 249, 252, 0.80);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.bookservice-features {
    row-gap: 18px;
    margin-bottom: 55px;
}

.bookservice-feature {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.bookservice-check {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #47D7A6;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
}

.bookservice-feature span {
    color: rgba(246, 249, 252, 0.85);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.bookservice-contact {
    height: 100%;
    padding: 14px;
    transition: .35s;
    border-radius: 24px;
    border: 1px solid rgba(246, 249, 252, 0.15);
    background: rgba(246, 249, 252, 0.05);
}

.bookservice-contact:hover {
    transform: translateY(-6px);
    border-color: #FF6B00;
    background: rgba(255, 255, 255, .05);
}

.bookservice-contact-icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FF6B00;
    background: rgba(255, 107, 0, .12);
    margin-bottom: 18px;
    font-size: 18px;
}

.bookservice-contact small {
    display: block;
    margin-bottom: 10px;
    color: rgba(246, 249, 252, 0.60);
    font-family: Inter;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.5px;
    letter-spacing: 1.1px;
    text-transform: uppercase;
}

.bookservice-contact h6 {
    margin: 0;
    letter-spacing: 1.1px;
    /* text-transform: uppercase; */
    color: #F6F9FC;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.bookservice-form {
    padding: 38px;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.bookservice-form-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
    gap: 20px;
}

.bookservice-form-top h3 {
    margin: 0;
    color: #0C1C45;
    font-family: "Plus Jakarta Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px;
    letter-spacing: -0.4px;
}

.bookservice-form-top p {
    margin-top: 8px;
    color: #5B6375;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    /* 133.333% */
}

.bookservice-label {
    padding: 4px 10px;
    border-radius: 30px;
    white-space: nowrap;
    color: #0C1C45;
    font-family: Inter;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: 16.5px;
    background: rgba(86, 209, 163, 0.20);
}

/*========================= Form Fields =========================*/
.bookservice-form label {
    display: block;
    margin-bottom: 10px;
    color: #0C1C45;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    /* 133.333% */
}

.bookservice-form label span {
    color: #FF6B00;
}

.bookservice-form small {
    color: #8E97A7;
    font-size: 12px;
}

.bookservice-form .form-control, .bookservice-form .form-select {
    height: 58px;
    border-radius: 18px;
    border: 1px solid #D9E2EE;
    box-shadow: none;
    padding: 0 20px;
    font-size: 15px;
    font-family: "Inter";
}

.bookservice-form textarea.form-control {
    height: 130px;
    padding: 18px 20px;
    resize: none;
}

.bookservice-form .form-control:focus, .bookservice-form .form-select:focus {
    border-color: #FF6B00;
    box-shadow: 0 0 0 .15rem rgba(255, 107, 0, .15);
}

/*========================= Button =========================*/
.bookservice-submit {
    width: 100%;
    /* height: 62px; */
    /* width: 505.77px; */
    height: 48px;
    border: none;
    border-radius: 60px;
    background: #FF6B00;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: .35s;
    font-family: "Inter";
    font-size: 14px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
}

.bookservice-submit:hover {
    background: #162B59;
    transform: translateY(-3px);
}

.bookservice-note {
    text-align: center;
    margin: 18px 0 0;
    color: #5B6375;
    text-align: center;
    font-family: Inter;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.5px;
    /* 150% */
}

/*========================================= Responsive =========================================*/
@media (max-width:1199px) {
    .bookservice-title {
        font-size: 58px;
    }

    .bookservice-desc {
        font-size: 22px;
    }

    .bookservice-contact {
        padding: 24px;
    }

    .bookservice-contact h6 {
        font-size: 18px;
    }

    .bookservice-form {
        padding: 34px;
    }
}

@media (max-width:991px) {
    .bookservice-section {
        padding: 80px 0;
    }

    .bookservice-title {
        font-size: 48px;
        max-width: 100%;
    }

    .bookservice-desc {
        font-size: 18px;
        margin-bottom: 45px;
        max-width: 100%;
    }

    .bookservice-features {
        margin-bottom: 40px;
    }

    .bookservice-contact {
        margin-bottom: 15px;
    }

    .bookservice-form {
        margin-top: 10px;
    }

    .bookservice-form-top {
        flex-direction: column;
        align-items: flex-start;
    }

    .bookservice-label {
        margin-top: 5px;
    }
}

@media (max-width:767px) {
    .bookservice-section {
        padding: 60px 0;
    }

    .bookservice-badge {
        font-size: 12px;
        margin-bottom: 20px;
    }

    .bookservice-title {
        font-size: 38px;
        line-height: 1.15;
    }

    .bookservice-desc {
        font-size: 16px;
        margin-bottom: 35px;
    }

    .bookservice-features {
        margin-bottom: 30px;
    }

    .bookservice-feature {
        margin-bottom: 16px;
    }

    .bookservice-feature span {
        font-size: 15px;
    }

    .bookservice-contact {
        padding: 22px;
    }

    .bookservice-contact h6 {
        font-size: 17px;
    }

    .bookservice-form {
        border-radius: 24px;
        padding: 24px;
    }

    .bookservice-form-top {
        margin-bottom: 20px;
    }

    .bookservice-form-top h3 {
        font-size: 28px;
    }

    .bookservice-form-top p {
        font-size: 14px;
    }

    .bookservice-label {
        font-size: 12px;
        padding: 8px 14px;
    }

    .bookservice-form .form-control, .bookservice-form .form-select {
        height: 54px;
        border-radius: 15px;
        font-size: 14px;
    }

    .bookservice-form textarea.form-control {
        height: 120px;
    }

    .bookservice-submit {
        height: 56px;
        font-size: 15px;
    }

    .bookservice-note {
        font-size: 12px;
    }
}

@media (max-width:575px) {
    .bookservice-title {
        font-size: 32px;
    }

    .bookservice-desc {
        font-size: 15px;
    }

    .bookservice-check {
        width: 24px;
        height: 24px;
        font-size: 12px;
    }

    .bookservice-contact {
        text-align: center;
    }

    .bookservice-contact-icon {
        margin: 0 auto 16px;
    }

    .bookservice-form {
        padding: 20px;
    }

    .bookservice-submit {
        width: 100%;
    }
}

/*========================================= Animations =========================================*/
.bookservice-form {
    transition: .35s;
}

.bookservice-form:hover {
    transform: translateY(-6px);
    box-shadow: 0 40px 90px rgba(0, 0, 0, .20);
}

.bookservice-contact {
    transition: all .35s ease;
}

.bookservice-contact:hover .bookservice-contact-icon {
    background: #FF6B00;
    color: #fff;
    transform: rotate(-8deg);
}

.bookservice-contact-icon {
    transition: .35s;
}

.bookservice-submit {
    transition: .35s;
}

.bookservice-submit i {
    transition: .35s;
}

.bookservice-submit:hover i {
    transform: translateX(6px);
}

/*========================================= Inputs =========================================*/
.bookservice-form .form-control::placeholder {
    color: #9AA4B5;
}

.bookservice-form textarea::placeholder {
    color: #9AA4B5;
}

.bookservice-form .form-control:hover, .bookservice-form .form-select:hover {
    border-color: #BFCBDD;
}

/*========================================= Select Arrow =========================================*/
.bookservice-form .form-select {
    background-position: right 18px center;
}

/*========================================= Smooth Appearance =========================================*/
.bookservice-title, .bookservice-desc, .bookservice-feature, .bookservice-contact, .bookservice-form {
    animation: bookserviceFade .8s ease both;
}

@keyframes bookserviceFade {
    0% {
        opacity: 0;
        transform: translateY(25px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/*========================================= Button Active =========================================*/
.bookservice-submit:active {
    transform: scale(.98);
}

/*========================================= Accessibility =========================================*/
.bookservice-form input:focus, .bookservice-form textarea:focus, .bookservice-form select:focus {
    outline: none;
}

/*========================================= NEXT STEP Namespace : nextstep-* =========================================*/
.nextstep-section {
    padding: 100px 0;
    background: #fff;
}

/*========================= Heading =========================*/
.nextstep-heading {
    margin-bottom: 40px;
}

.nextstep-heading h2 {
    margin-bottom: 16px;
    color: #0C1C45;
    font-family: "Plus Jakarta Sans";
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: 40px;
    letter-spacing: -0.72px;
}

.nextstep-heading p {
    max-width: 500px;
    margin: 0;
    font-family: "Inter";
    color: #5B6375;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

/*========================= Steps =========================*/
.nextstep-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.nextstep-item {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 22px 24px;
    transition: .35s;
    border-radius: 24px;
    border: 1px solid rgba(224, 229, 235, 0.60);
    background: #FEFDFB;
}

.nextstep-item:hover {
    transform: translateY(-5px);
    border-color: #FF6B00;
    box-shadow: 0 18px 35px rgba(0, 0, 0, .06);
}

.nextstep-number {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #0C1C45;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    flex-shrink: 0;
    font-family: "Inter";
}

.nextstep-item h5 {
    margin: 0;
    color: #0C1C45;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 150% */
}

/*========================= Right Card =========================*/
.nextstep-card {
    padding: 38px;
    border-radius: 28px;
    border: 1px solid rgba(224, 229, 235, 0.60);
    background: #F7F5F1;
}

.nextstep-card h3 {
    margin-bottom: 28px;
    color: #0C1C45;
    font-family: "Plus Jakarta Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 32px;
    /* 133.333% */
    letter-spacing: -0.48px;
}

/*========================= Benefits =========================*/
.nextstep-benefits {
    list-style: none;
    padding: 0;
    margin: 0 0 35px;
}

.nextstep-benefits li {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
    color: #0C1C45;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
}

.nextstep-check {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #47D7A6;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    flex-shrink: 0;
}

/*========================= Contact Box =========================*/
.nextstep-contact {
    color: #fff;
    padding: 30px;
    border-radius: 24px;
    background: #0C1C45;
}

.nextstep-contact-tag {
    display: inline-block;
    margin-bottom: 18px;
    color: #FF7527;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    /* 133.333% */
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.nextstep-contact h4 {
    margin-bottom: 10px;
    color: #F6F9FC;
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    /* 155.556% */
}

.nextstep-contact p {
    color: rgba(255, 255, 255, .75);
    margin-bottom: 22px;
    color: rgba(246, 249, 252, 0.70);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
}

.nextstep-contact-link {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    margin-bottom: 12px;
    transition: .3s;
    color: #F6F9FC;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
}

.nextstep-contact-link:hover {
    color: #FF6B00;
}

/*========================================= Responsive =========================================*/
@media (max-width:1199px) {
    .nextstep-heading h2 {
        font-size: 46px;
    }

    .nextstep-card {
        padding: 32px;
    }
}

@media (max-width:991px) {
    .nextstep-section {
        padding: 80px 0;
    }

    .nextstep-heading {
        text-align: center;
        margin-bottom: 35px;
    }

    .nextstep-heading p {
        max-width: 100%;
    }

    .nextstep-card {
        margin-top: 10px;
    }
}

@media (max-width:767px) {
    .nextstep-section {
        padding: 60px 0;
    }

    .nextstep-heading h2 {
        font-size: 34px;
    }

    .nextstep-heading p {
        font-size: 15px;
    }

    .nextstep-item {
        padding: 18px;
    }

    .nextstep-number {
        width: 38px;
        height: 38px;
        font-size: 14px;
    }

    .nextstep-item h5 {
        font-size: 16px;
        line-height: 1.5;
    }

    .nextstep-card {
        padding: 24px;
        border-radius: 22px;
    }

    .nextstep-card h3 {
        font-size: 26px;
        margin-bottom: 22px;
    }

    .nextstep-benefits li {
        font-size: 15px;
        margin-bottom: 14px;
    }

    .nextstep-contact {
        padding: 22px;
        border-radius: 20px;
    }

    .nextstep-contact h4 {
        font-size: 22px;
    }

    .nextstep-contact p {
        font-size: 14px;
    }

    .nextstep-contact-link {
        font-size: 14px;
    }
}

@media (max-width:575px) {
    .nextstep-heading h2 {
        font-size: 30px;
    }

    .nextstep-item {
        gap: 14px;
    }

    .nextstep-number {
        width: 34px;
        height: 34px;
        font-size: 13px;
    }

    .nextstep-item h5 {
        font-size: 15px;
    }

    .nextstep-card {
        padding: 20px;
    }

    .nextstep-contact {
        padding: 18px;
    }

    .nextstep-contact h4 {
        font-size: 20px;
    }

    .nextstep-benefits li {
        align-items: flex-start;
    }
}