h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
button,
span {
    font-family: "Lexend", sans-serif !important;
}

/* forms */
/* ===== RESPONSIVE SEARCH TABS (MOBILE ONLY) ===== */
@media (max-width: 768px) {
    .search_tabs {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        white-space: nowrap;
        scrollbar-width: none;
        padding: 25px 0px !important;
        -ms-overflow-style: none;
        gap: 10px;
        padding: 10px 0;
        width: 100%;
    }

    .search_tabs::-webkit-scrollbar {
        display: none;

    }

    .search_tabs {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
        list-style: none;
        padding: 25px 0px !important;
        margin-bottom: 20px;
    }

    .search_tabs li.tab-link a.current {
        background: #287cbf94;
        opacity: 1;
        border: 1px solid #ffffff;
        color: #000000;
    }

    .search_tabs li.tab-link a {
     
        line-height: 60px;
        padding: 0px 0px;
        text-align: center;
        font-size: 12px;
        border-radius: 10px;
    }

    .search_tabs li {
        flex: 0 0 auto;
        display: inline-block;
    }

    @media only screen and (max-width: 600px) {
        .search_tabs li.tab-link a.current {
            background-color: #fff;
        }

        .search_tabs li.tab-link a {
            color: black;
        }
    }

    .search_tabs li a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 13px;
        padding: 8px 10px;
        border: 1px solid #ddd;
        border-radius: 8px;
        background: #fff;
        color: #000;
        text-decoration: none;
        min-width: 90px;
        transition: 0.3s;
    }

   

    .search_tabs li a i {
        font-size: 18px;
        margin-bottom: 4px;
    }
}

button.nav-btn1 {
    background: #03040400;
    padding: 5px 35px 5px 35px;
    border-radius: 22px;
    border: 2px solid white;
}

.nav-btn .a1 {
    color: white;
    text-decoration: none;
    font-weight: 300 !important;
}

.ctnr h2 {
    color: white;
    font-size: 35px;
}

.tab-link a {
    font-weight: 300 !important;
}

/* forms */
.breadcrumb-btn {
    text-align: center;
    color: white;
}
.b{
    border: 2px solid black !important;
}
.breadcrumb-btn a {
    color: white;
}

/* Section Wrapper */
.search_form_section {

    padding: 10px 0;
}

.container {

    margin: auto;
    padding: 0 15px;
}

/* Tabs */
.search_tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    list-style: none;
    padding: 0;

}

.search_tabs li {

    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.search_tabs li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 16px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s;
}



.bg-info1 {
    --bs-bg-opacity: 1;
    background-color: rgb(246 167 0) !important;
}

.text-dark1 {
    --bs-text-opacity: 1;
    color: rgb(255 255 255) !important;
}

a.btn.btn-outline-primary.d-flex.align-items-center.justify-content-center {
    background-color: #2196F3;
    color: white;
}

a.btn.btn-outline-success.d-flex.align-items-center.justify-content-center {
    background-color: #198754;
    color: white;
}

/* Flight Box Common Style */
.flight-search-box {
    background: #eaf7ff;
    padding: 15px 25px;
    border-radius: 12px;
    max-width: 100%;
    overflow-x: auto;
}

.search-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.search-item {
    flex: 1;
    min-width: 160px;
    background: #fff;
    padding: 12px 16px;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    transition: all 0.2s ease;
}

.search-item label {
    display: block;
    font-size: 0.9rem;
    color: #00bfff;
    font-weight: 600;
    margin-bottom: 4px;
}

.search-item input,
.search-item select {
    border: none;
    outline: none;
    width: 100%;
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    background: transparent;
    border: 1px solid #cfc4c4;
}

.search-btn button {
    background: #00bfff;
    border: none;
    color: #fff;
    padding: 14px 30px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
    white-space: nowrap;
}

.search-btn button:hover {
    background: #0056b3;
}

/* Hide inactive forms */
.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

/* Responsive */
@media (max-width: 992px) {
    .search-row {
        flex-direction: column;
        gap: 12px;
    }

    .search-item {
        width: 100%;
    }

    .search-btn button {
        width: 100%;
    }
}



/* section 2 */
.offers-section .section-title {
    font-size: 24px;
    font-weight: 700;
}

.view-all {
    color: #000;
    font-size: 14px;
}

/* Card Style */
.offer-card {
    position: relative;
    height: 220px;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
}

/* Card Image */
.offer-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s ease;
}

/* Dark Gradient Overlay */
.offer-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    z-index: 1;
}

/* Text Container */
.offer-card .overlay {
    position: absolute;

    z-index: 3;
}

.offer-card .title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 5px 0;
}

.offer-card .subtitle {
    color: #fff;
    font-size: 13px;
    margin: 0;
    line-height: 1.3;
}

.offer-card .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    background: rgb(0 0 0 / 11%);
    color: #fff;
}

/* ---------- HOVER BORDER ANIMATION ---------- */
.offer-card::before {
    content: "";
    position: absolute;
    inset: 20px;
    border: 1px solid #83b321;
    opacity: 0;
    transform: scale(1.2);
    transition: all .45s ease;
    z-index: 4;
}

