* {
    margin: 0;
    padding: 0;
}

::selection {
    background: #000;
    color: white;
}

html {
    font-size: 17px;
}

:root {
    --primary: #cb5ba1;
}

body {
    font-family: "Lato", sans-serif;
    color: #000;
}

img {
    max-width: 100%;
    height: auto;
    transition: .4s ease;
}

p,
li,
a {
    font-size: 1rem;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
    line-height: 1.3;
}

a {
    color: inherit;
}

li {
    list-style: none;
}

p {
    line-height: 1.7;
}

ul,
ol,
dl {
    margin: 0;
    padding: 0;
}

@media (min-width: 992px) and (max-width: 1399.98px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1240px;
    }

    html {
        font-size: 16px;
    }

}

/* =================== */

.top-bar {
    color: #fff;
    background: #000;
    padding: 8px 0;
}

.top-info a {
    display: flex;
    align-items: center;
    gap: 10px;
}

svg {
    width: 18px;
    height: 18px;
}

ul.info-menu {
    display: flex;
    align-items: center;
}

ul.info-menu li a {
    display: inline-block;
    padding: 10px 10px;
}

ul.account-info a svg {
    display: inline-block;
    margin: 0 6px;
    width: 20px;
    height: 20px;
}

.mid-bar .container {
    width: 100%;
}

.logo img {
    margin: auto;
    width: 220px;
    padding: 10px;
}

ul.account-info {
    text-align: end;
}

ul.main-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

ul.main-menu li {
    padding: 20px 12px;
}

span.clk_btn svg {
    width: 15px;
    height: 15px;
}

ul.main-menu li {
    position: relative;
}

ul.sub-menu li {
    padding: 5px 0 0;
}

ul.sub-menu {
    position: absolute;
    z-index: 9;
    min-width: 269px;
    background: #ffffff;
    opacity: 0;
    transition: .4s ease;
    display: none;
}

ul.main-menu li:hover ul.sub-menu {
    opacity: 1;
    display: block;
}

ul.sub-menu li a {
    width: 100%;
    padding: 6px 10px;
    border-bottom: 1px solid #cdcdcd3b;
    display: inline-block;
    font-size: .9rem;
}

.all-menu li a {
    position: relative;
    transition: .4s ease;
    font-size: 1.01rem;
}

.all-menu li a:hover {
    color: var(--primary);
    text-decoration: underline;
}


.header {
    transition: all 0.3s ease;
    position: relative;
    background: white;
}

.header.scrolled {
    /* position: sticky; */
    top: 0;
    z-index: 9999;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.header.scrolled .top-bar {
    display: none;
}

.header.scrolled .logo img {
    width: 160px;
}


.banner-slides img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    object-position: right;
}

.banner-slides {
    position: relative;
    z-index: 99;
}

.banner-content {
    position: absolute;
    top: 0;
    background: var(--primary);
    height: 100%;
    width: 50%;
    display: grid;
    place-content: center;
    color: white;
    padding: 0 2rem 0 5rem;
    left: 0;

}

.banner-content h3 {
    font-size: 3.5rem;
    font-weight: 600;
    font-family: "Quintessential", serif;
    line-height: 1.5;
}

.banner-content p {
    font-size: 1.1rem;
}

a.btn-1 {
    display: inline-block;
    background: #fff;
    width: max-content;
    color: #000;
    padding: 10px 30px;
    transition: .4s ease;
}

.btn-2 {
    background: var(--primary);
    color: #fff;
    padding: 10px 30px;
    transition: .4s ease;
    display: inline-block;
    border: 0;
}

.btn-2:hover {
    background: #000;
    color: #fff;
}

.py-6 {
    padding: 3.5rem 0;
}

.product-box {
    position: relative;
    z-index: 99;
    width: 100%;
    background: #ffffff;
}

.pr-tags {
    position: absolute;
    top: 20px;
    right: 0;
    display: flex;
    flex-direction: column;
}

.pr-img {
    overflow: hidden;
    background: white;
    text-align: center;
    margin: 0 0 .5rem;
}

.pr-img img {
    width: 75%;
    height: 200px;
    object-fit: contain;
    margin: auto;
}

.view-detail a {
    background: #000;
    color: white;
    padding: 8px 55px;
    display: inline-block;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: .4s ease;
}

.product-box:hover .view-detail a {
    opacity: 1;
    top: 50%;
}

.view-detail a:hover {
    background: var(--primary);
}

.product-box:hover img {
    transform: scale(1.1);
}

.pr-text p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #2e2e2e;
}

.pr-text h5 {
    font-size: 1.1rem;
}

span.price {
    color: var(--primary);
}


.trending-slider .product-box {
    width: 96%;
    margin: auto;
}

