.innerRegisterContainer {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 46px 28px 42px;
    background:#cddaee70;
}

.innerRegisterContainer .heading-section {
    color: #ffffff;
    font-size: 38px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 18px;
}

.innerRegisterContainer .mb-5 {
    margin-bottom: 34px !important;
}

.innerRegisterContainer .form-group {
    margin-bottom: 24px;
}

#user-registration-form .form-control,
.signin-form .form-control {
    height: 70px;
    background: #ffffff !important;
    border: 0 !important;
    border-radius: 40px;
    color: #23277b !important;

    font-weight: 400;
    padding: 14px 28px;
    box-shadow: none;
}

#user-registration-form .form-control::placeholder,
.signin-form .form-control::placeholder {
    color: #b9bdc4 !important;
    opacity: 1;
}

#user-registration-form .form-control:focus,
.signin-form .form-control:focus {
    background: #ffffff !important;
    border: 0 !important;
    box-shadow: 0 0 0 3px rgba(251, 147, 77, .28);
}

#user-registration-form .btn-register,
.signin-form .login-btn {
    background: #fb934d !important;
    border: 0 !important;
    color: #23277b !important;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
    box-shadow: none;
}

#user-registration-form .btn-register:hover,
#user-registration-form .btn-register:focus,
.signin-form .login-btn:hover,
.signin-form .login-btn:focus {
    background: #ff8f45 !important;
    color: #23277b !important;
}

.innerLoginContainer {
    max-width: 500px;
}

.innerLoginContainer .field-icon {
    position: absolute;
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
    color: #23277b;
    cursor: pointer;
    z-index: 2;
}

.innerLoginContainer .form-group {
    position: relative;
}

.innerLoginContainer .login-link-row {
    margin-bottom: 18px;
}

.innerLoginContainer .login-link-row a,
.innerLoginContainer .response-message {
    color: #ffffff !important;
}

.innerRegisterContainer .checkbox-wrap {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    padding-left: 42px;
}

.innerRegisterContainer .checkbox-wrap a {
    color: #ff3131 !important;
}

@media (max-width: 575px) {
    .innerRegisterContainer {
        padding: 34px 18px 32px;
    }

    .innerRegisterContainer .heading-section {
        font-size: 32px;
    }

    #user-registration-form .form-control,
    .signin-form .form-control {
        height: 58px;
        font-size: 18px;
        padding: 12px 22px;
    }

    .innerRegisterContainer .checkbox-wrap {
        font-size: 18px;
        padding-left: 24px;
    }
}
.innerForgotPasswordContainer #forgot-password-message {
    color: #fff;
    font-size: 15px;
    text-align: center;
}

.innerForgotPasswordContainer #forgot-password-message p {
    margin-bottom: 0;
}

/* Holiday package single page */
.holiday-package-summary .car_details_top_bottom {
    overflow: hidden;
    border: 0;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 12px 35px rgba(24, 54, 83, .14);
}

.holiday-package-summary .car_details_top_bottom_item {
    position: relative;
    padding: 24px 30px;
}

.holiday-package-summary .car_details_top_bottom_item:not(:last-child)::after {
    position: absolute;
    top: 25%;
    right: 0;
    width: 1px;
    height: 50%;
    background: #e7edf2;
    content: "";
}

.holiday-package-summary .car_details_top_bottom_icon {
    color: #f15d30;
}

.holiday-package-page {
    background: #f7f9fb;
}

.holiday-package-gallery {
    overflow: hidden;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(24, 54, 83, .16);
}

.holiday-package-gallery-item {
    height: 520px;
}

.holiday-package-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.holiday-package-gallery .owl-nav button.owl-prev,
.holiday-package-gallery .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    width: 46px;
    height: 46px;
    margin-top: -23px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .92);
    color: #1f2d3d;
    box-shadow: 0 5px 18px rgba(0, 0, 0, .16);
}

.holiday-package-gallery .owl-nav button.owl-prev {
    left: 20px;
}

