/* ============================================
   BASE
   ============================================ */
body {
    font-family: 'Inter', 'Roboto', sans-serif;
    font-size: 16px;
    overflow-x: hidden;
}

.container {
    max-width: 1140px;
}

select,
textarea,
input {
    font-size: 16px;
}

.form-control:focus {
    box-shadow: none;
}

.form-control {
    font-size: 14px;
}

a {
    transition: 0.35s;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

p {
    font-weight: 400;
}

/* ============================================
   UTILITIES
   ============================================ */
.table-border-0,
.table-border-0 tr,
.table-border-0 tr th,
.table-border-0 tr td {
    border: none !important;
}

.tar {
    text-align: right;
}

.w-100-p {
    width: 100% !important;
}

.w-30-p {
    width: 30% !important;
}

.w-40-p {
    width: 40% !important;
}

.w-60-p {
    width: 60% !important;
}

.w-70-p {
    width: 70% !important;
}

.w-100 {
    width: 100px !important;
}

.w-150 {
    width: 150px !important;
}

.w-200 {
    width: 200px !important;
}

.w-300 {
    width: 300px !important;
}

.w-400 {
    width: 400px !important;
}

.w_100 {
    width: 100px !important;
}

.h-50 {
    height: 50px !important;
}

.h-60 {
    height: 60px !important;
}

.h-70 {
    height: 70px !important;
}

.h-80 {
    height: 80px !important;
}

.h-100 {
    height: 100px !important;
}

.h-120 {
    height: 120px !important;
}

.h-150 {
    height: 150px !important;
}

.h-180 {
    height: 180px !important;
}

.h-200 {
    height: 200px !important;
}

.h-220 {
    height: 220px !important;
}

.h-250 {
    height: 250px !important;
}

.h-280 {
    height: 280px !important;
}

.h-300 {
    height: 200px !important;
}

.clearfix {
    width: 100%;
    clear: both;
}

.bg-website {
    background: #3E7C17 !important;
    border: 0;
}

.ml-auto {
    margin-left: auto !important;
}

.pagi {
    text-align: left;
}

.pagi nav {
    display: inline-block;
}

.bg_f3f3f3 {
    background: #f3f3f3;
}

.primary-color {
    color: #3E7C17;
}

.primary-color:hover {
    color: #3E7C17;
}

.line-top {
    height: 2px;
    background-color: #3E7C17;
}

.alert-error {
    color: #fc544b;
}

/* ============================================
   BADGES
   ============================================ */
.badge.bg-success {
    background: #11af33 !important;
}

.badge.bg-danger {
    background: #ff3c23 !important;
}

/* ============================================
   BUTTONS
   ============================================ */
.btn:first-child:hover,
:not(.btn-check)+.btn:hover {
    color: #fff;
    background-color: #2d2d2d;
    border-color: #2d2d2d;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #3e7c17;
    --bs-btn-border-color: #3e7c17;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #3e7c17;
    --bs-btn-disabled-border-color: #3e7c17;
}

.button-style-1 a {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    background: #3E7C17;
    border: 1px solid #508f28;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    padding: 14px 45px;
    transition: all 0.3s;
}

.button-style-1 a:hover {
    background: #dae5d4;
    border: 1px solid #dae5d4;
    color: #3E7C17;
}

.button-style-2 a {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    background: #3E7C17;
    border: 1px solid #508f28;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    padding: 8px 35px;
    transition: all 0.3s;
}

.button-style-2 a:hover {
    background: transparent;
    border: 1px solid #3E7C17;
    color: #3E7C17;
}

.see-more {
    text-align: center;
}

.see-more .button-style-1 {
    display: inline-block;
}

.btn-view-all {
    display: inline-block;
    font-size: 13px;
    padding: 8px 24px;
    border: 1px solid #3e7c17;
    border-radius: 8px;
    color: #3e7c17;
    text-decoration: none;
}

.btn-view-all:hover {
    background: #3e7c17;
    color: #fff;
}

/* ============================================
   DROPDOWN
   ============================================ */
.dropdown-item.active,
.dropdown-item:active {
    background-color: #3E7C17;
}

.dropdown-menu {
    box-shadow: 0 10px 40px 0 rgba(51, 73, 94, 0.15);
    border: none;
    width: 200px;
}

.dropdown-menu.show {
    display: block !important;
}

.dropdown-menu a {
    font-size: 13px;
}

.dropdown-menu .dropdown-title {
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1.5px;
    font-weight: 700;
    color: #191d21 !important;
    padding: 10px 20px;
    line-height: 20px;
}

.dropdown-menu.dropdown-menu-sm a {
    font-size: 14px;
    letter-spacing: normal;
    padding: 10px 20px;
    color: #6c757d;
}

a.dropdown-item {
    padding: 12px 20px;
    font-weight: 500;
    line-height: 1.2;
}

a.dropdown-item:focus,
a.dropdown-item:active,
a.dropdown-item.active {
    background-color: #2B5610;
    color: #fff !important;
}

.dropdown-divider {
    border-top-color: #f9f9f9;
}

.dropdown-list {
    width: 350px;
    padding: 0;
}

.dropdown-list .dropdown-item {
    display: inline-block;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 13px;
    border-bottom: 1px solid #f9f9f9;
}

.dropdown-list .dropdown-footer,
.dropdown-list .dropdown-header {
    letter-spacing: .5px;
    font-weight: 600;
    padding: 15px;
}

.dropdown-list .dropdown-list-content {
    height: 350px;
    overflow: hidden;
}

.dropdown-flag .dropdown-item {
    font-weight: 600;
}

.dropdown-flag .dropdown-item.active {
    background-color: #6777ef;
    color: #fff;
}

@media (max-width: 575.98px) {
    .dropdown-list-toggle {
        position: static;
    }

    .dropdown-list-toggle .dropdown-list {
        left: 10px !important;
        width: calc(100% - 20px);
    }
}

/* ============================================
   SELECT
   ============================================ */
select {
    width: 100% !important;
}

.select2-container {
    z-index: 9999 !important;
}

.select2-container--bootstrap .select2-selection--single {
    height: 36px !important;
    line-height: 36px !important;
    padding-top: 0 !important;
    font-size: 15px !important;
}

.select_language {
    border: 1px solid #d4edba;
    background: transparent;
    color: #444;
    font-size: 13px;
    padding: 4px 8px;
    border-radius: 6px;
    cursor: pointer;
    outline: none;
    width: auto !important;
}

.select_language:focus {
    border-color: #3e7c17;
}

/* ============================================
   TOP BAR
   ============================================ */
.top {
    min-height: 40px;
    color: #fff;
    background: #3E7C17;
    font-size: 14px;
    border-bottom: 1px solid #d7d7d7;
}

.top ul {
    margin-bottom: 0;
    padding-left: 0;
}

.top ul li {
    list-style-type: none;
    line-height: 40px;
    float: left;
    margin-right: 20px;
    font-weight: 400;
    position: relative;
    padding-left: 15px;
}

.top ul li a {
    color: #fff;
}

.top ul.right {
    float: right;
}

.top ul.right li {
    margin-right: 0;
    padding-left: 15px;
    margin-left: 10px;
}

.top ul.right li:before {
    content: "|";
    position: absolute;
    top: 0;
    left: 0;
}

.top ul.right li:first-child:before {
    display: none;
}

@media (max-width: 991px) {
    .top {
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .top ul li {
        line-height: 28px;
    }

    .top .left-side,
    .top .left-side ul {
        width: 100%;
    }

    .top .left-side ul {
        text-align: center;
    }

    .top .left-side ul li {
        float: none;
        display: inline-block;
        margin-left: 10px;
        margin-right: 10px;
    }

    .top .right-side,
    .top .right-side ul {
        width: 100%;
    }

    .top .right-side ul {
        text-align: center;
    }

    .top .right-side ul li {
        float: none;
        display: inline-block;
    }

    .top ul.right {
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    .top ul {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    .top ul li {
        float: none;
        display: inline-block;
    }

    .top ul.right {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
        padding-top: 0;
    }

    .top ul.right li {
        float: none;
        display: inline-block;
    }

    .top ul.right li:first-child {
        margin-left: 0;
        padding-left: 0;
    }
}

/* ============================================
   NAVBAR — DESKTOP
   ============================================ */
.main-nav {
    position: relative;
    background: linear-gradient(180deg, #3e7c17 0%, #f8fdf4 30%);
    border-bottom: 1px solid #b8d9a0;
    box-shadow: none;
    transition: box-shadow 0.3s ease;
    z-index: 999;
}

.main-nav.scrolled {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 4px 16px rgba(62, 124, 23, 0.12);
}

.main-nav .navbar {
    padding: 0;
    min-height: 50px;
    max-height: 80px;
    overflow: visible;
}

.main-nav .navbar-brand {
    color: #2d5a1b !important;
    font-weight: 700 !important;
    font-size: 22px !important;
    font-family: 'Playfair Display', Georgia, serif !important;
    display: flex;
    align-items: center;
    gap: 8px;
    letter-spacing: 1px;
    position: static;
    transform: none;
    text-transform: none !important;
    padding-top: 0;
    padding-bottom: 0;
}

.main-nav .navbar-brand img {
    height: 80px;
    margin-top: -8px;
    margin-bottom: -8px;
}

.main-nav nav .navbar-nav .nav-item {
    padding: 0;
}

.main-nav nav .navbar-nav .nav-item a {
    color: #1a1a1a !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 500 !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
    /* ✅ Cambia none por uppercase */
    letter-spacing: 1px;
    padding: 14px 12px !important;
}

.main-nav nav .navbar-nav .nav-item.active a,
.main-nav nav .navbar-nav .nav-item a:hover,
.main-nav nav .navbar-nav .nav-item a:focus,
.main-nav nav .navbar-nav .nav-item:hover a {
    color: #3e7c17 !important;
}

.main-nav nav .navbar-nav .nav-item.active a {
    border-bottom: 2px solid #3e7c17;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
    top: 50px !important;
    background: #ffffff !important;
    padding: 0 !important;
    border: 1px solid #f5f5f5 !important;
    border-radius: 6px !important;
    width: 200px !important;
    z-index: 999999 !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
    color: #444;
    border-bottom: 1px solid #dbdbdb;
    padding: 10px 15px !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: #3E7C17 !important;
}

.rounded-circle-custom {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #d4edba;
    margin-right: 4px;
}

.nav-signup {
    background: transparent !important;
    color: #1a1a1a !important;
    border-radius: 0 !important;
    padding: 14px 12px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
}

.nav-signup:hover {
    color: #3e7c17 !important;
}

/* ============================================
   NAVBAR — MOBILE
   ============================================ */
.mobile-nav {
    display: none;
    background: linear-gradient(180deg, #3e7c17 0%, #f8fdf4 30%);
    border-bottom: 1px solid #b8d9a0;
    padding: 10px 20px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.mobile-nav .logo {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

.mobile-nav .logo img {
    height: 35px;
}

.mobile-nav .logo span {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 700;
    color: #2d5a1b;
    text-transform: none !important;
}

.mobile-nav .navbar-toggler {
    border: none;
    background: none;
    font-size: 24px;
    color: #2d5a1b;
    cursor: pointer;
    padding: 4px 8px;
}

/* Menu móvil desplegable */
#mobileMenu {
    background: #f8fdf4;
    border-bottom: 1px solid #b8d9a0;
}

#mobileMenu ul {
    list-style: none;
    padding: 8px 20px;
    margin: 0;
}

#mobileMenu ul li {
    border-bottom: 1px solid #e8f5e0;
}

#mobileMenu ul li:last-child {
    border-bottom: none;
}

#mobileMenu ul li a {
    display: block;
    padding: 10px 0;
    color: #2d5a1b;
    font-weight: 500;
    font-size: 14px;
}

#mobileMenu ul li a:hover {
    color: #3e7c17;
}

/* Mean menu — fallback */
.mean-container .mean-bar {
    background: linear-gradient(180deg, #3e7c17 0%, #f8fdf4 30%) !important;
    border-bottom: 1px solid #b8d9a0 !important;
    height: 60px !important;
    z-index: 999999 !important;
    padding: 0 15px !important;
    width: 100% !important;
    box-sizing: border-box;
}

.mean-container .mean-nav {
    background: #f8fdf4;
}

.mean-container .mean-nav ul li a {
    color: #2d5a1b;
    border-top: 1px solid #e8f5e0;
}

.mean-container .mean-nav ul li a.mean-expand {
    background: #e8f5e0;
    color: #2d5a1b;
}

.mean-container .logo {
    top: 8px;
}

.mean-container img {
    height: 40px;
}

.mean-container a.meanmenu-reveal {
    color: #2d5a1b !important;
    top: 12px !important;
}

.mean-container a.meanmenu-reveal span {
    background: #2d5a1b !important;
}

/* ============================================
   BREAKPOINTS NAVBAR
   ============================================ */
@media (max-width: 1199px) {
    .mobile-nav {
        display: flex !important;
    }

    .main-nav {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .mobile-nav {
        display: none !important;
    }

    .main-nav {
        display: block !important;
    }
}

/* ============================================
   SLIDER
   ============================================ */
.slider {
    position: relative;
}

.slider .item {
    position: relative;
    height: 100vh;
    transition: all 0.5s;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.slider .item .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #454545;
}

.slider .text {
    position: relative;
    z-index: 99999;
    height: 100%;
}

.slider .text .container,
.slider .text .row {
    height: 100%;
}

.slider .text-wrapper {
    height: 100%;
    position: relative;
    display: table;
}

.slider .text-content {
    display: table-cell;
    vertical-align: middle;
    height: auto;
}

.slider .text h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    margin: 0 0 15px;
}

.slider .text p {
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.5px;
    line-height: 1.7;
}

.slide-carousel.owl-carousel .owl-nav .owl-prev,
.slide-carousel.owl-carousel .owl-nav .owl-next {
    position: absolute;
    text-align: center;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 45px;
    font-size: 18px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    transition: all 0.3s;
}

.slide-carousel.owl-carousel .owl-nav .owl-prev {
    top: 47%;
    left: 0;
    margin-left: 40px;
}

.slide-carousel.owl-carousel .owl-nav .owl-next {
    top: 47%;
    right: 0;
    margin-right: 40px;
}

.slide-carousel.owl-carousel .owl-nav .owl-prev:hover,
.slide-carousel.owl-carousel .owl-nav .owl-next:hover {
    color: #3E7C17;
    border: 2px solid #3E7C17;
}

@media (max-width: 1310px) {
    .slider .text {
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media (max-width: 1199px) {
    .slider .item {
        height: 70vh;
    }
}

@media (max-width: 767px) {
    .slider .item {
        height: 60vh;
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media (max-width: 560px) {
    .slider .item {
        height: 55vh;
    }

    .slider .text-wrapper {
        display: block;
    }
}

/* ============================================
   PLANT CARDS
   ============================================ */
.plant-card {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e8f5e0;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
    transition: transform 0.2s, box-shadow 0.2s;
}

.plant-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.13);
}

.plant-card .plant-card-photo {
    overflow: hidden;
    height: 180px;
}

.plant-card .plant-card-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.plant-card:hover .plant-card-photo img {
    transform: scale(1.05);
}

.plant-card .plant-card-info {
    padding: 10px 14px;
    background: #f8fdf4;
}

.plant-card .plant-card-info h3 {
    font-weight: 500;
    font-size: 15px;
    margin: 0;
    color: #2d5a1b;
}

.plant-card .plant-card-info p {
    font-size: 12px;
    color: #5a8a3a;
    margin: 2px 0 0;
}

/* ============================================
   STATS BAR
   ============================================ */
.stats-bar {
    background: #f8fdf4;
    border-top: 1px solid #d4edba;
    border-bottom: 1px solid #d4edba;
    padding: 24px 0;
}

.stats-bar .stat-item {
    text-align: center;
    border-right: 1px solid #d4edba;
}

.stats-bar .stat-item:last-child {
    border-right: none;
}

.stats-bar .stat-number {
    font-size: 44px;
    font-weight: 700;
    color: #3e7c17;
    margin: 0;
    line-height: 1;
}

.stats-bar .stat-label {
    font-size: 13px;
    color: #5a8a3a;
    margin: 6px 0 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ============================================
   MAP SECTION
   ============================================ */
.map-section {
    background: #fff;
    padding-bottom: 0 !important;
}

#map {
    height: 400px;
    width: 100%;
}

/* ============================================
   PLANTS SECTION
   ============================================ */
.plants .heading {
    text-align: center;
    margin-bottom: 30px;
}

.plants .heading h2 {
    font-size: 30px;
    font-weight: 700;
}

.plants .heading p {
    color: #696969;
}

.plants .item .photo {
    overflow: hidden;
}

.plants .item .photo img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.plants .item .text {
    background: #e8e8e8;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.plants .item .text h2 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.plants .item .text h2 a {
    color: #333;
    display: block;
    padding: 15px;
}

.plants-name {
    color: #333;
    display: block;
    padding: 15px;
}

/* ============================================
   WHY CHOOSE
   ============================================ */
.why-choose {
    background: #3E7C17;
}

.why-choose .heading {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    z-index: 2;
}

.why-choose .heading h2 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}

.why-choose .heading p {
    color: #fff;
}

.why-choose .inner {
    position: relative;
    z-index: 2;
}

.why-choose .inner .icon {
    text-align: center;
    margin-bottom: 20px;
}

.why-choose .inner .icon i {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 6px;
    font-size: 35px;
}

.why-choose .inner .text {
    text-align: center;
}

.why-choose .inner .text h2 {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
}

.why-choose .inner .text p {
    font-size: 15px;
    color: #fff;
}

/* ============================================
   BLOG
   ============================================ */
.blog .heading {
    text-align: center;
    margin-bottom: 30px;
}

.blog .heading h2 {
    font-size: 30px;
    font-weight: 700;
}

.blog .heading p {
    color: #696969;
}

.blog .item .photo {
    margin-bottom: 10px;
    overflow: hidden;
}

.blog .item .photo img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transform: scale(1);
    transition: all 0.4s ease;
    border-radius: 6px;
}

.blog .item .text h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
}

.blog .item .text h2 a {
    color: #333;
}

.blog .item .text .short-des p {
    color: #333;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 15px;
}

.blog .item .text .button a {
    background: #3E7C17;
    border: 0;
}

@media (max-width: 991px) {
    .blog .item .photo img {
        height: 290px;
    }
}

@media (max-width: 767px) {
    .blog .item .photo img {
        height: auto;
    }
}

/* ============================================
   FOOTER
   ============================================ */
.footer {
    background: #2c2c2c;
    color: #fff;
}

.footer h2.heading {
    font-size: 24px;
    margin-bottom: 25px;
}

.footer p,
.footer ul li,
.footer ul li a,
.footer .list-item .right {
    font-weight: 400;
    font-size: 15px;
    color: #a2a2a2;
}

.footer input[type="text"] {
    background: #3f3f3f;
    border: 0;
    color: #a2a2a2;
}

.footer input[type="submit"] {
    width: 100%;
    background: #3E7C17;
    border: 0;
    margin-top: 10px;
    font-weight: 600;
}

.footer input[type="submit"]:hover {
    background: #fff;
    color: #3E7C17;
}

.footer .list-item {
    overflow: hidden;
    margin-bottom: 10px;
    font-weight: 400;
}

.footer .list-item .left {
    width: 30px;
    float: left;
    padding-top: 2px;
}

.footer .list-item .left i {
    font-size: 20px;
    color: #a2a2a2;
}

.footer .list-item .right {
    width: calc(100% - 40px);
    float: left;
}

.footer ul.social {
    padding: 0;
    margin-bottom: 25px;
    overflow: hidden;
}

.footer ul.social li {
    list-style-type: none;
    float: left;
    margin-right: 6px;
    margin-bottom: 6px;
}

.footer ul.social li a {
    color: #fff;
    background: #3E7C17;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    display: block;
}

.footer ul.social li a:hover {
    color: #3E7C17;
    background: #fff;
}

.footer ul.useful-links {
    padding: 0;
}

.footer ul.useful-links li {
    list-style-type: none;
    margin-right: 6px;
    margin-bottom: 6px;
    position: relative;
}

.footer ul.useful-links li a {
    color: #a2a2a2;
}

.footer ul.useful-links li a:hover {
    padding-left: 6px;
    color: #3E7C17 !important;
}

.footer-bottom {
    background: #202020;
    color: #fff;
    border-top: 1px solid #3c3c3c;
    padding: 20px 0;
}

.footer-bottom .copyright {
    text-align: center;
    font-size: 14px;
}

/* ============================================
   PAGE TOP
   ============================================ */
.page-top {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 90px;
    padding-bottom: 90px;
    position: relative;
}

.page-top:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #222;
    opacity: 0.5;
    z-index: 9;
}

.page-top h2 {
    font-weight: 700;
    font-size: 40px;
    position: relative;
    z-index: 99;
    color: #fff;
    text-align: center;
}

.page-top .button {
    position: relative;
    z-index: 99;
    text-align: center;
}

.page-top .button a {
    background: #3E7C17;
    border: 0;
}

.page-top .button a:hover {
    background: #3E7C17;
    opacity: 0.8;
}

.page-top .breadcrumb-container {
    position: relative;
    z-index: 99;
}

.page-top .breadcrumb {
    margin-bottom: 0;
    justify-content: center;
}

.page-top .breadcrumb-item.active {
    color: #fff;
}

.page-top .breadcrumb-item+.breadcrumb-item::before {
    content: ">";
    color: #fff;
}

.page-top .breadcrumb a {
    color: #fff;
}

.page-top .breadcrumb a:hover {
    color: #3E7C17;
}

.page-top-about {
    padding-bottom: 485px !important;
}

.page-top-separate {
    background-color: #3E7C17;
    padding-top: 2px;
}

@media (max-width: 991px) {
    .page-top {
        margin-top: 60px;
    }
}

/* ============================================
   PACKAGE
   ============================================ */
.package .heading {
    text-align: center;
    margin-bottom: 30px;
}

.package .heading h2 {
    font-size: 30px;
    font-weight: 700;
}

.package .heading p {
    color: #696969;
}

.package .item .photo {
    overflow: hidden;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    position: relative;
}

.package .item .photo img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.package .item .photo .wishlist {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 999;
}

.package .item .photo .wishlist a {
    color: #fff;
    font-size: 30px;
}

.package .item .text {
    border: 1px solid #d0d0d0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    padding: 15px;
    position: relative;
}

.package .item .text .price {
    position: absolute;
    right: 10px;
    top: -30px;
    background: #ce0d0d;
    color: #fff;
    border-radius: 30px;
    padding: 7px 15px;
    font-size: 18px;
    font-weight: 700;
}

.package .item .text .price del {
    color: #faff5b;
}

.package .item .text h2 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 0;
}