.promo-right {
    width: 85%;
    margin-left: auto;
    position: relative;
}

.promo-product {
    position: absolute;
    bottom: -225px;
    width: 225px;
    height: 270px;
    object-fit: contain;
    background: white;
    left: 32px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    text-align: center;
}


.promo-img-2 {
    position: relative;
}

.promo-img-2 img {
    width: 85%;
    height: 540px;
    object-fit: cover;
}

.promo-img-2:before {
    position: absolute;
    width: 100%;
    height: 445px;
    background: #efd3f5;
    content: "";
    z-index: -1;
    left: -50px;
    bottom: -40px;
}

.promo-about {
    background: white;
    padding: 2rem;
    position: relative;
    bottom: 0;
    width: 100%;
    margin-left: 5rem;
    text-align: center;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-top: -140px;
}

.promo-left {
    position: relative;
    margin: 6rem 0 0;
}

a.promo-arr {
    color: var(--primary);
    font-weight: 500;
    font-size: 1.2rem;
    text-decoration: underline;
}

.promo-sec:before {
    position: absolute;
    content: "";
    width: 425px;
    height: 180px;
    background: url(../imgs/promo-bg.png);
    top: 35%;
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
}

.web-heading {
    font-size: 2.5rem;
    font-family: "Quintessential", serif;
    font-weight: 600;
    color: var(--primary);
    letter-spacing: 1.5px;
    position: relative;
}

.web-heading:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    background: var(--primary);
    bottom: 0;
}


.team-poster {
    position: relative;
}

.team-poster img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.poster-text {
    position: absolute;
    bottom: 0;
    width: 40%;
    right: 0;
    background: var(--primary);
    padding: 2.5rem;
    color: white;
}

.poster-text h3 {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0 0 1rem;
}

.blog-box-min {
    width: 95%;
    margin: auto;
}

.blog-box-min p {
    margin: 0 0 .5rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
    text-decoration: underline;
}

.blog-box-min img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    margin: 0 0 1rem;
}

.blog-meta {
    color: #7e7e7e;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.blog-box-min:hover img {
    transform: scale(.9);
}

.blog-box-min:hover p {
    color: var(--primary);
}

.insta-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.insta-img {
    overflow: hidden;
    position: relative;
}

.in-1,
.in-2 {
    height: 250px;
}

.in-3 {
    height: 524px;
}

.in-4,
.in-5,
.in-6,
.in-7 {
    height: 250px;
}

.insta-img a.btn-1 {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: .5s ease;
}

.insta-img:hover img {
    transform: scale(1.1);
}

.insta-img:hover a.btn-1 {
    top: 50%;
    opacity: 1;
}

a.btn-1:hover {
    background: #000;
    color: white;
}

.newsletter-sec {
    padding: 4rem 0;
    background: #efd3f5;
}

.newsform form {
    width: 100%;
    display: flex;
    align-items: center;
}

.newsform form input[type="email"] {
    width: 70%;
    border: 1px solid #000;
    padding: 9px 10px;
    outline: none;
    background: transparent;
}

.newsform form button[type="submit"] {
    border: 1px solid #000;
    background: #000;
    color: white;
    padding: 9px;
    width: 30%;
}

.newlettr-text h3 {
    font-family: "Quintessential", serif;
    font-weight: 600;
    font-size: 2.3rem;
    letter-spacing: 1px;
}







section {
    overflow-x: clip;
}

.footer-links li a {
    display: inline-block;
    margin: 0 0 8px;
}

ul.footer-social a {
    display: inline-block;
    margin: 0 4px;
}

.footer-text p span {
    font-family: "Quintessential", serif;
    font-weight: 600;
    font-size: 1.5rem;
    text-decoration: underline;
    color: var(--primary);
    display: inline-block;
    margin-right: 10px;
}

.footer-links h5 {
    font-weight: 500;
    font-size: 1.4rem;
    margin: 0 0 1rem;
}



.category-content-section {
    padding: 2rem 0;
}

.category-sidebar {
    background: var(--primary);
    border-radius: 10px;
    padding: 1.5rem;
    margin-bottom: 2rem;
    color: white;
}

.filter-box {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e9ecef;
}

.filter-box:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.filter-title {
    font-size: 1.3rem;
    font-weight: 600;
    /* color: var(--primary); */
    margin-bottom: 1rem;
}

.filter-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.filter-list li {
    margin-bottom: 0.5rem;
}

.filter-list a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
    text-decoration: none;
    transition: color 0.3s ease;
}

.filter-list a span {
    font-size: 0.9rem;
}

