/* ----------------------------------

Template Name: Humnafs
Author: validtheme
Version: 1.0

-------------------------------------

Table of contents
        
    01. Google font
    02. Reset
    03. Typography
    04. Background color
    05. Custom
    06. Button
    07. Border
    08. Aside style
    09. Video
    10. Background image
    11. Icon
    12. Magnific popup
    13. Header
    14. Page title
    15. Swiper carousel
    16. Slider and parallax typography
    17. Portfolio
    18. Elements
    19. Blog
    20. Footer
    21. Home Page
    22. Services Page
    23. About Page
    24. Projects Page
    25. Pricing Page
    26. PHP Contact Form
    27. Others

*/


/*
** General Styles for HTML tags
*/

@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=M+PLUS+1p&display=swap');


body {
    --bs-link-color: #052c65;
    --bs-primary: #052c65;
    --bs-primary-rgb: 191, 98, 18;
    --bs-btn-hover-bg: #052c65;
    --bs-btn-hover-border-color: #052c65;
    z-index: -1;
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lexend", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300;
}

h1,
h2 {
    color: var(--bs-primary-text-emphasis) !important;
    font-size: 27px;
}

*:focus {
    box-shadow: none !important;
}

.fs-5 {
    font-size: 1.15rem !important;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #bf6212;
    --bs-btn-border-color: #bf6212;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #bf6212;
    --bs-btn-hover-border-color: #bf6212;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #bf6212;
    --bs-btn-active-border-color: #bf6212;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #bf6212;
    --bs-btn-disabled-border-color: #bf6212;
}

.btn-outline-primary {
    --bs-btn-color: #bf6212;
    --bs-btn-border-color: #bf6212;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #bf6212;
    --bs-btn-hover-border-color: #bf6212;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #bf6212;
    --bs-btn-active-border-color: #bf6212;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #bf6212;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #bf6212;
    --bs-gradient: none;
}

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

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    background-color: #bf6212;
    border-color: #bf6212;
}

