/*========================================  HEADER CSS
========================================*/

.header-part {
    background: #ffffff;
    border-bottom: 1px solid #edf2f7;
    box-shadow: 0 6px 24px rgba(16, 24, 40, 0.04);
    z-index: 100;
}

.header-part .container {
    padding: 16px 24px;
}

.header-logo {
    margin-left: 10px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
}

.header-logo img {
    display: block;
    width: auto;
    height: 40px;
}

.sidebar-btn i,
.header-widget i {
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 15px;
    border-radius: 50%;
    color: #1f2937;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    box-shadow: none;
    transition: all 0.3s ease;
}

.sidebar-btn i:hover,
.header-widget i:hover,
.header-fixed .header-widget i:hover {
    color: #16a34a;
    background: #f0fdf4;
    border-color: #bbf7d0;
    text-shadow: none;
    transform: translateY(-1px);
}

.header-widget sup {
    top: -2px;
    right: -2px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 700;
    line-height: 14px;
    color: #ffffff;
    background: #16a34a;
    border: 2px solid #ffffff;
    box-shadow: 0 4px 10px rgba(34, 197, 94, 0.22);
}

/*---------- search ----------*/
.header-form {
    margin: 0 40px;
    max-width: 640px !important;
}

.header-search {
    height: 50px;
    border-radius: 14px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    overflow: hidden;
    box-shadow: inset 0 1px 2px rgba(16, 24, 40, 0.02);
    transition: all 0.3s ease;
}

.header-search:hover {
    background: #ffffff;
    border-color: #cbd5e1;
}

.header-search:focus-within {
    background: #ffffff;
    border-color: #22c55e;
    box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.12);
}

.header-search input {
    height: 50px;
    padding: 0 16px 0 14px !important;
    font-size: 15px;
    color: #111827;
}

.header-search input::placeholder {
    color: #9ca3af;
}

.header-search button i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: transparent;
    color: #374151;
    border: none;
    border-radius: 0;
}

.header-search button i:hover {
    color: #16a34a;
    background: #f0fdf4;
}

/*---------- header right area ----------*/
.header-right {
    gap: 16px;
}

.header-right .header-item {
    margin-right: 0;
}

.header-list {
    gap: 12px;
}

/*---------- login buttons ----------*/
.login-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    padding: 0 18px;
    border-radius: 12px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.1px;
    color: #1f2937;
    background: #ffffff;
    border: 1.5px solid #dbe4ea;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
    transition: all 0.3s ease;
}

.login-btn span {
    margin: 0;
    line-height: 1;
    color: inherit;
}

.login-btn:hover {
    color: #16a34a;
    background: #f0fdf4;
    border-color: #b7e4c7;
    box-shadow: 0 10px 22px rgba(22, 163, 74, 0.10);
    transform: translateY(-1px);
}

.lg-btn {
    background: #f8fafc;
    border-color: #e5e7eb;
}

.lg-btn:hover {
    background: #eefbf3;
    border-color: #b7e4c7;
    color: #16a34a;
}

/*---------- post button ----------*/
.post-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: auto;
    height: 40px;
    padding: 0 20px;
    margin-left: 5px;
    border-radius: 12px;
    background: #16a34a;
    border: 2px solid #16a34a;
    box-shadow: 0 10px 20px rgba(22, 163, 74, 0.18);
    transition: all 0.3s ease;
}

.post-btn:hover {
    background: #15803d;
    border-color: #15803d;
    box-shadow: 0 14px 28px rgba(22, 163, 74, 0.28);
    transform: translateY(-2px);
}

.post-btn span {
    margin: 0;
    line-height: 1;
    color: #fff;
}

.post-btn i {
    color: #fff;
    transition: transform 0.3s ease;
}

.post-btn:hover i {
    transform: scale(1.1);
}

/*---------- fixed header ----------*/
.header-fixed {
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 100 !important;
}

.header-fixed .header-widget i {
    color: #1f2937;
    background: #f8fafc;
    border-color: #e5e7eb;
}

.header-fixed .header-widget span {
    color: #111827;
}

.header-fixed .login-btn {
  color: #000 !important;
}

/*---------- dropdown / search option ----------*/
.header-option {
    top: calc(100% + 8px);
    z-index: 150 !important;
}

.option-grid {
    padding: 16px;
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.10);
}

.option-grid input {
    height: 42px;
    border-radius: 10px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
}

.option-grid button {
    height: 44px;
    border: none;
    border-radius: 10px;
    background: #16a34a;
    font-size: 13px;
    font-weight: 600;
}

.option-grid button:hover {
    background: #15803d;
}