.price-filter {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.price-inputs {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
}

.price-input {
    /* flex: 1; */
    padding: 0.5rem;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 0.9rem;
    width: 100%;
}

.filter-btn {
    background: #ffffff;
    color: #000000;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.filter-btn:hover {
    background: var(--secondary);
}

.checkbox-filter {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.filter-checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
    /* font-size: 0.9rem; */
    /* color: #666; */
}

.filter-checkbox input[type="checkbox"] {
    margin-right: 0.5rem;
}

.filter-actions {
    margin-top: 1rem;
}

.clear-filters-btn {
    background: #ffffff;
    color: #000000;
    border: 1px solid var(--primary);
    padding: 0.5rem 1rem;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
}

.clear-filters-btn:hover {
    background: #000000;
    color: white;
}

.products-header {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e9ecef;
}

.products-count {
    color: #666;
    margin: 0;
    /* font-size: 0.9rem; */
}

.sort-options {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    justify-content: flex-end;
}

.sort-options label {
    /* font-size: 0.9rem; */
    color: #666;
    margin: 0;
}

.sort-select {
    padding: 0.5rem;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: white;
    /* font-size: 0.9rem; */
}

.pagination-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.pagination {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 0.5rem;
}

.page-item {
    margin: 0;
}

.page-link {
    display: block;
    padding: 0.2rem 0.75rem;
    color: var(--primary);
    text-decoration: none;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.page-link:hover {
    background: var(--primary);
    color: white;
    border-color: var(--primary);
}

.page-item.active .page-link {
    background: var(--primary);
    color: white;
    border-color: var(--primary);
}

.page-item.disabled .page-link {
    color: #6c757d;
    background: #fff;
    border-color: #dee2e6;
    cursor: not-allowed;
}

.load-more-section {
    text-align: center;
}

.load-more-btn {
    background: transparent;
    color: var(--primary);
    border: 1px solid var(--primary);
    padding: 8px 20px;
    border-radius: 8px;
    cursor: pointer;
    /* font-weight: 600; */
    transition: all 0.3s ease;
}

.load-more-btn:hover {
    background: var(--primary);
    color: white;
}



.product-detail-section .product-gallery-main img {
    width: 100%;
    height: 360px;
    object-fit: contain;
    border: 1px solid #e9ecef;
    border-radius: 8px;
}

.product-detail-section .product-gallery-thumbs img {
    width: 100%;
    height: 90px;
    object-fit: contain;
    border: 1px solid #e9ecef;
    border-radius: 6px;
}

.product-info-wrap .product-meta {
    margin: 0;
    padding: 0;
}

.product-info-wrap .product-meta li {
    list-style: none;
    margin: .3rem 0;
    color: #555;
}

.tabs {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 1rem;
}

.tab-nav {
    display: flex;
    gap: 1rem;
    border-bottom: 1px solid #e9ecef;
    padding-bottom: .5rem;
    margin-bottom: 1rem;
}

.tab-nav li {
    padding: .4rem .8rem;
    cursor: pointer;
    color: #555;
    border-radius: 6px;
}

.tab-nav li.active,
.tab-nav li:hover {
    background: #ecf3f1;
    color: #000;
}

.tab-content .tab-pane {
    display: none;
}

.tab-content .tab-pane.active {
    display: block;
}

.related-products-slider .product-box {
    width: 95%;
    margin: auto;
}

.bg-color {
    background-color: #efd3f5;
}


/* ===================== */
/* Wishlist */
.wishlist-item .pr-img {
    position: relative;
}

.wishlist-item .wish-remove {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 0;
    background: #ffffff;
    color: #333;
    display: grid;
    place-content: center;
    box-shadow: 0 2px 8px rgb(0 0 0 / 10%);
    opacity: 0;
    transform: translateY(-4px);
    transition: .25s ease;
}

.wishlist-item:hover .wish-remove {
    opacity: 1;
    transform: translateY(0);
}

.wishlist-item .wish-remove:hover {
    background: var(--primary);
    color: #fff;
}

.wishlist-table-wrap {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    padding: 1rem;
}

.wishlist-header {
    display: none;
}

.wishlist-row {
    display: none;
}

.wishlist-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.wishlist-table thead th {
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
    padding: .75rem;
    font-weight: 600;
    color: #333;
}

.wishlist-table tbody td {
    padding: .9rem .75rem;
    border-bottom: 1px solid #f4f4f4;
    vertical-align: middle;
}

.wishlist-table tbody tr:last-child td {
    border-bottom: 0;
}

.wl-item .remove-item {
    border: 0;
    background: transparent;
    color: #999;
    margin-right: 10px;
    cursor: pointer;
}

.wl-item .remove-item:hover {
    color: #000;
}

.wl-img img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border: 1px solid #e9ecef;
    border-radius: 6px;
}

.wl-text {
    margin-left: 12px;
}

.fw-600 {
    font-weight: 600;
}

@media (max-width: 768px) {
    .wl-img img {
        width: 60px;
        height: 60px;
    }

    .wishlist-table thead {
        display: none;
    }

    .wishlist-table tbody td {
        display: block;
        width: 100%;
        text-align: left !important;
        padding: .5rem 0;
        border-bottom: 0;
    }

    .wishlist-table tbody tr {
        display: block;
        padding: .8rem 0;
        border-bottom: 1px solid #f0f0f0;
    }

    .wishlist-table tbody tr:last-child {
        border-bottom: 0;
    }
}


/* ===================== */
/* Cart Page Styles */
.cart-table-wrap {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    padding: 1rem;
}

.cart-actions .btn-1 {
    background: var(--primary);
    color: white;
}

.cart-table-header {
    display: none;
}

.cart-item-row {
    display: none;
}

.cart-item-info .remove-item {
    border: 0;
    background: transparent;
    color: #999;
    margin-right: 10px;
    cursor: pointer;
    transition: .2s ease;
}

.cart-item-info .remove-item:hover {
    color: #000;
}

.cart-item-img img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border: 1px solid #e9ecef;
    border-radius: 6px;
}