.btn {
    --cz-btn-active-border-color: transparent;
    --cz-btn-disabled-border-color: transparent;
    align-items: center;
    display: inline-flex;
    justify-content: center;
}
a.heart-icon{ color: #fff;}
a.heart-icon:hover{ color: #f00;}
.btn-dark {
    --cz-btn-hover-bg: #131920;
    --cz-btn-hover-border-color: #131920;
    --cz-btn-active-bg: #131920;
    --cz-btn-active-border-color: #131920;
}

.btn-icon {
    --cz-btn-size: 2.5rem;
    flex-shrink: 0;
    height: var(--cz-btn-size);
    padding: 0;
    width: var(--cz-btn-size);
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #bf6212;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(191, 98, 18, .10);
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #052c65;
}

.dropdown-item {
    cursor: pointer;
}

/* HEADER */
.bd-navbar {
    padding: .75rem 0;
    background-color: transparent;
}

.bd-search {
    position: relative;
}

@media (min-width: 992px) {
    .bd-search {
        position: absolute;
        top: .875rem;
        left: 50%;
        width: 200px;
        margin-left: -100px;
    }
}

@media (min-width: 1200px) {
    .bd-search {
        width: 280px;
        margin-left: -140px;
    }
}

.navbar {
    padding: 0;
    --bs-navbar-nav-link-padding-x: 0.9rem;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.humnafs-logo {
    height: 75px;
    width: auto;
}

.nav-link {
    font-weight: 400;
    color: #2d2d2d;
    font-size: 15px;
    font-family: "Lexend", sans-serif;
}

.nav-link:hover {
    color: #bf6212;
}



.slick-prev {
    left: -70px;
}

.slick-next {
    right: -70px;
}

.product-title {
    font-weight: 300;
    font-size: 15px;
}

.product-title a {
    text-decoration: none;
    font-weight: 300;
    font-size: 15px;
    font-family: "Lexend", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: var(--bs-heading-color);
    height: 30px;
    display: block;
}

.category-title {
    font-size: 15px;
}

.breadcrumb {
    font-size: 15px;
    color: #757575;
}

.breadcrumb a {
    color: #757575;
}

.sort-dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.sort-dropdown .dropdown-toggle::after {
    margin-left: 0.5rem;
}

/* Optional: Keep it open on hover only */
.sort-dropdown .dropdown-menu {
    display: none;
}

.product-listing-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
}

.card-img {
    position: relative;
    border-radius: 0;
    overflow: hidden;
    height: 400px;
    /* Set a fixed height */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-img img,
.card-img video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-wrapper,
.video-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.video-wrapper {
    opacity: 0;
    z-index: 1;
    transition: opacity 0.3s ease;
    display: none;
    /* Hide by default */
}

.card-img:hover .video-wrapper {
    display: block;
    /* Only show if it exists */
    opacity: 1;
}

.image-wrapper {
    z-index: 2;
    transition: opacity 0.3s ease;
}

.card-img:hover .video-wrapper {
    opacity: 1;
    z-index: 2;
}

.card-img {
    height: 410px !important;
    border-radius: 1rem 1rem 0 0 !important;
}

.cart-img {
    height: 410px !important;
}

@media only screen and (max-width: 600px) {
    .category-title {
        font-size: 13px;
        color: var(--bs-primary-text-emphasis) !important;
        font-weight: 500;
        margin-bottom: 0;
    }

    .breadcrumb {
        font-size: 13px;
        color: var(--bs-primary-text-emphasis) !important;
        font-weight: 500;
    }

    .card-img {
        height: 300px !important;
    }

    .cart-img {
        height: 250px !important;
    }
}

.sale-badge {
    font-size: 11px;
    z-index: 11;
}

.new-price {
    font-size: 15px;
    font-weight: 600;
}

.old-price {
    font-size: 13px;
    color: #757575;
}

.page-title {
    font-size: 20px;
}

.social-media {
    border-top: 1px solid #000;
}

.social-media a {
    color: #bf6212;
    font-size: 28px;
}

.social-media ul {
    display: inline-flex;
    padding: 0px 0px 0px 5px;
    margin-top: 1rem;
}

.social-media ul li {
    list-style: none;
    padding: 0px 10px 0px 0px;
}

.social-media h6 {
    margin-top:0;
    margin-bottom:0;
}

.bg-orange {
    background-color: #f3efe5;
    padding: 15px 15px 15px;
}

.bg-orange h1 {
    font-size: 16px;
}

.bg-orange h3 {
    font-size: 16px;
}

.bg-orange .breadcum {
    color: #bf6212;
    text-decoration: none;
}


/********blog-main*******/
.blog-detail br {
    display: none;
}

.blog-detail h3 {
    margin-bottom: -10px;
    margin-top: 40px;
}

.blog-detail {
    margin-top: 0;
    margin-bottom: 2rem;
}

.blog-detail .special::before {
    display: none;
    /* removes any content injected */
}

/********blog-main*******/


/* FOOTER */

footer {
    background-color: #f3efe5;
    position: relative;
    z-index: -1
}

footer::before {
    content: '';
    background: url("https://millclient.com/projects/humnafsci/assets/public/images/footer-img.png") no-repeat;
    width: 280px;
    height: 807px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1
}

footer ul {
    margin-left: 0;
    padding-left: 0;
}

footer li {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

footer a {
    text-decoration: none;
    color: #000;
}

footer h5 {
    font-weight: 400;
    margin-bottom: 45px;
    font-size: 1rem;
}

footer li a {
    font-size: 14px;
    padding-bottom: 15px;
    position: relative;
    display: block;
    font-weight: 500;
}

footer p {
    font-size: 15px;
}


.description-title {
    font-weight: 200;
    font-size: 22px;
}

.sizes {
    border-bottom: 1px solid #333;
    border-top: 1px solid #333333;
}

.sizes a {
    color: #bf6212;
    font-weight: 400;
    font-size: 15px;
    text-decoration: underline overline;
}

.sizes h4 {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 15px;
}

.size-btn button {
    background: transparent;
    border: 1px solid #b6b6b6;
    border-radius: 25px;
    padding: 3px 15px;
    font-size: 16px;
    line-height: 35px;
    font-weight: 300;
}

.size-btn button:hover {
    background-color: #bf6212;
    color: #fff;
    border: 1px solid #bf6212;
}

.wishlist-btn,
.cart-btn {

    border-radius: 0;
    padding: 8px 24px;
    border: 1px solid #b6b6b6;
}

.wishlist-btn {
    background-color: transparent;
}

.cart-btn {
    background-color: #bf6212;
    color: #fff;
    border: 1px solid #bf6212;
}

.cart h5 {
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 0;
}

.cart label {
    font-size: 14px;
}

.top-message {
    font-size: 14px;
}

@media only screen and (max-width: 600px) {
    .cart h5 {
        text-align: center;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .cart label {
        text-align: center;
        display: block;
        margin-bottom: 15px;
        font-weight: 900;
    }

    .remove-item {}

    .top-message {
        font-size: 10px;
    }
}

.checkout a {
    color: #757575;
}

.usp {
    font-weight: 300;
    font-size: 15px;
}

.usp div {}

.usp svg {
    height: 40px;
    width: 40px;
    fill: #bf6212;
    margin-bottom: 10px;
}


.accordion {}

.accordion-button:not(.collapsed) {
    background: transparent;
}

.accordion h3 a {
    text-decoration: none;
    font-size: 15px;
    font-weight: 300;
}

ul.pinfo {
    margin: 0;
    padding: 0;
}

.pinfo li {
    list-style-type: none;
    font-size: 15px;
    margin-bottom: 5px;
}

.pinfo strong {
    font-size: 14px;
}

.disclaimer {
    font-size: 14px;
}

.menu-content-wrap a {
    font-size: 14px;
    padding: 6px 0;
}

.order-table {
    font-size: 13px;
}

.order-table th {
    font-size: 14px;
    font-weight: 500;
}

.order-table .btn:hover {
    background-color: transparent;
    border-color: transparent;

}

.order-table td:nth-child(2) {
    width: 40%;
}

.table thead th,
.table tfoot th {
    color: #333;
}

.address-table {
    font-size: 13px;
}

.address-table th {
    font-size: 14px;
    font-weight: 500;
}

.address-table .btn:hover {
    background-color: transparent;
    border-color: transparent;

}

.address-table td:nth-child(2) {
    width: 40%;
}

.fade-image-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.fade-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    transition: opacity 0.5s ease-in-out;
}

.fade-image-wrapper .hover-img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
    pointer-events: none;
}

.fade-image-wrapper:hover .hover-img {
    opacity: 1;
}

.fade-image-wrapper:hover .main-img {
    opacity: 0;
}

.fade-image-wrapper img {
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.fade-image-wrapper:hover .hover-img {
    transform: scale(1.05);
}




/* Enhanced Zoom Styles */
.zoom-container {
    overflow: hidden;
    position: relative;
    cursor: zoom-in;
}

.zoom-container img {
    transition: transform 0.3s ease;
    width: 100%;
    height: auto;
}

.zoomed {
    transform: scale(2);
    cursor: zoom-out;
}

/* Modal Zoom Styles */
#modalZoomContainer {
    width: 100%;
    height: 80vh;
    overflow: hidden;
}

#modalImage {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.home-card-img {
    height: 430px !important;
}

@media only screen and (max-width: 600px) {
    .home-card-img {
        height: 350px !important;
    }
}


.fonticon-text {
    font-size: 18px;
    font-weight: 400;
    padding-right: 8px;
}

.fonticon-text span {
    font-family: "Lexend", sans-serif;
    text-transform: none;
    font-weight: 400;
    margin-left: 3px;
}

.navbar-toggler {
    font-size: 13px;
}

@media only screen and (max-width: 600px) {
    .fonticon-text {
        font-size: 20px;
        padding-right: 10px;
    }
}

.modal-backdrop {
    z-index: 1;
}

.navbar-nav {
    margin-left: 17px;
}

.video-style {
    width: 100%;
    height: 487px;
    object-fit: cover;
}

@media only screen and (max-width: 600px) {
    .video-style {
        width: 100%;
        height: 255px;
        object-fit: cover;
    }

    .slick-prev,
    .slick-next {
        width: 35px;
    }

    .slick-prev {
        left: 0px;
        z-index: 1;
    }

    .slick-next {
        right: 0px;
    }
}

.tracking-step {
    position: relative;
    text-align: center;
}

.tracking-line {
    position: absolute;
    top: 25px;
    left: 50%;
    width: 100%;
    height: 2px;
    background-color: #ccc;
    z-index: 0;
}

.tracking-circle {
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .timeline-wrapper {
        display: flex;
        justify-content: space-between;
        position: relative;
    }

    .timeline-wrapper::before {
        content: '';
        position: absolute;
        top: 25px;
        left: 12%;
        right: 12%;
        height: 2px;
        background-color: #ccc;
        z-index: 0;
    }

    .tracking-step {
        flex: 1;
    }
}

@media (max-width: 767px) {
    .timeline-wrapper {
        border-left: 2px solid #ccc;
        margin-left: 20px;
    }

    .tracking-step {
        text-align: left;
        position: relative;
        margin-bottom: 3rem;
    }

    .tracking-step::before {
        content: '';
        position: absolute;
        top: 12px;
        left: -11px;
        background-color: #0d6efd;
        border-radius: 50%;
        z-index: 1;
    }

    .tracking-circle {
        float: left;
        margin-right: 20px !important;
        margin-left: -25px !important;
    }
}


.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(0, 122, 172, var(--bs-bg-opacity)) !important;
}


/* Container to wrap gallery */
.product-gallery-wrapper {
    display: flex;
}

/* Sidebar for thumbnails */
.product-gallery-thumbs {
    width: 150px;
    overflow-y: auto;
    padding: 0 5px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 670px;
}

.product-gallery-thumbs img,
.product-gallery-thumbs video {
    width: 120px;
    object-fit: cover;
    border-radius: 6px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.product-gallery-thumbs img:first-child,
.product-gallery-thumbs video:first-child {
    margin-left: 0;
}

/* Active thumbnail styling */
.product-gallery-thumbs img.active,
.product-gallery-thumbs video.active {
    border-color: #007bff;
    /* Blue border when active */
}

.product-gallery-main {
    width: 600px;
    height: 670px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* For images and videos in the main display */
.product-gallery-main img,
.product-gallery-main video {
    display: block !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    border-radius: 8px !important;
    transition: all 0.3s ease !important;

}

/* Make image/video fill the div */
@media(max-width: 768px) {
    .product-gallery-wrapper {
        flex-direction: column;
        height: auto;
        max-width: 100%;
    }

    .product-gallery-thumbs {
        height: auto;
        flex-direction: row !important;
        width: 100% !important;
    }

    .product-gallery-thumbs img,
    .product-gallery-thumbs video {
        height: 120px;
    }


    /* Ensure the main display area is properly adjusted for mobile */
    .product-gallery-main {
        width: 100%;
        height: auto;
        margin-top: 5px;
    }

    .product-title {
        margin-bottom: 20px;
    }

    .product-title a {
        font-size: 12px;
        height: 20px;
    }
}



.coupon-card{
    background: linear-gradient(135deg, #bf6212, #cac1bb);
    color: #fff;
    text-align: center;
    padding: 40px 80px;
    border-radius: 15px;
    box-shadow: 0 10px 10px 0 rgba(0,0,0,0.15);
    position: relative;

}
.logo{
    width: 80px;
    border-radius: 8px;
    margin-bottom: 20px;

}
.coupon-card h3{
    font-size: 28px;
    font-weight: 400;
    line-height: 40px;

}
.coupon-card p{
    font-size: 15px;

}
.coupon-row{
    display: flex;
    align-items: center;
    margin: 25px auto;
    width: fit-content;

}
#cpnCode{
    border: 1px dashed #fff;
    padding: 10px 20px;
    border-right: 0;

}
#cpnBtn{
    border: 1px solid #fff;
    background: #fff;
    padding: 10px 20px;
    color: #7158fe;
    cursor: pointer;
}
.circle1, .circle2{
    background: #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);

}
.circle1{
    left: -25px;
}
.circle2{
    right: -25px;
}
.why-humnafs span{
    font-size: 15px;
    font-weight: bold;
}
.why-humnafs img{
    min-width: 50%;
    max-width: 50%;
}
.why-humnafs .col{
    padding-left:2px;
    padding-right:2px;
}
.copyright a{
    padding-bottom: 0;
    font-size: 12px ;
}
@media (max-width: 480px) {
    .why-humnafs span{
        font-size: 12px;
    }
    .why-humnafs img{
        min-width: 100%;
        max-width: 100%;
    }
    .why-humnafs .col{
        padding-left:2px;
        padding-right:2px;
    }
    footer::before {
        content: '';
        background: none;
        width: 280px;
        height: 807px;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: -1;
    }
    footer ul {
        margin-bottom: 25px;
    }
    footer h5 {
        margin-bottom: 25px;
    }
    footer li a {
        font-size: 12px;
        padding-bottom: 10px;
    }
    .copyright a{
        padding-bottom: 0;
        font-size: 20px ;
    }
    .heart-icon {
        font-size: 22px;
    }
  }
  .heart-icon{
    z-index: 3;
    margin-right: 12px;
    cursor: copy;
  }
  .heart-icon:hover{
    color: #007bff;
    
  }
.instagram iframe{
    min-width: fit-content !important;
}
.dropdown-menu .dropdown-item.active,
.dropdown-menu .dropdown-item:active {
    background-color: #000;
    color: #fff;
}

.dropdown-menu .dropdown-item.text-danger.active {
    background-color: transparent;
    color: red;
}


/* =========================
   SIDEBAR
========================= */
.sidebar {
    width: 260px;
    background: #ffffff;
    border-right: 1px solid #e8e2d8;
    position: fixed;
    height: 100vh;
    transition: 0.3s ease;
    overflow: hidden;
}

.sidebar.collapsed {
    width: 85px;
}
.collapse .nav-link {
    font-size: 13px;
    padding: 8px 0;
    color: #666;
}

.collapse .nav-link:hover {
    color: #0e3a47;
}

.logo-section {
    height: var(--header-height);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3efe7;
    border-bottom: 1px solid #e8e2d8;
}
.logo-section img {
    height: var(--header-height);
    transition: 0.3s ease;
}
/* Section Titles */
.nav-section-title {
    font-size: 11px;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    color: #b1a99c;
    padding: 25px 25px 8px;
}

/* Arrow */
.menu-toggle {
    justify-content: space-between;
}

.arrow {
    width: 6px;
    height: 6px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(-45deg);
    transition: transform 0.3s ease;
    margin-right: 5px;
}
.sidebar.collapsed .arrow {
    display: none;
}
.menu-toggle[aria-expanded="true"] .arrow {
    transform: rotate(45deg);
}

/* Submenu */
.submenu {
    padding-left: 35px;
}

.submenu-item {
    font-size: 13px;
    padding: 8px 0;
    color: #6b665d;
    position: relative;
}

.submenu-item:hover {
    color: #0e3a47;
}

.submenu-item.active {
    color: #0e3a47;
    font-weight: 500;
}

.submenu-item.active::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 50%;
    width: 6px;
    height: 6px;
    background: #b86a2b;
    border-radius: 50%;
    transform: translateY(-50%);
}

/* Logout */
.logout-wrapper {
    border-top: 1px solid #e8e2d8;
    padding: 20px 25px;
}

.logout-link {
    color: #a94442;
}

.logout-link:hover {
    color: #7a1f1f;
}


.nav-section-title {
    font-size: 11px;
    text-transform: uppercase;
    color: #9a9488;
    padding: 20px 25px 5px;
}

.nav-link {
    display: flex;
    align-items: center;
    gap: 12px;
    /* padding: 14px 25px; */
    color: #555;
    font-size: 14px;
    transition: 0.2s ease;
}

.nav-link:hover {
    color: #b86a2b;
}

.nav-link.active {
    color: #0e3a47;
    font-weight: 500;
}

.sidebar.collapsed .nav-section-title,
.sidebar.collapsed .link-text {
    display: none;
}

/* =========================
   ICON SYSTEM
========================= */
.icon {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.4;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
}

/* =========================
   MAIN AREA
========================= */
.main {
    margin-left: 260px;
    flex-grow: 1;
    transition: 0.3s ease;
}

.main.collapsed {
    margin-left: 85px;
}

/* =========================
   TOPBAR
========================= */
/* Topbar */
.topbar {
    height: var(--header-height);
    padding: 0 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;

    background: rgba(255,255,255,0.75);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid #e8e2d8;
}

/* Toggle */
.toggle-btn {
    border: none;
    background: none;
}

/* Search */
.search-wrapper {
    position: relative;
}

.search-input {
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 6px 10px 6px 28px;
    background: transparent;
    width: 320px;
}

.search-input:focus {
    outline: none;
    border-bottom: 1px solid #0e3a47;
}

.search-icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.6;
}

