:root {
    --primary-color: #663F53;
    --secondary-color: #187ec4;
    --white: #FFF;
    --black: #353535;
}

body {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    font-family: Lexend;
}

a {
    text-decoration: none;
    color: var(--black);
}

.top-heading {
    font-size: 2rem;
    font-weight: 700;
    margin: 8px 0;
}

.top-heading span {
    color: var(--primary-color);
}

.text-primary {
    color: var(--primary-color) !important;
}

/*-- header style--*/
.bg-body-tertiary {
    background: var(--white) !important;
}

.navbar-nav .nav-link {
    font-size: 14px;
    font-weight: 400;
    color: var(--black) !important;
    border-radius: 24px;
    padding: 6px 12px !important;
}

.navbar-nav .nav-link.active {
    background: var(--primary-color);
    color: var(--white) !important;
}

.navbar-nav .dropdown-item {
    font-size: 14px;
    font-weight: 400;
    margin: 4px 0;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 4px;
}

.dropdown-menu {
    position: absolute !important;
}

.dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(16px);
    transition: .4s;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 1100;
    -webkit-box-shadow: 0 0 15px rgba(102, 63, 83, 0.16);
    box-shadow: 0 0 15px rgba(102, 63, 83, 0.16);
    border: none;
    border-top: 2px solid var(--primary-color);
}

.dropdown-item.active, .dropdown-item:active {
    background-color: var(--primary-color) !important;
}

.btn-express {
    border-radius: 8px;
    border: 1px solid var(--primary-color) !important;
    background: #fafafa !important;
    padding: 4px 10px;
    margin-right: 20px;
}

.whatsapp, .whatsapp-icon img {
    position: relative;
}

.whatsapp-icon {
    width: 40px;
    height: 60px;
}

.whatsapp-icon img {
    left: -10px;
    width: 60px;
    height: 60px;
}

.whatsapp-text_content {
    background: #28b63e;
    color: var(--white);
    padding: 4px 18px 4px 14px;
    font-size: 10px;
    font-weight: 500;
    border-radius: 0 30px 30px 0;
    line-height: 14px;
}

.whatsapp-bg {
    margin: 2px 0;
}

.fs-visa {
    font-size: 14px;
}

/*-- end header style--*/
/*-- home page style ---*/
.hero {
    position: relative;
}

.hero-carousel:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    /*background: linear-gradient(90deg, rgb(0 0 0 / 96%), rgb(0 0 0 / 80%), rgb(0 0 0 / 11%));*/
    background: linear-gradient(90deg, rgb(239 239 239), rgb(255 255 255 / 87%), rgb(138 138 138 / 32%));
    width: 100%;
    height: 580px;
    z-index: 2;
}

.hero .carousel-item img {
    height: 580px;
}

.hero-body {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
    color: var(--black);
    padding: 40px 0;
}

.hero-body h1 span {
    color: var(--primary-color);
}

.hero-body p {
    font-size: 14px;
    font-weight: 400;
}

.hero-body-form {
    background: var(--white);
    color: var(--black);
    padding: 16px;
    border-radius: 8px;
    box-shadow: 4px 4px 16px rgba(209, 209, 209, 0.44);
}

.hero-body-form .form-label {
    font-size: 13px;
    color: #432936;
}

.hero-body-form .form-select {
    font-size: 12px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #432936;
    padding: 5px !important;
    position: relative;
}

.select2-container .select2-selection--single {
    height: 40px !important;
    width: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 13px;
    color: #444;
    line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px !important;
}

.select2-results__option--selectable {
    font-size: 13px;
}

.feature-card {
    text-align: center;
}

.feature-card .feature-card-heading {
    font-size: 18px;
    font-weight: 600;
    margin: 8px 0;
}

.feature-card .feature-card-description {
    font-size: 13px;
    margin: 8px 0;
}

.nav-pills {
    background: #fae5f0;
    border-radius: 50px;
    padding: 6px 8px;
    display: inline-flex;
    border: 1px solid #ae7491;
}

