/* Utility Classes */
.py-20 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.brand-logo img {
    width: 85px;
    height: 85px;
    object-fit: contain;
}

.about_image {
    width: 100%;
}

.content h4 {
    font-size: 18px;
    line-height: 26px;
}

.section-title h2 {
    font-size: 41px;
    line-height: 55px;

}

/* Focus Area Image Fix */
.agricko-service-item .thumbnail {
    height: 260px !important;
    overflow: hidden;
}

.agricko-service-item .thumbnail a {
    width: 100% !important;
    height: 100%;
    display: block !important;
}

.agricko-service-item .thumbnail img {
    width: 100% !important;
    height: 100%;
    object-fit: cover !important;
    /* MOST IMPORTANT */
    object-position: center;
    display: block !important;
}

/* Gallery Image Same Height Fix */
.agricko-post-item .post-thumbnail {
    height: 280px;
    /* চাইলে 260 / 300 করতে পারো */
    overflow: hidden;
}

.agricko-post-item .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* MOST IMPORTANT */
    display: block;
}

/* Project Section Image Same Height Fix */
.agricko-project-item .thumbnail {
    height: 300px;
    /* চাইলে 280 / 320 করতে পারো */
    overflow: hidden;
}

.agricko-project-item .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* MOST IMPORTANT */
    display: block;
}

.footer-recent-post-widget .recent-post-item {
    display: flex;
    align-items: center;
}

.footer-recent-post-widget .recent-post-item .thumbnail {
    width: 80px;
    height: 70px;
    flex: 0 0 80px;
    overflow: hidden;
    border-radius: 4px;
}

.footer-recent-post-widget .recent-post-item .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.search-card {
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    text-align: center;
    height: 100%;
}

.search-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 12px;
}

/* GOOGLE STYLE SEARCH LIST */
.search-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.search-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.search-thumb {
    width: 90px;
    height: 70px;
    flex-shrink: 0;
}

.search-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.search-content {
    flex: 1;
}

.search-type {
    display: inline-block;
    font-size: 12px;
    color: #4CAF50;
    margin-bottom: 4px;
}

.search-title {
    font-size: 18px;
    margin: 0;
}

.search-title a {
    color: #1a0dab;
    text-decoration: none;
}

.search-title a:hover {
    text-decoration: underline;
}

/* Fixed Header Customization */
.header-area.transparent-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: background-color 0.3s ease, backdrop-filter 0.3s ease, box-shadow 0.3s ease;
}