/* Notifications */
.notification-icon {
    position: relative;
}

.notification-dot {
    position: absolute;
    top: -2px;
    right: -2px;
    width: 6px;
    height: 6px;
    background: #b86a2b;
    border-radius: 50%;
}

/* Profile */
.profile-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: inherit;
}

.profile-avatar {
    width: 34px;
    height: 34px;
    background: #0e3a47;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 14px;
}

.profile-name {
    font-size: 14px;
    font-weight: 500;
}

.profile-role {
    font-size: 11px;
    color: #888;
}

.content-area {
    padding: 35px 40px;
}

/* =========================
   MOBILE
========================= */
@media(max-width:992px){
    .sidebar {
        left: -260px;
        z-index: 1050;
    }
    .sidebar.show {
        left: 0;
    }
    .main {
        margin-left: 0 !important;
    }
}


.stat-card {
    padding: 22px 20px;
    background: #ffffff;
    border: 1px solid #ece6db;
    border-left: 3px solid #0e3a47;
    border-radius: 6px;
    transition: 0.2s ease;
}

.stat-card:hover {
    border-left-color: #b86a2b;
}

.stat-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #9a9488;
    margin-bottom: 8px;
}

.stat-value {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 4px;
}

.stat-sub {
    font-size: 12px;
    color: #888;
}


