html {
    scroll-behavior: smooth;
}

ol,
ul {
    display: block;
}

.h3,
h3 {
    font-size: 2.4rem;
}

/* Header Styles */
/* Header Styles */
/* Default (Transparent/Top) - Dark Text for Light Background */
.navbar:not(.navbar-stuck) .navbar-nav .nav-link,
.navbar:not(.navbar-stuck) .navbar-brand {
    color: #000000 !important;
}

/* Stuck (Fixed/Scrolled) - Black Text */
.navbar.navbar-stuck .navbar-nav .nav-link,
.navbar.navbar-stuck .navbar-brand {
    color: #000000 !important;
}

.navbar .navbar-nav .nav-link[href="#catalog"] {
    font-weight: bold;
    color: var(--hero-accent-orange) !important;
}

/* Custom Hero Section Styles */


:root {
    --hero-bg-dark: #F8F8F8;
    --hero-text-color: #212529;
    --hero-accent-orange: #E65505;
    --hero-accent-brown: #3E2B1F;
    /* Darker brown for box bg */
    --hero-tag-border: #dee2e6;
}

section {
    padding: 90px 0;
}

.hero-custom {
    background-color: var(--hero-bg-dark);
    color: var(--hero-text-color);
    min-height: 80vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

/* Background gradient effect similar to image */
/* Background gradient effect similar to image */
.hero-custom::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 80%;
    height: 200%;
    background: radial-gradient(circle, rgba(230, 85, 5, 0.05) 0%, rgba(248, 248, 248, 0) 70%);
    pointer-events: none;
}

.hero-tags .btn-outline-dark {
    border-color: var(--hero-tag-border);
    color: #666;
    border-radius: 50rem;
    font-size: 0.85rem;
    padding: 0.35rem 1rem;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
}

.hero-tags .btn-outline-dark:hover,
.hero-tags .btn-outline-dark.active {
    background-color: transparent;
    border-color: var(--hero-accent-orange);
    color: var(--hero-accent-orange) !important;
}

.hero-title {
    font-weight: 800;
    font-size: 2.5rem;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    color: var(--hero-text-color);
}

.hero-title span {
    color: var(--hero-accent-orange);
}

.hero-features-line {
    font-size: 0.95rem;
    color: #555;
    margin-bottom: 2rem;
}