.nav-pills .nav-link {
    font-size: 13px;
    color: var(--primary-color);
    border-radius: 24px;
}

.nav-pills .nav-link.active {
    background: var(--primary-color);
}

.evv-vt-card {
    display: inline-flex;
    min-height: 295px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 18px;
    border: 1px solid #d4d4d4;
    margin: 24px 0;
    overflow: hidden;
}

.evv-vt-card {
    padding: 24px;
    background: #fcfcfc;
    width: 100%;
    position: relative;
    box-shadow: 4px 4px 25px 0 rgba(0, 0, 0, .08);
}

.vt-card-shape {
    width: 280px;
    height: 300px;
    background: linear-gradient(135deg, #f0f5f7, #f0f5f7);
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 20% 70%, 40% 50%, 60% 30%, 80% 10%);
    border-radius: 16px;
    position: absolute;
    right: 0;
    transform: translateX(100%);
    transition: transform .6s ease-in-out, clip-path .6s ease-in-out, background .6s ease-in-out;
}

.evv-vt-card-head {
    color: var(--black);
    font-size: 16px;
    font-weight: 900;
}

.evv-vt-card-footer, .evv-vt-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
}

.evv-vt-card-header_info h3, .evv-vt-card-header_info h4 {
    color: var(--primary-color);
    font-weight: 900;
    margin: 4px 0 0;
    font-size: 18px;
}

.evv-vt-card-header_info p {
    color: var(--primary-color);
    font-size: 16px;
    margin: 0;
}

.evv-vt-card-content {
    display: flex;
    gap: 20px;
    position: relative;
}

.evv-vt-card-process-key p {
    color: var(--black);
    margin: 4px 0;
    font-size: 13px;
    font-weight: 500;
}

.evv-vt-card-process-value p {
    color: #a49e9e;
    font-size: 13px;
    margin-bottom: 10px;
}

.evv-vt-card-footer p {
    color: var(--primary-color);
    font-size: 26px;
    font-weight: 700;
    margin: 0;
}

.evv-vt-card-footer a {
    font-size: 12px;
    font-weight: 400;
    padding: 8px 16px;
    background-color: var(--primary-color);
    color: var(--white);
    display: block;
    border-radius: 4px;
    transition: box-shadow 0.4s ease-in-out;
}

.evv-vt-card-footer a:hover {
    background-color: #492b3a;
    box-shadow: 4px 4px 16px #a5788f;
}

.emirates-step-wrapper .card {
    transition: box-shadow 0.4s ease-in-out;
    border: 1px solid #e4e4e4;
}

.emirates-step-wrapper .card:hover {
    background-color: #fff6fa;
    box-shadow: 4px 4px 16px rgba(73, 43, 58, 0.14) !important;
}

.emirates-sample {
    background-color: #fff6fa;
    margin: 36px 0;
}

.emirates-sample img {
    border: 1px solid var(--primary-color);
    border-radius: 24px;
}

.emirates-sample-header {
    border: 5px solid var(--primary-color);
    border-radius: 24px;
    padding: 24px;
}

.why-section {
    padding: 60px 0;
}
.why-card {
    border-radius: 12px;
    transition: transform .32s ease, box-shadow .32s ease;
    border: 1px solid rgba(18, 18, 18, .06);
    background: linear-gradient(180deg, #ffffff 0%, #fbfbff 100%);
    min-height: 120px;
}
.why-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(12, 40, 80, .08);
}
.why-icon {
    width: 68px;
    height: 68px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f6e9ff, #f1dfff);
    font-size: 28px;
    color: var(--primary-color);
    box-shadow: 0 6px 18px rgba(105, 11, 182, 0.06);
}
.why-title {
    font-weight: 700;
    margin-bottom: 6px;
}
.why-sub {
    color: #6c757d;
    font-size: .95rem;
    margin: 0;
}
.why-cta {
    border-radius: 999px;
    padding: 12px 26px;
    font-weight: 600;
}
/* Image card */
.media-card {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(12, 40, 80, .06);
}
@media (max-width: 767px) {
    .why-section {
        padding: 36px 0;
    }
    .why-icon {
        width: 56px;
        height: 56px;
        font-size: 22px;
    }
}