.stat-mini {
    padding: 18px 20px;
    border: 1px solid #ece6db;
    border-radius: 6px;
    background: #fff;
}

.mini-label {
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #9a9488;
    margin-bottom: 6px;
}

.mini-value {
    font-size: 18px;
    font-weight: 500;
}

.section-card {
    padding: 22px;
    border: 1px solid #ece6db;
    border-radius: 6px;
    background: #ffffff;
}

.section-title {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #9a9488;
    margin-bottom: 16px;
}

.timeline {
    list-style: none;
    padding-left: 0;
}

.timeline li {
    padding: 12px 0;
    border-bottom: 1px solid #f0ebe3;
}

.timeline-title {
    font-weight: 500;
    font-size: 14px;
}

.timeline-meta {
    font-size: 12px;
    color: #8c8578;
}

/* =========================
   PAGE HEADER
========================= */
.page-label {
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #9a9488;
    margin-bottom: 8px;
}

.page-title {
    margin-bottom: 6px;
}

.page-subtitle {
    color: #8c8578;
    margin: 0;
}


/* =========================
   ORDER LIST
========================= */
.order-list {
    padding-left: 0;
}

.order-item {
    display: flex;
    gap: 18px;
    padding: 18px 0;
    border-bottom: 1px solid #f0ebe3;
}

