﻿@import url('https://fonts.googleapis.com/css2?family=Reddit+Sans:ital,wght@0,200..900;1,200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sofia&display=swap');

body {
    font-family: "Reddit Sans", serif;
    font-optical-sizing: auto;
    /* font-family: "Source Sans 3", serif; */
}


:root {
    /* fonts */
    --font-reddit-sans: "Reddit Sans";
    --font-source-sans-3: "Source Sans 3";
    /* font sizes */
    --font-size-21xl: 40px;
    --font-size-13xl: 32px;
    --font-size-5xl: 24px;
    --font-size-41xl: 60px;
    --font-size-29xl: 48px;
    --font-size-17xl: 36px;
    --font-size-7xl: 26px;
    --font-size-lgi: 19px;
    --font-size-19xl: 38px;
    --font-size-10xl: 29px;
    --font-size-90xl: 109px;
    --font-size-35xl: 54px;
    --font-size-14xl: 33px;
    --font-size-9xl: 28px;
    /* Colors */
    --color-white: #fff;
    --color-black: #000;
    --color-darkslategray-100: rgba(71, 67, 67, 0.26);
    --color-gold-100: #ffd801;
    --color-gold-200: rgba(255, 216, 1, 0.6);
    --color-midnightblue: #001448;
    --color-dimgray: rgba(90, 90, 90, 0.12);
    --color-yellowgreen: #8bc34a;
    --color-gray: rgba(28, 28, 28, 0.37);
}

.hero {
    background-image: url('hero.jpg');
    background-size: cover;
    background-position: center;
}

.destinations .card {
    margin-bottom: 30px;
}

.navbar {
    /* -webkit-backdrop-filter: blur(52px);
    backdrop-filter: blur(52px); */
    background-color: transparent;
    position: sticky;
    width: 100%;
    z-index: 999;
    top: 0;
}

    .navbar a {
        color: #000;
    }


.promo-title {
    font-family: var(--font-reddit-sans);
    font-size: var(--font-size-41xl);
    font-weight: 800;
    margin-bottom: 0;
    line-height: 80px;
    color: #fff;
    position: relative;
    text-shadow: 0 2px 8px #00000040;
}

    .promo-title span {
        color: #fff;
    }


.sub-heading {
    font-size: var(--font-size-lgi-19px);
    color: var(--color-black);
    font-family: var(--font-source-sans-3);
}


.btn {
    cursor: pointer;
    border: 0;
    padding: 4px 14px;
    font-size: 14px;
    background-color: var(--color-gold-100);
    font-family: var(--font-reddit-sans);
    color: var(--color-midnightblue);
    font-weight: 600;
    border-radius: 0;
}


.sub-button {
    background-color: var(--color-gold-200);
    padding: 10px 25px;
    font-size: 22px;
}

.btn:hover {
    background-color: #cca600;
}

.explore-btn {
    display: flex;
}

.main-city-slider {
    display: flex;
    gap: 10px;
    position: absolute;
    top: 23px;
    left: 0px;
}

.city-slider .img-fluid2 {
    width: 100%;
}

.img-fluid1 {
    width: 100%;
    object-fit: cover;
}

.banner {
    position: relative;
}

.explore-city {
    position: relative;
    z-index: 99;
}

.city-slider {
    position: relative;
}

    .city-slider h3 {
        position: absolute;
        top: 40px;
        left: 50%;
        font-family: var(--font-reddit-sans);
        font-size: 30px;
        font-weight: 600;
        color: #fff;
        transform: translate(-50%, -50%);
    }

    .city-slider p {
        position: absolute;
        bottom: 0;
        left: 12px;
        color: #fff;
        font-family: var(--font-source-sans-3);
    }

.destination-box {
    position: relative;
}

.destination-details {
    position: absolute;
    bottom: 1px;
    left: 4px;
    z-index: 2;
    color: #fff;
    padding: 10px;
}

.Package-price span {
    font-size: 22px;
    font-weight: 600;
}

.stats-box {
    text-align: center;
    padding: 20px;
}

.stats-icon {
    background-color: #005bbb; /* Blue background */
    color: white;
    padding: 10px;
    border-radius: 8px;
    display: inline-block;
    margin-bottom: 10px;
}

    .stats-icon svg {
        width: 27px;
        height: 27px;
        color: #ffd801;
    }