.package .item .text h2 a {
    color: #333;
}

.package .item .text .review {
    font-size: 14px;
    border-bottom: 1px dashed #b7b7b7;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.package .item .text .review i {
    color: #f4c150;
}

.package .item .text .element {
    font-size: 14px;
    color: #696969;
    font-weight: 600;
    margin-bottom: 7px;
    overflow: hidden;
}

.package .item .text .element-left {
    width: 50%;
    float: left;
}

.package .item .text .element-right {
    width: 50%;
    float: right;
    text-align: right;
}

@media (max-width: 991px) {
    .package .item .photo img {
        height: 290px;
    }
}

@media (max-width: 767px) {
    .package .item .photo img {
        height: auto;
    }
}

/* ============================================
   PAGINATION
   ============================================ */
.pagination .page-item.active .page-link {
    background-color: #3e7c17 !important;
    border-color: #3e7c17 !important;
    color: #fff !important;
}

.pagination .page-link {
    color: #3e7c17 !important;
}

.pagination .page-link:hover {
    background-color: #3e7c17 !important;
    border-color: #3e7c17 !important;
    color: #fff !important;
}

#pagination-links svg {
    width: 10px !important;
}

/* ============================================
   SCROLL TO TOP
   ============================================ */
.scroll-top {
    cursor: pointer;
    text-align: center;
    font-size: 22px;
    position: fixed;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    bottom: 20px;
    right: 20px;
    background: #3E7C17;
    color: #fff;
    opacity: 0.7;
    z-index: 999999;
    transition: all 0.3s;
}