.desert-tours-card {
    padding: 24px;
    border-radius: 16px;
}

.activities-card {
    background: linear-gradient(0deg, #187ec447, rgba(53, 53, 53, 0.68)), url(../images/desert-safari-camel-ride.webp) no-repeat top left / cover;
}

.tours-card {
    background: linear-gradient(0deg, rgba(196, 121, 24, 0.28), rgba(53, 53, 53, 0.68)), url(../images/desert-safari-camel-ride.webp) no-repeat top left / cover;
}

.desert-tours-content {
    max-width: 400px;
    color: var(--white);
}

.desert-tours-content h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 8px 0;
}

.desert-tours-content p {
    font-size: 13px;
    font-weight: 400;
    margin: 8px 0;
}

.btn-desert-tours {
    background: var(--white);
    padding: 12px 16px;
    border-radius: 24px;
    font-size: 14px;
    font-weight: 500;
    color: var(--primary-color);
    display: inline-block;
    transition: box-shadow 0.4s ease-in-out;
    margin-top: 24px;
}

.btn-desert-tours:hover {
    background: #ffeef5;
    box-shadow: 2px 4px 12px #474646;
}

.testimonial-card {
    background: #ffeef5;
    text-align: center;
    margin-top: 40px;
    padding: 24px 16px 16px 16px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 12px;
}

.testimonial-card-image {
    width: 82px;
    height: 82px;
    border-radius: 100%;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: absolute;
    top: -41px;
}

.testimonial-card-image img {
    width: 64px !important;
    height: 64px;
    border-radius: 100%;
}

.testimonial-card-head {
    padding: 24px 0 16px 0;
    position: relative;
}

.testimonial-card-head:before {
    content: "";
    position: absolute;
    left: -64px;
    top: 0;
    background: #dfc0cd url(../images/testimonial-quotes.png) no-repeat center;
    background-size: 28px;
    width: 42px;
    height: 42px;
    border-radius: 100%;
}

.testimonial-card-head p {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}

.testimonial-card-head small {
    font-size: 12px;
}

.testimonial-card-content {
    font-size: 13px;
    font-weight: 400;
}

.bi-star-fill {
    color: #f9a813;
    font-size: 16px;
}

.owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    margin: 24px 0;
}

.owl-nav .owl-prev span, .owl-nav .owl-next span {
    width: 42px;
    height: 42px;
    font-size: 36px !important;
    color: var(--white) !important;
    background: #925876 !important;
    display: flex;
    align-items: baseline;
    justify-content: center;
    border-radius: 40px;
    line-height: 36px !important;
    transition: box-shadow 0.4s ease-in-out;
}

.owl-nav .owl-prev span:hover, .owl-nav .owl-next span:hover {
    background: #653d51 !important;
    box-shadow: 2px 2px 32px #cccccc;
}

.faqs {
    background: #fff6fa;
}
.faqs-body .accordion-button {
    font-size: 14px;
    font-weight: 500;
}
.faqs-body .accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgba(175, 84, 205, 0.25);
}
.faqs-body .accordion-body {
    font-size: 14px;
}
.accordion-button:not(.collapsed) {
    background: #dcc5d0;
    color: var(--primary-color);
}
.footer-top {
    background: linear-gradient(45deg, rgb(255 255 255), rgb(255 255 255 / 81%)), url(../images/dubai-beach-bg.webp) no-repeat bottom / cover;
    padding: 24px 0 12px 0;
    color: var(--black);
}
.footer-logo p {
    font-size: 12px;
    margin: 8px 0;
}

.footer-links h5 {
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid var(--primary-color);
    padding-bottom: 8px;
}

.footer-link {
    color: #2d1a24;
    font-size: 13px;
    margin: 6px 0;
    padding: 4px 0;
    display: block;
}

.footer-box {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
    background: var(--white);
    padding: 8px;
    border-radius: 8px;
    box-shadow: 2px 2px 8px #cfcfcf;
}

