/* Home meet section: replace girl photo with fort image, bigger, with spacing */
.meet_section {
    background-image: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
                      url('../image/rajasthan/meet_fort.jpg') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    margin-top: 80px !important;
    min-height: 480px !important;
    display: flex !important;
    align-items: center !important;
    padding: 80px 0 !important;
}
.meet_section .container { width: 100%; }
.meet_section .offer_section { padding: 0 !important; }
.meet_section .meet_h2 {
    font-size: 44px !important;
    line-height: 1.25 !important;
}
@media (max-width: 991px) {
    .meet_section { margin: 60px 30px 0 !important; }
    .meet_section .meet_h2 { font-size: 28px !important; }
}
@media (max-width: 575px) {
    .meet_section { margin: 50px 15px 0 !important; border-radius: 40px !important; }
    .meet_section .meet_h2 { font-size: 22px !important; }
}

/* Home testimonial section: replace paint roller bg with Rajasthan image */
.testimonial_section {
    background-image: url('../image/rajasthan/testi_bg.jpg') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: relative;
}
.testimonial_section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255,255,255,0.92) 0%, rgba(255,255,255,0.55) 45%, rgba(255,255,255,0.15) 100%);
    border-radius: 100px;
    pointer-events: none;
}
.testimonial_section > * { position: relative; z-index: 1; }

/* Hide the painter-style decorative SVG slider on right side of testimonial */
.testimonial_section .mySwiper1,
.testimonial_section .testimonial_slider,
.testimonial_section .testimonial_slider_image,
.testimonial_section .testimonial_slider_image1 { display: none !important; }