.scroll-top:hover {
    opacity: 1;
    color: #fff;
    background: #313131;
}

/* ============================================
   USER PANEL
   ============================================ */
.user-panel {
    padding-bottom: 50px;
}

.user-panel h3 {
    font-size: 18px;
    font-weight: 600;
}

.user-panel h4 {
    font-size: 16px;
    font-weight: 600;
}

.user-panel .card {
    width: 100% !important;
    padding: 0;
    border-radius: 0;
}

.user-panel .list-group-item {
    padding: 0;
    width: 100%;
}

.user-panel .list-group-item a {
    display: block;
    color: #3E7C17;
    font-weight: 600;
    transition: 0.4s;
    padding: 8px 15px;
}

.user-panel .list-group-item a:hover {
    background: #3E7C17;
    color: #fff;
}

.user-panel .list-group .active {
    border-color: #3E7C17 !important;
}

.user-panel .list-group .active a {
    background: #3E7C17 !important;
    color: #fff !important;
}

.user-panel .box1,
.user-panel .box2,
.user-panel .box3 {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
}

.user-panel .box1 h4,
.user-panel .box2 h4,
.user-panel .box3 h4 {
    font-weight: 700;
    font-size: 28px;
}

.user-panel .box1 {
    background: #c0d5ff;
}

