@import url('https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&display=swap');

* {
    font-family: "Google Sans", sans-serif;
    font-optical-sizing: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
a,
button {
    font-family: "Google Sans", sans-serif !important;
}

/* header */
.iswadesi .header-new {
    background-color: #fff;
    /* border-bottom: none; */
}

.iswadesi .mabile-btn .navbar-toggler {
    background: #ff8b29;
}

.iswadesi .mabile-btn .navbar-toggler:hover {
    background: #fff;
    color: #ff8b29;
}

.iswadesi #menu.mm-effect-slide-menu .menuIcons i {
    color: #ff8b29;
}

.iswadesi .ctn-search .search-form .submit-btn button {
    background: #ff8b29;
}

.iswadesi .mm-panels .mm-listview a:hover {
    background-color: #ff8b29;
}

.iswadesi .menu-submit-btn a {
    background-color: #ff8b29;
    border-color: #ff8b29;
}

.iswadesi .ad-submit a {
    background: #ff8b29;
    color: #fff !important;
    font-weight: 600;
}

.iswadesi #postad .close,
.iswadesi #locationModal .close {
    background-color: #ff8b29;
}

.iswadesi .btn-danger {
    background-color: #ff8b29;
    border-color: #ff8b29;
}

.iswadesi .banner-section .banner.owl-carousel .owl-item img {
    object-fit: cover;
}


.iswadesi .new-product-list .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.iswadesi .new-product-list .header h1 {
    font-size: 2.5rem;
    font-weight: 600;
}

.iswadesi .new-product-list .icons {
    display: flex;
    gap: 20px;
    align-items: center;
}

.iswadesi .new-product-list .icon {
    font-size: 3rem;
}

.iswadesi .new-product-list .section {
    max-width: 1400px;
    margin: 0 auto 50px;
}

.iswadesi .new-product-list .section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.iswadesi .new-product-list .section-header h2 {
    font-size: 2.5rem;
    font-weight: 600;
}

.iswadesi .new-product-list .see-all {
    color: #0066c0;
    text-decoration: none;
    font-size: 1.5rem;
}

.iswadesi .new-product-list .see-all:hover {
    text-decoration: underline;
}

.iswadesi .new-product-list .slider-container {
    position: relative;
    overflow: hidden;
    padding: 0 50px;
}

.iswadesi .new-product-list .slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
    gap: 15px;
}

.iswadesi .new-product-list .product-card {
    min-width: calc(16.666% - 12.5px);
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
    cursor: pointer;
    flex-shrink: 0;
}

.iswadesi .new-product-list .product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.iswadesi .new-product-list .product-image {
    width: 100%;
    height: 220px;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.iswadesi .new-product-list .product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.iswadesi .new-product-list .product-info {
    padding: 15px;
}

.iswadesi .new-product-list .product-title {
    font-size: 0.9rem;
    margin-bottom: 8px;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4;
    min-height: 2.8em;
}

.iswadesi .new-product-list .product-price {
    font-size: 1.1rem;
    font-weight: 600;
    color: #111;
}

.iswadesi .new-product-list .nav-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    z-index: 10;
    transition: background 0.2s;
}

.iswadesi .new-product-list .nav-button:hover {
    background: #f0f0f0;
}

.iswadesi .new-product-list .nav-button:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.iswadesi .new-product-list .nav-button.prev {
    left: 0;
}

.iswadesi .new-product-list .nav-button.next {
    right: 0;
}

.iswadesi .new-product-list .slider-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
}

.iswadesi .new-product-list .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ddd;
    cursor: pointer;
    transition: background 0.3s;
}

.iswadesi .new-product-list .dot.active {
    background: #333;
}

@media (max-width: 1200px) {
    .iswadesi .new-product-list .product-card {
        min-width: calc(25% - 11.25px);
    }
}

@media (max-width: 900px) {
    .iswadesi .new-product-list .product-card {
        min-width: calc(33.333% - 10px);
    }
}

@media (max-width: 768px) {
    .iswadesi .new-product-list .header h1 {
        font-size: 1.8rem;
    }

    .iswadesi .new-product-list .product-card {
        min-width: calc(50% - 7.5px);
    }

    .iswadesi .new-product-list .slider-container {
        padding: 0 40px;
    }

    .iswadesi .new-product-list .nav-button {
        width: 35px;
        height: 35px;
        font-size: 1.2rem;
    }
}

@media (max-width: 480px) {
    .iswadesi .new-product-list .product-card {
        min-width: calc(100% - 0px);
    }

    .iswadesi .new-product-list .icons {
        gap: 10px;
    }

    .iswadesi .new-product-list .icon {
        font-size: 2rem;
    }
}

.iswadesi .menu-submit-btn {
    display: none !important;
}

.iswadesi .mm-navbar .mm-prev:before,
.iswadesi .mm-navbar .mm-close:after {
    color: #ff8b29 !important;
    border-color: #ff8b29 !important;
}

.iswadesi .mm-navbar .mm-prev:hover {
    background: #ff8b29 !important;
}

.iswadesi .mm-navbar .mm-prev:hover:before,
.iswadesi .mm-navbar .mm-close:hover:after {
    color: #fff !important;
    border-color: #fff !important;
}

.iswadesi .mm-navbar .mm-close:hover {
    background: #ff8b29 !important;
}

.iswadesi .category-row .nav>li>ul>li>a:hover {
    background-color: #ff8b29;
}

/* header */
.listing-item-block .left-sidebar-block {
    border: 0 solid #ddd;
    padding-top: 0;
}

.listing-item-block .left-sidebar-block h4 {
    font-size: 20px;
    border-bottom: 1px solid #ecedf1;
    padding-bottom: 10px;
    margin-bottom: 15px;
    margin-top: 0;
}

.listing-item-block .left-sidebar-block .side-back:before {
    font-size: 16px;
}

.listing-item-block .left-sidebar-block .single-sidebar .sec-title h3 {
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #ecedf1;
}

.listing-item-block .left-sidebar-block .single-sidebar .sec-title h3:before {
    font-size: 25px;
    padding: 8px 0 0 8px;
}

.listing-item-block .left-sidebar-block .single-sidebar .side-categories li a {
    font-size: 14px;
}

.listing-item-block .left-sidebar-block .single-sidebar .side-categories::-webkit-scrollbar {
    width: 6px;
}

.listing-item-block .left-sidebar-block .single-sidebar .side-categories::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.listing-item-block .left-sidebar-block .single-sidebar .side-categories::-webkit-scrollbar-thumb {
    background: #c0c0c0;
    border-radius: 10px;
}

.listing-item-block .left-sidebar-block .single-sidebar .side-categories::-webkit-scrollbar-thumb:hover {
    background: #a0a0a0;
}

.listing-item-block .left-sidebar-block .single-sidebar .side-categories li a:hover {
    color: #FF8B29;
}

.listing-item-block .left-sidebar-block .side-back:hover:before {
    color: #FF8B29;
}

/* Default radio color */
.listing-item-block .left-sidebar-block .radio_filter input[type="radio"] {
    accent-color: #ff5722;
    /* grey border + dot */
    cursor: pointer;
}

.listing-item-block .left-sidebar-block .radio_filter:hover {
    color: #FF8B29;
}

.listing-item-block .mbl-act-fil-scrl {
    gap: 5px;
}

.listing-item-block .mbl-act-fil-scrl .badge {
    margin-inline: 0;
    margin-block: 10px;
    padding: 10px;
    color: #3a3a3a;
    background: #f5f5f5;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 400;
}

.listing-item-block .mb-0 {
    margin-bottom: 0;
}

.listing-item-block .text-end {
    text-align: end;
}

.listing-item-block .ad-submit {
    padding: 0;
}

.listing-item-block .ad-submit a {
    background: #FF8B29;
    color: #fff;
    padding: 6px 13px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    border: 1px solid #FF8B29;
}

.listing-item-block .ad-submit a:hover {
    background: #fff;
    color: #FF8B29 !important;
}

.listing-item-block .active-filter-mbl-block {
    border: none;
    margin-inline: 0;
    background-color: transparent;
    padding: 0;
    align-items: center;
    display: flex;
}

.listing-item-block .active-filters .badge i {
    cursor: pointer;
}

.listing-item-block .clear-filter .clear-btn {
    background: transparent;
    color: #FF8B29;
    padding: 6px 13px;
    border-radius: 5px;
    font-size: 13px;
    cursor: pointer;
    border: 1px solid #FF8B29;
    line-height: normal;
    font-weight: 500;
}

.listing-item-block .clear-filter .clear-btn:hover {
    background: #FF8B29;
    color: #FFF;
}

.listing-item-block .listing-item {
    border: none;
}

.listing-item-block .listing-item .list-image {
    width: 100% !important;
}

.listing-item-block .listing-item .listing-detail {
    padding: 10px;
}

.listing-item-block .listing-item .listing-detail p.list-price {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a !important;
    margin-top: 0;
}

.listing-item-block .listing-item .heart {
    bottom: 110px;
}

.listing-item-block .listing-item .listing-location p:before {
    color: #FF8B29;
}

.extra-height {
    margin: 0;
}

.extra-height .col-sm-12 {
    padding: 0;
}

.breadcrumb li+li:before {
    content: '\f105' !important;
    font: normal normal normal 20px / 1 FontAwesome;
    font-size: 18px;
    position: relative;
    top: 1px;
}

.ctn-search .search-form .cat-search {
    display: none;
}

@media screen and (min-width:1201px) {
    .mabile-btn {
        display: none;
    }
}

.ctn-search .search-form .name-search {
    width: 92%;
}

.ctn-search .search-form .submit-btn {
    width: 8%;
}

.ad-submit a {
    padding: 8px 13px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
}

.log-right {
    font-weight: 500;
}

.caret {
    margin-bottom: 2px;
}


/* footer */

.iswadesi-footer {
    background-color: #243082;
    color: white;
    padding: 50px 40px 0;
}

/* .iswadesi-footer .footer-logo{
    padding: 10px;
    border-radius: 10px;
    background-color: #fff;
} */
.iswadesi-footer .footer-content {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    /* gap: 40px; */
    margin-bottom: 25px;
}

.iswadesi-footer .footer-column h3 {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.iswadesi-footer .footer-column ul {
    list-style: none;
    padding: 0;
}

.iswadesi-footer .footer-column ul li {
    margin-bottom: 12px;
}

.iswadesi-footer .footer-column ul li a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    transition: opacity 0.3s;
}

.iswadesi-footer .footer-column ul li a:hover {
    opacity: 0.7;
}

.iswadesi-footer .social-icons {
    display: flex;
    margin-top: 15px;
}

.iswadesi-footer .social-icons a {
    color: white;
    font-size: 24px;
    transition: opacity 0.3s;
}

.iswadesi-footer .social-icons a:hover {
    opacity: 0.7;
}

.iswadesi-footer .app-buttons {
    display: flex;
    gap: 10px;
    margin-top: 15px;
    width: 100%;
}

.iswadesi-footer .app-button {
    width: 50%;
}

.iswadesi-footer .app-button img {
    width: 100%;
}

.iswadesi-footer .app-button:hover {
    opacity: 0.8;
}

.iswadesi-footer .app-button i {
    font-size: 20px;
}

.iswadesi-footer .app-button-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.iswadesi-footer .app-button-text span:first-child {
    font-size: 9px;
    opacity: 0.8;
}

.iswadesi-footer .app-button-text span:last-child {
    font-size: 13px;
    font-weight: 600;
}

.iswadesi-footer .footer-bottom {
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: space-between;
}

.iswadesi-footer .logo {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

.iswadesi-footer .footer-links {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.iswadesi-footer .footer-links a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 12px;
    transition: opacity 0.3s;
}

.iswadesi-footer .footer-links a:hover {
    opacity: 1;
}

.iswadesi-footer .copyright {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
}

@media (max-width: 768px) {
    .iswadesi-footer .footer {
        padding: 40px 20px 20px;
    }

    .iswadesi-footer .footer-content {
        /* grid-template-columns: 1fr; */
        gap: 30px;
    }

    .iswadesi-footer .app-buttons {
        flex-direction: column;
    }
}

.iswadesi-footer .footer-logo img {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    background-color: #fff;
}

.iswadesi-footer .footer-bottom .footer-links {
    margin-bottom: 0;
}

@media screen and (max-width:510px) {
    .iswadesi-footer .footer-logo img {
        width: 50%;
    }
}

@media screen and (max-width:1200px) {
    .iswadesi-footer .footer-bottom {
        padding-bottom: 55px;
    }
}

@media screen and (max-width:555px) {
    .iswadesi-footer .footer-bottom {
        flex-direction: column;
        gap: 10px;
    }

    .iswadesi-footer .footer-links {
        gap: 10px;
    }
}

.category-fixed {
    background-color: #243082;
    border-bottom: 1px solid #ecedf1;
    display: block !important;
}

.category-row .nav>li>a {
    color: #FFF;
    font-size: 13px;
    white-space: nowrap;
}

#applyLoc,
#clearLoc {
    text-transform: capitalize;
    font-weight: 500;
}

.breadcrumb {
    margin-top: 20px;
}

#pagination .jPag-pages li span.jPag-current {
    background-color: #FF8B29 !important;
    border: 1px solid #FF8B29 !important;
    color: #fff !important;
}

#pagination .jPag-control-back a,
#pagination .jPag-control-front a {
    border: 1px solid rgb(204, 204, 204) !important;
    font-weight: 500;
}

#pagination .jPag-control-back a:hover,
#pagination .jPag-control-front a:hover {
    border: 1px solid #FF8B29 !important;
    color: #FF8B29 !important;
}

#pagination .jPag-pages a {
    color: #FF8B29 !important;
    font-weight: 500;
    border: 1px solid rgb(204, 204, 204) !important;
}

#pagination .jPag-pages a:hover {
    background-color: #FF8B29 !important;
    color: #fff !important;
    border: 1px solid #FF8B29 !important;
}

.breadcrumb li:last-child a {
    color: #FF8B29 !important;
}

.breadcrumb>li:last-child {
    color: #FF8B29 !important;
}


.category-row .nav>li>a {
    font-size: 12px;
    font-weight: 500;
}

.new-banner {
    margin-top: 130px;
}

.new-banner img {
    width: 100%;
    border-radius: 10px;
}