/* Show border smoothly */
.offer-card:hover::before {
    opacity: 1;
    transform: scale(1);
}

/* Image zoom */
.offer-card:hover img {
    transform: scale(1.07);
}

/* Responsive Adjustments */
@media (max-width: 767px) {
    .offer-card {
        height: 200px;
    }

    .offer-card .title {
        font-size: 16px;
    }

    .offer-card .subtitle {
        font-size: 12px;
    }
}


/* section3 */
.holidays_theme {
    padding: 40px 0;
    background: transparent;
    position: relative;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.section-header h2 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin: 0;
}

.nav-buttons {
    display: flex;
    gap: 10px;
}

.nav-buttons button {
    background: #000;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.nav-buttons button:hover {
    background: #ff5e14;
}

.theme-item {
    display: block;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    color: #fff;
}

.theme-item img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    filter: brightness(70%);
    transition: all 0.3s ease;
}

.theme-item:hover img {
    filter: brightness(60%);
    transform: scale(1.03);
}

.theme-item .info {
    position: absolute;
    bottom: 15px;
    left: 15px;
}

.theme-item h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

.theme-item p {
    font-size: 14px;
    margin: 4px 0 0;
}

.owl-dots {
    display: none !important;
}

/* section4 */
section.top-selling {
    padding: 60px 0;
}

.top-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.top-header h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000;
}

.top-header p {
    flex: 1 1 100%;
    color: #555;
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 10px;
}

.top-header a {
    color: #0096ff;
    text-decoration: none;
    font-weight: 500;
}

.top-header a:hover {
    text-decoration: underline;
}

.package-content .title-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.package-content h3 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin: 0;
}

.package-content .rating {
    color: #ffb400;
    font-size: 14px;
}

.package-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 25px;
}

.package-card {
    border: 1px solid #ddd;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    transition: 0.3s ease;
    position: relative;
}

.package-card:hover {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.package-card .img-box {
    position: relative;
}

.package-card img {
    width: 100%;
    height: 180px;

    display: block;
}

.duration-tag {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #0096ff;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 8px;
}

.package-content {
    padding: 15px;
}

.package-content h3 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin: 0 0 8px;
}

.rating {
    color: #ffb800;
    font-size: 14px;
    margin-bottom: 10px;
}

.icons {
    margin-bottom: 10px;
}

.icons i {
    color: #0096ff;
    font-size: 14px;
    margin-right: 6px;
}

.price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
}

.price-row span {
    color: #0096ff;
    font-size: 15px;
    font-weight: 700;
}

.view-btn {
    display: inline-block;
    background: #0096ff;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    border-radius: 20px;
    padding: 7px 16px;
    text-decoration: none;
    transition: 0.3s;
}

.pck1 {
    color: black !important;
    font-size: 15px;
}

.view-btn:hover {
    background: #0078cc;
}

@media (max-width: 768px) {
    .top-header {
        flex-direction: column;
    }
}





/* section5 */

.trending-section {
    background: #fff;
}

.section-header.d-flex.justify-content-between.align-items-center.mb-3 {

    padding-bottom: 0px;
}

.trending-section h2 {
    font-weight: 700;
    font-size: 26px;
    color: #222;
}

.trending-section .view-all {
    color: #00bfff;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.trending-section .view-all:hover {
    color: #0056b3;
    text-decoration: underline;
}

.section-subtitle {
    color: #666;
    font-size: 15px;
    margin-bottom: 25px;
}

/* Destination Card */
.destination-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.image-container {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.image-container img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: transform 0.5s ease;
    border-radius: 10px;
}

.image-container:hover img {
    transform: scale(1.05);
}

.overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    text-align: left;
    transition: 0.4s ease;
}

.overlay h3 {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0;
}

.price-info {
    opacity: 0;
    transform: translateY(10px);
    transition: 0.4s ease;
}

.image-container:hover .price-info {
    opacity: 1;
    transform: translateY(0);
}

.price-info span {
    display: block;
    font-size: 14px;
}

.price-info .price {
    font-size: 18px;
    font-weight: 600;
    color: #ffd700;
}



/* section6 */

.guest-feedback {
    padding: 50px 0;

    text-align: center;
}

.guest-feedback .container {
    max-width: 1337px;
    margin: 0 auto;
    padding: 0 20px;
}

.guest-feedback h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: left;
}

.feedback-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.feedback-item {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    background: #000;
}

.feedback-item video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

@media (max-width: 768px) {
    .guest-feedback h2 {
        font-size: 22px;
    }
}

/* section8 */