.promo-box {
    background-color: #fff;
    border-radius: 12px;
    padding: 1.25rem;
    margin-bottom: 2rem;
    border-left: 3px solid var(--hero-accent-orange);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.promo-box h2 {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
}

.promo-box p {
    margin-bottom: 0;
    font-size: 0.9rem;
    color: #444;
}

.btn-primary-orange {
    background-color: var(--hero-accent-orange);
    border-color: var(--hero-accent-orange);
    color: white;
    font-weight: 600;
    border-radius: 8px;
    padding: 0.75rem 1.5rem;
}

.btn-primary-orange:hover {
    background-color: #cc4a04;
    border-color: #cc4a04;
    color: white !important;
}



.btn-primary-blue {
    background-color: #2469ad;
    color: #fff;
    font-weight: 600;
    border-radius: 8px;
    padding: 0.75rem 1.5rem;
    border: 1px solid #2469ad;
}

.btn-primary-blue:hover {
    background-color: #1d5490;
    border-color: #1d5490;
    color: #fff;
}

.pdf-link {
    display: inline-flex;
    align-items: center;
    color: #666;
    text-decoration: none;
    margin-top: 1rem;
    font-size: 0.9rem;
    background: rgba(0, 0, 0, 0.05);
    padding: 0.5rem 1rem;
    border-radius: 6px;
}

.pdf-link:hover {
    color: #000;
    background: rgba(0, 0, 0, 0.1);
}

.feature-badges span {
    display: inline-flex;
    align-items: center;
    margin-right: 1.2rem;
    font-size: 0.85rem;
    color: #555;
    background: #fff;
    padding: 0.3rem 0.6rem;
    border-radius: 4px;
    border: 1px solid #dee2e6;
}

.feature-badges i {
    margin-right: 0.4rem;
    color: #888;
}

.social-proof {
    font-size: 1.2rem;
    color: #888;
    margin-top: 1.5rem;
}

.social-proof strong {
    color: var(--hero-accent-orange);
}

.disclaimer {
    font-size: 0.7rem;
    color: #666;
    margin-top: 2rem;
    max-width: 600px;
}

/* Right side card mockup */
.hero-card {
    background: #769ec5;
    border-radius: 16px;
    padding: 0;
    height: 100%;
    min-height: auto;
    position: relative;
    border: none;
    /* Removed border as requested by image usage or style preference */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* Abstract bars to simulate form fields */
.mock-field {
    background: #333;
    height: 24px;
    border-radius: 4px;
    margin-bottom: 1rem;
    width: 60%;
}

.mock-field:nth-child(2) {
    width: 80%;
}

.hero-swiper {
    width: 100%;
}

.mock-field:nth-child(3) {
    width: 40%;
}

.mock-content {
    position: absolute;
    top: 2rem;
    left: 2rem;
    right: 2rem;
}

/* Orange button in card */
.card-btn-mock {
    background-color: var(--hero-accent-orange);
    height: 48px;
    width: 140px;
    border-radius: 8px;
    margin-left: auto;
    display: block;
}

.card-corner-accent {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 200px;
    height: 100px;
    background: #2A2A2A;
    border-top-left-radius: 100px;
    border-bottom-right-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 20px;
    padding-top: 20px;
}

/* Quiz Modal Styles */
.quiz-option {
    transition: all 0.2s ease;
    border: 1px solid #dee2e6 !important;
    /* Light border */
}

.quiz-option:hover {
    background-color: #F8F8F8 !important;
    /* Light gray hover */
    border-color: var(--hero-accent-orange) !important;
}

.quiz-option input[type="radio"]:checked+span {
    color: var(--hero-accent-orange);
    font-weight: bold;
}

/* Highlight card when radio is checked */
.quiz-option:has(input:checked) {
    border-color: var(--hero-accent-orange) !important;
    background-color: rgba(230, 85, 5, 0.05) !important;
}

.cursor-pointer {
    cursor: pointer;
}


/* Quiz Tab & Form Styles */
.nav-pills .nav-link {
    color: #333;
    font-weight: 500;
}

.nav-pills .nav-link.active {
    background-color: #212529;
    /* Dark active tab */
    color: white;
}

.tab-content .form-control,
.tab-content .form-select {
    border-color: #dee2e6;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.tab-content .form-control:focus,
.tab-content .form-select:focus {
    border-color: var(--hero-accent-orange);
    box-shadow: 0 0 0 0.25rem rgba(230, 85, 5, 0.25);
}

/* Catalog Grid Styles */
.product-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #dee2e6;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .1) !important;
}

.product-card .badge {
    font-weight: 500;
}

/* Custom Range Slider */
#powerRange {
    height: 6px;
    background: #dee2e6;
    border-radius: 5px;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
}

#powerRange::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    background: #0d6efd;
    /* Blue dot */
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

#powerRange::-moz-range-thumb {
    width: 18px;
    height: 18px;
    background: #0d6efd;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

/* Filter form controls */
.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

/* Darken light backgrounds in Catalog for visibility */
#catalog .bg-light,
#catalog .btn-light,
#catalog .badge.bg-light {
    background-color: #F8F8F8 !important;
    /* Bootstrap gray-200 */
}

#catalog .form-select.bg-light {
    background-color: #F8F8F8 !important;
}

#catalog .badge.bg-light {
    color: #212529 !important;
    /* Ensure text is dark */
}

/* Delivery Process Styles */
.feature-badges-scroll {
    overflow-x: auto;
    padding-bottom: 0.5rem;
}