.header-area.sticky,
.header-area.sticky.header-one {
    background-color: rgba(255, 255, 255, 0.14) !important;
    -webkit-backdrop-filter: blur(5px) !important;
    backdrop-filter: blur(5px) !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

/* Change menu text color when sticky */
.header-area.sticky .header-navigation .main-menu ul>li>a {
    color: var(--heading-color) !important;
}

/* Hover color for sticky menu */
.header-area.sticky .header-navigation .main-menu ul>li:hover>a {
    color: var(--primary-color) !important;
}

/* Nav right items (search, toggler) */
.header-area.sticky .nav-right-item .nav-action .action-btn {
    color: var(--heading-color) !important;
    background-color: transparent !important;
    border: 1px solid var(--heading-color) !important;
}

.header-area.sticky .nav-right-item .navbar-toggler span {
    background-color: var(--heading-color) !important;
}

/* Transparent Header Menu Text Visibility (Top Level Only) */
.header-area.transparent-header:not(.sticky) .header-navigation .main-menu>ul>li>a {
    color: #ffffff !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8), 0 0 10px rgba(0, 0, 0, 0.5);
    font-weight: 500;
}

.header-area.transparent-header:not(.sticky) .header-navigation .main-menu>ul>li:hover>a {
    color: var(--primary-color) !important;
    text-shadow: none;
}

/* Make search icon white on transparent header */
.header-area.transparent-header:not(.sticky) .nav-right-item .nav-action .action-btn {
    color: #ffffff !important;
    background-color: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

/* Make toggler white on transparent header */
.header-area.transparent-header:not(.sticky) .nav-right-item .navbar-toggler span {
    background-color: #ffffff !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

/* ========================================
   Dropdown Menu Size Reduction
   ======================================== */

/* Reduce dropdown menu width */
.header-navigation .main-menu ul.sub-menu {
    min-width: 200px !important;
    max-width: 220px !important;
    padding: 10px 0 !important;
}

/* Reduce dropdown menu item padding and font size */
.header-navigation .main-menu ul.sub-menu li a {
    padding: 8px 20px !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    white-space: normal !important;
    word-wrap: break-word !important;
}

/* Reduce nested dropdown spacing */
.header-navigation .main-menu ul.sub-menu ul.sub-menu {
    min-width: 180px !important;
    max-width: 200px !important;
    padding: 8px 0 !important;
}

/* Reduce third level dropdown */
.header-navigation .main-menu ul.sub-menu ul.sub-menu ul.sub-menu {
    min-width: 170px !important;
    max-width: 190px !important;
}

/* Reduce nested dropdown item padding */
.header-navigation .main-menu ul.sub-menu ul.sub-menu li a {
    padding: 6px 15px !important;
    font-size: 13px !important;
}

/* Reduce third level dropdown item padding */
.header-navigation .main-menu ul.sub-menu ul.sub-menu ul.sub-menu li a {
    padding: 5px 12px !important;
    font-size: 12px !important;
}

/* Compact dropdown arrow icon */
.header-navigation .main-menu ul li.has-children>a::after {
    font-size: 10px !important;
    margin-left: 5px !important;
}

/* Reduce spacing between dropdown items */
.header-navigation .main-menu ul.sub-menu li {
    margin-bottom: 0 !important;
}

/* Ensure dropdowns don't overflow screen */
.header-navigation .main-menu ul.sub-menu {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1) !important;
    border-radius: 8px !important;
}

/* Compact hover effect */
.header-navigation .main-menu ul.sub-menu li:hover>a {
    padding-left: 25px !important;
    transition: all 0.2s ease !important;
}

/* Responsive adjustments for mobile */
@media (max-width: 1199px) {
    .header-navigation .main-menu ul.sub-menu {
        min-width: 100% !important;
        max-width: 100% !important;
    }

    .header-navigation .main-menu ul.sub-menu li a {
        padding: 10px 15px !important;
        font-size: 14px !important;
    }
}

/* Modern Card Design */
.modern-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    /* Soft shadow */
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #f0f0f0;
}

.modern-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    border-color: #e5e5e5;
}

.modern-card .thumbnail-wrap {
    height: 260px !important;
    overflow: hidden;
    position: relative;
    border-bottom: 3px solid #72a536;
    /* Brand accent line */
}

.modern-card .thumbnail-wrap a {
    width: 100% !important;
    height: 100%;
    display: block !important;
}

.modern-card .thumbnail-wrap img {
    width: 100% !important;
    height: 100%;
    object-fit: cover !important;
    object-position: center;
    display: block !important;
    transition: transform 0.5s ease;
}

.modern-card:hover .thumbnail-wrap img {
    transform: scale(1.05);
    /* Gentle zoom */
}