.user-panel .box2 {
    background: #ffc3c8;
}

.user-panel .box3 {
    background: #dcffe2;
}

.user-panel input[type="submit"] {
    background: #3E7C17;
    border: 0;
}

.user-panel .logo {
    height: 80px;
}

.user-panel .user-photo {
    width: 150px;
}

.user-panel label {
    font-weight: 600;
}

.user-panel .modal-header {
    border-bottom-color: #b9b9b9;
}

.user-panel .modal-seperator {
    border-bottom: #b9b9b9 1px solid;
    padding-bottom: 10px;
    margin-top: -5px;
}

.user-panel .list-group button {
    width: 100%;
    display: block;
    color: #3E7C17;
    font-weight: 600;
    transition: 0.4s;
    padding: 8px 15px;
    border: none;
    text-align: left;
    cursor: pointer;
    background: none;
}

.user-panel .list-group button.active,
.user-panel .list-group button:hover {
    background: #3E7C17;
    color: #fff;
}

.list-group-item button.active,
.list-group-item.active {
    color: #fff !important;
    background-color: #3E7C17;
    border-color: #3E7C17;
}

@media (max-width: 991px) {
    .user-panel .card {
        margin-bottom: 30px;
    }

    #user-sidebar-menu {
        display: none;
    }
}

/* ============================================
   FORMS
   ============================================ */
.form-group {
    margin-bottom: 10px;
}

.form-group .control-label,
.form-group>label {
    font-weight: 600;
    color: #3E7C17;
    font-size: 12px;
    letter-spacing: .5px;
}

.contact-form label {
    font-weight: 600;
}

.contact-form textarea {
    height: 200px;
}

.contact-form button {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    background: #3E7C17;
    color: #fff;
    border: 1px solid #3E7C17;
    border-radius: 6px;
    padding: 8px 35px;
    transition: all 0.3s;
}

.contact-form button:hover {
    background: transparent;
    border: 1px solid #3E7C17;
    color: #3E7C17;
}

.map iframe {
    width: 100%;
    height: 450px;
}

@media (max-width: 1199px) {
    .map iframe {
        height: 400px;
    }
}

/* ============================================
   CARDS
   ============================================ */
.card {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
    background-color: #fff;
    border-radius: 3px;
    border: none;
    position: relative;
    margin-bottom: 30px;
}

.card .card-header,
.card .card-body,
.card .card-footer {
    background-color: transparent;
    padding: 20px 25px;
}

.card .card-body {
    padding-top: 20px;
    padding-bottom: 20px;
}

.card .card-body p {
    font-weight: 500;
}

.card .card-header {
    border-bottom-color: #f9f9f9;
    line-height: 30px;
    align-self: center;
    width: 100%;
    min-height: 70px;
    padding: 15px 25px;
    display: flex;
    align-items: center;
}

.card .card-header h4 {
    font-size: 16px;
    line-height: 28px;
    color: #3E7C17;
    padding-right: 10px;
    margin-bottom: 0;
}

.card .card-footer {
    background-color: transparent;
    border: none;
}

.card.card-primary {
    border-top: 2px solid #3E7C17;
}

.card.card-secondary {
    border-top: 2px solid #cdd3d8;
}

.card.card-success {
    border-top: 2px solid #47c363;
}

.card.card-danger {
    border-top: 2px solid #fc544b;
}

.card.card-warning {
    border-top: 2px solid #ffa426;
}

.card.card-info {
    border-top: 2px solid #3abaf4;
}

.card.card-dark {
    border-top: 2px solid #191d21;
}

.card.card-statistic-1 .card-header,
.card.card-statistic-2 .card-header {
    border-color: transparent;
    padding-bottom: 0;
    height: auto;
    min-height: auto;
    display: block;
}

.card.card-statistic-1 .card-header h4,
.card.card-statistic-2 .card-header h4 {
    line-height: 1.2;
    color: #98a6ad;
}

.card.card-statistic-1 .card-body,
.card.card-statistic-2 .card-body {
    padding-top: 0;
    font-size: 26px;
    font-weight: 700;
    color: #3E7C17;
    padding-bottom: 0;
}

.card.card-statistic-1,
.card.card-statistic-2 {
    display: inline-block;
    width: 100%;
}

.card.card-statistic-1 .card-body {
    font-size: 20px;
}

.card.bg-primary,
.card.bg-danger,
.card.bg-success,
.card.bg-info,
.card.bg-dark,
.card.bg-warning {
    color: #fff;
}

.card-header-auth {
    display: block !important;
    border-bottom-color: #fff !important;
    margin-top: -6px !important;
    padding-bottom: 10px !important;
    min-height: 0 !important;
}

@media (max-width: 767.98px) {
    .card .card-header {
        height: auto;
        flex-wrap: wrap;
    }

    .card .card-header h4+.card-header-action,
    .card .card-header h4+.card-header-form {
        flex-grow: 0;
        width: 100%;
        margin-top: 10px;
    }
}

/* ============================================
SPECIAL SECTION
   ============================================ */
.special {
    background: #f7f5f0;
}

.special .left-side {
    height: 100%;
    display: table;
}

.special .left-side .inner {
    padding: 0 30px;
    display: table-cell;
    vertical-align: middle;
}

.special .left-side h3 {
    color: #3E7C17;
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 30px;
}

.special .left-side p {
    color: #333;
    font-size: 15px;
}

.special .left-side .read-more {
    margin-top: 30px;
}

.special .left-side .read-more a {
    border: 0;
    padding: 10px 30px;
    display: inline-block;
    color: #fff;
    transition: all 0.4s ease;
    font-weight: 600;
    text-transform: uppercase;
}

.special .right-side {
    width: 100%;
    min-height: 400px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 6px;
}

@media only screen and (max-width: 768px) {
    .special .left-side {
        margin-bottom: 60px;
        display: block;
        height: auto;
    }
}

/* ============================================
TESTIMONIAL
   ============================================ */
.testimonial {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}

.testimonial .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #242424;
    opacity: 0.4;
}

.testimonial h2.main-header {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
    color: #fff;
    position: relative;
}

.testimonial h3.sub-header {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 40px;
    text-align: center;
    color: #fff;
    position: relative;
}

.testimonial .item {
    text-align: center;
    color: #fff;
    padding: 50px 30px;
    background: #00000060;
}

.testimonial .photo {
    width: 95px;
    height: 95px;
    margin: 0 auto;
}