.order-thumb {
    width: 60px;
    height: 60px;
    border: 1px solid #ece6db;
    border-radius: 6px;
    overflow: hidden;
    flex-shrink: 0;
}

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

.order-content {
    flex-grow: 1;
}

.order-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.order-summary {
    text-align: right;
}

.order-amount {
    font-weight: 500;
    margin-bottom: 4px;
}

.order-status {
    font-size: 12px;
}

/* Status Colors (Subtle, Enterprise Style) */
.status-shipped {
    color: #0e3a47;
}

.status-delivered {
    color: #4b7f52;
}

.status-cancelled {
    color: #a94442;
}

.status-pending {
    color: #b86a2b;
}


/* =========================
   ORDER ACTIONS
========================= */
.order-actions {
    margin-top: 10px;
    font-size: 13px;
}

.order-actions a {
    text-decoration: none;
    color: #0e3a47;
}

.order-actions a:hover {
    text-decoration: underline;
}

.divider {
    margin: 0 8px;
    color: #ddd;
}
/* =========================
   ORDER PROGRESS
========================= */
.order-progress {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.progress-step {
    flex: 1;
    text-align: center;
    padding: 10px 0;
    border: 1px solid #ece6db;
    border-radius: 6px;
    font-size: 12px;
    color: #9a9488;
}

.progress-step.completed {
    background: #f3efe7;
    color: #4b7f52;
}

.progress-step.active {
    border-color: #0e3a47;
    color: #0e3a47;
    font-weight: 500;
}



/* =========================
   ORDER ITEM DETAIL
========================= */
.order-item-detail {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 18px 0;
    border-bottom: 1px solid #f0ebe3;
}

.order-thumb-lg {
    width: 90px;
    height: 90px;
    border: 1px solid #ece6db;
    border-radius: 6px;
    overflow: hidden;
    flex-shrink: 0;
}

.order-thumb-lg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.order-item-info {
    flex-grow: 1;
}

.order-item-meta {
    margin-top: 10px;
    font-size: 13px;
    color: #8c8578;
}

.order-item-total {
    font-weight: 500;
}



/* =========================
   ADDRESS BLOCK
========================= */
.address-block {
    font-size: 14px;
    line-height: 1.7;
    color: #444;
}

.payment-meta {
    margin-top: 15px;
    font-size: 13px;
    color: #8c8578;
}



/* =========================
   ORDER SUMMARY
========================= */
.summary-row {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    font-size: 14px;
}

.summary-row.total {
    font-weight: 600;
    border-top: 1px solid #ece6db;
    padding-top: 12px;
    margin-top: 8px;
}



/* =========================
   ACTION FOOTER
========================= */
.order-actions-footer {
    display: flex;
    gap: 15px;
}

.btn-outline {
    padding: 8px 16px;
    border: 1px solid #0e3a47;
    border-radius: 4px;
    font-size: 13px;
    text-decoration: none;
    color: #0e3a47;
    transition: 0.2s ease;
}

.btn-outline:hover {
    background: #0e3a47;
    color: #fff;
}
.return-info {
    margin-top: 12px;
    font-size: 13px;
}

.return-info.eligible {
    color: #4b7f52;
}

.return-info.expired {
    color: #a94442;
}

.btn-return {
    border-color: #b86a2b;
    color: #b86a2b;
}

.btn-return:hover {
    background: #b86a2b;
    color: #fff;
}



/* =========================
   WISHLIST
========================= */

.wishlist-list {
    margin-top: 10px;
}

.wishlist-item {
    display: flex;
    gap: 18px;
    padding: 18px 0;
    border-bottom: 1px solid #f0ebe3;
}

.wishlist-thumb {
    width: 70px;
    height: 70px;
    border: 1px solid #ece6db;
    border-radius: 6px;
    overflow: hidden;
    flex-shrink: 0;
}

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

.wishlist-content {
    flex-grow: 1;
}

.wishlist-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.wishlist-price {
    font-weight: 500;
}

.wishlist-actions {
    margin-top: 10px;
    font-size: 13px;
}

.wishlist-actions a {
    text-decoration: none;
    color: #0e3a47;
}

.wishlist-actions a:hover {
    text-decoration: underline;
}

.remove-link {
    color: #a94442;
}
/* =========================
   PRIVATE PRICING
========================= */

.private-offer {
    margin-top: 8px;
}

.original-price {
    text-decoration: line-through;
    color: #9a9488;
    font-size: 13px;
    margin-right: 6px;
}

.private-price {
    color: #4b7f52;
    font-weight: 600;
    font-size: 15px;
}

.offer-label {
    font-size: 11px;
    letter-spacing: 0.5px;
    color: #b86a2b;
    margin-left: 6px;
}

.offer-expiry {
    font-size: 12px;
    color: #a94442;
    margin-top: 4px;
}


/* =========================
   STANDARD PRICE
========================= */

.standard-price {
    margin-top: 8px;
    font-weight: 500;
}


/* =========================
   WISHLIST STATUS
========================= */

.wishlist-status {
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 4px;
    border: 1px solid #ece6db;
    color: #9a9488;
}

.status-limited {
    color: #b86a2b;
    border-color: #f1d9c5;
}


/* =========================
   PRIMARY ACTION
========================= */

.primary-action {
    color: #0e3a47;
    font-weight: 500;
}
/* =========================
   PROFILE OVERVIEW
========================= */

.profile-overview {
    display: flex;
    align-items: center;
    gap: 20px;
}

.profile-avatar-lg {
    width: 70px;
    height: 70px;
    background: #0e3a47;
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.profile-name-lg {
    font-size: 18px;
    font-weight: 500;
}

.profile-email {
    font-size: 14px;
    color: #8c8578;
}

.profile-membership {
    font-size: 13px;
    color: #4b7f52;
    margin-top: 4px;
}



/* =========================
   SECURITY SECTION
========================= */

.security-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid #f0ebe3;
}

.security-row:last-child {
    border-bottom: none;
}

.security-title {
    font-weight: 500;
}

.security-meta {
    font-size: 13px;
    color: #8c8578;
}



/* =========================
   PROFILE ACTIONS
========================= */

.profile-actions {
    margin-top: 20px;
}

.btn-primary {
    padding: 8px 18px;
    background: #0e3a47;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    font-size: 13px;
    transition: 0.2s ease;
}

.btn-primary:hover {
    background: #092d37;
}


/* =========================
   ADDRESS CARD
========================= */

/* =========================
   PREMIUM ADDRESS CARD
========================= */

.address-card-premium {
    padding: 22px;
    border: 1px solid #ece6db;
    border-radius: 8px;
    transition: 0.25s ease;
    background: #ffffff;
}

.address-card-premium:hover {
    border-color: #d8d1c5;
    transform: translateY(-2px);
}

/* Top section */
.address-card-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 12px;
}

