:root {
    --primary-color: #79b38a;
    --primary-color-dark: #5a8d6a;
    /* Maroon */
    --secondary-color: #C5A95F;
    /* Golden */
    --light-bg-text-color: #000;
    /* Black */
    --dark-bg-text-color: #fff;
    /* White */
    --heading-color: #16243E;
    /* Navy */
}

/* Compliance & Accessibility */
.skip-link {
    position: absolute;
    left: -999px;
    top: 5px;
    transition: left 0.3s;
    background: #fff;
    padding: 10px;
    z-index: 10000;
    text-decoration: none;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}
.skip-link:focus {
    left: 5px;
}
:focus-visible {
    outline: 2px solid var(--primary-color) !important;
    outline-offset: 2px;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/* Enhanced focus indicators for better visibility */
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[role="button"]:focus-visible,
[tabindex]:focus-visible,
a:focus-visible {
    outline: 2px solid var(--primary-color) !important;
    outline-offset: 2px !important;
}

/* Ensure skip link is highly visible when focused */
.skip-link:focus {
    left: 5px !important;
    top: 5px !important;
    background: #fff !important;
    color: var(--primary-color) !important;
    border: 2px solid var(--primary-color) !important;
    padding: 12px !important;
    z-index: 9999 !important;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body {
    overflow-x: hidden;
}

.custom-gutter {
    --bs-gutter-x: 3rem;
}

html {
    scroll-behavior: smooth;
}

@font-face {
    font-family: 'mayraid-pro';
    src: url('../fonts/myraid-pro/MYRIADPRO-REGULAR.OTF') format('opentype');
    font-weight: 400;
}

@font-face {
    font-family: 'lora';
    src: url('../fonts/lora/Lora-Regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'lora';
    src: url('../fonts/lora/Lora-Medium.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: 'lora';
    src: url('../fonts/lora/Lora-SemiBold.ttf') format('truetype');
    font-weight: 600;
}

@font-face {
    font-family: 'lora';
    src: url('../fonts/lora/Lora-Bold.ttf') format('truetype');
    font-weight: 700;
}

@font-face {
    font-family: 'karla';
    src: url('../fonts/karla/Karla-Regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'karla';
    src: url('../fonts/karla/Karla-Medium.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: 'karla';
    src: url('../fonts/karla/Karla-SemiBold.ttf') format('truetype');
    font-weight: 600;
}

@font-face {
    font-family: 'karla';
    src: url('../fonts/karla/Karla-Bold.ttf') format('truetype');
    font-weight: 700;
}




h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
button {
    font-family: 'lora';
}

header.header {
    padding: 18px 50px;
}

.search-box {
    position: relative;
}

.search-box input {
    width: 100%;
    padding: 14px 12px;
    border-radius: 40px;
    border: 1px solid #3a3a38;
    font-family: "mayraid-pro";
}

.search-btn {
    position: absolute;
    top: 5px;
    right: 5px;
}

.search-btn button {
    border-radius: 50%;
    height: 45px;
    width: 45px;
    background: var(--primary-color);
    color: #fff;
    border: 0;
    font-family: "mayraid-pro";
}

/* Removed hardcoded cart/wishlist styles to support new header layout */
.header-actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}

.app-sec {
    display: flex;
    align-items: center;
    gap: 10px;
}

.auth-icon-sec {
    display: flex;
    align-items: center;
    gap: 14px;
}


.cart-sec {
    display: flex;
    align-items: center;
    gap: 13px;
}

.app-desc span {
    display: inline-block;
    font-size: 15px;
    line-height: 16px;
    font-weight: 500;
    font-family: "mayraid-pro";
}

.auth-details span {
    display: inline-block;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    font-family: "mayraid-pro";
}

.auth-details span a {
    color: #000;
    text-decoration: none;
    font-family: "mayraid-pro";
}

.auth-icon i {
    font-size: 25px;
}

.cart-icon i {
    font-size: 20px;
}

.cart-details p {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    font-family: "mayraid-pro";
}

.all-category-btn a {
    background: #f3f3f3;
    display: inline-block;
    width: 100%;
    padding: 16px 25px;
    color: #000;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    font-family: 'mayraid-pro';
    border-radius: 60px;
}

.website-menu ul {
    padding: 0;
    display: flex;
    gap: 60px;
    justify-content: space-between;
    margin: 0;
}

.website-menu ul li {
    list-style-type: none;
    /* display: flex; */
    /* gap: 3px; */
    font-size: 20px;
}

/* Base style for links */
.website-menu ul li a {
    position: relative;
    display: inline-block;
    color: #000;
    text-decoration: none;
    font-family: "mayraid-pro";
    transition: color 0.3s ease;
}

/* Hover color */
.website-menu ul li a:hover {
    color: var(--primary-color);
    /* ya koi bhi accent color */
}

/* Underline effect */
.website-menu ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    /* thoda space link ke niche */
    width: 0;
    height: 2px;
    background: var(--primary-color);
    transition: width 0.3s ease;
}

/* Animate underline on hover */
.website-menu ul li a:hover::after {
    width: 100%;
}

.all-category-btn a i {
    font-size: 20px;
    margin-right: 16px;
}

/* Banner Section */
section.hero-sec {
    padding: 41px 12px;
}

.first-box {
    position: relative;
    overflow: hidden;
}

.first-box img {
    transition: transform 0.5s ease;
}

.first-box:hover img {
    transform: scale(1.1);
}

.first-box-content {
    position: absolute;
    top: 30px;
    padding: 12px 37px;
    z-index: 2;
}

.second-row-boxes-parent {
    display: grid;
    grid-template-columns: 60% 40%;
    grid-template-rows: auto auto;
    gap: 20px;
}

.second-box {
    grid-column: 1 / 3;
    position: relative;
    overflow: hidden;
}

.second-box img {
    transition: transform 0.5s ease;
}

.third-box {
    grid-column: 1 / 2;
    position: relative;
    overflow: hidden;
}

.fourth-box {
    grid-column: 2 / 3;
}

.second-box-content {
    position: absolute;
    top: 30px;
    padding: 12px 37px;
    z-index: 2;
}

.second-box:hover img {
    transform: scale(1.1);
}

.third-box-content {
    position: absolute;
    top: 30px;
    padding: 12px 37px;
    z-index: 2;
}

.third-box img {
    height: 300px;
    /* max-width: 100%; */
    width: 100%;
    transition: transform 0.5s ease;
}

.third-box:hover img {
    transform: scale(1.1);
}

.first-box-content h4 {
    font-size: 16px;
    color: var(--primary-color);
    font-family: "karla";
    font-weight: 600;
    text-transform: uppercase;
}

.first-box-content h2 {
    font-size: 42px;
    font-weight: 500;
    width: 50%;
    line-height: 52px;
}

.first-box-content a {
    display: inline-block;
    color: #000;
    border-bottom: 1px solid var(--primary-color);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    font-family: 'karla';
}

.second-box-content h4 {
    font-size: 16px;
    color: var(--primary-color);
    font-family: "karla";
    font-weight: 600;
    text-transform: uppercase;
}

.second-box-content h2 {
    font-size: 26px;
    font-weight: 500;
    width: 50%;
    line-height: 36px;
}

.second-box-content a {
    display: inline-block;
    color: #000;
    border-bottom: 1px solid var(--primary-color);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    font-family: 'karla';
}

.third-box-content h4 {
    font-size: 16px;
    color: var(--primary-color);
    font-family: "karla";
    font-weight: 600;
    text-transform: uppercase;
}

.third-box-content h2 {
    font-size: 26px;
    font-weight: 500;
    width: 50%;
    line-height: 36px;
}

.third-box-content a {
    display: inline-block;
    color: #000;
    border-bottom: 1px solid var(--primary-color);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    font-family: 'karla';
}

.fourth-box-content h4 {
    font-size: 16px;
    color: var(--primary-color);
    font-family: "karla";
    font-weight: 600;
    text-transform: uppercase;
}

.fourth-box-content h2 {
    font-size: 42px;
    font-weight: 500;
    width: 50%;
    line-height: 52px;
}

.fourth-box-content a {
    display: inline-block;
    color: #000;
    border-bottom: 1px solid var(--primary-color);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    font-family: 'karla';
}

.fourth-box {
    position: relative;
    overflow: hidden;
}

.fourth-box img {
    height: 300px;
    object-fit: cover;
    transition: transform 0.5s ease;

}

.fourth-box:hover img {
    transform: scale(1.1);
}

.featured-products-cards-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.featured-products-cards {
    text-align: center;
    text-decoration: none;
}

.product-action-icons {
    background: #fff;
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 15px 25px;
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.4s ease;
}

.featured-products-cards:hover .product-action-icons {
    bottom: 20px;
}

.product-action-icons i {
    font-size: 17px;
    color: #000;
}

.featured-product-image {
    position: relative;
    overflow: hidden;
}

.featured-product-details {
    padding: 17px 0;
}

.featured-product-details .title {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.featured-product-details .category {
    font-size: 13px;
    font-family: 'karla';
    color: #a5a5a5;
}

.featured-product-details .price {
    font-size: 14px;
    color: var(--primary-color);
}

.featured-product-details .price strike {
    margin-right: 7px;
}

button.nav-link {
    background: none;
    border: 0;
    color: #000;
    position: relative;
    font-size: 18px;
    font-weight: 600;
}

button.nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 0;
    height: 2px;
    background: var(--primary-color);
    transition: width 0.3s ease;
}

button.nav-link.active::after {
    width: 100%;
}

.featured-heading-wrapper {
    text-align: center;
}

.featured-heading-wrapper h3 {
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'karla';
    color: #000;
}

.featured-heading-wrapper h2 {
    color: #242424;
    font-size: 26px;
    line-height: 1.4;
}

.featured-heading-wrapper p {
    font-size: 16px;
    color: #7a7a7a;
    font-family: 'karla';
}

.categories-heading-wrapper {
    text-align: center;
}

.categories-heading-wrapper h6 {
    font-size: 14px;
    font-weight: 600;
    font-family: 'karla';
    text-transform: uppercase;
}

.categories-heading-wrapper h2 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 36px;
}

.categories-heading-wrapper p {
    font-size: 16px;
    color: #7a7a7a;
    font-family: 'karla';
}

section.categories-sec {
    padding: 64px 12px;
}

/* Container */
.categories-img {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

/* Image */
.categories-img img {
    width: 100%;
    display: block;
    transition: transform 0.5s ease;
    z-index: 1;
    /* image z-index */
    position: relative;
    /* necessary for stacking */
}

/* Overlay */
.categories-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 2;
    /* overlay on top of image */
}

/* Text wrapper */
.categories-detail-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 3;
    /* text on top of overlay */
}

.products-count span {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'karla';
    text-transform: uppercase;
}

.category-title h5 {
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
}

/* Default state */
.category-title {
    padding: 12px 40px;
    background: var(--primary-color);
    color: #fff;
    transition: opacity 0.3s ease;
}

.categories-box {
    padding: 0 10px;
}

.products-count {
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* Hover state */
.categories-img:hover img {
    transform: scale(1.1);
    /* image zoom */
}

.categories-img:hover::before {
    opacity: 1;
}

.categories-img:hover .category-title {
    /* opacity: 0; */
    display: none;
}

.categories-img:hover .products-count {
    opacity: 1;
    /* show product count */
    color: #fff;
}

/* Default dots */
.categories-sec .slick-dots {
    bottom: -45px !important;
}

.categories-sec .slick-dots li button {
    width: 12px;
    height: 12px;
    border: 2px solid #000;
    /* border black */
    border-radius: 50%;
    background: transparent;
    /* default transparent */
    padding: 0;
    transition: background 0.3s ease;
}

/* Remove default pseudo element style */
.categories-sec .slick-dots li button:before {
    content: none;
}

/* Active dot */
.categories-sec .slick-dots li.slick-active button {
    background: #000;
    /* solid black */
}

section.retail-store-sec {
    padding: 64px 12px;
}

.retail-store-heading-wrapper {
    text-align: center;
    padding-bottom: 30px;
}

.retail-store-heading-wrapper h6 {
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'karla';
    font-weight: 600;
    color: var(--primary-color);
}

.retail-store-heading-wrapper h2 {
    color: #2a2a2a;
    text-transform: uppercase;
    font-weight: 500;
}

.retail-store-heading-wrapper p {
    font-size: 16px;
    font-family: 'karla';
    color: #7a7a7a;
}

.view-locations-btn {
    padding-top: 20px;
}

.view-locations-btn a {
    display: inline-block;
    background: var(--primary-color);
    color: #fff;
    padding: 16px 31px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'karla';
    font-size: 18px;
    position: relative;
    overflow: hidden;
}

.view-locations-btn a::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .5s;
}

.view-locations-btn a:hover::before {
    width: 300px;
    height: 300px;
}

/* Container */
.retail-image-sec {
    overflow: hidden;
    border-radius: 8px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

/* Image zoom + shadow on hover */
.retail-image-sec:hover img {
    transform: scale(1.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

/* Ensure image transition smooth */
.retail-image-sec img {
    width: 100%;
    display: block;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

section.handmade-service-sec {
    padding: 64px 12px;
}

.handmade-heading-wrapper {
    padding-bottom: 36px;
    text-align: center;
}

.handmade-heading-wrapper h6 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'karla';
    color: #000;
}

.handmade-heading-wrapper h2 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 500;
    color: #2a2a2a;
}

.handmade-heading-wrapper p {
    color: #7a7a7a;
    font-size: 16px;
    font-family: 'karla';
}

.handmade-box-wrapper {
    position: relative;
    text-align: center;
    border: 4px solid #0000001b;
    padding: 49px 12px 40px 12px;
}

.handmade-img {
    background: #f1f1f1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding: 15px;
    border-radius: 500px;
    top: -50px;
}

.read-more-btn a {
    padding: 11px 23px;
    display: inline-block;
    background: var(--primary-color);
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'karla';
    font-size: 18px;
    position: relative;
    overflow: hidden;
}

.read-more-btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -28px;
}

.read-more-btn a::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .5s;
}

.read-more-btn a:hover::before {
    width: 300px;
    height: 300px;
}

.handmade-box-wrapper h5 {
    font-size: 18px;
}

.handmade-box-wrapper p {
    font-size: 14px;
    color: #7a7a7a;
    font-family: 'karla';
    font-weight: 500;
}

section.blog-sec {
    padding: 64px 12px;
}

.blog-heading-wrapper {
    padding-bottom: 30px;
    text-align: center;
}

.blog-heading-wrapper h6 {
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'karla';
}

.blog-heading-wrapper h2 {
    font-size: 26px;
    font-weight: 500;
    text-transform: uppercase;
    color: #2a2a2a;
}

.blog-heading-wrapper p {
    color: #777777;
    font-size: 16px;
    font-weight: 500;
    font-family: 'karla';
}

.blog-box {
    position: relative;
    overflow: hidden;
}

.blog-box img {
    width: 100%;
    display: block;
    transition: transform .5s ease;
}

.blog-box:hover img {
    transform: scale(1.1);
}

.blog-box h3 {
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    margin-top: 27px;
}

.blog-date {
    position: absolute;
    top: 10px;
    background: #fff;
    left: 25px;
    text-align: center;
    padding: 6px 23px;
    font-size: 14px;
    font-family: 'karla';
    font-weight: 500;
}

.blog-date h4 {
    margin: 0;
    font-size: 22px;
    font-weight: 500;
    font-family: 'karla';
}

.blog-tag {
    position: absolute;
    top: 279px;
    transform: translateX(-50%);
    left: 50%;
    background: var(--primary-color);
    padding: 6px 22px;
    color: #fff;
    font-size: 11px;
    font-family: 'karla';
    text-transform: uppercase;
}

.blog-editor {
    display: flex;
    justify-content: center;
}

.blog-editor p {
    margin: 0;
    font-size: 14px;
    font-family: 'karla';
    color: #a5a5a5;
    display: flex;
    align-items: center;
    gap: 8px;
}

.blog-editor p img {
    margin: 0 6px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.blog-icons {
    display: flex;
    padding: 0 10px;
    gap: 7px;
    align-items: center;
}

.comment-count .count {
    position: absolute;
    background: var(--primary-color);
    color: #fff;
    border-radius: 500px;
    height: 15px;
    width: 15px;
    font-size: 11px;
    display: flex;
    justify-content: center;
    top: 0;
    right: -7px;
}

.comment-count {
    position: relative;
}

.blog-icons i {
    color: #a5a5a5;
}

.blog-item {
    padding: 0 12px;
}

.blogs-trigger {
    margin: 0 -12px;
}

/* dots container */
.blogs-trigger .slick-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

/* default dots */
.blogs-trigger .slick-dots li button {
    width: 12px;
    height: 12px;
    border: 2px solid #bbb;
    border-radius: 50%;
    background: transparent;
    padding: 0;
}

/* remove slick default dot */
.blogs-trigger .slick-dots li button:before {
    display: none;
}

/* active dot */
.blogs-trigger .slick-dots li.slick-active button {
    background: #000;
    border: 2px solid #000;
}

.blogs-trigger .slick-dots {
    bottom: -55px !important;
}

section.testimonials-sec {
    padding: 64px 12px;
}

.testimonials-heading-wrapper {
    text-align: center;
}

.testimonials-heading-wrapper h6 {
    color: var(--primary-color);
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'karla';
    font-weight: 600;
}

.testimonials-heading-wrapper h2 {
    color: #000;
    text-transform: uppercase;
    font-size: 22px;
}

.testimonials-box {
    padding: 24px 12px;
    text-align: center;
}

.testimonials-img {
    padding: 15px 0;
    /* text-align: center; */
    display: flex;
    justify-content: center;
}

.testimonials-img img {
    border-radius: 50%;
}

.testimonials-desc {
    padding: 12px 0;
}

.testimonials-desc p {
    font-size: 15px;
    color: #777;
    font-family: 'karla';
    width: 80%;
    margin: 0 auto;
}

.testimonials-name p {
    font-size: 15px;
    color: #767676;
    font-family: 'karla';
}

.testimonials-name p strong {
    color: #000;
    font-weight: 700;
    margin-right: 6px;
}

/* testimonials dots */
.testimonials-trigger .slick-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 25px;
}

.testimonials-trigger .slick-dots li button {
    width: 12px;
    height: 12px;
    border: 2px solid #bbb;
    border-radius: 50%;
    background: transparent;
    padding: 0;
}

/* remove default slick dot */
.testimonials-trigger .slick-dots li button:before {
    display: none;
}

/* active dot */
.testimonials-trigger .slick-dots li.slick-active button {
    background: #000;
    border: 2px solid #000;

}

.gallery-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    position: relative;
}

.gallery-item img {
    width: 100%;
    display: block;
    transition: transform 0.5s ease;
}

/* Hover zoom */
.gallery-item:hover img {
    transform: scale(1.1);
}

/* Instagram box center absolute */
.instagram-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background: #fff;
    color: #000;
    padding: 44px 29px;
    /* border-radius: 8px; */
    z-index: 10;
    max-width: 300px;
}