.testimonial .photo img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.testimonial .text {
    margin-top: 15px;
}

.testimonial .text h4 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
}

.testimonial .text p {
    font-size: 15px;
    margin: 0;
}

.testimonial-carousel .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 24px;
    height: 24px;
    background: #3E7C17;
    border: 7px solid #fff;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    background: #313131;
}

/* ============================================
TEAM
   ============================================ */
.team .heading {
    text-align: center;
    margin-bottom: 30px;
}

.team .heading h2 {
    font-size: 30px;
    font-weight: 700;
}

.team .heading p {
    color: #696969;
}

.team .item .photo {
    margin-bottom: 10px;
    overflow: hidden;
}

.team .item .photo img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: all 0.4s ease;
}

.team .item .text {
    text-align: center;
}

.team .item .text h2 {
    font-size: 20px;
    font-weight: 700;
}

.team .item .text h2 a {
    color: #333;
}

.team .item .text .designation {
    color: #333;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 15px;
}

.team ul {
    padding: 0;
    overflow: hidden;
    text-align: center;
}

.team ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 2px;
}

.team ul li a {
    color: #fff;
    background: #3E7C17;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    display: block;
}

@media (max-width: 991px) {
    .team .item .photo img {
        height: 500px;
    }
}

@media (max-width: 767px) {
    .team .item .photo img {
        height: auto;
    }
}

/* ============================================
FAQ
   ============================================ */
.faq .accordion {
    width: 70%;
}

.faq .accordion-button {
    color: #3E7C17;
    font-weight: 700;
    background: #ebebeb;
    font-size: 18px;
}

.faq .accordion-button.collapsed {
    background: none;
}

.faq .accordion-button:focus {
    box-shadow: none !important;
}

.faq .accordion-item {
    margin-bottom: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.125) !important;
}

.faq .accordion-button::after {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 700;
    background-image: none;
    transform: none;
    color: #3E7C17;
}

.faq .accordion-button.collapsed::after {
    content: "\f105";
}

.faq .accordion-body {
    font-weight: 400;
}

@media (max-width: 991px) {
    .faq .accordion {
        width: 100% !important;
    }
}

/* ============================================
COUNTER
   ============================================ */
.counter-section {
    padding-top: 70px;
    padding-bottom: 70px;
    background: #f2f2f2;
}

.counter-section .counter-items {
    text-align: center;
}

.counter-section .counter-item {
    text-align: center;
    color: #3E7C17;
}

.counter-section .counter-item .counter {
    font-size: 50px;
    font-weight: 700;
    color: #3E7C17;
}

.counter-section .counter-item .text {
    font-size: 20px;
}

@media only screen and (max-width: 767px) {
    .counter-section .counter-item {
        margin-bottom: 30px;
    }
}

/* ============================================
INVOICE
   ============================================ */
.invoice-container {
    border: 1px solid #d5d5d5;
    border-radius: 10px;
    padding: 25px;
}

.invoice-top-right {
    text-align: right;
}

.invoice-top-right h4 {
    font-size: 26px;
    text-transform: uppercase;
}

.invoice-top-right h5 {
    font-size: 16px;
    color: #757575;
}

.invoice-middle {
    margin-top: 40px;
    margin-bottom: 40px;
}

.invoice-middle-left p,
.invoice-middle-right p {
    color: #757575;
    font-size: 16px;
}

.invoice-middle-left h4,
.invoice-middle-right h4 {
    font-size: 20px;
}

.invoice-middle-right {
    text-align: right !important;
}

.invoice-item-table,
.invoice-item-table tr td,
.invoice-item-table tr th {
    border-color: #b9b9b9;
}

.invoice-bottom {
    margin-top: 40px;
}

.invoice-bottom-payment h4 {
    font-size: 18px;
    font-weight: 700;
}

.invoice-bottom-total-box p {
    margin-bottom: 0;
    font-size: 16px;
}

.invoice-bottom-total-box span {
    width: 70px;
    display: inline-block;
}

/* ============================================
RESPONSIVE GENERAL
   ============================================ */
@media (max-width: 991px) {

    .container,
    .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }

    .page-content {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 575.98px) {
    .table-responsive table {
        min-width: 800px;
    }
}

/* Login page */
.container-login {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-image: url("/uploads/registration.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.container-login .div-logo img {
    width: 50%;
    margin: 0 auto;
    display: block;
}

.container-login .card {
    border-radius: 16px !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15) !important;
    border: none !important;
    padding: 10px 20px 20px !important;
}

.container-login .form-control {
    border: none;
    border-bottom: 2px solid #d4edba;
    border-radius: 0;
    padding-left: 0;
    font-size: 14px;
    background: transparent;
}

.container-login .form-control:focus {
    border-bottom-color: #3e7c17;
    box-shadow: none;
    background: transparent;
}

.container-login .btn-primary {
    width: 100%;
    padding: 10px;
    border-radius: 25px;
    margin-bottom: 10px;
}

.container-login .form-group:last-child,
.container-login .card-body .form-group {
    text-align: center;
}

.container-login .div-logo img {
    width: 35%;
    margin: 10px auto 20px;
    display: block;
}

.special .right-side .video-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    padding: 24px 18px 18px 28px;
}

.special .right-side .video-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 66px;
    height: 66px;
    background: #3E7C17;
    border-radius: 50%;
    animation: video-pop 1500ms ease-out infinite;
}

.special .right-side .video-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 66px;
    height: 66px;
    background: #3E7C17;
    border-radius: 50%;
    transition: all 200ms;
}

.special .right-side .video-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 28px solid #fff;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}

@keyframes video-pop {
    0% {
        transform: translateX(-50%) translateY(-50%) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) scale(1.5);
        opacity: 0;
    }
}

/* ============================================
PLANTS PAGE
   ============================================ */
.plants-page {
    background: #f7f5f0;
    min-height: 80vh;
    padding-bottom: 60px;
}

.plants-header {
    background: #fff;
    border-bottom: 1px solid #e8e4dc;
    padding: 28px 0 20px;
    margin-bottom: 32px;
}

.plants-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.plants-header h1 {
    font-size: 32px;
    font-weight: 400;
    color: #1a2e1a;
    letter-spacing: -0.5px;
    margin: 0;
}

.plants-sort {
    display: flex;
    align-items: center;
    gap: 16px;
}

.plants-sort select {
    border: 1.5px solid #3e7c17;
    border-radius: 4px;
    padding: 9px 36px 9px 14px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #1a2e1a;
    cursor: pointer;
    -webkit-appearance: none;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%233e7c17' stroke-width='2.5'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat right 12px center;
}

.sort-count {
    font-size: 13px;
    color: #7a8c6e;
}

.plants-layout {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.plants-sidebar {
    width: 220px;
    flex-shrink: 0;
    position: sticky;
    top: 24px;
}

.filter-group {
    border-bottom: 1px solid #e8e4dc;
    padding: 4px 0;
}

.filter-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: none;
    border: none;
    padding: 14px 0;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .07em;
    text-transform: uppercase;
    color: #1a2e1a;
    cursor: pointer;
}

.filter-toggle svg {
    width: 14px;
    height: 14px;
    color: #7a8c6e;
    transition: transform .2s;
}

.filter-toggle.collapsed svg {
    transform: rotate(-90deg);
}

.filter-body {
    display: none;
    flex-direction: column;
    gap: 6px;
    padding-bottom: 14px;
}

.filter-body.open {
    display: flex;
}

.filter-option {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 13px;
    color: #4a5e3a;
    cursor: pointer;
    padding: 2px 0;
}

.filter-option input[type=checkbox] {
    width: 14px;
    height: 14px;
    accent-color: #3e7c17;
    flex-shrink: 0;
}

.clear-filters-btn {
    margin-top: 20px;
    width: 100%;
    padding: 11px 0;
    border: 1.5px solid #ccc;
    border-radius: 24px;
    background: transparent;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #5a6a4a;
    cursor: pointer;
    transition: all .2s;
}

.clear-filters-btn:hover {
    border-color: #3e7c17;
    color: #3e7c17;
}