.address-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #9a9488;
    margin-bottom: 4px;
}

.address-recipient {
    font-weight: 500;
    font-size: 15px;
}

/* Default badge */
.address-badge-default {
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 20px;
    background: #f3efe7;
    color: #4b7f52;
    border: 1px solid #e2dccf;
}

/* Address text */
.address-details {
    font-size: 14px;
    line-height: 1.6;
    color: #444;
    margin-bottom: 6px;
}

.address-contact {
    font-size: 13px;
    color: #8c8578;
}

/* Divider */
.address-divider {
    height: 1px;
    background: #f0ebe3;
    margin: 16px 0;
}

/* Actions */
.address-actions-premium {
    display: flex;
    gap: 18px;
    font-size: 13px;
}

.address-actions-premium a {
    text-decoration: none;
    color: #0e3a47;
    transition: 0.2s ease;
}

.address-actions-premium a:hover {
    text-decoration: underline;
}

.make-default-link {
    color: #b86a2b;
}


/* =========================
   SLIDE PANEL
========================= */

.address-panel {
    position: fixed;
    top: 0;
    right: -100%;
    width: 420px;
    height: 100%;
    background: #ffffff;
    box-shadow: -5px 0 20px rgba(0,0,0,0.05);
    transition: 0.3s ease;
    z-index: 1050;
}

.address-panel.active {
    right: 0;
}

.address-panel-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
}