/* Override painter hero/banner backgrounds with Rajasthan images */
.about_hero_section {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.banner-about    { background-image: url('../image/rajasthan/20.jpg') !important; }
.banner-services { background-image: url('../image/rajasthan/banner_services.jpg') !important; }
.banner-gallery  { background-image: url('../image/rajasthan/15.jpg') !important; }
.banner-blogs    { background-image: url('../image/rajasthan/13.jpg') !important; }
.banner-contact  { background-image: url('../image/rajasthan/27.jpg') !important; }
.about_hero_section::before {
    background: rgba(0, 0, 0, 0.55) !important;
}
.about_hero_section .about_heading,
.about_hero_section .breadcrumb-item,
.about_hero_section .breadcrumb-item a,
.about_hero_section .breadcrumb-item.active {
    color: #fff !important;
}

/* Home page section behind painter blobs etc. */
.hero_section { background-color: #2b1810 !important; }

/* Remove any leftover painter decorative bg images */
.rollimage_section,
.expand-img-main { display: none !important; }

/* Footer camel scene with desert dunes + walking animation */
.footer_camel_wrap {
    position: relative;
    width: 360px;
    height: 280px;
    overflow: hidden;
}
.footer_camel_dunes {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 28px;
    height: 70px;
    background:
        radial-gradient(ellipse at 20% 100%, #e8c79a 0%, transparent 60%),
        radial-gradient(ellipse at 65% 100%, #d4a574 0%, transparent 55%),
        radial-gradient(ellipse at 95% 100%, #c8895c 0%, transparent 60%);
    opacity: 0.5;
    border-radius: 50%;
    filter: blur(2px);
}
.footer_camel_dunes::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(200,137,92,0.4), transparent);
}
.footer_camel {
    position: absolute;
    bottom: 30px;
    left: 50%;
    height: 220px;
    width: auto;
    object-fit: contain;
    z-index: 2;
    transform: translateX(-50%) scaleX(-1);
    filter: drop-shadow(0 10px 12px rgba(43, 24, 16, 0.25));
}

@media (max-width: 991px) {
    .footer_camel_wrap { width: 100%; max-width: 360px; margin: 0 auto; }
}
@media (max-width: 575px) {
    .footer_camel_wrap { height: 200px; }
    .footer_camel { height: 150px; bottom: 22px; }
    .footer_camel_dunes { bottom: 20px; height: 50px; }
}

/* Site Logo */
.site-logo {
    height: 55px;
    width: auto;
    object-fit: contain;
    display: block;
}
.footerlogo.site-logo {
    height: 60px;
    filter: brightness(0) invert(1);
}
@media (max-width: 575px) {
    .site-logo { height: 42px; }
}

/* Brand Logo (text-based) */
.brand-logo {
    display: inline-flex !important;
    align-items: center;
    gap: 10px;
    text-decoration: none !important;
    font-family: inherit;
}
.brand-logo .brand-icon {
    font-size: 28px;
    color: #c8895c;
    background: linear-gradient(135deg, #d4a574 0%, #8b5a3c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.brand-logo .brand-text {
    font-size: 22px;
    font-weight: 700;
    color: #2b2118;
    letter-spacing: 0.3px;
    line-height: 1;
}
.brand-logo .brand-text span {
    color: #c8895c;
    font-weight: 600;
}
.footerlogo.brand-logo .brand-text { color: #fff; }
.footerlogo.brand-logo .brand-text span { color: #c8895c; }

/* Travel icon (replaces painter SVGs) */
.travel-icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #fbe9d2 0%, #f0c590 100%);
    margin-bottom: 18px;
    box-shadow: 0 6px 18px rgba(200, 137, 92, 0.18);
}
.travel-icon i {
    font-size: 26px;
    color: #8b5a3c;
}

/* Form input icon */
.form-icon {
    font-size: 18px;
    color: #c8895c;
    margin-right: 4px;
    align-self: center;
}

/* Header bullate dot replacement */
.dot-sep {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #c8895c;
    opacity: 0.6;
}

/* Uniform image sizing for Rajasthan tour images */

/* Tour cards (Home slider + Gallery) */
.work_box {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}
.work_box .work_img,
.work_box img.work_img {
    width: 100% !important;
    height: 320px !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block;
}

/* Blog / news cards */
.news_box .new_img,
.news_box img.new_img {
    width: 100% !important;
    height: 260px !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block;
    border-radius: 10px;
}

/* Home "Why Choose" section images */
.choose_img,
img.choose_img,
.choose2,
img.choose2 {
    width: 100% !important;
    height: 380px !important;
    object-fit: cover !important;
    object-position: center !important;
}

/* About page image collage */
.about_img,
img.about_img {
    width: 100% !important;
    height: 280px !important;
    object-fit: cover !important;
    object-position: center !important;
    border-radius: 10px;
}
.about_img.about_img1 {
    height: 200px !important;
}

/* Hero right-side image */
.hero_man {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    position: absolute !important;
    top: 0;
    left: 0;
    border-radius: 12px;
}

/* Contact page hero image */
.dream1,
img.dream1 {
    width: 100% !important;
    height: 520px !important;
    object-fit: cover !important;
    object-position: center !important;
    border-radius: 12px;
}

/* Gallery grid spacing */
.work_section .row > [class*="col-"] {
    margin-bottom: 1rem;
}

/* Responsive heights */
@media (max-width: 991px) {
    .work_box .work_img { height: 260px !important; }
    .news_box .new_img { height: 220px !important; }
    .choose_img, .choose2 { height: 300px !important; }
    .about_img { height: 220px !important; }
    .dream1 { height: 360px !important; }
}
@media (max-width: 575px) {
    .work_box .work_img { height: 220px !important; }
    .news_box .new_img { height: 200px !important; }
    .choose_img, .choose2 { height: 240px !important; }
    .about_img { height: 200px !important; }
    .dream1 { height: 280px !important; }
}

/* ===== Contact Page ===== */
.contact_info_section { padding: 60px 0 20px; }
.contact_info_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.contact_info_card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 24px 20px;
    background: #fff;
    border: 1px solid #eef0f4;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(10, 31, 77, 0.06);
    text-decoration: none;
    color: inherit;
    transition: all 0.25s ease;
}
.contact_info_card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(30, 91, 217, 0.18);
    border-color: #1E5BD9;
    color: inherit;
}
.contact_info_icon {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, #1E5BD9 0%, #4A8AE8 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.contact_info_label {
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #8a8e98;
}
.contact_info_value {
    margin: 4px 0 2px;
    font-size: 16px;
    font-weight: 600;
    color: #0A1F4D;
    word-break: break-word;
}
.contact_info_sub {
    margin: 0;
    font-size: 13px;
    color: #6b7280;
}

.contact_main_section { padding: 60px 0 100px; }
.contact_main_grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 32px;
    align-items: start;
}
.contact_form_card {
    background: #fff;
    padding: 40px;
    border-radius: 18px;
    box-shadow: 0 12px 40px rgba(10, 31, 77, 0.08);
    border: 1px solid #eef0f4;
}
.contact_form_intro {
    color: #6b7280;
    margin-bottom: 28px;
    font-size: 15px;
}
.contact_form { display: flex; flex-direction: column; gap: 18px; }
.contact_form_row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.contact_field { display: flex; flex-direction: column; }
.contact_field label {
    font-size: 13px;
    font-weight: 600;
    color: #0A1F4D;
    margin-bottom: 6px;
}
.contact_field label span { color: #1E5BD9; }
.contact_input_wrap {
    position: relative;
    display: flex;
    align-items: center;
}
.contact_input_wrap i {
    position: absolute;
    left: 14px;
    color: #9aa0ab;
    font-size: 14px;
    pointer-events: none;
}
.contact_input_wrap input,
.contact_field textarea {
    width: 100%;
    padding: 12px 14px 12px 40px;
    border: 1.5px solid #e3e6ec;
    border-radius: 10px;
    font-size: 14px;
    font-family: inherit;
    background: #fafbfc;
    color: #0A1F4D;
    transition: all 0.2s ease;
    outline: none;
}
.contact_field textarea {
    padding: 12px 14px;
    resize: vertical;
    min-height: 110px;
}
.contact_input_wrap input:focus,
.contact_field textarea:focus {
    border-color: #1E5BD9;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(30, 91, 217, 0.12);
}
.contact_input_wrap input:focus + i { color: #1E5BD9; }
.contact_submit_btn {
    align-self: flex-start;
    margin-top: 6px;
    padding: 14px 32px;
    background: linear-gradient(135deg, #1E5BD9 0%, #4A8AE8 100%);
    color: #fff;
    border: none;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(30, 91, 217, 0.3);
    transition: all 0.25s ease;
}
.contact_submit_btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(30, 91, 217, 0.4);
}

.contact_side { display: flex; flex-direction: column; gap: 20px; }
.contact_map_card {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(10, 31, 77, 0.1);
    border: 1px solid #eef0f4;
}
.contact_address_card {
    background: linear-gradient(135deg, #0A1F4D 0%, #1E5BD9 100%);
    color: #fff;
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(10, 31, 77, 0.15);
}
.contact_address_card h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.contact_address_card p {
    margin: 0 0 14px;
    color: rgba(255,255,255,0.85);
    line-height: 1.6;
    font-size: 14px;
}
.contact_directions_link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    padding: 8px 16px;
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 50px;
    transition: all 0.2s ease;
}
.contact_directions_link:hover {
    background: #fff;
    color: #1E5BD9;
}
.contact_social_card {
    background: #fff;
    padding: 20px 24px;
    border-radius: 16px;
    box-shadow: 0 6px 18px rgba(10, 31, 77, 0.06);
    border: 1px solid #eef0f4;
}
.contact_social_card h4 {
    font-size: 15px;
    font-weight: 600;
    color: #0A1F4D;
    margin: 0 0 12px;
}
.contact_social_links {
    display: flex;
    gap: 10px;
}
.contact_social_links a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #f3f5f9;
    color: #0A1F4D;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: all 0.2s ease;
}
.contact_social_links a:hover {
    background: #1E5BD9;
    color: #fff;
    transform: translateY(-3px);
}

@media (max-width: 991px) {
    .contact_info_grid { grid-template-columns: repeat(2, 1fr); }
    .contact_main_grid { grid-template-columns: 1fr; }
    .contact_form_card { padding: 28px; }
}
@media (max-width: 575px) {
    .contact_info_grid { grid-template-columns: 1fr; gap: 14px; }
    .contact_form_row { grid-template-columns: 1fr; }
    .contact_form_card { padding: 22px; }
    .contact_submit_btn { width: 100%; justify-content: center; }
}

/* ===== Booking Page ===== */
.booking_trust_section { padding: 30px 0; background: #f8fafc; border-bottom: 1px solid #eef0f4; }
.booking_trust_bar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.booking_trust_item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 18px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #eef0f4;
    box-shadow: 0 4px 12px rgba(10,31,77,0.04);
}
.booking_trust_item > i {
    flex: 0 0 42px;
    width: 42px; height: 42px;
    border-radius: 10px;
    background: linear-gradient(135deg, #1E5BD9 0%, #4A8AE8 100%);
    color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-size: 18px;
}
.bt_label { margin: 0; font-size: 14px; font-weight: 600; color: #0A1F4D; }
.bt_sub { margin: 2px 0 0; font-size: 12px; color: #6b7280; }

.booking_main_section { padding: 60px 0 80px; }
.booking_main_grid {
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    gap: 32px;
    align-items: start;
}
.booking_form_card {
    background: #fff;
    padding: 40px;
    border-radius: 18px;
    box-shadow: 0 12px 40px rgba(10, 31, 77, 0.08);
    border: 1px solid #eef0f4;
}
.booking_form_header { margin-bottom: 24px; }
.booking_form_sub { color: #6b7280; font-size: 14.5px; margin: 6px 0 0; }
.booking_form_sub strong { color: #1E5BD9; }

.booking_steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 24px 0 28px;
    position: relative;
    padding: 0 10px;
}
.booking_steps::before {
    content: '';
    position: absolute;
    top: 18px;
    left: 10%;
    right: 10%;
    height: 2px;
    background: #e3e6ec;
    z-index: 0;
}
.booking_step {
    position: relative;
    z-index: 1;
    text-align: center;
    flex: 1;
}
.booking_step span {
    width: 36px; height: 36px;
    display: flex; align-items: center; justify-content: center;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #e3e6ec;
    color: #9aa0ab;
    font-weight: 700;
    margin: 0 auto;
    transition: all 0.3s ease;
}
.booking_step p {
    margin: 6px 0 0;
    font-size: 12px;
    color: #6b7280;
    font-weight: 600;
}
.booking_step.active span { border-color: #1E5BD9; color: #1E5BD9; background: #e8f0fc; }
.booking_step.done span { background: #1E5BD9; border-color: #1E5BD9; color: #fff; }
.booking_step.done span::before { content: '✓'; }
.booking_step.done span > * { display: none; }

.booking_section {
    background: #fafbfc;
    border: 1px solid #eef0f4;
    border-radius: 14px;
    padding: 22px 24px;
    margin-bottom: 18px;
}
.booking_section_title {
    font-size: 16px;
    font-weight: 700;
    color: #0A1F4D;
    margin: 0 0 18px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.booking_section_title i {
    width: 32px; height: 32px;
    border-radius: 8px;
    background: linear-gradient(135deg, #1E5BD9 0%, #4A8AE8 100%);
    color: #fff;
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 14px;
}
.booking_row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 14px;
}
.booking_row_3 { grid-template-columns: 1fr 1fr 1fr; }
.booking_field { display: flex; flex-direction: column; }
.booking_field label {
    font-size: 13px;
    font-weight: 600;
    color: #0A1F4D;
    margin-bottom: 6px;
}
.booking_field label span { color: #1E5BD9; }
.booking_field input[type="text"],
.booking_field input[type="email"],
.booking_field input[type="tel"],
.booking_field input[type="number"],
.booking_field select,
.booking_field textarea {
    width: 100%;
    padding: 11px 14px;
    border: 1.5px solid #e3e6ec;
    border-radius: 10px;
    font-size: 14px;
    font-family: inherit;
    background: #fff;
    color: #0A1F4D;
    transition: all 0.2s ease;
    outline: none;
}
.booking_field textarea { resize: vertical; min-height: 90px; }
.booking_field input:focus,
.booking_field select:focus,
.booking_field textarea:focus {
    border-color: #1E5BD9;
    box-shadow: 0 0 0 3px rgba(30, 91, 217, 0.12);
}

.booking_counter {
    display: flex;
    align-items: center;
    border: 1.5px solid #e3e6ec;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}
.booking_counter input {
    border: none !important;
    text-align: center;
    flex: 1;
    padding: 10px 4px !important;
    font-weight: 600;
    box-shadow: none !important;
}
.booking_counter input::-webkit-outer-spin-button,
.booking_counter input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.booking_counter input { -moz-appearance: textfield; }
.bc_btn {
    width: 38px; height: 40px;
    border: none;
    background: #f3f5f9;
    color: #0A1F4D;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s ease;
}
.bc_btn:hover { background: #1E5BD9; color: #fff; }

.booking_pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.bp_pill { cursor: pointer; }
.bp_pill input { display: none; }
.bp_pill span {
    display: inline-block;
    padding: 8px 16px;
    border: 1.5px solid #e3e6ec;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    color: #6b7280;
    background: #fff;
    transition: all 0.2s ease;
}
.bp_pill input:checked + span {
    background: linear-gradient(135deg, #1E5BD9 0%, #4A8AE8 100%);
    color: #fff;
    border-color: #1E5BD9;
}

.bc_check {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 13.5px;
    color: #6b7280;
}
.bc_check input { width: 18px; height: 18px; accent-color: #1E5BD9; }

.booking_submit_btn {
    width: 100%;
    margin-top: 8px;
    padding: 16px;
    background: linear-gradient(135deg, #1E5BD9 0%, #4A8AE8 100%);
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(30, 91, 217, 0.3);
    transition: all 0.25s ease;
}
.booking_submit_btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(30, 91, 217, 0.4);
}
.booking_form_footer_note {
    text-align: center;
    color: #9aa0ab;
    font-size: 12.5px;
    margin: 12px 0 0;
}

/* Sidebar */
.booking_sidebar {
    display: flex;
    flex-direction: column;
    gap: 18px;
    position: sticky;
    top: 100px;
}
.booking_help_card {
    background: linear-gradient(135deg, #0A1F4D 0%, #1E5BD9 100%);
    color: #fff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 8px 24px rgba(10, 31, 77, 0.18);
}
.booking_help_card h3 {
    font-size: 18px;
    margin: 0 0 8px;
    display: flex; align-items: center; gap: 10px;
}
.booking_help_card p {
    font-size: 13.5px;
    color: rgba(255,255,255,0.85);
    margin: 0 0 14px;
    line-height: 1.6;
}
.booking_help_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px;
    background: #fff;
    color: #1E5BD9;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 8px;
    transition: all 0.2s ease;
}
.booking_help_btn:hover { transform: translateY(-2px); color: #1E5BD9; }
.booking_help_wa { background: #25d366; color: #fff; }
.booking_help_wa:hover { color: #fff; background: #1ebe5d; }

.booking_review_card {
    background: #fff;
    border-radius: 16px;
    padding: 22px 24px;
    border: 1px solid #eef0f4;
    box-shadow: 0 6px 18px rgba(10, 31, 77, 0.06);
}
.brc_stars { color: #f5b840; font-size: 18px; letter-spacing: 2px; }
.brc_quote {
    font-style: italic;
    font-size: 14px;
    color: #0A1F4D;
    line-height: 1.6;
    margin: 10px 0 8px;
}
.brc_author { font-size: 13px; color: #6b7280; margin: 0; font-weight: 600; }

.booking_offer_card {
    background: linear-gradient(135deg, #fff8e8 0%, #ffe9b3 100%);
    border: 1px solid #f5d97a;
    border-radius: 16px;
    padding: 22px 24px;
}
.boc_label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #b8860b;
    margin: 0 0 6px;
}
.booking_offer_card h4 {
    font-size: 16px;
    color: #0A1F4D;
    margin: 0 0 12px;
    font-weight: 700;
}
.boc_date { color: #1E5BD9; }
.booking_offer_card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.booking_offer_card li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 0;
    font-size: 13.5px;
    color: #0A1F4D;
    font-weight: 500;
}
.booking_offer_card li i { color: #1E5BD9; font-size: 12px; }

/* How it works */
.booking_steps_section { padding: 80px 0; background: #f8fafc; }
.booking_steps_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 50px;
}
.bsg_card {
    background: #fff;
    padding: 32px 22px;
    border-radius: 16px;
    border: 1px solid #eef0f4;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
}
.bsg_card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 36px rgba(30, 91, 217, 0.15);
    border-color: #1E5BD9;
}
.bsg_num {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    width: 36px; height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1E5BD9 0%, #4A8AE8 100%);
    color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-weight: 700;
    font-size: 14px;
    box-shadow: 0 6px 14px rgba(30, 91, 217, 0.3);
}
.bsg_card > i {
    font-size: 32px;
    color: #1E5BD9;
    margin: 16px 0 14px;
}
.bsg_card h4 {
    font-size: 16px;
    font-weight: 700;
    color: #0A1F4D;
    margin: 0 0 8px;
}
.bsg_card p {
    font-size: 13.5px;
    color: #6b7280;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 991px) {
    .booking_trust_bar { grid-template-columns: repeat(2, 1fr); }
    .booking_main_grid { grid-template-columns: 1fr; }
    .booking_sidebar { position: static; }
    .booking_steps_grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 575px) {
    .booking_form_card { padding: 24px; }
    .booking_section { padding: 18px; }
    .booking_row, .booking_row_3 { grid-template-columns: 1fr; }
    .booking_trust_bar { grid-template-columns: 1fr; }
    .booking_steps_grid { grid-template-columns: 1fr; }
    .booking_step p { font-size: 11px; }
}

/* ===== About: Vision / Mission / Values ===== */
.vm_section { padding: 80px 0 40px; }
.vm_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.vm_card {
    padding: 36px 28px;
    border-radius: 18px;
    box-shadow: 0 8px 24px rgba(10, 31, 77, 0.08);
    border: 1px solid #eef0f4;
    background: #fff;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}
.vm_card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, #1E5BD9 0%, #4A8AE8 100%);
}
.vm_card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(30, 91, 217, 0.15);
}
.vm_card_mission::before { background: linear-gradient(90deg, #0A1F4D 0%, #1E5BD9 100%); }
.vm_card_values::before  { background: linear-gradient(90deg, #4A8AE8 0%, #7eb0f0 100%); }
.vm_icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: linear-gradient(135deg, #1E5BD9 0%, #4A8AE8 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 18px;
    box-shadow: 0 8px 18px rgba(30, 91, 217, 0.25);
}
.vm_card_mission .vm_icon { background: linear-gradient(135deg, #0A1F4D 0%, #1E5BD9 100%); }
.vm_card_values  .vm_icon { background: linear-gradient(135deg, #4A8AE8 0%, #7eb0f0 100%); }
.vm_title {
    font-size: 22px;
    font-weight: 700;
    color: #0A1F4D;
    margin: 0 0 12px;
}
.vm_desc {
    color: #6b7280;
    font-size: 14.5px;
    line-height: 1.7;
    margin: 0;
}
.vm_list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.vm_list li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    font-size: 14.5px;
    color: #0A1F4D;
    font-weight: 500;
    border-bottom: 1px dashed #e3e6ec;
}
.vm_list li:last-child { border-bottom: none; }
.vm_list li i {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #e8f0fc;
    color: #1E5BD9;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    flex-shrink: 0;
}

/* ===== About: Why Choose Us ===== */
.why_section {
    padding: 60px 0 100px;
    background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}
.why_intro {
    max-width: 680px;
    margin: 12px auto 0;
    color: #6b7280;
    font-size: 15px;
    line-height: 1.7;
}
.why_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.why_card {
    background: #fff;
    padding: 32px 26px;
    border-radius: 16px;
    border: 1px solid #eef0f4;
    box-shadow: 0 6px 18px rgba(10, 31, 77, 0.06);
    transition: all 0.3s ease;
    text-align: left;
}
.why_card:hover {
    transform: translateY(-6px);
    border-color: #1E5BD9;
    box-shadow: 0 16px 36px rgba(30, 91, 217, 0.18);
}
.why_icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: #e8f0fc;
    color: #1E5BD9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 16px;
    transition: all 0.3s ease;
}
.why_card:hover .why_icon {
    background: linear-gradient(135deg, #1E5BD9 0%, #4A8AE8 100%);
    color: #fff;
    transform: scale(1.05);
}
.why_h3 {
    font-size: 17px;
    font-weight: 600;
    color: #0A1F4D;
    margin: 0 0 8px;
}
.why_p {
    color: #6b7280;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}
@media (max-width: 991px) {
    .vm_grid, .why_grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 575px) {
    .vm_grid, .why_grid { grid-template-columns: 1fr; }
    .vm_card { padding: 28px 22px; }
}

/* ===== Services: City Grid ===== */
.city_grid_section { padding: 80px 0; background: #f8fafc; }
.city_intro {
    max-width: 720px;
    margin: 12px auto 0;
    color: #6b7280;
    font-size: 15px;
    line-height: 1.7;
}
.city_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.city_card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(10, 31, 77, 0.06);
    border: 1px solid #eef0f4;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}
.city_card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(30, 91, 217, 0.18);
    border-color: #1E5BD9;
}
.city_card_img {
    position: relative;
    height: 180px;
    overflow: hidden;
}
.city_card_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.city_card:hover .city_card_img img { transform: scale(1.08); }
.city_badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgba(10, 31, 77, 0.85);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 50px;
    backdrop-filter: blur(4px);
    letter-spacing: 0.3px;
}
.city_card_body {
    padding: 18px 20px 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.city_card_title {
    font-size: 18px;
    font-weight: 600;
    color: #0A1F4D;
    margin: 0 0 8px;
}
.city_card_desc {
    font-size: 13.5px;
    color: #6b7280;
    line-height: 1.55;
    margin: 0 0 16px;
    flex: 1;
}
.city_card_actions {
    display: flex;
    gap: 8px;
    margin-top: auto;
}
.city_btn_primary,
.city_btn_secondary {
    flex: 1;
    text-align: center;
    padding: 9px 12px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.city_btn_primary {
    background: linear-gradient(135deg, #1E5BD9 0%, #4A8AE8 100%);
    color: #fff;
}
.city_btn_primary:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(30, 91, 217, 0.35);
}
.city_btn_secondary {
    background: #f3f5f9;
    color: #0A1F4D;
    border: 1px solid #e3e6ec;
}
.city_btn_secondary:hover {
    background: #0A1F4D;
    color: #fff;
    border-color: #0A1F4D;
}
@media (max-width: 1199px) {
    .city_grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 767px) {
    .city_grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
    .city_card_img { height: 150px; }
}
@media (max-width: 480px) {
    .city_grid { grid-template-columns: 1fr; }
    .city_card_img { height: 200px; }
}

/* ===== Tour Preloader (camel walking on dunes) ===== */
#preloader {
    background: linear-gradient(180deg, #0A1F4D 0%, #1E5BD9 60%, #f4c98a 100%) !important;
}
.tour-loader {
    position: relative;
    width: 360px;
    max-width: 90vw;
    height: 240px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}
.tour-sun {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 70px;
    background: radial-gradient(circle, #ffd47a 0%, #ffb84d 60%, rgba(255,184,77,0) 100%);
    border-radius: 50%;
    box-shadow: 0 0 40px rgba(255, 200, 100, 0.7);
    animation: tour-sun-pulse 2.5s ease-in-out infinite;
}
@keyframes tour-sun-pulse {
    0%, 100% { transform: translateX(-50%) scale(1); opacity: 1; }
    50%      { transform: translateX(-50%) scale(1.08); opacity: 0.85; }
}
.tour-dunes {
    position: absolute;
    bottom: 38px;
    left: -10%;
    right: -10%;
    height: 60px;
    background:
        radial-gradient(ellipse 60% 100% at 20% 100%, #d9a86a 0%, #d9a86a 60%, transparent 61%),
        radial-gradient(ellipse 70% 100% at 60% 100%, #c8895c 0%, #c8895c 60%, transparent 61%),
        radial-gradient(ellipse 55% 100% at 95% 100%, #d9a86a 0%, #d9a86a 60%, transparent 61%);
}
.tour-camel {
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 90px;
    height: 90px;
    animation: tour-camel-walk 4s linear infinite;
}
.tour-camel img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    animation: tour-camel-bob 0.6s ease-in-out infinite;
}
@keyframes tour-camel-walk {
    0%   { left: -15%; }
    100% { left: 105%; }
}
@keyframes tour-camel-bob {
    0%, 100% { transform: translateY(0) rotate(-1deg); }
    50%      { transform: translateY(-6px) rotate(1deg); }
}
.tour-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    font-family: Outfit, sans-serif;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 2px;
    text-shadow: 0 2px 8px rgba(0,0,0,0.4);
}
.tour-dot {
    display: inline-block;
    animation: tour-dot-blink 1.4s infinite;
}
.tour-dot:nth-child(2) { animation-delay: 0.2s; }
.tour-dot:nth-child(3) { animation-delay: 0.4s; }
@keyframes tour-dot-blink {
    0%, 80%, 100% { opacity: 0.2; }
    40%           { opacity: 1; }
}