.home-sec-two img {
    width: 100%;
    border-radius: 10px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.cust-row {
    display: grid;
    /* grid-template-columns: repeat(4, 1fr); */
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}


@media screen and (max-width:600px) {
    .cust-row {
        /* grid-template-columns: repeat(2, 1fr); */
        grid-template-columns: repeat(1, 1fr);
    }
}

.mobile-head-search .header-widget i {
    background: #FF8B29 !important;
}

@media screen and (max-width:1100px) {
    .new-banner {
        margin-top: 80px;
    }
}

@media screen and (max-width:767px) {
    .new-banner {
        margin-top: 20px;
    }
}

.plus-btn i {
    background: #FF8B29 !important;
}

.mobile-group a:hover i {
    color: #FF8B29 !important;
}

.category-row .nav>li>a {
    position: relative;
    background-color: transparent;
}

.category-row .nav>li>a:hover {
    background-color: transparent;
    border-bottom: 2px solid #FF8B29;
    /* change color if needed */
}

.category-row .nav .big-nav>ul>li>ul,
.category-row .nav .big-nav ul {
    background: #fff !important;
}

.category-row .nav .big-nav:hover>a {
    border-bottom: 2px solid #FF8B29;
}

.home-sec-three img {
    width: 100%;
    border-radius: 10px;
}

.category-row .nav {
    justify-content: start;
}

.category-row .nav .big-nav>ul>li>a {
    background: #F0F0F0;
    color: #222;
    font-size: 13px;
    font-weight: 500;
}

.iswadesi .category-row .nav>li>ul>li>a:hover {
    background-color: #F0F0F0;
    color: #222;
}

.category-row .nav .big-nav>ul>li>ul>li a {
    font-size: 13px;
    font-weight: 500;
    border: none;
}

.category-row .nav .big-nav>ul>li>ul>li a:hover {
    color: #FF8B29 !important;
}

.home-sec-two a:hover img,
.home-sec-three a:hover img {
    opacity: 0.9;
}

.home-sec-three {
    display: none;
}

/*  */


/* Top Brands Section */
.brands-section {
    margin-bottom: 50px;
}

.brands-section .brands-scroll {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    padding: 10px 0;
    scrollbar-width: none;
}

.brands-section .brands-scroll::-webkit-scrollbar {
    display: none;
}

.brands-section .brand-item {
    flex-shrink: 0;
    text-align: center;
    cursor: pointer;
}

.brands-section .brand-circle {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background-color: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    transition: transform 0.3s ease;
    overflow: hidden;
}

.brands-section .brand-circle:hover {
    transform: scale(1.05);
}

.brands-section .brand-circle img {
    max-width: 100px !important;
    max-height: 100px !important;
    object-fit: contain !important;
    border-radius: 10% !important;
}

.brands-section .brand-name {
    font-size: 16px;
    font-weight: 500;
    color: #1a1a1a;
}

/* Products Section */
.products-section {
    margin-bottom: 40px;
}

.products-section .section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.products-section .see-all {
    color: #ff8b29;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}

.products-section .see-all:hover {
    text-decoration: underline;
}

.products-section .products-scroll {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    padding: 10px 0;
    scrollbar-width: none;
}

.products-section .products-scroll::-webkit-scrollbar {
    display: none;
}

.products-section .product-card {
    flex-shrink: 0;
    width: 275px;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    position: relative;
}

.products-section .product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.products-section .product-image {
    width: 100%;
    height: 220px;
    background-color: #f5f5f5;
    position: relative;
    overflow: hidden;
}

.products-section .product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.products-section .sold-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background-color: #000;
    color: white;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 4px;
}

.products-section .favorite-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    background: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.products-section .favorite-btn:hover {
    background-color: #f0f0f0;
}

.products-section .product-info {
    /* padding: 16px; */
}

.products-section .product-title {
    font-size: 15px;
    color: #1a1a1a;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.products-section .product-price {
    display: flex;
    align-items: center;
    gap: 8px;
}

.products-section .current-price {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
}

.products-section .original-price {
    font-size: 16px;
    color: #999;
    text-decoration: line-through;
}

.brands-section .scroll-container,
.products-section .scroll-container {
    position: relative;
}

.brands-section .scroll-btn,
.products-section .scroll-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: white;
    border: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    transition: all 0.3s ease;
    padding-bottom: 3px;
}