/* Main section */
.leaders-section {
    padding: 40px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Top heading */
.top-heading {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

/* Sub-heading */
.sub-heading {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    color: #333;
}

.sub-heading span {
    color: #f57c00;
}

.underline {
    width: 80px;
    height: 3px;
    background: #2196f3;
    margin: 10px auto 30px;
    border-radius: 2px;
}

/* Leader Card Layout */
.leader-card {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    background: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    padding: 20px;
    position: relative;
}

.leader-image {
    flex: 0 0 350px;
    max-width: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.leader-image img {
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.leader-content {
    flex: 1;
    padding: 0 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 30px;
}

.leader-left,
.leader-right {
    flex: 1;
}

.leader-left p,
.leader-right p {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 8px;
    text-align: justify;
}

.leader-left strong {
    color: #000;
}

a {
    color: #2196f3;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* Arrow Button */
.arrow-right {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border: 1px solid #ddd;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.arrow-right:hover {
    background: #f57c00;
    color: #fff;
}


.card-body.crds {
    padding: 15px;
}


/* Responsive Design */
@media (max-width: 992px) {
    .leader-card {
        flex-direction: column;
    }

    .leader-content {
        flex-direction: column;
        padding: 20px 0;
    }

    .arrow-right {
        right: 10px;
        top: auto;
        bottom: 10px;
        transform: none;
    }
}

@media (max-width: 600px) {
    .sub-heading {
        font-size: 26px;
    }

    .leader-left p,
    .leader-right p {
        font-size: 14px;
    }

    .leader-image {
        max-width: 100%;
    }
}






/* section9 */

.achievements-section {
    padding: 60px 20px;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
}

.achievement-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    flex: 1 1 calc(25% - 25px);
    max-width: 300px;
    padding: 25px 20px;
    text-align: center;
    transition: all 0.3s ease;
}

.achievement-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.achievement-card img {
    width: 65px;
    height: auto;
    margin-bottom: 15px;
}

.achievement-card h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000;
}

.achievement-card p {
    font-size: 14px;
    line-height: 1.6;
    color: #333;
}

/* Responsive Styles */
@media (max-width: 992px) {
    .achievement-card {
        flex: 1 1 calc(45% - 20px);
        max-width: 45%;
    }
}

@media (max-width: 600px) {
    .achievement-card {
        flex: 1 1 100%;
        max-width: 100%;
    }
}



.highlights ul li {
    list-style-type: circle;
    padding: 10px;
}




/* destination page  */
.package-card {
    border-radius: 16px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
    overflow: hidden;
    background: #fff;
}

.package-card:hover {
    transform: translateY(-5px);
}

.package-card img {
    width: 100%;
    height: 220px;

}

.duration-text {
    font-size: 14px;
    color: #6c757d;
}

.rating-text {
    font-size: 14px;
    color: #28a745;
    font-weight: 600;
}

.price-text {
    font-size: 20px;
    font-weight: 700;
    color: #212529;
}

.btn-custom {
    border-radius: 8px;
    padding: 6px 12px;
    border: 1px solid #00bfff;
    color: #00bfff;
    font-size: 14px;
    transition: 0.3s;
}

.btn-custom:hover {
    background: #00bfff;
    color: #fff;
}

.icon-box {
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.ctnr {
    padding-top: 3%;
}

.breadcrumb-wrapper {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.breadcrumb-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 25px;
    border: 2px solid #fff;
    border-radius: 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    background: transparent;
}

.breadcrumb-btn a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

.arrow {
    font-size: 20px;
    font-weight: 700;
    line-height: 0;
}




.bali-card {
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
}

.bali-card img {
    height: 260px;

}

.tags-row {
    background: #e8f4ff;
    padding: 8px 10px;
    border-radius: 6px;
    font-size: 13px;
}

.tags-row span {
    margin-right: 15px;
    position: relative;
}

.tags-row span::after {
    content: "•";
    margin-left: 12px;
    color: #666;
}

.tags-row span:last-child::after {
    display: none;
}

.crds {
    padding: 20px;
}

/* end destination */


/* inner destination */




/* section2 */
.bali-section {
    padding: 40px 15px;
}

/* Left main image section */
.main-image {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
}

.main-image img {
    width: 100%;
    height: 100%;

    border-radius: 12px;
}

.center-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}

.center-overlay h6 {
    background: rgba(255, 255, 255, 0.8);
    color: #000;
    display: inline-block;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 0.9rem;
    margin-bottom: 10px;
}

.center-overlay h1 {
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.center-overlay h5 {
    font-size: 1.1rem;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.offer-box {
    background: rgba(80, 58, 43, 0.95);
    border-radius: 10px;
    padding: 12px 25px;
    display: inline-block;
    color: #fff;
    text-align: center;
    min-width: 250px;
}

.offer-box p {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.4;
}

.offer-box h4 {
    font-size: 1.3rem;
    margin-bottom: 5px;
    font-weight: 600;
}

/* Right Gallery (2x2 grid) */
.right-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    height: 100%;
}

.right-gallery .img-box {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
    aspect-ratio: 6 / 8;
}

.right-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.4s ease;
}

/* Hover zoom */
.right-gallery .img-box:hover img {
    transform: scale(1.1);
}

/* Overlay centered and bold cursive */
.right-gallery .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(248 171 1);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    font-family: 'Dancing Script', cursive;
    font-weight: 700;
    font-size: 19px;
    border-radius: 10px;
    transition: all 0.4s ease-in-out;
    text-align: center;
}

.spc h6 {
    font-size: 20px;
    font-weight: 600;
    font-family: "Lexend", sans-serif;
}

.stay-cat.mb-4 {
    margin-top: 40px;
}

/* Hover effect */
.right-gallery .img-box:hover .overlay {
    background: rgba(248, 170, 1, 0.411);
    /* soft light pink */
    opacity: 1;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
    .right-gallery {
        grid-template-columns: repeat(2, 1fr);
    }

    .main-image {
        position: relative;
        border-radius: 12px;
        overflow: hidden;
        height: 400px;
    }
}

@media (max-width: 768px) {
    .right-gallery {
        grid-template-columns: 1fr 1fr;
    }

    .right-gallery .overlay {
        font-size: 1.2rem;
    }
}

@media (max-width: 576px) {
    .right-gallery {
        grid-template-columns: 1fr;
    }

    .right-gallery .img-box {
        aspect-ratio: 16 / 9;
    }
}

.package-info {
    margin-top: 30px;
}

.package-info h3 {
    font-weight: 600;
    font-size: 1.4rem;
    color: #000;
}

.duration-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.duration-tags span {
    background: #e7efff;
    color: #00bfff;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
}

.price-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
}

.rating {
    color: #28a745;
    font-weight: 500;
    margin-bottom: 5px;
}

.old-price {
    text-decoration: line-through;
    color: gray;
    font-size: 0.9rem;
}

.new-price {
    font-weight: bold;
    font-size: 1.2rem;
    color: #000;
}

.btn-inquiry {
    background-color: #00bfff;
    color: #fff;
    width: 100%;
    border-radius: 6px;
    padding: 10px;
    margin-top: 8px;
    font-weight: 500;
}

@media (max-width: 991px) {
    .center-overlay h1 {
        font-size: 2rem;
    }

    .right-gallery {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 15px;
    }
}

@media (max-width: 575px) {
    .center-overlay h1 {
        font-size: 1.6rem;
    }

    .center-overlay h6 {
        font-size: 0.8rem;
    }

    .offer-box {
        min-width: auto;
        width: 100%;
    }
}




/* 3 section */
:root {
    --orange: #fab215;
    --muted: #6c757d;
    --card-border: #e9ecef;
    --radius: 10px;
    --title-size: 24px;
}

.wrap {
    margin: 31px 0px;
    padding: 0px;
}


.pkg-title {
    font-size: var(--title-size);
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 8px;
}

.badge-duration {
    background: var(--orange);
    color: #fff;
    padding: 6px 12px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.85rem;
    display: inline-block;
    margin-right: 12px;
}


.small-days-row {
    display: flex;
    gap: 10px;
    align-items: stretch;
    margin-top: 8px;
    flex-wrap: wrap;
}

.day-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    background: #fff;
    border: 1px solid var(--card-border);
    border-radius: 6px;
    font-size: 0.92rem;
    color: var(--muted);
    min-width: 130px;
}