.right-images img {
    width: 200px;
}



.review-main {
    border: 1px solid #CACACA;
    border-radius: 7px;
    padding: 12px 18px;
    background: #fff;
}


.review-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cx-review {
    font-size: 15px;
    font-family: var(--font-source-sans-3);
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #555555;
    font-weight: 400;
    margin-bottom: 12px;
}

.cx-name {
    font-size: 14px;
    font-weight: 300;
}

.review-info {
    display: flex;
    padding-top: 2px;
    border-top: 1px solid #cacaca;
    justify-content: space-between;
    align-items: center;
}

.review-slider {
    display: flex;
    gap: 10px;
}


.Reviews-panel {
    background-color: #0d1b2a;
    padding-top: 2.5rem;
    height: 400px;
    position: relative;
}



.section-subtitle {
    font-size: 15px;
    color: #333;
    font-family: var(--font-source-sans-3);
}

.attractions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

    .attractions a {
        text-decoration: none;
        color: #3498db;
        font-size: 16px;
        white-space: nowrap;
    }

        .attractions a:hover {
            text-decoration: underline;
        }

.trending-packages-details img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 10px;
}


.content {
    position: absolute;
    top: 68px;
    left: 48px;
    z-index: 2;
}

.trending-packages-details {
    position: relative;
}

.content h3 {
    font-size: 16px;
    color: #fff;
}

.content h2 {
    font-size: 50px;
    color: var( --color-gold-100);
    ;
    margin: 5px 0;
    font-weight: 700;
}



.locations {
    font-size: 19px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 300;
    font-family: var(--font-source-sans-3);
}

.trip-info {
    font-size: 18px;
    margin-bottom: 15px;
    color: #fff;
    font-weight: 300;
    font-family: var(--font-source-sans-3);
}

    .trip-info span {
        color: var( --color-gold-100);
        ;
        font-weight: bold;
    }

.cta-button {
    background-color: #ffcc00;
    color: #000;
    padding: 6px 29px;
    font-size: 18px;
    font-weight: 600;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

    .cta-button:hover {
        background-color: #e6b800;
    }

.terms {
    font-size: 12px;
    opacity: 0.8;
    margin-top: 5px;
    opacity: 0.8;
    color: #fff;
    position: absolute;
    bottom: -4px;
    right: 12px;
}

.arrow {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.3);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
}

    .arrow:hover {
        background: rgba(255, 255, 255, 0.5);
    }

.navbar-nav {
    margin-left: auto;
}

.sub-button img {
    width: 24px;
}

#destinations {
    padding: 3rem 0;
    padding-bottom: 0;
}

.section-title {
    font-size: 32px;
    font-weight: 700;
}

.destination-box::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 238px;
    background: linear-gradient(180deg, rgb(0 0 0 / 1%) 0%, rgb(0 0 0) 100%);
    border-radius: 20px;
}

.destination-box img {
    border-radius: 20px;
}

.destination-details h5 {
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #ffffff7a;
    padding-bottom: 5px;
}

.trending-packages-details::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .2) 10.33%, rgba(0, 0, 0, .37) 19.94%, rgba(0, 0, 0, .47) 25.28%, rgba(0, 0, 0, .51) 28.66%, rgba(0, 0, 0, .56) 34.52%, #000 100%); */
    top: 0;
    left: 0;
    background: linear-gradient(153deg, #0000008a 0%, rgba(0, 0, 0, .3) 48%, rgba(0, 0, 0, 0) 59.65%);
    border-radius: 10px;
    z-index: 1;
}


.trending-packages-panel {
    padding: 3rem 0;
}

.review-section {
    padding-top: 1rem;
}

.more-attraction-panel {
    padding: 3rem 0;
}




.footer {
    background-color: #0d1b2a;
    color: white;
    padding: 30px 0;
}

    .footer a {
        color: #ececec;
        text-decoration: none;
        font-size: 14px;
        font-family: var(--font-source-sans-3);
    }

        .footer a:hover {
            color: white;
        }

    .footer h5 {
        color: white;
    }

    .footer hr {
        border-color: #444;
    }

    .footer .btn {
        cursor: pointer;
        border: 0;
        padding: 7px 10px;
        font-size: 16px;
        background-color: var(--color-gold-100);
        font-family: var(--font-reddit-sans);
        color: var(--color-midnightblue);
        font-weight: 600;
        border-radius: 6px;
    }

