:root {
    --primary-color: #614a3b;
    --secondary-color: #8b7463;
    --accent-color: #bd9868;
    --bg-light: #f5f0eb;
    --card-bg: #ffffff;
    --text-main: #333333;
    /* Magazine page aliases */
    --primary: #614a3b;
    --accent: #bd9868;
    --accent-light: #e8d5b7;
    --bg-cream: #faf7f4;
    --text-dark: #2d2d2d;
    --text-muted: #888;
    --card-shadow: 0 4px 20px rgba(0,0,0,0.06);
    --card-hover: 0 16px 48px rgba(0,0,0,0.14);
}

body {
    font-family: 'Kalpurush', 'Hind Siliguri', sans-serif !important;
    background-color: #ffffff !important;
    color: var(--text-main);
}

/* 1. Header & Navbar Refinement */
.top-header {
    background: #fff !important;
    border-bottom: 1px solid #eee;
}

.navbar {
    background: #666768 !important;
    border-bottom: 3px solid #bd9868 !important;
}

/* 2. Hero Slider */
.slider-section .carousel-item {
    background-color: #fff;
}

.carousel-control-prev, .carousel-control-next {
    width: 5%;
    opacity: 0.8;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    filter: invert(1) grayscale(100) brightness(0.5);
}

/* 3. Section Titles */
.books-title h2, .magezine-text h3, .catagory-text h4, .murti-puja-text h3 {
    font-size: 2.2rem !important;
    color: var(--primary-color);
    margin-bottom: 30px !important;
    border-bottom: none !important;
}

.books-title h2::after {
    background: var(--accent-color) !important;
    height: 3px !important;
    width: 80px !important;
}

/* 4. Essays (প্রবন্ধাবলি) Cards */
.books-card {
    background: var(--card-bg) !important;
    border: none !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05) !important;
    border-radius: 5px !important;
    transition: transform 0.3s ease;
}

.books-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
}

.book-writer h5 {
    font-size: 1.2rem !important;
    color: var(--primary-color) !important;
}

.book-text p {
    color: #666;
    line-height: 1.6;
}

/* 5. Magazine Section (Match Image) */
.magazine-section {
    background-color: #e9e4df !important; /* Slightly darker cream for contrast */
}

.megazine-img {
    background: white !important;
    padding: 10px !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05) !important;
    display: flex !important;
    flex-direction: column !important;
}

.megazine-img img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 3 / 4 !important;
    object-fit: cover !important;
    border-radius: 4px !important;
    display: block !important;
}

.megazine-img p {
    font-size: 13px !important;
    font-weight: 700 !important;
    text-align: center !important;
    color: #2d2d2d !important;
    margin: 8px 0 !important;
    line-height: 1.4 !important;
    min-height: 36px !important;
}

.megazine-img a {
    display: block !important;
    text-align: center !important;
    margin-top: auto !important;
}

.megazine-img a button {
    border: none !important;
    background-color: #614a3b !important;
    color: #fff !important;
    padding: 10px 12px !important;
    width: 100% !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    transition: background 0.2s !important;
}

.megazine-img a button:hover {
    background-color: #4a3528 !important;
}

/* 6. Forms and Selects */
.catagory-section {
    background: var(--secondary-color) !important;
    padding: 80px 0 !important;
}

.form-control, select {
    background-color: #fff !important;
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
}

/* 7. Footer */
.footer {
    background-color: #4a392c !important;
    color: #fff;
}

.footer-copyright {
    background-color: #382b21 !important;
}

/* 8. Next/Prev Slider Buttons */
.slick-prev, .slick-next {
    background: var(--primary-color) !important;
    opacity: 0.8;
}

.slick-prev:hover, .slick-next:hover {
    background: var(--accent-color) !important;
    opacity: 1;
}

/* 9. Header & Navbar */
.top-header {
    background: white;
    padding: 15px 0 !important;
}

.header-logo h4 {
    font-weight: 700 !important;
    font-size: 2.2rem !important;
    letter-spacing: -0.5px;
    line-height: 60px !important;
    vertical-align: middle;
}

.navbar {
    background: #666768 !important;
    border-bottom: 3px solid #bd9868 !important;
    padding: 10px 0 !important;
    box-shadow: none !important;
}