.dropdown-card {
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12);
    overflow: hidden;
    z-index: 160 !important;
}

/*---------- sidebar layers ----------*/
.sidebar-part {
    z-index: 9999 !important;
}

.sidebar-body {
    z-index: 10000 !important;
    background: #fbfcfd;
}

/*========================================
SIDEBAR
========================================*/

.sidebar-menu {
    padding: 10px 14px 18px;
}

.sidebar-header {
    border-bottom: 1px solid #eef2f7;
}

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

.navbar-item {
    margin-bottom: 8px;
    list-style: none;
    border-bottom: none;
}

.navbar-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 14px;
    background: #ffffff;
    color: #1f2937;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.1px;
    text-transform: capitalize;
    border: 1px solid #edf2f7;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.03);
    transition: all 0.28s ease;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.navbar-link span {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: inherit;
}

.navbar-link i {
    font-size: 12px;
    color: #6b7280;
    transition: all 0.28s ease;
}

.navbar-link:hover {
    color: #16a34a;
    background: #f0fdf4;
    border-color: #ccefd8;
    box-shadow: 0 8px 18px rgba(22, 163, 74, 0.08);
    transform: translateX(4px);
}

.navbar-link:hover i {
    color: #16a34a;
}

/*---------- active dropdown ----------*/
.navbar-dropdown .navbar-link {
    cursor: pointer;
}

.navbar-dropdown.active .navbar-link,
.navbar-dropdown .navbar-link[aria-expanded="true"] {
    color: #16a34a;
    background: #f0fdf4;
    border-color: #bde7ca;
    box-shadow: 0 10px 22px rgba(22, 163, 74, 0.08);
}

.navbar-dropdown.active .navbar-link i,
.navbar-dropdown .navbar-link[aria-expanded="true"] i {
    color: #16a34a;
    transform: rotate(45deg);
}

/*---------- dropdown list ----------*/
.dropdown-list {
    margin: 10px 0 4px;
    padding: 8px;
    list-style: none;
    border-radius: 16px;
    background: #f8fafc;
    border: 1px solid #edf2f7;
}

.dropdown-list li {
    margin-bottom: 4px;
    list-style: none;
}

.dropdown-list li:last-child {
    margin-bottom: 0;
}

.dropdown-link {
    display: block;
    padding: 11px 14px;
    border-radius: 12px;
    color: #475569;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.1px;
    background: transparent;
    transition: all 0.25s ease;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.dropdown-link:hover {
    color: #16a34a;
    background: #ffffff;
    padding-left: 18px;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.04);
}

/*========================================
RESPONSIVE
========================================*/

@media (max-width: 1199px) {
    .header-part .container {
        padding: 14px 16px;
    }

    .header-content {
        gap: 14px;
    }

    .header-form {
        margin-top: 15px;
    }

    .header-logo img {
        height: 36px;
    }
}

@media (max-width: 575px) {
    .header-part .container {
        padding: 12px 14px;
    }

    .sidebar-btn i,
    .header-widget i {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .header-logo img {
        height: 34px;
    }

    .sidebar-menu {
        padding: 12px;
    }

    .navbar-link {
        padding: 13px 14px;
        font-size: 14px;
    }

    .navbar-link span {
        font-size: 14px;
    }

    .dropdown-link {
        padding: 10px 12px;
        font-size: 13.5px;
    }
}

.banner-part {
    position: relative;
    z-index: 1;
    padding: 28px 0 115px;
    background: linear-gradient(180deg, #dcebe2 0%, #edf5ef 45%, #f7faf8 100%);
    overflow: hidden;
}

.banner-part::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(22, 163, 74, 0.08) 0%,
        rgba(255, 255, 255, 0.28) 55%,
        rgba(255, 255, 255, 0.55) 100%
    );
    z-index: -1;
}

.banner-part::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.7);
    z-index: -1;
}

.suggest-card {
    background: #fdfefe;
    border: 1px solid #edf2ef;
    border-bottom: 2px solid #16a34a;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.suggest-card h6 {
    font-weight: 700;
    color: #1f2937;
}

.suggest-card p {
    font-weight: 500;
    color: #16a34a;
}

.suggest-card:hover {
    background: #ffffff;
}

   /* heading */
.section-center-heading {
    text-align: center;
}

.section-center-heading p {
    text-align: center;
    max-width: 600px;
    margin: 10px auto 0;
}

.section-center-heading h2 {
    position: relative;
    display: inline-block;
    padding-bottom: 12px;
}

.section-center-heading h2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 150px;
    height: 3px;
    background: #20b15a;
    border-radius: 3px;
}

