@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --fs-70: 70px;
    --fs-68: 68px;
    --fs-64: 64px;
    --fs-60: 60px;
    --fs-56: 56px;
    --fs-54: 54px;
    --fs-52: 52px;
    --fs-48: 48px;
    --fs-44: 44px;
    --fs-40: 40px;
    --fs-38: 38px;
    --fs-36: 36px;
    --fs-32: 32px;
    --fs-28: 28px;
    --fs-26: 26px;
    --fs-24: 24px;
    --fs-22: 22px;
    --fs-20: 20px;
    --fs-18: 18px;
    --fs-16: 16px;
    --fs-14: 14px;
    --fs-12: 12px;
    --purple: #650D46;
    --orange: #F26522;
    --fade-black: #555555;
    --black: #1C1B1F;
}

@media (max-width: 768px) {
    :root {
        --fs-70: 50px;
        --fs-68: 48px;
        --fs-64: 48px;
        --fs-60: 46px;
        --fs-56: 44px;
        --fs-54: 42px;
        --fs-52: 40px;
        --fs-48: 38px;
        --fs-44: 34px;
        --fs-40: 32px;
        --fs-38: 30px;
        --fs-36: 30px;
        --fs-32: 26px;
        --fs-28: 24px;
        --fs-26: 22px;
        --fs-24: 20px;
        --fs-22: 18px;
        --fs-20: 18px;
        --fs-18: 16px;
        --fs-16: 15px;
        --fs-14: 13px;
        --fs-12: 12px;
    }
}

@media (max-width: 480px) {
    :root {
        --fs-70: 40px;
        --fs-68: 38px;
        --fs-64: 38px;
        --fs-60: 36px;
        --fs-56: 34px;
        --fs-54: 32px;
        --fs-52: 32px;
        --fs-48: 30px;
        --fs-44: 28px;
        --fs-40: 26px;
        --fs-38: 24px;
        --fs-36: 24px;
        --fs-32: 22px;
        --fs-28: 20px;
        --fs-26: 18px;
        --fs-24: 18px;
        --fs-22: 16px;
        --fs-20: 16px;
        --fs-18: 15px;
        --fs-16: 14px;
        --fs-14: 12px;
        --fs-12: 12px;
    }
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-weight: 500;
    line-height: 1.6;
    /* overflow-x: hidden; */
    font-family: "Poppins", sans-serif;
}

html {
    overflow-x: hidden;
}

.fs-70 {
    font-size: var(--fs-70);
}

.fs-68 {
    font-size: var(--fs-68);
}

.fs-64 {
    font-size: var(--fs-64);
}

.fs-60 {
    font-size: var(--fs-60);
}

.fs-56 {
    font-size: var(--fs-56);
}

.fs-54 {
    font-size: var(--fs-54);
}

.fs-52 {
    font-size: var(--fs-52);
}

.fs-48 {
    font-size: var(--fs-48);
}

.fs-44 {
    font-size: var(--fs-44);
}

.fs-40 {
    font-size: var(--fs-40);
}

.fs-38 {
    font-size: var(--fs-38);
}

.fs-36 {
    font-size: var(--fs-36);
}

.fs-32 {
    font-size: var(--fs-32);
}

.fs-28 {
    font-size: var(--fs-28);
}

.fs-26 {
    font-size: var(--fs-26);
}

.fs-24 {
    font-size: var(--fs-24);
}

.fs-22 {
    font-size: var(--fs-22);
}

.fs-20 {
    font-size: var(--fs-20);
}

.fs-18 {
    font-size: var(--fs-18);
}

.fs-16 {
    font-size: var(--fs-16);
}

.fs-14 {
    font-size: var(--fs-14);
}

.fs-12 {
    font-size: var(--fs-12);
}

.bg-orange {
    background-color: var(--orange) !important;
}

.bg-purple {
    background-color: var(--purple) !important;
}

.text-purple {
    color: var(--purple);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: var(--black);
}

p {
    font-size: var(--fs-16);
    margin-bottom: 1rem;
    font-weight: 500;
    color: var(--fade-black);
}


button {
    border: 0;
    background: none;
    outline: none;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    list-style: none;
    padding: 0;
}

.padding {
    padding: 60px 0;
}

header {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 999;
    background: white;
}