.instagram-box h4 {
    font-size: 18px;
    text-transform: uppercase;
}

.instagram-box h6 {
    font-size: 12px;
    color: #777;
}

.instagram-box p {
    font-size: 12px;
    color: #5a5a5a;
}

.newsletter-sec {
    padding: 64px 12px;
    min-height: 600px;
    background: url(../images/newsletter-bg.webp) no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.newletter-content-wrapper {
    text-align: center;
    text\:;
}

.newletter-content-wrapper h6 {
    text-transform: uppercase;
    color: #000;
    font-size: 16px;
    font-family: 'karla';
    font-weight: 600;
}

.newletter-content-wrapper h2 {
    font-size: 36px;
    line-height: 50px;
    font-weight: 500;
}

.form-wrapper input {
    background: none;
    border: 2px solid #bbb;
    padding: 6px 16px;
    width: 25%;
}

.form-wrapper button {
    border: 0;
    background: var(--primary-color);
    padding: 9px 30px;
    color: #fff;
    font-size: 14px;
    font-family: 'karla';
    font-weight: 600;
    text-transform: uppercase;
}

.newletter-content-wrapper p {
    color: #7a7a7a;
    font-size: 14px;
    font-family: 'karla';
    margin-top: 15px;
}

.newletter-content-wrapper p a {
    color: #000;
    text-decoration: none;
    font-family: 'karla';
    font-weight: 600;
}

/* Base style */
.social-icons a {
    display: inline-block;
    color: #7a7a7a;
    border: 2px solid #bbb;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    margin-right: 8px;
    text-align: center;
    line-height: 28px;
    transition: all 0.3s ease;
}

/* Icon inside */
.social-icons a i {
    font-size: 14px;
    transition: all 0.3s ease;
}

/* Facebook */
.social-icons a:nth-child(1):hover {
    background: #1877f2;
    color: #fff;
}

/* X / Twitter */
.social-icons a:nth-child(2):hover {
    background: #1da1f2;
    color: #fff;
}

/* Instagram */
.social-icons a:nth-child(3):hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    color: #fff;
}

