:root {
    --brand: #e03b79;
    --ink: #1f2937;
}

* {
    box-sizing: border-box;
}

body {
    font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto,
        Helvetica, Arial;
    font-size: 13px;
    margin: 0;
    overflow-x: hidden;
    background-color: #ffffff;
}

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

li {
    list-style: none;
}

a {
    text-decoration: none !important;
}

/* nav bar css */
.custom-nav-link,
.custom-btn,
.custom-secondary {
    color: #fff !important;
    border: 2px solid #fff !important;
    background: transparent !important;
    border-radius: 25px !important;
    margin: 2px 5px;
    transition: background 0.3s, color 0.3s;
}

.custom-nav-link:hover,
.custom-btn:hover,
.custom-secondary:hover {
    background: rgba(255, 255, 255, 0.5) !important;
    color: yellow !important;
}

.form-control,
.btn-outline-primary {
    border-radius: 60px;
}

.icon {
    color: #fff;
    margin-right: 7px;
}

.navbar-pink-custom {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    min-height: 40px;
}

.custom-secondary {
    padding: 3px 18px !important;
    font-size: 15px !important;
    border-radius: 18px !important;
    line-height: 1.2 !important;
}

/*****Mega Menu Header Start********/
.header-btn-call{
    font-size: 15px;
    padding: 3px 8px;
    border-color: #f13c77;
    color: #f13c77;
    background: #fff;
    border: 1px solid #f13c77;
}
.header-nav {
    padding-top: 70px;
    background: #000;
}
ul.nav-menu {
    padding: 0;
    display: table;
    margin: 0 auto;
}
ul.nav-menu > li {
    float: left;
    list-style: none;
    margin-right: 0;
    margin-bottom: 0;
}
ul.nav-menu > li > a {
    background: transparent;
    padding: 0px 12px;
    color: #000;
    display: table;
    border: 1px solid rgb(255 255 255 / 78%);
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    margin: 9px 9px;
    border-radius: 17px;
}
li.has-wide-menu {
    position: relative;
}
.has-wide-menu:hover:before {
    position: absolute;
    left: 44%;
    top: 36px;
    background: #fff;
    width: 12px;
    height: 12px;
    content: "";
    background-repeat: no-repeat;
    transform: rotate(45deg);
    border-left: 1px solid #999;
    border-top: 1px solid #999;
    z-index: 111;
}
.has-big-menu {
    position: fixed;
    background: 0 0;
    width: 1000px;
    left: 50%;
    top: 98px;
    transform: translateX(-50%);
    padding-top: 15px;
    display: none;
    z-index: 11;
}
.inside-has-big-menu {
    background: #fff;
    border: 1px solid #999;
    padding: 15px 20px;
    border-radius: 13px;
    padding-bottom: 30px;
}
.inside-has-big-menu > h3 {
    margin: 0;
    text-align: center;
    border-bottom: 1px solid #cecece;
    margin-bottom: 7px;
    font-size: 22px;
    padding-top: 4px;
    padding-bottom: 15px;
    font-weight: 700;
    color: #343434;
}
.inside-menu-cat-part {
    display: table;
    width: 100%;
}
.inside-menu-cat-part .menu-cat-part {
    float: left;
    width: 100%;
}
.menu-cat-part a {
    display: inline-flex;
    color: #343434;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    position: relative;
    padding-left: 15px;
    margin-bottom: 12px;
    text-transform: lowercase;
    width: 24%;
}
.link-card {
    min-height: 45px;
    border: 1px solid #f13c77;
    border-radius: 10px;
    width: 100%;
    display: flex;
    position: relative;
}
.link-card img {
    width: 45px;
    height: 45px;
    object-fit: cover;
    border-radius: 8px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.link-card span {
    text-transform: capitalize;
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    line-height: 15px;
}
a.link-card-btn {
    width: 24%;
    margin-bottom: 0 !important;
    display: inline-block;
}
a.link-card-btn span {
    width: 100%;
    display: table;
    text-align: center;
    border: 1px solid #f13c77;
    padding: 13px 0;
    border-radius: 10px;
    font-size: 19px;
    text-transform: capitalize;
    font-weight: 500;

    color: #f13c77;
}
a.link-card-btn:hover span {
    background: #f13c77;
    color: #fff;
}
.mega-menu-heading {
    text-align: center;
    margin-bottom: 10px;
}
.mega-menu-heading h3 {
    margin: 0;
    padding: 0;
    color: #f13c77;
}
.mega-menu-heading img {
    max-width: 350px;
    width: 100%;
}
.link-card:hover {
    background: #f13c77;
}
.link-card:hover span {
    color: #fff;
}
.has-big-menu:hover,
ul.nav-menu > li:hover .has-big-menu {
    display: block;
}

/*****Mega Menu Header End ********/


header .btn.btn-outline-primary:hover {
    background: var(--brand);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(224, 59, 121, 0.2);
}

.hero {
    position: relative;
    height: 70vh;
    display: flex;
    align-items: flex-start;
    padding-top: 20px;
    font-family: "Cinzel Decorative", serif;
    transition: background-image 1s ease-in-out;
    overflow: hidden;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1;
}

/* Old hero inner - not used with new swiper hero */
.hero.hero-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 80px 0 180px 0;
}

.hero-content {
    max-width: 900px;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
    color: #fff;
    animation: fadeInUp 1.2s ease-out;
}