.pre_head {
    background: #F3FDCA;
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.pre_head_swiper span {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
}

.navbar-brand img {
    width: 123px;
    height: auto;
}

.navbar .btn {
    font-weight: 500;
    font-size: var(--fs-16);
    text-transform: capitalize;
    background-color: var(--purple);
    color: #FFFFFF;
}

.nav-link {
    font-weight: 500;
    font-size: var(--fs-16);
    text-transform: capitalize;
    color: var(--fade-black);
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--orange);
}

.hero {
    background: url('../img/burj_khalifa.jpg') no-repeat center center/cover;
    /* height: 373px; */
    display: flex;
    justify-content: center;
    align-items: center;
    /*padding: 100px 0;*/
    min-height: 80vh;
}

.hero h2 {
    font-size: var(--fs-40);
    color: #FFFFFF;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    text-shadow: 3px 3px 5px rgb(0 0 0);
}

.heroForm form {
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(13.2px);
    -webkit-backdrop-filter: blur(13.2px);
    padding: 25px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: auto;
    flex-wrap: wrap;
    width: fit-content;
}

.heroForm .form-control {
    width: auto;
}

.heroForm select {
    width: fit-content;
    text-transform: capitalize;
}

.heroForm select,
.heroForm .form-control::placeholder {
    background-color: #FFFFFF;
    color: var(--fade-black);
}

.heroForm button[type="submit"] {
    background-color: var(--purple);
    color: #FFFFFF;
}

.form-with-icons .input-icon {
    position: relative;
}

.form-with-icons .input-icon i {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #555555;
    font-size: 16px;
}

.form-with-icons .input-icon input,
.form-with-icons .input-icon select {
    padding-left: 35px;
    /* space for icon */
}

h4 , h2 {
    font-size: var(--fs-24);
    color: var(--black);
    text-transform: capitalize;
}

.bespoke h1 {
    font-size: var(--fs-44);
    color: #f26522;
}

.bespoke span {
    color: #650d46;
}

section.padding.bespoke {
    position: relative;
    background: none;    z-index: -1;
}

section.padding.bespoke::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('../img/lines_bg.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    opacity: 0.4;   
    z-index: -1;
}


.destinations {
    background: #F8F8F8;
}

.destination_card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 4/2.7;
    margin-bottom: 20px;
}

.destination_card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.destination_card .content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 2;
}

.destination_card .content h5 {
    font-size: 24px;
    text-transform: capitalize;
    color: #FFFFFF;
}

.destination_card .content p {
    color: #FFFFFF;
    margin-bottom: 0;
    font-weight: 400;
}

.destination_card .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 62.45%, rgba(0, 0, 0, 0.96) 100%);
    z-index: 1;
}

.destination_card .arrow {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 2;
}

.show_more {
    display: inline-block;
    border-radius: 16px;
    padding: 8px 20px;
    margin: 15px 0;
    background: var(--purple);
    font-family: Poppins;
    font-weight: 400;
    font-size: var(--fs-16);
    text-transform: capitalize;
    color: #FFFFFF;
    transition: all 0.3s ease;
}

.show_more:hover {
    background: var(--orange);
    color: #FFFFFF;
}

.package_card .pack_image {
    width: 100%;
    height: auto;
    aspect-ratio: 3/2;
    object-fit: cover;
}

.package_card {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 4px 4px 0px #00000017;
    margin-bottom: 30px;
    display: block;
    transition: all 0.2s ease;
}

.package_card:hover {
    box-shadow: rgba(101, 13, 70, 0.35) 0px 5px 15px;
    transform: scale(1.005);
}

.package_card .description {
    padding: 15px 12px;
}

.package_card .description h5 {
    font-size: var(--fs-18);
    text-transform: capitalize;
}

.package_card .description .pack_foot {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 20px;
}

.package_card .description .pack_foot .cash {
    font-weight: 700;
    font-style: Bold;
    font-size: var(--fs-18);
    text-transform: capitalize;
    margin-bottom: 0;
}

.package_card .description .pack_foot p {
    font-size: var(--fs-12);
    text-transform: capitalize;
    margin-bottom: 0;
    font-weight: 500;
}

.testimonial {
    background: #F8F8F8;
}

.testSwiper .swiper-slide {
    padding: 30px 0;
}

.test_card {
    display: flex;
    align-items: center;
    gap: 30px;
    margin: auto;
}