.holiday-package-gallery .owl-nav button.owl-next {
    right: 20px;
}

.holiday-package-gallery .owl-dots {
    position: absolute;
    right: 0;
    bottom: 18px;
    left: 0;
    text-align: center;
}

.holiday-package-gallery .owl-dot span {
    display: block;
    width: 9px;
    height: 9px;
    margin: 0 5px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .65);
}

.holiday-package-gallery .owl-dot.active span {
    width: 24px;
    border-radius: 8px;
    background: #f15d30;
}

.holiday-package-intro {
    padding: 34px 38px;
    border-left: 4px solid #f15d30;
    border-radius: 0 14px 14px 0;
    background: #fff;
    box-shadow: 0 10px 30px rgba(24, 54, 83, .08);
}

.holiday-package-eyebrow {
    display: block;
    margin-bottom: 8px;
    color: #f15d30;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.holiday-package-description > :last-child {
    margin-bottom: 0;
}

.holiday-package-details {
    margin-bottom: 30px;
}

.holiday-package-tabs {
    overflow: hidden;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 12px 35px rgba(24, 54, 83, .1);
}

.holiday-package-tabs .nav-tabs {
    padding: 14px 14px 0;
    border-bottom: 1px solid #e8edf1;
    background: #fff;
}

.holiday-package-tabs .nav-link {
    margin-right: 6px;
    padding: 13px 22px;
    border: 0;
    border-radius: 9px 9px 0 0;
    color: #52606d;
    font-weight: 600;
}

.holiday-package-tabs .nav-link:hover {
    color: #f15d30;
}

.holiday-package-tabs .nav-link.active {
    background: #f15d30;
    color: #fff;
}

.holiday-package-tabs .tab-pane {
    padding: 32px 36px;
}

.holiday-package-tabs .tab-pane > :last-child,
.holiday-package-content-card > :last-child {
    margin-bottom: 0;
}

.holiday-package-content-card {
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 12px 35px rgba(24, 54, 83, .1);
}

@media (max-width: 767.98px) {
    .holiday-package-summary .car_details_top_bottom {
        display: block;
    }

    .holiday-package-summary .car_details_top_bottom_item::after {
        display: none;
    }

    .holiday-package-gallery-item {
        height: 300px;
    }

    .holiday-package-gallery .owl-nav button.owl-prev {
        left: 10px;
    }

    .holiday-package-gallery .owl-nav button.owl-next {
        right: 10px;
    }

    .holiday-package-intro {
        padding: 25px 22px;
    }

    .holiday-package-tabs .nav-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding: 10px 10px 0;
    }

    .holiday-package-tabs .nav-item {
        flex: 0 0 auto;
    }

    .holiday-package-tabs .nav-link {
        padding: 11px 16px;
    }

    .holiday-package-tabs .tab-pane {
        padding: 24px 20px;
    }
}

/* Reference-style holiday package layout */
.holiday-package-reference {
    padding: 45px 0 70px;
    background: #fff;
    color: #151b5b;
}

.holiday-package-reference .holiday-package-gallery-section {
    margin-bottom: 28px;
}

.holiday-package-reference .holiday-package-gallery-item,
.holiday-package-reference .holiday-package-gallery-fallback {
    height: 500px;
    border-radius: 18px;
}

.holiday-package-reference .holiday-package-gallery-fallback {
    background-position: center;
    background-size: cover;
}

.holiday-package-reference .holiday-package-gallery .owl-nav button:hover {
    background: #f15d30;
    color: #fff;
}

.holiday-package-reference .holiday-package-summary {
    margin-bottom: 42px;
}

.holiday-package-facts,
.holiday-package-highlights {
    border-radius: 17px;
    background: #f8f8ff;
}

.holiday-package-facts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 28px;
    padding: 22px 28px;
}

.holiday-package-fact {
    display: flex;
    align-items: center;
    min-height: 72px;
    padding: 0 30px;
}