/* YouTube */
.social-icons a:nth-child(4):hover {
    background: #ff0000;
    color: #fff;
}

/* Pinterest */
.social-icons a:nth-child(5):hover {
    background: #bd081c;
    color: #fff;
}

/* Lift effect for all */
.social-icons a:hover {
    transform: translateY(-2px);
    transition: all 0.3s ease;
}

/* footer */
.footer-sec {
    background: #f9f9f9;
    padding: 60px 0 30px;
    /* top, sides, bottom */
    font-family: 'karla', sans-serif;
    color: #767676;
    font-size: 14px;
}

.footer-sec a {
    color: #000;
    text-decoration: none;
    transition: color 0.3s ease;
    font-family: 'karla';
}

.footer-sec a:hover {
    color: var(--primary-color);
}

/* Footer grid - 5 columns */
.footer-row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

/* Footer columns */
.footer-col-1,
.footer-col-2,
.footer-col-3,
.footer-col-4,
.footer-col-5 {
    display: flex;
    flex-direction: column;
}

/* Footer headings */
.footer-sec h2,
.footer-sec h5,
.footer-sec h6 {
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
}

.footer-sec h5 {
    text-transform: uppercase;
}

/* Footer paragraphs */
.footer-sec p {
    font-size: 14px;
    color: #767676;
    line-height: 1.6;
    margin-bottom: 10px;
    font-family: 'karla';
}

/* Footer recent post */
.footer-recent-post .recent-post-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 0;
}

.footer-recent-post .recent-content h6 a {
    font-size: 15px;
    color: #333;
    display: block;
    margin-bottom: 4px;
    font-weight: 600;
}

.footer-recent-post .recent-content p {
    font-size: 12px;
    color: #767676;
    margin: 0;
}

/* Useful links */
.useful-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.useful-links li {
    margin-bottom: 8px;
}

/* Footer bottom */
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.footer-bottom .cards-payment img {
    max-width: 250px;
}

.footer-contact-detail ul {
    padding: 0;
}

a.logo-here {
    font-size: 28px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 14px;
}

.footer-contact-detail ul li {
    list-style-type: none;
    margin-bottom: 9px;
}

.recent-content {
    margin-left: 12px;
}

.footer-sec h2 {
    text-transform: uppercase;
}

.footer-contact-detail ul li i {
    margin-right: 9px;
}

/* Shop Page */
.inner-banner-sec {
    min-height: 300px;
    background: #f3f3f3;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px; /* Added space from header */
}

.inner-banner-heading-wrapper h2 {
    font-size: 40px;
    color: #000;
    text-align: center;
    font-family: 'mayraid-pro';
    font-weight: 700;
}

section.shop-sec {
    padding: 64px 12px;
}

.shop-sidebar a {
    color: #000;
    text-decoration: none;
    transition: all 0.3s;
}

.shop-sidebar a:hover {
    color: var(--primary-color);
}

.shop-sidebar h3, 
.shop-sidebar h4 {
    font-family: 'mayraid-pro';
    font-weight: 700;
    margin-bottom: 20px;
}

.shop-sidebar h2 {
    font-family: 'mayraid-pro';
    font-weight: 700;
}

/* Sidebar Scrollbar */
.shop-sidebar {
    max-height: 100vh;
    overflow-y: auto;
    padding-right: 15px;
}

.shop-sidebar::-webkit-scrollbar,
.filter-values::-webkit-scrollbar,
.product-categories-list::-webkit-scrollbar {
    width: 4px;
}

.shop-sidebar::-webkit-scrollbar-track,
.filter-values::-webkit-scrollbar-track,
.product-categories-list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.shop-sidebar::-webkit-scrollbar-thumb,
.filter-values::-webkit-scrollbar-thumb,
.product-categories-list::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 10px;
}

.shop-sidebar::-webkit-scrollbar-thumb:hover,
.filter-values::-webkit-scrollbar-thumb:hover,
.product-categories-list::-webkit-scrollbar-thumb:hover {
    background: #5a8c6a;
}

.filter-values,
.product-categories-list {
    max-height: 250px;
    overflow-y: auto;
    padding-right: 10px;
}

.product-cat-heading h3 {
    font-size: 24px;
}

.filter-heading h4 {
    font-size: 20px;
}

.shop-product-heading h4 {
    font-size: 20px;
}

.accessories {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.accessories h6 {
    font-size: 16px;
    font-family: 'karla';
    font-weight: 500;
    margin-bottom: 0;
}

.accessories p.count {
    font-size: 14px;
    color: #888;
    margin-bottom: 0;
}

/* Custom Checkbox Styling */
.form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.form-check-label {
    font-size: 15px;
    font-family: 'karla';
}

.cursor-pointer {
    cursor: pointer;
}

.clocks {
    display: flex;
    justify-content: space-between;
}

.clocks h6 {
    font-size: 18px;
    font-family: 'karla';
    font-weight: 500;
}

.clocks p {
    font-size: 18px;
    font-family: 'karla';
    font-weight: 500;
}

.decor {
    display: flex;
    justify-content: space-between;
}

.decor h6 {
    font-size: 18px;
    font-family: 'karla';
    font-weight: 500;
}

.decor p {
    font-size: 18px;
    font-weight: 500;
    font-family: 'karla';
}

.toys {
    display: flex;
    justify-content: space-between;
}

.toys h6 {
    font-size: 18px;
    font-family: 'karla';
    font-weight: 500;
}

.toys p {
    font-size: 18px;
    font-family: 'karla';
    font-weight: 500;
}

.uncategorized {
    display: flex;
    justify-content: space-between;
}

.uncategorized h6 {
    font-size: 18px;
    font-family: 'karla';
    font-weight: 500;
}

.uncategorized p {
    font-size: 18px;
    font-weight: 500;
    font-family: 'karla';
}

.filter-price-box {
    /* border: 1px solid #e5e5e5; */
    padding: 20px 0;
    font-family: karla;
}

/* Row 1 */
.filter-heading h4 {
    font-size: 23px;
    margin-bottom: 15px;
    font-family: 'karla';
    font-weight: 600;
}

/* Row 2 */
.filter-range {
    margin-bottom: 15px;
}

.range-wrapper {
    position: relative;
    width: 100%;
    height: 30px;
}

/* track */

.slider-track {
    position: absolute;
    height: 4px;
    width: 100%;
    background: var(--primary-color);
    top: 45%;
    transform: translateY(-50%);
}

/* inputs */

.range-wrapper input {
    position: absolute;
    width: 100%;
    pointer-events: none;
    appearance: none;
    background: none;
}

/* bar thumb */

input[type="range"]::-webkit-slider-thumb {
    pointer-events: auto;
    -webkit-appearance: none;
    width: 4px;
    height: 25px;
    background: var(--primary-color);
    cursor: pointer;
}

input[type="range"]::-moz-range-thumb {
    width: 4px;
    height: 16px;
    background: var(--primary-color);
    border: none;
    cursor: pointer;
}

/* Row 3 */
.filter-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price-range {
    font-size: 14px;
    color: #666;
}

.filter-btn button {
    background: #ccc;
    color: #000;
    border: none;
    padding: 6px 16px;
    font-size: 15px;
    cursor: pointer;
    transition: 0.3s;
    font-weight: 500;
    font-family: 'karla';
}

.filter-btn button:hover {
    background: #444;
}

.product-cat-heading {
    padding-bottom: 15px;
}

.product-cat-heading h3 {
    font-size: 23px;
    font-family: 'karla';
    font-weight: 600;
}

.shop-product-heading {
    padding-bottom: 15px;
}

.shop-product-heading h4 {
    font-size: 23px;
    font-family: 'karla';
    font-weight: 600;
}

.shop-product-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.shop-product-image {
    width: 80px;
    flex-shrink: 0;
}

.shop-product-image img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
}

.shop-product-content h5 {
    font-size: 16px;
    font-family: 'karla';
    font-weight: 500;
    margin-bottom: 5px;
    color: #000;
}

.shop-product-content p {
    font-size: 14px;
    color: var(--primary-color);
    font-family: 'karla';
    font-weight: 600;
}

.sorting-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.breadcrumbs p {
    font-size: 16px;
    color: #000;
    font-family: 'karla';
    font-weight: 600;
}

.breadcrumbs p a {
    color: #000;
    text-decoration: none;
    font-family: 'karla';
}

.show-sec {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    font-family: 'karla';
}

.show-sec a {
    color: #000;
    text-decoration: none;
    font-family: 'karla';
}

/* CSS */
.sorting-container {
    display: flex;
    align-items: center;
    gap: 10px;
    /* font-family: 'Arial', sans-serif; */
    width: 20%;
}

.sorting-container label {
    font-weight: bold;
    color: #333;
}

.sorting-container select {
    padding: 8px 0px;
    border-bottom: 1px solid #ccc !important;
    /* border-radius: 6px; */
    background-color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: border 0.3s, box-shadow 0.3s;
    border: 0;
    font-family: 'karla';
    width: 140%;
}

