 /* ── Body base ── */
        body { background: #f4faf6; }

        /* ── Breadcrumb ── */
        .site-breadcrumb {
            background-size: cover; background-position: center;
            padding: 80px 0; position: relative;
        }
        .site-breadcrumb::before {
            content:''; position:absolute; inset:0;
            background: rgba(13,43,29,0.7);
        }
        .site-breadcrumb .container { position:relative; z-index:2; }
        .site-breadcrumb .breadcrumb-title {
            font-family:'Lato',Georgia,serif;
            font-size: clamp(28px,4vw,48px); color:#fff;
            font-weight:700; margin-bottom:12px;
        }
        .site-breadcrumb .breadcrumb-menu {
            list-style:none; padding:0; margin:0;
            display:flex; align-items:center; gap:8px;
        }
        .site-breadcrumb .breadcrumb-menu li { font-size:14px; color:rgba(255,255,255,0.7); }
        .site-breadcrumb .breadcrumb-menu li a { color:rgba(255,255,255,0.7); text-decoration:none; }
        .site-breadcrumb .breadcrumb-menu li a:hover { color:#F4C842; }
        .site-breadcrumb .breadcrumb-menu li::before { content:'/'; margin-right:8px; }
        .site-breadcrumb .breadcrumb-menu li:first-child::before { display:none; }
        .site-breadcrumb .breadcrumb-menu li.active { color:#F4C842; }

        /* ── Content area ── */
        .blog-single-area { padding: 80px 0; }
        .blog-single-content img { border-radius:12px; max-width:100%; }
        .blog-details h3 { font-family:'Lato', sans-serif; color:#1B4332; margin-bottom:12px; }
        .blog-details p  { color:#3D4A3E; line-height:1.85; margin-bottom:14px; }
        .blog-details-title { font-family:'Lato', sans-serif; font-size:28px; color:#1B4332; }

        /* tags at top */
        .blog-details-tags ul { list-style:none; padding:0; display:flex; gap:12px; flex-wrap:wrap; margin-bottom:28px; }
        .blog-details-tags ul li a {
            display:inline-flex; align-items:center; gap:7px;
            background:#1B4332; color:#fff;
            padding:9px 20px; border-radius:50px;
            font-size:13px; font-weight:600; text-decoration:none;
            transition:all 0.3s;
        }
        .blog-details-tags ul li a:hover { background:#D4A017; }

        /* blockquote */
        .blockqoute {
            background: rgba(27,67,50,0.06);
            border-left: 4px solid #1B4332;
            padding: 18px 24px; border-radius: 0 12px 12px 0;
            font-style: normal; color: #1B4332;
            margin: 20px 0; font-size:15px; line-height:1.8;
        }

        /* list */
        .liststyle { list-style:none; padding:0; }
        .liststyle li { margin-bottom:10px; display:flex; align-items:flex-start; font-size:14px; color:#3D4A3E; line-height:1.7; }
        .liststyle li i { color:#1B4332; margin-right:10px; margin-top:4px; flex-shrink:0; }

        /* view more button */
        .about-bottom { margin-top:20px; }
        .theme-btn {
            display:inline-flex; align-items:center; gap:8px;
            background:#1B4332; color:#fff;
            padding:11px 24px; border-radius:50px;
            font-size:13px; font-weight:600; text-decoration:none;
            transition:all 0.3s;
        }
        .theme-btn:hover { background:#D4A017; color:#fff; }

        /* ── FAQ accordion (ayushnewyear style) ── */
        .ayushnewyear-faq-area { background:#f4faf6; padding:50px 0; }
        .ayushnewyear-accordion-item {
            border:none; margin-bottom:16px;
            background:#fff; border-radius:14px;
            box-shadow:0 4px 16px rgba(0,0,0,0.07); overflow:hidden;
        }
        .ayushnewyear-accordion-button {
            background:#fff; font-weight:600; font-size:15px;
            padding:16px 20px; display:flex; align-items:center;
            gap:12px; border:none; width:100%; cursor:pointer;
            position:relative; text-align:left; color:#1a1a2e;
            font-family:'Inter',sans-serif;
        }
        .ayushnewyear-accordion-button:not(.collapsed) { color:#1B4332; border-bottom:2px solid #1B4332; }
        .ayushnewyear-accordion-button::after {
            content:"\f078"; font-family:"Font Awesome 6 Pro";
            font-weight:900; position:absolute; right:20px; transition:0.3s;
            font-size:13px; color:#1B4332;
        }
        .ayushnewyear-accordion-button:not(.collapsed)::after { transform:rotate(180deg); }
        .ayushnewyear-icon {
            width:38px; height:38px; border-radius:50%;
            background:#1B4332; display:flex; align-items:center;
            justify-content:center; flex-shrink:0; overflow:hidden;
        }
        .ayushnewyear-icon img { width:100%; height:100%; object-fit:contain; padding:5px; }
        .ayushnewyear-accordion-body { font-size:14px; color:#555; padding:20px 24px 24px 70px; }
        .ayushnewyear-accordion-body img { width:100%; border-radius:8px; margin:10px 0; }

        /* ── Rate card ── */
        .rate-card-container { max-width:100%; margin:30px 0; }
        .rate-card-title { color:#1B4332; font-family:'Lato', sans-serif; font-size:26px; margin-bottom:16px; font-weight:700; }
        .rate-card { width:100%; border-collapse:collapse; border:1px solid #dde8e2; border-radius:12px; overflow:hidden; }
        .rate-card thead tr { background:#1B4332; color:#fff; }
        .rate-card th { padding:14px 16px; font-size:13px; border-right:1px solid rgba(255,255,255,0.15); font-weight:600; }
        .rate-card td { padding:12px 16px; border-bottom:1px solid #e8f0eb; border-right:1px solid #e8f0eb; font-size:13px; vertical-align:middle; }
        .rate-card tbody tr:nth-child(even) { background:#f8fcf9; }
        .rate-card tbody tr:hover { background:#edf7f1; }
        .rate-card td:first-child { width:56px; font-weight:600; color:#1B4332; }
        .rate-card td:last-child  { font-weight:600; color:#1B4332; width:160px; }

        /* badge inside rate card */
        .badge {
            background:rgba(27,67,50,0.10); color:#1B4332;
            padding:5px 12px; border-radius:20px;
            font-weight:700; font-size:11px;
            display:inline-block; margin-right:6px;
            text-transform:uppercase; letter-spacing:0.5px;
        }
        .bonus-text { margin:6px 0 0; font-size:12px; line-height:1.5; color:#7A8A7B; }
        .description-text { margin:6px 0 0; font-size:12px; line-height:1.5; color:#7A8A7B; }

        /* ── Payment table ── */
        .payment-container { margin-top:10px; }
        .payment-title { color:#1B4332; font-family:'Lato', sans-serif; font-size:22px; margin-bottom:14px; font-weight:700; }
        .payment-in-favour { width:100%; border-collapse:collapse; border:2px solid #c8e6d4; border-radius:10px; overflow:hidden; }
        .payment-in-favour td { padding:12px 20px; border:1px solid #d8ede0; font-size:14px; }
        .payment-in-favour tr:nth-child(odd)  { background:#fff; }
        .payment-in-favour tr:nth-child(even) { background:#f4faf6; }
        .payment-in-favour td:first-child { font-weight:700; color:#1B4332; background:#edf7f1; width:35%; }
        .payment-in-favour td:last-child  { color:#1a1a2e; }

        /* ── search popup (keep hidden) ── */
        .search-popup { display:none !important; }

        /* ── misc ── */
        .mb-20 { margin-bottom:20px; }
        .mb-10 { margin-bottom:10px; }
        .mb-3  { margin-bottom:12px; }
        .pb-20 { padding-bottom:20px; }
        .pt-120{ padding-top:80px; }
        .pb-120{ padding-bottom:80px; }