.type-tag {
    position: absolute;
    top: 28px;
    background: #ffd801;
    padding: 2px 5px;
    font-size: 15px;
    font-weight: 400;
    font-family: var(--font-source-sans-3);
    color: #001448;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}


.Vector1-img {
    position: absolute;
    top: 15px;
    left: 10px;
    width: 100px;
}

.Vector2-img {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 100px;
}


.destination-box {
    width: 95% !important;
    border-radius: 20px;
}

.review-main {
    width: 96% !important;
}



.header-contact-details {
    border-bottom: 1px solid #e6e6e633;
    color: #fff;
    padding: 6px 0;
}

    .header-contact-details a {
        color: #000;
        text-decoration: none;
    }

        .header-contact-details a:hover {
            color: #000;
        }

.social-icons i {
    font-size: 13px;
    margin-left: 12px;
    color: #000;
}

    .social-icons i:hover {
        color: #000;
    }

.main-header {
    position: fixed;
    width: 100%;
    z-index: 999;
    background: #fff;
    top: 0;
}


.copyrights p {
    color: #fff;
    font-size: 13px;
    margin: 0;
    font-family: var(--font-source-sans-3);
}

.socialmedias ul {
    display: flex;
    align-items: center;
    margin: 0;
}

    .socialmedias ul li {
        padding: 0 10px;
    }

.payment-method li {
    width: 30%;
    float: left;
    margin-bottom: 0.2rem;
    margin-right: 0.2rem;
    list-style: none;
}

    .payment-method li img {
        width: 40px;
        padding: 3px;
    }

small {
    font-size: 13px;
    font-family: var(--font-source-sans-3);
}

.banner-mob-outer {
    background-image: url(/images/banner-img1.png);
    height: 361px;
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    position: relative;
}



.banner-mob {
    padding-top: 2rem;
    text-align: center;
    position: relative;
    z-index: 1;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
}

.content1 {
    position: relative;
    z-index: 9;
    color: #fff;
}

.price-badge {
    font-size: 25px;
    border: 1px solid;
    display: inline-block;
    padding: 6px 6px 6px 22px;
    border-radius: 36px;
}

    .price-badge span {
        background: #ffd801;
        color: #001448;
        font-size: 30px;
        font-weight: 700;
        padding: 5px 10px;
        border-radius: 49px;
    }


.banner-mob-outer {
    display: none;
}

.slick-next {
    display: none;
}

slick-prev {
    display: none;
}




/* <<<<<<------------------------------------------>>>>>>>>>>>>>>>>>>>> */
.city-slider {
    width: 95% !important;
}


.absolute-section {
    position: absolute;
    bottom: 218px;
}


.slick-dots li button:before {
    font-size: 30px !important;
}

.relative-area {
    position: relative;
}

.Package-duration {
    display: flex;
    gap: 8px;
    font-weight: 300;
    font-size: 14px;
    align-items: center;
}

    .Package-duration img {
        width: 14px;
        height: 14px;
    }

.stats-number {
    font-weight: 800;
    font-size: 20px;
}

.stats-box p {
    font-family: var(--font-source-sans-3);
}

.banner-image {
    position: relative;
}

.city-name {
    position: absolute;
    top: 75px;
    left: 50%;
    font-size: 60px;
    color: #ff0;
    font-weight: 700;
    transform: translate(-50%, -50%);
    font-family: "Sofia", serif;
}

.package_bnnr_img {
    background-image: url(/images/package-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 720px;
    background-position: center;
}


#banner {
    background-image: url(/images/banr-img.jpg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    background-position: center;
    padding-top: 10rem;
}

    #banner::after {
        background: linear-gradient(180deg, rgb(0 0 0 / 81%) 0%, rgba(255, 255, 255, 0) 100%);
        content: '';
        position: absolute;
        top: -0;
        width: 100%;
        height: 266px;
    }

    #banner::before {
        background: linear-gradient(360deg, rgb(0 0 0) 0%, rgba(255, 255, 255, 0) 100%);
        content: '';
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 100%;
    }