.cart-item-text {
    margin-left: 12px;
}

.cart-item-text .pr-title {
    font-weight: 600;
}

/* Table layout for cart */
.cart-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.cart-table thead th {
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
    padding: .75rem;
    font-weight: 600;
    color: #333;
}

.cart-table tbody td {
    padding: .9rem .75rem;
    border-bottom: 1px solid #f4f4f4;
    vertical-align: middle;
}

.cart-table tbody tr:last-child td {
    border-bottom: 0;
}

.fw-600 {
    font-weight: 600;
}

.cart-actions .all-btn a {
    padding: 7px 16px;
}

.cart-summary {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    padding: 20px;
}

.summary-title {
    font-size: 1.3rem;
    margin: 0 0 .8rem;
    color: var(--primary);
}

.summary-row {
    padding: .4rem 0;
    border-bottom: 1px dashed #e9ecef;
}

.summary-row:last-child {
    border-bottom: 0;
}

.summary-total {
    padding: .8rem 0 0;
}

@media (max-width: 768px) {
    .cart-item-img img {
        width: 60px;
        height: 60px;
    }

    .cart-summary {
        margin-top: 1.5rem;
    }

    .cart-table thead {
        display: none;
    }

    .cart-table tbody td {
        display: block;
        width: 100%;
        text-align: left !important;
        padding: .5rem 0;
        border-bottom: 0;
    }

    .cart-table tbody tr {
        display: block;
        padding: .8rem 0;
        border-bottom: 1px solid #f0f0f0;
    }

    .cart-table tbody tr:last-child {
        border-bottom: 0;
    }
}

/* ===================== */
/* Checkout Page Styles */
.checkout-forms .form-box,
.order-summary {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 1.2rem;
}

.checkout-form .form-label {
    font-weight: 600;
    margin-bottom: 6px;
}

.checkout-form .form-control {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
}

.checkout-form .form-control:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 2px rgb(24 107 34 / 10%);
}

.payment-options {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.payment-option {
    display: flex;
    align-items: center;
    gap: .5rem;
    cursor: pointer;
}

.order-summary .summary-title {
    font-size: 1.3rem;
    margin: 0 0 .8rem;
    color: var(--primary);
}

.order-summary .summary-items {
    border-bottom: 1px dashed #e9ecef;
    margin-bottom: .6rem;
}

.order-summary .summary-item {
    padding: .4rem 0;
}

.order-summary .summary-row {
    padding: .4rem 0;
    border-bottom: 1px dashed #e9ecef;
}

.order-summary .summary-total {
    padding: .8rem 0 0;
}

@media (max-width: 768px) {
    .order-summary {
        margin-top: 1.5rem;
    }
}

/* ===================== */
/* Auth (Login/Register) */
.auth-box {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    padding: 20px;
}

.auth-form .form-label {
    font-weight: 600;
    margin-bottom: 6px;
}

.auth-form .form-control {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
}

.auth-form .form-control:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 2px rgb(24 107 34 / 10%);
}

.social-login .social-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 12px;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    color: #333;
}

.social-login .social-btn.google:hover {
    border-color: #db4437;
    color: #db4437;
}

.social-login .social-btn.facebook:hover {
    border-color: #1877f2;
    color: #1877f2;
}

/* ===================== */
/* Dashboard */
.dashboard-sidebar {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    padding: 20px;
    position: sticky;
    top: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.sidebar-user .user-avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: var(--primary);
    color: #fff;
    display: grid;
    place-content: center;
    margin-right: 12px;
    font-weight: 700;
    font-size: 1.1rem;
}

.sidebar-nav {
    list-style: none;
    padding: 0;
    margin: 12px 0 0;
}