.address-panel.active .address-panel-overlay {
    opacity: 1;
    visibility: visible;
}

.address-panel-content {
    padding: 30px;
    height: 100%;
    overflow-y: auto;
}

.panel-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.panel-actions {
    margin-top: 20px;
}

/* =========================
   PREMIUM DRAWER
========================= */

.offcanvas {
    background: #ffffff;
}

.drawer-header {
    padding: 25px 25px 15px;
    border-bottom: 1px solid #ece6db;
}

.drawer-label {
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #9a9488;
    margin-bottom: 6px;
}

.drawer-title {
    margin-bottom: 6px;
}

.drawer-sub {
    font-size: 13px;
    color: #8c8578;
}

.drawer-close {
    border: none;
    background: none;
    font-size: 18px;
    color: #888;
}

.offcanvas-body {
    padding: 25px;
}

.address-default-toggle {
    margin-top: 20px;
    padding: 12px;
    border: 1px solid #ece6db;
    border-radius: 6px;
    background: #faf8f4;
}

.address-default-toggle label {
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.address-default-toggle span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    color: #8c8578;
    margin-top: 4px;
}

/* =========================
   INVOICE LIST
========================= */

.invoice-list {
    margin-top: 10px;
}

.invoice-row {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid #f0ebe3;
    gap: 10px;
}

.invoice-id {
    font-weight: 500;
}

.invoice-amount {
    font-weight: 500;
}

.invoice-status {
    font-size: 13px;
}

.status-paid {
    color: #4b7f52;
}

.status-pending {
    color: #b86a2b;
}

.invoice-actions {
    display: flex;
    gap: 14px;
    font-size: 13px;
}

.invoice-actions a {
    text-decoration: none;
    color: #0e3a47;
}

.invoice-actions a:hover {
    text-decoration: underline;
}



/* =========================
   UPSELL BLOCK
========================= */

.upsell-block {
    background: #faf8f4;
    border: 1px solid #ece6db;
}

.upsell-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.upsell-title {
    font-weight: 500;
    margin-bottom: 4px;
}

.upsell-meta {
    font-size: 13px;
    color: #8c8578;
}
/* =========================
   PREMIUM ENHANCEMENTS
========================= */

.premium-enhancements {
    background: #faf8f4;
}

.enhancement-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 25px;
    margin-top: 10px;
}

.enhancement-item {
    padding: 16px;
    border: 1px solid #ece6db;
    border-radius: 6px;
    background: #ffffff;
    transition: 0.25s ease;
}

.enhancement-item:hover {
    border-color: #d8d1c5;
    transform: translateY(-2px);
}

.enhancement-title {
    font-weight: 500;
    margin-bottom: 6px;
}

.enhancement-meta {
    font-size: 13px;
    color: #8c8578;
    margin-bottom: 12px;
}

.enhancement-link {
    font-size: 13px;
    text-decoration: none;
    color: #0e3a47;
}

.enhancement-link:hover {
    text-decoration: underline;
}
/* =========================
   LOGIN ACTIVITY
========================= */

.session-list {
    margin-top: 10px;
}

.session-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid #f0ebe3;
}

.session-device {
    font-weight: 500;
}

.session-badge {
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 20px;
    border: 1px solid #ece6db;
}

.active-session {
    background: #f3efe7;
    color: #4b7f52;
}



/* =========================
   PRIVACY SECTION
========================= */

.privacy-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid #f0ebe3;
}

.btn-danger-outline {
    padding: 6px 14px;
    border: 1px solid #a94442;
    color: #a94442;
    border-radius: 4px;
    text-decoration: none;
    font-size: 13px;
}

.btn-danger-outline:hover {
    background: #a94442;
    color: #fff;
}



/* =========================
   PREFERENCES
========================= */

.preference-row {
    padding: 10px 0;
    font-size: 14px;
}

.preference-row input {
    margin-right: 8px;
}
/* =========================
   SECURITY MODAL
========================= */

.security-modal {
    border-radius: 8px;
    border: 1px solid #ece6db;
}

.password-hint {
    font-size: 12px;
    color: #8c8578;
    margin-top: 6px;
}