@keyframes fadeInUp {
    from {
        transform: translateY(30px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.hero-title {
    font-size: 2.3rem;
    font-weight: 700;
    line-height: 1.2;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    margin-bottom: 12px;
}

.text-highlight {
    color: #ff9d7d;
    position: relative;
    display: inline-block;
}

.text-highlight::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #ff9d7d;
    animation: lineGrow 1.5s ease-out forwards;
    transform-origin: left;
}

@keyframes lineGrow {
    from {
        transform: scaleX(0);
    }

    to {
        transform: scaleX(1);
    }
}

/* HERO FEATURES */
.hero-features {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 8px;
    animation: fadeInUp 1.6s ease-out;
    flex-wrap: wrap;
}

.hero-features span {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 500;
    background: rgba(255, 255, 255, 0.1);
    padding: 6px 14px;
    border-radius: 20px;
    backdrop-filter: blur(5px);
    transition: background 0.3s, transform 0.3s;
}

.hero-features span:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.hero-features i {
    color: #ff9d7d;
    font-size: 14px;
}

/* SEARCH BAR */
.hero-search {
    max-width: 600px;
    width: 60%;
    background: rgba(255, 255, 255, 0.1);
    /* frosted glass base */
    border-radius: 30px;
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.22);
    padding: 4px;
    margin: 0 auto 40px auto;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

/* White background on focus using :focus-within */
.hero-search:focus-within {
    background-color: #ffffff;
    border-color: #e03b79;
    box-shadow: 0 0 8px rgba(224, 59, 121, 0.6);
}

/* Input text color changes on focus */
.hero-search:focus-within .form-control {
    background-color: transparent;
    /* input transparent so container white shows */
    color: #333333;
}

/* Search icon normal and focus color */
.hero-search i {
    margin-left: 14px;
    color: #fff;
    font-size: 18px;
    transition: color 0.3s ease;
}

.hero-search:focus-within i {
    color: #e03b79;
}

/* Input styles */
.hero-search .form-control {
    flex: 1 1 auto;
    min-width: 0;
    background: transparent;
    border: none;
    outline: none;
    height: 38px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    border-radius: 0;
    padding: 0 10px;
    transition: color 0.3s ease;
}

.hero-search .form-control::placeholder {
    color: rgba(255, 255, 255, 0.95);
    transition: color 0.3s ease;
}

/* Button styling */
.hero-search .btn {
    flex: 0 0 auto;
    border-radius: 30px;
    height: 38px;
    font-size: 15px;
    font-weight: 600;
    background: linear-gradient(90deg, #e03b79 0%, #ff9d7d 100%);
    border: none;
    color: #fff;
    padding: 0 22px;
    box-shadow: 0 2px 9px 0 rgba(224, 59, 121, 0.19);
    transition: background 0.2s, box-shadow 0.2s;
}

.hero-search .btn:focus,
.hero-search .form-control:focus {
    box-shadow: none;
    outline: none;
}

/* RESPONSIVE STYLES */
@media (max-width: 991.98px) {
    .header-nav {
        display: none;
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 111;
    }
    ul.nav-menu > li {
        width: 100%;
        display: table;
    }
    ul.nav-menu > li > a {
        padding: 10px 15px;
        border: 0px solid rgb(255 255 255 / 78%);
        margin: 5px 0px;
        width: 100%;
        border-bottom: 1px solid #fff;
        border-radius: 0;
        display: table;
        margin: 0;
    }
    .has-big-menu {
        position: unset;
        background: 0 0;
        width: 100%;
        left: unset;
        top: unset;
        transform: unset;
        padding-top: 0px;
        height: 60vh;
        overflow-y: scroll;
        background: #fff;
        width: calc(100% + 30px);
        margin: 0 -15px;
    }
    .inside-has-big-menu {
        background: #fff;
        border-radius: 0;
    }
    .menu-cat-part a {
        width: 100%;
    }
    .link-card span {
        font-size: 16px;
    }
    .has-big-menu:hover,
    ul.nav-menu > li:hover .has-big-menu {
        display: none;
    }
    .has-wide-menu:hover:before {
        display: none;
    }










    .hero-inner {
        padding-top: 60px;
        padding-bottom: 120px;
    }

    .hero-title {
        font-size: 2rem;
    }

    .hero-search {
        width: 90%;
    }

    .hero-categories {
        gap: 28px;
    }

    .hero-category {
        width: 70px;
        height: 70px;
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .hero {
        height: auto;
        padding-bottom: 60px;
    }

    .hero-inner {
        padding-top: 40px;
        padding-bottom: 70px;
    }

    .hero-title {
        font-size: 1.6rem;
    }

    .hero-search {
        width: 100%;
        min-width: 0;
    }

    .hero-content {
        font-size: 0.96rem;
    }

    .hero-categories {
        gap: 20px;
        margin-bottom: 30px;
    }

    .hero-category {
        width: 60px;
        height: 60px;
        font-size: 11px;
    }
}

/* Dots */
.hero-indicators {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 5;
}

.hero-indicators .dot {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 20px;
    transition: all 0.5s ease;
    cursor: pointer;
}

.hero-indicators .dot.active {
    width: 25px;
    background: #ff9d7d;
}

/* ========== NEW HERO SECTION WITH SWIPER ========== */
.hero-section {
    position: relative;
    height: 70vh;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.heroSwiper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.heroSwiper .swiper-slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Dark Overlay on Swiper */
.hero-section .hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1;
}

/* Content Overlay - Position above swiper */
.hero-section .hero-inner {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 2 !important;
    width: 100% !important;
    max-width: 1200px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    pointer-events: none;
    padding: 0 15px !important;
    margin: 0 !important;
}

.hero-section .hero-inner * {
    pointer-events: auto;
}
.desk-view{
    display: block;
}
.mob-view{
    display: none;
}
/* Responsive adjustments */
@media (max-width: 768px) {
    .desk-view{
        display: none;
    }
    .mob-view{
        display: block;
    }
    .mega-menu-heading h3{
        font-size: 18px;
    }
    nav.nav.mob-header-top {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 111;
        background: #000;
        color: #fff;
        width: 100%;
    }
    nav.nav.mob-header-top a {
        color: #fff !important;
        width: 25%;
        padding: 5px 0;
        text-align: center;
    }
    .container.upper-navbar {
        padding-top: 10px;
        position: fixed;
        top: 20px;
        left: 0;
        background: #fff;
        z-index: 999;
    }
    button.toggle-btn.mob-view {
        position: absolute;
        right: 15px;
        top: 25px;
        padding: 0;
        border: 0;
        background: #fff;
        font-size: 30px;
    }
    .header-gapper{
        display: table;
        height: 100px;
    }
    ul.nav-menu {
        display: none;
        position: fixed;
        left: 0;
        top: 100px;
        width: 100%;
        z-index: 9999;
        background: #f13c77;
    }
    .inside-has-big-menu {
        padding: 15px 30px;
    }
    .menu-cat-part a {
        padding-left: 0;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .hero-section {
        height: 60vh;
    }

    .hero-section .hero-inner {
        padding: 0 20px !important;
    }
}

/* aeroplane shaped destination */
/* .destinations-section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    background-color: #fdfdfd;
} */

.section-subtitle {
    font-family: "Great Vibes", cursive;
    font-size: 1.4rem;
    color: #d61e76 !important;
    margin-bottom: 30px;
}

.section-heading {
    font-family: "Cinzel Decorative", serif;
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 0px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: linear-gradient(90deg, #0b3b91, #e03b79);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

/* Destination Card */
.dest-card {
    position: relative;
    cursor: pointer;
    transition: all 0.4s ease;
    padding-top: 0;
    margin-top: 20px;
}

.dest-card:hover {
    transform: translateY(-8px);
}

.dest-card .dest-img {
    position: relative;
    width: 100%;
    aspect-ratio: 3/4;
    background-size: cover;
    background-position: center;
    border: 8px solid #eef1f6;
    border-radius: 42% 42% 48% 48% / 32% 32% 40% 40%;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1),
        0 -2px 0 rgba(255, 255, 255, 0.6) inset,
        0 2px 0 rgba(0, 0, 0, 0.15) inset;
    overflow: hidden;
    transition: all 0.4s ease;
}

/* white glass border */
.dest-card .dest-img::before {
    content: "";
    position: absolute;
    inset: 8px;
    border-radius: 42% 42% 48% 48% / 32% 32% 40% 40%;
    border: 6px solid #ffffff;
    box-shadow: inset 0 10px 18px rgba(0, 0, 0, 0.08),
        0 1px 0 rgba(255, 255, 255, 0.7);
    pointer-events: none;
    z-index: 1;
}

/* 🔥 bottom shadow — NEW CODE */
.dest-card .dest-img::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.7),
        rgba(0, 0, 0, 0)
    );
    border-radius: inherit;
    pointer-events: none;
    z-index: 2;
}

.dest-card:hover .dest-img {
    transform: scale(1.05);
}

.dest-img-overlay-content {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    text-align: center;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}

.dest-title {
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    margin-top: 10px;
    font-size: 1.55rem;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
    color: #fff;
 
}
.dest-card:hover .dest-title {
    color: #d61e76;
    /* Hover color override */
}

.total-count-items-overlay {
    color: #fff;
}

.dest-card:hover .total-count-items-overlay{
    color: #d61e76;
} 
@media (max-width: 768px) {
    /* Make row behave as a horizontal scroll track */
    .destinations-section .row {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        justify-content: flex-start;
        padding: 0 10%; /* creates left/right space for half cards */
        gap: 10px;
    }

    /* Each card = 80% width → middle full, sides half visible */
    .destinations-section .col-6 {
        flex: 0 0 80% !important;
        max-width: 80% !important;
        scroll-snap-align: center;
        transition: transform 0.6s ease;
    }

    .dest-card {
        margin: 10px 0;
    }

    /* Hide scrollbar */
    .destinations-section .row::-webkit-scrollbar {
        display: none;
    }

    /* Dots below */
    .slider-dots {
        display: flex;
        justify-content: center;
        margin-top: 12px;
        gap: 6px;
    }

    .dot {
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background-color: #ccc;
        transition: all 0.3s ease;
    }

    .dot.active {
        width: 14px;
        height: 7px;
        border-radius: 8px;
        background: linear-gradient(90deg, #0b3b91, #e03b79);
    }
}



/* top destination */
.section-top-dest .section-title span {
    background: linear-gradient(90deg, #0b3b91, #e03b79);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-family: "Cinzel Decorative", serif;
}

.topdest-track {
    display: flex;
    overflow-x: auto;
    gap: 20px;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.topdest-track::-webkit-scrollbar {
    display: none;
}

.topdest-item {
    min-width: calc((100% / 4.5) - 16px);
    flex: 0 0 auto;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-tour {
    position: relative;
    height: 300px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

/* Card hover */
.card-tour:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    z-index: 10;
}

/* Make image cover entire card */
.tour-image {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 16px;
}

/* Details overlay (text & buttons) */
.tour-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent);
    color: white;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 0 0 16px 0 !important;
    z-index: 2;
    padding: 15px 0 15px 0 !important;
    padding-left: 0px !important;
}

.tour-info .cta,
.tour-info .btn {
    margin-left: 0px !important;
    padding-left: 0px !important;
}

/* Compact shared button style */
.tour-info .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50rem;
    font-size: 1.69rem;
    font-weight: 550;
    line-height: 1;
    height: 28px;
    border-width: 2px;
    transition: all 0.3s ease;
    white-space: nowrap;
    padding: 0 1.3rem;
    box-sizing: border-box;
    padding-left: 10px !important;
}

/* Outlined (light) button — slightly less padding */
.tour-info .btn-light {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.9);
    color: #fff;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}

.tour-info .btn-light:hover {
    background-color: #e03b79;
    border-color: #e03b79;
    color: #fff;
    box-shadow: 0 3px 10px rgba(224, 59, 121, 0.4);
    padding-left: 1px;
}

.tour-info .btn-primary {
    background-color: #007bff;
    border: 2px solid #007bff;
    color: #fff;
    margin-left: -6px;
    /* Adjust as needed */
}

.tour-info .btn-primary:hover {
    background-color: #e03b79;
    border-color: #e03b79;
    color: #fff;
    box-shadow: 0 3px 10px rgba(224, 59, 121, 0.4);
}

/* Scroll arrow buttons */
.topdest-arrow {
    position: absolute;
    top: 50%;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #0b3b91;
    color: white;
    border: none;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
    transform: translateY(-50%);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    padding: 0;
}

.topdest-arrow.left {
    left: 100px !important;
}

.topdest-arrow.right {
    right: 100px !important;
}

.topdest-arrow:hover {
    background-color: #e03b79;
    box-shadow: 0 8px 25px rgba(224, 59, 121, 0.5);
    transform: translateY(-50%) scale(1.15);
}

@media (max-width: 768px) {
    .topdest-item {
        min-width: calc((100% / 1.5) - 16px);
        /* 1.5 cards */
    }

    .card-tour {
        height: 80px;
    }

    .topdest-arrow.left {
        left: 10px !important;
    }

    .btn-primary {
        padding-left: 10px;
    }

    .topdest-arrow.right {
        right: 10px !important;
    }
}

.btn-primary,
.btn-secondary,
.btn {
    font-size: 1.98rem;
    padding: 10px 20px;
    border-radius: 8px;
}

.tour-info .cta .btn {
    flex: 1;
    text-align: center;
}

@media (min-width: 769px) {
    .topdest-item {
        min-width: calc((100% / 4.5) - 16px);
    }

    .topdest-arrow.right {
        right: 100px !important;
    }
}

/* top packges  */
.section-top-packages .section-title span {
    background: linear-gradient(90deg, #0b3b91, #e03b79);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-family: "Cinzel Decorative", serif;
}

.toppack-track {
    display: flex;
    overflow-x: auto;
    gap: 20px;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.toppack-track::-webkit-scrollbar {
    display: none;
}

.toppack-item {
    min-width: calc((100% / 5.5) - 16px);
    flex: 0 0 auto;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-tour {
    position: relative;
    height: 320px;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.card-tour:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    z-index: 10;
}

.tour-image {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.tour-info {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent);
    color: white;
    z-index: 2;
    padding: 15px 1px;
}

.tour-info .cta {
    display: flex;
    align-items: center;
    gap: 10px;
}

.tour-info .btn {
    border-radius: 50rem;
    font-size: 0.62rem;
    font-weight: 550;
    height: 28px;
    transition: all 0.3s ease;
    padding: 0 0.9rem;
}

.tour-info .btn-light {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.9);
    color: #fff;
}

.tour-info .btn-light:hover {
    background-color: #e03b79;
    border-color: #e03b79;
    box-shadow: 0 3px 10px rgba(224, 59, 121, 0.4);
}

.tour-info .btn-primary {
    background-color: #007bff;
    border: 2px solid #007bff;
}

.tour-info .btn-primary:hover {
    background-color: #e03b79;
    border-color: #e03b79;
    box-shadow: 0 3px 10px rgba(224, 59, 121, 0.4);
}

/* Badge */
.badge-gradient {
    position: absolute;
    top: 12px;
    left: 12px;
    background: linear-gradient(90deg, #007bff, #e03b79);
    color: #fff;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 5;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
}

.badge-gradient:hover {
    box-shadow: 0 0 10px rgba(224, 59, 121, 0.6),
        0 0 20px rgba(0, 123, 255, 0.5);
    transform: scale(1.05);
}

/* Scroll arrows */
.toppack-arrow {
    position: absolute;
    top: 50%;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #0b3b91;
    color: white;
    border: none;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
    transform: translateY(-50%);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
}

.toppack-arrow.left {
    left: 100px;
}

.toppack-arrow.right {
    right: 100px;
}

.toppack-arrow:hover {
    background-color: #e03b79;
    box-shadow: 0 8px 25px rgba(224, 59, 121, 0.5);
    transform: translateY(-50%) scale(1.15);
}

@media (max-width: 768px) {
    .toppack-item {
        min-width: calc((100% / 1.5) - 16px);
        /* Show approx 2.5 cards on small screens */
    }

    .toppack-arrow.left {
        left: 10px !important;
        /* Bring arrows closer to edges on smaller screens */
    }

    .toppack-arrow.right {
        right: 10px !important;
    }
}

@media (min-width: 769px) {
    .toppack-item {
        min-width: calc((100% / 4.5) - 16px);
        /* Keep original card width for large screens */
    }

    .toppack-arrow.left {
        left: 100px !important;
        /* Original arrow position */
    }

    .toppack-arrow.right {
        right: 100px !important;
    }
}

/* minicards */

/* Section background */
.tour-section {
    background-color: rgba(240, 234, 212, 0.21);
    width: 100%;
    font-family: "Cinzel Decorative", serif;
}

/* Card styles */
.tour-card {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    border-radius: 20px !important;
    padding: 0.5rem;
    max-width: 340px;
    margin: auto;
}

/* Image container */
.image-wrapper {
    position: relative;
    width: 130px;
    height: 130px;
    border-radius: 20px !important;
    overflow: hidden;
}

.image-wrapper img {
    object-fit: cover;
}

/* Badge overlay */
.badge-custom {
    position: absolute;
    bottom: 1.5px;
    left: 1.5px;
    background-color: white;
    padding: 3px 8px;
    border-radius: 6px 60px;
    font-size: 0.75rem;
}

/* Price text */
.price {
    font-size: 1rem;
}

/* Phone icon */
.phone-icon {
    color: #e03a78;
    font-size: 1rem;
}

/* Buttons */
button.btn {
    font-size: 0.85rem;
}
/* 📱 Reduce gap between minicards on mobile */
@media (max-width: 768px) {
    .tour-card {
        margin-bottom: 15px !important;
    }
}

/* === Base Style === */
.mini-banner {
    overflow: hidden;
}

.banner-wrapper {
    border-radius: 30px; /* curved edges */
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.banner-wrapper:hover {
    transform: scale(1.02);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.mini-banner-img {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 30px;
}

/* === Responsive Adjustments === */
@media (max-width: 992px) {
    .mini-banner-img {
        height: 220px;
        border-radius: 25px;
    }
}

@media (max-width: 768px) {
    .mini-banner-img {
        height: 180px;
        border-radius: 22px;
    }
}

@media (max-width: 480px) {
    .mini-banner-img {
        height: 160px;
        border-radius: 18px;
    }
}

/* Glass-style Category Cards */
.glass-card {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.35s ease;
    box-shadow: 0 4px 20px rgba(255, 165, 0, 0.15);
    cursor: pointer;
}

/* Hover Effect */
.glass-card:hover {
    background: rgba(255, 182, 233, 0.25);
    border-color: rgba(255, 255, 255, 0.9);
    transform: translateY(-8px) scale(1.07);
    box-shadow: 0 8px 30px rgba(255, 255, 255, 0.35);
}

/* Icons and Text */
.glass-card i {
    color: #ffffffff; /* Rajasthan orange */
    text-shadow: 0 0 10px rgba(254, 158, 227, 0.6);
    transition: color 0.3s ease, transform 0.3s ease;
}

.glass-card:hover i {
    color: #deb2d2ff;
    transform: scale(1.15);
}

.glass-card h6 {
    font-size: 0.85rem;
    color: #fff;
    letter-spacing: 0.3px;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    margin-top: 4px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .glass-card {
        width: 95px;
        height: 95px;
    }
    .glass-card i {
        font-size: 1.4rem !important;
    }
    .glass-card h6 {
        font-size: 0.75rem;
    }
}

/* normal banner */
.banner {
    position: relative;
    height: 400px;
    background-image: url("https://i.pinimg.com/1200x/31/26/05/3126050a050e7f2cb656bb9f3bfd2030.jpg");
    background-size: cover;
    background-position: center;
    border-radius: 0;
    overflow: hidden;
    width: 99.8%;
}

/* Darker overlay with gradient for smoothness */
.banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.6),
        rgba(0, 0, 0, 0.3)
    );
    z-index: 1;
}

/* Text container improvements */
.banner > div.position-absolute.text-white {
    position: relative;
    z-index: 2;
    max-width: 90%;
    max-width: 600px;
    padding: 0 15px;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
}

/* Text styles with responsive sizing */
.banner h3 {
    font-weight: 700;
    font-size: 2.5rem;
    letter-spacing: 1.5px;
    margin-bottom: 0.5rem;
}

.banner p {
    font-size: 1.25rem;
    letter-spacing: 1px;
    margin-bottom: 0;
    font-weight: 500;
    opacity: 0.9;
}

/* Optional: fade-in animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.banner > div.position-absolute.text-white {
    animation: fadeInUp 1s ease forwards;
}

/* Rajasthan Section Wrapper */
.rajasthan-section {
    padding: 40px 0;
}

/* Rajasthan Banner Carousel */
.rajasthan-banner-carousel {
    border-radius: 16px;
    overflow: hidden;
    height: 632px;
    /* Fixed height */
    position: relative;
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    /* fallback color for small images */
}

/* Fix: Banner image fits inside container without expansion */
.rajasthan-banner-carousel img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    /* maintains ratio and fills area neatly */
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 10px;
}

/* Rajasthan Card styling */
.rajasthan-card {
    position: relative;
    height: 200px;
    border: none;
    border-radius: 10px;
    overflow: hidden;
    margin: 0;
    font-family: "Cinzel Decorative", serif;
}

/* Smaller 9th card */
.rajasthan-card.small {
    height: 150px;
}

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

.rajasthan-card:hover img {
    transform: scale(1.05);
}

/* Overlay text */
.rajasthan-card-body {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    color: #fff;
    z-index: 2;
}

.rajasthan-card-title {
    font-size: 0.95rem;
    font-weight: 600;
    margin: 0;
}

.rajasthan-card-text {
    font-size: 0.8rem;
    margin: 0;
    opacity: 0.9;
}

/* View More button styling */
.rajasthan-view-more-btn {
    display: inline-block;
    text-align: center;
    width: 100%;
    padding: 12px;
    background: linear-gradient(90deg, #0b3b91, #e03b79);
    border: none;
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
    transition: 0.3s ease;
    font-family: "Cinzel Decorative", serif;
}

.rajasthan-view-more-btn:hover {
    transform: translateY(-2px);
}

/* Capsule banner with reduced height/width */
.full-banner {
    position: relative;
    height: 48px !important;
    /* reduced height */
    width: 60%;
    /* reduced width */
    margin: 0 auto;
    /* center */
    border-radius: 2rem;
    overflow: hidden;
    display: block;
    font-family: "Cinzel Decorative", serif;
}

.banner-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 2;
}

@media (max-width: 768px) {
    .full-banner {
        height: 90px;
        width: 100%;
    }
}

/* Adjust small cards */
.card.h-100 {
    height: auto;
    max-height: 280px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card.h-100:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    z-index: 5;
}

.card-img-top {
    object-fit: cover;
    height: 160px;
}

/* Container maximum width */
.container {
    max-width: 1140px;
}

/* View More button capsule shape and hover */
section.py-5 .btn-primary {
    border-radius: 50rem;
    padding-left: 18px;
    padding-right: 18px;
    min-height: 38px;
    font-weight: 600;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

section.py-5 .btn-primary:hover {
    background-color: #e03b79;
    box-shadow: 0 8px 20px rgba(224, 59, 121, 0.4);
    color: white;
}

/* EXPERIENCE RAJASTHAN SECTION */
.experience-section {
    background-color: #fff;
    text-align: center;
}

.experience-section h2 {
    font-size: 2rem;
    letter-spacing: 1px;
    font-family: "Cinzel Decorative", serif;

    /* Gradient text */
    background: linear-gradient(90deg, #0b3b91, #e03b79);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    /* for non-webkit browsers */
    color: transparent;
    /* fallback */
}

.experience-section p {
    font-size: 1.1rem;
    color: #d4007f;
}

/* Cards */
.exp-card {
    position: relative;
    overflow: hidden;
    border-radius: 0.5rem;
    height: 280px;
    font-family: "Cinzel Decorative", serif;
}

.exp-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.exp-card:hover img {
    transform: scale(1.1);
}

/* Overlay Text */
.exp-card .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
}

.exp-card .overlay h4 {
    color: #fff;
    font-weight: 700;
    font-size: 1.4rem;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}

/* Responsive spacing */
@media (max-width: 768px) {
    .exp-card {
        height: 200px;
    }

    .exp-card .overlay h4 {
        font-size: 1.1rem;
    }
}

.exp-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
    transition: transform 0.4s ease-in-out;
}

.exp-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease-in-out;
    border-radius: 10px;
}

.exp-card:hover img {
    transform: scale(1.1);
    filter: brightness(0.7);
}

.exp-card .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.exp-card:hover .overlay {
    opacity: 1;
}

.exp-card .overlay h4 {
    font-family: "Cinzel Decorative", serif;
    font-size: 1.1rem;
    margin-bottom: 6px;
    letter-spacing: 0.5px;
}

.exp-card .overlay .btn {
    background: linear-gradient(45deg, #ff4081, #ff80ab);
    border: none;
    color: white;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 30px;
    transition: background 0.3s ease;
    font-size: 0.85rem;
}

.exp-card .overlay .btn:hover {
    background: linear-gradient(45deg, #d61e76, #ff4081);
}

/* Reduce spacing between cards further for small screens */
@media (max-width: 768px) {
    .row.g-1 > [class*="col-"] {
        padding: 2px !important;
    }
}

.rajasthan-banner {
    background-image: url("../../Images/foodimg.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    /* keeps image still while scrolling */
    min-height: 70vh;
    /* full screen height */
    position: relative;
}

.rajasthan-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    /* dark overlay for contrast */
}

.rajasthan-banner .container {
    position: relative;
    z-index: 2;
}

.rajasthan-banner h1 {
    font-size: 3rem;
    letter-spacing: 2px;
    font-family: "Cinzel Decorative", serif;
}

.rajasthan-banner p {
    max-width: 700px;
    margin: 0 auto;
    font-size: 1.1rem;
}

.rajasthan-banner .btn:hover {
    background-color: #ffc107;
    color: #000;
}

/* Sell Card Section */
.sell-card {
    background: #ffffff;
    box-shadow: 0 5px 22px rgba(0, 0, 0, 0.08);
    border-radius: 1.5rem;
    overflow: hidden;
    min-width: 320px;
    margin-bottom: 10px;
    transition: box-shadow 0.2s;
    background: linear-gradient(145deg, #ffe6ef43 0%, #ffd9ec74 40%, #fff 100%);
    border: 1px solid rgba(224, 59, 122, 0.079);
    box-shadow: 0 8px 20px rgba(224, 59, 121, 0.15);
}

.sell-card:hover {
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.14);
    transform: translateY(-6px);
}

.sell-card .thumb {
    height: 180px;
    background-size: cover;
    background-position: center;
    border-radius: 0 0 2rem 2rem;
}

.sell-card .body {
    padding: 1.1rem 1.1rem 1rem 1.1rem;
    min-height: 190px;
}

.sell-card .fw-semibold {
    font-weight: 600;
}

.sell-card .meta {
    color: #666;
    font-size: 0.91rem;
}

.sell-card .includes {
   color: #0b3b91;
    font-size: 0.99rem;
    font-weight: 500;
    letter-spacing: 0.01em;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.sell-card .price {
    color: #e03b79;
    font-size: 1.22rem;
    font-weight: bold;
}

.sell-card .emi {
    color: #007bff;
    font-size: 0.95rem;
    font-weight: 500;
}

.sell-card .actions {
    gap: 16px;
}

/* Main Action Buttons */
.sell-card .btn {
    font-size: 1.05rem;
    font-weight: 550;
    border-radius: 50rem !important;
    padding: 0.44rem 1.3rem;
    /* Ensures space inside the button */
    transition: background 0.2s, box-shadow 0.2s;
    box-shadow: none;
}

.sell-card .btn-outline-dark {
    border: 2px solid #212529;

    color: #212529;
    background: transparent;
    margin-bottom: 0px !important;
}

.sell-card .btn-outline-dark:hover {
    background: #e03b79;
    color: #fff;
    border-color: #e03b79;
}

.sell-card .btn-primary {
    background: #007bff;
    border: 2px solid #007bff;
    color: #fff;
}

.sell-card .btn-primary:hover {
    background: #e03b79;
    color: #fff;
    border-color: #e03b79;
}

/* Responsive Scroll container */
.scroll-container {
    gap: 26px;
    padding-bottom: 2px;
    /* slight space below cards */
}

/* Scroll buttons */
.scroll-btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #0b3b91;
    color: #fff;
    border: none;
    font-size: 1.35rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scroll-btn:hover {
    background-color: #e03b79;
    transform: scale(1.13);
}

/* Typography for the section */
.section-title span {
    background: linear-gradient(90deg, #0b3b91, #e03b79);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-family: "Cinzel Decorative", serif;
}

/* Scroll buttons  */
.scroll-btn {
    position: absolute;
    top: 50%;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #0b3b91;
    color: white;
    border: none;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
    transform: translateY(-50%);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    padding: 0;
}

.scroll-btn.left {
    left: -25px !important;
}

.scroll-btn.right {
    right: -25px !important;
}

.scroll-btn:hover {
    background-color: #e03b79;
    box-shadow: 0 8px 25px rgba(224, 59, 121, 0.5);
    transform: translateY(-50%) scale(1.15);
}

.scroll-container {
    position: relative;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.scroll-container::-webkit-scrollbar {
    display: none;
}

/* Why Us Section */
.why-us-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
}

.why-us-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.why-us-icon {
    color: var(--brand);
}

/* Reviews Section */
.reviews-carousel {
    display: flex;
    gap: 30px;
    overflow: hidden;
    padding: 20px 0;
}

.review-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 25px;
    min-width: 300px;
    max-width: 350px;
    flex: 0 0 auto;
    margin: 0 15px;
    animation: slideReviews 30s linear infinite;
    transition: all 0.3s ease;
}

.review-card:hover {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.reviews-carousel:hover .review-card {
    animation-play-state: paused;
}

@keyframes slideReviews {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.stars {
    color: #ffc107;
}

.review-text {
    font-style: italic;
    color: #555;
    line-height: 1.6;
    margin-bottom: 15px;
}

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

.reviewer-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

/* Blog Section Title */
.blog-title span.brand {
    background: linear-gradient(90deg, #0b3b91, #e03b79);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Cinzel Decorative", serif;
    font-weight: 700;
}

/* Carousel Wrapper */
.blog-carousel-wrapper {
    overflow-x: auto;
    padding-bottom: 6px;
    /* slight shadow drop */
}

/* Blog Carousel Flex */
.blog-carousel {
    display: flex;
    gap: 28px;
    /* spacing between cards */
    transition: left 0.3s;
}

/* Blog Card */
.blog-card {
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border-radius: 1.5rem;
    overflow: hidden;
    height: 100%;
    min-width: 320px;
    transition: box-shadow 0.2s, transform 0.2s;
}

.blog-card:hover {
    box-shadow: 0 12px 32px rgba(224, 59, 121, 0.16);
    transform: translateY(-8px);
}

.blog-thumb {
    height: 200px;
    background-size: cover;
    background-position: center;
    border-radius: 1rem 1rem 0 0;
}

.blog-card h5 {
    font-size: 1.15rem;
    font-weight: 600;
}

.blog-meta {
    color: #555;
    font-size: 0.92rem;
}

/* Blog Card Body */
.blog-card .p-3 {
    padding: 1.1rem;
}

/* Blog Card Paragraph */
.blog-card p {
    color: #222;
    font-size: 0.98rem;
    margin-bottom: 0;
}

/* Blog Card Actions */
.blog-card .mt-3 {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

/* Main Action Buttons */
.blog-card .btn {
    font-size: 1.01rem;
    font-weight: 550;
    border-radius: 50rem;
    padding: 0.43rem 1.25rem;
    box-shadow: none;
    transition: background 0.19s, box-shadow 0.19s;
}

.blog-card .btn-primary {
    background: #0b3b91;
    border: 2px solid #0b3b91;
    color: #fff;
}

.blog-card .btn-primary:hover {
    background: #e03b79;
    border-color: #e03b79;
    color: #fff;
    box-shadow: 0 4px 18px rgba(224, 59, 121, 0.18);
}

.blog-card .btn-light {
    background: #fff;
    border: 2px solid #eee;
    color: #0b3b91;
}

.blog-card .btn-light:hover {
    background: #e03b79;
    color: #fff;
    border-color: #e03b79;
    box-shadow: 0 4px 18px rgba(224, 59, 121, 0.18);
}

/* Responsive tweaks for mobile */
@media (max-width: 991px) {
    .blog-carousel {
        gap: 22px;
    }

    .blog-card {
        min-width: 260px;
    }
}

/* Top Activities Section */
.section-top-activities {
    padding: 0;
    background: #f8f9fa;
}

.activities-container {
    display: flex;
    height: 400px;
    gap: 20px;
    position: relative;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}

.video-card {
    position: absolute;
    width: 25%;
    height: 90%;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transition: all 0.5s ease;
    transform: translateX(100%) scale(0.8);
    opacity: 0.7;
    z-index: 1;
}

.video-card.active {
    width: 50%;
    height: 100%;
    transform: translateX(0) scale(1);
    opacity: 1;
    z-index: 3;
}

.video-card:not(.active) + .video-card:not(.active) {
    transform: translateX(-100%) scale(0.8);
    z-index: 1;
}

.video-card video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: rgba(255, 255, 255, 0.3);
}

.progress-fill {
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, #e03b79, #0b3b91);
    transition: width 25s linear;
}

.video-card.active .progress-fill {
    width: 100%;
}

.card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.8) 0%,
        rgba(0, 0, 0, 0) 100%
    );
    color: #fff;
}

.card-content h4 {
    margin-bottom: 5px;
    font-weight: 600;
}

.card-content p {
    margin-bottom: 15px;
    opacity: 0.9;
    font-size: 14px;
}

.card-content .btn {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
    transition: all 0.3s ease;
}

.card-content .btn:hover {
    background: #fff;
    color: #333;
}

.thumb {
    height: 180px;
    background-size: cover;
    background-position: center;
    position: relative;
    border-radius: 12px 12px 0 0;
    transition: all 0.3s ease;
}

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

/* Live Trip Section */
.live-trip-section {
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
    position: relative;
    z-index: 1;
}

/* Video Section */
.video-section {
    position: relative;
    width: 95%;
    /* wider than container look */
    max-width: 1100px;
    /* increased width */
    margin: 0 auto;
    height: 420px;
    /* reduced height */
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    background: #000;
}

/* Line Timer */
.line-timer {
    position: absolute;
    top: 0;
    left: 0;
    height: 6px;
    width: 0%;
    background: linear-gradient(90deg, #007bff, #e83e8c);
    animation: moveLine 15s linear infinite;
    z-index: 10;
}

@keyframes moveLine {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

/* Overlay for depth */
.video-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top right,
        rgba(0, 0, 0, 0.4),
        rgba(255, 255, 255, 0.05)
    );
    pointer-events: none;
    z-index: 5;
}

/* Button */
.video-button {
    position: absolute;
    bottom: 20px;
    left: 30px;
    z-index: 15;
    background-color: #e83e8c;
    border: none;
    color: #fff;
    font-weight: 600;
    padding: 10px 22px;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.video-button:hover {
    background-color: #d61e76;
    color: #d3d3d3;
    transform: scale(1.05);
}

/* Responsive Tweaks */
@media (max-width: 992px) {
    .video-section {
        height: 350px;
        border-radius: 25px;
    }
}

@media (max-width: 576px) {
    .video-section {
        height: 280px;
        border-radius: 20px;
    }

    .video-button {
        bottom: 15px;
        left: 20px;
        font-size: 0.9rem;
        padding: 8px 18px;
    }
}

/* Footer */
.footer {
    background-color: #0b3b91;
    color: #fff;
    padding: 50px 0 0;
    margin-bottom: 0;
}

.footer h5 {
    font-weight: 600;
    margin-bottom: 20px;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: #fff;
    transform: translateX(5px);
}

.nav-social-icons i {
    font-size: 20px;
    color: #fff;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
}

.nav-social-icons i:hover {
    color: #fff;
    background: #e03b79;
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(224, 59, 121, 0.3);
}

.contact-info-footer a {
    color: #fff;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.social-icons a {
    color: #fff;
    font-size: 18px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
}

.social-icons a:hover {
    color: #fff;
    background: #e03b79;
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(224, 59, 121, 0.3);
}

.contact-info li {
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.8);
}

.newsletter .form-control {
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    color: #fff;
    height: 40px;
}

.newsletter .btn {
    background-color: var(--brand);
    border-color: var(--brand);
}

/*detail page*/
/* ===== Detail Page Hero Section (Scoped to detail page) ===== */
.detail-hero-section {
    height: 60vh;
    overflow: hidden;
    position: relative;
    color: #fff;
    font-family: "Cinzel Decorative", serif !important;
}

/* Duration badge */
.duration-badge {
    background: #f0a13aff;
    color: #000000ff;
    font-weight: 700;
    font-size: 1rem;
    padding: 6px 14px;
    border-radius: 6px;
}

/* Title container */
.hero-title-wrap {
    background: rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    border-radius: 8px;
}

.detail-hero-section .detail-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    transition: transform 8s ease;
}

.detail-hero-section:hover .detail-hero-bg {
    transform: scale(1.05);
}

.detail-hero-section .detail-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to bottom right,
        rgba(0, 0, 0, 0.55),
        rgba(0, 0, 0, 0.3)
    );
    z-index: 2;
}

.detail-hero-section .detail-hero-content {
    position: relative;
    z-index: 3;
    max-width: 800px;
    padding: 2rem;
    animation: detail-fadeInUp 1.5s ease;
}

@keyframes detail-fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.detail-hero-section .btn-light {
    background: #fff;
    color: #333;
    font-weight: 600;
    border: none;
    box-shadow: 0 4px 10px rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

.detail-hero-section .btn-light:hover {
    background: #f8f8f8;
    transform: translateY(-3px);
}

.highlight-card {
    border: 1.5px solid #ffd0e6;
    border-radius: 1rem;
    min-width: 160px;
    background: #fff;
    position: relative;
    margin-bottom: 1rem;
    transition: box-shadow 0.16s, border-top 0.19s;
    box-shadow: 0 2px 10px rgba(255, 92, 152, 0.05);
}

.highlight-card::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    background: linear-gradient(90deg, #ff5c98 80%, #ffd0e6 100%);
}

.highlight-icon {
    min-height: 2.2rem;
}

.itin-bar {
    display: inline-block;
    width: 6px;
    height: 36px;
    border-radius: 4px;
    background: #fffdfe;
}

.text-pink {
    color: #e03495 !important;
}

.accordion-button {
    background: #fff !important;
    color: #222 !important;
    border-radius: 1rem !important;
    transition: background 0.3s, color 0.3s;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
}

/* Expanded state */
.accordion-button:not(.collapsed) {
    background: #f8f9fa !important;
    color: #000 !important;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

/* Custom dropdown arrow */
.accordion-button::after {
    content: "\25BC"; /* Down arrow */
    font-size: 0.9rem;
    position: absolute;
    right: 1.5rem;
    transition: transform 0.3s ease;
    color: #555;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
}

/* Accordion body */
.accordion-body {
    background: #fff;
    border-radius: 0 0 1rem 1rem;
    padding: 1.5rem 2rem;
    font-size: 1rem;
    color: #50475c;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
}

/* Spacing between items */
.accordion-item:not(:last-child) {
    margin-bottom: 1.5rem;
}

/* List styling */
ul {
    list-style-type: disc;
    padding-left: 1.25rem;
}

ul li {
    margin-bottom: 0.5rem;
}

.carousel-inner img {
    object-fit: cover !important;
    height: 100% !important;
    width: 100% !important;
    display: block;
}

.carousel-item,
.carousel-inner {
    height: 100% !important;
}

#mainBannerCarousel,
#smallBannerCarousel {
    height: 320px !important;
}

.bg-pink-light {
    background: #fff0f7;
}

.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #e03495a8 !important;
}

.carousel-indicators .active {
    background-color: #ffffff !important;
}

.btn-toggle {
    background: transparent;
    border: none;
    color: grey;
    font-size: 1.2rem;
    cursor: pointer;
    padding: 0;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, color 0.3s ease;
    user-select: none;
}

.btn-toggle:hover {
    color: #b6276f;
}

.btn-toggle[aria-expanded="true"] {
    transform: rotate(180deg);
    color: #b6276f;
}

@media (max-width: 768px) {
    #mainBannerCarousel,
    #smallBannerCarousel {
        height: 200px !important;
    }

    .accordion-body {
        padding: 1rem 1.25rem;
    }
}

.highlight-pink-border {
    border: 1.5px solid #ffd0e6 !important;
}

body {
    font-family: "Poppins", sans-serif;
    background-color: #fafafa;
    color: #222;
}

.info-card {
    background: #fff;
    border-left: 5px solid #e03495;
    border-radius: 0.5rem;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    height: auto;
}

.info-card h4 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.info-card ul {
    padding-left: 1.25rem;
    margin: 0;
}

.info-card li {
    margin-bottom: 0.5rem;
    line-height: 1.5;
}

.btn {
    box-shadow: none !important;
}

.btn-toggle {
    background: transparent;
    border: none;
    color: grey;
    font-size: 1.2rem;
    cursor: pointer;
    padding: 0;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, color 0.3s ease;
    user-select: none;
}

.btn-toggle:hover {
    color: #b6276f;
}

.btn-toggle[aria-expanded="true"] {
    transform: rotate(180deg);
    color: #b6276f;
}

.bg-pink-light {
    background: #fff0f7;
}

.shadow-none {
    box-shadow: none !important;
}

.rounded-4 {
    border-radius: 1rem !important;
}

.text-pink {
    color: #e03495 !important;
}

.itin-bar {
    display: inline-block;
    width: 6px;
    height: 36px;
    border-radius: 4px;
    background: #e03495;
}

.accordion-button {
    background: #fff !important;
    color: #222 !important;
    border-radius: 1rem !important;
    transition: background 0.3s, color 0.3s;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.accordion-button:not(.collapsed) {
    background: #fff0f7 !important;
    color: #b6276f !important;
    box-shadow: 0 6px 15px rgba(224, 52, 149, 0.25);
}

.accordion-button:after {
    display: none !important;
}

.accordion-body {
    background: #fff0f7;
    border-radius: 0 0 1rem 1rem;
    padding: 1.5rem 2rem;
    font-size: 1rem;
    color: #50475c;
    box-shadow: inset 0 0 10px rgba(224, 52, 149, 0.1);
}

.accordion-item:not(:last-child) {
    margin-bottom: 1.5rem;
}

ul {
    list-style-type: disc;
    padding-left: 1.25rem;
}

ul li {
    margin-bottom: 0.5rem;
}

@media (max-width: 767.98px) {
    .col-md-6 {
        max-height: unset !important;
        overflow: visible !important;
    }
}

.faq-section {
    --faq-border-radius: 1rem;
    --faq-padding: 1.25rem;
    --faq-border-color: #e5e7eb;
    --faq-shadow: rgba(255, 92, 152, 0.07);
    text-align: left;
    /* headings and body left aligned */
    padding: 0.5rem;
    /* small inner spacing */
}

/* Wrapper */
#faqAccordion {
    border-radius: var(--faq-border-radius);
    border: 1px solid var(--faq-border-color);
    background-color: #fff;
    box-shadow: 0 2px 12px var(--faq-shadow);
}

/* Item cleanup */
#faqAccordion .accordion-item {
    border: none;
    background: transparent;
}

/* Button improvements */
#faqAccordion .accordion-button {
    padding: 0.85rem var(--faq-padding);
    font-weight: 700;
    border-radius: var(--faq-border-radius);
    background-color: #fff;
    font-size: 1.03rem;
    letter-spacing: 0.25px;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-align: left;
    /* left aligned multi-line */
    /* Prevent content overlap; make sure padding is consistent */
    padding-right: 3rem;
    /* allow space for any icon */
}

/* Decorative left bar for each FAQ title */
#faqAccordion .accordion-button::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 36px;
    border-radius: 6px;
    background: linear-gradient(180deg, #ff5c98 0%, #ffa3c4 100%);
    margin-right: 0.6rem;
    flex-shrink: 0;
}

/* Active button */
#faqAccordion .accordion-button:not(.collapsed) {
    color: #e03495;
    background-color: #fff5f9;
    box-shadow: 0 6px 15px rgba(224, 52, 149, 0.12);
}

