@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 */
.znggo .header-new {
    background-color: #5b29ac;
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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


.znggo .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;
}

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

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

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

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

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

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

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

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

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

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

.znggo .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;
}

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

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

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

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

.znggo .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;
}

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

.znggo .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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.znggo .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 0px 0px 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 */

.znggo-footer {
    background-color: #5b29ac;
    color: white;
    padding: 50px 40px 0;
}

.znggo-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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.znggo-footer .footer-logo img {
    width: 100%;
    padding-top: 30px;
}

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

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

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

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

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

.category-row .nav>li>a {
    color: #383535;
    font-size: 13px;
}

#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);
    gap: 20px;
}


@media screen and (max-width:600px) {
    .cust-row {
        grid-template-columns: repeat(2, 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;
}

.znggo .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.7;
}

/*  */


/* 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: 55px;
    max-height: 70px;
    object-fit: contain;
}

.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: 220px;
    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;
}

.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: #5b29ac;
    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;
}

.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: #5b29ac;
    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, #5b29ac 0%, #5b29ac 50%, #5b29ac 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, #5b29ac 0%, #5b29ac 50%, #5b29ac 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: #5b29ac;
    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, #5b29ac 0%, #5b29ac 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: #5b29ac;
}

.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: #5b29ac;
    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, #5b29ac 0%, #5b29ac 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) 0px 0px 8px;
    transition: all 0.3s ease;
}

.contact-page .card:hover {
    box-shadow: rgba(34, 34, 34, 0.2) 0px 0px 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, #5b29ac 0%, #5b29ac 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: #5b29ac;
    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 */

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