.checkout-wrap { padding: 30px 0; background: #f9fafb; min-height: 70vh; }
.checkout-card { background: #fff; border: 1px solid #e5e7eb; border-radius: 8px; padding: 25px; margin-bottom: 20px; }
.checkout-card h4 { font-size: 18px; font-weight: 600; margin-bottom: 18px; color: #111; }
.checkout-card .section-divider { height: 1px; background: #e5e7eb; margin: 18px 0; }

/* Address card */
.address-option { display: flex; gap: 12px; padding: 16px; border: 1px solid #e5e7eb; border-radius: 6px; margin-bottom: 12px; cursor: pointer; transition: border-color .15s; }
.address-option:hover { border-color: #0e3a47; }
.address-option.selected { border-color: #0e3a47; background: #f0f7fa; }
.address-option input[type="radio"] { margin-top: 4px; }
.address-content { flex: 1; }
.address-name { font-weight: 700; color: #111; margin-bottom: 4px; }
.address-line { color: #555; font-size: 14px; line-height: 1.5; }
.address-phone { color: #555; font-size: 14px; margin-top: 4px; }
.address-label-pill { display: inline-block; background: #eef; color: #335; padding: 2px 8px; border-radius: 12px; font-size: 11px; margin-left: 6px; }
.address-default-pill { display: inline-block; background: #0e3a47; color: #fff; padding: 2px 8px; border-radius: 12px; font-size: 11px; margin-left: 6px; }

.btn-add-address { background: transparent; border: 1px dashed #0e3a47; color: #0e3a47; padding: 10px 16px; border-radius: 6px; font-weight: 600; cursor: pointer; }
.btn-add-address:hover { background: #0e3a47; color: #fff; }

/* Payment */
.payment-option { display: flex; align-items: center; gap: 12px; padding: 14px 16px; border: 1px solid #e5e7eb; border-radius: 6px; margin-bottom: 10px; cursor: pointer; }
.payment-option.selected { border-color: #0e3a47; background: #f0f7fa; }
.payment-option label { margin: 0; cursor: pointer; flex: 1; font-weight: 500; }

/* Summary sidebar */
.summary-card { position: sticky; top: 20px; }
.summary-item { display: flex; gap: 12px; padding: 12px 0; border-bottom: 1px solid #f0f0f0; }
.summary-item:last-child { border-bottom: 0; }
.summary-thumb { width: 60px; height: 60px; border-radius: 6px; overflow: hidden; flex-shrink: 0; background: #f5f5f5; }
.summary-thumb img { width: 100%; height: 100%; object-fit: cover; }
.summary-name { font-size: 14px; font-weight: 500; color: #111; }
.summary-meta { font-size: 12px; color: #888; }
.summary-price { font-weight: 600; color: #111; font-size: 14px; white-space: nowrap; }
.totals-row { display: flex; justify-content: space-between; padding: 6px 0; font-size: 14px; color: #555; }
.totals-row.grand { border-top: 1px solid #e5e7eb; margin-top: 8px; padding-top: 12px; font-weight: 700; color: #111; font-size: 16px; }

/* OTP modal */
.otp-box { width: 42px; height: 48px; text-align: center; font-size: 20px; font-weight: 700; }

.btn-place { background: #0e3a47; color: #fff; padding: 14px 28px; font-weight: 600; border: 0; border-radius: 6px; width: 100%; font-size: 16px; }
.btn-place:hover { background: #0a2d38; color: #fff; }
.btn-place:disabled { opacity: .6; cursor: not-allowed; }

/* =========================
   SIDEBAR
========================= */
.sidebar {
    width: 260px;
    background: #ffffff;
    border-right: 1px solid #e8e2d8;
    position: fixed;
    height: 100vh;
    transition: all 0.35s ease;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.sidebar.collapsed {
    width: 85px;
}
.icon {
    width: 16px;
    height: 16px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* ===== Logo Section ===== */
.logo-section {
    height: 88px; /* equal to topbar height */
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3efe7; /* slight contrast */
    border-bottom: 1px solid #e8e2d8;
}

.logo-section img {
    height: 80px;
    transition: 0.3s ease;
}

.sidebar.collapsed .logo-section img {
    height: 75px;
}

/* ===== Menu Section ===== */
.menu-section {
    flex-grow: 1;
    padding-top: 25px;
}

.nav-link {
    /* padding: 16px 30px; */
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 14px;
    color: #444;
    transition: all 0.2s ease;
}

.nav-link:hover {
    color: #000;
}

.nav-link.active {
    font-weight: 600;
    color: #000;
}

.icon {
    width: 20px;
    height: 20px;
}

.sidebar.collapsed .link-text {
    display: none;
}

/* =========================
   MAIN
========================= */
.main {
    margin-left: 260px;
    flex-grow: 1;
    transition: margin-left 0.35s ease;
}

.main.collapsed {
    margin-left: 85px;
}

/* =========================
   GLASS TOPBAR
========================= */
.topbar {
    height: 88px;
    padding: 0 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;


    background: rgba(255, 255, 255);
    border-bottom: 1px solid rgba(232, 226, 216, 0.7);

    position: sticky;
    top: 0;
    z-index: 1000;
}

.toggle-btn {
    background: none;
    border: none;
    font-size: 18px;
}

.search-input {
    border: none;
    border-bottom: 1px solid #ccc;
    background: transparent;
    padding: 4px;
}

.search-input:focus {
    outline: none;
    border-bottom: 1px solid #0e3a47;
}

/* =========================
   CONTENT
========================= */
.content-area {
    padding: 35px 40px;
}

/* Metrics */
.metric-label {
    font-size: 12px;
    text-transform: uppercase;
    color: #8b8b8b;
    letter-spacing: 1px;
}

.metric-value {
    font-size: 42px;
    font-weight: 500;
    margin-top: 6px;
}

.divider {
    height: 1px;
    background: #e8e2d8;
    margin: 35px 0;
}

/* Progress */
.progress {
    height: 3px;
    background: #e8e2d8;
}

.progress-bar {
    background: #b86a2b;
}

/* Table */
.table thead {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #8b8b8b;
}

.table td {
    padding: 8px 0;
    border-color: #f0ece5;
}
.table td:first-child{
    padding-left:.5rem
}
.table td:last-child{
    padding-right:.5rem
}
/* =========================
   MOBILE
========================= */
@media(max-width:992px){

    .sidebar {
        left: -260px;
        z-index: 1050;
    }

    .sidebar.show {
        left: 0;
    }

    .main {
        margin-left: 0 !important;
    }

    .topbar, .content-area {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (max-width: 991px) {
    .summary-card { position: static; }
}