.sorting-container select:focus {
    border-color: #007bff;
    /* box-shadow: 0 0 5px rgba(0, 123, 255, 0.5); */
    outline: none;
}

/* Shop Products Grid */
.shop-products-sec {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    padding: 20px 0;
}

.shop-products-box {
    text-align: center;
}

.shop-products-box-image {
    background-color: #f0f2f1;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80%;
}

.shop-products-box-image img {
    max-width: 200px;
    /* image chhoti ho jaye, 100% na ho */
    height: auto;
    transition: transform 0.3s ease;
}

.shop-products-box:hover .shop-products-box-image img {
    transform: scale(1.05);
}

.shop-products-box-title h5 {
    margin: 10px 0 5px;
    font-size: 16px;
    color: #000;
    font-family: 'karla' !important;
}

.shop-products-box-title h5 a {
    color: inherit;
    text-decoration: none;
    font-family: 'karla';
    font-weight: 500;
}

.shop-products-box-category a {
    display: block;
    font-size: 14px;
    color: #000;
    /* margin-bottom: 8px; */
    text-decoration: none;
}

.shop-products-box-price span {
    font-weight: bold;
    color: var(--primary-color, #007bff);
    font-size: 16px;
}

/* Pagination Styles */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 30px 0;
    font-family: Arial, sans-serif;
}

.pagination .page-item {
    padding: 8px 14px;
    border-radius: 6px;
    text-decoration: none;
    color: #333;
    border: 1px solid #ddd;
    transition: all 0.3s ease;
}

.pagination .page-item:hover {
    background-color: #eee;
    border-color: #ccc;
}

.pagination .page-item.active {
    background-color: var(--primary-color, #007bff);
    color: #fff;
    border-color: var(--primary-color, #007bff);
    font-weight: bold;
}

.pagination .page-item.next {
    font-weight: bold;
}


/* Latest News */
/* Blog Box - Product style */
.blog-box-wrapper {
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    /* text-align: center; */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: #fff;
    cursor: pointer;
    padding: 16px;
    min-height: 300px;
}

.blog-box-wrapper:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.blog-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.blog-box-wrapper:hover .blog-image img {
    transform: scale(1.05);
}

.inner-blog-title h4 {
    margin: 25px 0 5px;
    font-size: 24px;
    color: #000;
    font-family: 'karla';
}

.inner-blog-title h4 a {
    color: inherit;
    text-decoration: none;
}

.inner-blog-date {
    display: flex;
    /* justify-content: center; */
    gap: 15px;
    /* name aur date ke beech gap */
    font-size: 20px;
    padding-bottom: 10px;
    color: #333;
    font-family: 'karla';
    align-items: center;
    margin-top: 16px;
}

.inner-blog-date .name {
    font-weight: bold;
    font-family: 'karla';
    font-size: 20px;
    margin: 0;
}

.inner-blog-date .date {
    color: #555;
    font-family: 'karla';
    margin: 0;
}

section.blogs-sec {
    padding: 64px 12px;
}

/* Contact Form Styles */
.contact-form {
    max-width: 1000px;
    margin: 0 auto;
    font-family: Arial, sans-serif;
}

.contact-form .form-row {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    flex-wrap: wrap;
    /* responsive */
}

.contact-form .form-row input,
.contact-form .form-row textarea {
    background: transparent;
    border: 1px solid #535353;
    border-radius: 5px;
    padding: 12px 15px;
    font-size: 14px;
    color: #000;
    flex: 1;
    min-width: 48%;
    font-family: 'karla';
}

.contact-form .form-row textarea {
    width: 100%;
    min-height: 150px;
    resize: vertical;
}

/* Button style */
.contact-form .form-row button {
    position: relative;
    width: 100%;
    padding: 14px;
    font-size: 16px;
    background-color: var(--primary-color, #007bff);
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    overflow: hidden;
    transition: color 0.3s ease;
    font-family: 'karla';
}

/* Create underline effect */
.contact-form .form-row button::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    /* full height for background overlay effect */
    width: 0;
    background: var(--primary-color);
    opacity: 0.5;
    transition: width 0.3s ease;
    z-index: 0;
}

/* Button text stays above overlay */
.contact-form .form-row button span {
    position: relative;
    z-index: 1;
}

/* Animate overlay on hover */
.contact-form .form-row button:hover::after {
    width: 100%;
}

section.contact-sec {
    padding: 64px 12px;
}

.contact-heading-wrapper {
    text-align: center;
    padding-bottom: 42px;
}

.contact-heading-wrapper h2 {
    font-size: 34px;
    font-weight: 600;
    font-family: 'karla';
}

section.terms-sec {
    padding: 64px 12px;
}

.terms-content-wrapper {
    padding-bottom: 14px;
}

.terms-heading h3 {
    font-size: 30px;
    font-weight: 600;
    font-family: 'karla';
}

.terms-para p {
    font-size: 16px;
    font-family: 'karla';
    color: #777;
}


/* cart offcanvas */
/* Your existing CSS */
.cart-sec {
    display: flex;
    align-items: center;
    gap: 13px;
    cursor: pointer;
}

.cart-details span {
    background: #000;
    color: #fff;
    display: inline-flex;
    width: 25px;
    height: 25px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-family: "mayraid-pro";
}

/* Additional styles for offcanvas */
.offcanvas-header {
    border-bottom: 1px solid #dee2e6;
    padding: 1rem;
}

.offcanvas-title {
    font-weight: 600;
}

.cart-footer {
    border-top: 1px solid #dee2e6;
    padding-top: 1rem;
    position: sticky;
    bottom: 0;
    background: white;
}

.btn-primary {
    background-color: #000;
    border-color: #000;
}

.btn-primary:hover {
    background-color: #333;
    border-color: #333;
}

.btn-outline-primary {
    color: #000;
    border-color: #000;
}

.btn-outline-primary:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}


/* categories offcanvas */
/* Your existing CSS */
.all-category-btn {
    /* Add your existing styles */
    cursor: pointer;
}

.all-category-btn a {
    text-decoration: none;
    color: inherit;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Categories Offcanvas Styles */
.categories-list {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.category-item {
    border-bottom: 1px solid #f0f0f0;
}

.category-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.category-link:hover {
    color: #000;
    padding-left: 5px;
}

.category-link i:first-child {
    width: 24px;
    color: #666;
    font-size: 1.1rem;
}

.category-link span {
    flex: 1;
    font-weight: 500;
}

.category-link .fa-chevron-right {
    font-size: 0.8rem;
    color: #999;
}

/* Subcategories Styles */
.subcategories {
    display: none;
    padding-left: 36px;
    padding-bottom: 12px;
    flex-direction: column;
    gap: 8px;
}

.category-item.active .subcategories {
    display: flex;
}

.subcategories a {
    color: #666;
    text-decoration: none;
    font-size: 0.9rem;
    padding: 4px 0;
    transition: color 0.3s ease;
}

.subcategories a:hover {
    color: #000;
}

/* Featured Categories */
.featured-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 10px;
}

.featured-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    background: #f8f9fa;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.featured-item:hover {
    background: #e9ecef;
    transform: translateY(-2px);
}

.featured-item i {
    color: #000;
    font-size: 1.2rem;
}

.featured-item span {
    font-size: 0.9rem;
    font-weight: 500;
}

/* Offcanvas Header */
.offcanvas-header {
    background: #f8f9fa;
    border-bottom: 2px solid #000;
}

.offcanvas-title i {
    color: #000;
}

/* Sitemap */
/* Sitemap Page Styles */
.sitemap-sec {
    padding: 60px 0;
    font-family: "mayraid-pro", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: #000;
}

/* Main Pages Grid */
.main-pages-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-bottom: 50px;
}

.main-page-card {
    background: #fff;
    border: 1px solid #eaeaea;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.3s ease;
    text-decoration: none;
    display: block;
    color: #000;
    border-radius: 0;
}

.main-page-card:hover {
    transform: translateY(-5px);
    border-color: #000;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.main-page-card i {
    font-size: 2.5rem;
    color: #000;
    margin-bottom: 15px;
}

.main-page-card h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000;
    font-family: "mayraid-pro", sans-serif;
}

.main-page-card p {
    font-size: 0.9rem;
    color: #666;
    margin: 0;
}

/* Stats Section */
.stats-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 40px 0 60px;
}

.stat-box {
    text-align: center;
    padding: 25px;
    background: #f8f9fa;
    border-radius: 0;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #000;
    line-height: 1;
    margin-bottom: 5px;
}

.stat-label {
    color: #666;
    font-size: 0.9rem;
}

/* Sitemap Sections */
.sitemap-section {
    margin-bottom: 50px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 40px;
}

.sitemap-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.section-title {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
    position: relative;
}

.section-title i {
    font-size: 1.8rem;
    color: #000;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    border-radius: 0;
}

.section-title h2 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #000;
    margin: 0;
    font-family: "mayraid-pro", sans-serif;
}

.section-title .title-line {
    flex: 1;
    height: 2px;
    background: linear-gradient(90deg, #000 0%, transparent 100%);
    margin-left: 20px;
}

/* Links Grid */
.links-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.link-group {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 0;
    border: 1px solid transparent;
    transition: all 0.3s ease;
}

.link-group:hover {
    border-color: #000;
    background: #fff;
}

.link-group h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #000;
    font-family: "mayraid-pro", sans-serif;
}

.link-group ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.link-group li {
    margin-bottom: 10px;
}

.link-group a {
    color: #666;
    text-decoration: none;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.link-group a:hover {
    color: #000;
    transform: translateX(5px);
}

.link-group a i {
    font-size: 0.8rem;
    color: #999;
}

/* Categories Grid */
.categories-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
    margin-top: 20px;
}

.category-box {
    background: #fff;
    border: 1px solid #eaeaea;
    padding: 20px 15px;
    text-align: center;
    border-radius: 0;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #000;
}

.category-box:hover {
    border-color: #000;
    transform: scale(1.02);
}

.category-box i {
    font-size: 1.8rem;
    color: #000;
    margin-bottom: 10px;
}

.category-box span {
    font-size: 0.9rem;
    font-weight: 500;
    display: block;
    margin-bottom: 5px;
}

