body {
    font-family: "Cairo", serif;
}
:root {
    --black: rgba(0, 0, 0, 1);
    --white: rgba(255, 255, 255, 1);
    --primary-c1: rgba(83, 21, 36, 1);
    --primary-c2: rgba(244, 174, 89, 1);
    --primary-c3: rgba(49, 63, 81, 1);
}
header:not(.b2c-header) {
    border-bottom: 1px solid rgba(238, 238, 238, 1);
}
header:not(.b2c-header) .navbar-brand {
    margin-right: 5.875rem;
}
header:not(.b2c-header) .navbar-expand-lg .navbar-nav {
    gap: 40px;
}
header:not(.b2c-header) .navbar-expand-lg .navbar-collapse {
    justify-content: space-between;
}
header:not(.b2c-header) .navbar-light .navbar-nav .nav-link {
    color: var(--black);
}
header:not(.b2c-header) .nav-link {
    font-size: 19px;
    font-weight: 700;
    line-height: 19px;
    text-align: left;
    color: var(--black);
}
header:not(.b2c-header) .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
}
header:not(.b2c-header) .user_options {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}
header:not(.b2c-header) .user_options .lang {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    color: var(--black);
}
header:not(.b2c-header) .user_options .login {
    background: var(--primary-c1);
    padding: 8px 24px 8px 24px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: var(--white);
}
header:not(.b2c-header) .user_options .register {
    background: var(--primary-c2);
    padding: 8px 24px 8px 24px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: var(--white);
}
header:not(.b2c-header) .dropdown-toggle {
    background-color: var(--primary-c1) !important;
    border-color: var(--primary-c1) !important;
    padding: 10px;
}
.home_banner {
    position: relative;
    border-radius: 24px;
    margin: 25px 40px;
}
.home_banner .banner_overlay {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 24px;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.home_banner .banner_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.home_banner .banner_content h1 {
    font-size: 60px;
    font-weight: 400;
    line-height: 68px;
    text-align: center;
    color: var(--white);
    margin-bottom: 25px;
}
.reasons .reason_box h4 {
    font-family: "Rubik", serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: var(--black);
}
.reasons .reason_box p {
    font-family: "Rubik", serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--primary-c3);
    margin: 0;
}
.offers .offer_box {
    min-height: 266px;
    height: 100%;
}
.offers .offer_box .box_content {
    text-align: center;
    display: flex;
    flex-direction: column;
}
.offers .offer_box .box_content .one {
    font-family: Satisfy;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: var(--white);
    margin-bottom: 8px;
}
.offers .offer_box .box_content .two {
    font-family: "Rubik", serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: var(--white);
}
.offers .offer_box .box_content h5 {
    font-family: "Rubik", serif;
    font-weight: 700;
    font-size: 35px;
    line-height: 35px;
    color: rgba(255, 223, 122, 1);
}
.offers .offer_box .box_content a {
    background: rgba(255, 198, 18, 1);
    width: fit-content;
    text-align: center;
    display: flex;
    align-self: center;
    border-radius: 5px;
    padding: 10px 20px;
    font-family: "Rubik", serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: var(--white);
    margin-top: 15px;
}
.start_booking {
    position: relative;
}
.start_booking .overlay {
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.start_booking .img_1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.start_booking .img_2 {
    position: absolute;
    bottom: 0;
    right: 20px;
}
.start_booking .s_content h5 {
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: -1.44px;
    color: var(--white);
}
.start_booking .s_content p {
    font-weight: 500;
    font-size: 17px;
    line-height: 25px;
    color: var(--white);
    margin-bottom: 30px;
}
.start_booking .s_content a {
    background: var(--primary-c1);
    border-radius: 5px;
    padding: 10px 30px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: var(--white);
}
.faqs .accordion .card {
    border: none;
    box-shadow: 0px 4px 21px 0px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
}
.faqs .accordion .card-header {
    background-color: var(--white);
    border: none;
    padding: 10px;
    font-weight: bold;
    cursor: pointer;
}
.faqs .accordion .card-header .btn-link {
    text-decoration: none;
    width: 100%;
    text-align: left;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    color: var(--black);
    display: flex;
    justify-content: space-between;
}
.faqs .accordion .card-header .btn-link:focus {
    box-shadow: none;
}
.faqs .accordion .card-body {
    padding: 15px 25px;
    background-color: var(--white);
    border-top: 1px solid #eee;
    position: relative;
    border: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 29px;
}
.faqs .accordion .card-body::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background-color: var(--primary-c2);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.review-section {
    padding: 75px 0;
}
.review-section .left_side {
    width: 60%;
}
.review-section .left_side h2 {
    font-weight: 700;
    font-size: 34px;
    line-height: 40px;
    letter-spacing: -1.12px;
    color: var(--white);
}
.review-section .left_side p {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: var(--white);
}
.review-box {
    background: var(--white);
    border-radius: 10px;
    padding: 30px 45px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
}
.star-rating {
    color: var(--primary-c2);
    font-size: 14px;
}
.review-text {
    font-size: 16px;
    color: #333;
    margin-top: 10px;
}
.profile {
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.profile img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    padding: 4px;
    border: 0.75px dotted var(--primary-c2);
}
.profile-info {
    margin-left: 10px;
}
.profile-info h5 {
    margin: 0;
    font-weight: bold;
}
.profile-info p {
    margin: 0;
    color: var(--primary-c2);
    font-size: 14px;
}
.quote-icon {
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: var(--primary-c2);
    font-size: 40px;
}
.carousel-indicators {
    bottom: -70px;
}
.carousel-indicators li {
    background-color: var(--white);
    width: 30%;
    height: 2px;
    margin: 0;
}
.carousel-indicators .active {
    background-color: var(--primary-c2);
    width: 30%;
    height: 2px;
}
.carousel-control-prev, .carousel-control-next {
    background-color: var(--white);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: auto;
    bottom: -60px;
    border: 1px solid var(--primary-c2);
}
.carousel-control-prev i, .carousel-control-next i {
    color: var(--primary-c2);
}
.discover-btn {
    background-color: var(--primary-c1);
    color: var(--white);
    padding: 10px 15px;
    border-radius: 5px;
    font-weight: 600;
    border: none;
    margin-top: 20px;
}
.discover-btn:hover {
    background-color: var(--primary-c1);
}
.rating_numbers {
    display: flex;
    align-items: center;
    gap: 40px;
}
.rating_numbers .r_box h5 {
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: var(--white);
}
.review-section .qimg {
    position: absolute;
    bottom: 30px;
    right: 35px;
}
.contactus_box {
    background: rgba(43, 56, 143, 1);
    position: relative;
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 24px;
    border-radius: 7px;
}
.contactus_box h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 45px;
    color: var(--white);
}
.contactus_box a {
    background: var(--white);
    border-radius: 5px;
    padding: 20px 40px;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: var(--black);
}
.contactus_box .rimg {
    position: absolute;
    top: -6px;
    right: 18%;
}
footer {
    background: var(--black);
    padding: 119px 0;
}
footer .footer_logo {
    margin-bottom: 25px;
}
footer .content p {
    font-size: 21px;
    font-weight: 400;
    line-height: 38px;
    text-align: left;
    color: var(--white);
}
footer .content .social_icons {
    display: flex;
    align-items: center;
    gap: 20px;
}
footer .content .social_icons li {
    background: rgba(38, 45, 40, 1);
    border-radius: 26px;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .content .social_icons li a {
    font-size: 18px;
    line-height: 0;
    color: rgba(254, 254, 255, 1);
}
footer h4 {
    font-size: 27px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    color: var(--white);
}
footer ul.links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
footer ul.links li a {
    font-size: 21px;
    font-weight: 400;
    line-height: 38px;
    text-align: left;
    color: rgba(225, 225, 225, 1);
}
footer .newletter p {
    font-size: 21px;
    font-weight: 300;
    line-height: 36px;
    text-align: left;
    color: var(--white);
    margin-bottom: 30px;
}
footer .newletter form {
    display: flex;
    align-items: center;
}
footer .newletter form input {
    border: 0;
    border-radius: 8px 0px 0px 8px;
    font-size: 21px;
}
footer .newletter form button {
    background: var(--primary-c2);
    border-radius: 0 8px 8px 0;
    padding: 0.9rem 1rem;
    height: 64.2px;
    font-size: 21px;
    color: var(--white);
}

/* B2C footer newsletter */
footer .b2c-newsletter {
    padding: 1.25rem 1.35rem;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    max-width: 100%;
}
footer .b2c-newsletter h4 {
    margin-bottom: 0.65rem;
}
footer .newletter .b2c-newsletter__lead {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.55;
    margin-bottom: 1.15rem;
    opacity: 0.95;
}
footer .b2c-newsletter__fields.input-group {
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
}
footer .b2c-newsletter__input {
    min-width: 0;
    border-radius: 8px 0 0 8px !important;
}
footer .b2c-newsletter__fields.input-group > .b2c-newsletter__input:not(:last-child) {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
footer .b2c-newsletter__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    height: 100%;
    min-height: calc(1.5em + 1.8rem + 4px);
    white-space: nowrap;
    border-radius: 0 8px 8px 0 !important;
    font-weight: 600;
    letter-spacing: 0.02em;
    transition: opacity 0.2s ease, filter 0.2s ease;
}
footer .b2c-newsletter__submit.is-loading {
    opacity: 0.75;
    pointer-events: none;
}
footer .b2c-newsletter__submit .b2c-newsletter__submit-text {
    font-size: 16px;
}
@media (max-width: 400px) {
    footer .b2c-newsletter__submit .b2c-newsletter__submit-text {
        display: none;
    }
    footer .b2c-newsletter__submit {
        min-width: 3.25rem;
        padding-left: 0.85rem;
        padding-right: 0.85rem;
    }
}
footer .b2c-newsletter__privacy {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    margin-top: 1rem;
    margin-bottom: 0;
    opacity: 0.78;
}
footer .b2c-newsletter__privacy a {
    color: rgba(255, 255, 255, 0.95);
    text-decoration: underline;
    text-underline-offset: 2px;
}
footer .b2c-newsletter__privacy a:hover {
    color: var(--white);
}
footer .contact_us {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
footer .contact_us .contact_box {
    display: flex;
    align-items: center;
    gap: 20px;
}
footer .contact_us .contact_box i {
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: var(--primary-c2);
    background: rgba(255, 255, 255, 0.16);
    border-radius: 28px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .contact_us .contact_box .content {
    display: flex;
    flex-direction: column;
}
footer .contact_us .contact_box .content h6 {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
    color: rgba(167, 167, 167, 1);
}
footer .contact_us .contact_box .content span {
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    text-align: left;
    color: var(--white);
}
.page_banner .banner_overlay {
    background: linear-gradient(266.75deg, rgba(0, 0, 0, 0.33) 39.37%, rgba(4, 29, 11, 0.89) 100%);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.page_banner .banner_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.page_banner .banner_content h1 {
    font-size: 55px;
    font-weight: 800;
    line-height: 68px;
    text-align: center;
    color: var(--white);
    margin-bottom: 25px;
}
.page_banner p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30.8px;
    text-align: center;
    color: var(--white);
}
.about_us {
    position: relative;
    padding: 80px 0;
}
.about_us .left_img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 33px;
}
.about_us .left_img .content {
    position: absolute;
    top: -40px;
    left: 0;
    background: rgba(43, 56, 143, 1);
    width: 250px;
    height: 200px;
    border-radius: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.about_us .left_img .content h5 {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    color: var(--white);
    margin: 0;
}
.about_us .right_content {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.about_us .right_content h4 {
    width: 80%;
    font-size: 36px;
    font-weight: 800;
    line-height: 54px;
    text-align: left;
    color: rgba(0, 0, 0, 1);
}
.about_us .right_content p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: rgba(54, 54, 54, 1);
}
.vision_and_mission {
    padding-bottom: 80px;
}
.vision_and_mission h4 {
    font-size: 36px;
    font-weight: 700;
    line-height: 54px;
    text-align: center;
    color: rgba(0, 0, 0, 1);
    text-transform: capitalize;
}
.vision_and_mission p {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    color: rgba(0, 0, 0, 1);
}
.vision_and_mission .our_vision_box, .vision_and_mission .our_mission_box {
    padding: 35px 21px;
    border-radius: 13px;
    box-shadow: 0px 5.33px 28px 0px rgba(0, 0, 0, 0.08);
}
.vision_and_mission .our_vision_box h5, .vision_and_mission .our_mission_box h5 {
    font-size: 24px;
    font-weight: 700;
    line-height: 50px;
    text-align: left;
    color: rgba(18, 18, 18, 1);
}
.vision_and_mission .our_vision_box p, .vision_and_mission .our_mission_box p {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
    color: rgba(79, 94, 113, 1);
    margin: 0;
}
.contact_us_box {
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    box-shadow: 0px 4px 21px 0px rgba(0, 0, 0, 0.08);
}
.contact_us_box .content h5 {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: var(--black);
}
.contact_us_box .content .phone_numbers, .contact_us_box .content .email {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.contact_us_box .content span {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: rgba(79, 84, 90, 1);
}
.form_left {
    width: 80%;
}
.form_left h4 {
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    color: var(--black);
    margin-bottom: 15px;
}
.form_left p {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: rgba(79, 84, 90, 1);
}
.form_left .social_icons {
    display: flex;
    align-items: center;
    gap: 10px;
}
.form_left .social_icons li {
    background: rgba(243, 173, 89, 1);
    border-radius: 19px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form_left .social_icons li a {
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: var(--white);
}
.contactus_form {
    border-radius: 8px;
    padding: 35px 25px;
    box-shadow: 0px 4px 21px 0px rgba(0, 0, 0, 0.08);
}
.contactus_form .form_title {
    width: 68%;
    margin-bottom: 25px;
}
.contactus_form .form_title h4 {
    font-weight: 600;
    font-size: 38px;
    line-height: 48px;
    color: var(--black);
}
.contactus_form .form_title p {
    font-weight: 500;
    font-size: 16px;
    line-height: 33px;
    color: rgba(79, 84, 90, 1);
}
.contactus_form .form_content .form-group {
    position: relative;
}
.contactus_form .form_content label {
    margin: 0;
    color: var(--black);
}
.contactus_form .form_content .form-control {
    height: 40px;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid rgba(190, 190, 190, 1);
}
.contactus_form .form_content textarea.form-control {
    height: 90px;
}
.contactus_form .form_content .btn_submit {
    background: var(--primary-c1);
    border-radius: 4px;
    padding: 14px 44px;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: var(--white);
}
/* Profile Content */
.profile-content {
    flex-grow: 1;
    padding: 20px;
}

.profile-header {
    background: rgba(245, 245, 246, 1);
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.profile-pic {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #512DA8;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-self: center;
    font-size: 25px;
    color: #fff;
}
.profile-header .user_info h2 {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    color: rgba(11, 10, 18, 1);
}
.profile-header .user_info p {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
    color: rgba(116, 117, 121, 1);
}
.user_links {
    border-top: 1px solid rgba(133, 135, 138, 1);
}
.user_links ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 20px;
}
.user_links ul li a {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: rgba(11, 10, 18, 1);
}
.user_links ul li {
    padding: 10px;
    border-radius: 8px;
}
.user_links ul li.active {
    background: rgba(83, 23, 36, 0.02);
}
.user_links ul li.active a {
    color: var(--primary-c1);
}
/* Profile Sections */
.profile-section {
    background: #fff;
    padding: 20px;
    margin-top: 15px;
    border-radius: 16px;
    border: 1px solid rgba(223, 223, 227, 1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.profile-section h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 35px;
    text-align: left;
    color: rgba(11, 10, 18, 1);
    border-bottom: 1px solid rgba(223, 223, 227, 1);
    padding-bottom: 10px;
}

form label {
    display: block;
    margin-top: 10px;
    font-weight: bold;
}

form input, form textarea {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

button {
    background: #007bff;
    color: #fff;
    padding: 10px;
    border: none;
    border-radius: 5px;
    margin-top: 15px;
    cursor: pointer;
}

button:hover {
    background: #0056b3;
}
.verified {
    background: rgba(255, 255, 255, 1);
    padding: 10px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 20rem;
    margin-top: 15px;
}
.verified span {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    color: rgba(11, 10, 18, 1);
}
.verified span i {
    color: rgba(12, 188, 135, 1);
}
.form_body label {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: rgba(133, 135, 138, 1);
}
.form_body input.form-control, .form_body select.form-control {
    border: 1px solid rgba(197, 197, 199, 1);
    border-radius: 8px;
    width: 100%;
    height: 40px;
}
.form_body button {
    background: var(--primary-c1);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.5px;
    text-align: center;
}
.form_body .input-group {
    gap: 20px;
}
.form_body .form-check {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0;
}
.form_body .form-check-input, .form_body label.form-check-label {
    position: unset;
    margin: 0;
}