@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap');

:root {
    --font-family-base: 'Plus Jakarta Sans', sans-serif !important;
    --font-family-title: 'Marcellus', serif !important;
}

body, input, select, textarea, button, .form-control, label, p, .para-text {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
}

.show-focus-outline .menu-btn:focus,
.show-focus-outline .search-link:focus,
.show-focus-outline .quik-search-remove:focus,
.show-focus-outline button:focus,
.show-focus-outline select:focus,
.show-focus-outline input:focus,
.show-focus-outline a:focus{
	outline:2px solid red !important;
}
@media (max-width: 991px) {
.show-focus-outline .nav a > i:focus{
		outline:2px solid red !important;	
	}
}
.show-focus-outline li:focus-within > .sub-menu{
	opacity: 1 !important;
	visibility: visible !important;
	margin-top: 0 !important;
}
.show-focus-outline .sub-menu-down a:focus{
	outline:2px solid #000 !important;
}
.show-focus-outline .sub-menu-down a:after:focus {
	outline:2px solid #000 !important;
}

/* Custom CSS for PureRaw HoneyStore additions */

/* Home banner reveal */
.home-page .page-content {
    background-color: transparent !important;
}
.home-sticky-banner {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    min-height: 800px !important;
    background-position: center;
    background-size: cover;
}
.home-sticky-banner::after {
    content: none;
}
.home-product-showcase {
    position: relative;
    z-index: 2;
    background: #F6F6F6;
    margin-top: 680px;
}
@media (max-width: 991px) {
    .home-sticky-banner {
        min-height: 510px !important;
        background-image: url(../images/about/pic56.webp) !important;
    }
    .home-product-showcase {
        margin-top: 430px;
    }
}
@media (max-width: 575px) {
    .home-sticky-banner {
        min-height: 410px !important;
    }
    .home-product-showcase {
        margin-top: 340px;
    }
}
@media (max-width: 767px) {
    .product-detail-page .home-sticky-banner {
        display: none !important;
    }
    .product-detail-page .home-product-showcase {
        margin-top: 0 !important;
    }
}
.product-media .dz-media {
    cursor: pointer;
    overflow: hidden;
    border-radius: 8px;
}
.product-media .lg-item {
    display: block;
    width: 100%;
    height: 100%;
}
.lg-toolbar .lg-close {
    display: block !important;
    font-size: 26px !important;
}

/* Hide Expand Images Icon */
.dz-maximize,
.dz-product-detail .dz-maximize,
.feather.icon-maximize {
    display: none !important;
}

/* Video Testimonial Card Styles */
.testimonial-section {
    padding-top: 60px;
    padding-bottom: 60px;
}
.swiper-video-testimonials {
    padding: 15px 0 30px;
    overflow: visible;
}
.video-card {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    background: #fff;
}
.video-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}
.video-media {
    position: relative;
    aspect-ratio: 9 / 16;
    background-size: cover;
    background-position: center;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px;
}
.overlay-scrim {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.6) 100%);
    z-index: 1;
    pointer-events: none;
}
.card-quote-badge {
    position: relative;
    z-index: 2;
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(4px);
    color: #fff;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    max-width: 90%;
    align-self: flex-start;
}
.card-quote-badge.font-serif {
    font-family: 'Marcellus', serif;
    font-size: 24px;
    font-weight: bold;
    background: transparent;
    backdrop-filter: none;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0,0,0,0.6);
    padding: 0;
    margin-top: 10px;
}
.card-quote-badge-text {
    position: relative;
    z-index: 2;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}
.bold-serif-gold {
    font-family: 'Marcellus', serif;
    color: #ffd875;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
    text-shadow: 0 2px 6px rgba(0,0,0,0.6);
    margin-top: 10px;
}
.white-clean-text {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1.5px;
    text-shadow: 0 2px 6px rgba(0,0,0,0.6);
    margin-top: 10px;
}
.play-btn-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    z-index: 3;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
}
.video-card:hover .play-btn-overlay {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}
.play-btn-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    box-shadow: 0 4px 15px rgba(226, 149, 31, 0.4);
    padding-left: 3px;
}
.card-product-badge {
    position: relative;
    z-index: 2;
    background: #fff;
    border-radius: 12px;
    padding: 8px 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
.badge-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    border: 1px solid #eee;
    flex-shrink: 0;
}
.badge-details {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}
.badge-title {
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    color: #222;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 130px;
}
.badge-price {
    font-size: 11px;
    color: var(--primary);
    font-weight: bold;
    text-align: left;
}
.badge-price del {
    color: #999;
    font-size: 10px;
    font-weight: normal;
    margin-left: 4px;
}

