/* ======================================================
   CUSTOM THEME & ANIMATIONS (AGRIOX CMS - AZIENDADOP)
   ====================================================== */

/* 1. Header & Topbar (Light Elegant Theme) */
.main-header--one__top, .custom-topbar {
    background: #f3f7f0 !important;
    color: #1e301a !important;
    padding: 8px 0 !important;
    font-size: 13.5px !important;
    border-bottom: 1px solid #dce8d7 !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}
.topbar-slogan {
    color: #1f331b !important;
    font-size: 13.5px !important;
    font-weight: 600 !important;
    margin: 0 !important;
    display: flex;
    align-items: center;
}
.topbar-leaf-icon {
    color: #4ea826 !important;
    font-size: 14px;
}

/* Social links in Light Topbar */
.topbar-social.social-link {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    gap: 8px !important;
}
.topbar-social.social-link a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    color: #243b20 !important;
    font-size: 13px !important;
    border: 1px solid #cadcc5 !important;
    transition: all 0.25s ease !important;
    text-decoration: none !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}
.topbar-social.social-link a:hover {
    background: #4ea826 !important;
    color: #ffffff !important;
    border-color: #4ea826 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(78, 168, 38, 0.35);
}

/* Contact Info Items in Light Topbar */
.main-header--one__top-right ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 25px;
    align-items: center;
    justify-content: flex-end;
}
.topbar-icon-box {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #e2efdc;
    border: 1px solid #c7dfbf;
    color: #3b841c;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    flex-shrink: 0;
    transition: all 0.25s ease;
}
.topbar-contact-item:hover .topbar-icon-box {
    background: #4ea826;
    color: #ffffff;
    border-color: #4ea826;
    transform: scale(1.08);
}
.topbar-label {
    font-size: 10.5px !important;
    color: #5c7457 !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.4px !important;
    line-height: 1.2 !important;
}
.topbar-value {
    font-size: 13.5px !important;
    font-weight: 700 !important;
    color: #1a2b16 !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}
.topbar-value:hover {
    color: #4ea826 !important;
}

/* 2. Main Navigation Bar */
.main-header--one__bottom {
    background: #2b3922;
    padding: 12px 0;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    position: relative;
    z-index: 100;
}
.main-header--one__bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.main-header--one__left .logo a {
    text-decoration: none;
    display: flex;
    align-items: center;
}
.main-header--one__left .logo img {
    height: 75px;
    max-height: 80px;
    width: auto;
    object-fit: contain;
    border-radius: 0 !important;
    background: transparent !important;
    padding: 0 !important;
    box-shadow: none !important;
    border: none !important;
    transition: transform 0.3s ease;
}
.main-header--one__left .logo img:hover {
    transform: scale(1.05);
}

.main-header--one__main-menu {
    display: flex;
    align-items: center;
}
.main-menu__list {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 28px !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.main-menu__list > li {
    position: relative;
    display: inline-block;
}
.main-menu__list > li > a {
    color: #ffffff !important;
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    padding: 8px 0;
    display: inline-block;
    transition: all 0.3s ease;
    position: relative;
}
.main-menu__list > li > a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: #f1cf69;
    border-radius: 2px;
    transition: width 0.3s ease;
}
.main-menu__list > li:hover > a,
.main-menu__list > li.current > a {
    color: #f1cf69 !important;
}
.main-menu__list > li:hover > a:after,
.main-menu__list > li.current > a:after {
    width: 100%;
}

.mobile-nav__toggler {
    display: none;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
}

@media (max-width: 991px) {
    .main-header--one__main-menu .main-menu__list {
        display: none !important;
    }
    .mobile-nav__toggler {
        display: block !important;
    }
}

/* Mobile Drawer Menu Links */
.mobile-nav__container .main-menu__list {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0 !important;
    padding: 0 !important;
    margin: 15px 0 !important;
    list-style: none !important;
    width: 100% !important;
}
.mobile-nav__container .main-menu__list > li {
    display: block !important;
    width: 100% !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-nav__container .main-menu__list > li > a {
    display: block !important;
    padding: 12px 6px !important;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.25s ease;
}
.mobile-nav__container .main-menu__list > li > a:after {
    display: none !important;
}
.mobile-nav__container .main-menu__list > li:hover > a,
.mobile-nav__container .main-menu__list > li.current > a {
    color: #f1cf69 !important;
    padding-left: 14px !important;
    background: rgba(241, 207, 105, 0.08);
}

/* 3. Ken Burns Zoom Effect for Main Carousel */
.main-slider-one {
    position: relative;
    overflow: hidden;
    background: transparent;
    margin: 0;
    padding: 0;
}
.main-slider-one__carousel {
    position: relative;
    margin: 0;
    padding: 0;
}
.main-slider-one__carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
}
.main-slider-one__item {
    position: relative;
    min-height: 600px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.main-slider-one__item .image-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transform: scale(1);
    transition: transform 7s ease-out;
    will-change: transform;
}
.main-slider-one__item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 60%, rgba(0,0,0,0.1) 100%);
    z-index: 1;
}
.owl-item.active .main-slider-one__item .image-layer {
    transform: scale(1.15);
}
.main-slider-one__content {
    position: relative;
    z-index: 2;
    padding: 100px 0 120px;
    max-width: 750px;
}
.main-slider-one__content h2 {
    color: #f1cf69;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 12px;
    animation: fadeInUp 0.8s ease backwards;
}
.main-slider-one__content p {
    color: #ffffff;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 18px;
    font-family: 'Averia Sans Libre', cursive;
    text-shadow: 0 3px 15px rgba(0,0,0,0.4);
    animation: fadeInUp 1s ease 0.2s backwards;
}
.main-slider-one__content .text {
    animation: fadeInUp 1s ease 0.4s backwards;
}
.main-slider-one__content .btn-box {
    animation: fadeInUp 1s ease 0.6s backwards;
}