.nav-menu li a {
    background: #ded6d0 !important;
    color: #000 !important;
    font-weight: 400 !important;
    padding: 9px 21px !important;
    margin-right: 5px !important;
    transition: all 0.2s ease !important;
    text-transform: none !important;
    font-size: 14px !important;
    letter-spacing: 0 !important;
}

.nav-menu li:hover a, .nav-menu li.active a {
    background: #614a3b !important;
    color: #fff !important;
}

.dropdown-menu {
    border: none !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
    border-radius: 0 0 15px 15px !important;
    padding: 10px 0 !important;
}

.dropdown-item {
    color: var(--primary-color) !important;
    padding: 10px 25px !important;
    font-size: 14px !important;
}

.dropdown-item:hover {
    background: var(--bg-soft) !important;
    color: var(--accent-color) !important;
}

/* 10. Slider Improvements */
/* 11. Slick Slider Navigation (Next/Prev) */
.magazine-slider {
    position: relative;
    padding: 0 40px !important;
}

.slick-prev, .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    width: 40px !important;
    height: 40px !important;
    background: var(--primary-color) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid white !important;
}

.slick-prev { left: -10px !important; }
.slick-next { right: -10px !important; }

.slick-prev::before, .slick-next::before {
    font-family: "Font Awesome 5 Free", "Font Awesome 6 Free", "FontAwesome";
    font-weight: 900;
    font-size: 20px;
    color: white;
    opacity: 1 !important;
}

.slick-prev::before { content: "\f053"; } /* fa-chevron-left */
.slick-next::before { content: "\f054"; } /* fa-chevron-right */

.slick-prev:hover, .slick-next:hover {
    background: var(--accent-color) !important;
    transform: translateY(-50%) scale(1.1);
}

.slick-dots {
    bottom: -35px !important;
}

.slick-dots li button:before {
    color: var(--primary-color) !important;
    font-size: 12px !important;
}
/* 12. News Page Refinement */
.home-page-most-top-news-text a h6 {
    color: #cc0000 !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    margin-top: 15px;
    line-height: 1.4;
}

.top-most-news-right h5 {
    color: #cc0000 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    margin-top: 10px;
}

.single-post-title h5 {
    color: #cc0000 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 1.5;
    margin-bottom: 8px;
}

.single-post-container {
    background: #fff;
    padding: 15px;
    border: 1px solid #eee;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    height: 100%;
}

.single-post-container:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.single-post-img img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 4px;
}

.home-page-most-top-news-img img {
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.sitebar-ad-img {
    margin-bottom: 20px;
    border-radius: 4px;
    overflow: hidden;
}

.sitebar-ad-img img {
    width: 100%;
    height: auto;
}

/* 13. Book Listing (Gronthos/Bois) Refinement */
.all-book-title-container {
    height: 200px;
    position: relative;
    background: #1a0d00;
}

.all-book-title-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.4;
}

.all-book-title {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.all-book-title h3 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin: 0;
}

.all-book-list {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 0 !important;
    overflow: hidden;
}

.all-book-list h4 {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    padding: 14px 18px;
    border-bottom: 1px solid #e5e5e5;
    margin: 0;
    background: #f8f9fa;
}

.all-book-list ul {
    padding: 0;
    margin: 0;
}

.all-book-list ul li {
    border-bottom: 1px solid #f0f0f0;
}

.all-book-list ul li a {
    display: block;
    padding: 12px 18px !important;
    color: #444 !important;
    font-size: 14px;
    transition: all 0.2s;
    text-decoration: none;
}

.all-book-list ul li a:hover {
    background: #fdfaf7;
    color: #614a3b !important;
    padding-left: 24px !important;
}

.single-book-container {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.single-book-container:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    transform: translateY(-5px);
}

.single-book-container img {
    width: 100%;
    height: 220px;
    object-fit: contain;
    padding: 15px;
    background: #fdfdfd;
}