.banner1 {
    background-image: url(/images/banr-img1.jpg) !important;
}

.content1 p {
    font-family: 'Source Sans 3';
    font-size: 26px;
    text-shadow: 0 2px 8px #00000040;
    padding: 1rem 0;
    font-weight: 300;
}


.main-header span {
    font-size: 14px;
    font-weight: 300;
    color: #000;
}

.Package-price {
    margin-bottom: 4px;
}

.request-btn {
    background: #ffd801;
    text-align: center;
    color: #333;
    font-size: 18px;
    border-radius: 14px;
    padding: 6px 0;
    font-weight: 600;
    font-family: 'Source Sans 3';
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.trending-packages-main {
    position: relative;
}

.scrolled-down {
    background: #0505057d !important;
    backdrop-filter: blur(5px);
}



/* <----------package-page-inside--->>>>>>>>>>> */



.package_bnnr_img {
    position: relative;
    padding-top: 10rem;
}

    .package_bnnr_img::before {
        background: linear-gradient(360deg, rgb(0 0 0) 0%, rgba(255, 255, 255, 0) 100%);
        content: '';
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 320px;
    }

    .package_bnnr_img::after {
        background: linear-gradient(180deg, rgb(0 0 0 / 81%) 0%, rgba(255, 255, 255, 0) 100%);
        content: '';
        position: absolute;
        top: -0;
        width: 100%;
        height: 266px;
    }


.package-header {
    font-weight: bold;
    color: #fff;
    position: relative;
    z-index: 1;
}

.package-card {
    background-color: #fffbe7;
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    z-index: 1;
    margin-top: 7px;
    ;
}

    .package-card h5 {
        color: #0d1b2a;
        padding-bottom: 18px;
    }

.price {
    font-size: 32px;
    font-weight: bold;
}

.discount-badge {
    background-color: red;
    color: white;
    padding: 5px 10px;
    border-radius: 50px;
    font-size: 14px;
    position: absolute;
    top: 20px;
    right: 20px;
}

.package_sub_img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    position: relative;
}


.custom-tabs .custom-nav-link {
    color: #000;
    font-weight: bold;
}

    .custom-tabs .custom-nav-link.active {
        background-color: var(--color-gold-100);
        color: var(--color-midnightblue);
    }

.custom-title {
    font-weight: bold;
    color: var(--color-midnightblue);
    margin-top: 20px;
}

ul.custom-list {
    list-style: none;
    padding: 0;
    font-family: var(--font-source-sans-3);
}

    ul.custom-list li {
        margin-bottom: 10px;
    }

        ul.custom-list li:before {
            margin-right: 10px;
            content: '\2714';
            color: #fff;
            margin-right: 10px;
            background: #006400;
            padding: 2px 4px;
            border-radius: 2px;
            font-size: 12px;
        }

.custom-contact a {
    text-decoration: none;
    color: #d4af37;
    font-weight: bold;
}

    .custom-contact a:hover {
        text-decoration: underline;
    }

/* 
    .form-wrapper {
        border: 1px solid var(--color-midnightblue);
        padding: 20px;
        border-radius: 5px;
        background-color: #fff;
        max-width: 450px;
        margin: 50px auto;
    }
    .tabs-custom .tab-btn-custom {
        background-color: var(--color-midnightblue);
        color: #fff;
        border: none;
    }
    .tabs-custom .tab-btn-custom.active {
        background-color: #fff;
        color: var(--color-midnightblue);
        border: 1px solid var(--color-midnightblue);
        border-bottom: none;
    }
    .label-custom {
        font-weight: 600;
        color: var(--color-midnightblue);
        font-family: var(--font-source-sans-3);
    }
    .input-custom {
        border-radius: 5px;
        border: 1px solid #212529;
    }
    .input-custom:focus {
        box-shadow: none;
        border-color: var(--color-midnightblue);
    }
    .submit-btn-custom {
        background-color: var(--color-gold-100);
        border: none;
        color: #333;
        width: 100%;
        border-radius: 0;
    }
    .submit-btn-custom:hover {
        background-color: #9f8728;
    } */