/* Blog page */
.blog-page-section {
    padding-top: 40px;
    padding-bottom: 70px;
}
.blog-card {
    height: 100%;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.blog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.09);
}
.blog-card-media {
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #f7f4ed;
}
.blog-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}
.blog-card:hover .blog-card-media img {
    transform: scale(1.04);
}
.blog-card-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.blog-card-date {
    color: var(--primary);
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 10px;
}
.blog-card-body h2 {
    font-family: 'Marcellus', serif;
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 12px;
}
.blog-card-body h2 a {
    color: var(--title);
}
.blog-card-body p {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
}
.blog-card-link {
    margin-top: auto;
    color: var(--primary);
    font-weight: 700;
}
@media (max-width: 575px) {
    .blog-page-section {
        padding-top: 24px;
        padding-bottom: 44px;
    }
    .blog-card-body {
        padding: 20px;
    }
    .blog-card-body h2 {
        font-size: 21px;
    }
}

/* Swiper navigation custom buttons styling */
.swiper-button-prev-testimonial,
.swiper-button-next-testimonial {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    transition: all 0.3s ease;
}
.swiper-button-prev-testimonial:hover,
.swiper-button-next-testimonial:hover {
    background-color: var(--primary);
    color: #fff;
    border-color: var(--primary);
}

/* FAQ Section Styles */
.faq-section {
    padding-top: 80px;
    padding-bottom: 80px;
}
.faq-accordion .accordion-item {
    border: none;
    border-radius: 12px !important;
    margin-bottom: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    overflow: hidden;
    background: #fff;
    transition: box-shadow 0.3s ease;
}
.faq-accordion .accordion-item:hover {
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
}
.faq-accordion .accordion-button {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    padding: 20px 24px;
    background-color: #fff;
    border: none;
    box-shadow: none;
    font-family: inherit;
    transition: color 0.3s ease, background-color 0.3s ease;
}
.faq-accordion .accordion-button:not(.collapsed) {
    background-color: rgba(226, 149, 31, 0.05);
    color: var(--primary);
}
.faq-accordion .accordion-button::after {
    background-size: 14px;
    width: 14px;
    height: 14px;
    transition: transform 0.3s ease;
}
.faq-accordion .accordion-button:focus {
    box-shadow: 0 0 0 3px rgba(226, 149, 31, 0.2);
    border-color: var(--primary);
}
.faq-accordion .accordion-body {
    padding: 0 24px 24px;
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    background-color: #fff;
    text-align: left;
}
.faq-accordion .accordion-button:not(.collapsed) + .accordion-collapse .accordion-body {
    background-color: rgba(226, 149, 31, 0.05);
}

/* Benefits of Honey Section */
.benefits-section {
    padding-top: 80px;
    padding-bottom: 80px;
}
.benefit-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(226, 149, 31, 0.08);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), border-color 0.4s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.benefit-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(226, 149, 31, 0.12);
    border-color: rgba(226, 149, 31, 0.4);
}
.benefit-media {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
}
.benefit-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.benefit-card:hover .benefit-media img {
    transform: scale(1.06);
}
.benefit-content {
    padding: 30px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}