.brands-section .scroll-btn:hover,
.products-section .scroll-btn:hover {
    background-color: #f0f0f0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.brands-section .scroll-btn.left,
.products-section .scroll-btn.left {
    left: 10px;
}

.brands-section .scroll-btn.right,
.products-section .scroll-btn.right {
    right: 10px;
}

.brands-section .scroll-btn:disabled,
.products-section .scroll-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

@media (max-width: 768px) {
    .brands-section .brand-circle {
        width: 120px;
        height: 120px;
    }

    .products-section .product-card {
        width: 240px;
    }
}

.mt-0 {
    margin-top: 0 !important;
}

.report-listing {
    display: none;
}

.listing-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.p-il-0 {
    padding-inline: 0;
}

.listing-item-block .listing-item {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.listing-item-block .listing-item .listing-location {
    display: none;
}

.listing-item-block .listing-item .heart {
    top: 10px;
}

.listing-item-block .listing-item:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.listing-item .listing-detail .title {
    font-size: 15px;
    color: #1a1a1a;
    font-weight: 400;
    text-transform: capitalize;
}

.listing-item-block .listing-item .heart .fa-heart-o {
    color: #1a1a1a;
}

.left-sidebar-block h2 {
    margin-top: 0;
    font-size: 20px;
    border-bottom: 1px solid #ecedf1;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.listing-item-block .left-sidebar-block h4 {
    font-size: 17px;
}

.download-app-section {
    background: linear-gradient(113deg, rgb(255, 215, 181) 48%, rgb(255, 215, 181) 48%, rgb(255 139 41) 48%, rgb(255 139 41) 48%);
    padding-block: 30px;
}

.download-app-section h2 {
    font-size: 55px;
    font-weight: 700;
    margin: 0;
    color: #000;
}

.download-app-section h5 {
    font-size: 35px;
    font-weight: 400;
    margin-block: 20px;
}

.download-logo img {
    margin: 10px;
    margin-left: 0;
}

.download-logo a:hover img {
    opacity: 0.7;
}

.download-app-section .row {
    display: flex;
    align-items: center;
}

@media screen and (max-width:767px) {
    .download-app-section .row {
        flex-direction: column;
    }

    .download-app-section .row .text-center img {
        width: 100%;
    }
}

.recents-single h2:before {
    display: none;
}

.recents-single h2 {
    margin-bottom: 0;
}

.listing-item .listing-detail {
    padding: 10px;
}

.listing-item {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    border: none;
}

.recents-single .single-det-slider .owl-nav .owl-prev {
    position: absolute;
    right: unset;
    top: 45%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: white;
    border: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    transition: all 0.3s ease;
    color: #333333;
    left: 0;
}

.recents-single .single-det-slider .owl-nav .owl-prev:hover {
    background-color: #f0f0f0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.recents-single .single-det-slider .owl-nav .owl-next {
    position: absolute;
    left: unset;
    top: 45%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: white;
    border: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    transition: all 0.3s ease;
    color: #333333;
    right: 0;
}

.recents-single .single-det-slider .owl-nav .owl-next:hover {
    background-color: #f0f0f0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.single-listing-detail-image-slider {
    background-color: transparent;
    padding: 0;
}

.single-listing-detail-image-slider {
    border: none;
}

.single-listing-title-block h4 {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
    border: none;
}

.single-listing-title-info li i {
    top: 2px;
    color: #FF8B29;
}

.product__carousel .gallery-top .swiper-slide a img {
    object-fit: cover;
}

.product__carousel .swiper-button-next.swiper-button-white,
.product__carousel .swiper-button-prev.swiper-button-white {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: white;
    border: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    transition: all 0.3s ease;
    color: #333333;
}

.single-listing .swiper-button-next::after,
.single-listing .swiper-button-prev::after {
    font-size: 18px;
}

.product__carousel .gallery-thumbs {
    flex: 1;
    overflow-y: scroll;
}

/* Scrollbar width */
.product__carousel .gallery-thumbs::-webkit-scrollbar {
    width: 6px;
    /* reduce width */
}

/* Scrollbar track */
.product__carousel .gallery-thumbs::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Scrollbar thumb */
.product__carousel .gallery-thumbs::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 10px;
}

.product__carousel .gallery-thumbs::-webkit-scrollbar-thumb:hover {
    background: #666;
}


/*  */
.product-details-page .container {
    margin: 0 auto;
    display: flex;
    gap: 0;
}

.product-details-page .left-section {
    width: 75px;
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.product-details-page .thumbnail {
    width: 55px;
    height: 55px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    cursor: pointer;
    overflow: hidden;
    background: #fafafa;
    margin-bottom: 0;
}

.product-details-page .thumbnail.active {
    border: 2px solid #1a1a1a;
}

.product-details-page .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-details-page .middle-section {
    flex: 1;
    width: 580px;
    padding: 20px;
    position: relative;
}

.product-details-page .main-image-container {
    width: 100%;
    height: 580px;
    background: #fafafa;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-details-page .main-image-container img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.product-details-page .nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.95);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #1a1a1a;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.product-details-page .nav-arrow:hover {
    background: #fff;
}

.product-details-page .nav-arrow.left {
    left: 16px;
}

.product-details-page .nav-arrow.right {
    right: 16px;
}

.product-details-page .image-actions {
    display: flex;
    gap: 12px;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #efefef;
}

.product-details-page .action-button {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    border: 1px solid #e5e5e5;
    background: #fff;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    color: #1a1a1a;
    font-weight: 500;
}

.product-details-page .action-button:hover {
    background: #fafafa;
}

.product-details-page .action-button svg {
    width: 16px;
    height: 16px;
}

.product-details-page .seller-section {
    margin-top: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.product-details-page .seller-avatar {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.product-details-page .seller-info {
    flex: 1;
}

.product-details-page .seller-name {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 2px;
}

.product-details-page .seller-username {
    font-size: 13px;
    color: #767676;
    margin-bottom: 4px;
}

.product-details-page .seller-stats {
    font-size: 13px;
    color: #767676;
    margin-bottom: 5px;
}

.product-details-page .verified-badge {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 6px;
    font-size: 13px;
    color: #00a1b3;
}

.product-details-page .right-section {
    width: 530px;
    padding: 20px 20px 20px 40px;
    position: relative;
    height: fit-content;
}

.product-details-page .updated-time {
    font-size: 13px;
    color: #767676;
    margin-bottom: 12px;
}

.product-details-page .product-title {
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.4;
    margin-bottom: 16px;
}

.product-details-page .price-section {
    margin-bottom: 24px;
}

.product-details-page .price {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 4px;
}

.product-details-page .protection-fee {
    font-size: 13px;
    color: #767676;
}

.product-details-page .like-button {
    position: absolute;
    top: 0;
    right: 20px;
    width: 52px;
    height: 52px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.product-details-page .like-button:hover {
    background: #fafafa;
}

.product-details-page .like-icon {
    font-size: 20px;
    color: #1a1a1a;
}

.product-details-page .like-count {
    font-size: 10px;
    color: #767676;
    margin-top: 2px;
}

.product-details-page .action-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 8px;
}

.product-details-page .btn {
    padding: 13px 20px;
    border-radius: 4px;
    border: none;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

.product-details-page .btn-outline {
    background: #fff;
    color: #1a1a1a;
    border: 1px solid #e5e5e5;
}

.product-details-page .btn-outline:hover {
    background: #fafafa;
}

.product-details-page .btn-primary {
    background: #00a1b3;
    color: #fff;
}

.product-details-page .btn-primary:hover {
    background: #008a9a;
}

.product-details-page .btn-buynow {
    width: 100%;
    background: #243082;
    color: #fff;
    margin-bottom: 8px;
}

.product-details-page .btn-buynow:hover {
    background: #4752c4;
}

.product-details-page .btn-paypal {
    width: 100%;
    background: #2c2e2f;
    color: #fff;
}

.product-details-page .btn-paypal:hover {
    background: #1a1b1c;
}

.product-details-page .payment-options {
    text-align: center;
    font-size: 12px;
    color: #767676;
    margin: 12px 0;
}

.product-details-page .terms-text {
    text-align: center;
    font-size: 11px;
    color: #999;
    margin-bottom: 16px;
    line-height: 1.5;
}

.product-details-page .terms-text a {
    color: #00a1b3;
    text-decoration: none;
}

.product-details-page .protection-box {
    display: flex;
    gap: 12px;
    padding: 14px;
    background: #f0f7ff;
    border-radius: 4px;
    margin-bottom: 24px;
}

.product-details-page .protection-icon {
    width: 36px;
    height: 36px;
    background: #5865F2;
    border-radius: 4px;
    flex-shrink: 0;
}

.product-details-page .protection-text {
    flex: 1;
    font-size: 13px;
}

.product-details-page .protection-text strong {
    display: block;
    color: #1a1a1a;
    margin-bottom: 2px;
}

.product-details-page .protection-text span {
    color: #767676;
    font-size: 12px;
}

.product-details-page .protection-text a {
    color: #00a1b3;
    text-decoration: none;
}

.product-details-page .details-section {
    margin-top: 32px;
}

.product-details-page .section-title {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 16px;
}

.product-details-page .detail-row {
    display: flex;
    padding: 14px 0;
    border-bottom: 1px solid #efefef;
    font-size: 14px;
}

.product-details-page .detail-label {
    width: 140px;
    color: #767676;
    flex-shrink: 0;
}

.product-details-page .detail-value {
    flex: 1;
    color: #1a1a1a;
}

.product-details-page .detail-value a {
    color: #00a1b3;
    text-decoration: none;
}

.product-details-page .detail-value a:hover {
    text-decoration: underline;
}

.product-details-page .description-section {
    margin-top: 32px;
}

.product-details-page .description-text {
    font-size: 14px;
    line-height: 1.7;
    color: #4a4a4a;
}

@media (max-width: 1200px) {
    .product-details-page .container {
        flex-direction: column;
    }

    .product-details-page .left-section {
        width: 100%;
        flex-direction: row;
        overflow-x: auto;
        padding: 10px 20px;
        border-bottom: 1px solid #efefef;
    }

    .product-details-page .thumbnail {
        flex-shrink: 0;
    }

    .product-details-page .middle-section {
        max-width: 100%;
        padding: 20px;
    }

    .product-details-page .main-image-container {
        height: 450px;
    }

    .product-details-page .right-section {
        width: 100%;
        position: static;
        padding: 20px;
    }

    .product-details-page .like-button {
        width: 48px;
        height: 48px;
    }

    .product-details-page .product-title {
        font-size: 22px;
    }

    .product-details-page .price {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .product-details-page .breadcrumb {
        font-size: 11px;
        padding: 10px 15px;
        overflow-x: auto;
        white-space: nowrap;
    }

    .product-details-page .left-section {
        padding: 8px 15px;
        gap: 6px;
    }

    .product-details-page .thumbnail {
        width: 50px;
        height: 50px;
    }

    .product-details-page .middle-section {
        padding: 15px;
    }

    .product-details-page .main-image-container {
        height: 350px;
    }

    .product-details-page .nav-arrow {
        width: 32px;
        height: 32px;
        font-size: 16px;
    }

    .product-details-page .nav-arrow.left {
        left: 10px;
    }

    .product-details-page .nav-arrow.right {
        right: 10px;
    }

    .product-details-page .image-actions {
        flex-wrap: wrap;
        gap: 8px;
    }

    .product-details-page .action-button {
        padding: 8px 10px;
        font-size: 13px;
    }

    .product-details-page .seller-section {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .product-details-page .seller-avatar {
        width: 44px;
        height: 44px;
        font-size: 18px;
    }

    .product-details-page .right-section {
        padding: 15px;
    }

    .product-details-page .like-button {
        top: 15px;
        right: 15px;
        width: 44px;
        height: 44px;
    }

    .product-details-page .like-icon {
        font-size: 18px;
    }

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

    .product-details-page .price {
        font-size: 26px;
    }

    .product-details-page .action-buttons {
        grid-template-columns: 1fr;
    }

    .product-details-page .btn {
        padding: 12px 18px;
        font-size: 14px;
    }

    .product-details-page .protection-box {
        padding: 12px;
        gap: 10px;
    }

    .product-details-page .protection-icon {
        width: 32px;
        height: 32px;
    }

    .product-details-page .detail-row {
        flex-direction: column;
        gap: 6px;
        padding: 12px 0;
    }

    .product-details-page .detail-label {
        width: 100%;
        font-weight: 600;
    }

    .product-details-page .section-title {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .product-details-page .breadcrumb {
        font-size: 10px;
        padding: 8px 10px;
    }

    .product-details-page .left-section {
        padding: 6px 10px;
    }

    .product-details-page .thumbnail {
        width: 45px;
        height: 45px;
    }

    .product-details-page .middle-section {
        padding: 10px;
    }

    .product-details-page .main-image-container {
        height: 280px;
    }

    .product-details-page .nav-arrow {
        width: 28px;
        height: 28px;
        font-size: 14px;
    }

    .product-details-page .image-actions {
        gap: 6px;
    }

    .product-details-page .action-button {
        padding: 6px 8px;
        font-size: 12px;
        flex: 1;
    }

    .product-details-page .action-button svg {
        width: 14px;
        height: 14px;
    }

    .product-details-page .seller-avatar {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .product-details-page .seller-name {
        font-size: 15px;
    }

    .product-details-page .seller-username,
    .product-details-page .seller-stats {
        font-size: 12px;
    }

    .product-details-page .right-section {
        padding: 12px;
    }

    .product-details-page .like-button {
        width: 40px;
        height: 40px;
        top: 12px;
        right: 12px;
    }

    .product-details-page .like-icon {
        font-size: 16px;
    }

    .product-details-page .like-count {
        font-size: 9px;
    }

    .product-details-page .product-title {
        font-size: 18px;
    }

    .product-details-page .price {
        font-size: 24px;
    }

    .product-details-page .protection-fee {
        font-size: 12px;
    }

    .product-details-page .btn {
        padding: 11px 16px;
        font-size: 13px;
    }

    .product-details-page .payment-options {
        font-size: 11px;
    }

    .product-details-page .terms-text {
        font-size: 10px;
    }

    .product-details-page .protection-box {
        padding: 10px;
        gap: 8px;
    }

    .product-details-page .protection-icon {
        width: 28px;
        height: 28px;
    }

    .product-details-page .protection-text {
        font-size: 12px;
    }

    .product-details-page .protection-text strong {
        font-size: 12px;
    }

    .product-details-page .protection-text span {
        font-size: 11px;
    }

    .product-details-page .detail-row {
        padding: 10px 0;
        font-size: 13px;
    }

    .product-details-page .section-title {
        font-size: 15px;
        margin-bottom: 12px;
    }

    .product-details-page .description-text {
        font-size: 13px;
        line-height: 1.6;
    }
}


#thumbnailContainer {
    height: 580px;
    overflow-y: auto;
    /* Enables scrolling */
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
    box-sizing: border-box;
    width: auto;
    /* Firefox: thin scrollbar */
    scrollbar-width: thin;

    /* Optional: custom colors for Firefox (thumb and track) */
    scrollbar-color: #888 #f1f1f1;
    /* thumb color | track color */
}

/* Chrome, Edge, Safari: custom thin scrollbar */
#thumbnailContainer::-webkit-scrollbar {
    width: 8px;
    /* Thinner vertical scrollbar (adjust 6-10px as needed) */
}

#thumbnailContainer::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* Track color - light gray */
    border-radius: 10px;
}

#thumbnailContainer::-webkit-scrollbar-thumb {
    background: #888;
    /* Thumb color - darker gray */
    border-radius: 10px;
}

#thumbnailContainer::-webkit-scrollbar-thumb:hover {
    background: #555;
    /* Darker on hover for better UX */
}

.thumbnail {
    flex-shrink: 0;
    /* Prevent thumbnails from shrinking */
    width: 100%;
    /* Full width of container */
}

.thumbnail img {
    width: 100%;
    height: auto;
    /* Maintain aspect ratio */
    display: block;
    object-fit: cover;
    /* Optional: crop to fill, use 'contain' if you don't want cropping */
    border: 2px solid transparent;
    /* Optional: for active state styling */
}

.product-details-page .description-wrapper {
    position: relative;
    overflow: hidden;
}

.product-details-page .description-text {
    display: -webkit-box;
    -webkit-line-clamp: 15;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.6;
    margin-bottom: 10px;
}

.product-details-page .description-text.expanded {
    display: block;
    -webkit-line-clamp: unset;
}

.product-details-page .read-more-link {
    color: #FF8B29;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    display: block;
    margin-top: 10px;
}

.product-details-page .read-more-link.hidden {
    display: none;
}


.details-sticky {
    position: sticky;
    top: 125px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    overflow: auto;
    height: max-content;
}

.seller-avatar img {
    width: 100%;
    border-radius: 50%;
    height: 100%;
    object-fit: cover;
}

.seller-name a {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 2px;
}

.seller-stats span {
    font-size: 13px;
    margin-bottom: 4px;
    font-weight: 400;
    padding: 0;
}

@media screen and (max-width:1200px) {
    .details-sticky {
        position: static;
    }
}


.login-link.open>.dropdown-menu {
    top: 108%;
    border: none;
    right: 0;
    left: unset;
}

.login-link .dropdown-menu li a i {
    color: #FF8B29;
}

.profile-setting-block .form-control {
    height: 40px;
    margin-bottom: 15px;
}

.profile-setting-block input[type=file] {
    padding-top: 8px;
}

.profile-setting-block .form-group {
    margin-bottom: 0;
}

.profile-list-li li i,
.profile-head-title i {
    color: #FF8B29;
}

.profile-list-li li a:before,
.profile-list-li li a:hover:before,
.profile-list-li li.active a:before {
    background: #FF8B29;
}




.product-details-page .popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(5px);
    z-index: 10000;
    animation: fadeIn 0.3s ease;
}

.product-details-page .popup-overlay.active {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-details-page .popup {
    background: white;
    border-radius: 24px;
    max-width: 480px;
    width: 90%;
    max-height: 90vh;
    position: relative;
    animation: slideUp 0.4s ease;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.product-details-page .popup-header {
    position: sticky;
    top: 0;
    background: #243082;
    padding: 20px 30px;
    border-bottom: 1px solid #e9ecef;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    border-radius: 24px 24px 0 0;
    align-items: center;
}

.product-details-page .popup-header a {
    width: fit-content;
}

.product-details-page .popup-header a img {
    width: 50%;
}

.product-details-page .popup-content {
    overflow-y: auto;
    overflow-x: hidden;
    padding: 5px 30px 15px;
}

.product-details-page .popup-content::-webkit-scrollbar {
    width: 8px;
}

.product-details-page .popup-content::-webkit-scrollbar-track {
    background: #f1f3f5;
    border-radius: 10px;
}

.product-details-page .popup-content::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 10px;
}

.product-details-page .popup-content::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, #5568d3 0%, #6a4190 100%);
}

.product-details-page .close-btn {
    background: #f1f3f5;
    border: none;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    color: #495057;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    position: unset;
}

.product-details-page .close-btn:hover {
    background: #e9ecef;
    transform: rotate(90deg);
}

.product-details-page .popup-icon {
    width: 90px;
    height: 90px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 45px;
}

.product-details-page .popup h2 {
    color: #212529;
    font-size: 28px;
    margin-bottom: 12px;
}

.product-details-page .popup p {
    color: #6c757d;
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 1.6;
}

.product-details-page .benefits {
    background: #f8f9fa;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 25px;
    text-align: left;
}

.product-details-page .benefit-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    color: #495057;
}

.product-details-page .benefit-item:last-child {
    margin-bottom: 0;
}

.product-details-page .benefit-icon {
    font-size: 20px;
    margin-right: 12px;
    min-width: 24px;
}

.product-details-page .download-buttons {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    justify-content: space-evenly;
}

.product-details-page .download-buttons a:hover img {
    opacity: 0.7;
}


@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        transform: translateY(50px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (max-width: 480px) {
    .product-details-page .popup-header {
        padding: 15px 20px;
    }

    .product-details-page .popup-content {
        padding: 20px 20px 30px;
    }

    .product-details-page .popup h2 {
        font-size: 24px;
    }

    .product-details-page .popup-icon {
        width: 75px;
        height: 75px;
        font-size: 38px;
    }

    .product-details-page .benefits {
        padding: 15px;
    }

    .product-details-page .benefit-item {
        font-size: 14px;
    }
}

.product-details-page .success-message {
    display: none;
    background: #d4edda;
    border: 2px solid #c3e6cb;
    color: #155724;
    padding: 15px;
    border-radius: 12px;
    margin-top: 15px;
    font-weight: 500;
    text-align: center;
}

.product-details-page .success-message.show {
    display: block;
    animation: fadeIn 0.3s ease;
}


.product-details-page-share .popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    z-index: 10000;
    animation: fadeIn 0.3s ease;
}

.product-details-page-share .popup-overlay.active {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-details-page-share .share-popup {
    background: white;
    border-radius: 16px;
    max-width: 540px;
    width: 90%;
    max-height: 90vh;
    position: relative;
    animation: slideUp 0.3s ease;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.product-details-page-share .popup-header {
    position: sticky;
    top: 0;
    background: white;
    padding: 20px 24px;
    border-bottom: 1px solid #e9ecef;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-details-page-share .popup-title {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
}

.product-details-page-share .close-btn {
    background: transparent;
    border: none;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 24px;
    color: #495057;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    position: unset;
    padding-bottom: 10px;
}


.product-details-page-share .popup-content {
    overflow-y: auto;
    overflow-x: hidden;
    padding: 24px;
}

.product-details-page-share .popup-content::-webkit-scrollbar {
    width: 6px;
}

.product-details-page-share .popup-content::-webkit-scrollbar-track {
    background: #f8f9fa;
}

.product-details-page-share .popup-content::-webkit-scrollbar-thumb {
    background: #dee2e6;
    border-radius: 10px;
}

.product-details-page-share .product-info {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #e9ecef;
}

.product-details-page-share .product-image {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    object-fit: cover;
    background: #f8f9fa;
}

.product-details-page-share .product-details {
    flex: 1;
    text-align: left;
}

.product-details-page-share .product-name {
    font-size: 15px;
    font-weight: 500;
    color: #1a1a1a;
    line-height: 1.4;
    margin: 0;
}

.product-details-page-share .copy-link-btn {
    width: 100%;
    background: #ecedf1;
    border: none;
    padding: 14px 20px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 500;
    color: #495057;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.2s ease;
    margin-bottom: 20px;
}

.product-details-page-share .copy-link-btn:hover {
    background: #e9ecef;
}

.product-details-page-share .copy-link-btn:active {
    transform: scale(0.98);
}

.product-details-page-share .share-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.product-details-page-share .share-options img {
    width: 100%;
}

.product-details-page-share .share-btn {
    background: #ecedf1;
    border: none;
    padding: 14px 20px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.2s ease;
    color: #1a1a1a;
}

.product-details-page-share .share-btn:hover {
    background: #e9ecef;
    transform: translateY(-2px);
}

.product-details-page-share .share-btn:active {
    transform: translateY(0);
}

.product-details-page-share .share-icon {
    width: 24px;
    height: 24px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-details-page-share .facebook {
    color: #1877f2;
}

.product-details-page-share .messenger {
    color: #0084ff;
}

.product-details-page-share .twitter {
    color: #1da1f2;
}

.product-details-page-share .pinterest {
    color: #e60023;
}

.product-details-page-share .whatsapp {
    color: #25d366;
}

.product-details-page-share .email {
    color: #ea4335;
}

.product-details-page-share .success-toast {
    display: none;
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    background: #28a745;
    color: white;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 500;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 2000;
    animation: slideUpToast 0.3s ease;
}

.product-details-page-share .success-toast.show {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        transform: translateY(50px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slideUpToast {
    from {
        transform: translateX(-50%) translateY(20px);
        opacity: 0;
    }

    to {
        transform: translateX(-50%) translateY(0);
        opacity: 1;
    }
}

@media (max-width: 480px) {
    .product-details-page-share .share-popup {
        width: 95%;
    }

    .product-details-page-share .popup-header {
        padding: 16px 20px;
    }

    .product-details-page-share .popup-content {
        padding: 20px;
    }

    .product-details-page-share .share-options {
        grid-template-columns: 1fr;
    }

    .product-details-page-share .product-info {
        flex-direction: column;
    }

    .product-details-page-share .product-image {
        width: 100%;
        height: 150px;
    }
}

.profile-side-info-detail-text {
    border: 1px dashed #FF8B29;
}

.profile-setting-block .btn-primary {
    background: #ff8b29;
    font-weight: 500;
    border-color: #ff8b29;
    text-transform: capitalize;
    font-size: 14px;
}

.profile-setting-block .btn-primary:hover {
    background: #fff;
    color: #ff8b29;
}

.profile-setting-block .btn-danger {
    background: red;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 14px;
}

.profile-setting-block .btn-danger:hover {
    background: #fff;
    color: red;
}

.profile-setting-block .listing-item .listing-detail .timing:before {
    color: #ff8b29;
}

.profile-setting-block .btn.btn-default.btn-danger {
    background: #ff8b29;
    font-weight: 500;
    border-color: #ff8b29;
    text-transform: capitalize;
    font-size: 14px;
}

.profile-setting-block .btn.btn-default.btn-danger:hover {
    background: #fff;
    color: #ff8b29;
}

.profile-setting-block .single-tab-frm-btn button {
    padding: 8px 13px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    background: #ff8b29;
    border-color: #ff8b29;
}

.profile-setting-block .single-tab-frm-btn button:hover {
    background: #fff;
    color: #ff8b29;
}

.profile-setting-block .profile-list .nav-tabs li.active a {
    background-color: #ff8b29;
}

.profile-setting-block .profile-list .nav-tabs li:hover a {
    background-color: #ff8b29;
}

.submit-listing-steps .container {
    border: none;
}

.submit-listing-steps .container:hover {
    box-shadow: none;
}

.submit-listing-steps legend {
    padding-bottom: 10px;
}

.add-listing-dropdown ul li:hover,
ul li.selected {
    background: #ff8b29;
}

.step-btn #listing-prevBtn,
.step-btn #listing-nextBtn {
    background: #ff8b29;
    border-color: #ff8b29;
    padding: 8px 13px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
}

.submit-listing-steps .tab #classitop_dropzone {
    border: 1px dashed #ff8b29 !important;
}





/* banner */
.banner-container {
    width: 100%;
    background: linear-gradient(135deg, #243082 0%, #243082 50%, #243082 100%);
    /* border-radius: 30px; */
    overflow: hidden;
    position: relative;
    /* box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3); */
    animation: fadeInUp 0.8s ease;
    margin: auto;
    margin-top: 115px;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Animated background shapes */
.banner-container .bg-shapes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.banner-container .shape {
    position: absolute;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
}

.banner-container .shape1 {
    width: 300px;
    height: 300px;
    top: -100px;
    left: -50px;
    animation: float 6s ease-in-out infinite;
}

.banner-container .shape2 {
    width: 200px;
    height: 200px;
    bottom: -50px;
    right: 100px;
    animation: float 8s ease-in-out infinite reverse;
}

.banner-container .shape3 {
    width: 150px;
    height: 150px;
    top: 50%;
    left: 30%;
    animation: float 7s ease-in-out infinite;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-20px) rotate(10deg);
    }
}

.banner-container .banner-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 60px;
    padding: 50px 40px;
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: auto;
}

.banner-container .left-section {
    animation: slideInLeft 0.8s ease;
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.banner-container .logo {
    font-size: 56px;
    font-weight: 800;
    color: #FFA500;
    margin-bottom: 25px;
    letter-spacing: 3px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    gap: 10px;
}

.banner-container .logo-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border: 4px solid #FFA500;
    border-radius: 50%;
    font-size: 24px;
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

.banner-container .main-heading {
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
    color: #000;
    font-size: 46px;
    font-weight: 800;
    padding: 20px 40px;
    display: inline-block;
    margin-bottom: 35px;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(255, 165, 0, 0.4);
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.banner-container .main-heading:hover {
    transform: translateY(-3px);
}

.banner-container .main-heading::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    animation: shine 3s infinite;
}

@keyframes shine {
    0% {
        left: -100%;
    }

    100% {
        left: 100%;
    }
}

.banner-container .subheading-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 25px;
}

.banner-container .dots {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.banner-container .dot {
    width: 14px;
    height: 14px;
    border: 3px solid #fff;
    border-radius: 50%;
    animation: dotPulse 1.5s ease-in-out infinite;
}

.banner-container .dot:nth-child(1) {
    animation-delay: 0s;
}

.banner-container .dot:nth-child(2) {
    animation-delay: 0.2s;
}

.banner-container .dot:nth-child(3) {
    animation-delay: 0.4s;
}

.banner-container .dot:nth-child(4) {
    animation-delay: 0.6s;
}

.banner-container .dot:nth-child(5) {
    animation-delay: 0.8s;
}

@keyframes dotPulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.2);
        opacity: 0.7;
    }
}

.banner-container .subheading {
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

/* .banner-container .description {
    color: rgba(255, 255, 255, 0.95);
    font-size: 15px;
    line-height: 1.8;
    max-width: 550px;
    background: rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
} */

.banner-container .right-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    animation: slideInRight 0.8s ease;
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.banner-container .arrows {
    display: flex;
    gap: 12px;
    margin-bottom: 10px;
    animation: arrowBounce 1.5s ease-in-out infinite;
}

@keyframes arrowBounce {

    0%,
    100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(10px);
    }
}

.banner-container .arrow {
    width: 0;
    height: 0;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 35px solid #FFD700;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.2));
}

.banner-container .product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-bottom: 20px;
}

.banner-container .product-item {
    width: 150px;
    height: 150px;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    transition: all 0.4s ease;
}

.banner-container .product-item:hover {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}

.banner-container .product-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.3), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.banner-container .product-item:hover::before {
    opacity: 1;
}