.modern-card .card-content {
    padding: 25px 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.modern-card .card-title {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4;
    color: #1a1a1a;
}

.modern-card .card-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.modern-card .card-title a:hover {
    color: #72a536;
}

.modern-card .view-more-btn {
    margin-top: auto;
    /* Push to bottom */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    background-color: transparent;
    border: 1px solid #72a536;
    color: #72a536;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
}

.modern-card .view-more-btn i {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.modern-card .view-more-btn:hover {
    background-color: #72a536;
    color: #fff;
    box-shadow: 0 5px 15px rgba(114, 165, 54, 0.3);
}

.modern-card .view-more-btn:hover i {
    transform: translateX(3px);
}

/* Card Actions Container */
.modern-card .card-actions {
    margin-top: auto;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

/* Contact Button (WhatsApp) */
.modern-card .contact-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    background-color: #25D366;
    border: 1px solid #25D366;
    color: #fff;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
}

.modern-card .contact-btn i {
    margin-right: 6px;
    font-size: 16px;
}

.modern-card .contact-btn:hover {
    background-color: #128C7E;
    border-color: #128C7E;
    color: #fff;
    box-shadow: 0 5px 15px rgba(37, 211, 102, 0.4);
}


/* ========================================
   Details Page Image Styling
   ======================================== */

/* Product, Industry, and Solution Details Page Main Image */
.project-details-sec .thumbnail {
    height: 450px;
    max-height: 450px;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.project-details-sec .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-color: #f8f9fa;
    display: block;
}

/* Responsive adjustments for details page images */
@media (max-width: 991px) {
    .project-details-sec .thumbnail {
        height: 350px;
        max-height: 350px;
    }
}

@media (max-width: 767px) {
    .project-details-sec .thumbnail {
        height: 280px;
        max-height: 280px;
    }
}

@media (max-width: 575px) {
    .project-details-sec .thumbnail {
        height: 220px;
        max-height: 220px;
    }
}

/* ========================================
   WhatsApp Contact Section (Details Pages)
   ======================================== */

.contact-section {
    background-color: #f8f9fa;
}

.contact-box {
    background: #fff;
    padding: 40px 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.contact-box h3 {
    color: #1a1a1a;
    font-weight: 700;
}

.contact-box p {
    color: #666;
    font-size: 16px;
}

.whatsapp-contact-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 40px;
    background-color: #25D366;
    border: 2px solid #25D366;
    color: #fff;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(37, 211, 102, 0.3);
}

.whatsapp-contact-btn i {
    margin-right: 10px;
    font-size: 22px;
}

.whatsapp-contact-btn:hover {
    background-color: #128C7E;
    border-color: #128C7E;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
}

@media (max-width: 767px) {
    .contact-box {
        padding: 30px 20px;
    }

    .whatsapp-contact-btn {
        padding: 12px 30px;
        font-size: 14px;
    }
}

/* ========================================
   Sidebar Category Navigation
   ======================================== */

.sidebar-widget {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    position: sticky;
    top: 100px;
}

.sidebar-widget .widget-title {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #72a536;
}

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

.category-item {
    margin-bottom: 5px;
}

.category-item .main-category {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    color: #333;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    border-radius: 8px;
    transition: all 0.3s ease;
    background-color: #f8f9fa;
}

.category-item .main-category i {
    margin-right: 10px;
    font-size: 16px;
    color: #72a536;
}

.category-item .main-category:hover {
    background-color: #72a536;
    color: #fff;
    transform: translateX(5px);
}

.category-item .main-category:hover i {
    color: #fff;
}

.category-item .main-category.active {
    background-color: #72a536;
    color: #fff;
}

.category-item .main-category.active i {
    color: #fff;
}

.sub-category-list {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.sub-category-list.show {
    max-height: 1000px;
    margin-top: 5px;
}

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

.sub-category-list li a {
    display: block;
    padding: 10px 15px 10px 45px;
    color: #666;
    text-decoration: none;
    font-size: 14px;
    border-radius: 6px;
    transition: all 0.3s ease;
    position: relative;
}

.sub-category-list li a:before {
    content: "→";
    position: absolute;
    left: 25px;
    color: #72a536;
    font-weight: bold;
}

.sub-category-list li a:hover {
    background-color: #f0f0f0;
    color: #72a536;
    padding-left: 50px;
}

.sub-category-list li a.active {
    background-color: #e8f5e9;
    color: #72a536;
    font-weight: 600;
}

/* Mobile Responsive */
@media (max-width: 991px) {
    .sidebar-widget {
        position: relative;
        top: 0;
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .sidebar-widget {
        padding: 20px;
    }

    .sidebar-widget .widget-title {
        font-size: 18px;
    }

    .category-item .main-category {
        padding: 10px 12px;
        font-size: 14px;
    }
}

/* ========================================
   REDESIGNED ITEMS LISTING PAGE STYLES
   ======================================== */

/* Modern Page Banner */
.modern-page-banner {
    position: relative;
    padding: 120px 0 80px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    overflow: hidden;
}

.modern-page-banner .banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(114, 165, 54, 0.9) 0%, rgba(45, 82, 27, 0.85) 100%);
    z-index: 1;
}

.modern-page-banner .container {
    position: relative;
    z-index: 2;
}

.modern-page-banner .banner-content {
    color: #fff;
}

.modern-page-banner .category-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.modern-page-banner .banner-title {
    font-size: 48px;
    font-weight: 800;
    margin: 20px 0 25px;
    line-height: 1.2;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.modern-page-banner .breadcrumb-modern {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 15px;
}

.modern-page-banner .breadcrumb-modern .breadcrumb-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.modern-page-banner .breadcrumb-modern .breadcrumb-item a {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 6px;
}

.modern-page-banner .breadcrumb-modern .breadcrumb-item a:hover {
    color: #FFE082;
    transform: translateX(-2px);
}

.modern-page-banner .breadcrumb-modern .breadcrumb-item+.breadcrumb-item::before {
    content: "→";
    margin-right: 12px;
    opacity: 0.7;
}

.modern-page-banner .breadcrumb-modern .breadcrumb-item.active {
    opacity: 0.9;
}

/* Items Grid Section */
.items-grid-section {
    background: linear-gradient(to bottom, #f8f9fa 0%, #ffffff 100%);
}

/* Modern Sidebar Widget */
.modern-sidebar-widget {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 100px;
    transition: all 0.3s ease;
}

.modern-sidebar-widget:hover {
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.12);
}

.modern-sidebar-widget .widget-header {
    background: linear-gradient(135deg, #72a536 0%, #5d8a2b 100%);
    padding: 25px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
}

.modern-sidebar-widget .widget-header i {
    font-size: 24px;
}

.modern-sidebar-widget .widget-title {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
}

.modern-sidebar-widget .category-navigation {
    padding: 20px 15px;
}

.modern-sidebar-widget .category-item-wrapper {
    margin-bottom: 8px;
}

.modern-sidebar-widget .main-category-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    background: #f8f9fa;
    border-radius: 10px;
    text-decoration: none;
    color: #333;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.modern-sidebar-widget .main-category-link::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background: #72a536;
    transform: scaleY(0);
    transition: transform 0.3s ease;
}

.modern-sidebar-widget .main-category-link:hover::before,
.modern-sidebar-widget .main-category-link.active::before {
    transform: scaleY(1);
}

.modern-sidebar-widget .main-category-link .category-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 8px;
    color: #72a536;
    font-size: 16px;
    transition: all 0.3s ease;
}

.modern-sidebar-widget .main-category-link:hover .category-icon {
    background: #72a536;
    color: #fff;
    transform: rotate(10deg) scale(1.1);
}

.modern-sidebar-widget .main-category-link .category-name {
    flex: 1;
}

.modern-sidebar-widget .main-category-link .category-arrow {
    color: #72a536;
    transition: transform 0.3s ease;
    padding: 10px;
    margin: -10px;
    position: relative;
    z-index: 10;
}

.modern-sidebar-widget .main-category-link .category-arrow:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
}

.modern-sidebar-widget .main-category-link:hover {
    background: linear-gradient(135deg, #72a536 0%, #5d8a2b 100%);
    color: #fff;
    transform: translateX(5px);
    box-shadow: 0 5px 20px rgba(114, 165, 54, 0.3);
}

.modern-sidebar-widget .main-category-link:hover .category-icon {
    background: rgba(255, 255, 255, 0.2);
}

.modern-sidebar-widget .main-category-link:hover .category-arrow {
    color: #fff;
}

.modern-sidebar-widget .main-category-link.active {
    background: linear-gradient(135deg, #72a536 0%, #5d8a2b 100%);
    color: #fff;
    box-shadow: 0 5px 20px rgba(114, 165, 54, 0.3);
}

.modern-sidebar-widget .main-category-link.active .category-icon {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.modern-sidebar-widget .main-category-link.active .category-arrow {
    color: #fff;
}

.modern-sidebar-widget .sub-category-navigation {
    list-style: none;
    margin: 8px 0 0;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.modern-sidebar-widget .sub-category-navigation.show {
    max-height: 1000px;
}

.modern-sidebar-widget .sub-category-navigation li {
    margin-bottom: 4px;
}

.modern-sidebar-widget .sub-category-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px 10px 52px;
    color: #666;
    text-decoration: none;
    font-size: 14px;
    border-radius: 8px;
    transition: all 0.3s ease;
    position: relative;
}

.modern-sidebar-widget .sub-category-link .sub-icon {
    position: absolute;
    left: 30px;
    color: #72a536;
    font-weight: bold;
    transition: transform 0.3s ease;
}

.modern-sidebar-widget .sub-category-link:hover {
    background: #f0f0f0;
    color: #72a536;
    padding-left: 56px;
}

.modern-sidebar-widget .sub-category-link:hover .sub-icon {
    transform: translateX(4px);
}

.modern-sidebar-widget .sub-category-link.active {
    background: #e8f5e9;
    color: #72a536;
    font-weight: 600;
}

/* Items Header */
.items-header {
    background: #fff;
    padding: 20px 25px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
}

.items-header .items-count {
    display: flex;
    align-items: center;
    gap: 12px;
}

.items-header .count-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #72a536 0%, #5d8a2b 100%);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border-radius: 12px;
    padding: 0 15px;
}

.items-header .count-text {
    font-size: 16px;
    color: #666;
    font-weight: 600;
}

/* Premium Item Card */
.premium-item-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.premium-item-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(114, 165, 54, 0.05) 0%, rgba(45, 82, 27, 0.05) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0;
    pointer-events: none;
}

.premium-item-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(114, 165, 54, 0.2);
}

.premium-item-card:hover::before {
    opacity: 1;
}

.premium-item-card .card-image-wrapper {
    position: relative;
    height: 260px;
    overflow: hidden;
    border-bottom: 4px solid #72a536;
}

.premium-item-card .card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.premium-item-card:hover .card-image {
    transform: scale(1.1) rotate(1deg);
}

.premium-item-card .image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(114, 165, 54, 0.9) 0%, rgba(45, 82, 27, 0.9) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.premium-item-card:hover .image-overlay {
    opacity: 1;
}

.premium-item-card .view-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    font-size: 24px;
    transform: scale(0.5);
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.premium-item-card:hover .view-icon {
    transform: scale(1);
}

.premium-item-card .card-body-content {
    padding: 30px 25px;
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.premium-item-card .item-title {
    margin: 0 0 20px;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
    color: #1a1a1a;
}

.premium-item-card .item-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
    display: block;
}

.premium-item-card .item-title a:hover {
    color: #72a536;
}

.premium-item-card .card-action-buttons {
    margin-top: auto;
    display: flex;
    align-items: center;
    gap: 10px;
}

.premium-item-card .btn-view-details {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 20px;
    background: linear-gradient(135deg, #72a536 0%, #5d8a2b 100%);
    color: #fff;
    border: none;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.premium-item-card .btn-view-details::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
}

.premium-item-card .btn-view-details:hover::before {
    width: 300px;
    height: 300px;
}

.premium-item-card .btn-view-details span,
.premium-item-card .btn-view-details i {
    position: relative;
    z-index: 1;
}

.premium-item-card .btn-view-details i {
    transition: transform 0.3s ease;
}

.premium-item-card .btn-view-details:hover {
    box-shadow: 0 8px 25px rgba(114, 165, 54, 0.4);
    transform: translateY(-2px);
}

.premium-item-card .btn-view-details:hover i {
    transform: translateX(4px);
}

.premium-item-card .btn-whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    color: #fff;
    border-radius: 50%;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    box-shadow: 0 5px 15px rgba(37, 211, 102, 0.3);
}

.premium-item-card .btn-whatsapp:hover {
    transform: scale(1.15) rotate(10deg);
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.5);
}