/* Float Nav Arrows & Dots over the image layer */
.main-slider-one__carousel .owl-nav {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    z-index: 15;
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    justify-content: center;
    gap: 12px;
    pointer-events: none;
}
.main-slider-one__carousel .owl-nav button.owl-prev,
.main-slider-one__carousel .owl-nav button.owl-next {
    pointer-events: auto;
    width: 44px;
    height: 44px;
    background: rgba(0, 0, 0, 0.45) !important;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1.5px solid rgba(255, 255, 255, 0.3) !important;
    color: #ffffff !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
}
.main-slider-one__carousel .owl-nav button.owl-prev:hover,
.main-slider-one__carousel .owl-nav button.owl-next:hover {
    background: #6ab738 !important;
    color: #ffffff !important;
    border-color: #6ab738 !important;
    transform: scale(1.1);
    box-shadow: 0 6px 16px rgba(106, 183, 56, 0.5);
}
.main-slider-one__carousel .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    z-index: 15;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
    line-height: 1;
}
.main-slider-one__carousel .owl-dots .owl-dot {
    display: inline-block;
    background: none;
    border: none;
    padding: 0;
}
.main-slider-one__carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: rgba(255, 255, 255, 0.45) !important;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.3s ease;
}
.main-slider-one__carousel .owl-dots .owl-dot.active span {
    background: #6ab738 !important;
    transform: scale(1.35);
    box-shadow: 0 0 10px rgba(106, 183, 56, 0.9);
}

/* 4. About Section Image Fix */
.about-one__img-box {
    position: relative;
    width: 100%;
}
.about-one__img {
    width: 100%;
    height: 440px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}
.about-one__img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block;
    transition: transform 0.6s ease;
}
.about-one__img:hover img {
    transform: scale(1.04);
}
.about-one__experience {
    position: absolute;
    bottom: -25px;
    right: 20px;
    background: #2b3922;
    color: #fff;
    padding: 24px 28px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(43, 57, 34, 0.4);
    border-left: 5px solid #f1cf69;
    z-index: 2;
    text-align: center;
}
.about-one__experience h2 {
    color: #f1cf69;
    font-size: 38px;
    margin: 0;
    line-height: 1;
    font-weight: 800;
}
.about-one__experience p {
    color: #ffffff;
    font-size: 14px;
    margin: 5px 0 0;
    font-weight: 600;
}