.day-box .num {
    font-weight: 700;
    color: #000;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
}

.day-box div:last-child {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.day-sep {
    width: 1px;
    height: 36px;
    background: var(--card-border);
    margin: 0 8px;
}

.hr-line {
    border-bottom: 1px solid var(--card-border);
    margin: 16px 0;
}

.includes {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    color: var(--muted);
    margin: 8px 0 14px;
    font-size: 0.95rem;
}

.includes .item {
    display: flex;
    gap: 8px;
    align-items: center;
}


.durations-wrap {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    overflow-x: auto;
    padding-bottom: 6px;
    scroll-behavior: smooth;
}

.card-duration {
    min-width: 150px;
    width: 150px;
    border: 1px solid var(--card-border);
    border-radius: 12px;
    padding: 8px;
    background: #fff;
    transition: all .18s;
    cursor: pointer;
    flex-shrink: 0;
}

.card-duration.active {
    border-color: var(--orange);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
    transform: translateY(-4px);
}

.card-duration img {
    width: 100%;
    height: 80px;

    border-radius: 8px;
    display: block;
}

.card-duration .days {
    font-weight: 700;
    margin-top: 8px;
    font-size: 0.95rem;
}

.card-duration .start {
    color: var(--muted);
    font-size: 0.85rem;
    margin-top: 6px;
}

.more-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-left: 12px;
    cursor: pointer;
    color: #00bfff;
    font-weight: 700;
    user-select: none;
}

.more-box .plus-box {
    width: 56px;
    height: 56px;
    border-radius: 10px;
    border: 2px dashed #cfe4ff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7fbff;
    font-weight: 800;
    color: #00bfff;
    font-size: 1.2rem;
    margin-bottom: 6px;
}


.stay-cat .btn {
    border-radius: 28px;
    font-weight: 600;
    padding: 8px 16px;
}

.stay-cat .btn.active {
    background: var(--orange);
    border: 1px solid var(--orange);
    color: #fff;
    box-shadow: none;
}

.stay-cat .btn.inactive {
    background: #fff;
    border: 1px solid var(--card-border);
    color: #444;
}


.sticky-card {
    position: sticky;
    top: 18px;
}

.price-box {
    border: 1px solid var(--card-border);
    border-radius: 12px;
    padding: 18px;
    background: #fff;
}