.plants-content {
    flex: 1;
    min-width: 0;
}

.plants-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
    gap: 24px;
}

.plant-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    transition: transform .2s, box-shadow .2s;
}

.plant-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(40, 70, 20, .10);
}

.plant-card:hover .plant-cta {
    opacity: 1;
}

.plant-card-media {
    position: relative;
    width: 100%;
    padding-top: 112%;
    overflow: hidden;
    background: #eef0ea;
}

.plant-slides-track {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    transition: transform .35s ease;
    will-change: transform;
}

.plant-slide {
    flex: 0 0 100%;
    height: 100%;
    overflow: hidden;
}

.plant-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.btn-heart {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .90);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: transform .15s;
}

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

.btn-heart.liked svg {
    fill: #e05252;
    stroke: #e05252;
}

.btn-slide {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .88);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    opacity: .7;
    transition: opacity .2s;
}

.btn-slide:hover {
    opacity: 1;
}

.btn-slide.prev {
    left: 8px;
}

.btn-slide.next {
    right: 8px;
}

.slide-dots {
    position: absolute;
    bottom: 48px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 5px;
    z-index: 3;
}

.slide-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .55);
    transition: background .2s, transform .2s;
}

.slide-dot.active {
    background: #fff;
    transform: scale(1.3);
}

.plant-cta {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px;
    opacity: 0;
    transition: opacity .2s;
    z-index: 3;
    background: linear-gradient(to top, rgba(0, 0, 0, .35) 0%, transparent 100%);
    display: flex;
    justify-content: center;
}

.btn-want {
    display: inline-block;
    padding: 9px 22px;
    background: #fff;
    color: #1a2e1a;
    border-radius: 24px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    text-decoration: none;
    transition: background .15s, color .15s;
}

.btn-want:hover {
    background: #3e7c17;
    color: #fff;
}

.condition-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 3px 10px;
    border-radius: 12px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    z-index: 3;
}

.condition-excellent {
    background: #e6f4d7;
    color: #2d6a0a;
}

.condition-good {
    background: #fff8e1;
    color: #8a6200;
}

.condition-fair {
    background: #fdecea;
    color: #c0392b;
}

.plant-card-info {
    padding: 12px 14px 14px;
}

.plant-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
}

.plant-name {
    font-size: 14px;
    font-weight: 500;
    color: #1a2e1a;
    margin: 0;
    line-height: 1.3;
}

.plant-name a {
    color: inherit;
    text-decoration: none;
}

.plant-name a:hover {
    color: #3e7c17;
}

.plant-price {
    font-size: 14px;
    font-weight: 600;
    color: #1a2e1a;
    white-space: nowrap;
}

.plant-price-free {
    color: #3e7c17;
}

.plant-location {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    color: #7a8c6e;
    margin-top: 5px;
}

.plants-empty {
    text-align: center;
    padding: 80px 0;
    color: #7a8c6e;
}

.plants-empty p {
    font-size: 15px;
    margin-bottom: 16px;
}

.plants-empty button {
    padding: 10px 24px;
    border: 1.5px solid #3e7c17;
    border-radius: 24px;
    background: transparent;
    color: #3e7c17;
    font-size: 13px;
    cursor: pointer;
}

.plants-pagination {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

@media (max-width:768px) {
    .plants-layout {
        flex-direction: column;
    }

    .plants-sidebar {
        width: 100%;
        position: static;
    }

    .plants-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .plants-header-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
}

@media (max-width:480px) {
    .plants-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}

/* ── LOGIN MODAL ─────────────────────────────────────────────── */
.lmodal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, .45);
    align-items: center;
    justify-content: center;
}

.lmodal-overlay.open {
    display: flex;
}

.lmodal-box {
    background: #fdfdf9;
    border-radius: 16px;
    padding: 40px 36px 32px;
    width: 100%;
    max-width: 460px;
    position: relative;
    margin: 16px;
    animation: lmodal-in .2s ease;
}

@keyframes lmodal-in {
    from {
        opacity: 0;
        transform: translateY(-12px);
    }

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

.lmodal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    background: none;
    border: none;
    cursor: pointer;
    color: #888;
    padding: 4px;
    line-height: 1;
}

.lmodal-close:hover {
    color: #1a2e1a;
}

.lmodal-logo {
    text-align: center;
    margin-bottom: 20px;
}

.lmodal-logo img {
    height: 52px;
    object-fit: contain;
}

.lmodal-title {
    font-size: 26px;
    font-weight: 500;
    color: #1a2e1a;
    margin: 0 0 6px;
}

.lmodal-subtitle {
    font-size: 14px;
    color: #6b7c6b;
    margin: 0 0 24px;
    line-height: 1.5;
}

.lmodal-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.lmodal-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.lmodal-field label {
    font-size: 13px;
    font-weight: 500;
    color: #1a2e1a;
}

.lmodal-field input {
    border: none;
    border-bottom: 1.5px solid #d4edba;
    padding: 10px 0;
    font-size: 15px;
    background: transparent;
    outline: none;
    color: #1a2e1a;
    transition: border-color .2s;
}

.lmodal-field input:focus {
    border-bottom-color: #3e7c17;
}

.lmodal-forgot {
    font-size: 13px;
    color: #3e7c17;
    text-decoration: none;
    text-align: right;
    margin-top: -8px;
}

.lmodal-forgot:hover {
    text-decoration: underline;
}

.lmodal-btn {
    margin-top: 4px;
    padding: 14px;
    background: #2d5a1b;
    color: #fff;
    border: none;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: background .2s;
}

.lmodal-btn:hover {
    background: #3e7c17;
}

.lmodal-register {
    text-align: center;
    font-size: 13px;
    color: #6b7c6b;
    margin: 16px 0 0;
}

.lmodal-register a {
    color: #3e7c17;
    font-weight: 500;
    text-decoration: none;
}

.lmodal-register a:hover {
    text-decoration: underline;
}

/* ============================================
   WISHLIST PAGE — mismo ancho que plants
   ============================================ */

.wishlist-layout {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    padding: 24px 0 60px;
}

.wishlist-sidebar {
    width: 220px;
    flex-shrink: 0;
    position: sticky;
    top: 24px;
}

.wl-nav { display: flex; flex-direction: column; }