.section-center-heading h2::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -4px;
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    background: #20b15a;
    border-radius: 50%;
}

/* card */
.blog-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #edf2f7;
    border-bottom: 4px solid #20b15a;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
    transition: all 0.35s ease;
    display: flex;
    flex-direction: column;
}

.blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
}

/* image */
.blog-img {
    position: relative;
    overflow: hidden;
    background: #f3f4f6;
}

.blog-img img {
    width: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
    display: block;
}

.blog-card:hover .blog-img img {
    transform: scale(1.06);
}

.blog-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.03));
    pointer-events: none;
}

.blog-overlay {
    position: absolute;
    left: 18px;
    bottom: 16px;
    z-index: 2;
}

.blog-overlay .marketing {
    display: inline-block;
    padding: 8px 15px;
    background: #20b15a;
    color: #fff;
    font-size: 13.5px;
    font-weight: 700;
    border-radius: 30px;
    box-shadow: 0 8px 18px rgba(32, 177, 90, 0.28);
}

.blog-content {
    padding: 0 5px 0 5px;
}

/* list */
.category-list {
    padding-right: 4px;
    scrollbar-width: thin;
    scrollbar-color: #d1d5db transparent;
}

.category-list::-webkit-scrollbar {
    width: 5px;
}

.category-list::-webkit-scrollbar-thumb {
    background: #d1d5db;
    border-radius: 20px;
}

.category-list li {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 2px 0;
    border-bottom: 1px solid #eef2f7;
    transition: all 0.25s ease;
}

.category-list li:last-child {
    border-bottom: none;
}