.sidebar-nav li button.nav-link,
.sidebar-nav li button.nav-link.active {
    padding: 12px 16px;
    border-radius: 8px;
    cursor: pointer;
    color: #333;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    background-color: #f8f9fa;
    margin: 0 0 8px;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    font-weight: 500;
}

.sidebar-nav li:hover button.nav-link {
    color: white;
    background: var(--primary);
    border-color: var(--primary);
    transform: translateX(4px);
}

.sidebar-nav li.active button.nav-link {
    background: var(--primary);
    color: white;
    border-color: var(--primary);
}

.sidebar-nav li a {
    color: inherit;
}

.dashboard-content .dash-stat {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.dashboard-content .dash-stat .stat-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--primary), #e91e63);
    color: white;
    display: grid;
    place-content: center;
    box-shadow: 0 2px 8px rgba(203, 91, 161, 0.3);
}

.orders-table {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.orders-header {
    border-bottom: 1px solid #e9ecef;
    padding: .5rem 0;
    margin-bottom: .5rem;
}

.order-row {
    padding: .6rem 0;
    border-bottom: 1px dashed #e9ecef;
}

.order-row:last-child {
    border-bottom: 0;
}

.order-badge {
    padding: 3px 8px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.order-badge.shipped {
    background: #ecf3f1;
    color: var(--primary);
}

.order-badge.delivered {
    background: #e8f7e9;
    color: #1e7e34;
}

.view-order {
    color: var(--primary);
}

.address-box {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 20px;
    height: 100%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.address-box:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.dashboard-content .dash-stat:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

/* Modal */
.order-modal {
    position: fixed;
    inset: 0;
    background: rgb(0 0 0 / 35%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.order-modal-dialog {
    width: min(640px, 92%);
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e9ecef;
}

.quick-actions .qa-btn {
    border: 1px solid #e9ecef;
    padding: 6px 12px;
    border-radius: 8px;
    color: #333;
}

.quick-actions .qa-btn:hover {
    background: #ecf3f1;
}

.order-modal-header {
    padding: 12px 16px;
    border-bottom: 1px solid #e9ecef;
}

.order-modal-body {
    padding: 16px;
}

.order-pr-img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border: 1px solid #e9ecef;
    border-radius: 6px;
}

.order-modal-close {
    border: 0;
    background: transparent;
    font-size: 20px;
    cursor: pointer;
}

@media (max-width: 768px) {
    .dashboard-sidebar {
        margin-bottom: 1rem;
    }
}

/* ============= */

.quantity-wrapper {
    /* gap: 0; */
    border-radius: 8px;
}

.quantity-btn {
    width: 20px;
    height: 22px;
    border: 1px solid #000000;
    background: #f8f8f8;
    cursor: pointer;
    font-weight: bold;
    line-height: 1;
}

.quantity-wrapper input {
    width: 30px;
    text-align: center;
    border: 1px solid #000000;
    height: 22px;
    font-size: 13px;
    color: #000;
}

/* ===================== */
/* Team Page Styles */
.team-members-section {
    background: #fff;
}

.team-member-row {
    margin-bottom: 4rem;
}

.team-member-row:last-child {
    margin-bottom: 0;
}

.team-member-img {
    position: relative;
    overflow: hidden;
    /* border-radius: 15px; */
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); */
    transition: transform 0.3s ease;
}

.team-member-img:hover {
    transform: translateY(-5px);
}

.team-member-img img {
    width: 95%;
    height: 460px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.team-member-img:hover img {
    transform: scale(1.05);
}

.team-member-content {
    padding: 2rem;
    background: #ffffff;
    border-radius: 15px;
    /* box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08); */
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.team-member-content h3 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 0.5rem;
    font-family: "Quintessential", serif;
}

.team-member-content h4 {
    font-size: 1.3rem;
    color: var(--primary);
    margin-bottom: 1.5rem;
    font-weight: 500;
}

.team-member-content p {
    font-size: 1rem;
    line-height: 1.7;
    color: #666;
    margin-bottom: 2rem;
}

.team-social {
    display: flex;
    gap: 7px;
    align-items: center;
}

.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #efd3f5;
    border-radius: 50%;
    color: #000000;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-link:hover {
    background: var(--primary);
    color: #fff;
    transform: translateY(-2px);
}

.team-member-row .row:nth-child(even) {
    flex-direction: row-reverse;
}

.team-member-row .row {
    margin: 0 0 3rem;
}

/* ===================== */

.inner-banner {
    position: relative;
    display: block;
}

.inner-banner .banner-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    filter: brightness(0.6);
}

.inner-banner .inner-banner-content {
    position: relative;
    padding: 10rem 0 2rem;
    color: #fff;
}

.inner-banner .inner-title {
    font-size: 2.2rem;
    font-weight: 700;
    font-family: "Quintessential", serif;
    margin: 0 0 .5rem;
}

.inner-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
}

.inner-breadcrumb li {
    opacity: 0.95;
}

.inner-breadcrumb li a {
    color: #fff;
    text-decoration: none;
}

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

.inner-breadcrumb li.active {
    opacity: 1;
    font-weight: 600;
}

.inner-breadcrumb li:not(:last-child)::after {
    content: "/";
    margin-left: 8px;
    opacity: .8;
}

/* ===================== */
/* Contact Page Styles */
.map-section {
    width: 100%;
    margin: 0;
    padding: 0;
}

.map-container {
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 0;
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: none;
    filter: grayscale(20%);
}

.contact-form-box {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.contact-info-box {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.contact-form .form-label {
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
}

.contact-form .form-control {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.contact-form .form-control:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(203, 91, 161, 0.1);
}

.contact-form textarea.form-control {
    resize: vertical;
    min-height: 120px;
}

.contact-details {
    margin-top: 20px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}

.contact-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.contact-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: var(--primary);
    color: white;
    display: grid;
    place-content: center;
    flex-shrink: 0;
    /* box-shadow: 0 2px 8px rgba(203, 91, 161, 0.3); */
}

.contact-text h6 {
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
    font-size: 1.1rem;
}

.contact-text p {
    margin: 0;
    color: #666;
    line-height: 1.6;
}

.social-links h6 {
    font-weight: 600;
    color: #333;
    margin-bottom: 16px;
}

.social-icons {
    display: flex;
    gap: 12px;
    align-items: center;
}

.social-icons .social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #f8f9fa;
    border-radius: 50%;
    color: #666;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-icons .social-link:hover {
    background: var(--primary);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(203, 91, 161, 0.3);
}

.lead {
    font-size: 1.2rem;
    font-weight: 400;
}

/* ===================== */
/* About Page Styles */
.about-main-section {
    position: relative;
    overflow: hidden;
}

.about-image-wrapper {
    position: relative;
    z-index: 9;
    background: white;
}

.about-pattern-bg {
    position: absolute;
    top: -50px;
    left: 0;
    width: 400px;
    height: 400px;
    background: linear-gradient(135deg, rgba(203, 91, 161, 0.1), rgba(233, 30, 99, 0.05));
    border-radius: 50%;
    z-index: -1;
    animation: float 6s ease-in-out infinite;
    z-index: -1;
}

.about-pattern-bg::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 300px;
    background: repeating-linear-gradient(45deg,
            transparent,
            transparent 10px,
            rgba(203, 91, 161, 0.03) 10px,
            rgba(203, 91, 161, 0.03) 20px);
    border-radius: 50%;
    z-index: -1;
}