.travel-date-table {
    width: 100%;
    margin: auto;
    background: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

    .travel-date-table table {
        width: 100%;
        border-collapse: collapse;
    }

    .travel-date-table th, .travel-date-table td {
        padding: 12px;
        text-align: left;
        font-weight: 600;
    }

    .travel-date-table th {
        background-color: var(--color-midnightblue);
        color: white;
    }

    .travel-date-table tr:nth-child(even) {
        background-color: #f4ede2;
    }

    .travel-date-table tr:nth-child(odd) {
        background-color: #fff;
    }

.list-unstyled {
    padding-left: 0;
    list-style: none;
    padding-bottom: 10px;
}

.packages_images .slick-next {
    text-align: center;
    align-items: center;
    position: absolute;
    right: -16px;
    background: #ffffff;
    width: 32px;
    height: 32px;
    border-radius: 36px;
    color: #333;
    box-shadow: 0px 9px 39px #33333378;
}

.packages_images .slick-prev {
    text-align: center;
    align-items: center;
    position: absolute;
    left: -16px;
    background: #ffffff;
    z-index: 1;
    width: 32px;
    height: 32px;
    border-radius: 36px;
    color: #333;
    box-shadow: 0px 9px 39px #33333378;
}


.slick-prev:before, .slick-next:before {
    opacity: .75;
    color: #000000 !important;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    background-color: #ffd801 !important;
}

.slick-next:before {
    content: '';
    background: url(/images/chevron_right.svg) !important;
    background-repeat: repeat;
    background-size: auto;
    width: 40px !important;
    height: 40px !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: absolute;
    font-size: 0 !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.slick-prev:before {
    content: '' !important;
    background: url(/images/chevron_left.svg) !important;
    background-repeat: repeat;
    background-size: auto;
    width: 40px !important;
    height: 40px !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: absolute;
    font-size: 0 !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.hero-slider .slick-next {
    text-align: center;
    align-items: center;
    position: absolute;
    right: -22px;
    background: transparent;
    border: 1px solid #fff;
    width: 70px;
    height: 70px;
    border-radius: 36px;
    color: #333;
    box-shadow: 0px 9px 39px #33333378;
}

.hero-slider .slick-prev {
    text-align: center;
    align-items: center;
    position: absolute;
    left: -22px;
    background: transparent;
    z-index: 1;
    width: 70px;
    border: 1px solid #fff;
    height: 70px;
    border-radius: 100%;
    color: #333;
    box-shadow: 0px 9px 39px #33333378;
}


/* <<<<<<<<<<<<<<-----------------new-page-package------------>>>>>>>> */


.hero-slider {
    overflow: hidden !important;
}

.tour_packages {
    padding-top: 4rem;
}

    .tour_packages .btn-yellow {
        background-color: #ffc107;
        color: black;
        padding: 9px 10px;
        font-size: 17px;
        border-radius: 2px;
    }

    .tour_packages .btn-outline-dark {
        background-color: #ffc107;
        color: black;
        padding: 10px 10px;
        font-size: 16px;
    }



.text-orange {
    color: #fd5e0f;
}

.btn-outline-orange {
    border: 1px solid #fd5e0f;
    color: #fd5e0f;
    font-weight: 500;
    border-radius: 25px;
    padding: 6px 16px;
}

    .btn-outline-orange:hover {
        background-color: #fd5e0f;
        color: #fff;
    }

.timeline {
    position: relative;
    margin-left: 25px;
    border-left: 2px solid #eee;
    padding-left: 15px;
}

.timeline-item {
    position: relative;
    margin-bottom: 30px;
}

.day-circle {
    width: 60px;
    height: 60px;
    background: #fff6f2;
    color: #fd5e0f;
    border-radius: 50%;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    box-shadow: 0 2px 6px rgba(253, 94, 15, 0.1);
}

.dropdown-content {
    background: #fdf9f7;
    border-radius: 10px;
    padding: 10px 15px;
    border-left: 3px solid #fd5e0f;
    font-size: 15px;
    color: #333;
    transition: all 0.3s ease;
}

.toggle-btn {
    background: transparent;
    border: none;
}


.new_package_bnnr .object-cover {
    object-fit: cover;
}

.new_package_bnnr .main-img {
    height: 368px;
}

.new_package_bnnr .gallery-thumb {
    height: 115px;
}

    .new_package_bnnr .gallery-thumb.small {
        height: 100px;
    }

@media (max-width: 992px) {
    .new_package_bnnr .main-img {
        height: 300px;
    }

    .new_package_bnnr .gallery-thumb,
    .new_package_bnnr .gallery-thumb.small {
        height: 90px;
    }
}

.list-unstyled li {
    color: #000;
}

.package-card p {
    color: #000;
}

.package-panel {
    padding-top: 5rem;
}

.calendar {
    border-collapse: collapse;
    width: 100%;
}

    .calendar th, .calendar td {
        border: 1px solid #ddd;
        height: 100px;
        vertical-align: top;
        padding: 5px;
        text-align: center;
        position: relative;
    }

    .calendar th {
        background-color: #000;
        color: white;
    }

.price-tag {
    background-color: #298fff;
    color: white;
    padding: 2px 5px;
    font-size: 12px;
    border-radius: 3px;
    position: absolute;
    bottom: 5px;
    left: 5px;
    right: 5px;
}

.calendar td.inactive {
    background-color: #e9e9e9;
}

@media (max-width: 768px) {
    .calendar th, .calendar td {
        font-size: 12px;
        height: 80px;
        padding: 2px;
    }

    .price-tag {
        font-size: 10px;
    }
}


.day-header {
    display: flex;
    align-items: center;
}

.day-label {
    background-color: #ffd801;
    color: #000;
    border-radius: 5px;
    padding: 6px 14px;
    font-weight: 600;
    font-size: 0.9rem;
    margin-right: 15px;
}

.accordion-button {
    background-color: #fff;
    border: none;
    box-shadow: none;
    padding: 1rem;
}

.accordion-item {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    margin-bottom: 15px;
    overflow: hidden;
}

.accordion-button::after {
    font-size: 1.2rem;
    transform: scale(1.2);
}

.accordion-body {
    background-color: #f8f9fa;
    padding: 1rem 2rem;
}



.form-wrapper {
    max-width: 600px;
    margin: 40px auto;
    padding: 30px;
    background-color: #12233512;
    border-radius: 10px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.05);
}


.label-custom {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 6px;
    color: #333;
}


.input-custom,
.input-custom:focus,
.form-select.input-custom,
textarea.input-custom {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 12px 16px;
    font-size: 15px;
    color: #333;
    box-shadow: none;
    transition: border 0.3s ease, background 0.3s ease;
}

    .input-custom:focus,
    .form-select.input-custom:focus,
    textarea.input-custom:focus {
        border-color: #007bff;
        background-color: #fff;
        outline: none;
    }


.form-check-input {
    margin-right: 10px;
    width: 18px;
    height: 18px;
}

.form-check-label {
    color: #555;
    display: flex;
}


.submit-btn-custom {
    background-color: var(--color-gold-100);
    color: #000;
    border: none;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 12px;
    transition: background-color 0.3s ease;
    width: 100%;
}

    .submit-btn-custom:hover {
        background-color: #0056b3;
    }


.tab-content > .tab-pane {
    transition: opacity 0.5s ease-in-out;
}


@media (max-width: 576px) {
    .form-wrapper {
        padding: 20px;
    }

    .submit-btn-custom {
        font-size: 15px;
    }
}



.contact_page_inside {
    padding: 60px 20px;
    background-color: #eef5ff;
}

.contact_section_title {
    text-align: center;
    margin-bottom: 40px;
}

    .contact_section_title h2 {
        font-size: 34px;
        font-weight: 600;
        color: #0d6efd;
        background: linear-gradient(90deg, #0d6efd 0%, #3b82f6 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .contact_section_title p {
        color: #555;
        font-size: 16px;
    }

.contact_info_block {
    background: #ffffff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.05);
    border-left: 4px solid var(--color-gold-100);
}

    .contact_info_block h5 {
        font-weight: 600;
        color: #0d1b2a;
        margin-bottom: 5px;
    }

    .contact_info_block p {
        color: #444;
        margin-bottom: 20px;
        font-size: 15px;
    }

.contact_form_wrapper {
    background: #ffffff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.05);
}

    .contact_form_wrapper .form-control,
    .contact_form_wrapper .form-select {
        border-radius: 10px;
        padding: 12px 15px;
        font-size: 15px;
        border: 1px solid #ccc;
        background-color: #f9f9f9;
    }

        .contact_form_wrapper .form-control:focus,
        .contact_form_wrapper .form-select:focus {
            border-color: var(--color-gold-100);
            background-color: #fff;
            box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.1);
        }

.submit_btn_contact {
    background-color: var(--color-gold-100);
    color: #000;
    border: none;
    padding: 12px 25px;
    border-radius: 12px;
    font-weight: 500;
    margin-top: 10px;
    transition: all 0.3s ease;
}

    .submit_btn_contact:hover {
        background-color: var(--color-gold-100);
        transform: translateY(-2px);
    }

.map_section_contact {
    margin-top: 50px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.05);
}

    .map_section_contact iframe {
        width: 100%;
        height: 400px;
        border: 0;
    }

@media (max-width: 768px) {
    .contact_info_block,
    .contact_form_wrapper {
        margin-bottom: 30px;
    }
}



.about_page_inside {
    padding: 30px 0;
}

.about_hero {
    background: linear-gradient(to right, #20324b, #0a367e);
    color: #fff;
    padding: 60px 20px;
    text-align: center;
    padding-top: 10rem;
}

    .about_hero h1 {
        font-size: 42px;
        font-weight: 700;
    }

.section_title {
    font-size: 32px;
    font-weight: 700;
}

.about_content {
    padding: 40px 0;
}

.about_features .icon-box {
    background-color: #eef4ff;
    border-radius: 16px;
    padding: 25px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
}

    .about_features .icon-box:hover {
        background-color: #dbe9ff;
        transform: translateY(-5px);
    }

.icon-box i {
    font-size: 32px;
    color: #0d6efd;
    margin-bottom: 10px;
}

.icon-box h5 {
    font-weight: 600;
    margin-bottom: 10px;
}

.about_facilities img {
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    max-width: 100%;
}

.call_to_action {
    background-color: var(--color-gold-100);
    color: #0d1b2a;
    padding: 60px 20px;
    text-align: center;
    border-radius: 16px;
    margin-top: 60px;
}

    .call_to_action h3 {
        font-size: 28px;
        font-weight: 600;
    }

.btn-primary-custom {
    background-color: #fff;
    color: #0d1b2a;
    border-radius: 10px;
    padding: 12px 30px;
    font-weight: 500;
    margin-top: 20px;
    transition: all 0.3s ease;
    border: none;
}

    .btn-primary-custom:hover {
        background-color: #dbe9ff;
        color: #0d6efd;
    }


.top_destination {
    margin: auto;
    display: flex;
    gap: 25px;
}

.new_card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    width: 33.33%;
    display: flex;
    flex-direction: column;
}

    .new_card img {
        width: 100%;
        height: 170px;
        object-fit: cover;
    }

.new_card_body {
    padding: 18px;
}

.new_title_row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.new_title {
    font-size: 22px;
    font-weight: 700;
    color: #0f294d;
    margin: 0;
    max-width: 70%;
}

.new_price {
    text-align: right;
    font-weight: 700;
    font-size: 22px;
    color: #0f294d;
}

    .new_price span {
        display: block;
        font-size: 13px;
        font-weight: 400;
        color: #555;
    }

.new_rating {
    color: #4b5563;
    margin: 6px 0 10px 0;
    font-size: 15px;
}

.new_address {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 12px;
}

.new_desc {
    font-size: 15px;
    color: #374151;
    line-height: 1.5;
    margin-bottom: 15px;
}

.new_review {
    border-top: 1px solid #e5e7eb;
    padding-top: 15px;
    font-size: 15px;
    color: #374151;
}

    .new_review strong {
        font-weight: 700;
    }

.new_review_text {
    margin: 8px 0;
}

.new_review_date {
    font-size: 13px;
    color: #6b7280;
}

@media(max-width:1000px) {

    .new_container {
        flex-direction: column;
    }

    .new_card {
        width: 100%;
    }
}


.new_places_container {
    max-width: 1200px;
    margin: auto;
}

.new_places_title {
    font-size: 28px;
    font-weight: 700;
    color: #0f294d;
    margin-bottom: 25px;
}

.new_places_grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 24px;
}