.footer-box-content h6 {
    font-size: 16px;
    font-weight: 600;
    color: var(--black);
}

.footer-box-content p {
    font-size: 12px;
    margin-bottom: 0;
    color: var(--black);
}

.footer-bottom {
    background: #3b3b3b;
    padding: 8px 0;
    color: var(--white);
}

.footer-support p {
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 0;
}

.footer-copyright small {
    font-size: 12px;
    font-weight: 300;
    border-top: 1px solid #ddd;
    padding-top: 8px;
    display: block;
    margin-top: 16px;
}

.footer-bottom a {
    color: var(--white);
}

/*-- terms conditions Page --*/
.terms-wrapper {
    background: #fff0f8;
}
.terms-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.terms-body {
    background: #f4d8e7;
    border: 1px solid #dfa2c2;
    padding: 24px;
    border-radius: 16px;
    margin: 24px 0;
    font-size: 13px;
}

.terms-body h1 {
    font-size: 2rem;
    font-weight: 700;
}

.terms-body h2 {
    font-size: 1.6rem;
    font-weight: 700;
}

.terms-body h3 {
    font-size: 1.2rem;
    font-weight: 700;
}

.terms-body h4 {
    font-size: 1rem;
    font-weight: 700;
}

.terms-body h5 {
    font-size: 0.8rem;
}

.terms-body h6 {
    font-size: 0.6rem;
}

/*-- end terms conditions page --*/
/*-- about page --*/
.about {
    background: url("../images/about-hero.webp") no-repeat left center/cover;
    padding: 40px 0;
}

.about-header p {
    font-size: 14px;
}

.about-goal, .about-mission {
    background: #fff0f8;
}

.about-goal img, .about-mission img {
    border-radius: 16px;
    margin: 40px 0;
}

.about-body {
    font-size: 14px;
}

/*--- end about page --*/
/*-- faq page --*/
.faq-wrapper {
    background: #fff0f8;
}

.faq-header h1 {
    font-size: 2rem;
    font-weight: 700;
}

/*-- end faq page --*/
/*-- contact page --*/
.contact-wrapper {
    background: #fff0f8;
}

.contact-form {
    background: #e4c4d5;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #cc94b2;
}

.contact-form .form-label {
    font-size: 13px;
    margin-bottom: 4px;
}

.contact-form .form-control {
    border: 1px solid #cc94b2;
    font-size: 13px;
    font-weight: 400;
    padding: 12px;
}

.btn-submit {
    background: var(--primary-color) !important;
    color: var(--white) !important;
    padding: 12px 32px;
    font-size: 14px;
    border-radius: 8px;
    transition: box-shadow 0.4s ease-in-out;
}

.btn-submit:hover {
    background: #492d3b !important;
    box-shadow: 4px 8px 16px #a66c8a;
    border: 1px solid #492d3b !important;
}

.whatsapp-contact {
    color: var(--black);
}

/*-- end contact page --*/
/*-- steps page --*/
.steps-pg-wrapper{
    background: #fff6fa;
}
 .step-section {
     padding: 70px 0;
 }
.step-img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}
.step-content h2 {
    font-size: 30px;
    font-weight: 700;
}
.step-content p {
    font-size: 17px;
    line-height: 1.7;
    margin-top: 10px;
}
.icon-box {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
    margin-bottom: 20px;
    box-shadow: 0 5px 20px #f4e1eb;
}
/*-- end steps page --*/
/*-- track status page ---*/
.track-card {
    border-radius: 18px;
    padding: 40px;
    background: #fff;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}
.track-heading {
    font-size: 32px;
    font-weight: 700;
    color: var(--primary-color);
}
.track-input {
    border-radius: 12px;
    padding: 12px 15px;
}
.track-btn {
    background: var(--primary-color);
    color: var(--white);
    padding: 8px 12px;
    font-size: 13px;
    border-radius: 12px;
    font-weight: 600;
    transition: 0.3s;
}
.track-btn:hover {
    background: #422734;
}
.track-img {
    border-radius: 18px;
    width: 100%;
}
/*-- end track status page --*/