.category-box small {
    font-size: 0.8rem;
    color: #999;
}

/* Pages List */
.pages-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.page-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 15px;
    background: #f8f9fa;
    border-radius: 0;
    text-decoration: none;
    color: #666;
    transition: all 0.3s ease;
}

.page-item:hover {
    background: #fff;
    color: #000;
    border: 1px solid #000;
}

.page-item i {
    font-size: 1rem;
    color: #000;
}

/* Posts Grid */
.posts-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 20px;
}

.post-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 0;
    text-decoration: none;
    color: #666;
    transition: all 0.3s ease;
}

.post-item:hover {
    background: #fff;
    border: 1px solid #000;
}

.post-item .post-date {
    font-size: 0.8rem;
    color: #999;
    min-width: 50px;
}

.post-item .post-title {
    font-weight: 500;
}

/* Blog View All Link */
.blog-view-all {
    text-align: right;
    margin-top: 15px;
}

.view-all-link {
    color: #000;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.view-all-link:hover {
    gap: 12px;
}

.view-all-link i {
    font-size: 0.9rem;
}

/* Register Page */
/* Signup Page Styles */
.signup-sec {
    padding: 60px 0;
    font-family: "mayraid-pro", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: #fff;
}

.signup-wrapper {
    max-width: 700px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #eaeaea;
    padding: 40px;
}

/* Header */
.signup-header {
    text-align: center;
    margin-bottom: 35px;
}

.signup-header h3 {
    font-size: 2rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    font-family: "mayraid-pro", sans-serif;
}

.signup-header p {
    color: #666;
    font-size: 1rem;
}

/* Form Groups */
.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    color: #000;
    font-weight: 500;
    font-size: 0.95rem;
}

.form-group label i {
    color: #000;
    font-size: 1rem;
}

.form-control {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #eaeaea;
    border-radius: 0;
    font-size: 0.95rem;
    font-family: inherit;
    transition: all 0.3s ease;
    background: #fff;
}

.form-control:focus {
    outline: none;
    border-color: #000;
    box-shadow: none;
}

.form-control::placeholder {
    color: #999;
    font-size: 0.9rem;
}

/* Password Input Wrapper */
.password-input-wrapper {
    position: relative;
}

.password-toggle {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #999;
    transition: color 0.3s ease;
}

.password-toggle:hover {
    color: #000;
}

/* Password Strength */
.password-strength {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 8px;
}

.strength-bar {
    height: 4px;
    width: 30px;
    background: #eaeaea;
    transition: all 0.3s ease;
}

.strength-bar.weak {
    background: #ff4444;
}

.strength-bar.medium {
    background: #ffbb33;
}

.strength-bar.strong {
    background: #00C851;
}

.strength-text {
    font-size: 0.8rem;
    color: #999;
    margin-left: 5px;
}

/* Password Requirements */
.password-requirements {
    background: #f8f9fa;
    padding: 15px 20px;
    margin-bottom: 20px;
}

.password-requirements p {
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 0.9rem;
}

.password-requirements ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}

.req-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #666;
    font-size: 0.85rem;
    transition: color 0.3s ease;
}

.req-item i {
    font-size: 0.9rem;
    color: #999;
}

.req-item.valid {
    color: #00C851;
}

.req-item.valid i {
    color: #00C851;
}

/* Checkbox Styles */
.terms-checkbox {
    margin-bottom: 15px;
}

.checkbox-container {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    position: relative;
    cursor: pointer;
    font-size: 0.95rem;
    color: #666;
}

.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid #eaeaea;
    flex-shrink: 0;
    margin-top: 2px;
}

.checkbox-container:hover input ~ .checkmark {
    border-color: #000;
}

.checkbox-container input:checked ~ .checkmark {
    background: #000;
    border-color: #000;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

.checkbox-container .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.checkbox-text {
    flex: 1;
    line-height: 1.4;
}

.terms-link {
    color: #000;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease;
}

.terms-link:hover {
    border-bottom-color: #000;
}

/* Submit Button */
.signup-btn {
    width: 100%;
    padding: 14px 20px;
    background: #000;
    color: #fff;
    border: 1px solid #000;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s ease;
    margin: 25px 0 20px;
    font-family: "mayraid-pro", sans-serif;
}

.signup-btn:hover {
    background: #fff;
    color: #000;
    gap: 15px;
}

.signup-btn i {
    font-size: 1rem;
    transition: transform 0.3s ease;
}

.signup-btn:hover i {
    transform: translateX(5px);
}

/* Divider */
.divider {
    position: relative;
    text-align: center;
    margin: 30px 0;
}

.divider::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #eaeaea;
    z-index: 1;
}

.divider span {
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 0 15px;
    color: #666;
    font-size: 0.9rem;
}

/* Social Signup */
.social-signup {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-bottom: 30px;
}

.social-btn {
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    color: #666;
    border: 1px solid #eaeaea;
    transition: all 0.3s ease;
    font-size: 0.95rem;
}

.social-btn i {
    font-size: 1.1rem;
}

.social-btn.google:hover {
    background: #DB4437;
    border-color: #DB4437;
    color: #fff;
}

.social-btn.facebook:hover {
    background: #4267B2;
    border-color: #4267B2;
    color: #fff;
}

.social-btn.apple:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}

/* Login Link */
.login-link {
    text-align: center;
    color: #666;
    font-size: 0.95rem;
}

.login-link a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease;
}

.login-link a:hover {
    border-bottom-color: #000;
}

/* Login Page */
/* Login Page Styles - All styles wrapped in .login-sec parent */
.login-sec {
    padding: 60px 0;
    font-family: "mayraid-pro", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: #fff;
}

.login-sec .login-wrapper {
    max-width: 500px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #eaeaea;
    padding: 40px;
}

/* Header */
.login-sec .login-header {
    text-align: center;
    margin-bottom: 35px;
}

.login-sec .login-header h3 {
    font-size: 2rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    font-family: "mayraid-pro", sans-serif;
}

.login-sec .login-header p {
    color: #666;
    font-size: 1rem;
}

/* Form Groups */
.login-sec .form-group {
    margin-bottom: 20px;
}

.login-sec .form-group label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    color: #000;
    font-weight: 500;
    font-size: 0.95rem;
}

.login-sec .form-group label i {
    color: #000;
    font-size: 1rem;
}

.login-sec .form-control {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #eaeaea;
    border-radius: 0;
    font-size: 0.95rem;
    font-family: inherit;
    transition: all 0.3s ease;
    background: #fff;
}

.login-sec .form-control:focus {
    outline: none;
    border-color: #000;
    box-shadow: none;
}

.login-sec .form-control::placeholder {
    color: #999;
    font-size: 0.9rem;
}

/* Password Input Wrapper */
.login-sec .password-input-wrapper {
    position: relative;
}

.login-sec .password-toggle {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #999;
    transition: color 0.3s ease;
}

.login-sec .password-toggle:hover {
    color: #000;
}

/* Login Options */
.login-sec .login-options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

/* Checkbox Styles */
.login-sec .checkbox-container {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    cursor: pointer;
    font-size: 0.95rem;
    color: #666;
}

.login-sec .checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.login-sec .checkmark {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid #eaeaea;
    flex-shrink: 0;
}

.login-sec .checkbox-container:hover input ~ .checkmark {
    border-color: #000;
}

.login-sec .checkbox-container input:checked ~ .checkmark {
    background: #000;
    border-color: #000;
}

.login-sec .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.login-sec .checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

.login-sec .checkbox-container .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.login-sec .checkbox-text {
    line-height: 1.4;
}

/* Forgot Password Link */
.login-sec .forgot-link {
    color: #666;
    text-decoration: none;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    border-bottom: 1px solid transparent;
}

.login-sec .forgot-link:hover {
    color: #000;
    border-bottom-color: #000;
}

/* Login Button */
.login-sec .login-btn {
    width: 100%;
    padding: 14px 20px;
    background: #000;
    color: #fff;
    border: 1px solid #000;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s ease;
    margin: 0 0 20px;
    font-family: "mayraid-pro", sans-serif;
}

.login-sec .login-btn:hover {
    background: #fff;
    color: #000;
    gap: 15px;
}

.login-sec .login-btn i {
    font-size: 1rem;
    transition: transform 0.3s ease;
}

.login-sec .login-btn:hover i {
    transform: translateX(5px);
}

/* Divider */
.login-sec .divider {
    position: relative;
    text-align: center;
    margin: 30px 0;
}

.login-sec .divider::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #eaeaea;
    z-index: 1;
}

.login-sec .divider span {
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 0 15px;
    color: #666;
    font-size: 0.9rem;
}

/* Social Login */
.login-sec .social-login {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-bottom: 30px;
}

.login-sec .social-btn {
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    color: #666;
    border: 1px solid #eaeaea;
    transition: all 0.3s ease;
    font-size: 0.95rem;
}

.login-sec .social-btn i {
    font-size: 1.1rem;
}

.login-sec .social-btn.google:hover {
    background: #DB4437;
    border-color: #DB4437;
    color: #fff;
}

.login-sec .social-btn.facebook:hover {
    background: #4267B2;
    border-color: #4267B2;
    color: #fff;
}

.login-sec .social-btn.apple:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}

/* Signup Link */
.login-sec .signup-link {
    text-align: center;
    color: #666;
    font-size: 0.95rem;
}

.login-sec .signup-link a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease;
}

.login-sec .signup-link a:hover {
    border-bottom-color: #000;
}