.book-details {
    padding: 15px;
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.book-details h5 {
    font-size: 15px;
    font-weight: 600;
    color: #222;
    margin-bottom: 10px;
    line-height: 1.4;
    flex-grow: 1;
}

.book-details h6 {
    font-size: 17px;
    font-weight: 700;
    color: #614a3b;
    margin-bottom: 15px;
}

.book-details .AddToCart {
    background: #614a3b;
    color: #fff;
    border: none;
    padding: 8px 15px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 3px;
    transition: background 0.2s;
    width: 100%;
}

.book-details .AddToCart:hover {
    background: #4a3528;
}

/* 14. FAQ & Accordion Refinement */
.accordion-item {
    border: 1px solid #e0e0e0 !important;
    margin-bottom: 10px;
    border-radius: 6px !important;
    overflow: hidden;
}

.accordion-button {
    background: #fdfaf7 !important;
    color: #614a3b !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    padding: 18px 20px !important;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    background: #614a3b !important;
    color: #fff !important;
}

.accordion-button::after {
    filter: brightness(0) saturate(100%) invert(31%) sepia(10%) saturate(1471%) hue-rotate(338deg) brightness(95%) contrast(88%);
}

.accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}

.accordion-body {
    background: #fff;
    padding: 25px !important;
    font-size: 15px;
    line-height: 1.7;
    color: #555;
}

/* 15. Printers Page Refinement */
.printers-container {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
}

.printer-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #614a3b;
    margin-bottom: 25px;
    padding-bottom: 10px;
}

.printer-title h5 {
    font-size: 20px;
    font-weight: 700;
    color: #614a3b;
    margin: 0;
}

.printer-title button {
    background: #bd9868;
    color: #fff;
    border: none;
    padding: 6px 15px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.2s;
}

.printer-title button:hover {
    background: #a6855b;
}