.holiday-package-fact:not(:last-child) {
    border-right: 1px solid #dfe1f1;
}

.holiday-package-fact > i {
    width: 56px;
    color: #171d70;
    font-size: 36px;
}

.holiday-package-fact span,
.holiday-package-fact strong {
    display: block;
}

.holiday-package-fact span {
    margin-bottom: 5px;
    color: #f15d30;
    font-weight: 700;
}

.holiday-package-fact strong {
    color: #151b5b;
    font-size: 14px;
}

.holiday-package-highlights {
    padding: 28px 35px 22px;
}

.holiday-package-highlights h3 {
    margin-bottom: 20px;
    color: #f15d30;
    font-size: 22px;
}

.holiday-package-highlight-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}

.holiday-package-highlight {
    min-height: 92px;
    padding: 12px 15px;
    text-align: center;
}

.holiday-package-highlight:not(:last-child) {
    border-right: 1px solid #dfe1f1;
}

.holiday-package-highlight i {
    display: block;
    margin-bottom: 12px;
    color: #171d70;
    font-size: 31px;
}

.holiday-package-highlight span {
    display: block;
    color: #151b5b;
    font-size: 12px;
    line-height: 1.4;
}

.holiday-package-reference .holiday-package-tabs {
    border-radius: 18px;
    box-shadow: 0 10px 38px rgba(24, 31, 91, .12);
}

.holiday-package-reference .holiday-package-tabs .nav-tabs {
    padding: 22px 28px 0;
}

.holiday-package-reference .holiday-package-tabs .nav-link {
    margin-right: 8px;
    padding: 17px 25px;
}

.holiday-package-reference .holiday-package-tabs .tab-pane {
    min-height: 330px;
    padding: 42px 50px 48px;
}

.holiday-package-reference .holiday-package-tabs h2,
.holiday-package-reference .holiday-package-tabs h3,
.holiday-package-reference .holiday-package-tabs h4 {
    color: #f15d30;
}

.holiday-package-expect {
    padding: 30px 32px;
    border-radius: 16px;
    background: #f8f8ff;
}

.holiday-package-expect h4 {
    margin-bottom: 18px;
    font-size: 18px;
}

.holiday-package-expect > :last-child {
    margin-bottom: 0;
}

.holiday-package-detail-row {
    display: grid;
    grid-template-columns: 30% 70%;
    padding: 18px 0;
    border-bottom: 1px solid #eaebf3;
}

.holiday-package-detail-row:last-child {
    border-bottom: 0;
}

.holiday-package-detail-row strong {
    color: #f15d30;
}

.holiday-package-faq {
    margin-top: 20px;
    padding: 20px 22px;
    border-radius: 12px;
    background: #f8f8ff;
}

.holiday-package-faq strong {
    display: block;
    margin-bottom: 8px;
    color: #151b5b;
}

@media (max-width: 767.98px) {
    .holiday-package-reference {
        padding-top: 20px;
    }

    .holiday-package-reference .holiday-package-gallery-item,
    .holiday-package-reference .holiday-package-gallery-fallback {
        height: 300px;
    }

    .holiday-package-facts {
        grid-template-columns: 1fr;
        padding: 10px 20px;
    }

    .holiday-package-fact {
        padding: 15px 5px;
    }

    .holiday-package-fact:not(:last-child) {
        border-right: 0;
        border-bottom: 1px solid #dfe1f1;
    }

    .holiday-package-highlight-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .holiday-package-highlight {
        border-bottom: 1px solid #dfe1f1;
    }

    .holiday-package-highlight:nth-child(2n) {
        border-right: 0;
    }

    .holiday-package-reference .holiday-package-tabs .tab-pane {
        padding: 24px 20px;
    }

    .holiday-package-expect {
        margin-top: 25px;
        padding: 22px;
    }

    .holiday-package-detail-row {
        display: block;
    }

    .holiday-package-detail-row strong {
        display: block;
        margin-bottom: 8px;
    }
}