/* Error Message (if needed) */
.login-sec .error-message {
    background: #fff2f0;
    border: 1px solid #ffccc7;
    padding: 12px 15px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.login-sec .error-message i {
    color: #ff4d4f;
    font-size: 1.1rem;
}

.login-sec .error-message span {
    color: #ff4d4f;
    font-size: 0.95rem;
}

/* Success Message (if needed) */
.login-sec .success-message {
    background: #f6ffed;
    border: 1px solid #b7eb8f;
    padding: 12px 15px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.login-sec .success-message i {
    color: #52c41a;
    font-size: 1.1rem;
}

.login-sec .success-message span {
    color: #52c41a;
    font-size: 0.95rem;
}

/* Blog Details  */
/* Blog Details Page Styles - All styles wrapped in .blog-details-sec parent */
.blog-details-sec {
    padding: 60px 0;
    font-family: "mayraid-pro", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: #fff;
}

/* ===== Main Content Styles ===== */
.blog-details-sec .blog-details-wrapper {
    padding-right: 30px;
}

/* Blog Post */
.blog-details-sec .blog-post {
    margin-bottom: 50px;
}

/* Featured Image */
.blog-details-sec .post-featured-image {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.blog-details-sec .post-featured-image img {
    width: 100%;
    height: auto;
    display: block;
}

.blog-details-sec .post-category {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #000;
    color: #fff;
    padding: 8px 15px;
    font-size: 0.85rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Post Meta */
.blog-details-sec .post-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
}

.blog-details-sec .meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #666;
    font-size: 0.9rem;
}

.blog-details-sec .meta-item i {
    color: #000;
    font-size: 1rem;
}

/* Post Title */
.blog-details-sec .post-title {
    font-size: 2.5rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 25px;
    line-height: 1.3;
    font-family: "mayraid-pro", sans-serif;
}

/* Post Content */
.blog-details-sec .post-content {
    color: #444;
    line-height: 1.8;
    font-size: 1rem;
}

.blog-details-sec .post-content .lead {
    font-size: 1.2rem;
    font-weight: 500;
    color: #000;
    margin-bottom: 25px;
}

.blog-details-sec .post-content h2 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #000;
    margin: 40px 0 20px;
    font-family: "mayraid-pro", sans-serif;
}

.blog-details-sec .post-content p {
    margin-bottom: 20px;
}

/* Blockquote */
.blog-details-sec blockquote {
    background: #f8f9fa;
    padding: 30px 40px;
    margin: 30px 0;
    position: relative;
    border-left: 3px solid #000;
}

.blog-details-sec blockquote i {
    font-size: 2rem;
    color: #000;
    opacity: 0.3;
    margin-bottom: 15px;
    display: block;
}

.blog-details-sec blockquote p {
    font-size: 1.2rem;
    font-style: italic;
    color: #333;
    margin-bottom: 15px;
    line-height: 1.6;
}

.blog-details-sec blockquote cite {
    color: #666;
    font-size: 0.95rem;
    font-style: normal;
    font-weight: 500;
}

/* Image Gallery */
.blog-details-sec .post-gallery {
    margin: 40px 0;
}

.blog-details-sec .gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.blog-details-sec .gallery-grid img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.blog-details-sec .gallery-grid img:hover {
    opacity: 0.9;
}

/* Styled List */
.blog-details-sec .styled-list {
    list-style: none;
    padding: 0;
    margin: 20px 0 30px;
}

.blog-details-sec .styled-list li {
    padding: 10px 0 10px 25px;
    position: relative;
    color: #444;
}

.blog-details-sec .styled-list li::before {
    content: "•";
    color: #000;
    font-size: 1.5rem;
    position: absolute;
    left: 0;
    top: 5px;
}

/* Post Tags */
.blog-details-sec .post-tags {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin: 40px 0 30px;
    padding: 20px 0;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.blog-details-sec .tags-label {
    font-weight: 600;
    color: #000;
    min-width: 60px;
}

.blog-details-sec .tags-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.blog-details-sec .tags-list a {
    color: #666;
    text-decoration: none;
    font-size: 0.9rem;
    padding: 5px 12px;
    background: #f8f9fa;
    transition: all 0.3s ease;
}

.blog-details-sec .tags-list a:hover {
    background: #000;
    color: #fff;
}

/* Share Post */
.blog-details-sec .share-post {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
}

.blog-details-sec .share-label {
    font-weight: 600;
    color: #000;
}

.blog-details-sec .share-links {
    display: flex;
    gap: 10px;
}

.blog-details-sec .share-link {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    background: #f8f9fa;
    text-decoration: none;
    transition: all 0.3s ease;
}

.blog-details-sec .share-link:hover {
    background: #000;
    color: #fff;
}

/* Author Box */
.blog-details-sec .author-box {
    display: flex;
    gap: 25px;
    padding: 30px;
    background: #f8f9fa;
    margin-bottom: 40px;
}

.blog-details-sec .author-avatar {
    width: 120px;
    height: 120px;
    flex-shrink: 0;
}

.blog-details-sec .author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.blog-details-sec .author-info h4 {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 5px;
}

.blog-details-sec .author-info h3 {
    color: #000;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: "mayraid-pro", sans-serif;
}

.blog-details-sec .author-info p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
}

.blog-details-sec .author-social {
    display: flex;
    gap: 10px;
}

.blog-details-sec .author-social a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease;
}

.blog-details-sec .author-social a:hover {
    background: #000;
    color: #fff;
}

/* Post Navigation */
.blog-details-sec .post-navigation {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 50px;
}

.blog-details-sec .nav-item {
    background: #f8f9fa;
    padding: 20px;
}

.blog-details-sec .nav-item a {
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
    color: inherit;
}

.blog-details-sec .nav-item.prev-post a {
    text-align: left;
}

.blog-details-sec .nav-item.next-post a {
    text-align: right;
    justify-content: flex-end;
}

.blog-details-sec .nav-item i {
    color: #000;
    font-size: 1.2rem;
}

.blog-details-sec .nav-content span {
    display: block;
    color: #666;
    font-size: 0.85rem;
    margin-bottom: 5px;
}

.blog-details-sec .nav-content h4 {
    color: #000;
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
}

/* ===== Comments Section ===== */
.blog-details-sec .comments-section {
    margin-top: 50px;
}

.blog-details-sec .comments-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 30px;
    font-family: "mayraid-pro", sans-serif;
}

/* Comment */
.blog-details-sec .comment {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.blog-details-sec .comment.reply {
    margin-left: 60px;
    margin-top: 20px;
}

.blog-details-sec .comment-avatar {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
}

.blog-details-sec .comment-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.blog-details-sec .comment-content {
    flex: 1;
}

.blog-details-sec .comment-header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 10px;
}

.blog-details-sec .comment-header h4 {
    color: #000;
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.blog-details-sec .author-badge {
    background: #000;
    color: #fff;
    font-size: 0.7rem;
    padding: 3px 8px;
    border-radius: 0;
}

.blog-details-sec .comment-date {
    color: #999;
    font-size: 0.85rem;
}

.blog-details-sec .comment-content p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 10px;
}

.blog-details-sec .comment-actions .reply-btn {
    background: none;
    border: none;
    color: #666;
    font-size: 0.9rem;
    cursor: pointer;
    padding: 0;
    transition: color 0.3s ease;
}

.blog-details-sec .comment-actions .reply-btn:hover {
    color: #000;
}

/* Comment Form */
.blog-details-sec .comment-form {
    background: #f8f9fa;
    padding: 30px;
    margin-top: 40px;
}

.blog-details-sec .comment-form h4 {
    color: #000;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: "mayraid-pro", sans-serif;
}

.blog-details-sec .comment-form p {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 25px;
}

.blog-details-sec .comment-form .form-group {
    margin-bottom: 20px;
}

.blog-details-sec .comment-form .form-control {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #eaeaea;
    background: #fff;
    font-family: inherit;
    transition: all 0.3s ease;
}

.blog-details-sec .comment-form .form-control:focus {
    outline: none;
    border-color: #000;
}

.blog-details-sec .comment-form textarea.form-control {
    resize: vertical;
}

/* Checkbox */
.blog-details-sec .checkbox-group {
    margin: 20px 0;
}

.blog-details-sec .checkbox-container {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    position: relative;
    cursor: pointer;
    color: #666;
    font-size: 0.9rem;
}

.blog-details-sec .checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.blog-details-sec .checkmark {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid #eaeaea;
    flex-shrink: 0;
    margin-top: 2px;
}

.blog-details-sec .checkbox-container:hover input ~ .checkmark {
    border-color: #000;
}

.blog-details-sec .checkbox-container input:checked ~ .checkmark {
    background: #000;
    border-color: #000;
}

.blog-details-sec .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.blog-details-sec .checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

.blog-details-sec .checkbox-container .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Submit Button */
.blog-details-sec .submit-comment {
    background: #000;
    color: #fff;
    border: 1px solid #000;
    padding: 12px 30px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.blog-details-sec .submit-comment:hover {
    background: #fff;
    color: #000;
}

.blog-details-sec .submit-comment i {
    font-size: 0.9rem;
}

/* ===== Sidebar Styles ===== */
.blog-details-sec .blog-sidebar {
    padding-left: 20px;
}

.blog-details-sec .sidebar-widget {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eaeaea;
}

.blog-details-sec .sidebar-widget:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.blog-details-sec .widget-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
    font-family: "mayraid-pro", sans-serif;
}

.blog-details-sec .widget-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: #000;
}

/* Search Widget */
.blog-details-sec .search-form {
    position: relative;
}

.blog-details-sec .search-form .form-control {
    width: 100%;
    padding: 12px 50px 12px 15px;
    border: 1px solid #eaeaea;
    transition: all 0.3s ease;
}

.blog-details-sec .search-form .form-control:focus {
    outline: none;
    border-color: #000;
}

.blog-details-sec .search-form button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
    background: none;
    border: none;
    color: #000;
    cursor: pointer;
    transition: color 0.3s ease;
}

.blog-details-sec .search-form button:hover {
    color: #666;
}

/* Categories Widget */
.blog-details-sec .categories-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.blog-details-sec .categories-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
}

.blog-details-sec .categories-list li:last-child {
    border-bottom: none;
}