.prainting-item {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 6px;
    overflow: hidden;
    padding: 15px;
    transition: all 0.3s;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.prainting-item:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.prainting-item img {
    width: 100%;
    height: 180px;
    object-fit: contain;
    background: #fdfdfd;
    border-radius: 4px;
}

.prainting-info h5 {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin: 0;
    line-height: 1.4;
}

.prainting-info p {
    font-size: 12px;
    color: #777;
    margin: 3px 0;
}

.prainting-info .AddToCart {
    background: #614a3b;
    color: #fff;
    border: none;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.prainting-info .AddToCart:hover {
    background: #bd9868;
    transform: scale(1.1);
}

/* 16. Gallery Refinement */
.image-gallery-section {
    padding: 60px 0;
    background: #fff;
}

.image-gallery-section h2 {
    font-size: 28px;
    font-weight: 700;
    color: #614a3b;
    margin-bottom: 40px;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

.image-gallery-section h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: #bd9868;
}

.image-gallery-single-img {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    transition: all 0.3s;
    height: 200px;
}

.image-gallery-single-img:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.image-gallery-single-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 17. Footer Social Media Icons Refinement */
.social-contact-icon .social-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    font-size: 32px;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
}

.social-contact-icon .social-btn:hover {
    transform: translateY(-5px) scale(1.1);
    filter: brightness(1.2);
}

/* Colorful Brands (Lighter variations) */
.social-contact-icon .fb i { color: #3b82f6 !important; } /* Lighter Facebook Blue */
.social-contact-icon .yt i { color: #ef4444 !important; } /* Lighter YouTube Red */
.social-contact-icon .x-tw svg { fill: #9ca3af !important; color: #9ca3af !important; } /* Lighter Grey for X */

/* Instagram requires text gradient */
.social-contact-icon .ig i { 
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.social-contact-icon .wa i { color: #22c55e !important; } /* Lighter WhatsApp Green */

.social-contact-icon .social-btn i,
.social-contact-icon .social-btn svg {
    transition: all 0.3s ease;
}

/* ===== MAGAZINE PAGE ===== */
.mag-hero {
    position: relative; height: 240px;
    background: linear-gradient(135deg, #1a0d00 0%, #3d2314 60%, #614a3b 100%);
    display: flex; align-items: center; justify-content: center; overflow: hidden;
}
.mag-hero::before {
    content: ''; position: absolute; inset: 0;
    background-size: cover; background-position: center; background-repeat: no-repeat;
    opacity: 0.18;
}
.mag-hero-content { position: relative; z-index: 2; text-align: center; }
.mag-hero-content h1 {
    color: #fff; font-size: 42px; font-weight: 700;
    text-shadow: 0 2px 20px rgba(0,0,0,0.4); margin: 0 0 8px;
}
.mag-hero-content p { color: rgba(255,255,255,0.75); font-size: 15px; margin: 0; }
.mag-content { background: var(--bg-cream); padding: 40px 0 80px; min-height: 500px; }
.mag-sidebar {
    background: #fff; border-radius: 16px; padding: 28px 22px;
    box-shadow: var(--card-shadow); position: sticky; top: 20px;
}
.mag-sidebar-title {
    font-size: 15px; font-weight: 700; color: var(--primary);
    text-transform: uppercase; letter-spacing: 1px; margin-bottom: 22px;
    padding-bottom: 14px; border-bottom: 2px solid var(--accent-light);
    display: flex; align-items: center; gap: 8px;
}
.mag-filter-group { display: flex; flex-direction: column; margin-bottom: 18px; }
.mag-filter-group label {
    font-size: 11px; font-weight: 600; color: var(--primary);
    text-transform: uppercase; letter-spacing: 1px; margin-bottom: 8px;
}
.mag-select {
    padding: 11px 14px; border: 2px solid #e8e8e8; border-radius: 10px;
    background: #fff; font-size: 14px; color: var(--text-dark);
    cursor: pointer; transition: all 0.25s; appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23614a3b' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat; background-position: right 12px center;
    padding-right: 36px; width: 100%;
}
.mag-select:focus { border-color: var(--accent); box-shadow: 0 0 0 4px rgba(189,152,104,0.12); outline: none; }
.mag-select:disabled { background-color: #f5f5f5; color: #bbb; cursor: not-allowed; border-color: #e0e0e0; }
.mag-reset-btn {
    width: 100%; background: transparent; border: 2px solid #e8e8e8; color: #888;
    padding: 10px 16px; border-radius: 10px; font-size: 13px; font-weight: 500;
    cursor: pointer; transition: all 0.25s; margin-top: 6px;
}
.mag-reset-btn:hover { border-color: var(--primary); color: var(--primary); background: rgba(97,74,59,0.05); }
.mag-loading { display: none; text-align: center; padding: 60px 20px; }
.mag-spinner {
    width: 48px; height: 48px; border: 4px solid var(--accent-light);
    border-top-color: var(--accent); border-radius: 50%;
    animation: mag-spin 0.8s linear infinite; margin: 0 auto 16px;
}
@keyframes mag-spin { to { transform: rotate(360deg); } }
.mag-year-badge {
    display: inline-flex; align-items: center; gap: 10px;
    background: var(--primary); color: #fff; padding: 7px 20px;
    border-radius: 50px; font-size: 14px; font-weight: 600; margin-bottom: 24px;
}
.mag-year-badge::before {
    content: ''; display: inline-block; width: 7px; height: 7px;
    background: var(--accent); border-radius: 50%;
}
.mag-card {
    background: #fff; border-radius: 16px; overflow: hidden;
    transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%; display: flex; flex-direction: column; margin-bottom: 28px;
    box-shadow: var(--card-shadow); border: 1px solid rgba(0,0,0,0.04);
    animation: mag-fadeIn 0.3s ease;
}
.mag-card:hover { box-shadow: var(--card-hover); transform: translateY(-8px); }
.mag-card-img { position: relative; aspect-ratio: 3/4; overflow: hidden; background: #f0ece8; }
.mag-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.mag-card:hover .mag-card-img img { transform: scale(1.06); }
.mag-badge { position: absolute; padding: 5px 12px; border-radius: 20px; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; }
.badge-new  { background: #ff4757; color: #fff; top: 12px; left: 12px; }
.badge-online { background: #2ed573; color: #fff; top: 12px; right: 12px; }
.mag-card-body { padding: 16px 18px 18px; flex-grow: 1; display: flex; flex-direction: column; }
.mag-card-title { font-size: 14px; font-weight: 700; color: var(--text-dark); margin-bottom: 6px; line-height: 1.45; }
.mag-card-meta { font-size: 11px; color: var(--text-muted); margin-bottom: 14px; display: flex; gap: 10px; flex-wrap: wrap; }
.mag-card-meta span { display: flex; align-items: center; gap: 4px; }
.mag-btn-group { display: flex; gap: 8px; margin-top: auto; }
.mag-btn-read {
    flex: 1; background: var(--primary); color: #fff; padding: 9px 10px;
    font-size: 12px; font-weight: 600; border-radius: 8px; text-decoration: none;
    text-align: center; transition: all 0.25s;
}
.mag-btn-read:hover { background: var(--accent); color: #fff; }
.mag-btn-order {
    width: 38px; height: 38px; border-radius: 8px; border: 1.5px solid #eee;
    background: #fff; color: var(--primary); display: flex; align-items: center;
    justify-content: center; transition: all 0.25s; cursor: pointer;
}
.mag-btn-order:hover { border-color: var(--primary); background: var(--primary); color: #fff; }
.mag-empty { text-align: center; padding: 60px 20px; }
.mag-empty-icon { font-size: 56px; color: var(--accent-light); margin-bottom: 16px; }
.mag-empty h4 { color: var(--text-muted); font-size: 17px; font-weight: 500; }
.mag-result-info {
    display: flex; align-items: center; justify-content: space-between;
    margin-bottom: 24px; padding: 12px 18px; background: #fff; border-radius: 10px;
    border-left: 4px solid var(--accent); box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    animation: mag-fadeInDown 0.3s ease;
}
.mag-result-info span { font-size: 13px; color: var(--text-dark); font-weight: 500; }
.mag-result-count { background: var(--accent); color: #fff; padding: 3px 12px; border-radius: 20px; font-size: 12px; font-weight: 600; }
@keyframes mag-fadeInDown { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: translateY(0); } }
@keyframes mag-fadeIn { from { opacity: 0; } to { opacity: 1; } }
@media (max-width: 991px) {
    .mag-sidebar { position: static; margin-bottom: 28px; }
    .mag-hero-content h1 { font-size: 28px; }
}

/* ===== SEARCH PAGE ===== */
.search-hero {
    background: linear-gradient(135deg, #1a0d00 0%, #3d2314 60%, #614a3b 100%);
    padding: 50px 0 40px; text-align: center;
}
.search-hero h1 { color: #fff; font-size: 32px; font-weight: 700; margin-bottom: 20px; }
.search-form-wrap { max-width: 600px; margin: 0 auto; position: relative; }
.search-form-wrap input {
    width: 100%; padding: 16px 60px 16px 22px; border: none; border-radius: 50px;
    font-size: 16px; outline: none; box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}
.search-form-wrap button {
    position: absolute; right: 6px; top: 50%; transform: translateY(-50%);
    background: var(--accent); border: none; border-radius: 50px; width: 44px; height: 44px;
    color: #fff; font-size: 16px; cursor: pointer; transition: background 0.2s;
}
.search-form-wrap button:hover { background: var(--primary); }
.search-content { padding: 50px 0 80px; background: var(--bg-cream); }
.search-section-title {
    font-size: 18px; font-weight: 700; color: var(--primary);
    border-left: 4px solid var(--accent); padding-left: 14px; margin-bottom: 22px;
}
.search-card {
    background: #fff; border-radius: 12px; overflow: hidden;
    box-shadow: var(--card-shadow); transition: all 0.3s; height: 100%; display: flex; flex-direction: column;
}
.search-card:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(0,0,0,0.12); }
.search-card img { width: 100%; height: 160px; object-fit: cover; }
.search-card-body { padding: 14px; flex-grow: 1; display: flex; flex-direction: column; }
.search-card-body h6 { font-size: 14px; font-weight: 600; color: var(--text-dark); margin-bottom: 8px; line-height: 1.4; }
.search-card-body a.search-btn {
    margin-top: auto; display: inline-block; background: var(--primary); color: #fff;
    padding: 7px 16px; border-radius: 6px; font-size: 12px; font-weight: 600;
    text-decoration: none; transition: background 0.2s;
}
.search-card-body a.search-btn:hover { background: var(--accent); }
.search-no-results { text-align: center; padding: 60px 20px; color: var(--text-muted); font-size: 16px; }
.search-total-badge {
    display: inline-block; background: var(--accent); color: #fff;
    padding: 3px 14px; border-radius: 20px; font-size: 13px; font-weight: 600; margin-left: 10px;
}

/* Mobile Navbar Toggler — white icon on dark navbar */
.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.5) !important;
    padding: 6px 10px !important;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255%2C255%2C255%2C0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 2px rgba(189, 152, 104, 0.5) !important;
}