/* Remove default focus shadow */
#faqAccordion .accordion-button:focus {
    box-shadow: none;
    border-color: var(--faq-border-color);
}

/* Accordion body */
#faqAccordion .accordion-body {
    padding: 0.9rem var(--faq-padding);
    color: #4b5563;
    font-size: 1rem;
    line-height: 1.5;
    text-align: justify;
    /* justified but fallback */
}

/* Responsive tweaks */
@media (max-width: 576px) {
    #faqAccordion .accordion-button {
        font-size: 1rem;
        padding: 0.7rem 1rem;
    }

    #faqAccordion .accordion-body {
        padding: 0.75rem 1rem;
        text-align: left;
        /* left alignment for small screen for readability */
    }
}

.offcanvas-top {
    height: 80vh !important;
    width: 60vw !important;
    left: 20vw !important;
    top: 40px !important;
    border-radius: 10px;
    background: #fff0f8;
    /* light pink background */
    box-shadow: 0 5px 25px rgba(224, 52, 149, 0.3);
    /* pink shadow */
    position: fixed !important;
    z-index: 1056;
}

.booking-container {
    display: flex;
    width: 100%;
    height: 100%;
}

/* LEFT SIDE - Promo */
.promo-section {
    flex: 1;
    background-image: url("https://i.pinimg.com/736x/72/b0/96/72b096a74fbe51b83cea400379d9531f.jpg");
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 2rem;
    text-align: center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.badge-offer {
    background: #e03495;
    /* pink */
    color: #fff;
    font-weight: 600;
    padding: 8px 18px;
    border-radius: 6px;
    font-size: 1rem;
    box-shadow: 0 2px 8px rgba(224, 52, 149, 0.4);
    /* pink shadow */
}

.intro-text {
    color: #ffe6f0;
    /* light pink */
    font-size: 1.3rem;
    font-weight: 500;
}

.main-heading {
    font-size: 3rem;
    font-weight: 800;
    color: #ff66b2;
    /* bright pink */
    text-shadow: 0 0 15px rgba(224, 52, 149, 0.6);
}

.sub-text {
    color: #fff;
    font-size: 1.1rem;
    margin-top: 0.8rem;
}

/* RIGHT SIDE - Form */
.form-section {
    flex: 1;
    background: #fff;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.form-section .form-control {
    border-radius: 8px;
    border: 1px solid #e03495;
    /* pink border */
    padding: 10px;
}

.form-section .form-control:focus {
    border-color: #c7007a;
    /* darker pink focus */
    box-shadow: 0 0 0 0.2rem rgba(224, 52, 149, 0.25);
}

.form-section .send-btn {
    background: linear-gradient(90deg, #e03495, #ff66b2);
    /* pink gradient */
    color: #fff;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.form-section .send-btn:hover {
    background: linear-gradient(90deg, #c7007a, #ff4d99);
    /* darker pink hover */
    transform: scale(1.03);
}

/* Responsive */
@media (max-width: 768px) {
    .offcanvas-top {
        width: 100% !important;
        left: 0 !important;
        top: 0 !important;
        border-radius: 0 !important;
        height: 100vh !important;
    }

    .booking-container {
        flex-direction: column !important;
    }

    .promo-section,
    .form-section {
        width: 100%;
        border-radius: 0 !important;
    }

    .main-heading {
        font-size: 2rem !important;
    }
}

/* destination page */
.destination-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding-bottom: 10px;
    width: 100%;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
}

/* Hide scrollbar but keep functionality */
.destination-scroll::-webkit-scrollbar {
    height: 2px;
}

.destination-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.destination-scroll::-webkit-scrollbar-thumb {
    background: #f13c77;
    border-radius: 10px;
}

.destination-scroll::-webkit-scrollbar-thumb:hover {
    background: #d90466;
}

/* Ensure inner flex container doesn't wrap */
.destination-scroll .d-flex {
    display: flex !important;
    flex-wrap: nowrap !important;
    min-width: max-content;
}

.state_images {
    width: 40px;
    height: 40px;
    object-fit: cover;
    display: block;
    border-radius: 5px;
    border: 1px solid #f13c77;
    flex-shrink: 0;
}

/* Destination Buttons */
.destination-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 2px solid #f13c77;
    border-radius: 10px;
    padding: 5px 10px;
    font-weight: 500;
    color: #333;
    transition: 0.3s;
    flex-shrink: 0;
    white-space: nowrap;
    background: #fff;
    cursor: pointer;
}

.destination-btn.active,
.destination-btn:hover {
    background-color: #f13c77;
    color: #fff;
}

/* Tour Card */
.tour-card {
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    margin-bottom: 1.5rem;
    max-width: 100% !important;
    border: 1px solid #f13c77;
}

.tour-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(241, 60, 119, 0.4);
}