.price-old {
    text-decoration: line-through;
    color: var(--muted);
    font-size: 0.92rem;
}

.price-new {
    font-weight: 800;
    font-size: 1.45rem;
    margin-top: 8px;
}

.btn-orange {
    background: var(--orange);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 10px 14px;
    font-weight: 700;
    width: 100%;
}

.mini-card {
    border: 1px solid var(--card-border);
    border-radius: 10px;
    padding: 12px;
    margin-top: 12px;
    background: #fff;
}

.modal .modal-dialog {
    max-width: 420px;
    margin: 1.75rem auto;
}

.modal .form-control {
    border-radius: 8px;
}

@media (max-width:991px) {
    .pkg-title {
        font-size: 20px;
    }

    .sticky-card {
        position: static;
        top: auto;
    }
}

.route {
    margin: 16px 0px;
}

.itinerary-container {
    max-width: 900px;
    margin: 60px auto;
    position: relative;
    padding: 0 20px;
}

.modal .modal-dialog {
    max-width: 1340px;
    /* margin: 1.75rem auto; */
    text-align: center;
    justify-content: center;
    display: flex;
    width: 100%;
}

.itinerary-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.itinerary-header h3 {
    font-weight: 700;
    color: #1b2944;
    font-size: 25px;
}

.expand-btn {
    background: #fab215;
    color: #fff;
    border: none;
    font-weight: 600;
    border-radius: 5px;
    padding: 8px 18px;
    transition: all 0.3s ease;
}

.expand-btn:hover {
    background: #fab215;
}


.timeline {
    position: relative;
    margin-left: 30px;
}

.timeline::before {
    content: '';
    position: absolute;
    left: -11px;
    top: 25px;
    width: 2px;
    height: 100%;
    background: #fab215;
    opacity: 0.4;
}

.timeline-item {
    position: relative;
    padding: 20px 20px 20px 45px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    margin-bottom: 25px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.timeline-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}


.timeline-item:first-child .timeline-icon {
    background: #fab215;
    color: #fff;
    font-size: 22px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -32px;
    top: 20px;
    z-index: 2;
}


.timeline-item:not(:first-child):not(:last-child) .timeline-icon {
    background: #fab215;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    position: absolute;
    left: -18px;
    top: 27px;
    z-index: 2;
}


.timeline-item:last-child .timeline-icon {
    background: #fab215;
    color: #fff;
    font-size: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -32px;
    top: 20px;
    z-index: 2;
}

.timeline-day {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-weight: 600;
    color: #1b2944;
    cursor: pointer;
    font-size: 15px;
}

.timeline-day span {
    color: #000000;
    font-weight: 700;
}

.timeline-content {
    display: none;
    font-size: 14px;
    color: #555;
    margin-top: 10px;
    line-height: 1.7;
    text-align: justify;
    border-top: 1px dashed #ddd;
    padding-top: 10px;
    font-family: 'Lexend';
}

.timeline-item.active .timeline-content {
    display: block;
}

span.btn {
    background-color: #00bfff;
    color: white;
    margin-right: 10px;
}

.toggle-icon {
    font-size: 22px;
    color: #fab215;
    font-weight: 700;
    transition: transform 0.3s ease;
}

.timeline-item.active .toggle-icon {
    transform: rotate(45deg);
}

@media (max-width: 576px) {
    .timeline {
        margin-left: 18px;
    }

    .timeline-item {
        padding-left: 30px;
    }

    .timeline-day {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
}




/* end trip inclusion exclusion */
/* Base section styling */
.package-section {

    margin: 40px auto;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    font-family: 'Inter', Arial, sans-serif;
}

.package-section h2 {
    font-size: 1.6rem;
    margin-bottom: 20px;
    font-weight: 600;
    color: #222;
}

.end-trip {
    width: 100%;
}

.package-container {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

.package-column {
    flex: 1 1 45%;
    min-width: 300px;
}

.package-column h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #222;
    margin-bottom: 10px;
}

.package-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.package-column ul li {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #333;
    padding-left: 24px;
    position: relative;
    margin-bottom: 8px;
}

/* Icons for inclusions and exclusions */
.inclusions ul li::before,
.exclusions ul li::before {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 1rem;
}

.inclusions ul li::before {
    content: '✔';
    color: #00b14f;
}

.exclusions ul li::before {
    content: '✖';
    color: #e63946;
}

/* Responsive layout */
@media (max-width: 768px) {
    .package-container {
        flex-direction: column;
        gap: 30px;
    }

    .package-column {
        flex: 1 1 100%;
    }

    .package-section h2 {
        text-align: center;
    }

    .package-column h3 {
        text-align: center;
    }
}

/* end */


/* full call to action section */
.group-offer-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    background: url(../../images/call-action.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
    overflow: hidden;
    color: #fff;
    margin: 40px auto;
    padding: 40px 30px;
    font-family: 'Inter', Arial, sans-serif;
    width: 100%;
    height: 275px;
}

.offer-content {
    flex: 1 1 45%;
    min-width: 280px;
}

.offer-content h2 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.3;
}