.new_place_card {
    background: #fff;
    border-radius: 14px;
    border: 1px solid #e4e6eb;
    overflow: hidden;
    transition: 0.3s;
}

    .new_place_card:hover {
        box-shadow: 0 4px 14px rgba(0,0,0,0.08);
    }

.new_place_img {
    height: 160px;
    background: #d8dde3;
    background-image: url("https://www.transparenttextures.com/patterns/cubes.png");
    background-size: 200px;
}

.new_place_content {
    padding: 18px;
}

.new_place_title {
    font-size: 18px;
    font-weight: 700;
    color: #0f294d;
    margin-bottom: 6px;
}

.new_place_rating {
    font-size: 14px;
    color: #374151;
    margin-bottom: 14px;
}

.new_place_desc {
    font-size: 14px;
    color: #374151;
    line-height: 1.6;
}

.new_place_read {
    display: inline-block;
    margin-top: 12px;
    font-size: 14px;
    color: #1a73e8;
    text-decoration: none;
}

    .new_place_read:hover {
        text-decoration: underline;
    }

@media(max-width:1000px) {

    .new_places_grid {
        grid-template-columns: repeat(2,1fr);
    }
}

@media(max-width:600px) {

    .new_places_grid {
        grid-template-columns: 1fr;
    }
}

