.hero_slider a {
    display: block;
    position: relative;
    overflow: hidden;
}
.hero_sec {
    margin-top: 0 !important;
}
/* OLD / base style – upar */
.bnner-ttl {
    text-decoration: none;
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    bottom: 65% !important;
    font-size: 50px;
    z-index: 5;
    font-weight: 500;
    color: #fff;
}

/* NEW style – hamesha last */
.cnt .bnner-ttl {
    position: static;          /* absolute hata diya */
    margin-bottom: 12px;
    font-size: 35px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 1px;
}

/* Main heading */
.cnt h1 {
    margin: 0 0 26px;
    font-size: 42px;
    font-weight: 700;
    color: #fff;
}
.search_box_prnt {
    margin-top: 0;          /* pehle 30px tha */
    display: flex;
    justify-content: center;
    z-index: 10;
}
/* .search_box {
    width: 720px;
    max-width: 92%;
} */

.opcitybg {
    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0.55),
        rgba(0,0,0,0.35)
    );
    z-index: 2;
}
.hero_sec,
.hero_slider .owl-item img {
    height: 65vh;
}
.cnt {
    position: absolute;
    inset: 0;
    z-index: 5;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    text-align: center;
}
.cnt h3 {
    font-size: 24px;
    font-weight: 400;
    color: rgba(255,255,255,0.85);
    margin-bottom: 10px;
    letter-spacing: 1px;
}


/* exploar */

.hldy_thm_slider .owl-item {
    display: flex;
    justify-content: center;
}
.jckpt_box {
    width: 280px;
    /* height: 290px;              */
    background: #fff;
    border-radius: 40px;
    padding: 16px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.12);

    display: flex;              /* 👈 important */
    flex-direction: column;
    align-items: center;
}


.jckpt_box .img_box {
    width: 100%;
    height: 180px;
    border-radius: 16px;
    overflow: hidden;
    flex-shrink: 0;             /* 👈 image kabhi compress na ho */
}


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