.offer-content h2 span {
    color: #fff;
}

.offer-content p {
    font-size: 1rem;
    color: #fff;
    margin-bottom: 25px;
}

.cta-btn {
    display: inline-block;
    background: #fff;
    color: #f7931e;
    padding: 12px 25px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.cta-btn:hover {
    background: #ffe0b3;
}


.offer-images {
    flex: 1 1 45%;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    min-width: 280px;
}

.offer-images img {
    width: 48%;
    border-radius: 10px;

    height: 200px;
}


@media (max-width: 992px) {
    .group-offer-section {
        flex-direction: column;
        text-align: center;
        padding: 30px 20px;
    }

    .offer-content {
        flex: 1 1 100%;
        margin-bottom: 25px;
    }

    .offer-images {
        justify-content: center;
    }

    .offer-images img {
        width: 45%;
        height: 160px;
    }
}

@media (max-width: 600px) {
    .offer-images img {
        width: 48%;
        height: 130px;
    }

    .offer-content h2 {
        font-size: 1.5rem;
    }

    .cta-btn {
        padding: 10px 20px;
        font-size: 0.95rem;
    }
}

/* why choose */

.highlights-section {

    margin: 60px auto;
    padding: 40px 0px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 40px;
    text-align: center;
    font-family: "Lexend", sans-serif;
}


.highlight-box {
    flex: 1 1 calc(25% - 40px);
    min-width: 250px;
    background: #fff;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.highlight-box img {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
}

.highlight-box h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.highlight-box p {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.5;
    max-width: 250px;
    margin: 0 auto;
}


.highlight-box:hover {
    transform: translateY(-5px);
}


@media (max-width: 992px) {
    .highlight-box {
        flex: 1 1 calc(50% - 40px);
    }

    .carousel-caption {

        display: none !important;
    }

    .carousel-item img {
        height: 230px !important;
        width: 100%;

    }
}

@media (max-width: 600px) {
    .highlights-section {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .highlight-box {
        flex: 1 1 100%;
        max-width: 300px;
    }
}

/* end inner destination */


/* Slider section styling */
.slider-section {

    padding: 50px 0;
}

.carousel-item img {
    height: 350px;
    width: 100%;


}

.carousel-inner {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.carousel-caption {
    background: rgba(0, 0, 0, 0.45);
    border-radius: 10px;
    padding: 10px 15px;
    bottom: 25px;
}

.carousel-caption h5 {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}

.carousel-caption p {
    color: #e0e0e0;
    font-size: 14px;
    margin-bottom: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    padding: 10px;
}


/* blog page */


/* ---------- Card Layout ---------- */
.blog-card {
    position: relative;
    border: none;
    background: transparent;
}

.blog-img {
    width: 100%;
    height: 300px;
    border-radius: 20px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.blog-content {
    position: relative;
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    margin: -60px 15px 0;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

/* ---------- Date Tag ---------- */
.blog-date {
    position: absolute;
    top: -9%;
    left: 20px;
    background-color: #00bfff;
    color: #fff;
    padding: 10px 14px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    box-shadow: 0 4px 10px rgba(13, 110, 253, 0.4);
    line-height: 1.2;
}

.blog-date span {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #dbe6ff;
}

/* ---------- Text Styles ---------- */
.blog-meta {
    font-size: 13px;
    color: #FFC107;
    margin-bottom: 6px;
    TEXT-ALIGN: center;
}

.blog-title {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    margin-bottom: 10px;
}

.read-more {
    font-size: 14px;
    color: #00bfff;
    font-weight: 500;
    text-decoration: none;
}

.read-more:hover {
    text-decoration: underline;
}

/* carrewr */
.career-section {
    padding: 60px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 40px;
}

.section-title h6 {
    color: #007bff;
    font-weight: 600;
    letter-spacing: 1px;
}

.section-title h2 {
    font-weight: 700;
    margin-top: 10px;
}

.section-title p {
    color: #555;
    max-width: 650px;
    margin: 10px auto 0;
}

.job-card {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 20px;
    background: #f8f9fa;
    transition: all 0.3s ease;
    height: 100%;
}

.job-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.job-card h6 {
    color: #007bff;
    font-weight: 600;
    font-size: 14px;
}

.job-card h5 {
    font-weight: 600;
    margin: 10px 0;
    color: #222;
}

.job-card p {
    color: #555;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.btn-apply {
    background-color: #007bff;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    padding: 8px 20px;
    border: none;
    border-radius: 4px;
    transition: 0.3s;
}

.btn-apply:hover {
    background-color: #0056b3;
}

/* Right form box */
.apply-form {
    background-color: #007bff;
    color: #fff;
    padding: 35px;
    border-radius: 8px;
}

.apply-form h5 {
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.apply-form p {
    font-size: 14px;
    color: #e3e3e3;
    margin-bottom: 25px;
}

.apply-form input,
.apply-form textarea {
    border: none;
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 10px;
    width: 100%;
}

.apply-form input::placeholder,
.apply-form textarea::placeholder {
    color: #999;
    font-size: 14px;
}

.btn-send {
    background-color: #f8b400;
    color: #000;
    font-weight: 600;
    border: none;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    transition: 0.3s;
}

.btn-send:hover {
    background-color: #ffcc33;
}

@media (max-width: 991px) {
    .apply-form {
        margin-top: 30px;
    }
    .blog-content {
    position: relative;
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    margin: -60px 10px 0;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    z-index: 2;
}
}

.benefit-section {
    padding: 70px 0;
}

.section-heading h6 {
    color: #007bff;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.section-heading h2 {
    font-weight: 700;
    margin-bottom: 15px;
    color: #111;
}

.section-heading p {
    color: #555;
    margin-bottom: 10px;
    line-height: 1.7;
}

.benefit-card {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 25px;
    background-color: #f8f9fa;
    transition: 0.3s;
    text-align: left;
    height: 100%;
}

.benefit-card:hover {
    background-color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.benefit-icon {
    width: 60px;
    height: 60px;
    background-color: #007bff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 26px;
    margin-bottom: 15px;
}

.benefit-card h5 {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    margin-bottom: 10px;
}

.benefit-card p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

@media (max-width: 991px) {
    .section-heading {
        text-align: center;
        margin-bottom: 30px;
    }

    .benefit-card {
        text-align: center;
    }

    .benefit-icon {
        margin: 0 auto 15px;
    }
}

.offers-section .section-title {
    font-size: 24px;
    font-weight: 700;
    color: #222;
}

.offers-section .view-all {
    font-size: 16px;
    color: #007bff;
    transition: 0.3s ease;
}

.offers-section .view-all:hover {
    color: #0056b3;
    text-decoration: underline;
}

.offer-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.offer-card img {
    width: 100%;
    height: 100%;

    transition: transform .4s ease;
}

.offer-card:hover img {
    transform: scale(1.05);
}

.offer-card .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.offer-card .title {
    font-weight: 600;
    font-size: 18px;
}

.offer-card .subtitle {
    font-size: 14px;
}

.section-title {
    padding-bottom: 0px;
}

.offer-card {
    position: relative;

    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.offer-card img {
    width: 100%;
    height: 100%;

}

.overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 15px;
    color: #fff;
}

.title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 6px;
}

.subtitle {
    font-size: 15px;
    line-height: 1.4;
}

.travels {
    margin: 0px;
    padding: 0px;
    text-align: center;
    color: #008DD2;
}


/* section3 */
.holidays_theme {
    padding: 40px 0;
    background: transparent;
    position: relative;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.section-header h2 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin: 0;
}

.nav-buttons {
    display: flex;
    gap: 10px;
}

.nav-buttons button {
    background: #000;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.nav-buttons button:hover {
    background: #ff5e14;
}

.theme-item {
    display: block;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    color: #fff;
}

.theme-item img {
    width: 100%;
    height: 210px;

    filter: brightness(70%);
    transition: all 0.3s ease;
}

.theme-item:hover img {
    filter: brightness(60%);
    transform: scale(1.03);
}

.theme-item .info {
    position: absolute;
    bottom: 15px;
    left: 15px;
}

.theme-item h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

.theme-item p {
    font-size: 14px;
    margin: 4px 0 0;
}

.owl-dots {
    display: none !important;
}

/* bali */
.package-card {
    border-radius: 16px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
    overflow: hidden;
    background: #fff;
}

.package-card:hover {
    transform: translateY(-5px);
}

.package-card img {
    width: 100%;
    height: 220px;

}

.duration-text {
    font-size: 14px;
    color: #6c757d;
}

.rating-text {
    font-size: 14px;
    color: #28a745;
    font-weight: 600;
}

.price-text {
    font-size: 20px;
    font-weight: 700;
    color: #212529;
}

.btn-custom {
    border-radius: 8px;
    padding: 6px 12px;
    border: 1px solid #0d6efd;
    color: #0d6efd;
    font-size: 14px;
    transition: 0.3s;
}

.btn-custom:hover {
    background: #0d6efd;
    color: #fff;
}

.icon-box {
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.ctnr {
    padding-top: 3%;
}

.breadcrumb-wrapper {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.breadcrumb-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 25px;
    border: 2px solid #fff;
    border-radius: 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    background: transparent;
}

.breadcrumb-btn a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

.arrow {
    font-size: 20px;
    font-weight: 700;
    line-height: 0;
}




.bali-card {
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
}

.bali-card img {
    height: 260px;

}

.tags-row {
    background: #e8f4ff;
    padding: 8px 10px;
    border-radius: 6px;
    font-size: 13px;
}

.tags-row span {
    margin-right: 15px;
    position: relative;
}

.tags-row span::after {
    content: "•";
    margin-left: 12px;
    color: #666;
}

.tags-row span:last-child::after {
    display: none;
}

.crds {
    padding: 20px;
}

/* contacft */
.bh {
    display: flex;
    justify-content: center;

    align-items: flex-start;

    padding: 60px 20px;

    min-height: auto;

}

.contact-container {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    max-width: 1100px;
    width: 100%;
}

.contact-item p {
    color: #666363 !important;
    font-size: 14px;
    line-height: 1.6;
}



.contact-left {
    flex: 1 1 350px;
    background: #f9f9f9;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    border-right: 1px solid #eee;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.contact-icon {
    width: 40px;
    height: 40px;
    background: #e9eefc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #1d4ed8;
}

.contact-info h4 {
    font-size: 16px;
    margin-bottom: 5px;
    color: #000;
}

.contact-info p {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
}


.contact-right {
    flex: 2 1 500px;
    background: #f7f7f7;
    padding: 40px 30px;
}

.contact-right h2 {
    font-size: 24px;
    font-weight: 700;
    color: #222;
    margin-bottom: 25px;
}

form {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 15px;
}

input,
textarea,
select {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    outline: none;
}


.full-width {
    grid-column: 1 / -1;
}

textarea {
    grid-column: 1 / -1;
    resize: none;
    height: 100px;
}

.submit-btn {
    grid-column: 1 / -1;
    background: #ff7b00;
    color: #fff;
    padding: 12px 20px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
}

.submit-btn:hover {
    background: #e66d00;
}


@media (max-width: 768px) {
    .contact-container {
        flex-direction: column;
    }

    .contact-left {
        border-right: none;
        border-bottom: 1px solid #eee;
    }

    .contact-right {
        padding: 25px;
    }
}

@media (max-width: 480px) {
    .contact-right h2 {
        font-size: 20px;
    }

    .contact-info h4 {
        font-size: 15px;
    }

    .contact-info p {
        font-size: 13px;
    }
}

/* flioght */
/* Flight Section */
.flight-section {
    background: #ffffff;
    padding: 25px 30px;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1100px;
    margin: -65px auto;
    z-index: 1;
    text-align: center;
    position: relative;
}

/* Flight Form */
.flight-form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

/* Form Fields */
.form-field {
    background: #fff;
    border-radius: 10px;
    padding: 10px 15px;
    flex: 1;
    min-width: 170px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.form-field label {
    font-size: 13px;
    color: #00a8ff;
    font-weight: 600;
    margin-bottom: 5px;
}

.form-field input,
.form-field select {
    border: none;
    outline: none;
    font-size: 15px;
    color: #333;
    background: transparent;
    padding: 3px 0;
}

/* Search Button */
.search-btn {
    background: #00bfff;
    color: #fff;
    border: none;
    padding: 15px 25px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: background 0.3s ease;
    flex-shrink: 0;
    white-space: nowrap;
}

.search-btn:hover {
    background: #009ad6;
}

/* ✅ Responsive Design */
@media (max-width: 992px) {
    .flight-section {
        margin: 20px auto;
        padding: 15px;
        text-align: left;
    }

    .flight-form {
        flex-direction: column;
        align-items: stretch;
        justify-content: center;
        gap: 8px;
        /* reduced vertical gap */
    }

    .form-field {
        min-width: 100%;
        width: 100%;
        padding: 8px 10px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    }

    .form-field label {
        font-size: 12px;
        margin-bottom: 4px;
    }

    .form-field input,
    .form-field select {
        font-size: 14px;
        padding: 6px 0;
        border: 1px solid black;
    }

    .search-btn {
        width: 100%;
        padding: 12px;
        font-size: 15px;
        border-radius: 8px;
    }
}



/* 2 */
.flight-routes {
    padding: 62px 20px;
    margin-top: 50px;
}


.flight-routes .container {

    margin: auto;
}


.flight-routes h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #222;
}


.routes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}


.route-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    padding: 15px 20px;
    transition: all 0.3s ease;
    border: 1px solid #eaeaea;
}

.route-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.route-card h4 {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    margin-bottom: 5px;
}

.route-card p {
    font-size: 14px;
    color: #555;
    margin: 2px 0;
}

.route-card .price {
    margin-top: 10px;
    font-size: 14px;
    color: #555;
}

.route-card .price span {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-top: 5px;
}


@media (max-width: 992px) {
    .flight-routes h2 {
        text-align: center;
    }

    .flight-routes {
        padding: 13px 20px;
        margin-top: 1px;
    }

    .routes-grid {
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    }

    .route-card {
        text-align: center;
    }

    .trending-section h2 {
        text-align: left !important;
    }
}


/* end */
/* hotel */
/* 2 */


/* Section Background */
.hotel-routes {

    padding: 60px 20px;
}


.hotel-routes .container {

    margin: auto;
}


.hotel-routes h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #222;
}


.hotel-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}

/* When inside main content with sidebar */
.hotel-main-content .hotel-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}


.hotel-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid #eaeaea;
}

.hotel-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.hotel-card h4 {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    margin-bottom: 5px;
}

.hotel-card p {
    font-size: 14px;
    color: #555;
    margin: 3px 0;
}

.hotel-card .price {
    margin-top: 10px;
    font-size: 14px;
    color: #555;
}

.hotel-card .price span {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-top: 5px;
}

/* Responsive */
@media (max-width: 768px) {
    .hotel-routes h2 {
        text-align: center;
    }

    .hotel-grid {
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    }

    .hotel-card {
        text-align: center;
    }
}


/* end */