.about-main-img {
    width: 100%;
    height: 450px;
    /* border-radius: 12px; */
    /* box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1); */
    /* transition: transform 0.3s ease; */
    object-fit: contain;
}

.about-image-wrapper:hover .about-main-img {
    transform: scale(1.02);
}

.about-content {
    padding: 0 20px;
}

.about-stats {
    flex-wrap: wrap;
}

.stat-item {
    text-align: center;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 12px;
    min-width: 120px;
    transition: all 0.3s ease;
}

.stat-item:hover {
    background: var(--primary);
    color: white;
    transform: translateY(-5px);
    box-shadow: 0 4px 16px rgba(203, 91, 161, 0.3);
}

.stat-item:hover .stat-number,
.stat-item:hover .stat-label {
    color: white;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary);
    margin: 0;
    font-family: "Quintessential", serif;
}

.stat-label {
    margin: 8px 0 0;
    font-size: 0.9rem;
    color: #666;
    font-weight: 500;
}

.service-card {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    border-color: var(--primary);
}

.service-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background: #efd3f5;
    border-radius: 50%;
    display: grid;
    place-content: center;
    color: white;
    /* box-shadow: 0 4px 16px rgba(203, 91, 161, 0.3); */
    padding: 10px;
}

.service-card h5 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 12px;
    color: #333;
}

.service-card p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

.service-link {
    color: var(--primary);
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
}

.service-link:hover {
    color: #000;
    transform: translateX(4px);
}

.client-logos-section {
    background: #fff;
}

.client-logos-wrapper {
    padding: 40px 0;
}

.client-logo-item {
    padding: 20px;
    text-align: center;
    opacity: 0.6;
    transition: all 0.3s ease;
    filter: grayscale(100%);
}

.client-logo-item:hover {
    opacity: 1;
    filter: grayscale(0%);
    transform: scale(1.1);
}



.testimonials-section {
    position: relative;
}

.testimonial-card {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    height: 100%;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    border-color: var(--primary);
}