/* 5. Services Cards & Icons */
.services-one__single, .services-page__single {
    transition: all 0.35s ease;
    border: 1px solid #eef2f6;
}
.services-one__single:hover, .services-page__single:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(43, 57, 34, 0.12) !important;
    border-color: #6ab738;
}
.service-icon-circle {
    width: 68px;
    height: 68px;
    background: linear-gradient(135deg, #6ab738 0%, #3e811a 100%) !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 28px !important;
    color: #ffffff !important;
    margin: 0 auto 16px !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    border: 3.5px solid #ffffff !important;
    box-shadow: 0 8px 20px rgba(106, 183, 56, 0.35), 0 2px 6px rgba(0, 0, 0, 0.08) !important;
}
.services-one__single:hover .service-icon-circle {
    background: linear-gradient(135deg, #f1cf69 0%, #e0ad24 100%) !important;
    color: #23341d !important;
    border-color: #ffffff !important;
    transform: rotateY(180deg) scale(1.12) !important;
    box-shadow: 0 12px 28px rgba(241, 207, 105, 0.5) !important;
}

/* Gallery Carousel on Home (Stile Template) */
.gallery-one__carousel {
    position: relative;
}
.gallery-one__carousel .owl-nav {
    position: absolute;
    top: -65px;
    right: 15px;
    display: flex;
    gap: 10px;
    z-index: 10;
}
.gallery-one__carousel .owl-nav button.owl-prev,
.gallery-one__carousel .owl-nav button.owl-next {
    width: 42px;
    height: 42px;
    border-radius: 50% !important;
    background: #ffffff !important;
    border: 1.5px solid #e2e8f0 !important;
    color: #2b3922 !important;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.gallery-one__carousel .owl-nav button.owl-prev:hover,
.gallery-one__carousel .owl-nav button.owl-next:hover {
    background: #6ab738 !important;
    border-color: #6ab738 !important;
    color: #ffffff !important;
    transform: scale(1.08);
    box-shadow: 0 4px 12px rgba(106, 183, 56, 0.4);
}
.gallery-one__item {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.gallery-one__item:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 30px rgba(43, 57, 34, 0.2);
}
.gallery-one__item__image {
    height: 240px;
    overflow: hidden;
    position: relative;
}
.gallery-one__item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}
.gallery-one__item:hover .gallery-one__item__image img {
    transform: scale(1.12);
}
.gallery-hover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(43, 57, 34, 0.2) 0%, rgba(43, 57, 34, 0.88) 100%);
    opacity: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    transition: opacity 0.35s ease;
    padding: 20px;
    text-align: center;
    text-decoration: none;
}
.gallery-one__item:hover .gallery-hover-overlay {
    opacity: 1;
}
.gallery-hover-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #f1cf69;
    color: #2b3922;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-bottom: 10px;
    transform: translateY(15px);
    transition: transform 0.35s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}
.gallery-one__item:hover .gallery-hover-icon {
    transform: translateY(0);
}
.gallery-item-title {
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 0 2px 6px rgba(0,0,0,0.6);
    transform: translateY(15px);
    transition: transform 0.35s ease 0.05s;
}
.gallery-one__item:hover .gallery-item-title {
    transform: translateY(0);
}
.gallery-one__item .img-popup::before,
.gallery-one__item .img-popup::after {
    display: none !important;
    content: none !important;
}

/* Smooth Scroll Fade & Page Load Animations */
html {
    scroll-behavior: smooth;
}
body {
    animation: pageFadeIn 0.5s ease-out;
}
@keyframes pageFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* ======================================================
   MODERN SMOOTH SCROLL REVEAL SYSTEM (INTERSECTION OBSERVER)
   ====================================================== */
.wow, .scroll-reveal {
    opacity: 0;
    transform: translate3d(0, 85px, 0);
    transition: opacity 1.6s cubic-bezier(0.16, 1, 0.3, 1), transform 1.6s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: opacity, transform;
    visibility: visible !important;
}

.wow.fadeInUp, .scroll-reveal.fadeInUp {
    transform: translate3d(0, 85px, 0);
}

.wow.fadeInDown, .scroll-reveal.fadeInDown {
    transform: translate3d(0, -85px, 0);
}

.wow.fadeInLeft, .scroll-reveal.fadeInLeft {
    transform: translate3d(-80px, 0, 0);
}

.wow.fadeInRight, .scroll-reveal.fadeInRight {
    transform: translate3d(80px, 0, 0);
}