/* Enhanced product backgrounds */
.banner-container .product-1 {
    background: linear-gradient(135deg, #87CEEB 0%, #4682B4 100%);
}

.banner-container .product-2 {
    background: linear-gradient(135deg, #FFB6C1 0%, #FF69B4 100%);
}

.banner-container .product-3 {
    background: linear-gradient(135deg, #98FB98 0%, #32CD32 100%);
}

.banner-container .product-4 {
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
}

.banner-container .product-5 {
    background: linear-gradient(135deg, #DDA0DD 0%, #BA55D3 100%);
}

.banner-container .product-6 {
    background: linear-gradient(135deg, #F5DEB3 0%, #DEB887 100%);
}

.banner-container .product-7 {
    background: linear-gradient(135deg, #FFDAB9 0%, #FFA07A 100%);
}

.banner-container .product-8 {
    background: linear-gradient(135deg, #E0FFFF 0%, #00CED1 100%);
}

.banner-container .product-9 {
    background: linear-gradient(135deg, #FFE4E1 0%, #FF6B6B 100%);
}

.banner-container .product-placeholder {
    font-size: 70px;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.2));
    transition: transform 0.3s ease;
}

.banner-container .product-item:hover .product-placeholder {
    transform: scale(1.2) rotate(5deg);
}

.banner-container .badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #FF4444;
    color: #fff;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    box-shadow: 0 2px 8px rgba(255, 68, 68, 0.4);
    animation: badgePulse 2s ease-in-out infinite;
}

@keyframes badgePulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

.banner-container .cta-button {
    background: linear-gradient(135deg, #FF8C00 0%, #FF6B35 100%);
    color: #fff;
    padding: 10px 25px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 10px 30px rgba(255, 107, 53, 0.5);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.banner-container .cta-button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
}

.banner-container .cta-button:hover::before {
    width: 300px;
    height: 300px;
}

.banner-container .cta-button:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(255, 107, 53, 0.6);
}

.banner-container .cta-button:active {
    transform: translateY(-2px);
}

.banner-container .cart-icon {
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
    animation: cartWiggle 1s ease-in-out infinite;
}

@keyframes cartWiggle {

    0%,
    100% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(-5deg);
    }

    75% {
        transform: rotate(5deg);
    }
}

.banner-container .button-text {
    position: relative;
    z-index: 1;
}

/* Tablet Responsive */
@media (max-width: 1200px) {
    .banner-container .banner-content {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 50px 60px;
        text-align: center;
    }

    .banner-container .left-section {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .banner-container .logo {
        justify-content: center;
    }

    .banner-container .subheading-wrapper {
        justify-content: center;
    }

    .banner-container .description {
        text-align: left;
    }

    .banner-container .product-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .banner-container .product-item {
        width: 130px;
        height: 130px;
    }
}

/* Mobile Responsive */
@media (max-width: 768px) {

    .banner-container .banner-content {
        padding: 35px 25px;
        gap: 30px;
    }

    .banner-container .logo {
        font-size: 42px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .banner-container .logo-circle {
        width: 38px;
        height: 38px;
        font-size: 20px;
    }

    .banner-container .main-heading {
        font-size: 28px;
        padding: 15px 25px;
        text-align: center;
    }

    .banner-container .subheading {
        font-size: 24px;
    }

    .banner-container .description {
        font-size: 14px;
        padding: 15px;
    }

    .banner-container .arrows {
        margin-bottom: 15px;
    }

    .banner-container .arrow {
        border-top: 18px solid transparent;
        border-bottom: 18px solid transparent;
        border-left: 28px solid #FFD700;
    }

    .banner-container .product-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }

    .banner-container .product-item {
        width: 100px;
        height: 100px;
    }

    .banner-container .product-placeholder {
        font-size: 50px;
    }

    .banner-container .badge {
        font-size: 9px;
        padding: 3px 8px;
    }

    .banner-container .cta-button {
        padding: 18px 35px;
        font-size: 20px;
        gap: 12px;
    }

    .banner-container .cart-icon {
        width: 45px;
        height: 45px;
        font-size: 22px;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .banner-container .banner-content {
        padding: 25px 20px;
    }

    .banner-container .logo {
        font-size: 36px;
    }

    .banner-container .main-heading {
        font-size: 22px;
        padding: 12px 20px;
    }

    .banner-container .subheading {
        font-size: 20px;
    }

    .banner-container .product-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }

    .banner-container .product-item {
        width: 85px;
        height: 85px;
    }

    .banner-container .product-placeholder {
        font-size: 40px;
    }

    .banner-container .cta-button {
        padding: 10px 25px;
        font-size: 18px;
        /* width: 100%; */
        justify-content: center;
    }

    .banner-container .dots {
        gap: 8px;
    }

    .banner-container .dot {
        width: 10px;
        height: 10px;
        border-width: 2px;
    }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

@media (max-width: 1100px) {
    .banner-container {
        margin-top: 70px;
    }
}

@media (max-width: 767px) {
    .banner-container {
        margin-top: 0;
    }
}

/* banner */

/* dynamic page */
/* .extra-height {
    display: none;
} */

.dynamic-page-css .hero {
    background: linear-gradient(135deg, #243082 0%, #243082 50%, #243082 100%);
    padding: 60px 20px;
    text-align: center;
}

.dynamic-page-css .hero h1 {
    color: white;
    /* font-size: 2.5rem; */
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

.dynamic-page-css .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.dynamic-page-css .section {
    margin-bottom: 50px;
}

.dynamic-page-css .section h2 {
    /* font-size: 1.5rem; */
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.dynamic-page-css .section p {
    color: #4a4a4a;
    /* font-size: 1rem; */
    /* line-height: 1.8; */
    margin-bottom: 15px;
}

.dynamic-page-css a {
    color: #243082;
    text-decoration: none;
}

.dynamic-page-css a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .dynamic-page-css .hero h1 {
        font-size: 2rem;
    }

    .dynamic-page-css .container {
        padding: 30px 15px;
    }

    .dynamic-page-css .section h2 {
        font-size: 1.3rem;
    }
}

/* dynamic page */


/* about us page */
.about-us-page .hero-section {
    background: linear-gradient(135deg, #243082 0%, #243082 100%);
    padding: 80px 20px;
    text-align: center;
}

.about-us-page .hero-section h1 {
    color: white;
    font-size: 36px;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
    text-transform: capitalize;
}

.about-us-page .content-section {
    padding: 60px 0;
    background: #f8f8f8;
}

.about-us-page .content-section p {
    color: #555;
    line-height: 1.8;
}

.about-us-page .stats-section {
    background: linear-gradient(135deg, #ff8c00 0%, #ff7700 100%);
    padding: 60px 0;
}

.about-us-page .stats-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    text-align: center;
}

.about-us-page .stat-item {
    color: white;
}

.about-us-page .stat-number {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.about-us-page .stat-label {
    font-size: 15px;
    opacity: 0.95;
}

.about-us-page .offices-section {
    padding: 60px 0;
    background: #f8f8f8;
    text-align: center;
}

.about-us-page .offices-section h2 {
    font-size: 30px;
    color: #333;
    margin-bottom: 60px;
    position: relative;
    display: inline-block;
    margin-top: 0;
}

.about-us-page .offices-section h2::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: #243082;
}

.about-us-page .offices-container {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 80px;
    flex-wrap: wrap;
}

.about-us-page .offices-section img {
    width: 100%;
}

.about-us-page .office-item {
    text-align: center;
}

.about-us-page .office-name {
    font-size: 20px;
    font-weight: 600;
    color: #ff8b29;
    margin-bottom: 5px;
}

.about-us-page .office-location {
    font-size: 1rem;
    color: #666;
}

.about-us-page .cta-section {
    background: linear-gradient(135deg, #ff8c00 0%, #ff7700 100%);
    padding: 60px 0;
    text-align: center;
}

.about-us-page .cta-section h2 {
    color: white;
    font-size: 30px;
    margin-bottom: 30px;
    margin-top: 0;
}

.about-us-page .cta-button {
    background: #243082;
    color: white;
    border: none;
    padding: 15px 40px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: capitalize;
}

.about-us-page .cta-button:hover {
    background: #4f46e5;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
    .about-us-page .hero-section h1 {
        font-size: 2.5rem;
    }

    .about-us-page .stat-number {
        font-size: 2.5rem;
    }

    .about-us-page .offices-section h2,
    .about-us-page .cta-section h2 {
        font-size: 2rem;
    }

    .about-us-page .offices-container {
        gap: 50px;
    }
}

/* about us page */

/* contact us page */
.contact-page .contact-header {
    background: linear-gradient(135deg, #243082 0%, #243082 100%);
    padding: 80px 20px;
    text-align: center;
}

.contact-page .contact-header h1 {
    color: white;
    font-size: 36px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

.contact-page .cards-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    padding: 60px 0;
}

.contact-page .card {
    background: white;
    border-radius: 12px;
    padding: 50px 40px;
    text-align: center;
    box-shadow: rgba(34, 34, 34, 0.2) 0 0 8px;
    transition: all 0.3s ease;
}

.contact-page .card:hover {
    box-shadow: rgba(34, 34, 34, 0.2) 0 0 8px;
    transform: translateY(-5px);
}

.contact-page .icon-wrapper {
    width: 100px;
    height: 100px;
    margin: 0 auto 30px;
    background: #e8e8ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-page .icon {
    width: 50px;
    height: 50px;
    stroke: #6366f1;
    stroke-width: 2;
    fill: none;
}

.contact-page .card h2 {
    font-size: 22px;
    color: #1a1a1a;
    margin-bottom: 20px;
    font-weight: 600;
}

.contact-page .card-description {
    color: #666;
    font-size: 13px;
    margin-bottom: 30px;
    line-height: 1.7;
    min-height: 60px;
}

.contact-page .get-help-btn {
    background: #6366f1;
    color: white;
    border: none;
    padding: 14px 36px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    display: inline-block;
}

.contact-page .get-help-btn:hover {
    background: #4f46e5;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
}

.contact-page .divider {
    color: #999;
    margin: 20px 0;
    font-size: 12px;
}

.contact-page .contact-method {
    margin-top: 20px;
}

.contact-page .contact-method-title {
    font-weight: 600;
    color: #1a1a1a;
    font-size: 16px;
    margin-bottom: 8px;
}

.contact-page .contact-method-title i {
    color: #ff8b29;
}

.contact-page .contact-details {
    color: #555;
    font-size: 0.95rem;
}

.contact-page .contact-details div {
    margin: 4px 0;
    font-size: 13px;
}

.contact-page .phone-number {
    color: #1a1a1a;
    font-weight: 500;
}

.contact-page .hours {
    color: #777;
    font-size: 0.9rem;
}

.contact-page .address {
    line-height: 1.6;
}

@media (max-width: 1100px) {
    .contact-page .cards-container {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
}

@media (max-width: 768px) {
    .contact-page .contact-header h1 {
        font-size: 2.2rem;
    }

    .contact-page .cards-container {
        grid-template-columns: 1fr;
    }

    .contact-page .card {
        padding: 40px 30px;
    }
}

/* contact us page */

/* careers page */
.careers-page .hero-section {
    background: linear-gradient(135deg, #243082 0%, #243082 100%);
    padding: 80px 20px;
    text-align: center;
}

.careers-page .hero-section h1 {
    color: white;
    font-size: 36px;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
    text-transform: capitalize;
}

.careers-page .hero-section h5 {
    font-size: large;
    color: #fff;
}

.careers-page h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #1a1a1a;
    margin-top: 0;
}

.careers-page .jobs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.careers-page .job-listing {
    border: 1px solid #e5e5e5;
    padding: 24px;
    border-radius: 8px;
    transition: all 0.2s;
}

.careers-page .job-listing:hover {
    border-color: #ff8b29;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    transform: translateY(-2px);
}

.careers-page .job-title {
    font-size: 18px;
    font-weight: 500;
    color: #243082;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 8px;
}

/* .careers-page .job-title:hover {
    text-decoration: underline;
} */

.careers-page .job-location {
    font-size: 15px;
    text-decoration: none;
    color: #666;
}

.careers-page .list {
    padding-block: 50px;
}

@media (max-width: 768px) {
    .careers-page h2 {
        font-size: 28px;
    }

    .careers-page .jobs-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .careers-page .jobs-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.careers-page .content-area {
    padding-top: 50px;
}

.careers-page .content-area h2,
.careers-page .content-area h3,
.careers-page .content-area h4,
.careers-page .content-area h5,
.careers-page .content-area h6 {
    margin-bottom: 15px;
}

.careers-page ul {
    padding: 0;
}

.careers-page ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #333;
}

.careers-page ul li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #1a1a1a;
    font-weight: bold;
}

.careers-page .form-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.careers-page .form-group {
    margin-bottom: 24px;
}

.careers-page .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.careers-page label {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    margin-bottom: 8px;
}

.careers-page .required {
    color: #d32f2f;
    font-size: 13px;
}

.careers-page input[type="text"],
.careers-page input[type="email"],
.careers-page input[type="tel"],
.careers-page textarea {
    width: 100%;
    padding: 14px 16px;
    font-size: 15px;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    background-color: #fafafa;
    color: #1a1a1a;
    transition: all 0.2s;
    font-family: inherit;
}

.careers-page input[type="text"]:focus,
.careers-page input[type="email"]:focus,
.careers-page input[type="tel"]:focus,
.careers-page textarea:focus {
    outline: none;
    border-color: #5b5bff;
    background-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(91, 91, 255, 0.1);
}

.careers-page input::placeholder,
.careers-page textarea::placeholder {
    color: #999;
}

.careers-page textarea {
    min-height: 120px;
    resize: vertical;
}

.careers-page .file-upload-wrapper {
    position: relative;
    margin-bottom: 12px;
}

.careers-page .file-upload-container {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    background-color: #fafafa;
    cursor: pointer;
    transition: all 0.2s;
}

.careers-page .file-upload-container:hover {
    border-color: #999;
    background-color: #f0f0f0;
}

.careers-page .file-upload-btn {
    padding: 8px 16px;
    background-color: #ffffff;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    transition: all 0.2s;
    font-weight: 500;
}

.careers-page .file-upload-btn:hover {
    background-color: #f5f5f5;
    border-color: #999;
}

.careers-page .file-upload-text {
    font-size: 14px;
    color: #666;
}

.careers-page input[type="file"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.careers-page .file-info {
    font-size: 13px;
    color: #ff8b29;
    margin-top: 8px;
}

.careers-page .submit-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 13px;
    background-color: #ff8b29;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    /* margin-top: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px; */
}

.careers-page .submit-btn:hover {
    background-color: #f6974a;
    box-shadow: 0 4px 12px rgba(204, 92, 0, 0.3);
    transform: translateY(-1px);
}

.careers-page .submit-btn:active {
    transform: translateY(0);
}

/* .careers-page .submit-btn::after {
    content: "→";
    font-size: 18px;
    transition: transform 0.3s;
} */

.careers-page .submit-btn:hover::after {
    transform: translateX(4px);
}

.careers-page .help-text {
    font-size: 13px;
    color: #666;
    margin-top: 8px;
}

@media (max-width: 768px) {
    .careers-page .container {
        padding: 30px 24px;
    }

    .careers-page .form-row {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .careers-page .form-title {
        font-size: 24px;
    }

    .careers-page .submit-btn {
        width: 100%;
        justify-content: center;
    }
}

.careers-page .form-area {
    padding-bottom: 50px;
}

/* careers page */

.iswadesi-footer .footer-column ul li a i {
    color: #fff;
    border: none;
}

.iswadesi-footer .footer-column ul li a:hover {
    opacity: 0.7;
    border: none;
    color: #fff;
}

footer .socials ul li a:hover i {
    color: #fff;
}

.iswadesi-footer .footer-column ul li a:hover i {
    color: #fff;
    opacity: 0.7;
}




/*  */

.iswadesi .header-new {
    background-color: #fff;
}

.log-right,
.log-right:hover {
    color: #000;
}

.category-fixed {
    background-color: #243082;
    border-bottom: 0;
}

.category-row .nav>li>a {
    color: #fff;
}

.category-row .nav .big-nav:hover>a {
    padding-bottom: 2px;
}

.login-link {
    padding-right: 0;
}

.iswadesi-footer {
    background-color: #243082;
}

.iswadesi-footer .footer-column h3 {
    letter-spacing: normal;
}

.iswadesi-footer .footer-content {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    gap: 40px;
    margin-bottom: 25px;
    /* grid-template-columns: 350px repeat(auto-fit, minmax(200px, 1fr)); */
}

.iswadesi-footer .footer-logo img {
    width: 60%;
    background: white;
    padding: 5px 10px;
    border-radius: 5px;
    margin-block: 20px;
}

.iswadesi-footer .footer-column p a {
    color: #fff;
    font-weight: 600;
}

.iswadesi-footer .footer-column p a:hover {
    color: #ff8b29;
}

.iswadesi-footer .footer-column ul li a:hover {
    color: #ff8b29;
    opacity: unset;
}

.iswadesi-footer .designer-logo {
    width: 20%;
    margin-left: 10px;
}

@media (max-width: 768px) {
    .iswadesi-footer .footer-content {
        grid-template-columns: 1fr;
    }
}


.iswadesi-home .slider-container {
    position: relative;
    margin-top: 115px;
    overflow: hidden;
}

.iswadesi-home .slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.iswadesi-home .slide {
    min-width: 100%;
    position: relative;
    height: 500px;
}

.iswadesi-home .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.iswadesi-home .slide-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
    z-index: 2;
}

.iswadesi-home .slide-content h2 {
    font-size: 5rem;
    margin-bottom: 1rem;
    animation: fadeInDown 0.8s ease-out;
}

.iswadesi-home .slide-content p {
    font-size: 3rem;
    animation: fadeInUp 0.8s ease-out 0.3s both;
}

.iswadesi-home .slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.iswadesi-home .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.3);
    color: white;
    border: none;
    font-size: 2rem;
    padding: 15px 20px;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    border-radius: 5px;
}

.iswadesi-home .arrow:hover {
    background: rgba(255, 255, 255, 0.6);
    color: #333;
}

.iswadesi-home .arrow.left {
    left: 20px;
}

.iswadesi-home .arrow.right {
    right: 20px;
}

.iswadesi-home .dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}

.iswadesi-home .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.iswadesi-home .dot.active {
    background: white;
    transform: scale(1.2);
    border-color: rgba(255, 255, 255, 0.8);
}

.iswadesi-home .dot:hover {
    background: rgba(255, 255, 255, 0.8);
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.iswadesi-home .categories-container {
    max-width: 1400px;
    margin: 0 auto;
    padding-block: 50px;
    padding-bottom: 30px;
}

.iswadesi-home .section-title {
    text-align: center;
    margin-bottom: 20px;
}

.iswadesi-home .section-title h2 {
    font-size: 3rem;
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 0;
    text-align: left;
}

.iswadesi-home .title-underline {
    width: 80px;
    height: 3px;
    background: #FF8C42;
    margin: 0 auto;
}

.iswadesi-home .categories-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    padding: 10px 0;
}

.iswadesi-home .categories-wrapper::-webkit-scrollbar {
    height: 8px;
}

.iswadesi-home .categories-wrapper::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 10px;
}

.iswadesi-home .categories-wrapper::-webkit-scrollbar-thumb {
    background: #FF8C42;
    border-radius: 10px;
}

.iswadesi-home .categories-wrapper::-webkit-scrollbar-thumb:hover {
    background: #ff7a28;
}

.iswadesi-home .categories-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    min-width: max-content;
    padding: 10px 0;
}

.iswadesi-home .category-item {
    background: white;
    border: 2px solid #2c3e50;
    color: #2c3e50;
    padding: 8px 20px;
    border-radius: 5px;
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    letter-spacing: 0.5px;
}

.iswadesi-home .category-item:hover {
    background: #002366;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 35, 102, 0.2);
}

.iswadesi-home .category-item.active {
    background: #FF6B35;
    border-color: #FF6B35;
    color: white;
}

.iswadesi-home .category-item.active:hover {
    background: #ff5722;
    border-color: #ff5722;
}

.iswadesi-home .products-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 0 50px;
}

.iswadesi-home .products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 25px;
}

.iswadesi-home .product-card {
    background: white;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border: 1px solid #efe8e4;
}

.iswadesi-home .product-card:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.iswadesi-home .out-of-stock-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #ff0000;
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: x-small;
    font-weight: 600;
    z-index: 2;
    line-height: initial;
}

.iswadesi-home .product-image-wrapper {
    position: relative;
    width: 100%;
    height: 250px;
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 8px;
    background: #f9f9f9;
}

.iswadesi-home .product-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.iswadesi-home .product-card:hover .product-image {
    transform: scale(1.05);
}

.iswadesi-home .product-watermark {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgba(255, 255, 255, 0.3);
    font-size: 2rem;
    font-weight: bold;
    pointer-events: none;
}

.iswadesi-home .product-actions {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.iswadesi-home .product-card:hover .product-actions {
    opacity: 1;
}

.iswadesi-home .action-btn {
    width: 35px;
    height: 35px;
    background: white;
    border: 2px solid #243082;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1.2rem;
}

.iswadesi-home .action-btn:hover {
    background: #243082;
    color: white;
    transform: scale(1.1);
}

.iswadesi-home .action-btn.active {
    background: #ff0000;
    border-color: #ff0000;
    color: white;
}

.iswadesi-home .product-info {
    margin-top: 15px;
}

.iswadesi-home .product-name {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 15px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.iswadesi-home .product-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.iswadesi-home .product-price {
    font-size: 1.5rem;
    color: #002366;
    font-weight: 700;
}

.iswadesi-home .product-rating {
    display: flex;
    align-items: center;
    gap: 5px;
    background: #4CAF50;
    color: white;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
}

.iswadesi-home .product-rating.no-rating {
    background: #e0e0e0;
    color: #999;
}

.iswadesi-home .product-rating .star {
    font-size: 0.9rem;
}

/* Hide products by default */
.iswadesi-home .tab-content {
    display: none;
    animation: fadeIn 0.5s ease-in;
}

.iswadesi-home .tab-content.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design */
@media (max-width: 1024px) {
    .iswadesi-home .products-grid {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }
}

@media (max-width: 768px) {
    .iswadesi-home .slide {
        height: 400px;
    }

    .iswadesi-home .slide-content h2 {
        font-size: 2rem;
    }

    .iswadesi-home .slide-content p {
        font-size: 1rem;
    }

    .iswadesi-home .arrow {
        font-size: 1.5rem;
        padding: 10px 15px;
    }

    .iswadesi-home .section-title h2 {
        font-size: 2rem;
    }

    .iswadesi-home .category-item {
        padding: 10px 20px;
        font-size: 0.85rem;
    }

    .iswadesi-home .products-grid {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 15px;
    }

    .iswadesi-home .product-image-wrapper {
        height: 200px;
    }

    .iswadesi-home .product-name {
        font-size: 1rem;
        min-height: 40px;
    }

    .iswadesi-home .product-price {
        font-size: 1.3rem;
    }
}

@media (max-width: 480px) {
    .iswadesi-home .slide {
        height: 300px;
    }

    .iswadesi-home .slide-content h2 {
        font-size: 1.5rem;
    }

    .iswadesi-home .slide-content p {
        font-size: 0.9rem;
    }

    .iswadesi-home .arrow {
        padding: 8px 12px;
    }

    .iswadesi-home .section-title h2 {
        font-size: 1.5rem;
    }

    .iswadesi-home .category-item {
        padding: 8px 15px;
        font-size: 0.8rem;
    }

    .iswadesi-home .products-grid {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }

    .iswadesi-home .product-image-wrapper {
        height: 150px;
    }

    .iswadesi-home .action-btn {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }
}

.iswadesi-home .container {
    max-width: 1400px;
    margin: 0 auto;
}

/* Hero Section */
.iswadesi-home .hero-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 50px;
    margin-top: 165px;
}

.iswadesi-home .hero-card {
    border-radius: 20px;
    padding: 30px;
    position: relative;
    overflow: hidden;
    /* min-height: 500px; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.iswadesi-home .hero-card.vegetables {
    background-color: #a8d5d8;
    background-image: url(../iswadesi/home/hero-1.png);
}

.iswadesi-home .hero-card.fruits {
    background-color: #e8b87e;
    background-image: url(../iswadesi/home/hero-2.png);
}

.iswadesi-home .hero-content {
    z-index: 2;
}

.iswadesi-home .hero-card h2 {
    font-size: 3rem;
    font-weight: 700;
    color: #2c3e50;
    line-height: 1.2;
    margin-bottom: 20px;
    max-width: 400px;
}

.iswadesi-home .hero-card p {
    font-size: 14px;
    color: #2c3e50;
    margin-bottom: 30px;
    font-weight: 500;
}

.iswadesi-home .shop-btn {
    display: inline-block;
    background-color: #243082;
    color: white;
    padding: 10px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.iswadesi-home .shop-btn:hover {
    transform: translateY(-2px);
}

.iswadesi-home .hero-image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60%;
    height: 100%;
    object-fit: contain;
    object-position: bottom right;
}

/* Features Section */
.iswadesi-home .features-section {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    padding-bottom: 50px;
}

.iswadesi-home .feature {
    text-align: center;
    text-align: center;
    background-color: #fff;
    border: 1px solid #efe8e4;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    padding: 20px 10px;
}

.iswadesi-home .feature-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 20px;
    color: #e07856;
}

.iswadesi-home .feature-icon svg {
    width: 100%;
    height: 100%;
    fill: #e07856;
}

.iswadesi-home .feature h3 {
    font-size: larger;
    color: #2c3e50;
    margin-bottom: 12px;
    font-weight: 600;
}

.iswadesi-home .feature p {
    font-size: small;
    color: #7f8c8d;
    line-height: 1.5;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .iswadesi-home .hero-section {
        grid-template-columns: 1fr;
    }

    .iswadesi-home .hero-card h2 {
        font-size: 2.5rem;
    }

    .iswadesi-home .features-section {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .iswadesi-home .hero-card {
        padding: 40px;
        /* min-height: 400px; */
    }

    .iswadesi-home .hero-card h2 {
        font-size: 2rem;
    }

    .iswadesi-home .features-section {
        grid-template-columns: 1fr;
        padding: 30px;
    }
}

@media (max-width: 480px) {

    .iswadesi-home .hero-card {
        padding: 30px;
    }

    .iswadesi-home .hero-card h2 {
        font-size: 1.8rem;
    }

    .iswadesi-home .shop-btn {
        padding: 14px 35px;
        font-size: 1rem;
    }
}


.action-btn {
    position: relative;
    cursor: pointer;
}

.action-btn::after {
    content: attr(data-title);
    position: absolute;
    bottom: 120%;
    left: 50%;
    transform: translateX(-50%);
    background: #000;
    color: #fff;
    padding: 6px 10px;
    font-size: 12px;
    border-radius: 4px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

.action-btn::before {
    content: "";
    position: absolute;
    bottom: 85%;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top-color: #000;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.action-btn:hover::after,
.action-btn:hover::before {
    opacity: 1;
}


/* cart page */

/* ─── STEP INDICATOR ─── */
/* .steps-bar {
        background: var(--white);
        border-bottom: 1px solid #e2e8f0;
    } */

.cart-page .steps-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 16px 15px;
    display: flex;
    align-items: center;
    gap: 0;
}

.cart-page .step {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
    position: relative;
}

.cart-page .step:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    background: #e2e8f0;
    z-index: 0;
    left: 130px;
    width: auto;
    right: 0;
}

.cart-page .step.done:not(:last-child)::after {
    background: #243082;
}

.cart-page .step-num {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    flex-shrink: 0;
    background: #e2e8f0;
    color: #94a3b8;
    position: relative;
    z-index: 1;
    transition: all 0.3s;
}

.cart-page .step.active .step-num {
    background: #ff8b29;
    color: white;
}

.cart-page .step.done .step-num {
    background: #243082;
    color: white;
}

.cart-page .step-label {
    font-size: 13px;
    font-weight: 600;
    color: #94a3b8;
}

.cart-page .step.active .step-label {
    color: #ff8b29;
}

.cart-page .step.done .step-label {
    color: #243082;
}

/* ─── MAIN LAYOUT ─── */
.cart-page .page-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 28px 15px;
    padding-bottom: 60px;
}

/* ─── VIEWS ─── */
.cart-page .view {
    display: none;
}

.cart-page .view.active {
    display: block;
}

/* ────────────────────────────
     CART VIEW
  ──────────────────────────── */
.cart-page .cart-layout {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 24px;
    align-items: start;
}

.cart-page .section-title {

    font-size: 20px;
    font-weight: 800;
    color: #243082;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.cart-page .section-title .count {
    background: #ff8b29;
    color: white;
    font-size: 12px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 20px;
    line-height: normal;
}

.cart-page .cart-items {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.cart-page .cart-card {
    background: var(--white);
    border-radius: 10px;
    padding: 18px;
    display: flex;
    gap: 16px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e8f0;
    transition: box-shadow 0.2s;
    animation: slideIn 0.3s ease both;
}

.cart-page .cart-card:hover {
    box-shadow: 0 4px 16px rgba(26, 36, 86, 0.10);
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.cart-page .cart-card:nth-child(1) {
    animation-delay: 0.05s;
}

.cart-page .cart-card:nth-child(2) {
    animation-delay: 0.10s;
}

.cart-page .cart-card:nth-child(3) {
    animation-delay: 0.15s;
}

.cart-page .cart-img {
    width: 90px;
    height: 90px;
    border-radius: 8px;
    object-fit: cover;
    background: #f1f5f9;
    flex-shrink: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
}

.cart-page .cart-info {
    flex: 1;
}

.cart-page .cart-info h3 {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    margin-top: 0;
}

.cart-page .cart-meta {
    font-size: 13px;
    color: #000;
    display: flex;
    gap: 12px;
    margin-bottom: 8px;
    font-weight: 600;
}

.cart-page .badge {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
}

.cart-page .badge-green {
    /* background: #dcfce7; */
    color: #16a34a;
}

.cart-page .badge-orange {
    /* background: #fff7ed; */
    color: #ff8b29;
}

.cart-page .cart-price {
    font-size: 18px;
    font-weight: 700;
    color: #243082;
    margin-top: 6px;
}

.cart-page .cart-price .original {
    font-size: 13px;
    font-weight: 400;
    color: #94a3b8;
    text-decoration: line-through;
    margin-left: 6px;
}

.cart-page .cart-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
}

.cart-page .qty-control {
    display: flex;
    align-items: center;
    gap: 0;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    overflow: hidden;
}

.cart-page .qty-btn {
    width: 30px;
    height: 30px;
    border: none;
    background: #f1f5f9;
    font-size: 16px;
    cursor: pointer;
    color: #243082;
    font-weight: 700;
    transition: background 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-page .qty-btn:hover {
    background: #e2e8f0;
}

.cart-page .qty-val {
    width: 36px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #243082;
    background: white;
    border: none;
    outline: none;
}

.cart-page .btn-remove {
    background: none;
    border: none;
    cursor: pointer;
    color: #94a3b8;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 4px;
    transition: color 0.2s, background 0.2s;
    margin-left: 4px;
}

.cart-page .btn-remove:hover {
    color: #ef4444;
    background: #fef2f2;
}

/* Cart Sidebar */
.cart-page .cart-sidebar {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.cart-page .summary-card {
    background: var(--white);
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    animation: slideIn 0.3s ease 0.2s both;
}

.cart-page .summary-header {
    background: #243082;
    color: white;
    padding: 14px 20px;

    font-size: 16px;
    font-weight: 800;
}

.cart-page .summary-body {
    padding: 20px;
}

.cart-page .summary-row {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    padding: 6px 0;
    color: #475569;
}

.cart-page .summary-row.total {
    border-top: 2px solid #e2e8f0;
    margin-top: 10px;
    padding-top: 14px;
    font-weight: 700;
    font-size: 16px;
    color: #243082;
}

.cart-page .summary-row .savings {
    color: #22c55e;
    font-weight: 600;
}

.cart-page .coupon-row {
    display: flex;
    gap: 8px;
    margin: 14px 0;
}

.cart-page .coupon-row input {
    flex: 1;
    padding: 9px 12px;
    border: 1.5px solid #e2e8f0;
    border-radius: 6px;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    outline: none;
    transition: border 0.2s;
}

.cart-page .coupon-row input:focus {
    border-color: #243082;
}

.cart-page .btn-apply {
    background: #243082;
    color: white;
    border: none;
    border-radius: 6px;
    padding: 9px 16px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    transition: background 0.2s;
}

.cart-page .btn-apply:hover {
    background: #111a3e;
}

.cart-page .btn-primary {
    width: 100%;
    padding: 14px;
    background: #ff8b29;
    color: white;
    border: none;
    border-radius: 8px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    letter-spacing: 0.03em;
    transition: background 0.2s, transform 0.15s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.cart-page .btn-primary:hover {
    background: #ea6c10;
    transform: translateY(-1px);
}

.cart-page .btn-primary:active {
    transform: translateY(0);
}

.cart-page .secure-note {
    text-align: center;
    font-size: 11px;
    color: #94a3b8;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

/* Promo card */
.cart-page .promo-card {
    background: linear-gradient(135deg, #243082 0%, #2d3b8a 100%);
    border-radius: 10px;
    padding: 16px 20px;
    color: white;
    animation: slideIn 0.3s ease 0.3s both;
}

.cart-page .promo-card h4 {

    font-size: 15px;
    font-weight: 800;
    margin-bottom: 4px;
}

.cart-page .promo-card p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.75);
}

.cart-page .promo-tag {
    display: inline-block;
    background: #ff8b29;
    color: white;
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    margin-top: 8px;
    letter-spacing: 0.05em;
}

/* ────────────────────────────
     CHECKOUT VIEW
  ──────────────────────────── */
.cart-page .checkout-layout {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 24px;
    align-items: start;
}

.cart-page .checkout-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cart-page .form-card {
    background: var(--white);
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    animation: slideIn 0.3s ease both;
}

.cart-page .form-card:nth-child(1) {
    animation-delay: 0.05s;
}

.cart-page .form-card:nth-child(2) {
    animation-delay: 0.10s;
}

.cart-page .form-card:nth-child(3) {
    animation-delay: 0.15s;
}

.cart-page .form-card-header {
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.cart-page .form-card-header .icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: #243082;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    flex-shrink: 0;
}

.cart-page .form-card-header h3 {

    font-size: 16px;
    font-weight: 800;
    color: #243082;
}

.cart-page .form-card-body {
    padding: 20px;
}

.cart-page .form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.cart-page .form-grid.full {
    grid-template-columns: 1fr;
}

.cart-page .form-group {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.cart-page .form-group.span2 {
    grid-column: 1 / -1;
}

.cart-page .form-group label {
    font-size: 12px;
    font-weight: 600;
    color: #475569;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.cart-page .form-group input,
.cart-page .form-group select,
.cart-page .form-group textarea {
    padding: 10px 12px;
    border: 1.5px solid #e2e8f0;
    border-radius: 6px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    outline: none;
    transition: border 0.2s, box-shadow 0.2s;
    color: #1e293b;
    background: var(--white);
}

.cart-page .form-group input:focus,
.cart-page .form-group select:focus,
.cart-page .form-group textarea:focus {
    border-color: #243082;
    box-shadow: 0 0 0 3px rgba(26, 36, 86, 0.08);
}

.cart-page .form-group textarea {
    resize: none;
    height: 70px;
}

/* Payment methods */
.cart-page .payment-options {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cart-page .payment-option {
    border: 1.5px solid #e2e8f0;
    border-radius: 8px;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    transition: border 0.2s, background 0.2s;
    position: relative;
}

.cart-page .payment-option:hover {
    border-color: #243082;
    background: #f8fafc;
}

.cart-page .payment-option.selected {
    border-color: #243082;
    background: #eef0f8;
}

.cart-page .payment-option input[type="radio"] {
    display: none;
}

.cart-page .radio-dot {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #94a3b8;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border 0.2s;
}

.cart-page .payment-option.selected .radio-dot {
    border-color: #243082;
}

.cart-page .radio-dot::after {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #243082;
    opacity: 0;
    transition: opacity 0.2s;
}

.cart-page .payment-option.selected .radio-dot::after {
    opacity: 1;
}

.cart-page .payment-icon {
    font-size: 22px;
}

.cart-page .payment-label {
    flex: 1;
}

.cart-page .payment-label strong {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #243082;
}

.cart-page .payment-label small {
    font-size: 12px;
    color: #94a3b8;
}

.cart-page .payment-badge {
    background: #ff8b29;
    color: white;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 7px;
    border-radius: 3px;
    letter-spacing: 0.04em;
}

.cart-page .card-fields {
    margin-top: 14px;
    display: none;
    flex-direction: column;
    gap: 12px;
}

.cart-page .card-fields.visible {
    display: flex;
}

.cart-page .card-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

/* Checkout sidebar */
.cart-page .order-summary {
    background: var(--white);
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    animation: slideIn 0.3s ease 0.2s both;
}

.cart-page .order-summary-header {
    background: #243082;
    color: white;
    padding: 14px 20px;

    font-size: 16px;
    font-weight: 800;
}

.cart-page .order-items {
    padding: 16px 20px;
    border-bottom: 1px solid #f1f5f9;
}

.cart-page .order-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 0;
}

.cart-page .order-item-img {
    width: 48px;
    height: 48px;
    border-radius: 6px;
    background: #f1f5f9;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    border: 1px solid #e2e8f0;
}

.cart-page .order-item-info {
    flex: 1;
}

.cart-page .order-item-info strong {
    font-size: 13px;
    font-weight: 600;
    color: #243082;
    display: block;
}

.cart-page .order-item-info small {
    font-size: 12px;
    color: #94a3b8;
}

.cart-page .order-item-price {
    font-size: 14px;
    font-weight: 700;
    color: #243082;
}

.cart-page .order-totals {
    padding: 16px 20px;
}

/* Success overlay */
.cart-page .success-view {
    text-align: center;
    padding: 60px 24px;
    animation: popIn 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

@keyframes popIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.cart-page .success-icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: linear-gradient(135deg, #22c55e, #16a34a);
    color: white;
    font-size: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    box-shadow: 0 8px 32px rgba(34, 197, 94, 0.35);
}

.cart-page .success-view h2 {

    font-size: 28px;
    font-weight: 800;
    color: #243082;
    margin-bottom: 8px;
}

.cart-page .success-view p {
    color: #475569;
    font-size: 15px;
    margin-bottom: 8px;
}

.cart-page .order-id {
    display: inline-block;
    background: #f1f5f9;
    color: #243082;
    font-weight: 700;
    font-size: 14px;
    padding: 6px 16px;
    border-radius: 6px;
    margin: 12px 0 24px;
    letter-spacing: 0.08em;
}

.cart-page .success-actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

.cart-page .btn-secondary {
    padding: 12px 28px;
    border-radius: 8px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    border: 2px solid #243082;
    background: white;
    color: #243082;
}

.cart-page .btn-secondary:hover {
    background: #243082;
    color: white;
}

.cart-page .btn-orange {
    padding: 12px 28px;
    border-radius: 8px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    border: none;
    background: #ff8b29;
    color: white;
}

.cart-page .btn-orange:hover {
    background: #ea6c10;
}

/* Empty state */
.cart-page .empty-cart {
    text-align: center;
    padding: 80px 24px;
    background: var(--white);
    border-radius: 10px;
    border: 1px solid #e2e8f0;
}

.cart-page .empty-cart .cart-icon {
    font-size: 72px;
    margin-bottom: 16px;
}

.cart-page .empty-cart h3 {

    font-size: 22px;
    font-weight: 800;
    color: #243082;
    margin-bottom: 8px;
}

.cart-page .empty-cart p {
    color: #94a3b8;
    font-size: 14px;
    margin-bottom: 24px;
}


/* Tooltip/notification */
.cart-page .toast {
    position: fixed;
    bottom: 24px;
    right: 24px;
    background: #111a3e;
    color: white;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    z-index: 9999;
    box-shadow: 0 8px 32px rgba(26, 36, 86, 0.14);
    transform: translateY(80px);
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: flex;
    align-items: center;
    gap: 8px;
}

.cart-page .toast.show {
    transform: translateY(0);
    opacity: 1;
}

/* Mobile nav dropdown */
@media (max-width: 600px) {
    .cart-page .nav-inner {
        flex-direction: column;
        width: 100%;
        padding: 0;
    }

    .cart-page .nav-inner a {
        padding: 13px 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.07);
        font-size: 13px;
    }
}

/* ══════════════════════════════════════════
     RESPONSIVE – TABLET (max 900px)
  ══════════════════════════════════════════ */
@media (max-width: 900px) {
    .cart-page .cart-layout {
        grid-template-columns: 1fr;
    }

    .cart-page .checkout-layout {
        grid-template-columns: 1fr;
    }

    /* Move sidebar ABOVE place-order button on tablet */
    .cart-page .checkout-layout>div:last-child {
        order: -1;
    }
}

/* ══════════════════════════════════════════
     RESPONSIVE – MOBILE (max 600px)
  ══════════════════════════════════════════ */
@media (max-width: 600px) {

    /* Steps bar */
    .cart-page .steps-bar {
        padding: 0;
    }

    .cart-page .steps-inner {
        padding: 12px 14px;
        gap: 0;
    }

    .cart-page .step {
        gap: 6px;
    }

    .cart-page .step:not(:last-child)::after {
        left: 100px;
        width: calc(100% - 108px);
    }

    .cart-page .step-num {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }

    .cart-page .step-label {
        font-size: 10px;
    }

    /* Page container */
    .cart-page .page-container {
        padding: 16px 12px;
    }

    /* Section title */
    .cart-page .section-title {
        font-size: 17px;
    }

    /* Cart card – stack image + info vertically on very small */
    .cart-page .cart-card {
        padding: 14px;
        gap: 12px;
    }

    .cart-page .cart-img {
        width: 72px;
        height: 72px;
        font-size: 28px;
    }

    .cart-page .cart-info h3 {
        font-size: 14px;
    }

    .cart-page .cart-price {
        font-size: 16px;
    }

    .cart-page .cart-meta {
        flex-wrap: wrap;
        gap: 6px;
    }

    /* Cart layout */
    .cart-page .cart-layout {
        gap: 16px;
    }

    /* Summary card */
    .cart-page .summary-card,
    .cart-page .promo-card {
        border-radius: 8px;
    }

    .cart-page .summary-body {
        padding: 16px;
    }

    .cart-page .summary-row {
        font-size: 13px;
    }

    .cart-page .summary-row.total {
        font-size: 15px;
    }

    .cart-page .btn-primary {
        padding: 13px;
        font-size: 14px;
    }

    /* Checkout form */
    .cart-page .checkout-layout {
        gap: 16px;
    }

    .cart-page .checkout-form {
        gap: 14px;
    }

    .cart-page .form-card-body {
        padding: 14px;
    }

    .cart-page .form-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .cart-page .form-group.span2 {
        grid-column: 1;
    }

    .cart-page .card-row {
        grid-template-columns: 1fr 1fr;
    }

    /* Payment option */
    .cart-page .payment-option {
        padding: 12px;
        gap: 10px;
    }

    .cart-page .payment-icon {
        font-size: 18px;
    }

    .cart-page .payment-label strong {
        font-size: 13px;
    }

    .cart-page .payment-label small {
        font-size: 11px;
    }

    /* Order summary sidebar */
    .cart-page .order-summary {
        border-radius: 8px;
    }

    .cart-page .order-items {
        padding: 12px 14px;
    }

    .cart-page .order-totals {
        padding: 12px 14px;
    }

    .cart-page .order-item-img {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .cart-page .order-item-info strong {
        font-size: 12px;
    }

    .cart-page .order-item-price {
        font-size: 13px;
    }

    /* Success view */
    .cart-page .success-view {
        padding: 40px 16px;
    }

    .cart-page .success-icon {
        width: 80px;
        height: 80px;
        font-size: 36px;
    }

    .cart-page .success-view h2 {
        font-size: 22px;
    }

    .cart-page .success-actions {
        flex-direction: column;
        align-items: center;
    }

    .cart-page .btn-secondary,
    .cart-page .btn-orange {
        width: 100%;
        max-width: 320px;
        text-align: center;
    }

    /* Toast */
    .cart-page .toast {
        left: 12px;
        right: 12px;
        bottom: 16px;
        font-size: 13px;
    }
}

/* ══════════════════════════════════════════
     RESPONSIVE – VERY SMALL (max 380px)
  ══════════════════════════════════════════ */
@media (max-width: 380px) {
    .cart-page .cart-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .cart-page .cart-img {
        width: 100%;
        height: 120px;
        border-radius: 8px;
    }

    .cart-page .step-label {
        display: none;
    }

    .cart-page .steps-inner {
        justify-content: center;
    }
}


.cart-page .form-wrapper {
    max-width: 720px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* ── Block card ── */
.cart-page .form-block {
    background: var(--white);
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.cart-page .form-block-title {
    font-size: 20px;
    font-weight: 800;
    color: #1e293b;
    padding: 22px 24px 12px;
}

.cart-page .form-block-divider {
    height: 1px;
    background: #e2e8f0;
}

.cart-page .form-block-body {
    padding: 22px 24px;
    /* display: flex;
        flex-direction: column;
        gap: 18px; */
}

/* ── Field row (2 cols) ── */
.cart-page .fg-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 16px;
}

/* ── Single field ── */
.cart-page .fg {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.cart-page .fg label {
    font-size: 13px;
    font-weight: 500;
    color: #475569;
}

.cart-page .req {
    color: #ef4444;
    margin-left: 2px;
}

.cart-page .fg input,
.cart-page .fg select,
.cart-page .fg textarea {
    padding: 11px 13px;
    border: 1.5px solid #e2e8f0;
    border-radius: 6px;
    /* font-family: 'Poppins', sans-serif; */
    font-size: 14px;
    color: #1e293b;
    background: var(--white);
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
    width: 100%;
}

.cart-page .fg input:focus,
.cart-page .fg select:focus,
.cart-page .fg textarea:focus {
    border-color: #1a2456;
    box-shadow: 0 0 0 3px rgba(26, 36, 86, 0.07);
}

.cart-page .fg select {
    color: #f97316;
    appearance: none;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2394a3b8' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 34px;
}

.cart-page .fg textarea {
    resize: none;
    height: 110px;
    line-height: 1.6;
    color: #94a3b8;
}

.cart-page .fg textarea:focus {
    color: #1e293b;
}

/* ── Custom checkbox ── */
.cart-page .fg-check {
    display: flex;
    align-items: center;
}

.cart-page .custom-check {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    user-select: none;
}

.cart-page .custom-check input[type="checkbox"] {
    display: none;
}

.cart-page .checkmark {
    width: 20px;
    height: 20px;
    border-radius: 5px;
    border: 2px solid #cbd5e1;
    background: var(--white);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.2s, background 0.2s;
}

.cart-page .custom-check input:checked+.checkmark {
    background: #1a2456;
    border-color: #1a2456;
}

.cart-page .custom-check input:checked+.checkmark::after {
    content: '✓';
    color: white;
    font-size: 12px;
    font-weight: 700;
}

.cart-page .check-label {
    font-size: 14px;
    font-weight: 500;
    color: #1a2456;
    text-decoration: underline;
    text-underline-offset: 2px;
}

/* ── Collapsible extra fields ── */
.cart-page .extra-fields {
    display: none;
    flex-direction: column;
    gap: 16px;
    padding-top: 16px;
    border-top: 1px solid #e2e8f0;
    margin-top: 4px;
    animation: fadeDown 0.25s ease both;
}

.cart-page .extra-fields.open {
    display: flex;
}

@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ── Shipping divider ── */
.cart-page .ship-divider {
    display: none;
    flex-direction: column;
    gap: 16px;
    padding-top: 16px;
    border-top: 1px solid #e2e8f0;
    margin-top: 4px;
    animation: fadeDown 0.25s ease both;
}

.cart-page .ship-divider.open {
    display: flex;
}

/* ── Responsive ── */
@media (max-width: 540px) {

    .cart-page .fg-row {
        grid-template-columns: 1fr;
    }

    .cart-page .form-block-title {
        font-size: 17px;
        padding: 16px 16px 8px;
    }

    .cart-page .form-block-body {
        padding: 16px;
        gap: 14px;
    }
}


/* ── PRODUCT GRID ── */
.iswadesi-details .product-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: start;
    margin-bottom: 48px;
}

/* ── IMAGE PANEL ── */
.iswadesi-details .image-panel {
    display: flex;
    flex-direction: row;
    gap: 12px;
}

/* Vertical thumbnails on the left */
.iswadesi-details .thumb-col {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-shrink: 0;
}

.iswadesi-details .thumb {
    width: 72px;
    height: 72px;
    border: 2px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    background: #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.2s;
    padding: 4px;
}

.iswadesi-details .thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.iswadesi-details .thumb.active {
    border-color: #f06c00;
}

.iswadesi-details .thumb:hover {
    border-color: #f06c00;
}

/* Main image */
.iswadesi-details .main-img-wrap {
    flex: 1;
    background: #f9f9f9;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 360px;
    padding: 20px;
    position: relative;
    overflow: hidden;
}

.iswadesi-details .main-img-wrap img {
    max-width: 100%;
    max-height: 320px;
    object-fit: contain;
    transition: opacity 0.25s ease;
}

.iswadesi-details .main-img-wrap img.fade {
    opacity: 0;
}

/* Zoom hint */
.iswadesi-details .zoom-hint {
    position: absolute;
    bottom: 10px;
    right: 12px;
    font-size: 0.9rem;
    color: #aaa;
}

/* ── INFO PANEL ── */
.iswadesi-details .info h1 {
    font-size: 25px;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
    margin-top: 0;
}

.iswadesi-details .reviews-link {
    font-size: 12px;
    color: #888;
    margin-bottom: 10px;
    display: block;
}

.iswadesi-details .reviews-link a {
    color: #888;
    text-decoration: none;
    cursor: pointer;
}

.iswadesi-details .reviews-link a:hover {
    color: #f06c00;
}

.iswadesi-details .in-stock {
    color: #4caf50;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 18px;
    display: block;
}

.iswadesi-details .divider {
    border: none;
    border-top: 1px solid #eee;
    margin: 14px 0;
}

.iswadesi-details .field-label {
    font-size: 14px;
    font-weight: 600;
    color: #555;
    margin-bottom: 10px;
}

.iswadesi-details .field-label span {
    color: #f06c00;
}

.iswadesi-details .size-options {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.iswadesi-details .size-btn {
    padding: 8px 18px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    font-size: 12px;
    color: #444;
    cursor: pointer;
    transition: all 0.15s;
    position: relative;
    line-height: normal;
}

.iswadesi-details .size-btn:hover {
    border-color: #f06c00;
    color: #f06c00;
}

.iswadesi-details .size-btn.active {
    border-color: #f06c00;
    color: #f06c00;
}

.iswadesi-details .size-btn.active::after {
    content: '✓';
    position: absolute;
    top: -8px;
    right: -8px;
    width: 17px;
    height: 17px;
    background: #f06c00;
    color: #fff;
    border-radius: 50%;
    font-size: 10px;
    line-height: 17px;
    text-align: center;
}

.iswadesi-details .price {
    font-size: 25px;
    font-weight: 700;
    color: #f06c00;
    margin-bottom: 20px;
}

.iswadesi-details .qty-cart-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    flex-wrap: wrap;
}

.iswadesi-details .qty-label {
    font-size: 14px;
    font-weight: 600;
    color: #555;
    white-space: nowrap;
}

.iswadesi-details .qty-control {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
}

.iswadesi-details .qty-btn {
    width: 30px;
    height: 40px;
    border: none;
    background: #fff;
    font-size: 15px;
    color: #333;
    cursor: pointer;
    transition: background 0.15s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.iswadesi-details .qty-btn:hover {
    background: #f5f5f5;
}

.iswadesi-details .qty-val {
    width: 40px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    border: none;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: #fff;
    outline: none;
    height: 40px;
}

.iswadesi-details .btn-cart {
    padding: 11px 22px;
    background: #1a3a6e;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 7px;
    transition: background 0.2s;
}

.iswadesi-details .btn-cart:hover {
    background: #142e5a;
}

.iswadesi-details .btn-wish {
    width: 40px;
    height: 40px;
    border: 1px solid #1a3a6e;
    background: #1a3a6e;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    transition: background 0.2s;
}

.iswadesi-details .btn-wish:hover,
.iswadesi-details .btn-wish.liked {
    background: #c0392b;
    border-color: #c0392b;
}

.iswadesi-details .meta-row {
    font-size: 13px;
    color: #888;
    margin-bottom: 10px;
}

.iswadesi-details .meta-row span {
    color: #333;
    font-weight: 500;
}

.iswadesi-details .share-row {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #888;
    margin-top: 6px;
}

.iswadesi-details .share-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #555;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}

.iswadesi-details .share-icon:hover {
    background: #1a3a6e;
    color: #fff;
}

/* ── TABS ── */
.iswadesi-details .tabs-wrap {
    border-top: 1px solid #eee;
}

.iswadesi-details .tabs-nav {
    display: flex;
    gap: 4px;
    padding-top: 16px;
}

.iswadesi-details .tab-btn {
    padding: 11px 30px;
    border: none;
    border-radius: 4px 4px 0 0;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    background: #f0f0f0;
    color: #555;
    transition: all 0.2s;
}

.iswadesi-details .tab-btn.active {
    background: #f06c00;
    color: #fff;
}

.iswadesi-details .tab-btn:not(.active):hover {
    color: #f06c00;
}

.iswadesi-details .tab-content {
    display: none;
    padding: 24px 0;
}

.iswadesi-details .tab-content.active {
    display: block;
}

.iswadesi-details .desc-text {
    font-size: 13px;
    line-height: 1.9;
    color: #555;
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 4px;
}

/* ── REVIEWS ── */
.iswadesi-details .review-section {
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 24px;
}

.iswadesi-details .review-section h3 {
    font-size: 15px;
    font-weight: 700;
    color: #222;
    margin-bottom: 18px;
}

.iswadesi-details .review-card {
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 16px;
    margin-bottom: 14px;
}

.iswadesi-details .r-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
    flex-wrap: wrap;
}

.iswadesi-details .r-name {
    font-weight: 700;
    font-size: 1rem;
}

.iswadesi-details .r-stars {
    color: #f5c842;
    font-size: 1rem;
}

.iswadesi-details .r-date {
    font-size: 0.92rem;
    color: #aaa;
    margin-left: auto;
}

.iswadesi-details .r-text {
    font-size: 1rem;
    color: #555;
    line-height: 1.7;
}

.iswadesi-details .no-reviews {
    font-size: 13px;
    color: #aaa;
    margin-bottom: 20px;
    font-style: italic;
}

.iswadesi-details .form-group {
    margin-bottom: 16px;
}

.iswadesi-details .form-group label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #555;
    margin-bottom: 6px;
}

.iswadesi-details .form-group input,
.iswadesi-details .form-group textarea {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 13px;
    color: #333;
    outline: none;
    transition: border-color 0.2s;
}

.iswadesi-details .form-group input:focus,
.iswadesi-details .form-group textarea:focus {
    border-color: #f06c00;
}

.iswadesi-details .form-group textarea {
    min-height: 100px;
    resize: vertical;
}

.iswadesi-details .star-rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 2px;
}

.iswadesi-details .star-rating input {
    display: none;
}

.iswadesi-details .star-rating label {
    font-size: 1.8rem;
    color: #ccc;
    cursor: pointer;
    transition: color 0.15s;
}

.iswadesi-details .star-rating input:checked~label,
.iswadesi-details .star-rating label:hover,
.iswadesi-details .star-rating label:hover~label {
    color: #f5c842;
}

.iswadesi-details .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.iswadesi-details .btn-submit {
    padding: 11px 28px;
    background: #1a3a6e;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s;
}

.iswadesi-details .btn-submit:hover {
    background: #f06c00;
}

/* ── TOAST ── */
.iswadesi-details .toast {
    position: fixed;
    bottom: 28px;
    right: 28px;
    background: #1a3a6e;
    color: #fff;
    padding: 12px 20px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s;
    pointer-events: none;
    z-index: 999;
}

.iswadesi-details .toast.show {
    opacity: 1;
    transform: translateY(0);
}

/* ── RESPONSIVE ── */

/* Tablet: 768px */
@media (max-width: 900px) {
    .iswadesi-details .product-wrap {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .iswadesi-details .image-panel {
        flex-direction: column-reverse;
    }

    .iswadesi-details .thumb-col {
        flex-direction: row;
        justify-content: center;
    }

    .iswadesi-details .thumb {
        width: 64px;
        height: 64px;
    }

    .iswadesi-details .main-img-wrap {
        min-height: 280px;
    }
}

/* Mobile: 480px */
@media (max-width: 480px) {
    .iswadesi-details .container {
        margin: 20px auto;
        padding: 0 16px;
    }

    .iswadesi-details .info h1 {
        font-size: 20px;
    }

    .iswadesi-details .price {
        font-size: 1.6rem;
    }

    .iswadesi-details .qty-cart-row {
        gap: 8px;
    }

    .iswadesi-details .btn-cart {
        padding: 10px 14px;
        font-size: 0.95rem;
    }

    .iswadesi-details .tabs-nav {
        gap: 2px;
    }

    .iswadesi-details .tab-btn {
        padding: 9px 16px;
        font-size: 10px;
    }

    .iswadesi-details .form-row {
        grid-template-columns: 1fr;
    }

    .iswadesi-details .thumb {
        width: 54px;
        height: 54px;
    }

    .iswadesi-details .main-img-wrap {
        min-height: 220px;
    }
}




/* <!-- ===== SLIDER CSS ONLY ===== --> */
.iswadesi-details .carousel-section {
    width: 100%;
    padding: 24px 0;
    padding-bottom: 60px;
}

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

.iswadesi-details .carousel-title {
    font-size: 25px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
}

.iswadesi-details .carousel-controls {
    display: flex;
    gap: 8px;
}

.iswadesi-details .carousel-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 2px solid #e0e0e0;
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #444;
    transition: all 0.2s ease;
}

.iswadesi-details .carousel-btn:hover {
    background: #243082;
    border-color: #243082;
    color: #fff;
}

.iswadesi-details .carousel-btn:disabled {
    opacity: 0.35;
    cursor: not-allowed;
    pointer-events: none;
}

/* KEY: clip the overflow so slides are hidden */
.iswadesi-details .carousel-wrapper {
    overflow: hidden;
    width: 100%;
    position: relative;
    padding-block: 10px;
}

/* KEY: flex row — JS will translate this */
.iswadesi-details .carousel-track {
    display: flex;
    flex-wrap: nowrap;
    /* MUST be nowrap */
    gap: 16px;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
}

/* KEY: fixed width per slide, never shrink */
.iswadesi-details .carousel-slide {
    flex: 0 0 calc(25% - 12px);
    /* 4 visible: (100% - 3 gaps of 16px) / 4 */
    min-width: 0;
}

@media (max-width: 1024px) {
    .iswadesi-details .carousel-slide {
        flex: 0 0 calc(33.333% - 11px);
    }
}

@media (max-width: 768px) {
    .iswadesi-details .carousel-slide {
        flex: 0 0 calc(50% - 8px);
    }
}

@media (max-width: 480px) {
    .iswadesi-details .carousel-slide {
        flex: 0 0 100%;
    }
}

/* Dots */
.iswadesi-details .carousel-dots {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 16px;
}

.iswadesi-details .carousel-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d0d0d0;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: background 0.2s, transform 0.2s;
}

.iswadesi-details .carousel-dot.active {
    background: #243082;
    transform: scale(1.3);
}





/* add to cart pop up design */

/* ── Floating Cart Button ── */
.cart-side .cart-float-btn {
    position: fixed;
    top: 140px;
    right: 1.75rem;
    width: 52px;
    height: 52px;
    background: #1a3a8f;
    border: 2px solid #fff;
    border-radius: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 28px rgba(26, 58, 143, .35);
    transition: transform .22s, box-shadow .22s, background .2s;
    z-index: 1000;
}

.cart-side .cart-float-btn:hover {
    background: #122d72;
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 14px 36px rgba(26, 58, 143, .45);
}

.cart-side .cart-float-btn:active {
    transform: scale(.96);
}

.cart-side .cart-float-btn svg {
    width: 22px;
    height: 22px;
    color: #fff;
    transition: transform .3s cubic-bezier(.34, 1.56, .64, 1);
}

.cart-side .cart-float-btn:hover svg {
    transform: rotate(-8deg) scale(1.1);
}

.cart-side .cart-float-badge {
    position: absolute;
    top: -6px;
    right: -6px;
    background: #ff8b29;
    color: #fff;
    font-size: 8px;
    font-weight: 800;
    min-width: 18px;
    height: 18px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    border: 2px solid #fff;
    transition: transform .3s cubic-bezier(.34, 1.56, .64, 1);
}

.cart-side .cart-float-btn:hover .cart-float-badge {
    transform: scale(1.2);
}

/* ── Overlay backdrop ── */
.cart-side .cart-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(22, 33, 62, .45);
    backdrop-filter: blur(4px);
    z-index: 1001;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease;
}

.cart-side .cart-backdrop.open {
    opacity: 1;
    pointer-events: all;
}

/* ── Cart Sidebar Panel ── */
.cart-side .cart-panel {
    position: fixed;
    top: 0;
    right: 0;
    width: 420px;
    max-width: 100vw;
    height: 100vh;
    background: #fff;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
    transition: transform .4s cubic-bezier(.22, .68, 0, .99);
    box-shadow: -20px 0 60px rgba(26, 58, 143, .15);
}

.cart-side .cart-panel.open {
    transform: translateX(0);
}

/* ── Header ── */
.cart-side .cart-header {
    background: #243082;
    padding: 1.4rem 1.75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
}

.cart-side .cart-title-row {
    display: flex;
    align-items: center;
    gap: .75rem;
}

.cart-side .cart-icon-wrap {
    background: #fff;
    border-radius: 10px;
    width: 40px;
    height: 38px;
    display: grid;
    place-items: center;
    position: relative;
}

.cart-side .cart-icon-wrap svg {
    color: #ff8b29;
    width: 20px;
    height: 20px;
}

.cart-side .header-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #ff8b29;
    color: #fff;
    font-size: 7px;
    font-weight: 800;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    border: 2px solid #fff;
}

.cart-side .cart-header h2 {
    font-size: 14px;
    color: #fff;
    margin: 0;
}

.cart-side .close-btn {
    background: rgba(255, 255, 255, .12);
    border: none;
    border-radius: 9px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    display: grid;
    place-items: center;
    color: #fff;
    transition: background .2s, transform .2s;
    flex-shrink: 0;
}

.cart-side .close-btn:hover {
    background: #c0392b;
    transform: rotate(90deg);
}

/* ── Scrollable body ── */
.cart-side .cart-body {
    flex: 1;
    overflow-y: auto;
    padding: 1.5rem 1.75rem;
    scrollbar-width: thin;
    scrollbar-color: #d5d9ec transparent;
}

/* Continue Shopping */
.cart-side .continue-btn {
    display: flex;
    align-items: center;
    gap: .45rem;
    padding: 10px 15px;
    background: transparent;
    border: 2px solid #1a3a8f;
    color: #1a3a8f;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .22s;
    margin-bottom: 1.25rem;
    width: 100%;
    justify-content: center;
}

.cart-side .continue-btn:hover {
    background: #1a3a8f;
    color: #fff;
    box-shadow: 0 6px 18px rgba(26, 58, 143, .22);
}

/* Items */
.cart-side .cart-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    background: #f5f6fa;
    border-radius: 14px;
    padding: 1rem 1.1rem;
    border: 1.5px solid #eef0f7;
    position: relative;
    margin-bottom: .85rem;
    transition: box-shadow .2s, border-color .2s;
    animation: itemIn .35s cubic-bezier(.22, .68, 0, .99) both;
}

@keyframes itemIn {
    from {
        opacity: 0;
        transform: translateX(16px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.cart-side .cart-item:hover {
    box-shadow: 0 8px 28px rgba(26, 58, 143, .09);
    border-color: #d5d9ec;
}

.cart-side .item-image {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    background: #fff;
    border: 1.5px solid #d5d9ec;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.9rem;
    flex-shrink: 0;
}

.cart-side .item-details {
    flex: 1;
}

.cart-side .item-name {
    font-size: 12px;
    font-weight: 600;
    color: #1a1a2e;
    line-height: 1.35;
    margin-bottom: .3rem;
    padding-right: 1.5rem;
}

.cart-side .item-price {
    font-size: 18px;
    font-weight: 700;
    color: #1a3a8f;
}

.cart-side .remove-btn {
    position: absolute;
    top: .8rem;
    right: .8rem;
    background: none;
    border: none;
    color: #c0392b;
    cursor: pointer;
    font-size: .95rem;
    opacity: .55;
    transition: opacity .2s, transform .2s;
}

.cart-side .remove-btn:hover {
    opacity: 1;
    transform: scale(1.25);
}

/* Qty */
.cart-side .qty-control {
    display: flex;
    align-items: center;
    gap: .45rem;
    margin-top: .55rem;
}

.cart-side .qty-btn {
    width: 30px;
    height: 30px;
    border-radius: 7px;
    border: 1.5px solid #d5d9ec;
    background: #fff;
    color: #1a1a2e;
    font-size: 15px;
    cursor: pointer;
    display: grid;
    place-items: center;
    font-weight: 600;
    transition: all .18s;
}

.cart-side .qty-btn:hover {
    border-color: #1a3a8f;
    color: #1a3a8f;
    background: #eef2ff;
}

.cart-side .qty-display {
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    color: #1a1a2e;
    border: 1.5px solid #d5d9ec;
    border-radius: 7px;
    background: #fff;
    padding: .18rem 0;
    pointer-events: none;
}

/* Empty state */
.cart-side .empty-state {
    text-align: center;
    padding: 3rem 1rem;
    color: #8892b0;
    display: none;
}

.cart-side .empty-state .empty-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
    opacity: .4;
}

.cart-side .empty-state p {
    font-size: 10px;
}

/* ── Footer ── */
.cart-side .cart-footer {
    border-top: 1.5px solid #eef0f7;
    background: #f5f6fa;
    padding: 1.25rem 1.75rem 1.6rem;
    flex-shrink: 0;
}

.cart-side .subtotal-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.1rem;
}

.cart-side .subtotal-label {
    font-size: 10px;
    font-weight: 600;
    color: #8892b0;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.cart-side .subtotal-value {
    font-size: 1.35rem;
    font-weight: 700;
    color: #1a3a8f;
}

.cart-side .footer-btns {
    display: grid;
    grid-template-columns: 1fr 1fr 1.5fr;
    gap: .65rem;
}

.cart-side .btn {
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    transition: all .22s;
    text-align: center;
}

.cart-side .btn-clear {
    background: transparent;
    border: 2px solid #d5d9ec;
    color: #8892b0;
}

.cart-side .btn-clear:hover {
    border-color: #c0392b;
    color: #c0392b;
    background: #fff0ee;
}

.cart-side .btn-view {
    background: #fff;
    border: 2px solid #1a3a8f;
    color: #1a3a8f;
}

.cart-side .btn-view:hover {
    background: #1a3a8f;
    color: #fff;
}

.cart-side .btn-checkout {
    background: #1a3a8f;
    color: #fff;
    box-shadow: 0 6px 18px rgba(26, 58, 143, .28);
}

.cart-side .btn-checkout:hover {
    background: #122d72;
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(26, 58, 143, .38);
}

@media (max-width: 460px) {
    .cart-side .cart-panel {
        width: 100vw;
    }
}


/* cat-list */
.categories-list-page .page-title {
    font-size: 25px;
    font-weight: 700;
    color: #333;
    /* margin-bottom: 24px; */
    padding-left: 4px;
}

.categories-list-page .page-count {
    font-size: 13px;
    color: #999;
    margin-top: 4px;
    padding-left: 4px;
    margin-bottom: 20px;
}

.categories-list-page .cat-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
    padding-bottom: 60px;
}

.categories-list-page .cat-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .07);
    text-decoration: none;
    color: inherit;
    display: block;
    transition: transform .2s, box-shadow .2s;
    animation: fadeUp .4s ease both;
}

.categories-list-page .cat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 24px rgba(43, 47, 170, .14);
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(16px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.categories-list-page .cat-icon {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.8rem;
}

.categories-list-page .cat-icon img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 10%;
    background: #fff;
    padding: 5px;
}

.categories-list-page .cat-label {
    padding: 15px;
    font-size: 15px;
    font-weight: 600;
    color: #1a1c4e;
    text-align: center;
    line-height: 1.3;
}

.categories-list-page .bg1 {
    background: linear-gradient(135deg, #fff3d0, #ffe49a);
}

.categories-list-page .bg2 {
    background: linear-gradient(135deg, #d4f5e2, #a8ecc5);
}

.categories-list-page .bg3 {
    background: linear-gradient(135deg, #ffe8d0, #ffc99a);
}

.categories-list-page .bg4 {
    background: linear-gradient(135deg, #d8e8ff, #aeccff);
}

.categories-list-page .bg5 {
    background: linear-gradient(135deg, #ffe0ee, #ffb8d5);
}

.categories-list-page .bg6 {
    background: linear-gradient(135deg, #ede0ff, #d0b2ff);
}

.categories-list-page .bg7 {
    background: linear-gradient(135deg, #d0f5f5, #96e8e8);
}

.categories-list-page .bg8 {
    background: linear-gradient(135deg, #ffe0df, #ffb5b3);
}

.categories-list-page .bg9 {
    background: linear-gradient(135deg, #eaffe0, #c4f7a2);
}

.categories-list-page .bg10 {
    background: linear-gradient(135deg, #e0e8ff, #b6c8ff);
}

.categories-list-page .bg11 {
    background: linear-gradient(135deg, #fff8e0, #ffeaa0);
}

.categories-list-page .bg12 {
    background: linear-gradient(135deg, #e0fff4, #9ae8cc);
}

.categories-list-page .bg13 {
    background: linear-gradient(135deg, #fce8ff, #e8a8ff);
}

/* brand new */
.brands-new .page-title {
    font-size: 25px;
    font-weight: 700;
    color: #333;
    padding-left: 4px;
    margin: 0;
}

.brands-new .page-count {
    font-size: 13px;
    color: #999;
    margin-top: 4px;
    padding-left: 4px;
    margin-bottom: 20px;
}

/* ── GRID ── */
.brands-new .brands-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
    padding-bottom: 60px;
}

.brands-new .brand-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .07);
    text-decoration: none;
    color: inherit;
    display: block;
    transition: transform .2s, box-shadow .2s;
    animation: fadeUp .4s ease both;
}

.brands-new .brand-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 24px rgba(43, 47, 170, .14);
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(16px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.brands-new .brand-icon {
    height: 200px;
    background: linear-gradient(135deg, #f0f2ff, #dde1ff);
    display: flex;
    align-items: center;
    justify-content: center;
}

.brands-new .brand-icon img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 10%;
    background: #fff;
    padding: 5px;
}

.brands-new .brand-icon .brand-initial {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: 700;
    color: #2b2faa;
    border: 2px solid #e0e4ff;
}

.brands-new .brand-info {
    padding: 10px 12px 12px;
    text-align: center;
}

.brands-new .brand-name {
    font-size: 15px;
    font-weight: 600;
    color: #1a1c4e;
    line-height: 1.3;
    word-break: break-word;
}

.brands-new .brand-count {
    font-size: 12px;
    color: #999;
    margin-top: 3px;
}

/* ── EMPTY STATE ── */
.brands-new .empty-state {
    text-align: center;
    padding: 80px 0;
    color: #999;
}

.brands-new .empty-state p {
    font-size: 1rem;
    margin-bottom: 12px;
}

.brands-new .empty-state a {
    color: #f5a800;
    text-decoration: none;
    font-weight: 600;
}

/* bg palette for variety */
.brands-new .bg1 {
    background: linear-gradient(135deg, #fff3d0, #ffe49a);
}

.brands-new .bg2 {
    background: linear-gradient(135deg, #d4f5e2, #a8ecc5);
}

.brands-new .bg3 {
    background: linear-gradient(135deg, #ffe8d0, #ffc99a);
}

.brands-new .bg4 {
    background: linear-gradient(135deg, #d8e8ff, #aeccff);
}

.brands-new .bg5 {
    background: linear-gradient(135deg, #ffe0ee, #ffb8d5);
}

.brands-new .bg6 {
    background: linear-gradient(135deg, #ede0ff, #d0b2ff);
}

.brands-new .bg7 {
    background: linear-gradient(135deg, #d0f5f5, #96e8e8);
}

.brands-new .bg8 {
    background: linear-gradient(135deg, #ffe0df, #ffb5b3);
}

.brands-new .bg9 {
    background: linear-gradient(135deg, #eaffe0, #c4f7a2);
}

.brands-new .bg10 {
    background: linear-gradient(135deg, #e0e8ff, #b6c8ff);
}

.footer-column br {
    display: none;
}


#gdpr-reopen button {
    bottom: 60px !important;
    left: 5px !important;
}

@media screen and (max-width:768px) {
    .znggo-new-login {
        flex-direction: column;
    }
}