.benefit-icon-wrap {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background-color: rgba(226, 149, 31, 0.1);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 20px;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.benefit-card:hover .benefit-icon-wrap {
    background-color: var(--primary);
    color: #ffffff;
}
.benefit-title {
    font-family: 'Marcellus', serif;
    font-size: 20px;
    font-weight: bold;
    color: #222;
    margin-bottom: 12px;
}
.benefit-text {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Layout helper to push footer to the bottom of the page */
html, body {
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 0 !important;
}
.page-wraper {
    display: flex !important;
    flex-direction: column !important;
    min-height: 100vh !important;
    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 0 !important;
}
.page-content {
    flex: 1 0 auto !important;
}
.site-footer {
    margin-top: auto !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Sticky Header - Scroll reveal transition styles */
.site-header .sticky-header .main-bar {
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    transform: translateY(0);
}
.site-header .sticky-header.is-fixed.nav-up .main-bar {
    transform: translateY(-102%) !important;
}

/* Benefit icons: premium black styling */
.icon-bx-wraper.style-3 .icon-bx i {
    color: #000000 !important;
}
.icon-bx-wraper.style-3 .icon-bx {
    border-color: rgba(0, 0, 0, 0.15) !important;
    background-color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05) !important;
}

/* Make header main links and login links bold and larger */
.header-nav .nav > li > a,
.login-link a,
.site-header .extra-nav .extra-cell .login-link,
.site-header .extra-nav .extra-cell .login-link a {
    font-weight: 700 !important;
    font-size: 18px !important;
}
.mobile-login-btn {
    font-weight: 700 !important;
    font-size: 15px !important;
}

/* Desktop logo size and header alignment */
@media (min-width: 992px) {
    .logo-header {
        height: 120px !important;
    }
    .site-header .logo-header img {
        height: 110px;
        max-height: 110px;
        max-width: 320px;
    }
    .site-header .extra-nav {
        height: 120px !important;
    }
    .header-nav .nav > li > a {
        padding-top: 48px !important;
        padding-bottom: 48px !important;
    }
}

/* Mobile top bar styles and alignment */
@media (max-width: 991px) {
    .mobile-topbar {
        background: #ffffff;
        min-height: 80px !important;
    }
    .mobile-logo img {
        height: 58px;
        width: auto;
        max-width: 170px;
        object-fit: contain;
        display: block;
    }
}
.mobile-nav-actions {
    align-items: center;
}
.mobile-login-btn {
    font-size: 13px;
    font-weight: 500;
    color: #333333;
    text-decoration: none;
    padding: 6px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    line-height: 1;
    white-space: nowrap;
}
.mobile-login-btn:hover {
    color: #000;
    border-color: #999;
}
.mobile-cart-btn {
    font-size: 18px;
    color: #333333;
    text-decoration: none;
    padding: 6px 8px;
    position: relative;
    display: inline-flex;
    align-items: center;
}
.mobile-cart-btn:hover {
    color: #000;
}
.mobile-cart-badge {
    position: absolute;
    top: -2px;
    right: -4px;
    background: #c8952a;
    color: #fff;
    font-size: 10px;
    line-height: 1;
    min-width: 16px;
    height: 16px;
    padding: 2px 3px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Collapsed nav on mobile opens as a dropdown below the topbar */
@media (max-width: 991px) {
    .site-header .header-nav.navbar-collapse.show {
        position: absolute !important;
        top: 64px !important;
        left: 0 !important;
        width: 100% !important;
        z-index: 9999 !important;
        background: #ffffff !important;
        box-shadow: 0 8px 20px rgba(0,0,0,0.12) !important;
        padding: 15px !important;
    }
}

@media (max-width: 1199px) {
    /* Add padding above the showcase image when stacked on mobile/tablet */
    .home-product-showcase .dz-product-detail.sticky-top {
        padding-top: 40px !important;
    }
}

/* Swiper Blog Post Custom Styles */
.swiper-blog-post {
    padding: 15px 0 15px;
    overflow: visible;
}

/* Swiper Blog Navigation Buttons */
.swiper-button-prev-blog,
.swiper-button-next-blog {
    cursor: pointer;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    transition: all 0.3s ease;
}
.swiper-button-prev-blog:hover,
.swiper-button-next-blog:hover {
    background-color: var(--primary) !important;
    color: #fff !important;
    border-color: var(--primary) !important;
}

/* Fix 3: Remove orange hover color on paragraph text links */
.para-text a:hover,
.para-text a:focus,
p a:hover,
p a:focus {
    color: inherit !important;
    text-decoration: underline;
}

/* Fix 6: Add space above about-us image section */
.about-us-images-top {
    padding-top: 30px;
}

/* Fix 2: Smaller shipping icon size */
.icon-bx-wraper.style-3 .icon-bx {
    width: 40px;
    height: 40px;
    min-width: 40px;
    font-size: 16px !important;
}
.icon-bx-wraper.style-3 .icon-bx i {
    font-size: 16px !important;
}

/* Custom About Product Features: Plain text layout, no background boxes, left-aligned */
.about-product-wrapper {
    display: block;
    text-decoration: none !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.about-product-wrapper .product-content,
.about-product-wrapper .producṭ-content {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    text-align: left !important;
    box-shadow: none !important;
}

.about-product-wrapper .product-content .product-title,
.about-product-wrapper .producṭ-content .product-title {
    font-family: 'Marcellus', serif;
    font-size: 20px;
    font-weight: 600;
    color: #222;
    margin-bottom: 8px;
    text-align: left !important;
}

.about-product-wrapper .product-content .product-text,
.about-product-wrapper .producṭ-content .product-text {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    text-align: left !important;
    margin-bottom: 0;
}

/* Blog Post Main Title styling */
.page-content h1.title {
    color: #2e3335 !important; /* Rich charcoal ash */
}
.page-content p.lead {
    color: #555c60 !important; /* Legible medium-dark ash */
}

/* Blog Post Content Styling */
.blog-post-content h2, 
.blog-post-content h3, 
.blog-post-content h4 {
    font-family: 'Marcellus', serif !important;
    color: #3d4549 !important;
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: 600;
}
.blog-post-content h2 {
    font-size: 28px;
}
.blog-post-content h3 {
    font-size: 24px;
}
.blog-post-content p {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 1.5rem;
}
.blog-post-content ul, 
.blog-post-content ol {
    margin-bottom: 1.5rem;
    padding-left: 20px;
}
.blog-post-content li {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 0.5rem;
}
.blog-post-content blockquote {
    border-left: 4px solid var(--primary);
    padding: 15px 20px;
    margin: 2rem 0;
    background-color: #fcf9f2;
    font-style: italic;
    color: #555;
    border-radius: 0 8px 8px 0;
}
.blog-post-content img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 1.8rem 0;
    box-shadow: 0 8px 24px rgba(0,0,0,0.04);
}

/* "Back to Blog" Button Hover State styling */
.btn-primary.btn-outline {
    border-color: var(--primary) !important;
    color: var(--primary) !important;
    background-color: transparent !important;
    transition: all 0.3s ease;
}
.btn-primary.btn-outline:hover {
    background-color: var(--primary) !important;
    color: #fff !important;
    box-shadow: 0 4px 15px rgba(200, 149, 42, 0.2);
}