.wow.fadeIn, .scroll-reveal.fadeIn {
    transform: translate3d(0, 0, 0);
    opacity: 0;
}

/* Revealed Active State */
.wow.is-revealed, 
.wow.animated, 
.scroll-reveal.is-revealed, 
.scroll-reveal.animated {
    opacity: 1 !important;
    transform: translate3d(0, 0, 0) !important;
}

/* 6. Buttons */
.thm-btn {
    background: #f1cf69;
    color: #2b3922 !important;
    font-weight: 700;
    font-size: 15px;
    padding: 12px 28px;
    border-radius: 30px;
    display: inline-block;
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 4px 15px rgba(241, 207, 105, 0.4);
}
.thm-btn:hover {
    background: #2b3922;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(43, 57, 34, 0.3);
}

/* 7. Scroll reveal & Section animations */
.section-title {
    margin-bottom: 40px;
}
.section-title__tagline {
    color: #6ab738;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 14px;
    display: block;
    margin-bottom: 6px;
}
.section-title__title {
    font-size: 36px;
    font-weight: 800;
    color: #2b3922;
}

/* News Meta Icons */
.blog-one__date i, .news-details__meta i {
    font-size: 14px;
}

/* 8. Scroll to Top Button */
.scroll-to-target.scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 48px;
    height: 48px;
    background: #6ab738;
    color: #ffffff !important;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    box-shadow: 0 6px 18px rgba(0,0,0,0.25);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    cursor: pointer;
    border: 2px solid rgba(255,255,255,0.4);
}
.scroll-to-target.scroll-to-top i {
    font-size: 18px;
    line-height: 1;
    display: block;
    color: #ffffff;
    transform: none !important;
}
.scroll-to-target.scroll-to-top:hover {
    background: #2b3922;
    color: #f1cf69 !important;
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(43,57,34,0.4);
}
.scroll-to-target.scroll-to-top:hover i {
    color: #f1cf69;
}

/* 9. Gallery & Services Hover and Overlay */
.gallery-item {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.18) !important;
}
.gallery-item:hover img {
    transform: scale(1.08);
}
.services-page__single:hover .services-page__img img {
    transform: scale(1.08);
}
.services-page__single:hover .service-page__icon-badge {
    background: #2b3922;
    color: #f1cf69;
    transform: scale(1.1);
}
.footer-widget__about-img {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.footer-widget__about-img:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 22px rgba(0,0,0,0.4) !important;
}
.footer-widget__about-img img {
    transition: transform 0.4s ease;
}
.footer-widget__about-img:hover img {
    transform: scale(1.06);
}

/* 10. Admin buttons toggling */
body.admin-buttons-hidden .admin-edit-trigger,
body.admin-buttons-hidden .admin-edit-pos-abs,
body.admin-buttons-hidden .admin-controls-group,
body.admin-buttons-hidden .admin-btn-delete,
body.admin-buttons-hidden .admin-edit-wrapper .btn-danger {
    display: none !important;
}