.feature-badges-scroll::-webkit-scrollbar {
    height: 4px;
}

.feature-badges-scroll::-webkit-scrollbar-thumb {
    background: #dee2e6;
    border-radius: 4px;
}

.process-card {
    transition: transform 0.2s;
    background: #fff;
}

.process-card:hover {
    transform: translateY(-3px);
}

.process-card .card-title {
    font-weight: 600;
}

/* Ensure badges in Delivery section are also darkened if they use bg-light */
#delivery-process .bg-light {
    background-color: #F8F8F8 !important;
    /* Keep slight differentiation or match Catalog */
    border: 1px solid #dee2e6;
}

#delivery-process {
    background-color: #F8F8F8;
}

/* Testimonials Styles */

.testimonials-swiper .swiper-wrapper {
    padding: 20px 0;
}

.testimonial-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    background-color: #fff;
}

.testimonial-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .08) !important;
}

.testimonial-card h6 {
    font-weight: 700;
}

/* FAQ Styles */
#faq .accordion-item {
    background: #fff;
    padding: 0 20px;
    border: 1px solid #ddd;
}

#faq .accordion-button:not(.collapsed) {
    background-color: #fff;
    color: #000;
    box-shadow: none;
}

#faq .accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0, 0, 0, .125);
}

#faq .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* Header Contacts */
.header-phone,
.social-link {
    color: #000;
    transition: color 0.2s ease;
}

.header-phone:hover,
.social-link:hover {
    color: var(--hero-accent-orange);
}

/* Ensure icons are sized properly if using cartzilla icons */
.social-link i {
    font-size: 1.2rem;
    vertical-align: middle;
}

.counter-animate {
    color: #cc4a04;
}


/* Social Links - SVG Icons */
.social-link img,
.footer a img {
    transition: transform 0.2s ease, opacity 0.8s ease;
    display: inline-block;
    vertical-align: middle;
}

.social-link:hover img,
.footer a:hover img {
    transform: scale(1.1);
    opacity: 0.8;
}

.header-phone:hover,
.social-link:hover {
    color: var(--hero-accent-orange) !important;
}

#why-choose-us h2 {
    color: #fff;
}

#why-choose-us .card i{
    font-size: 36px;
}

/* Product Card Image */
.product-card .card-img-top {
    height: 200px;
    object-fit: cover;
}

/* Single Product Page */
.single-product-section {
    padding: 90px 0;
}

/* Main product image */
.product-main-image {
    border: 1px solid #dee2e6;
    cursor: zoom-in;
    position: relative;
}

.product-main-image img {
    display: block;
}

.product-main-image:hover {
    border-color: var(--hero-accent-orange);
}

/* Thumbnails */
.product-thumb {
    width: 80px;
    height: 80px;
    border: 2px solid #dee2e6;
    cursor: pointer;
    transition: border-color 0.2s ease;
    flex-shrink: 0;
}

.product-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.product-thumb:hover,
.product-thumb.active {
    border-color: var(--hero-accent-orange);
}

/* Lightbox */
#galleryLightbox .modal-body {
    min-height: 300px;
    padding: 0 60px 1rem;
}

.lightbox-img {
    max-width: 100%;
    max-height: 80vh;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    border-radius: 8px;
}

.lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.9);
    border: none;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    cursor: pointer;
    z-index: 10;
    transition: background 0.2s ease, transform 0.2s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.lightbox-nav:hover {
    background: #fff;
    transform: translateY(-50%) scale(1.1);
}

.lightbox-prev {
    left: 0.75rem;
}

.lightbox-next {
    right: 0.75rem;
}

/* Description */
.product-description {
    line-height: 1.8;
}

.product-description p:last-child {
    margin-bottom: 0;
}

/* Breadcrumb */
.breadcrumb a {
    color: var(--hero-accent-orange);
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}