.city-guide {
    margin: 40px auto;
    padding: 0 20px;
    color: #1f2937;
    line-height: 1.7;
}


    /* HEADINGS */

    .city-guide h1 {
        font-size: 36px;
        font-weight: 700;
        margin-bottom: 20px;
        color: #0f294d;
    }

    .city-guide h2 {
        font-size: 26px;
        font-weight: 700;
        margin-top: 40px;
        margin-bottom: 15px;
        color: #0f294d;
        border-bottom: 1px solid #e5e7eb;
        padding-bottom: 8px;
    }

    .city-guide h3 {
        font-size: 20px;
        font-weight: 600;
        margin-top: 25px;
        margin-bottom: 10px;
        color: #111827;
    }


    /* PARAGRAPHS */

    .city-guide p {
        font-size: 16px;
        margin-bottom: 16px;
        color: #374151;
    }


    /* LISTS */

    .city-guide ul {
        margin: 15px 0 20px 20px;
        padding: 0;
    }

    .city-guide li {
        margin-bottom: 8px;
        font-size: 16px;
    }


    /* STRONG TEXT */

    .city-guide strong {
        font-weight: 600;
        color: #111827;
    }


    /* SMALL REFERENCES */

    .city-guide sup {
        font-size: 11px;
        color: #6b7280;
    }


    /* LINKS */

    .city-guide a {
        color: #2563eb;
        text-decoration: none;
    }

        .city-guide a:hover {
            text-decoration: underline;
        }