.testimonial-content {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}

.quote-icon {
    /* color: var(--primary); */
    /* opacity: 0.3; */
    margin-bottom: 16px;
    width: 50px;
}

.testimonial-text {
    font-size: 1rem;
    /* line-height: 1.7; */
    /* color: #555; */
    font-style: italic;
    margin: 0;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.author-avatar img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    flex-shrink: 0;
    object-fit: cover;
}

.author-info {
    flex: 1;
}

.author-name {
    margin: 0 0 4px;
    font-weight: 600;
    color: #333;
    font-size: 1rem;
}

.author-title {
    margin: 0;
    color: #999;
    font-size: 0.85rem;
}

/* ===================== */
/* Blog Page Styles */
.blog-main-section {
    background: #fff;
}

.featured-post-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    /* box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08); */
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
}

.featured-post-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.featured-post-image {
    position: relative;
    overflow: hidden;
    height: 300px;
}

.featured-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.featured-post-card:hover .featured-post-image img {
    transform: scale(1.05);
}

.post-category-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: var(--primary);
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.featured-post-content {
    padding: 30px;
}

.post-meta {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 16px;
    font-size: 0.9rem;
    color: #666;
}

.post-meta span {
    display: flex;
    align-items: center;
    gap: 6px;
}

.featured-post-title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 16px;
    line-height: 1.3;
}

.featured-post-title a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.featured-post-title a:hover {
    color: var(--primary);
}

.featured-post-excerpt {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #666;
    margin-bottom: 20px;
}

.read-more-btn {
    color: var(--primary);
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
}

.read-more-btn:hover {
    color: #000;
    transform: translateX(4px);
}

.blog-posts-grid {
    margin-bottom: 40px;
}

.blog-post-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06); */
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
    height: 100%;
}

.blog-post-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    border-color: var(--primary);
}

.post-image {
    position: relative;
    overflow: hidden;
    height: 200px;
}

.post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog-post-card:hover .post-image img {
    transform: scale(1.05);
}

.post-category {
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgba(203, 91, 161, 0.9);
    color: white;
    padding: 4px 10px;
    border-radius: 15px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.post-content {
    padding: 20px;
}

.post-content .post-meta {
    font-size: 0.8rem;
    margin-bottom: 12px;
}

.post-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 1.4;
}

.post-title a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.post-title a:hover {
    color: var(--primary);
}

.post-excerpt {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #666;
    margin-bottom: 16px;
}

.read-more-link {
    color: var(--primary);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.read-more-link:hover {
    color: #000;
}

.blog-pagination {
    margin-top: 40px;
}

.pagination .page-link {
    color: var(--primary);
    border-color: #e9ecef;
    padding: 8px 16px;
    margin: 0 2px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.pagination .page-link:hover {
    background: var(--primary);
    color: white;
    border-color: var(--primary);
}

.pagination .page-item.active .page-link {
    background: var(--primary);
    border-color: var(--primary);
    color: white;
}

.blog-sidebar {
    padding-left: 30px;
}

.sidebar-widget {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    border: 1px solid #e9ecef;
}

.widget-title {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: #333;
    position: relative;
    padding-bottom: 10px;
}

.widget-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: var(--primary);
}

.search-form .input-group {
    border-radius: 8px;
    overflow: hidden;
}

.search-form .form-control {
    border: 1px solid #ddd;
    border-right: none;
    padding: 12px 16px;
    font-size: 0.9rem;
}

.search-form .form-control:focus {
    border-color: var(--primary);
    box-shadow: none;
}

.btn-search {
    background: var(--primary);
    border: 1px solid var(--primary);
    color: white;
    padding: 12px 16px;
    transition: all 0.3s ease;
}

.btn-search:hover {
    background: #000;
    border-color: #000;
}

.category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-list li {
    margin-bottom: 12px;
}

.category-list a {
    color: #666;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    transition: all 0.3s ease;
    border-bottom: 1px solid #f0f0f0;
}

.category-list a:hover {
    color: var(--primary);
    padding-left: 8px;
}

.category-list a span {
    background: #f8f9fa;
    color: #999;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 500;
}

/* .recent-posts {
    space-y: 16px;
} */

.recent-post-item {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f0f0f0;
}

.recent-post-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.recent-post-image {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
}

.recent-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recent-post-content h6 {
    margin: 0 0 6px;
    font-size: 0.9rem;
    line-height: 1.4;
}

.recent-post-content h6 a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.recent-post-content h6 a:hover {
    color: var(--primary);
}

.recent-post-date {
    font-size: 0.8rem;
    color: #999;
}

.newsletter-widget {
    background: var(--primary);
    color: white;
}

.newsletter-widget .widget-title {
    color: white;
}

.newsletter-widget .widget-title::after {
    background: white;
}

.newsletter-widget p {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 20px;
}

.newsletter-form .form-control {
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.1);
    color: white;
    margin-bottom: 12px;
}