/* 11. Professional High-Contrast Footer */
.custom-footer {
    background: #182515 !important;
    border-top: 4px solid #6ab738 !important;
    position: relative;
    color: #e2e8f0 !important;
}
.custom-footer .footer-one__top {
    background: transparent !important;
    padding: 60px 0 50px !important;
}
.footer-widget__heading {
    color: #ffffff !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    margin-bottom: 22px !important;
    position: relative;
    padding-bottom: 12px;
}
.footer-widget__heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 45px;
    height: 3px;
    background: #f1cf69;
    border-radius: 2px;
}
.footer-widget__heading .heading-title {
    color: #ffffff !important;
}
.footer-logo-img {
    max-height: 85px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 2px 8px rgba(0,0,0,0.3));
}
.footer-slogan {
    color: #d1d5db !important;
    font-size: 14.5px !important;
    line-height: 1.65 !important;
    margin-bottom: 0;
}
.footer-about-preview {
    max-width: 320px;
}
.footer-about-preview__link {
    display: block;
    text-decoration: none;
}
.footer-about-preview__img-wrap {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    height: 115px;
    border: 2px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35);
    transition: all 0.35s ease;
}
.footer-about-preview__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}
.footer-about-preview__badge {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background: rgba(24, 37, 21, 0.92);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    color: #f1cf69;
    font-size: 11.5px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 20px;
    border: 1px solid rgba(241, 207, 105, 0.4);
    box-shadow: 0 2px 8px rgba(0,0,0,0.4);
    transition: all 0.3s ease;
}
.footer-about-preview__link:hover .footer-about-preview__img-wrap {
    border-color: #6ab738;
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.5);
}
.footer-about-preview__link:hover .footer-about-preview__img-wrap img {
    transform: scale(1.08);
}
.footer-about-preview__link:hover .footer-about-preview__badge {
    background: #6ab738;
    color: #ffffff;
    border-color: #6ab738;
}
.footer-social-links {
    display: flex;
    gap: 10px;
}
.footer-social-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    color: #f1cf69 !important;
    font-size: 15px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    transition: all 0.3s ease;
    text-decoration: none;
}
.footer-social-btn:hover {
    background: #6ab738 !important;
    color: #ffffff !important;
    border-color: #6ab738;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(106, 183, 56, 0.4);
}
.footer-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-nav-list li {
    margin-bottom: 12px;
}
.footer-nav-list li a {
    color: #e2e8f0 !important;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: all 0.25s ease;
}
.footer-nav-list li a .nav-icon {
    font-size: 11px;
    color: #f1cf69;
    margin-right: 10px;
    transition: transform 0.25s ease;
}
.footer-nav-list li a:hover {
    color: #f1cf69 !important;
    transform: translateX(6px);
}
.footer-nav-list li a:hover .nav-icon {
    transform: translateX(2px);
    color: #6ab738;
}
.footer-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}
.contact-badge {
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: rgba(241, 207, 105, 0.12);
    border: 1px solid rgba(241, 207, 105, 0.25);
    color: #f1cf69;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    margin-top: 2px;
    transition: all 0.3s ease;
}
.footer-contact-item:hover .contact-badge {
    background: #6ab738;
    color: #ffffff;
    border-color: #6ab738;
    transform: scale(1.05);
}
.contact-details {
    display: flex;
    flex-direction: column;
}
.contact-label {
    font-size: 12px;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
    margin-bottom: 2px;
}
.contact-value {
    color: #ffffff !important;
    font-size: 14.5px;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none;
}
.contact-value.link-hover {
    transition: color 0.2s ease;
}
.contact-value.link-hover:hover {
    color: #f1cf69 !important;
}
.custom-footer .footer-one__bottom {
    background: #111a0e !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 20px 0 !important;
}
.footer-copyright-text {
    color: #94a3b8;
    font-size: 14px;
}
.footer-copyright-text strong {
    color: #e2e8f0;
}
.admin-logout-btn {
    color: #f87171 !important;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    margin-left: 10px;
    transition: opacity 0.2s;
}
.admin-logout-btn:hover {
    opacity: 0.8;
}
.admin-login-btn {
    color: #94a3b8 !important;
    font-size: 13px;
    text-decoration: none;
    transition: color 0.2s;
}
.admin-login-btn:hover {
    color: #f1cf69 !important;
}

/* Smooth page load animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ======================================================
   SHOP, PRODUCT DETAIL & CART ENHANCEMENTS
   ====================================================== */
.product-card {
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
.product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 35px rgba(43, 57, 34, 0.12) !important;
    border-color: #6ab738 !important;
}
.product-card:hover .product-img-zoom {
    transform: scale(1.06);
}
.product-link-title:hover {
    color: #4ea826 !important;
}
.hover-bg-light:hover {
    background: #f1f7ee !important;
    color: #2b3922 !important;
}
.navbar-cart-btn:hover .cart-icon-wrap {
    background: #4ea826 !important;
    transform: scale(1.08);
}
.product-detail-page .nav-pills .nav-link {
    color: #555;
    background: #f1f5f0;
    transition: all 0.25s ease;
}
.product-detail-page .nav-pills .nav-link.active {
    background: #2b3922 !important;
    color: #ffffff !important;
}
.cart-page .table > :not(caption) > * > * {
    padding: 1rem 0.75rem;
}

.sidebar-product-item {
    min-width: 0;
    overflow: hidden;
}
.sidebar-product-title {
    font-size: 13.5px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    margin-bottom: 4px !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    word-break: break-word !important;
}