/* RESPONSIVE */

@media (max-width:768px) {

    .city-guide {
        margin: 25px auto;
    }

        .city-guide h1 {
            font-size: 28px;
        }

        .city-guide h2 {
            font-size: 22px;
        }

        .city-guide h3 {
            font-size: 18px;
        }

        .city-guide p,
        .city-guide li {
            font-size: 15px;
        }
}

.new_place_img img {
    height: 160px;
    width: 100%;
    object-fit: cover;
}

.navbar-brand img {
    width: 220px;
}

.custom-navbar {
    background: #f3f4f6;
    padding: 12px 0;
    border-bottom: 4px solid #153e6e;
}

.logo {
    width: 40px;
    margin-right: 10px;
}

.brand-text {
    font-size: 22px;
    font-weight: 700;
    color: #153e6e;
    letter-spacing: 1px;
}

.navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 500;
    color: #555;
    margin: 0 8px;
}

    .navbar-nav .nav-link:hover {
        color: #153e6e;
    }

.nav-contact {
    gap: 10px;
}

.support-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #ccc;
    background: #3f640f;
}

.support-label {
    font-size: 13px;
    color: #666;
}

.support-number {
    font-size: 20px;
    font-weight: 700;
    color: #ff6a00 !important;
    text-decoration: none;
}

.dot {
    width: 8px;
    height: 8px;
    background: #1bbf4b;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}