.test_img {
    width: 154px;
    aspect-ratio: 1/1;
    padding: 15px;
    box-shadow: 0px 4px 4px 0px #00000017;
    background-color: white;
    rotate: 23deg;
    flex-shrink: 0;
}

.test_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.test_card .test_content h6 {
    font-size: var(--fs-20);
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
}

.test_card .test_content span {
    font-size: var(--fs-14);
    color: #555555;
    text-transform: capitalize;
}

footer {
    background: #FFEDF9;
    padding: 60px 0 20px;
}

.foot_links {
    margin-top: 20px;
    text-transform: capitalize;
}

.foot_links li a {
    color: #000;
}

.foot_links li {
    margin-bottom: 6px;
}

.foot_links li a i ,
.foot_links li a span {
    margin-right: 5px;
    color: #650d46;
}

.social {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

.social li a img {
    width: 24px;
}

.form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    /* max-width: 350px; */
    padding: 20px;
    border-radius: 20px;
    position: relative;
    background-color: var(--purple);
    color: #fff;
}

.title {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -1px;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 30px;
    color: #fff;
}

.title::before {
    width: 18px;
    height: 18px;
}

.title::after {
    width: 18px;
    height: 18px;
    animation: pulse 1s linear infinite;
}

.title::before,
.title::after {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    border-radius: 50%;
    left: 0px;
    background-color: var(--orange);
}

.message,
.signin {
    font-size: 14.5px;
    color: rgba(255, 255, 255, 0.7);
}

.signin {
    text-align: center;
}

.signin a {
    color: var(--orange);
}

.form .input {
    font-size: medium;
}

.form .submit {
    border: none;
    outline: none;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    transform: .3s ease;
    background-color: var(--orange);
}

.form .submit:hover {
    background-color: #fff;
    color: var(--orange);
}

@keyframes pulse {
    from {
        transform: scale(0.9);
        opacity: 1;
    }

    to {
        transform: scale(1.8);
        opacity: 0;
    }
}

.modal_close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 24px;
    color: #FFFFFF;
    z-index: 10;
    cursor: pointer;
}

.contact-section p {
    margin-bottom: 0;
}

.contact-section .info-wrap {
    background: var(--orange);
    color: #FFFFFF;
    border-radius: 12px;
}

.contact-section .info-wrap a,
.contact-section .info-wrap p,
.contact-section .info-wrap h3 {
    color: #FFFFFF;
}

.contact-section .dbox {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 1.3rem;
}