/* Fixed Image Size */
.tour-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 15px;
}

.route-line {
    font-size: 14px;
    font-weight: 500;
    color: #444;
    background: #f9f9f9;
    padding: 5px 10px;
    border-left: 4px solid #f13c77;
    border-radius: 6px;
    margin-bottom: 10px;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.route-line i {
    color: #d90466;
    margin-right: 5px;
}

/* Tag */
.tag {
    background: #f13c77;
    color: #fff;
    font-size: 13px;
    padding: 4px 10px;
    border-radius: 8px;
    position: absolute;
    top: 10px;
    left: 10px;
    box-shadow: 0 2px 8px rgba(241, 60, 119, 0.6);
}

/* Price Styling */
.price {
    font-size: 15px;
    font-weight: 700;
    color: #d90466;
}

.strike {
    text-decoration: line-through;
    color: #e4cdcdff;
    font-size: 14px;
}

/* Detail Button */
.btn-detail {
    background: linear-gradient(90deg, #f13c77, #ec4085);
    color: #fff;
    border: none;
    padding: 6px 18px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 3px 8px rgba(241, 60, 119, 0.3);
    display: inline-block;
}

.btn-detail:hover {
    background: linear-gradient(90deg, #ec4085, #f13c77);
    box-shadow: 0 5px 15px rgba(236, 64, 133, 0.45);
    transform: translateY(-2px);
}

/* Support Box (right column) */
.support-box {
    border: 1px solid #eee;
    border-radius: 15px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    margin-bottom: 1.5rem;
}

/* WhatsApp button */
.whatsapp-btn {
    background: #25d366;
    color: #fff;
    border: none;
    width: 100%;
    border-radius: 8px;
    font-weight: 500;
    padding: 10px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.whatsapp-btn:hover {
    background: #1ebe5b;
}

/* Enquiry Button */
.enquiry-btn {
    border: 2px solid #e7316d;
    /* softer, premium pink tone */
    color: #e7316d;
    border-radius: 10px 0px;
    width: 90%;
    /* slightly narrower for better alignment */
    padding: 12px 0;
    font-weight: 600;
    background: #fff;
    transition: all 0.3s ease;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    /* center the button horizontally */
}

.enquiry-btn:hover {
    background: linear-gradient(90deg, #f13c77, #ec4085);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 4px 10px rgba(236, 64, 133, 0.4);
}

/* Sticky Right Column */
@media (min-width: 992px) {
    .right-sticky {
        top: 110px;
        z-index: 1020;
    }
}

/* 📱 Responsive Fixes (Mobile + Tablet) */
@media (max-width: 991px) {
    /* Stack the tour cards properly */
    .tour-card .row {
        flex-direction: column;
    }

    .tour-card {
        height: auto;
        margin-bottom: 1.5rem;
    }

    /* Adjust content padding inside the card */
    .tour-card .col-md-7 {
        padding: 20px !important;
    }

    /* Route line readability */
    .route-line {
        font-size: 13px;
        line-height: 1.4;
        margin-bottom: 8px;
    }

    /* Reduce button size slightly for mobile */
    .btn-detail {
        width: 48%;
        padding: 10px 0;
        font-size: 14px;
        border-radius: 8px;
    }

    .btn-detail + .btn-detail {
        margin-left: 4%;
    }

    /* Price alignment */
    .tour-card .d-flex.justify-content-between {
        flex-wrap: nowrap;
        gap: 0px;
        text-align: left;
    }

    /* Enquiry button — full width on small screens */
    .enquiry-btn {
        width: 100%;
        padding: 12px 0;
        font-size: 15px;
    }

    /* Support box spacing */
    .support-box {
        padding: 15px;
        margin-bottom: 20px;
    }

    /* Fix sticky right column stacking */
    .right-sticky {
        position: static !important;
        margin-top: 20px;
    }

    /* Headings and text */
    h5.fw-bold {
        font-size: 1.1rem;
    }

    .price {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    /* Remove fixed height for proper resizing */
    .tour-card {
        height: auto !important;
        display: flex;
        flex-direction: column;
    }

    /* Keep the price and buttons aligned clearly */
    .tour-card .d-flex.justify-content-between.align-items-center.mt-auto {
        flex-direction: column;
        gap: 10px;
    }

    /* Align buttons side by side in one row */
    .tour-card
        .d-flex.justify-content-between.align-items-center.mt-auto
        > div
        + .btn-detail {
        margin-left: 8px;
    }

    .tour-card .d-flex.justify-content-between.align-items-center.mt-auto {
        flex-direction: row !important;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .btn-detail {
        flex: 1;
        text-align: center;
        padding: 10px;
        font-size: 14px;
    }

    .price {
        font-size: 30px;
    }
}

.blog-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)),
        url("https://i.pinimg.com/1200x/7c/59/64/7c5964dff36dea3d4e7f16b9f0c3c249.jpg")
            center/cover no-repeat;
    color: #fff;
    text-align: center;
    padding: 120px 20px;
    font-family: "Cinzel Decorative", serif !important;
}

/* 📰 Blog Title */
.blog-title {
    text-align: center;
    margin-bottom: 60px;
    font-family: "Cinzel Decorative", serif !important;
    font-weight: 700;
    background: linear-gradient(90deg, #e03b79, #ff7eb3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* 🧳 Blog Cards */
.blog-card {
    border: none;
    border-radius: 18px !important;
    overflow: hidden;
    background: #fff;
    transition: all 0.4s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.blog-card img {
    height: 220px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.blog-card:hover img {
    transform: scale(1.08);
}

.blog-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(224, 59, 121, 0.2);
}

.blog-card .card-body {
    padding: 1.5rem;
}

.blog-card .card-title {
    font-weight: 700;
    color: #0b3b91;
    font-family: "Cinzel Decorative", serif !important;
}

.blog-card .card-text {
    color: #555;
    margin-bottom: 1.2rem;
}

.btn-read {
    background: linear-gradient(90deg, #e03b79, #ff7eb3);
    border: none;
    color: #fff !important;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.btn-read:hover {
    background: linear-gradient(90deg, #ff7eb3, #e03b79);
    box-shadow: 0 4px 15px rgba(224, 59, 121, 0.4);
    color: #fff !important;
}

@media (max-width: 768px) {
    .blog-hero h1 {
        font-size: 2.2rem;
    }
}

.text-pink {
    color: #e03b79 !important;
}

.btn-pink {
    background-color: #e03b79;
    border: 2px solid #e03b79;
    color: #fff;
    transition: all 0.3s ease;
    padding: 5px 10px;
    text-decoration: none;
}

.btn-pink:hover {
    background-color: #0b3b91;
    border-color: #0b3b91;
    box-shadow: 0 5px 15px rgba(224, 59, 121, 0.4);
    color: #fff;
}

.about-section h2 span {
    background: linear-gradient(90deg, #e03b79, #0b3b91);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-section img {
    border: 6px solid #fff;
    transition: transform 0.4s ease;
    height: 450px;
}

.about-section img:hover {
    transform: scale(1.03);
}

/* ========== POPUP MODAL STYLES ========== */
.popupmodel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

.popupmodel.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    z-index: 10000;
    animation: fadeIn 0.3s ease;
}

.modal-overlay.active {
    display: flex;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.modal-container {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    max-width: 550px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    animation: slideUp 0.4s ease;
    border: 2px solid rgba(224, 59, 121, 0.2);
}

@keyframes slideUp {
    from {
        transform: translateY(50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.modal-header {
    background: linear-gradient(135deg, #e03b79 0%, #0b3b91 100%);
    padding: 25px 30px;
    border-radius: 18px 18px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 10;
}

.modal-title {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    display: flex;
    align-items: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.modal-close {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 18px;
}

.modal-close:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: rotate(90deg);
}

.modal-body {
    padding: 30px;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group label {
    color: #333;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.form-group label i {
    color: #e03b79;
    font-size: 16px;
}

.form-input {
    padding: 14px 18px;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    font-size: 15px;
    transition: all 0.3s ease;
    background: #ffffff;
    color: #333;
    font-family: inherit;
}

.form-input:focus {
    outline: none;
    border-color: #e03b79;
    box-shadow: 0 0 0 4px rgba(224, 59, 121, 0.1);
    transform: translateY(-2px);
}

.form-textarea {
    resize: vertical;
    min-height: 100px;
    font-family: inherit;
}

.submit-btn {
    background: linear-gradient(135deg, #e03b79 0%, #0b3b91 100%);
    color: #ffffff;
    border: none;
    padding: 16px 30px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    box-shadow: 0 4px 15px rgba(224, 59, 121, 0.3);
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(224, 59, 121, 0.4);
}

.submit-btn:active {
    transform: translateY(0);
}

/* ========== FIXED BUTTONS STYLES ========== */
.fixed-button {
    position: fixed;
    z-index: 9998;
    pointer-events: none;
}

.scroll-top-btn {
    position: fixed;
    left: 30px;
    bottom: 30px;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #e03b79 0%, #0b3b91 100%);
    border: none;
    border-radius: 50%;
    color: #ffffff;
    font-size: 28px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(224, 59, 121, 0.4);
    transition: all 0.3s ease;
    pointer-events: auto;
    opacity: 0;
    transform: translateY(20px);
}

.scroll-top-btn.show {
    opacity: 1;
    transform: translateY(0);
}

.scroll-top-btn:hover {
    transform: translateY(-5px) scale(1.1);
    box-shadow: 0 6px 25px rgba(224, 59, 121, 0.5);
}

.fixed-btn-group {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    pointer-events: auto;
}

.fixed-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: none;
    color: #ffffff;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    text-decoration: none;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
}

.fixed-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.fixed-btn:hover::before {
    width: 300px;
    height: 300px;
}

.call-btn {
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
    animation: pulse 2s infinite;
}

.email-btn {
    background: linear-gradient(135deg, #e03b79 0%, #0b3b91 100%);
}

.fixed-btn:hover {
    transform: translateY(-5px) scale(1.1);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.3);
}

@keyframes pulse {
    0%,
    100% {
        box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    }
    50% {
        box-shadow: 0 4px 30px rgba(37, 211, 102, 0.6);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .modal-container {
        max-width: 95%;
        margin: 10px;
    }

    .modal-header {
        padding: 20px;
    }

    .modal-title {
        font-size: 20px;
    }

    .modal-body {
        padding: 20px;
    }

    .scroll-top-btn,
    .fixed-btn {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }

    .scroll-top-btn {
        left: 15px;
        bottom: 15px;
    }

    .fixed-btn-group {
        right: 15px;
        bottom: 15px;
        gap: 12px;
    }
}

/* Tour Crads */

.golden_card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid #e5e7eb;
}

.golden_card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
    border-color: #f13c77;
}

.golden_card_image {
    position: relative;
    overflow: hidden;
    height: 180px;
}

.golden_card_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.golden_card:hover .golden_card_image img {
    transform: scale(1.08);
}

.golden_badge_group {
    position: absolute;
    top: 12px;
    left: 12px;
    right: 12px;
    display: flex;
    justify-content: space-between;
    z-index: 2;
}

.golden_badge {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.golden_badge_popular {
    background: linear-gradient(90deg, rgb(0, 123, 255), rgb(224, 59, 121));
    color: white;
    font-size: 10px;
    padding: 5px 10px;
}

.golden_duration_badge {
    position: absolute;
    bottom: 12px;
    right: 12px;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    color: white;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
}

.golden_card_body {
    padding: 15px;
}

.golden_card_title {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.4;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.golden_location_text {
    color: #6b7280;
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 15px;
    display: flex;
    gap: 6px;
    height: 36px;
    overflow: hidden;
}

.golden_location_text i {
    color: #f13c77;
    margin-top: 2px;
    font-size: 15px;
}

.golden_amenities_row {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    padding: 6px 0;
    border-top: 1px solid #f3f4f6;
    border-bottom: 1px solid #f3f4f6;
    margin-bottom: 5px;
}

.golden_amenity_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    flex: 1;
}

.golden_amenity_icon {
    width: 32px;
    height: 32px;
    background: linear-gradient(90deg, #0b3b91, #e03b79);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 14px;
}

.golden_amenity_name {
    font-size: 9px;
    color: #6b7280;
    font-weight: 600;
    text-transform: uppercase;
}

.golden_price_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
    padding: 6px 6px;
    background: linear-gradient(145deg, #ffe6ef43 0%, #ffd9ec74 40%, #fff 100%);
    border-radius: 10px;
}

.golden_price_info {
    display: flex;
    flex-direction: column;
}

.golden_price_label {
    font-size: 10px;
    color: #92400e;
    font-weight: 600;
    margin-bottom: 2px;
}

.golden_price_value {
    font-size: 18px;
    font-weight: 800;
    color: #1e40af;
}

.golden_btn_group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.golden_btn {
    padding: 10px 16px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 12px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.golden_btn_whatsapp {
    background: #25d366;
    color: white;
}

.golden_btn_whatsapp:hover {
    background: #20ba5a;
    color: white;
}

.golden_btn_expert {
    background: white;
    color: #4f46e5;
    border: 2px solid #4f46e5;
}

.golden_btn_expert:hover {
    background: #4f46e5;
    color: white;
}

.golden_btn_inquire {
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
    color: white;
}

.golden_btn_inquire:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(79, 70, 229, 0.4);
}

.golden_btn_details {
    background: rgb(224, 59, 121);
    color: white;
}

.golden_btn_details:hover {
    background: rgb(223, 32, 115);
}

@media (max-width: 991px) {
    .golden_heading h1 {
        font-size: 28px;
    }

    .golden_card_image {
        height: 200px;
    }
}

@media (max-width: 767px) {
    .golden_amenity_name {
        font-size: 8px;
    }

    .golden_amenity_icon {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }
}

/* Blog Details Css */
.blogs_details_wrapper {
    /* background: linear-gradient(135deg, #fff8f8 0%, #ffe8f0 100%); */
    min-height: 100vh;
    /* padding: 40px 0 80px; */
}

.blogs_details_hero {
    padding: 120px 0 80px;
    margin-bottom: 60px;
    position: relative;
    overflow: hidden;
}

.blogs_details_hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    animation: blogDetailsBgMove 20s linear infinite;
}

@keyframes blogDetailsBgMove {
    from {
        transform: translate(0, 0);
    }

    to {
        transform: translate(30px, 30px);
    }
}

.blogs_details_hero_content {
    position: relative;
    z-index: 2;
}

.blogs_details_breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
}

.blogs_details_breadcrumb a {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.blogs_details_breadcrumb a:hover {
    color: #ffd700;
}

.blogs_details_category_badge {
    display: inline-block;
    background: rgba(255, 215, 0, 0.2);
    border: 2px solid #ffd700;
    color: #ffd700;
    padding: 8px 20px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.blogs_details_title {
    font-size: 3rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 25px;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    font-family: "Cinzel Decorative", serif;
}

.blogs_details_meta {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    color: rgba(255, 255, 255, 0.95);
    font-size: 15px;
}

.blogs_details_meta_item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.blogs_details_meta_item i {
    font-size: 18px;
    color: #ffd700;
}

.blogs_details_container {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 20px;
    margin: 0 auto;
    padding: 0 20px;
    margin-bottom: 60px;
}

.blogs_details_content_wrapper {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.blogs_details_featured_image {
    width: 100%;
    object-fit: cover;
    display: block;
}

.blogs_details_content {
    padding: 20px;
}

.blogs_details_content h1 {
    font-size: 2rem;
    font-weight: 600;
    color: #2c3e50;
    line-height: 1.3;
    position: relative;
    padding-left: 25px;
    font-family: "Cinzel Decorative", serif;
}

.blogs_details_content h1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background: linear-gradient(to bottom, #f13c77, #8b004b);
    border-radius: 5px;
}

.blogs_details_content h2 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #34495e;
    margin: 30px 0 18px;
    position: relative;
    padding-bottom: 12px;
    font-family: "Cinzel Decorative", serif;
}

.blogs_details_content h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    background: #f13c77;
    border-radius: 3px;
}

.blogs_details_content h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2c3e50;
    margin: 15px 0 15px;
    font-family: "Cinzel Decorative", serif;
}

.blogs_details_content p {
    font-size: 1.1rem;
    line-height: 1.5;
    color: #555;
    margin: 0px;
    text-align: justify;
}

.blogs_details_content img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    border-radius: 15px;
    margin: 15px 0;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

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

.blogs_details_content ul,
.blogs_details_content ol {
    margin: 15px 0;
    padding-left: 0;
    list-style: none;
    counter-reset: list-counter;
}

.blogs_details_content ul li,
.blogs_details_content ol li {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 10px;
    padding-left: 28px;
    position: relative;
    line-height: 1.7;
    counter-increment: list-counter;
}

.blogs_details_content ul li::before,
.blogs_details_content ol li::before {
    content: counter(list-counter);
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    background: linear-gradient(135deg, #f13c77, #8b004b);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 700;
    top: 5px;
}

.blogs_details_content blockquote {
    background: linear-gradient(135deg, #fff5f8, #ffe8f0);
    border-left: 5px solid #f13c77;
    padding: 25px 30px;
    margin: 30px 0;
    font-size: 1.2rem;
    font-style: italic;
    color: #2c3e50;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(241, 60, 119, 0.1);
}

.blogs_details_content table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.blogs_details_content table th {
    background: linear-gradient(135deg, #f13c77, #8b004b);
    color: #fff;
    padding: 15px;
    text-align: left;
    font-weight: 600;
}

.blogs_details_content table td {
    padding: 15px;
    border-bottom: 1px solid #f0f0f0;
    color: #555;
}

.blogs_details_content table tr:last-child td {
    border-bottom: none;
}

.blogs_details_sidebar {
    position: sticky;
    top: 30px;
    height: fit-content;
}

.blogs_details_cta_card {
    background: linear-gradient(135deg, #f13c77, #8b004b);
    border-radius: 20px;
    padding: 20px;
    color: #fff;
    box-shadow: 0 15px 40px rgba(241, 60, 119, 0.3);
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
}

.blogs_details_cta_card::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.05' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");
    animation: ctaPattern 30s linear infinite;
}

@keyframes ctaPattern {
    from {
        transform: translate(0, 0) rotate(0deg);
    }

    to {
        transform: translate(20px, 20px) rotate(360deg);
    }
}

.blogs_details_cta_content {
    position: relative;
    z-index: 1;
}

.blogs_details_cta_icon {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 28px;
}

.blogs_details_cta_title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: "Cinzel Decorative", serif;
}

.blogs_details_cta_text {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 25px;
    opacity: 0.95;
}

.blogs_details_cta_button {
    display: block;
    width: 100%;
    padding: 15px;
    background: #fff;
    color: #f13c77;
    text-align: center;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.05rem;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.blogs_details_cta_button:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
    background: #ffd700;
    color: #8b004b;
}

.blogs_details_cta_button i {
    margin-left: 8px;
}

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

.blogs_details_info_title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 20px;
    font-family: "Cinzel Decorative", serif;
}

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

.blogs_details_social_title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 20px;
    text-align: center;
}

.blogs_details_social_buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.blogs_details_social_btn {
    padding: 12px;
    border-radius: 12px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.blogs_details_social_btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    color: #fff;
}

.blogs_details_social_btn.facebook {
    background: #1877f2;
}

.blogs_details_social_btn.twitter {
    background: #1da1f2;
}

.blogs_details_social_btn.whatsapp {
    background: #25d366;
}

.blogs_details_social_btn.email {
    background: #ea4335;
}

.blogs_details_tags_title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
}

.blogs_details_tag {
    display: inline-block;
    background: #f8f9fa;
    color: #555;
    padding: 8px 18px;
    border-radius: 25px;
    font-size: 0.9rem;
    margin: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.blogs_details_tag:hover {
    background: #f13c77;
    color: #fff;
    border-color: #8b004b;
    transform: translateY(-2px);
}

/* Blog Category Item */

.blog-category-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px;
    background: #f8f9fa;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
}

.blog-category-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: var(--gradient-color);
    transform: scaleY(0);
    transition: transform 0.3s ease;
}

.blog-category-item:hover::before {
    transform: scaleY(1);
}

.blog-category-item:hover {
    background: white;
    box-shadow: 0 4px 15px rgba(1, 175, 209, 0.15);
    transform: translateX(5px);
}

/* Category Post Image */
.category-post-image {
    width: 100px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
    position: relative;
    height: 70px;
}

.category-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog-category-item:hover .category-post-image img {
    transform: scale(1.1);
}

.category-post-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        135deg,
        rgba(255, 105, 180, 0.3) 0%,
        rgba(255, 182, 193, 0.3) 100%
    );

    opacity: 0;
    transition: opacity 0.3s ease;
}

.blog-category-item:hover .category-post-image::after {
    opacity: 1;
}

/* Category Post Info */
.category-post-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.category-post-info h4 {
    font-size: 0.95rem;
    font-weight: 700;
    color: #2c3e50;
    margin: 0;
    transition: color 0.3s ease;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-category-item:hover .category-post-info h4,
.blog-category-item:hover .category-post-info {
    color: #e03b79;
}

.category-post-info {
    font-size: 15px;
    margin-top: 10px;
    font-weight: 700;
    color: #2c3e50;
    margin: 0;
    transition: color 0.3s ease;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Post Date */
.post-date {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.8rem;
    color: #6c757d;
}

.post-date i {
    color: #e03b79;
    font-size: 0.75rem;
}

.post-date span {
    font-weight: 500;
}

/* Responsive Design */
@media (max-width: 767.98px) {
    .blog-categories-grid {
        padding: 10px;
        gap: 10px;
    }

    .blog-category-item {
        padding: 8px;
    }

    .category-post-image {
        width: 60px;
        height: 60px;
    }

    .category-post-info h4 {
        font-size: 0.9rem;
    }

    .post-date {
        font-size: 0.75rem;
    }
}

@media (max-width: 992px) {
    .blogs_details_container {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .blogs_details_sidebar {
        position: static;
    }

    .blogs_details_title {
        font-size: 2rem;
    }

    .blogs_details_content {
        padding: 30px 20px;
    }

    .blogs_details_content h1 {
        font-size: 1.5rem;
    }

    .blogs_details_content h2 {
        font-size: 1.5rem;
    }
}

.blogs_details_tranding_blogs {
    padding: 30px 0;
    background: linear-gradient(135deg, #fff8f8 0%, #ffe8f0 100%);
}

.tranding_blogs_header {
    text-align: center;
    margin-bottom: 20px;
}

.tranding_blogs_title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #2c3e50;
    margin-bottom: 0px;
    font-family: "Cinzel Decorative", serif;
}

.tranding_blogs_title i {
    color: #f13c77;
    animation: fireFlicker 1.5s infinite alternate;
}

@keyframes fireFlicker {
    0%,
    100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
}

.tranding_blogs_subtitle {
    font-size: 1.1rem;
    color: #666;
}

.tranding_blogs_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
}

.tranding_blog_card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    cursor: pointer;
}

.tranding_blog_image {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.tranding_blog_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.tranding_blog_card:hover .tranding_blog_image img {
    transform: scale(1.1);
}

.tranding_blog_badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(135deg, #f13c77, #8b004b);
    color: #fff;
    padding: 3px 15px;
    border-radius: 25px;
    font-size: 0.85rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
    box-shadow: 0 4px 15px rgba(241, 60, 119, 0.4);
}

.tranding_blog_badge i {
    animation: fireFlicker 1.5s infinite alternate;
}

.tranding_blog_content {
    padding: 15px;
}

.tranding_blog_category {
    display: inline-block;
    background: linear-gradient(
        135deg,
        rgba(241, 60, 119, 0.1),
        rgba(139, 0, 75, 0.1)
    );
    color: #f13c77;
    padding: 2px 20px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    border: 1px solid rgba(241, 60, 119, 0.3);
}

.tranding_blog_title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 0px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tranding_blog_excerpt {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tranding_blog_meta {
    display: flex;
    gap: 20px;
    margin-bottom: 5px;
    padding-top: 5px;
    border-top: 1px dashed #e0e0e0;
}

.tranding_blog_meta_item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.85rem;
    color: #888;
}

.tranding_blog_meta_item i {
    color: #f13c77;
    font-size: 14px;
}

.tranding_blog_link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #f13c77;
    font-weight: 600;
    text-decoration: none;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.tranding_blog_link:hover {
    color: #8b004b;
    gap: 12px;
}

.tranding_blog_link i {
    transition: transform 0.3s ease;
}

.tranding_blog_link:hover i {
    transform: translateX(5px);
}

@media (max-width: 768px) {
    .tranding_blogs_title {
        font-size: 2rem;
    }

    .tranding_blogs_grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .tranding_blog_title {
        min-height: auto;
    }
}

/* Blogs Details End */

/* ==================== BLOG PAGE STYLES ==================== */

/* Blog Page Cards */
.blogs_page_card {
    border: none;
    border-radius: 18px !important;
    overflow: hidden;
    background: #fff;
    transition: all 0.4s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    height: 100%;
}

.blogs_page_card_img {
    height: 220px;
    object-fit: cover;
    transition: transform 0.5s ease;
    width: 100%;
}

.blogs_page_card:hover .blogs_page_card_img {
    transform: scale(1.08);
}

.blogs_page_card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(224, 59, 121, 0.2);
}

.blogs_page_card_body {
    padding: 1.5rem;
}

.blogs_page_card_title {
    font-weight: 700;
    color: #0b3b91;
    font-family: "Cinzel Decorative", serif !important;
    font-size: 1.1rem;
    margin-bottom: 0.8rem;
}

.blogs_page_card_text {
    color: #555;
    margin-bottom: 1.2rem;
    font-size: 0.95rem;
    line-height: 1.6;
}

.blogs_page_btn_read {
    background: linear-gradient(90deg, #e03b79, #ff7eb3);
    border: none;
    color: #fff !important;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.blogs_page_btn_read:hover {
    background: linear-gradient(90deg, #ff7eb3, #e03b79);
    box-shadow: 0 4px 15px rgba(224, 59, 121, 0.4);
    color: #fff !important;
    transform: translateY(-2px);
}

/* Sticky Right Sidebar */
.blogs_page_sticky {
    position: sticky;
    top: 100px;
    z-index: 10;
}

/* Call to Action Card */
.blogs_page_cta_card {
    background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: 2px solid rgba(224, 59, 121, 0.1);
    transition: all 0.3s ease;
}

.blogs_page_cta_card:hover {
    box-shadow: 0 15px 40px rgba(224, 59, 121, 0.2);
    transform: translateY(-5px);
}

.blogs_page_cta_body {
    padding: 2rem;
}

.blogs_page_cta_title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0b3b91;
    margin-bottom: 1rem;
    font-family: "Cinzel Decorative", serif;
}

.blogs_page_cta_text {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.blogs_page_cta_features {
    background: linear-gradient(135deg, #ffe6ef43 0%, #ffd9ec74 40%, #fff 100%);
    border-radius: 12px;
    padding: 1.2rem;
}

.blogs_page_feature_item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0.8rem;
}

.blogs_page_feature_item:last-child {
    margin-bottom: 0;
}

.blogs_page_feature_icon {
    width: 24px;
    height: 24px;
    background: linear-gradient(135deg, #e03b79, #ff7eb3);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.85rem;
    flex-shrink: 0;
}

.blogs_page_feature_text {
    color: #333;
    font-weight: 500;
    font-size: 0.95rem;
}

.blogs_page_cta_button {
    background: linear-gradient(90deg, #e03b79, #ff7eb3);
    border: none;
    color: #fff;
    font-weight: 700;
    padding: 12px 24px;
    border-radius: 50px;
    transition: all 0.3s ease;
    font-size: 1rem;
}

.blogs_page_cta_button:hover {
    background: linear-gradient(90deg, #ff7eb3, #e03b79);
    box-shadow: 0 6px 20px rgba(224, 59, 121, 0.4);
    transform: translateY(-2px);
    color: #fff;
}

.blogs_page_cta_button_secondary {
    background: #fff;
    border: 2px solid #e03b79;
    color: #e03b79;
    font-weight: 700;
    padding: 12px 24px;
    border-radius: 50px;
    transition: all 0.3s ease;
    font-size: 1rem;
}

.blogs_page_cta_button_secondary:hover {
    background: #0b3b91;
    border-color: #0b3b91;
    color: #fff;
    box-shadow: 0 6px 20px rgba(11, 59, 145, 0.4);
    transform: translateY(-2px);
}

/* Newsletter Card */
.blogs_page_newsletter_card {
    background: linear-gradient(135deg, #0b3b91 0%, #e03b79 100%);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    border: none;
}

.blogs_page_newsletter_body {
    padding: 2rem;
}

.blogs_page_newsletter_title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.8rem;
    font-family: "Cinzel Decorative", serif;
}

/* Responsive Design for Blog Page */
@media (max-width: 991px) {
    .blogs_page_sticky {
        position: static;
        margin-top: 3rem;
    }

    .blogs_page_card_img {
        height: 200px;
    }
}

@media (max-width: 768px) {
    .blogs_page_cta_title {
        font-size: 1.3rem;
    }

    .blogs_page_newsletter_title {
        font-size: 1.1rem;
    }

    .blogs_page_card_img {
        height: 180px;
    }

    .blogs_page_cta_body,
    .blogs_page_newsletter_body {
        padding: 1.5rem;
    }
}

/* Blog Page Header CTA Name - blogs_page_header */
.blogs_page_header {
    animation: fadeInUp 0.6s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Newsletter Subtitle */
.blogs_page_newsletter_subtitle {
    font-size: 0.9rem;
    color: #6c757d;
    margin-bottom: 1.5rem;
    text-align: center;
}

/* Social Media Links Container */
.blogs_page_social_media_links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 1rem;
}

/* Social Media Icon Base Styles */
.social_icon {
    width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.social_icon i {
    position: relative;
    z-index: 2;
    transition: transform 0.3s ease;
}

.social_icon:hover i {
    transform: scale(1.1) rotate(5deg);
}

.social_icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    transition: all 0.4s ease;
    transform: translate(-50%, -50%);
}

.social_icon:hover::before {
    width: 100%;
    height: 100%;
}

.social_icon:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

/* Individual Social Media Platform Colors */
.social_facebook {
    background: linear-gradient(135deg, #3b5998 0%, #2d4373 100%);
}

.social_facebook:hover {
    background: linear-gradient(135deg, #4c70ba 0%, #3b5998 100%);
}

.social_twitter {
    background: linear-gradient(135deg, #1da1f2 0%, #0d8bd9 100%);
}

.social_twitter:hover {
    background: linear-gradient(135deg, #3eb4f5 0%, #1da1f2 100%);
}

.social_instagram {
    background: linear-gradient(135deg, #833ab4 0%, #fd1d1d 50%, #fcb045 100%);
}

.social_instagram:hover {
    background: linear-gradient(135deg, #a44bc7 0%, #ff4040 50%, #ffc45e 100%);
}

.social_youtube {
    background: linear-gradient(135deg, #ff0000 0%, #cc0000 100%);
}

.social_youtube:hover {
    background: linear-gradient(135deg, #ff3333 0%, #ff0000 100%);
}

.social_linkedin {
    background: linear-gradient(135deg, #0077b5 0%, #005885 100%);
}

.social_linkedin:hover {
    background: linear-gradient(135deg, #0095d9 0%, #0077b5 100%);
}

.social_whatsapp {
    background: linear-gradient(135deg, #25d366 0%, #1ebe57 100%);
}

.social_whatsapp:hover {
    background: linear-gradient(135deg, #3ee077 0%, #25d366 100%);
}

/* Mobile Responsive */
@media (max-width: 576px) {
    .social_icon {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .blogs_page_social_media_links {
        gap: 10px;
    }

    .blogs_page_newsletter_subtitle {
        font-size: 0.85rem;
    }
}

/* ==================== END BLOG PAGE STYLES ==================== */

/* Home Blogs */
.home_blog {
    padding: 80px 0;
    background: #ffffff;
}

.home_blog_layout {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 30px;
    align-items: start;
}

/* Left Side - Featured Blog */
.home_blog_featured {
    position: relative;
    padding: 20px;
    background: linear-gradient(145deg, #ffe6ef43 0%, #ffd9ec74 40%, #fff 100%);
    border-radius: 20px;
}

.home_blog_featured_image {
    width: 100%;
    min-height: 400px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.home_blog_featured_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.home_blog_featured:hover .home_blog_featured_image img {
    transform: scale(1.05);
}

.home_blog_featured_content {
    margin-top: 30px;
}

.home_blog_featured_title {
    background: linear-gradient(90deg, #0b3b91, #e03b79);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Cinzel Decorative", serif;
    font-weight: 700;
}

.home_blog_featured_description {
    font-size: 16px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 25px;
}

.home_blog_featured_meta {
    display: flex;
    align-items: center;
    gap: 20px;
}

.home_blog_featured_badge {
    background: rgba(255, 105, 180, 0.1);
    color: #ff69b4;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}

.home_blog_featured_date {
    color: #999;
    font-size: 14px;
}

/* Right Side - Trending Section */
.home_blog_trending {
    background: linear-gradient(135deg, #4a5568 0%, #2d3748 100%);
    border-radius: 20px;
    padding: 15px;
    position: sticky;
    top: 20px;
}

.home_blog_title {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
}

.home_blog_subtitle {
    font-size: 32px;
    font-weight: 700;
    background: linear-gradient(135deg, #ff69b4 0%, #ff1493 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 35px;
}

.home_blog_list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.home_blog_card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    gap: 15px;
    padding: 12px;
}

.home_blog_card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(255, 105, 180, 0.2);
}

.home_blog_card_image {
    width: 140px;
    min-height: 80px;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
}

.home_blog_card_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.home_blog_card:hover .home_blog_card_image img {
    transform: scale(1.1);
}

.home_blog_card_content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 10px;
}

.home_blog_card_title {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home_blog_card_meta {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 13px;
}

.home_blog_card_date {
    color: #666;
}

.home_blog_card_badge {
    background: rgba(255, 105, 180, 0.1);
    color: #ff69b4;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
}

.home_blog_decoration {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 80px;
    height: 80px;
    background: rgba(255, 105, 180, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home_blog_decoration_bars {
    display: flex;
    gap: 4px;
}

.home_blog_decoration_bar {
    width: 4px;
    background: #ff69b4;
    border-radius: 2px;
}

.home_blog_decoration_bar:nth-child(1) {
    height: 20px;
}

.home_blog_decoration_bar:nth-child(2) {
    height: 28px;
}

.home_blog_decoration_bar:nth-child(3) {
    height: 16px;
}

.home_blog_decoration_bar:nth-child(4) {
    height: 24px;
}

@media (max-width: 1024px) {
    .home_blog_layout {
        grid-template-columns: 1fr;
    }

    .home_blog_trending {
        position: relative;
        top: 0;
    }

    .home_blog_featured_image {
        height: 400px;
    }
}

@media (max-width: 768px) {
    .home_blog {
        padding: 50px 0;
    }

    .home_blog_featured_title {
        font-size: 28px;
    }

    .home_blog_title,
    .home_blog_subtitle {
        font-size: 26px;
    }

    .home_blog_card {
        flex-direction: column;
    }

    .home_blog_card_image {
        width: 100%;
        height: 180px;
    }

    .home_blog_featured_image {
        height: 300px;
    }
}

/* Home Blogs End */

/* Tour Details Gallery Section */

.gallery-section {
    background: #fff;
    margin-top: -110px !important;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
    transition: transform 0.3s ease;
    z-index: 10;
}

.gallery-item img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.4s ease, filter 0.3s ease;
}

.gallery-item:hover img {
    transform: scale(1.08);
    filter: brightness(80%);
    border: 2px solid #c28b37;
}

@media (max-width: 768px) {
    .gallery-item img {
        height: 120px;
    }
}

@media (max-width: 576px) {
    .gallery-item img {
        height: 100px;
    }
}

.section-title {
    font-family: "Yeseva One", serif;
    font-size: 2rem;
}

/* Large Desktop (1440px and above) */
@media (min-width: 1440px) {
    .section-title {
        font-size: 38px;
    }
}

/* Laptop (1024px to 1439px) */
@media (max-width: 1439px) and (min-width: 1024px) {
    .section-title {
        font-size: 34px;
    }
}

/* Tablet (768px to 1023px) */
@media (max-width: 1023px) and (min-width: 768px) {
    .section-title {
        font-size: 28px;
    }
}

/* Mobile (480px to 767px) */
@media (max-width: 767px) {
    .section-title {
        font-size: 24px;
    }
}

/* Small Mobile (0px to 479px) */
@media (max-width: 479px) {
    .section-title {
        font-size: 20px;
    }
}

.highlight-card {
    background: #fff;
    border: 1px solid #eee;
    border-top: 2px solid #ff5c98;
    min-width: 120px;
    /* Desktop ke liye okay */
    text-align: center;
    padding: 1rem;
    border-radius: 1rem;
    margin-bottom: 0.5rem;
}

/* Mobile fix */
@media (max-width: 480px) {
    .highlight-card {
        min-width: 45% !important;
    }
}

.highlight-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.position-sticky {
    position: sticky;
    top: 100px;
    /* Adjust for your header height */
    z-index: 2;
}

.gallery-item {
    position: relative;
    cursor: pointer;
}

.last-photo .overlay-photos {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    color: white;
    font-weight: bold;
    font-size: 1.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

/* Gallery Modal Styles */
.gallery-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    animation: fadeIn 0.3s ease;
}

.gallery-modal.active {
    display: flex;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.gallery-modal-content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 80px;
    max-width: 100%;
}

.gallery-image-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-image-container img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    animation: zoomIn 0.3s ease;
    transition: opacity 0.3s ease;
}

@keyframes zoomIn {
    from {
        transform: scale(0.9);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

.gallery-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: white;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10000;
    transition: all 0.3s ease;
    font-size: 1.5rem;
    backdrop-filter: blur(10px);
}

.gallery-modal-close:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
    transform: rotate(90deg) scale(1.1);
}

.gallery-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10000;
    transition: all 0.3s ease;
    font-size: 1.8rem;
    backdrop-filter: blur(10px);
}

.gallery-nav-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-50%) scale(1.1);
}

.gallery-nav-prev {
    left: 20px;
}

.gallery-nav-next {
    right: 20px;
}

.gallery-counter {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 0.95rem;
    font-weight: 500;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Responsive Styles */
@media (max-width: 768px) {
    .gallery-modal-content {
        padding: 50px 20px;
    }

    .gallery-modal-close {
        top: 15px;
        right: 15px;
        width: 40px;
        height: 40px;
        font-size: 1.3rem;
    }

    .gallery-nav-btn {
        width: 45px;
        height: 45px;
        font-size: 1.5rem;
    }

    .gallery-nav-prev {
        left: 10px;
    }

    .gallery-nav-next {
        right: 10px;
    }

    .gallery-counter {
        bottom: 15px;
        font-size: 0.85rem;
        padding: 6px 16px;
    }

    .gallery-image-container img {
        max-width: 95%;
        max-height: 85%;
    }
}

@media (max-width: 480px) {
    .gallery-modal-content {
        padding: 40px 10px;
    }

    .gallery-nav-btn {
        width: 40px;
        height: 40px;
        font-size: 1.3rem;
    }

    .gallery-nav-prev {
        left: 5px;
    }

    .gallery-nav-next {
        right: 5px;
    }

    .gallery-modal-close {
        top: 10px;
        right: 10px;
        width: 35px;
        height: 35px;
        font-size: 1.2rem;
    }
}

/* Overview Content */

.overview_content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.overview_content ul li {
    padding: 0.4rem 0 0.4rem 1.6rem;
    color: #555;
    font-size: 1rem;
    line-height: 1;
    position: relative;
}

.overview_content ul li::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 10px;
    width: 10px;
    height: 10px;
    font-weight: bold;
    background-image: url("../../Images/dot.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.accordion-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.accordion-body ul li {
    padding: 0.4rem 0 0.4rem 1.6rem;
    color: #555;
    font-size: 1rem;
    /*line-height: 1;*/
    position: relative;
}

.accordion-body ul li::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 10px;
    width: 10px;
    height: 10px;
    font-weight: bold;
    background-image: url("../../Images/dot.png");
    background-size: cover;
    background-repeat: no-repeat;
}

/* Container Media Quary */
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1300px;
    }
}

/* Mega Menu */
.mega-menu-heading {
    text-align: center;
    margin-bottom: 10px;
}

.mega-menu-heading h3 {
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-family: "Cinzel Decorative", serif;
    text-transform: uppercase;
    text-align: center;
    background: linear-gradient(90deg, #e03b79, #ff7eb3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.mega-menu-heading img {
    max-width: 315px;
    width: 100%;
}

/* Terms and Conditions */
/* Hero Section */
.terms-hero {
    position: relative;
    height: 50vh;
    min-height: 350px;
    background: linear-gradient(
            135deg,
            rgb(11 59 145 / 40%) 0%,
            rgb(224 59 121 / 35%) 100%
        ),
        url("https://www.travelstart.co.za/blog/wp-content/uploads/2025/10/Jaipur-47.jpg")
            center / cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    overflow: hidden;
}

.terms-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="1"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grid)"/></svg>');
    opacity: 0.3;
}

.terms-hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 20px;
    animation: fadeInUp 1s ease-out;
}

.terms-hero h1 {
    font-family: "Cinzel Decorative", serif;
    font-size: 3.5rem;
    margin-bottom: 15px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}

.terms-hero p {
    font-size: 1.2rem;
    opacity: 0.95;
}

@keyframes fadeInUp {
    from {
        transform: translateY(30px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Main Content Section */
.terms-content-section {
    padding: 80px 0;
    background: linear-gradient(180deg, #ffffff 0%, #f9faff 100%);
}

/* Last Updated Badge */
.terms-updated-badge {
    display: inline-block;
    background: linear-gradient(135deg, #0b3b91, #e03b79);
    color: white;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 0.9rem;
    margin-bottom: 40px;
    box-shadow: 0 4px 15px rgba(224, 59, 121, 0.3);
}

/* Terms Categories Grid */
.terms-categories {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-bottom: 60px;
}

.terms-category-card {
    background: white;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.terms-category-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #0b3b91, #e03b79);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.terms-category-card:hover::before {
    transform: scaleX(1);
}

.terms-category-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(224, 59, 121, 0.2);
    border-color: #e03b79;
}

.terms-category-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #0b3b91, #e03b79);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 1.8rem;
    color: white;
    box-shadow: 0 5px 15px rgba(224, 59, 121, 0.3);
}

.terms-category-card h3 {
    font-family: "Cinzel Decorative", serif;
    color: #0b3b91;
    font-size: 1.4rem;
    margin-bottom: 10px;
}

.terms-category-card p {
    color: #6b7280;
    font-size: 0.95rem;
    margin: 0;
}

/* Accordion Terms Sections */
.terms-accordion {
    margin: 0;
}

.terms-accordion-item {
    background: white;
    border-radius: 12px;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.terms-accordion-item:hover {
    box-shadow: 0 6px 25px rgba(224, 59, 121, 0.15);
    border-color: rgba(224, 59, 121, 0.2);
}

.terms-accordion-header {
    padding: 25px 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(
        135deg,
        rgba(11, 59, 145, 0.05),
        rgba(224, 59, 121, 0.05)
    );
    transition: all 0.3s ease;
}

.terms-accordion-header:hover {
    background: linear-gradient(
        135deg,
        rgba(11, 59, 145, 0.1),
        rgba(224, 59, 121, 0.1)
    );
}

.terms-accordion-header.active {
    background: linear-gradient(135deg, #0b3b91, #e03b79);
    color: white;
}

.terms-accordion-header.active h3 {
    color: white;
}

.terms-accordion-header h3 {
    font-family: "Cinzel Decorative", serif;
    font-size: 1.3rem;
    color: #0b3b91;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 15px;
}

.terms-accordion-header h3 i {
    font-size: 1.2rem;
}

.terms-accordion-icon {
    font-size: 1.5rem;
    transition: transform 0.3s ease;
    color: #e03b79;
}

.terms-accordion-header.active .terms-accordion-icon {
    transform: rotate(180deg);
    color: white;
}

.terms-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    padding: 0 30px;
}

.terms-accordion-content.active {
    max-height: 2000px;
    padding: 30px;
}

.terms-accordion-content p {
    margin-bottom: 15px;
    color: #0b3b91;
    font-weight: 600;
}

.terms-accordion-content ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.terms-accordion-content ul li {
    padding: 12px 0 12px 35px;
    position: relative;
    color: #1a1a1a;
    line-height: 1.7;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.terms-accordion-content ul li:last-child {
    border-bottom: none;
}

.terms-accordion-content ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #e03b79;
    font-weight: bold;
    font-size: 1.2rem;
}

.terms-accordion-content strong {
    color: #0b3b91;
    font-weight: 600;
}

/* Important Notice Box */
.terms-notice-box {
    background: linear-gradient(
        135deg,
        rgba(11, 59, 145, 0.1),
        rgba(224, 59, 121, 0.1)
    );
    border-left: 5px solid #e03b79;
    border-radius: 10px;
    padding: 25px;
    margin: 40px 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.terms-notice-box h4 {
    font-family: "Cinzel Decorative", serif;
    color: #0b3b91;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.terms-notice-box h4 i {
    color: #e03b79;
    font-size: 1.3rem;
}

.terms-notice-box p {
    color: #1a1a1a;
    line-height: 1.8;
    margin: 0;
}

/* Contact Section */
.terms-contact-section {
    background: linear-gradient(135deg, #0b3b91, #e03b79);
    padding: 60px 0;
    text-align: center;
    color: white;
}

.terms-contact-section h3 {
    font-family: "Cinzel Decorative", serif;
    font-size: 2rem;
    margin-bottom: 20px;
}

.terms-contact-section p {
    font-size: 1.1rem;
    opacity: 0.95;
    margin-bottom: 25px;
}

.terms-contact-btn {
    display: inline-block;
    background: white;
    color: #0b3b91;
    padding: 14px 35px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.terms-contact-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    color: #e03b79;
}

/* Side Image */
.terms-side-image {
    position: sticky;
    top: 100px;
    padding-left: 30px;
}

.terms-side-image img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    object-fit: cover;
}

/* Responsive Design */
@media (max-width: 768px) {
    .terms-hero {
        height: 40vh;
        min-height: 280px;
    }

    .terms-hero h1 {
        font-size: 2.2rem;
    }

    .terms-hero p {
        font-size: 1rem;
    }

    .terms-content-section {
        padding: 50px 0;
    }

    .terms-categories {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .terms-accordion-header {
        padding: 20px;
    }

    .terms-accordion-header h3 {
        font-size: 1.1rem;
    }

    .terms-accordion-content.active {
        padding: 20px;
    }

    .terms-side-image {
        position: relative;
        top: 0;
        padding-left: 0;
        margin-top: 30px;
    }

    .terms-contact-section h3 {
        font-size: 1.6rem;
    }
}

/* Terms & Conditions page End */

/* City Page Start */
.city_page_hero {
    padding: 250px 0 10px;
    position: relative;
    overflow: hidden;
}

.city_page_hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    animation: blogDetailsBgMove 20s linear infinite;
}
/* City Page End */

/* Home Marquee Section */
.marquee-section {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 50%, #16213e 100%);
    position: relative;
    padding: 1.5rem 0;
}

/* Animated Background */
.marquee-bg-animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(
            circle at 20% 50%,
            rgba(224, 59, 121, 0.15) 0%,
            transparent 50%
        ),
        radial-gradient(
            circle at 80% 80%,
            rgba(255, 107, 157, 0.15) 0%,
            transparent 50%
        ),
        radial-gradient(
            circle at 40% 20%,
            rgba(224, 59, 121, 0.1) 0%,
            transparent 50%
        );
    animation: marquee-bg-pulse 8s ease-in-out infinite;
    z-index: 0;
}

@keyframes marquee-bg-pulse {
    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.1);
    }
}

.marquee-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 0.5rem 0;
}

/* Gradient Fades */
.marquee-fade {
    position: absolute;
    top: 0;
    width: 150px;
    height: 100%;
    z-index: 3;
    pointer-events: none;
}

.marquee-fade-left {
    left: 0;
    background: linear-gradient(to right, #0a0a0a, transparent);
}

.marquee-fade-right {
    right: 0;
    background: linear-gradient(to left, #0a0a0a, transparent);
}

/* Marquee Content */
.marquee-content {
    display: flex;
    animation: marquee-scroll 50s linear infinite;
    gap: 1.5rem;
    align-items: center;
    will-change: transform;
}

.marquee-item {
    flex-shrink: 0;
}

/* Modern Card Design */
.marquee-card {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.5rem 1.2rem;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}

.marquee-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(224, 59, 121, 0.3),
        transparent
    );
    transition: left 0.5s;
}

.marquee-item:hover .marquee-card {
    background: rgba(224, 59, 121, 0.15);
    border-color: rgba(224, 59, 121, 0.4);
    box-shadow: 0 8px 20px rgba(224, 59, 121, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 0 20px rgba(224, 59, 121, 0.2);
    z-index: 10;
    position: relative;
}

.marquee-item:hover .marquee-card::before {
    left: 100%;
}

/* Icon Styling */
.marquee-icon {
    font-size: 1.2rem;
    line-height: 1;
    filter: drop-shadow(0 0 10px rgba(224, 59, 121, 0.5));
    transition: all 0.4s ease;
    animation: marquee-icon-float 3s ease-in-out infinite;
}

.marquee-item:nth-child(even) .marquee-icon {
    animation-delay: 0.5s;
}

.marquee-item:hover .marquee-icon {
    transform: scale(1.2) rotate(10deg);
    filter: drop-shadow(0 0 20px rgba(224, 59, 121, 0.8));
}

@keyframes marquee-icon-float {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-4px);
    }
}

/* Text Styling */
.marquee-text {
    font-size: 0.95rem;
    font-weight: 600;
    color: #ffffff;
    white-space: nowrap;
    letter-spacing: 0.3px;
    text-shadow: 0 2px 20px rgba(224, 59, 121, 0.4);
    background: linear-gradient(135deg, #ffffff 0%, #ffd4e5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: all 0.4s ease;
}

.marquee-item:hover .marquee-text {
    background: linear-gradient(135deg, #ffd700 0%, #ff6b9d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 30px rgba(224, 59, 121, 0.6);
}

/* Scroll Animation */
@keyframes marquee-scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-100% / 3));
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .marquee-section {
        padding: 0.8rem 0;
    }

    .marquee-card {
        padding: 0.4rem 1rem;
        gap: 0.5rem;
    }

    .marquee-icon {
        font-size: 1rem;
    }

    .marquee-text {
        font-size: 0.85rem;
    }

    .marquee-content {
        gap: 1rem;
    }

    .marquee-fade {
        width: 60px;
    }
}

@media (max-width: 480px) {
    .marquee-card {
        padding: 0.35rem 0.8rem;
    }

    .marquee-text {
        font-size: 0.75rem;
    }

    .marquee-icon {
        font-size: 0.9rem;
    }
}

/* Home Marquee Section End */



/* Top Destinations Rajasthan Section Start */

    .item>a.most-recommended-card {
        background: #fff;
        display: table;
        border-radius: 10px;
        width: 100%;
        position: relative;
    }

    .item>a.most-recommended-card:before {
        content: "";
        width: 100%;
        height: 280px;
        position: absolute;
        left: 0px;
        bottom: 0px;
        background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 6) 100%) 0% 0% no-repeat padding-box;
        z-index: 1;
    }

    span.customised {
        position: absolute;
        right: 12px;
        top: 12px;
        background-color: #e03b79b0;
        padding: 4px 10px;
        color: #fff;
        font-size: 11px;
        font-weight: 600;
        border-radius: 6px;
        border: none;
        z-index: 2;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    }

    a.most-recommended-card img {
        border-radius: 20px;
        height: 300px;
        object-fit: cover;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        width: 100%;
        display: block;
    }

    a.most-recommended-card picture {
        position: relative;
        z-index: 0;
        display: block;
    }

    a.most-recommended-card .caption-side-text {
        padding: 15px;
        min-height: auto;
        position: absolute;
        bottom: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        z-index: 2;
    }

    a.most-recommended-card .caption-side-text h4 {
        margin: 0 0 8px 0;
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        height: auto;
        line-height: 1.3;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    }

    /* Itinerary Box - White rounded box */
    a.most-recommended-card .itinerary-box {
        background: rgb(255 255 255 / 35%);
        padding: 6px 10px;
        border-radius: 6px;
        display: inline-block;
        width: 100%;
    }

    a.most-recommended-card .itinerary-box h6 {
        margin: 0;
        font-size: 12px;
        color: #fff;
        font-weight: 500;
        background: transparent;
        padding: 0;
        border-radius: 0;

        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    a.most-recommended-card .itinerary-box h6 span {
        color: #e03b79;
        font-weight: 600;

    }

    /* Tour Details Row - Horizontal layout */
    a.most-recommended-card .tour-details-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 8px 0;
        gap: 10px;
    }

    a.most-recommended-card .detail-item {
        color: #fff;
        font-size: 12px;
        display: flex;
        align-items: center;
        gap: 4px;
        flex: 1;

        display: -webkit-box;
        -webkit-line-clamp: 1;      /* allow only 1 line */
        -webkit-box-orient: vertical;
        overflow: hidden;           /* hide extra text */
        text-overflow: ellipsis;    /* show ... */
    }

    a.most-recommended-card .detail-item i {
        color: #ce3b7b;
        font-size: 11px;
    }

    /* Flexibility Item */
    a.most-recommended-card .flexibility-item {
        color: #fff;
        font-size: 12px;
        text-align: center;
        margin: 0px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
    }

    a.most-recommended-card .flexibility-item i {
        color: #ce3b7b;
        font-size: 11px;
    }

    /* Card Buttons */
    a.most-recommended-card .card-buttons {
        display: flex;
        gap: 8px;
        margin-top: 10px;
    }

    a.most-recommended-card label.off-tag {
        cursor: pointer;
        background: #ce3b7b;
        color: #fff;
        border: none;
        padding: 1px 16px;
        border-radius: 6px;
        font-size: 12px;
        font-weight: 600;
        flex: 1;
        text-align: center;
        transition: all 0.3s ease;
    }

    a.most-recommended-card label.off-tag:hover {
        background: #e03b79;
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(7, 204, 152, 0.3);
    }

    a.most-recommended-card label.card-btn-details {
        background: #e03b79;
    }

    a.most-recommended-card label.card-btn-details:hover {
        background: #e03b79;
    }


    @media only screen and (max-width: 767px) {
        a.most-recommended-card .tour-details-row {
            flex-direction: row;
            align-items: flex-start;
            gap: 5px;
        }

        a.most-recommended-card .detail-item {
            width: 100%;
        }

        a.most-recommended-card .flexibility-item {
            text-align: left;
            justify-content: flex-start;
        }

        a.most-recommended-card .card-buttons {
            flex-direction: row;
        }

        a.most-recommended-card label.off-tag {
            width: 100%;
        }
    }

/* Top Destinations Rajasthan Section End */