.category-list li > div {
    flex: 0 0 34px;
    width: 34px !important;
    height: 34px !important;
    border-radius: 10px;
    background-color: #f3fdf7;
    border: 1px solid #dff5e8;
    background-size: 20px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.category-list li a {
    flex: 1;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    text-decoration: none !important;
    color: #1f2937 !important;
    min-width: 0;
}

.category-list li a h6 {
    margin: 0 !important;
    font-size: 14px;
    font-weight: 650;
    line-height: 1.2;
    color: #1f2937;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
}

.category-list li a p {
    margin: 0 !important;
    min-width: 34px;
    height: 20px;
    padding: 0 8px;
    border-radius: 30px;
    background: #ecfdf3;
    color: #20b15a !important;
    font-size: 13px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

/* responsive */
@media (max-width: 991px) {
    .section-center-heading h2 {
        font-size: 34px;
    }

    .blog-card {
        width: 100%;
}

    .blog-content {
        padding: 16px;
    }
}

@media (max-width: 767px) {
    .section-center-heading h2 {
        font-size: 28px;
    }

    .section-center-heading p {
        font-size: 15px;
    }
    
}

@media (max-width: 575px) {
    .section-center-heading h2 {
        font-size: 24px;
    }

    .blog-card {
        border-radius: 14px;
    }

    .blog-content {
        padding: 14px;
    }

    .category-list li > div {
        width: 30px !important;
        height: 30px !important;
        flex: 0 0 30px;
    }
}

.product-card {
    border-radius: 18px;
    margin-bottom: 24px;
    background: #ffffff;
    border: 1px solid #edf2f7;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
    transition: all 0.35s ease;
}

.product-card:hover {
    background: #ffffff;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
    transform: translateY(-4px);
}

.product-category .breadcrumb-item,
.product-category .breadcrumb-item a,
.product-category .breadcrumb-item.active {
    font-size: 13px;
    font-weight: 500;
    color: #6b7280;
}

.product-category .breadcrumb-item a:hover {
    color: #16a34a;
}

.product-title {
    margin-bottom: 12px;
    line-height: 1.35;
}

.product-title a {
    color: #111827;
    font-size: 17px;
    font-weight: 700;
    transition: all 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-title a:hover {
    color: #16a34a;
}

.product-meta {
    margin-bottom: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 16px;
}

.product-meta span {
    font-size: 13px;
    color: #6b7280;
    margin-right: 0;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
}

.product-meta i {
    margin-right: 6px;
    color: #9ca3af;
    font-size: 12px;
}

.product-price {
    margin: 0;
    font-size: 18px;
    font-weight: 800;
    font-family: inherit;
    color: #16a34a;
    letter-spacing: -0.2px;
}

.product-btn a,
.product-btn button {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #e5e7eb;
    background: #ffffff;
    color: #6b7280;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.04);
}

.product-btn a:hover,
.product-btn button:hover {
    color: #16a34a;
    border-color: #bbf7d0;
    background: #f0fdf4;
    transform: translateY(-2px);
}

.center-20 .btn span {
    font-weight: 700;
    letter-spacing: 0.3px;
}

.footer-part {
    background: #080229;
    padding: 100px 0 0;
}

.newsletter {
    align-items: center;
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.news-content h2 {
    color: #ffffff;
    font-size: 35px;
    line-height: 1.08;
    font-weight: 750;
    letter-spacing: -1px;
    margin-bottom: 15px;
}

.news-content p {
    color: rgba(255, 255, 255, 0.72);
    font-size: 16px;
    line-height: 1.35;
    max-width: 760px;
    margin: 0;
}

.news-form .btn.btn-inline {
    padding: 0 24px;
    border-radius: 12px;
    font-weight: 700;
    letter-spacing: 0.3px;
}

.footer-content h3 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 16px;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    position: relative;
}

.footer-content h3::before {
    width: 60px;
    height: 3px;
    border-radius: 30px;
}

.footer-widget li {
    margin-bottom: 18px;
}

.footer-widget li a {
    color: rgba(255, 255, 255, 0.78);
    font-size: 17px;
    line-height: 1.3;
    transition: all 0.3s ease;
}

.footer-widget li a:hover {
    color: #ffffff;
    text-decoration: none;
    transform: translateX(4px);
}

.footer-info a {
    display: inline-block;
    margin-bottom: 28px;
}

.footer-count li {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-count li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.footer-count li h5 {
    margin-bottom: 4px;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.5px;
    color: #ffffff;
}

.footer-count li p {
    margin: 0;
    font-size: 17px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.68);
}

.footer-app {
    padding-top: 28px !important;
    padding-bottom: 12px !important;
}

.footer-app a {
    margin: 0 8px 10px 0;
    display: inline-block;
    transition: transform 0.3s ease;
}

.footer-app a:hover {
    transform: translateY(-2px);
}

.footer-app a img {
    width: auto;
    height: 40px;
}

.footer-end {
    background: #0d0633;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-end-content {
    padding: 18px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-social li {
    display: inline-block;
    margin: 4px 6px;
}

.footer-social li a i {
    width: 44px;
    height: 44px;
    font-size: 17px;
    line-height: 44px;
    text-align: center;
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.82);
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.3s ease;
}

.footer-social li a i:hover {
    color: #ffffff;
    transform: translateY(-2px);
}

@media (max-width: 991px) {
    .news-content {
        margin-bottom: 24px;
    }

    .news-content h2 {
        font-size: 40px;
    }

    .news-content p {
        font-size: 16px;
    }

    .footer-content h3 {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .footer-part {
        padding: 70px 0 0;
    }

    .newsletter {
        padding-bottom: 36px;
        margin-bottom: 36px;
    }

    .news-content h2 {
        font-size: 32px;
        line-height: 1.15;
    }

    .news-content p {
        font-size: 15px;
        line-height: 1.8;
    }

    .footer-content h3 {
        font-size: 24px;
    }

    .footer-widget li a {
        font-size: 15px;
    }

    .footer-count li h5 {
        font-size: 30px;
    }

    .footer-count li p {
        font-size: 15px;
    }
}

@media (max-width: 575px) {
    .footer-content,
    .footer-info {
        margin-left: 0;
    }

    .news-content h2 {
        font-size: 28px;
    }

    .footer-social li a i {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
    }
}

.mobile-nav {
    box-shadow: 0px -6px 18px rgba(0, 0, 0, 0.12);
}

.mobile-widget {
    padding: 10px 0px;
    border-radius: 10px;
}

.mobile-widget i {
    font-size: 16px;
    margin-bottom: 3px;
    color: #4b5563;
    text-shadow: none;
}

.mobile-widget span {
    font-size: 11px;
    line-height: 13px;
    font-weight: 600;
    color: #333;
    text-transform: capitalize;
    letter-spacing: 0.2px;
}

.mobile-widget sup {
    top: -3px;
    left: 68%;
    font-size: 10px;
    font-weight: 700;
    padding: 0px 5px;
    line-height: 18px;
    border: 2px solid var(--white);
    text-shadow: none;
}

.single-banner-breadcumbs {
    background: linear-gradient(135deg, #0f5132 0%, #16a34a 50%, #22c55e 100%);
    padding: 30px 0;
    overflow: hidden;
}

.single-banner-breadcumbs::before {
    background: rgba(0, 0, 0, 0.18);
}

.single-content h2 {
    font-size: 28px;
    font-weight: 800;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.single-content .breadcrumb {
    background: rgba(255, 255, 255, 0.12);
    padding: 8px 16px;
    border-radius: 999px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.single-content .breadcrumb-item {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.85);
}

.single-content .breadcrumb-item a {
    color: #fff;
}

.single-content .breadcrumb-item a:hover {
    color: #d1fae5;
}

.single-content .breadcrumb-item.active {
    color: #bbf7d0;
}

.modal-content {
    border-radius: 16px;
    border: 1px solid #eef2f7;
    box-shadow: 0 25px 70px rgba(15, 23, 42, 0.18);
    overflow: hidden;
    background: #fff;
}

.modal-header {
    padding: 16px 20px;
    border-bottom: 1px solid #eef2f7;
    background: #f9fafb;
}

.modal-header h4 {
    font-size: 18px;
    font-weight: 700;
    color: #111827;
    margin: 0;
}

.modal-header button {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    background: #f3f4f6;
    transition: 0.25s ease;
}

.modal-header button:hover {
    background: #fee2e2;
    color: #ef4444;
    transform: rotate(90deg);
}

.modal-body {
    padding: 18px 20px;
    max-height: 65vh;
    overflow-y: auto;
}

.modal-footer {
    padding: 14px 20px;
    border-top: 1px solid #eef2f7;
    background: #fafafa;
}

.modal-footer .btn-success {
    background: #16a34a;
    border: none;
    padding: 10px 18px;
    border-radius: 10px;
    font-weight: 600;
    color: #fff;
    transition: 0.25s ease;
}

.modal-footer .btn-success:hover {
    background: #15803d;
    transform: translateY(-2px);
}

/* scrollbar */
.modal-body::-webkit-scrollbar {
    width: 6px;
}

.modal-body::-webkit-scrollbar-thumb {
    background: #d1d5db;
    border-radius: 20px;
}


        .select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    height: 44px;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    background: #ffffff;
    display: flex;
    align-items: center;
    padding: 0 12px;
    transition: 0.25s ease;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
}

.select2-container--default .select2-selection--single:hover {
    border-color: #22c55e;
}

.select2-container--default.select2-container--focus .select2-selection--single {
    border-color: #16a34a;
    box-shadow: 0 0 0 4px rgba(22, 163, 74, 0.12);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #111827;
    font-weight: 500;
    font-size: 14px;
    padding-left: 0;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #9ca3af;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px;
    right: 10px;
}

.select2-dropdown {
    border: none;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.15);
    margin-top: 6px;
}

.select2-search--dropdown .select2-search__field {
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    padding: 8px 12px;
    outline: none;
}

.select2-container--default .select2-results__option {
    padding: 10px 14px;
    font-size: 14px;
    color: #374151;
    transition: 0.2s ease;
}

.select2-container--default .select2-results__option--highlighted {
    background: #ecfdf5 !important;
    color: #16a34a !important;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background: #f0fdf4;
    color: #15803d;
    font-weight: 600;
}

.select2-container--default .select2-selection--multiple {
    min-height: 44px;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    padding: 6px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #16a34a;
    border: none;
    color: #fff;
    border-radius: 8px;
    padding: 4px 8px;
    font-size: 12px;
}

.product-widget {
    padding: 15px 10px;
    border-radius: 14px;
    margin-bottom: 24px;
    background: #ffffff;
    border: 1px solid #eef2f7;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.05);
}

.product-widget-title {
    font-weight: 700;
    padding-bottom: 12px;
    margin-bottom: 12px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.6px;
    color: #111827;
    border-bottom: 1px solid #f1f5f9;
}

/* ===== PRICE FILTER ===== */
.price-range-wrapper {
    padding-top: 5px;
}

.price-field span {
    font-size: 12px;
    color: #6b7280;
    font-weight: 500;
}

.price-field input {
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    height: 38px;
    padding: 0 10px;
    font-size: 14px;
    transition: 0.2s ease;
}

.price-field input:focus {
    border-color: #16a34a;
    box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.12);
}

/* ===== APPLY BUTTON ===== */
.product-widget .btn-success {
    background: #16a34a;
    border: none;
    padding: 10px 14px;
    border-radius: 10px;
    font-weight: 600;
    box-shadow: 0 10px 20px rgba(22, 163, 74, 0.15);
    transition: 0.25s ease;
}

.product-widget .btn-success:hover {
    background: #15803d;
    transform: translateY(-2px);
}

.product-widget-link {
  font-size: 16px;
  font-weight: 500;
}

.product-widget-dropdown li a {
  font-size: 15px;
font-weight: 500;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
    .product-widget {
        padding: 12px;
    }
}


        .product-card .product-img {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

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