.contact-section .info-wrap .dbox .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-wrap {
    background: #FFEDF9;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.contactForm .form-label,
.contactForm .label {
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
}

.contactForm .form-control {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px 14px;
    transition: all 0.3s ease;
}

.contactForm .form-control:focus {
    border-color: var(--purple);
    box-shadow: 0 0 0 0.2rem rgba(101, 13, 70, 0.1);
}

.contactForm .btn-primary {
    background-color: var(--purple);
    border: none;
    border-radius: 8px;
    padding: 10px 22px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.contactForm .btn-primary:hover {
    background-color: #520b3b;
}

.contact-wrap h3 {
    color: var(--purple);
    font-weight: 700;
}

.package-details-ratings i {
    color: #a6a6a6;
}

.parent {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 8px;
    margin: 0 auto;
    height: 500px;
}

.parent.single-image {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
}

.parent.single-image a {
    grid-column: 1 / -1;
    grid-row: 1 / -1;
}

.parent a {
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.parent a:hover img {
    transform: scale(1.02);
}

.parent img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.div1 {
    grid-column: span 2 / span 2;
    grid-row: span 2 / span 2;
}

.div2 {
    grid-column: span 2 / span 2;
    grid-column-start: 3;
}

.div3 {
    grid-column-start: 3;
    grid-row-start: 2;
}

.div4 {
    grid-column-start: 4;
    grid-row-start: 2;
    position: relative;
}

.div4::after {
    content: "View More";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    opacity: 1;
    transition: opacity 0.3s ease;
}

/* .div4:hover::after {
    opacity: 1;
} */

.package_details ul li {
    color: var(--fade-black);
    margin-bottom: 10px;
    display: flex;
}

.package_details ul li::before {
    content: "➤";
    color: var(--orange);
    display: inline-block;
    width: 1em;
    margin-right: 10px;
}

.package_details h3 {
    margin-top: 3rem;
    border-bottom: 5px solid var(--orange);
    width: fit-content;
    text-transform: capitalize;
}

.package_details h6 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    text-transform: capitalize;
}

.book_now {
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 20px;
    margin-top: 3rem;
    position: sticky;
    top: 120px;
}

.hotel_card {
    padding: 20px;
    background-color: #F8F8F8;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    display: flex;
    gap: 20px;
    margin-bottom: 3rem;
}

.hotel_card img {
    width: 220px;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 12px;
}

.hotel_info h6 {
    font-weight: 500;
    font-size: var(--fs-24);
    text-transform: capitalize;
}

.hotel_info span {
    font-size: var(--fs-16);
    text-transform: capitalize;
    display: block;
    margin-bottom: .5rem;
}

.hotel_card .rating {
    position: absolute;
    top: 12px;
    left: 12px;
    background: white;
    padding: 0 12px;
    border-radius: 12px;
}

.show_available {
    border: 1px solid var(--purple) !important;
    color: var(--purple);
    border: none;
    padding: 10px 20px;
    border-radius: 100px;
    font-size: var(--fs-14);
    text-transform: capitalize;
    cursor: pointer;
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.filter-box {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
    background-color: #F8F8F8;
    position: sticky;
    top: 120px;
}

.filter-box h3 {
    font-size: var(--fs-24);
    margin-bottom: 15px;
    text-transform: capitalize;
    font-weight: 500;
}

.filter-box .filter-group h6 {
    font-size: var(--fs-18);
    margin-bottom: 10px;
    text-transform: capitalize;
    font-weight: 500;
}

.filter-box .filter-group label {
    display: flex;
    gap: 10px;
    align-items: center;
    cursor: pointer;
}

/* ------------ */

.price-inputs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    gap: 10px;
}

.price-inputs .field {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 5px 10px;
    background: #f8f9fa;
    flex: 1;
}

.price-inputs span {
    margin-right: 5px;
    color: #555;
}

.price-inputs input {
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    font-size: 14px;
}

.separator {
    font-weight: 500;
    color: #888;
}

.slider-container {
    position: relative;
    height: 5px;
}

.slider-track {
    position: absolute;
    height: 5px;
    background: var(--purple);
    border-radius: 5px;
    z-index: 1;
}

.range {
    position: absolute;
    width: 100%;
    height: 5px;
    -webkit-appearance: none;
    background: none;
    pointer-events: none;
    z-index: 2;
}

.range::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 2px solid var(--purple);
    border-radius: 50%;
    cursor: pointer;
    pointer-events: auto;
    transition: 0.2s;
}

.range::-webkit-slider-thumb:hover {
    transform: scale(1.1);
}

.range::-moz-range-thumb {
    width: 18px;
    height: 18px;
    background: #fff;
    border: 2px solid var(--purple);
    border-radius: 50%;
    cursor: pointer;
}

/* .room_info button[type="submit"], */
.filter-box button[type="submit"],
.sidebar-widget-item button[type="submit"] {
    background-color: var(--purple);
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: var(--fs-16);
    text-transform: capitalize;
    cursor: pointer;
    width: 100%;
    margin-top: 2rem;
}

.add_cart {
    background-color: var(--purple);
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: var(--fs-16);
    text-transform: capitalize;
    cursor: pointer;
    width: 100%;
}

.page-link {
    color: var(--purple);
}

.page-link:hover {
    color: var(--orange);
}

.qtyBtn {
    display: flex;
    align-items: center;
    gap: 10px;
}

.qtyBtn div {
    background-color: #f2f2f2;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.2s;
    font-size: 12px;
}

.qtyBtn div:hover {
    background-color: var(--orange);
    color: #fff;
}

.qtyBtn input {
    width: 40px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    height: 30px;
}

.qty-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ddd;
}

.qty-box label {
    display: flex;
    flex-direction: column;
}

.qty-box label span {
    color: #555;
    font-size: 12px;
}

.guest-dropdown {
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    display: none;
    z-index: 1000;
    padding: 15px;
}

.room_card img {
    width: 100%;
    height: auto;
    aspect-ratio: 3/2;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 10px;
}

.sticky_map {
    position: sticky;
    top: 120px;
}