.wl-nav-item {
    display: block;
    padding: 14px 0;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .07em;
    text-transform: uppercase;
    color: #4a5e3a;
    text-decoration: none;
    border-bottom: 1px solid #e8e4dc;
    transition: color .15s;
}
.wl-nav-item:hover { color: #3e7c17; text-decoration: none; }
.wl-nav-item.active { color: #3e7c17; border-bottom: 2px solid #3e7c17; }
.wl-nav-logout { border-bottom: none; margin-top: 8px; color: #999; }
.wl-nav-logout:hover { color: #c0392b; }

@media (max-width: 768px) {
    .wishlist-layout { flex-direction: column; }
    .wishlist-sidebar { width: 100%; position: static; }
    .wl-nav { flex-direction: row; flex-wrap: wrap; gap: 6px; padding-bottom: 16px; border-bottom: 1px solid #e8e4dc; }
    .wl-nav-item { border-bottom: none; padding: 6px 14px; border-radius: 20px; border: 1px solid #e8e4dc; font-size: 11px; }
    .wl-nav-item.active { background: #3e7c17; color: #fff; border-color: #3e7c17; }
    .wl-nav-logout { margin-top: 0; }
}

/* ── Plants header en mobile ── */
@media (max-width: 768px) {
    .plants-header {
        padding: 16px 0 12px;
        margin-bottom: 16px;
    }
    .plants-header h1 {
        font-size: 22px;
    }
}

/* ============================================
   PLANT SHOW PAGE
   ============================================ */

.show-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: flex-start;
}

/* ── Gallery ── */
.show-gallery {
    display: flex;
    gap: 16px;
    position: sticky;
    top: 24px;
}

.show-thumbs {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-shrink: 0;
}

.show-thumb {
    width: 64px;
    height: 64px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border-color .2s;
    flex-shrink: 0;
}

.show-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.show-thumb.active {
    border-color: #3e7c17;
}

.show-main-photo {
    position: relative;
    flex: 1;
    border-radius: 12px;
    overflow: hidden;
    background: #eef0ea;
    aspect-ratio: 1/1.1;
}

.show-main-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity .3s ease;
}

.show-main-slide.active { opacity: 1; }

.show-main-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ── Info ── */
.show-info {
    padding-top: 8px;
}

/* ── Responsive ── */
@media (max-width: 900px) {
    .show-layout {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .show-gallery {
        position: static;
    }
}

@media (max-width: 600px) {
    .show-thumbs {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .show-thumb {
        width: 52px;
        height: 52px;
    }
}

/* ============================================
   CHAT
   ============================================ */

.chat-layout {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 24px;
    align-items: flex-start;
    height: calc(100vh - 200px);
    min-height: 500px;
}

/* ── Sidebar ── */
.chat-sidebar {
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: sticky;
    top: 24px;
}

.chat-plant-card {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e8e4dc;
    background: #fff;
}

.chat-plant-card img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    display: block;
}

.chat-plant-info {
    padding: 12px;
}

.chat-plant-name  { font-size:14px; font-weight:600; color:#1a2e1a; margin:0 0 2px; }
.chat-plant-price { font-size:13px; color:#3e7c17; font-weight:600; margin:0 0 4px; }
.chat-plant-city  { font-size:12px; color:#7a8c6e; margin:0; display:flex; align-items:center; gap:4px; }

.chat-other-user {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #e8e4dc;
}

.chat-back-link {
    font-size: 12px;
    color: #7a8c6e;
    text-decoration: none;
    letter-spacing: .04em;
}
.chat-back-link:hover { color: #3e7c17; }

/* ── Avatar ── */
.chat-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #d4edba;
    color: #2d5a1b;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* ── Chat window ── */
.chat-window {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e8e4dc;
    overflow: hidden;
    height: 100%;
}

.chat-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 20px;
    border-bottom: 1px solid #e8e4dc;
    background: #fff;
    flex-shrink: 0;
}

/* ── Messages ── */
.chat-messages {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    background: #f7f5f0;
}

.chat-msg {
    display: flex;
    flex-direction: column;
    max-width: 70%;
}

.chat-msg.mine   { align-self: flex-end; align-items: flex-end; }
.chat-msg.theirs { align-self: flex-start; align-items: flex-start; }

.chat-bubble {
    padding: 10px 14px;
    border-radius: 16px;
    font-size: 14px;
    line-height: 1.5;
    word-break: break-word;
}

.chat-msg.mine   .chat-bubble { background: #2d5a1b; color: #fff; border-bottom-right-radius: 4px; }
.chat-msg.theirs .chat-bubble { background: #fff; color: #1a2e1a; border: 1px solid #e8e4dc; border-bottom-left-radius: 4px; }
.chat-bubble-img { background: transparent !important; border: none !important; padding: 0 !important; }

.chat-time {
    font-size: 10px;
    color: #9aaa8e;
    margin-top: 3px;
    padding: 0 4px;
}

/* ── Input area ── */
.chat-input-area {
    border-top: 1px solid #e8e4dc;
    background: #fff;
    flex-shrink: 0;
}

.chat-input-row {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
}

.chat-img-btn {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #7a8c6e;
    border-radius: 50%;
    flex-shrink: 0;
    transition: color .15s, background .15s;
}
.chat-img-btn:hover { color: #3e7c17; background: #f0f7ea; }

.chat-text-input {
    flex: 1;
    border: 1.5px solid #e8e4dc;
    border-radius: 24px;
    padding: 10px 16px;
    font-size: 14px;
    outline: none;
    transition: border-color .2s;
    background: #f7f5f0;
}
.chat-text-input:focus { border-color: #3e7c17; background: #fff; }

.chat-send-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #2d5a1b;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    flex-shrink: 0;
    transition: background .15s;
}
.chat-send-btn:hover { background: #3e7c17; }

/* ── Conversation list ── */
.chat-conv-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    background: #fff;
    cursor: pointer;
    transition: background .15s;
    position: relative;
}
.chat-conv-item:hover { background: #f7f5f0; }
.chat-conv-item.unread { background: #f0f7ea; }

.chat-conv-thumb {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    object-fit: cover;
    flex-shrink: 0;
}

.chat-conv-body { flex: 1; min-width: 0; }
.chat-conv-name    { font-size:14px; font-weight:600; color:#1a2e1a; margin:0 0 2px; }
.chat-conv-plant   { font-size:12px; color:#3e7c17; margin:0 0 2px; }
.chat-conv-preview { font-size:12px; color:#7a8c6e; margin:0; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.chat-conv-time    { font-size:11px; color:#9aaa8e; white-space:nowrap; }

.chat-unread-badge {
    min-width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #3e7c17;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 6px;
    flex-shrink: 0;
}

/* ── Responsive ── */
@media (max-width: 768px) {
    .chat-layout { grid-template-columns: 1fr; height: auto; }
    .chat-sidebar { position: static; }
    .chat-window { height: 70vh; }
    .chat-msg { max-width: 85%; }
}

/* ============================================
   PLANTS SHOW PAGE
   ============================================ */

/* Breadcrumb */
.show-breadcrumb { font-size:12px; color:#7a8c6e; margin-bottom:32px; letter-spacing:.04em; }
.show-breadcrumb a { color:#7a8c6e; text-decoration:none; }
.show-breadcrumb a:hover { color:#3e7c17; }
.show-breadcrumb span { margin:0 8px; }

/* Category label */
.show-category {
    font-size:12px; font-weight:600; letter-spacing:.08em;
    text-transform:uppercase; color:#7a8c6e; margin:0 0 8px;
}

/* Name + Price header */
.show-header {
    display:flex; align-items:flex-start;
    justify-content:space-between; gap:16px; margin-bottom:20px;
}
.show-title { font-size:28px; font-weight:500; color:#1a2e1a; margin:0; line-height:1.2; }
.show-price-block { display:flex; flex-direction:column; align-items:flex-end; gap:10px; flex-shrink:0; }
.show-price { font-size:24px; font-weight:600; color:#1a2e1a; }
.show-price.free { color:#3e7c17; }

/* CTA */
.show-cta { display:flex; align-items:center; gap:8px; }
.show-cta-btn {
    padding:9px 20px; background:#2d5a1b; color:#fff;
    border:none; border-radius:24px; font-size:12px; font-weight:600;
    letter-spacing:.06em; text-transform:uppercase; cursor:pointer;
    transition:background .2s; white-space:nowrap;
}
.show-cta-btn:hover { background:#3e7c17; }

/* Divider */
.show-divider { border:none; border-top:1px solid #e8e4dc; margin:20px 0; }

/* About section */
.show-about { margin-bottom:24px; }
.show-section-title { font-size:14px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; color:#1a2e1a; margin:0 0 14px; }
.show-field-label { font-size:11px; font-weight:600; text-transform:uppercase; letter-spacing:.07em; color:#7a8c6e; margin:0 0 4px; }
.show-field-value { font-size:14px; color:#4a5e3a; line-height:1.7; margin:0 0 16px; }
.show-field-italic { font-style:italic; }
.show-owner-note { background:#f7f5f0; border-left:3px solid #3e7c17; border-radius:0 6px 6px 0; padding:12px 16px; }
.show-owner-note p { font-size:14px; color:#4a5e3a; line-height:1.7; margin:0; }

/* Details */
.show-details { display:flex; flex-direction:column; gap:12px; margin-bottom:24px; }
.show-detail-item { display:flex; align-items:center; gap:10px; }
.show-detail-item span { font-size:13px; color:#4a5e3a; }

/* Map */
.show-map-wrap { margin-bottom:20px; }
.show-map-label { font-size:11px; font-weight:600; text-transform:uppercase; letter-spacing:.07em; color:#7a8c6e; margin:0 0 8px; }
#show-map { width:100%; height:200px; border-radius:10px; border:1px solid #e8e4dc; overflow:hidden; }

/* Related */
.show-related { margin-top:64px; }
.show-related-title { font-size:20px; font-weight:500; color:#1a2e1a; margin-bottom:24px; }

/* Responsive */
@media (max-width:768px) {
    .show-header { flex-direction:column; gap:8px; }
    .show-price-block { align-items:flex-start; }
}

.show-arrow-btn {
    position:absolute; top:50%; transform:translateY(-50%);
    width:36px; height:36px; border-radius:50%;
    background:rgba(255,255,255,.88); border:none;
    display:flex; align-items:center; justify-content:center;
    cursor:pointer; z-index:10;
    transition:background .15s;
}
.show-arrow-btn:hover { background:#fff; }


/* ── Footer ── */
.footer .heading {
    font-size: 16px !important;
    font-weight: 600;
    margin-bottom: 16px;
}

.footer .useful-links li a {
    font-size: 13px;
}

.footer .list-item .right {
    font-size: 13px;
}

.footer p {
    font-size: 13px;
}

.footer .form-control {
    font-size: 13px;
}

.footer .btn-primary {
    font-size: 13px;
}

.footer-bottom .copyright {
    font-size: 13px;
}

/* ============================================
   CONTACT PAGE
   ============================================ */

.contact-page { background:#f7f5f0; }
.contact-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 0 80px;
}

/* Left side */
.contact-tag {
    font-size: 12px; font-weight: 600; letter-spacing: .08em;
    text-transform: uppercase; color: #7a8c6e; margin: 0 0 12px;
}
.contact-title {
    font-size: 36px; font-weight: 500; color: #1a2e1a;
    margin: 0 0 24px; line-height: 1.2;
}
.contact-text {
    font-size: 14px; color: #4a5e3a; line-height: 1.8; margin: 0 0 16px;
}
.contact-details { margin-top: 32px; display: flex; flex-direction: column; gap: 12px; }
.contact-detail-item { display: flex; align-items: center; gap: 12px; }
.contact-detail-icon {
    width: 36px; height: 36px; border-radius: 50%;
    background: #d4edba; display: flex; align-items: center;
    justify-content: center; flex-shrink: 0;
}
.contact-detail-icon i { color: #2d5a1b; font-size: 14px; }
.contact-detail-item span { font-size: 13px; color: #4a5e3a; }

/* Right side — form card */
.contact-card {
    background: #fff; border-radius: 16px;
    border: 1px solid #e8e4dc; padding: 24px;
}
.contact-card-title {
    font-size: 18px; font-weight: 600; color: #1a2e1a; margin: 0 0 24px;
}

/* Form */
.contact-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.contact-field { margin-bottom: 16px; }
.contact-field:last-of-type { margin-bottom: 24px; }

.contact-label {
    font-size: 11px; font-weight: 600; text-transform: uppercase;
    letter-spacing: .06em; color: #7a8c6e; display: block; margin-bottom: 6px;
}
.contact-input,
.contact-textarea {
    width: 100%; padding: 5px 14px;
    border: 1.5px solid #e8e4dc; border-radius: 8px;
    font-size: 13px; outline: none; background: #f7f5f0;
    color: #1a2e1a; transition: border-color .2s, background .2s;
    font-family: inherit;
}
.contact-input:focus,
.contact-textarea:focus {
    border-color: #3e7c17; background: #fff;
}
.contact-textarea { resize: vertical; }

.contact-submit {
    width: 100%; padding: 9px 24px; background: #2d5a1b; color: #fff;
    border: none; border-radius: 24px; font-size: 13px; font-weight: 600;
    letter-spacing: .06em; text-transform: uppercase; cursor: pointer;
    transition: background .2s;
}
.contact-submit:hover { background: #3e7c17; }

/* Responsive */
@media (max-width: 768px) {
    .contact-wrap { grid-template-columns: 1fr; gap: 32px; padding: 32px 16px 60px; }
    .contact-row { grid-template-columns: 1fr; }
}

.btn-plant {
    background: #2d5a1b;
    color: #fff;
    border-radius: 6px;
    border: none;
    transition: background .2s;
}
.btn-plant:hover { background: #3e7c17; color: #fff; }

.btn-plant-outline {
    border: 1.5px solid #2d5a1b;
    color: #2d5a1b;
    border-radius: 20px;
    background: transparent;
    transition: all .2s;
}
.btn-plant-outline:hover { background: #2d5a1b; color: #fff; }

.modal .select2-container {
    z-index: 9999 !important;
}

.select2-dropdown {
    z-index: 10000 !important;;
}

.terms-wrapper {
    max-width: 860px;
    margin: 0 auto;
    padding: 40px 20px 80px;
    color: #333;
    line-height: 1.7;
}

.terms-header {
    text-align: center;
    margin-bottom: 28px;
}

.terms-header h1 {
    font-size: 28px;
    font-weight: 700;
    color: #2c5c10;
    margin-bottom: 6px;
}

.terms-header p {
    color: #888;
    font-size: 14px;
}

.terms-summary {
    background: #f2f8ec;
    border-left: 4px solid #3e7c17;
    border-radius: 8px;
    padding: 20px 24px;
    margin: 28px 0;
}

.terms-summary h3 {
    color: #2c5c10;
    font-size: 16px;
    margin-bottom: 10px;
}

.terms-summary ul {
    padding-left: 18px;
    margin: 0;
}

.terms-summary li {
    margin-bottom: 6px;
    font-size: 14px;
}

.terms-section {
    margin-bottom: 30px;
}

.terms-section h2 {
    font-size: 18px;
    color: #2c5c10;
    border-bottom: 2px solid #e3f0d8;
    padding-bottom: 8px;
    margin-bottom: 12px;
}

.terms-section ul {
    padding-left: 20px;
}

.terms-section li {
    margin-bottom: 4px;
    font-size: 14.5px;
}

.terms-section p {
    font-size: 14.5px;
}

.terms-contact {
    text-align: center;
    margin-top: 40px;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 10px;
    font-size: 14px;
}

.terms-contact a {
    color: #3e7c17;
    font-weight: 600;
    text-decoration: none;
}

--- Blog styles

.blog-post-hero {
    width: 100%;
    max-height: 420px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 32px;
}
.blog-post-wrap {
    max-width: 780px;
    margin: 60px auto 80px;
    padding: 0 20px;
}
.blog-post-meta {
    font-size: 13px;
    color: #888;
    margin-bottom: 10px;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.blog-post-title {
    font-size: clamp(24px, 4vw, 36px);
    font-weight: 800;
    color: #1a2e1a;
    line-height: 1.2;
    margin-bottom: 24px;
}
.blog-post-body h2 {
    font-size: 20px;
    font-weight: 700;
    color: #3e7c17;
    margin: 32px 0 10px;
}
.blog-post-body p {
    color: #444;
    line-height: 1.8;
    font-size: 16px;
    margin-bottom: 16px;
}
.blog-post-body ul {
    padding-left: 20px;
    margin-bottom: 16px;
}
.blog-post-body ul li {
    color: #444;
    line-height: 1.8;
    font-size: 16px;
    margin-bottom: 6px;
}
.blog-post-tip {
    background: #f0f8ea;
    border-left: 4px solid #3e7c17;
    border-radius: 0 8px 8px 0;
    padding: 14px 18px;
    margin: 24px 0;
    color: #2a5210;
    font-size: 15px;
}
.blog-highlight {
    background: #1a2e1a;
    color: #fff;
    border-radius: 12px;
    padding: 28px 32px;
    margin: 32px 0;
}
.blog-highlight p {
    color: #d4edba;
    margin: 0;
    font-size: 18px;
    font-style: italic;
    line-height: 1.6;
}
.blog-back-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #3e7c17;
    font-size: 14px;
    text-decoration: none;
    margin-bottom: 32px;
}
.blog-back-link:hover { text-decoration: underline; }


.blog-stat-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
    margin: 28px 0;
}
.blog-stat-card {
    background: #f0f8ea;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
}
.blog-stat-card .stat-num {
    font-size: 32px;
    font-weight: 800;
    color: #3e7c17;
    line-height: 1;
}
.blog-stat-card .stat-label {
    font-size: 13px;
    color: #555;
    margin-top: 6px;
}