.jckpt_box span {
    margin-top: 14px;
    font-size: 17px;
    font-weight: 600;
    color: #111;
    text-align: center;
    line-height: 1.3;

    /* 👇 equal height text block */
    min-height: 44px;

    /* 👇 zyada text cut ho jaaye */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Why Plan Your */
.why_bk_box {
    width: auto !important;   /* ❌ full width band */
    max-width: 100%;
}
.why_bk_box {
    background: #fff;
    border-radius: 18px;
    padding: 32px 24px;
    text-align: center;
    box-shadow: 0 18px 40px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}
.why_bk_box_prnt {
    margin-top: 60px;
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
@media (max-width: 992px) {
    .why_bk_box_prnt {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .why_bk_box_prnt {
        grid-template-columns: 1fr;
    }
}
/* menuuuuuuuuuuuuu */

/* 
.easydarshan-nav {
    background: rgba(255,255,255,0.95);
    padding: 10px 26px;
    border-radius: 50px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.08);
    margin-left: auto;
} */

.easydarshan-nav ul {
    display: flex;
    align-items: center;
    gap: 26px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.easydarshan-nav ul li a {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    color: #1f2d3d;
    text-decoration: none;
}

/* .easydarshan-nav ul li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg,#ff9800,#ff5722);
    transition: width 0.3s ease;
} */

.easydarshan-nav ul li a:hover::after {
    width: 100%;
}
.jckpt_box {
    width: 100% !important;
}


/* banner */

/* ABOUT SECTION */


.about-img {
    max-width: 100%;
    border-radius: 16px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
    margin-bottom: 20px;
}

.about-content h2 {
    text-align: left;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 16px;
}

.about-text {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
}

/* mobile */
@media (max-width: 768px) {
    .about-content h2 {
        text-align: center;
    }
    .about-text {
        text-align: center;
    }
}
.facility-item {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    height: 100%;
}

.facility-content {
    padding: 20px;
}

.facility-title a {
    font-size: 20px;
    font-weight: 700;
    color: #182978;
}

.facility-text {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
}
.single-services-style1 {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(0,0,0,0.12);
}

.single-services-style1 img {
    height: 260px;
    object-fit: cover;
}
/* ========= HERO ========= */
.page-hero{
    position:relative;
    padding:60px 0 60px;
    background:linear-gradient(135deg,#eef3ff,#f9fbff);
    margin-bottom:80px;
}
.hero-overlay{
    position:absolute;
    inset:0;
    background:#eee;
}
.hero-inner{
    position:relative;
    z-index:2;
    text-align:center;
    max-width:850px;
    margin:auto;
}
.hero-breadcrumb{
    list-style:none;
    display:inline-flex;
    gap:10px;
    padding:6px 16px;
    background:#fff;
    border-radius:30px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    font-size:14px;
    margin-bottom:20px;
}
.hero-breadcrumb a{
    color:#3e9040;
    font-weight:600;
    text-decoration:none;
}
.page-hero h1{
    font-size:42px;
    font-weight:800;
    color:#182978;
}
.hero-tagline{
    margin-top:10px;
    color:#555;
}

/* ========= ABOUT ========= */
/* .about-section{
    padding-bottom:100px;
} */
.about-img{
    max-width:100%;
    border-radius:22px;
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}
.about-text{
    font-size:16px;
    line-height:1.9;
    word-break:break-word;
}
.about-text p{margin-bottom:16px;}

/* ========= FACILITY ========= */
.facility-area{
    padding:80px 0;
    background:#f9fbff;
}
.facility-item{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,.1);
    transition:.3s;
}
.facility-item:hover{transform:translateY(-6px);}
.facility-item img{
    width:100%;
    height:240px;
    object-fit:cover;
}
.facility-content{
    padding:22px;
}
.facility-content h3{
    font-size:20px;
    font-weight:700;
    color:#182978;
}
.read-btn{
    color:#3e9040;
    font-weight:600;
    text-decoration:none;
}

/* ========= GALLERY ========= */
.gallery-section{padding:80px 0;}
.gallery-box{
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 15px 35px rgba(0,0,0,.12);
}
.gallery-box img{
    width:100%;
    height:260px;
    object-fit:cover;
}

/* ========= CONTACT ========= */
.contact-strip{
    background:#eef2ff;
    padding:18px 0;
    text-align:center;
    font-weight:600;
    margin-top:40px;
    margin-bottom:60px;
}

/* ========= DIVIDER ========= */
.section-divider{
    height:1px;
    background:linear-gradient(to right,transparent,rgba(0,0,0,.2),transparent);
    margin-bottom:60px;
}

/* ========= MOBILE ========= */
@media(max-width:768px){
    .page-hero h1{font-size:30px;}
    .about-section{padding-bottom:60px;}
}


.about-wrap{
    background: #ffffff;
    border-radius: 30px;
    padding: 20px;            
    /* box-shadow: 0 25px 60px rgba(0,0,0,0.08); */
}
.about-img{
    max-width: 100%;
    border-radius: 22px;
    box-shadow: 0 20px 45px rgba(0,0,0,0.12);
    margin-bottom: 20px;
}


/* page list::-moz-list-bullet */


/* pakage list */

/* =====================================
   BREAK EASYDARSHAN LOOK COMPLETELY
===================================== */

/* ---------- BANNER ---------- */
.banner {
    border-radius: 0;
    background: #000;
}

.banner::after {
    background: linear-gradient(
        90deg,
        rgba(0,0,0,0.75) 20%,
        rgba(0,0,0,0.35) 55%,
        rgba(0,0,0,0.1) 100%
    );
}



/* ---------- SEARCH BAR (DIFFERENT STYLE) ---------- */
.srchbr {
    margin-top: -70px;
    background: rgba(255,255,255,0.92);
    backdrop-filter: blur(12px);
    border-radius: 12px;
    box-shadow: 0 20px 45px rgba(0,0,0,0.25);
    padding: 18px 22px;
    max-width: 900px;
    margin-left: 6%;
}



/* inputs sharper */
.frmbx input {
    font-size: 14px;
    font-weight: 600;
    color: #1c1c1c;
}

/* search button – NOT orange pill */
.editbx {
    background: #0a2540;
    color: #fff;
    border-radius: 10px;
    padding: 14px 28px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.4px;
}

.editbx:hover {
    background: #133d66;
    box-shadow: 0 10px 25px rgba(10,37,64,0.45);
}

/* ---------- LISTING AREA BG ---------- */


/* ---------- CARDS – DIFFERENT LOOK ---------- */
.pckg-card {
    border-radius: 16px;
    box-shadow: 0 14px 30px rgba(0,0,0,0.12);
    transition: all 0.35s ease;
    background: #fff;
}

.pckg-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 45px rgba(0,0,0,0.2);
}

/* image edge cut */
.img-top {
    border-radius: 16px 16px 0 0;
    overflow: hidden;
}

/* duration badge – dark minimal */
.durbadge {
    background: #0a2540;
    color: #fff;
    font-size: 10px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* ---------- CARD TEXT ---------- */
.card-title {
    font-size: 17px;
    font-weight: 800;
    color: #0a2540;
}

.pckdur {
    color: #555;
}

/* ---------- PRICE SECTION ---------- */
.pricesecabs {
    background: #ffffff;
    border-top: 1px dashed #e2e6ef;
}

/* price highlight */
.prc-nm {
    color: #0a2540;
    font-size: 25px;
    font-weight: 900;
}

/* CTA button – outline style */
.pckg-btn {
    background: transparent;
    color: #0a2540;
    border: 2px solid #0a2540;
    border-radius: 8px;
    padding: 10px 18px;
    font-weight: 700;
}

.pckg-btn:hover {
    background: #0a2540;
    color: #fff;
}

/* ---------- MOBILE – COMPLETELY DIFFERENT ---------- */
@media (max-width: 768px) {

    .banner-caption {
        left: 20px;
        font-size: 22px;
    }

    .srchbr {
        margin: -45px 15px 0;
        border-radius: 14px;
    }

    .editbx {
        width: 100%;
        text-align: center;
    }

    .pckg-card {
        border-radius: 14px;
    }
}


/* ==============================
   CLEAN BREADCRUMB FIX (SAFE)
============================== */

/* breadcrumb row ko proper spacing */
/* .hld-cont .d-flex {
    margin-bottom: 20px;
} */

/* breadcrumb strip */
.bredcm {
    width: 100%;
    background: #ffffff;
    padding: 14px 0;
    /* box-shadow: 0 4px 14px rgba(0,0,0,0.05); */
    display: flex;
    align-items: center;
}

/* inner breadcrumb content */
.bredcm a,
.bredcm img,
.bredcm .onpg {
    margin-right: 8px;
}

/* links */
.bredcm a {
    color: #0a2540;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.bredcm a:hover {
    color: #ff6b35;
}

/* arrow icon */
.bredcm img {
    width: 12px;
    opacity: 0.6;
}

/* active page */
.bredcm .onpg {
    background: #0a2540;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 5px 14px;
    border-radius: 20px;
}

/* ==============================
   MOBILE
============================== */
@media (max-width: 768px) {
    .bredcm {
        padding: 12px 15px;
    }
}
/* =================================
   BREADCRUMB ICON SIZE INCREASE
================================= */

/* Home > Holidays arrow icon */
.bredcm img {
       height: 12px;
    opacity: 0.7;
    margin: 0 8px;
}

/* mobile me thoda aur clear */
@media (max-width: 768px) {
    .bredcm img {
        width: 18px;
    }
}



/* plan details  */


:root {
    --primary: #0d9488;
    --primary-dark: #115e59;
    --secondary: #f97316;
    --accent: #8b5cf6;
    --dark: #1e293b;
    --light-bg: #f1f5f9;
    --border: #e2e8f0;
    --success: #22c55e;
}

/* Reset & Basic Styles */
* {
    box-sizing: border-box;
}

body {
    background: var(--light-bg);
}



/* ================================
   JOURNEY STYLE BREADCRUMB
================================ */

/* outer wrapper */
.breadcrumb {
    background: linear-gradient(180deg, #ffffff, #f9fbff);
    padding: 22px 28px 26px 42px;
    border-radius: 20px;
    margin: 10px 0 28px;
    box-shadow: 0 18px 45px rgba(0,0,0,0.08);
    position: relative;
}

/* vertical journey line */
.breadcrumb::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 20px;
    bottom: 20px;
    width: 4px;
    background: linear-gradient(180deg, #ff6b35, #ffb703);
    border-radius: 10px;
}

/* list layout */
.breadcrumb ul {
    display: flex;
    align-items: center;
    gap: 18px;
}

/* items */
.breadcrumb li {
    font-size: 14px;
    font-weight: 600;
    color: #475569;
    display: flex;
    align-items: center;
    gap: 12px;
}

/* small node circle */
.breadcrumb li::before {
    content: "";
   
    background: #cbd5e1;
    border-radius: 50%;
    flex-shrink: 0;
}

/* links */
.breadcrumb li a {
    color: #0a2540;
    text-decoration: none;
}

/* arrow */
.breadcrumb li::after {
    content: ">";
    margin-left: 10px;
    color: #94a3b8;
    font-size: 18px;
}

/* last item */
.breadcrumb li:last-child::after {
    display: none;
}

/* active page */
.breadcrumb .pkgname {
    background: linear-gradient(135deg, #0a2540, #1e3a8a);
    color: #ffffff;
    padding: 7px 20px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
    box-shadow: 0 8px 22px rgba(30,58,138,0.35);
}

/* active node */
.breadcrumb .pkgname::before {
    background: #ff6b35;
}

@media (max-width: 768px) {
    .breadcrumb {
        padding: 18px 18px 22px 36px;
    }

    .breadcrumb ul {
        flex-wrap: wrap;
        gap: 12px;
    }
}