.check_out_card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-top: 20px;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 0px 4px 0px #00000040;
}

.check_out_card img {
    width: 80px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 8px;
    flex-shrink: 0;
    margin-right: 20px;
}

.check_out_card ul {
    display: flex;
    gap: 20px;
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 0;
}

.check_out_card ul li {
    padding-right: 20px;
}

.check_out_card h5 {
    font-size: var(--fs-18);
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.remove {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 12px;
    cursor: pointer;
}

.bookng_summary_card {
    box-shadow: 0px 0px 4px 0px #00000040;
    border-radius: 8px;
    padding: 20px;
}

.bookng_summary_card .check_out_card span {
    white-space: nowrap;
}

.option-card {
    text-align: center;
    padding: 20px;
    border-radius: 12px;
    height: 100%;
    border: 1px solid var(--orange);
}

.why_choose_card {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    /*border: 1px solid #f0f0f0;*/
    border: 1px solid #cacaca;
    transition: all 0.3s ease;
}

.why_choose_card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.icon-circle {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.icon-circle.purple {
    background: var(--purple);
}

.icon-circle.orange {
    background: var(--orange);
}

.icon-circle svg {
    width: 32px;
    height: 32px;
    color: white;
}

.why_choose_card h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    color: var(--black);
}

.why_choose_card p {
    font-size: 16px;
    line-height: 1.6;
    color: var(--fade-black);
}

.why_choose h2 {
    font-size: var(--fs-64);
    color: var(--purple);
    text-transform: uppercase;
}

.why_choose img {
    width: 100px;
}

.more-content {
    display: none;
}

.read-toggle {
    cursor: pointer;
    font-weight: 600;
    color: #007bff;
}

.read-toggle:hover {
    text-decoration: underline;
}

.accordion-button:not(.collapsed) {
    background-color: #f265224d;
    color: #000;
    font-weight: 500;
}

.accordion-body {
    font-weight: 400;
}

button.accordion-button.collapsed {
    color: #000;
    font-weight: 500;
}

#plumTripFAQ .accordion-header button{
    font-weight: 500;
    color: #000;
}


.dest_img_wrap {
    width: 100%;
    aspect-ratio: 4/5;
    position: relative;
    overflow: hidden;
}

.dest_card {
    border-radius: 12px;
    overflow: hidden;
}

.dest_img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Bottom overlay gradient + text */
.dest_content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 15px;
    color: #fff;
    z-index: 2;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}

.dest_content h3,
.dest_content p {
    margin: 0;
    color: white;
}

.dest_content p {
    font-size: 14px;
    margin-top: 3px;
}

.dest_content h3 {
    font-size: var(--fs-22);
}

.plumtrip-intro h2 {
    font-size: var(--fs-24);
    color: var(--purple);
}

.plumtrip-intro h3 {
    font-size: var(--fs-18);
}


.hero_banner {
    height: 60vh;
    position: relative;
    overflow: hidden;
}

.bannerSwipper,
.bannerSwipper .swiper-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.hero_overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5));
    display: flex;
    align-items: center;
    z-index: 1;
}

.top_content h1 {
    font-size: var(--fs-48);
    font-weight: 700;
    margin-bottom: 15px;
    color: white;
}

.top_content p {
    color: white;
    font-size: var(--fs-18);
    line-height: 1.6;
}

.bannerSwipper {
    width: 100%;
    height: 100%;
}

.bannerSwipper .swiper-slide {
    background-position: center;
    background-size: cover;
}

.bannerSwipper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}




.package_card .description .pack_foot {
    display: inline;
    align-items: flex-end !important;
    margin-top: 20px !important;
}



.ratess {
    padding-bottom: 7px !important;
}


.package_card .description {
    padding: 15px 12px;
    min-height: 150px;
}



.padding {
    padding: 60px 0 0 0 !important;
}




.destination_card.position-relative .content h3  {
    color: #fff;
    font-size: 20px;
} 


.description h3 {
    color: #000000;
    font-size: 19px;
} 

.destinationSwiper .swiper-slide {
  border-radius: 16px;
  overflow: hidden;
}

.destinationSwiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.destination-title {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  margin-top: 20px;
}

.enquiry-box {
  background: #fff;
  padding: 25px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.modal-content {
    border-radius: 20px;
}