.blog-details-sec .categories-list a {
    color: #666;
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-details-sec .categories-list a:hover {
    color: #000;
}

.blog-details-sec .categories-list span {
    color: #999;
    font-size: 0.9rem;
}

/* Recent Posts Widget */
.blog-details-sec .recent-post-item {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.blog-details-sec .recent-post-item:last-child {
    margin-bottom: 0;
}

.blog-details-sec .recent-post-item img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.blog-details-sec .recent-post-info h4 {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 1.4;
}

.blog-details-sec .recent-post-info a {
    color: #000;
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-details-sec .recent-post-info a:hover {
    opacity: 0.7;
}

.blog-details-sec .recent-post-date {
    color: #999;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    gap: 5px;
}

/* Tags Cloud */
.blog-details-sec .tags-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.blog-details-sec .tags-cloud a {
    color: #666;
    text-decoration: none;
    font-size: 0.85rem;
    padding: 5px 12px;
    background: #f8f9fa;
    transition: all 0.3s ease;
}

.blog-details-sec .tags-cloud a:hover {
    background: #000;
    color: #fff;
}

/* Newsletter Widget */
.blog-details-sec .newsletter-widget p {
    color: #666;
    margin-bottom: 15px;
}

.blog-details-sec .newsletter-form {
    position: relative;
}

.blog-details-sec .newsletter-form .form-control {
    width: 100%;
    padding: 12px 50px 12px 15px;
    border: 1px solid #eaeaea;
}

.blog-details-sec .newsletter-form button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
    background: #000;
    border: none;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
}

.blog-details-sec .newsletter-form button:hover {
    background: #333;
}

/* Ad Widget */
.blog-details-sec .ad-widget img {
    width: 100%;
    height: auto;
    display: block;
}





/* Single Product */
/* Single Product Page Styles */
.single-product-sec {
    padding: 60px 0;
    font-family: "mayraid-pro", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: #fff;
}

/* Breadcrumb */
.single-product-sec .product-breadcrumb {
    margin-bottom: 30px;
    padding: 15px 0;
    border-bottom: 1px solid #eaeaea;
}

.single-product-sec .product-breadcrumb a {
    color: #666;
    text-decoration: none;
    transition: color 0.3s ease;
}

.single-product-sec .product-breadcrumb a:hover {
    color: #000;
}

.single-product-sec .product-breadcrumb i {
    margin: 0 10px;
    color: #999;
    font-size: 12px;
}

.single-product-sec .product-breadcrumb span {
    color: #000;
    font-weight: 600;
}

/* Product Gallery */
.single-product-sec .product-gallery {
    position: sticky;
    top: 20px;
}

.single-product-sec .main-image {
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #eaeaea;
    overflow: hidden;
}

.single-product-sec .main-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.single-product-sec .main-image:hover img {
    transform: scale(1.05);
}

/* Product Badges */
.single-product-sec .product-badges {
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.single-product-sec .badge {
    padding: 5px 10px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
}

.single-product-sec .badge.sale {
    background: #ff4444;
}

.single-product-sec .badge.featured {
    background: #00C851;
}

.single-product-sec .badge.new {
    background: #33b5e5;
}

/* Product Actions */
.single-product-sec .product-actions {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.single-product-sec .action-btn {
    width: 40px;
    height: 40px;
    border: none;
    background: #fff;
    color: #000;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eaeaea;
}

.single-product-sec .action-btn:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}

/* Thumbnail Images */
.single-product-sec .thumbnail-images {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.single-product-sec .thumb-item {
    width: calc(20% - 8px);
    border: 2px solid transparent;
    cursor: pointer;
    transition: all 0.3s ease;
}

.single-product-sec .thumb-item img {
    width: 100%;
    height: auto;
    display: block;
}

.single-product-sec .thumb-item.active {
    border-color: #000;
}

.single-product-sec .thumb-item:hover {
    opacity: 0.8;
}

/* Product Info */
.single-product-sec .product-info {
    padding-left: 30px;
}

/* Product Meta */
.single-product-sec .product-meta-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.single-product-sec .brand {
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.9rem;
}

.single-product-sec .sku {
    color: #999;
    font-size: 0.85rem;
}

/* Product Title */
.single-product-sec .product-title {
    font-size: 2rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
    line-height: 1.3;
    font-family: "mayraid-pro", sans-serif;
}

/* Ratings */
.single-product-sec .product-rating {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
}

.single-product-sec .stars {
    color: #ffc107;
    font-size: 1rem;
}

.single-product-sec .rating-count {
    color: #666;
    font-size: 0.9rem;
}

.single-product-sec .write-review {
    color: #000;
    text-decoration: none;
    font-size: 0.9rem;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease;
}

.single-product-sec .write-review:hover {
    border-bottom-color: #000;
}

/* Price */
.single-product-sec .product-price {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.single-product-sec .current-price {
    font-size: 2.2rem;
    font-weight: 700;
    color: #000;
}

.single-product-sec .old-price {
    font-size: 1.3rem;
    color: #999;
    text-decoration: line-through;
}

.single-product-sec .discount {
    background: #ff4444;
    color: #fff;
    padding: 5px 10px;
    font-size: 0.9rem;
    font-weight: 600;
}

/* Short Description */
.single-product-sec .short-description {
    margin-bottom: 25px;
}

.single-product-sec .short-description p {
    color: #666;
    line-height: 1.6;
    font-size: 1rem;
}

/* Key Features */
.single-product-sec .key-features {
    margin-bottom: 25px;
}

.single-product-sec .key-features h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}

.single-product-sec .key-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.single-product-sec .key-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    color: #666;
}

.single-product-sec .key-features li i {
    color: #00C851;
    font-size: 1rem;
}

/* Color Options */
.single-product-sec .product-colors {
    margin-bottom: 25px;
}

.single-product-sec .product-colors h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}

.single-product-sec .color-options {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.single-product-sec .color-item {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.single-product-sec .color-item.active {
    border-color: #000;
    transform: scale(1.1);
}

.single-product-sec .selected-color {
    color: #666;
    font-size: 0.9rem;
}

/* Variant Options */
.single-product-sec .product-variants {
    margin-bottom: 25px;
}

.single-product-sec .product-variants h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}

.single-product-sec .variant-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.single-product-sec .variant-btn {
    padding: 10px 20px;
    border: 1px solid #eaeaea;
    background: #fff;
    color: #666;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.95rem;
}

.single-product-sec .variant-btn:hover,
.single-product-sec .variant-btn.active {
    background: #000;
    color: #fff;
    border-color: #000;
}

/* Product Actions Bottom */
.single-product-sec .product-actions-bottom {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

/* Quantity Selector */
.single-product-sec .quantity-selector {
    display: flex;
    align-items: center;
    border: 1px solid #eaeaea;
}

.single-product-sec .qty-btn {
    width: 40px;
    height: 50px;
    border: none;
    background: #f8f9fa;
    color: #000;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.single-product-sec .qty-btn:hover {
    background: #000;
    color: #fff;
}

.single-product-sec .qty-input {
    width: 60px;
    height: 50px;
    border: none;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    color: #000;
}

/* Add to Cart Button */
.single-product-sec .add-to-cart-btn {
    flex: 2;
    height: 50px;
    background: #000;
    color: #fff;
    border: 1px solid #000;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.single-product-sec .add-to-cart-btn:hover {
    background: #fff;
    color: #000;
    gap: 15px;
}

/* Buy Now Button */
.single-product-sec .buy-now-btn {
    flex: 1;
    height: 50px;
    background: #fff;
    color: #000;
    border: 1px solid #000;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.single-product-sec .buy-now-btn:hover {
    background: #000;
    color: #fff;
}

/* Delivery Info */
.single-product-sec .delivery-info {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-bottom: 25px;
    padding: 20px;
    background: #f8f9fa;
}

.single-product-sec .delivery-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.single-product-sec .delivery-item i {
    font-size: 1.5rem;
    color: #000;
}

.single-product-sec .delivery-item h5 {
    font-size: 0.95rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 3px;
}

.single-product-sec .delivery-item p {
    color: #666;
    font-size: 0.8rem;
    margin: 0;
}

/* Payment Methods */
.single-product-sec .payment-methods {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.single-product-sec .payment-methods img {
    height: 30px;
    width: auto;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.single-product-sec .payment-methods img:hover {
    opacity: 1;
}

/* Product Tabs */
.single-product-sec .product-tabs {
    margin: 60px 0;
}

.single-product-sec .tab-nav {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: 2px solid #eaeaea;
}

.single-product-sec .tab-nav li {
    padding: 15px 30px;
    cursor: pointer;
    font-weight: 500;
    color: #666;
    position: relative;
    transition: all 0.3s ease;
}

.single-product-sec .tab-nav li:hover {
    color: #000;
}

.single-product-sec .tab-nav li.active {
    color: #000;
}

.single-product-sec .tab-nav li.active::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #000;
}

.single-product-sec .tab-content {
    padding: 30px 0;
}

.single-product-sec .tab-pane {
    display: none;
}

.single-product-sec .tab-pane.active {
    display: block;
}

.single-product-sec .tab-pane h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}

.single-product-sec .tab-pane h4 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #000;
    margin: 20px 0 10px;
}

.single-product-sec .tab-pane p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 15px;
}

/* Specifications Table */
.single-product-sec .specs-table {
    width: 100%;
    border-collapse: collapse;
}

.single-product-sec .specs-table tr {
    border-bottom: 1px solid #eaeaea;
}

.single-product-sec .specs-table td {
    padding: 12px 15px;
    color: #666;
}

.single-product-sec .specs-table td:first-child {
    font-weight: 600;
    color: #000;
    width: 40%;
}

/* Reviews Summary */
.single-product-sec .reviews-summary {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 30px;
    margin-bottom: 40px;
    padding: 30px;
    background: #f8f9fa;
}

.single-product-sec .average-rating {
    text-align: center;
}

.single-product-sec .big-number {
    font-size: 4rem;
    font-weight: 700;
    color: #000;
    line-height: 1;
    display: block;
}

.single-product-sec .rating-bars {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.single-product-sec .rating-bar-item {
    display: grid;
    grid-template-columns: 50px 1fr 40px;
    align-items: center;
    gap: 10px;
}

.single-product-sec .progress-bar {
    height: 8px;
    background: #eaeaea;
    border-radius: 0;
}

.single-product-sec .progress-fill {
    height: 100%;
    background: #000;
}

/* Review Item */
.single-product-sec .review-item {
    padding: 20px;
    border-bottom: 1px solid #eaeaea;
}

.single-product-sec .reviewer-info {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}

.single-product-sec .reviewer-info img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.single-product-sec .reviewer-info h4 {
    font-size: 1.1rem;
    margin: 0 0 5px;
}

.single-product-sec .review-stars {
    color: #ffc107;
    font-size: 0.9rem;
}

.single-product-sec .review-date {
    margin-left: auto;
    color: #999;
    font-size: 0.85rem;
}

.single-product-sec .review-text {
    color: #666;
    line-height: 1.6;
}

/* Shipping List */
.single-product-sec .shipping-list {
    list-style: none;
    padding: 0;
}

.single-product-sec .shipping-list li {
    padding: 10px 0;
    color: #666;
    border-bottom: 1px solid #eaeaea;
}

/* FAQ Item */
.single-product-sec .faq-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
}

.single-product-sec .faq-item h4 {
    font-size: 1.1rem;
    margin-bottom: 10px;
}

/* Section Header */
.single-product-sec .section-header {
    text-align: center;
    margin-bottom: 40px;
}

.single-product-sec .section-header h2 {
    font-size: 2rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.single-product-sec .section-header p {
    color: #666;
}

/* Product Card */
.single-product-sec .product-card {
    position: relative;
    cursor: pointer;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

.single-product-sec .product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.single-product-sec .product-card-image {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}

.single-product-sec .product-card-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.single-product-sec .product-card:hover .product-card-image img {
    transform: scale(1.05);
}

.single-product-sec .card-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 3px 8px;
    background: #ff4444;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 600;
}

.single-product-sec .quick-view {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 35px;
    height: 35px;
    background: #fff;
    border: none;
    border-radius: 50%;
    color: #000;
    cursor: pointer;
    opacity: 0;
    transition: all 0.3s ease;
}

.single-product-sec .product-card:hover .quick-view {
    opacity: 1;
}

.single-product-sec .quick-view:hover {
    background: #000;
    color: #fff;
}

.single-product-sec .product-card-info h4 {
    font-size: 1rem;
    color: #000;
    margin-bottom: 10px;
}

.single-product-sec .card-price {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.single-product-sec .card-price .current {
    font-size: 1.2rem;
    font-weight: 600;
    color: #000;
}

.single-product-sec .card-price .old {
    color: #999;
    text-decoration: line-through;
    font-size: 0.9rem;
}

.single-product-sec .card-add-btn {
    width: 100%;
    padding: 8px;
    background: #000;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.single-product-sec .card-add-btn:hover {
    background: #333;
}

/* Modal */
.single-product-sec .modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 9999;
}

.single-product-sec .modal-content {
    position: relative;
    width: 90%;
    max-width: 900px;
    margin: 50px auto;
    background: #fff;
    animation: modalSlideIn 0.3s ease;
}

@keyframes modalSlideIn {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.single-product-sec .close-modal {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 2rem;
    cursor: pointer;
    color: #666;
    transition: color 0.3s ease;
}

.single-product-sec .close-modal:hover {
    color: #000;
}





/* Location  */
/* Store Location Page Styles */
.store-location-sec {
    padding: 60px 0;
    font-family: "mayraid-pro", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: #fff;
}

/* Store Header */
.store-location-sec .store-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    padding: 40px;
    background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
    border: 1px solid #eaeaea;
}

.store-location-sec .store-header-content {
    flex: 1;
}

.store-location-sec .store-header-content h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}

.store-location-sec .store-header-content p {
    color: #666;
    font-size: 1.1rem;
    max-width: 600px;
    line-height: 1.6;
}

.store-location-sec .stat-circle {
    width: 150px;
    height: 150px;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.store-location-sec .stat-number {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 5px;
}

.store-location-sec .stat-label {
    font-size: 0.9rem;
    text-align: center;
    opacity: 0.9;
}

/* Store Search */
.store-location-sec .store-search {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.store-location-sec .search-wrapper {
    flex: 1;
    position: relative;
    min-width: 300px;
}

.store-location-sec .search-wrapper i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
}

.store-location-sec .search-wrapper input {
    width: 100%;
    padding: 15px 15px 15px 45px;
    border: 1px solid #eaeaea;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.store-location-sec .search-wrapper input:focus {
    outline: none;
    border-color: #000;
}

.store-location-sec .filter-btns {
    display: flex;
    gap: 10px;
}

.store-location-sec .filter-btn {
    padding: 15px 25px;
    background: #f8f9fa;
    border: 1px solid #eaeaea;
    color: #666;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.95rem;
}

.store-location-sec .filter-btn:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}

.store-location-sec .filter-btn.active {
    background: #000;
    color: #fff;
    border-color: #000;
}

/* Store Cards */
.store-location-sec .store-card {
    margin-bottom: 30px;
    border: 1px solid #eaeaea;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.store-location-sec .store-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border-color: #000;
}

.store-location-sec .store-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #000;
    color: #fff;
    padding: 5px 10px;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 2;
}

.store-location-sec .store-image {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.store-location-sec .store-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.store-location-sec .store-card:hover .store-image img {
    transform: scale(1.1);
}

.store-location-sec .store-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.store-location-sec .store-card:hover .store-overlay {
    opacity: 1;
}

.store-location-sec .directions-btn {
    padding: 12px 20px;
    background: #fff;
    border: none;
    color: #000;
    font-weight: 600;
    cursor: pointer;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

.store-location-sec .store-card:hover .directions-btn {
    transform: translateY(0);
}

.store-location-sec .directions-btn:hover {
    background: #000;
    color: #fff;
}

.store-location-sec .store-content {
    padding: 25px;
}

.store-location-sec .store-city {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    position: relative;
}

.store-location-sec .store-city i {
    color: #000;
    font-size: 1.2rem;
}

.store-location-sec .store-city h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #000;
    margin: 0;
}

.store-location-sec .city-subtitle {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0.8rem;
    color: #999;
}

.store-location-sec .store-address,
.store-location-sec .store-contact {
    margin-bottom: 15px;
}

.store-location-sec .store-address p,
.store-location-sec .store-contact p {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #666;
    margin-bottom: 8px;
    font-size: 0.95rem;
    line-height: 1.5;
}

.store-location-sec .store-address i,
.store-location-sec .store-contact i {
    color: #000;
    width: 20px;
    margin-top: 3px;
}

/* Store Hours */
.store-location-sec .store-hours {
    margin-bottom: 15px;
    border: 1px solid #eaeaea;
}

.store-location-sec .hours-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 15px;
    background: #f8f9fa;
    cursor: pointer;
    transition: background 0.3s ease;
}

.store-location-sec .hours-header:hover {
    background: #eaeaea;
}

.store-location-sec .hours-header i:first-child {
    color: #000;
}

.store-location-sec .hours-header span {
    flex: 1;
    color: #000;
    font-weight: 500;
}

.store-location-sec .hours-header i:last-child {
    color: #999;
    transition: transform 0.3s ease;
}

.store-location-sec .hours-header.active i:last-child {
    transform: rotate(180deg);
}

.store-location-sec .hours-details {
    display: none;
    padding: 15px;
    border-top: 1px solid #eaeaea;
}

.store-location-sec .hours-details.show {
    display: block;
}

.store-location-sec .hours-details p {
    display: flex;
    justify-content: space-between;
    color: #666;
    margin-bottom: 8px;
    font-size: 0.9rem;
}

.store-location-sec .hours-details span {
    font-weight: 600;
    color: #000;
}

/* Store Features */
.store-location-sec .store-features {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.store-location-sec .feature {
    padding: 5px 12px;
    background: #f8f9fa;
    color: #666;
    font-size: 0.8rem;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.store-location-sec .feature i {
    color: #000;
}

/* View Store Button */
.store-location-sec .view-store-btn {
    width: 100%;
    padding: 12px;
    background: #fff;
    border: 1px solid #000;
    color: #000;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.store-location-sec .view-store-btn:hover {
    background: #000;
    color: #fff;
    gap: 15px;
}

.store-location-sec .view-store-btn i {
    transition: transform 0.3s ease;
}

.store-location-sec .view-store-btn:hover i {
    transform: translateX(5px);
}

/* Map Section */
.store-location-sec .store-map-section {
    margin: 60px 0;
}

.store-location-sec .store-map-section h2 {
    font-size: 2rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 30px;
    text-align: center;
}

.store-location-sec .map-container {
    position: relative;
    border: 1px solid #eaeaea;
    overflow: hidden;
}

.store-location-sec .map-image {
    width: 100%;
    height: auto;
    display: block;
}

.store-location-sec .map-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.store-location-sec .map-container:hover .map-overlay {
    opacity: 1;
}

.store-location-sec .map-overlay p {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
}

/* Visit Banner */
.store-location-sec .visit-banner {
    margin-top: 40px;
    padding: 50px;
    background: linear-gradient(135deg, #000 0%, #333 100%);
    text-align: center;
    border-radius: 0;
}

.store-location-sec .visit-content h3 {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

.store-location-sec .visit-content p {
    color: rgba(255,255,255,0.9);
    font-size: 1.1rem;
    margin-bottom: 25px;
}

.store-location-sec .shop-now-btn {
    display: inline-block;
    padding: 15px 40px;
    background: #fff;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.store-location-sec .shop-now-btn:hover {
    background: #f0f0f0;
    transform: translateX(5px);
}

.store-location-sec .shop-now-btn i {
    margin-left: 5px;
    transition: transform 0.3s ease;
}

.store-location-sec .shop-now-btn:hover i {
    transform: translateX(5px);
}

/* Modal */
.store-location-sec .store-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 9999;
}

.store-location-sec .modal-content {
    position: relative;
    width: 90%;
    max-width: 600px;
    margin: 100px auto;
    background: #fff;
    animation: modalSlideIn 0.3s ease;
}

@keyframes modalSlideIn {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.store-location-sec .close-modal {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 2rem;
    cursor: pointer;
    color: #666;
    transition: color 0.3s ease;
    z-index: 2;
}

.store-location-sec .close-modal:hover {
    color: #000;
}

/* Accessibility styles moved to accessibility-toolbar.blade.php for global availability */