.newsletter-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.newsletter-form .form-control:focus {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
    box-shadow: none;
    color: white;
}

.btn-newsletter {
    background: white;
    color: var(--primary);
    border: none;
    font-weight: 600;
    padding: 12px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.btn-newsletter:hover {
    background: #f8f9fa;
    transform: translateY(-2px);
}

.tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tag {
    display: inline-block;
    background: #f8f9fa;
    color: #666;
    padding: 6px 12px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
}

.tag:hover {
    background: var(--primary);
    color: white;
    border-color: var(--primary);
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .blog-sidebar {
        padding-left: 0;
        margin-top: 40px;
    }

    .featured-post-content {
        padding: 20px;
    }

    .featured-post-title {
        font-size: 1.5rem;
    }

    .post-content {
        padding: 16px;
    }

    .sidebar-widget {
        padding: 20px;
        margin-bottom: 20px;
    }

    .recent-post-item {
        gap: 10px;
    }

    .recent-post-image {
        width: 50px;
        height: 50px;
    }
}


/* ===================== */
/* Blog Detail Styles */
.blog-detail-section {
    background: #fff;
}

.post-detail {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    overflow: hidden;
}

.post-hero {
    position: relative;
    height: 380px;
    overflow: hidden;
}

.post-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-header {
    padding: 28px 28px 0;
}

.post-title {
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 10px;
    line-height: 1.3;
}

.post-detail .post-meta {
    margin-bottom: 0;
}

.post-content {
    padding: 20px 28px 28px;
}

.post-content h3 {
    font-size: 1.25rem;
    margin-top: 24px;
    margin-bottom: 10px;
}

.post-tip {
    display: flex;
    gap: 10px;
    padding: 14px 16px;
    border: 1px dashed rgba(203, 91, 161, 0.4);
    background: #fff7fb;
    border-radius: 10px;
    margin: 16px 0;
}

.tip-icon {
    color: var(--primary);
    flex-shrink: 0;
}

.post-quote {
    border-left: 3px solid var(--primary);
    padding: 10px 16px;
    background: #faf5f8;
    border-radius: 8px;
    margin: 18px 0;
}

.post-inline-image {
    margin: 18px 0;
    text-align: center;
}

.post-inline-image .caption {
    display: block;
    font-size: 0.85rem;
    color: #999;
    margin-top: 6px;
}

.post-tags-share {
    padding: 0 28px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border-top: 1px solid #f0f0f0;
}

.post-tags .tag {
    margin-right: 6px;
}

.post-share {
    display: flex;
    align-items: center;
    gap: 8px;
}

.post-share .share-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #f8f9fa;
    color: #666;
    text-decoration: none;
}

.post-share .share-link:hover {
    background: var(--primary);
    color: #fff;
}

.post-author-box {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 28px 24px;
    padding: 16px;
    border: 1px solid #e9ecef;
    border-radius: 12px;
}

.post-author-box .author-avatar {
    width: 52px;
    height: 52px;
    font-size: 1.1rem;
}

.post-nav {
    margin: 0 28px 10px;
    padding-top: 12px;
    border-top: 1px solid #f0f0f0;
}

.post-prev,
.post-next {
    color: var(--primary);
    text-decoration: none;
    font-weight: 600;
}

.post-comments {
    margin: 0 28px;
}

.comment-item {
    display: flex;
    gap: 12px;
    padding: 16px 0;
    border-bottom: 1px solid #f0f0f0;
}

.comment-item:last-child {
    border-bottom: none;
}

.comment-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary), #e91e63);
    color: #fff;
    display: grid;
    place-content: center;
    font-weight: 700;
    flex-shrink: 0;
}

.comment-body .comment-meta {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 6px;
}

.comment-body .comment-meta h6 {
    margin: 0;
}

.comment-body .comment-meta span {
    color: #999;
    font-size: 0.85rem;
}

.reply-link {
    color: var(--primary);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
}

.comment-form-box {
    margin: 0 28px 28px;
}

.comment-form .form-control {
    border: 1px solid #e1e1e1;
}

@media (max-width: 768px) {
    .post-hero {
        height: 260px;
    }

    .post-header {
        padding: 20px 20px 0;
    }

    .post-content {
        padding: 16px 20px 20px;
    }

    .post-tags-share {
        padding: 0 20px 20px;
        flex-direction: column;
        align-items: flex-start;
    }

    .post-author-box {
        margin: 0 20px 20px;
    }

    .post-nav {
        margin: 0 20px 10px;
    }

    .post-comments {
        margin: 0 20px;
    }
}