/* Empty State */
.empty-state {
    text-align: center;
    padding: 80px 20px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.empty-state .empty-icon {
    width: 120px;
    height: 120px;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f5f5f5 0%, #e0e0e0 100%);
    border-radius: 50%;
}

.empty-state .empty-icon i {
    font-size: 50px;
    color: #999;
}

.empty-state h3 {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

.empty-state p {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
}

.empty-state .btn-back-home {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    background: linear-gradient(135deg, #72a536 0%, #5d8a2b 100%);
    color: #fff;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.empty-state .btn-back-home:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(114, 165, 54, 0.4);
}

/* Modern Pagination */
.modern-pagination-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

/* Modern FAQ Section */
.modern-faq-section {
    background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
}

.modern-faq-section .section-header {
    max-width: 700px;
    margin: 0 auto;
}

.modern-faq-section .section-subtitle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    background: linear-gradient(135deg, #72a536 0%, #5d8a2b 100%);
    color: #fff;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

.modern-faq-section .section-main-title {
    font-size: 42px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 15px;
    line-height: 1.2;
}

.modern-faq-section .section-description {
    font-size: 18px;
    color: #666;
    line-height: 1.6;
}

.faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq-accordion-item {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.faq-accordion-item:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.faq-accordion-item.active {
    box-shadow: 0 10px 40px rgba(114, 165, 54, 0.15);
}

.faq-question-wrapper {
    position: relative;
}

.faq-question-btn {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 25px 30px;
    background: transparent;
    border: none;
    text-align: left;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.faq-accordion-item.active .faq-question-btn {
    background: linear-gradient(135deg, rgba(114, 165, 54, 0.05) 0%, rgba(45, 82, 27, 0.05) 100%);
    border-bottom: 2px solid #72a536;
}

.faq-question-btn .question-number {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #72a536 0%, #5d8a2b 100%);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.faq-accordion-item.active .faq-question-btn .question-number {
    transform: scale(1.1);
}

.faq-question-btn .question-text {
    flex: 1;
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.4;
}

.faq-question-btn .question-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #f8f9fa;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.faq-accordion-item.active .faq-question-btn .question-icon {
    background: #72a536;
}

.faq-question-btn .question-icon i {
    font-size: 16px;
    color: #72a536;
    transition: all 0.3s ease;
}

.faq-accordion-item.active .faq-question-btn .question-icon i {
    color: #fff;
    transform: rotate(180deg);
}

.faq-answer-wrapper {
    overflow: hidden;
    transition: all 0.4s ease;
}

.faq-answer-content {
    padding: 0 30px 30px 100px;
    color: #666;
    font-size: 16px;
    line-height: 1.8;
}

.faq-answer-content p {
    margin-bottom: 15px;
}

.faq-answer-content ul,
.faq-answer-content ol {
    margin-left: 20px;
    margin-bottom: 15px;
}

/* Global Sidebar Styles */
.category-item-wrapper.sidebar-hidden {
    display: none;
}

.sidebar-load-more-btn {
    width: 100%;
    padding: 12px 20px;
    background: linear-gradient(135deg, #72a536 0%, #5c862b 100%);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.4s ease;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0 4px 15px rgba(114, 165, 54, 0.3);
}

.sidebar-load-more-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(114, 165, 54, 0.4);
    background: linear-gradient(135deg, #5c862b 0%, #476822 100%);
    color: #fff;
}

/* Responsive Design */
@media (max-width: 1199px) {
    .modern-page-banner .banner-title {
        font-size: 40px;
    }

    .modern-faq-section .section-main-title {
        font-size: 36px;
    }
}

@media (max-width: 991px) {
    .modern-sidebar-widget {
        position: relative;
        top: 0;
        margin-bottom: 30px;
    }

    .modern-page-banner {
        padding: 100px 0 60px;
    }

    .modern-page-banner .banner-title {
        font-size: 36px;
    }

    .premium-item-card .card-image-wrapper {
        height: 220px;
    }
}

@media (max-width: 767px) {
    .modern-page-banner {
        padding: 80px 0 50px;
        background-attachment: scroll;
    }

    .modern-page-banner .banner-title {
        font-size: 32px;
    }

    .modern-page-banner .category-badge {
        font-size: 12px;
        padding: 6px 16px;
    }

    .modern-sidebar-widget .widget-header {
        padding: 20px 15px;
    }

    .modern-sidebar-widget .widget-title {
        font-size: 18px;
    }

    .modern-sidebar-widget .main-category-link {
        padding: 12px 14px;
        font-size: 14px;
    }


    .premium-item-card .card-body-content {
        padding: 25px 20px;
    }

    .premium-item-card .item-title {
        font-size: 16px;
    }

    .faq-question-btn {
        padding: 20px;
        gap: 15px;
    }

    .faq-question-btn .question-number {
        min-width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .faq-question-btn .question-text {
        font-size: 16px;
    }

    .faq-answer-content {
        padding: 0 20px 25px 75px;
        font-size: 15px;
    }

    .modern-faq-section .section-main-title {
        font-size: 30px;
    }

    .modern-faq-section .section-description {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .modern-page-banner .banner-title {
        font-size: 28px;
    }

    .premium-item-card .card-action-buttons {
        flex-direction: column;
    }

    .premium-item-card .btn-view-details {
        width: 100%;
    }

    .premium-item-card .btn-whatsapp {
        width: 100%;
        height: 42px;
        border-radius: 50px;
        gap: 10px;
    }

    .premium-item-card .btn-whatsapp::after {
        content: "Contact via WhatsApp";
        font-size: 14px;
        font-weight: 700;
    }

    .faq-answer-content {
        padding: 0 20px 20px 20px;
    }
}

/* ========================================
   Load More Button Redesign
   ======================================== */
.modern-load-more-container {
    padding-top: 30px;
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
}

.modern-load-more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px 45px;
    background: linear-gradient(135deg, #72a536 0%, #5c862b 100%);
    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0 10px 25px rgba(114, 165, 54, 0.4);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}

.modern-load-more-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: all 0.6s ease;
}

.modern-load-more-btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(114, 165, 54, 0.5);
    background: linear-gradient(135deg, #5c862b 0%, #476822 100%);
}

.modern-load-more-btn:hover::before {
    left: 100%;
}

.modern-load-more-btn i {
    font-size: 18px;
    transition: transform 0.4s ease;
}

.modern-load-more-btn:hover i {
    transform: translateY(3px);
}

.modern-load-more-btn:active {
    transform: translateY(2px);
    box-shadow: 0 5px 15px rgba(114, 165, 54, 0.4);
}

/* MEGA MENU CSS */
.header-navigation {
    position: relative;
}

.main-menu ul li.has-mega-menu {
    position: static !important;
}

.mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 99;
    padding: 15px 10px;
    border-top: 3px solid #72a536;
    border-radius: 0 0 10px 10px;
}

.main-menu ul li.has-mega-menu:hover>.mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Each column */
.mega-menu .col-lg-3 {
    padding: 0 10px;
    border-right: 1px solid #f0f0f0;
}

.mega-menu .col-lg-3:last-child {
    border-right: none;
}

.mega-menu-item {
    margin-bottom: 10px;
}

.mega-menu-title-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    position: relative;
    z-index: 5;
}

.mega-menu-title {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0 !important;
    transition: all 0.25s ease;
    flex: 1;
}

.mega-menu-title:hover {
    color: #72a536 !important;
    border-bottom-color: #72a536;
    letter-spacing: 1px;
}

.mega-menu-toggle {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: #f8f9fa;
    color: #72a536;
    font-size: 14px;
    transition: all 0.3s ease;
    cursor: pointer;
    flex-shrink: 0;
    margin-left: 10px;
    position: relative;
    z-index: 10;
}

.mega-menu-toggle i {
    pointer-events: none;
    /* Let the div handle the click */
}

.mega-menu-toggle.active {
    background: #72a536;
    color: #fff;
    transform: rotate(180deg);
}

.mega-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    /* Hidden by default, jQuery will handle the visibility */
    overflow: hidden;
}

.mega-menu-list>li {
    margin-bottom: 0;
    display: block !important;
}

.mega-menu-list a {
    display: block;
    position: relative;
    line-height: 1.2 !important;
    padding: 0 !important;
    transition: all 0.25s ease;
    text-decoration: none !important;
}

.mega-menu a::after,
.mega-menu-list a::after,
.mega-menu-title::after {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    content: none !important;
}

.mega-menu-list .sub-cat-link {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #444 !important;
    padding: 6px 8px 6px 20px !important;
    border-radius: 6px;
    text-decoration: none !important;
    position: relative;
    margin-bottom: 2px;
}

.mega-menu-list .sub-cat-link::before {
    content: '\f105';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    color: #72a536;
    font-weight: 900;
    transition: all 0.25s ease;
}

.mega-menu-list .sub-cat-link:hover {
    color: #fff !important;
    background: linear-gradient(135deg, #72a536, #5a8a2a);
    padding-left: 20px !important;
    box-shadow: 0 4px 12px rgba(114, 165, 54, 0.3);
}

.mega-menu-list .sub-cat-link:hover::before {
    color: #fff;
    left: 10px;
}

.mega-child-list {
    list-style: none;
    padding-left: 15px;
    margin-top: 0;
    margin-bottom: 4px;
    border-left: 2px solid #f0f0f0;
}

.mega-child-list li {
    margin-bottom: 1px;
}

.mega-child-list .child-cat-link {
    font-weight: 500 !important;
    font-size: 12px !important;
    color: #666 !important;
    display: block;
    padding: 4px 8px 4px 15px !important;
    border-radius: 4px;
    position: relative;
}

.mega-child-list .child-cat-link::before {
    content: '-';
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    color: #ccc;
}

.mega-child-list .child-cat-link:hover {
    color: #72a536 !important;
    background-color: rgba(114, 165, 54, 0.08);
}

/* Hero Section Center Align */
.agricko-hero .single-slider {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 220px 0 220px;
}

.agricko-hero .single-slider .container-fluid {
    width: 100%;
}

.agricko-hero .hero-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.agricko-hero .hero-content h1,
.agricko-hero .hero-content h2,
.agricko-hero .hero-content p,
.agricko-hero .hero-content .tag-line,
.agricko-hero .hero-content .hero-button {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 767.98px) {
    .agricko-hero .single-slider {
        padding: 140px 0 140px;
    }
}

/* Brand Card Styles */
.brand-card {
    margin-bottom: 30px;
}

.brand-card-inner {
    display: block;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    text-decoration: none !important;
    border: 1px solid #f0f0f0;
}

.brand-card-inner:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(114, 165, 54, 0.15);
    border-color: #72a536;
}

.brand-card-logo {
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: #fafafa;
    border-bottom: 1px solid #f0f0f0;
}

.brand-card-logo img {
    max-height: 90px;
    max-width: 80%;
    width: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.brand-card-inner:hover .brand-card-logo img {
    transform: scale(1.05);
}

.brand-card-info {
    padding: 15px;
    text-align: center;
}

.brand-card-name {
    font-size: 16px;
    font-weight: 700;
    color: #222;
    margin-bottom: 5px;
}

.brand-card-subtitle {
    font-size: 13px;
    color: #888;
    margin-bottom: 0;
    line-height: 1.4;
}

.brand-card-action {
    padding: 10px 15px;
    text-align: center;
    border-top: 1px solid #f0f0f0;
    background: #fafafa;
}

.brand-card-action span {
    font-size: 13px;
    font-weight: 600;
    color: #72a536;
    transition: all 0.3s ease;
}

.brand-card-inner:hover .brand-card-action span {
    letter-spacing: 1px;
}

.brand-card-action span i {
    margin-left: 4px;
    transition: transform 0.3s ease;
}

.brand-card-inner:hover .brand-card-action span i {
    transform: translateX(4px);
}

/* Brand Details Hero Card */
.brand-hero-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid #eee;
}

.brand-hero-logo {
    background: #fafafa;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 140px;
    border: 1px solid #f0f0f0;
}

.brand-hero-logo img {
    max-height: 100px;
    max-width: 100%;
    object-fit: contain;
}

.brand-hero-info {
    padding-left: 10px;
}

.brand-hero-name {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.brand-hero-subtitle {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
}

.brand-hero-meta {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.brand-meta-item {
    font-size: 14px;
    font-weight: 500;
    color: #72a536;
    background: rgba(114, 165, 54, 0.08);
    padding: 6px 14px;
    border-radius: 20px;
}

.brand-meta-item i {
    margin-right: 5px;
}

@media (max-width: 767.98px) {
    .brand-hero-info {
        padding-left: 0;
        text-align: center;
        margin-top: 15px;
    }

    .brand-hero-meta {
        justify-content: center;
    }

    .brand-hero-name {
        font-size: 22px;
    }
}

/* Brand Card V2 */
.brand-card-v2 {
    margin-bottom: 30px;
}

.brand-card-v2-link {
    display: block;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    border: 1px solid #eee;
    text-decoration: none !important;
    transition: all 0.35s ease;
}

.brand-card-v2-link:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 40px rgba(114, 165, 54, 0.18);
    border-color: rgba(114, 165, 54, 0.3);
}

.brand-card-v2-top {
    position: relative;
    height: 200px;
    background: linear-gradient(135deg, #f8faf5 0%, #eef5e6 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    overflow: hidden;
}

.brand-card-v2-logo img {
    max-height: 100px;
    max-width: 85%;
    width: auto;
    object-fit: contain;
    transition: all 0.4s ease;
}

.brand-card-v2-link:hover .brand-card-v2-logo img {
    transform: scale(1.08);
    filter: brightness(1.05);
}

.brand-card-v2-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(114, 165, 54, 0.9));
    padding: 40px 15px 15px;
    transform: translateY(100%);
    transition: transform 0.35s ease;
}

.brand-card-v2-link:hover .brand-card-v2-overlay {
    transform: translateY(0);
}

.brand-card-v2-cta {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.brand-card-v2-cta i {
    transition: transform 0.3s ease;
}

.brand-card-v2-link:hover .brand-card-v2-cta i {
    transform: translateX(5px);
}

.brand-card-v2-body {
    padding: 18px 20px;
    border-top: 1px solid #f0f0f0;
}

.brand-card-v2-name {
    font-size: 17px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 6px;
    transition: color 0.3s ease;
}

.brand-card-v2-link:hover .brand-card-v2-name {
    color: #72a536;
}

.brand-card-v2-desc {
    font-size: 13px;
    color: #888;
    line-height: 1.5;
    margin-bottom: 0;
}