* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

:root {
    --bg: #f6fbf4;
    --ink: #0f172a;
    --muted: #475569;
    --line: #e2e8f0;
    --accent: #2f855a;
    --accent-2: #34d399;
    --pill: #eef6ee;
    --panel: #ffffff;
    --radius: 16px;
    --shadow: 0 20px 60px rgba(15, 23, 42, .08)
}

body {
    font-size: 15px !important;
    font-family: Poppins, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif
}

.top-bar {
    height: 5px;
    background: linear-gradient(to left, #67C090, #4a7d6b, transparent)
}


.hero-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(20, 45, 35, .3)
}

.hero-header {
    position: relative;
    z-index: 1000;
    padding: 24px 0;
    overflow: visible;
}

.container {
    max-width: 1588px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: visible;
    position: relative;
}

.logo {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #fff
}

.nav {
    display: flex;
    align-items: center;
    gap: 32px;
    overflow: visible;
    position: relative;
}

.nav>a,
.has-sub>a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: opacity .3s;
    position: relative
}

.nav>a:hover,
.has-sub>a:hover {
    opacity: .8
}

.has-sub {
    position: relative
}

.dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 200px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all .3s;
    margin-top: 12px;
    z-index: 99999;
}

.has-sub:hover .dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.dropdown a {
    display: block;
    padding: 12px 20px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    transition: background .2s
}

.dropdown a:first-child {
    border-radius: 8px 8px 0 0
}

.dropdown a:last-child {
    border-radius: 0 0 8px 8px
}

.dropdown a:hover {
    background: #f5f5f5
}

.btn-quote {
    background: #4CAF50;
    color: #fff;
    border: none;
    padding: 14px 32px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s;
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none
}

.btn-quote-mobile:hover {
    background: #45a049;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(76, 175, 80, .4)
}

.btn-quote-mobile {
    background: #4CAF50;
    color: #fff;
    border: none;
    padding: 14px 32px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s;
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none
}

.btn-quote:hover {
    background: #45a049;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(76, 175, 80, .4)
}

.hero-content {
    position: relative;
    z-index: 1;
    padding: 100px 0 120px;
}

.hero-grid {
    max-width: 1588px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center
}

.hero-text {
    color: #fff
}

.hero-title {
    font-family: 'Playfair Display', serif;
    font-size: 46px;
    line-height: 1.1;
    margin-bottom: 24px;
    font-weight: 700
}

.hero-title-line2 {
    color: #a8d5ba
}

.hero-description {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 32px;
    opacity: .95
}

.btn-view-more {
    background: #4CAF50;
    color: #fff;
    border: none;
    padding: 16px 36px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s;
    display: inline-flex;
    align-items: center;
    gap: 8px
}

.btn-view-more:hover {
    background: #45a049;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(76, 175, 80, .4)
}

.hero-image {
    position: relative
}

.circle-frame {
    position: relative;
    width: 500px;
    height: 500px;
    margin: 0 auto
}

.circle-ring {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: #fff;
    padding: 30px
}

.circle-ring::before {
    content: '';
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    border-radius: 50%;
    border: 3px dashed rgba(45, 95, 79, .4)
}

.circle-accent {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: #FFD700;
    z-index: 1
}

.circle-green-accent {
    position: absolute;
    bottom: 80px;
    left: -20px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #4CAF50;
    z-index: 1
}

.hero-img {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    z-index: 2
}

.secondary-image {
    position: absolute;
    top: -40px;
    left: -120px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    border: 10px solid rgba(255, 255, 255, .4);
    overflow: hidden;
    z-index: 0;
    box-shadow: 0 15px 50px rgba(0, 0, 0, .3)
}

.secondary-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.secondary-image::after {
    content: '';
    position: absolute;
    inset: 8px;
    border: 3px dashed rgba(200, 80, 80, .6);
    border-radius: 50%
}

.floating-elements {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: visible;
    z-index: 10
}

.leaf,
.seed {
    position: absolute;
    opacity: .7
}

.leaf1 {
    top: 10%;
    left: -5%;
    width: 180px;
    height: 180px;
    animation: float1 6s ease-in-out infinite;
    z-index: 15
}

.leaf2 {
    top: 60%;
    right: -8%;
    width: 45px;
    height: 45px;
    animation: float2 5s ease-in-out infinite 1s;
    z-index: 15
}

.leaf3 {
    bottom: 15%;
    left: 5%;
    width: 35px;
    height: 35px;
    animation: float3 7s ease-in-out infinite 2s;
    z-index: 15
}

.leaf4 {
    top: 35%;
    right: 10%;
    width: 50px;
    height: 50px;
    animation: rotate-float 8s ease-in-out infinite;
    z-index: 15
}

.leaf5 {
    top: 25%;
    left: -180px;
    width: 55px;
    height: 55px;
    animation: float1 7s ease-in-out infinite 1.5s;
    z-index: 15
}

.leaf6 {
    bottom: 30%;
    left: -150px;
    width: 40px;
    height: 40px;
    animation: float2 6s ease-in-out infinite 3s;
    z-index: 15
}

.leaf7 {
    top: 5%;
    right: 15%;
    width: 30px;
    height: 30px;
    animation: float3 5s ease-in-out infinite 2.5s;
    z-index: 15
}

.seed1 {
    top: 20%;
    right: -3%;
    width: 15px;
    height: 15px;
    background: #8B4513;
    border-radius: 50%;
    animation: fall1 4s ease-in infinite;
    z-index: 15
}

.seed2 {
    top: 50%;
    left: -8%;
    width: 12px;
    height: 12px;
    background: #D2691E;
    border-radius: 50%;
    animation: fall2 5s ease-in infinite 1.5s;
    z-index: 15
}

.seed3 {
    bottom: 25%;
    right: 5%;
    width: 10px;
    height: 10px;
    background: #8B4513;
    border-radius: 50%;
    animation: fall3 6s ease-in infinite 3s;
    z-index: 15
}

@keyframes float1 {

    0%,
    100% {
        transform: translate(0, 0) rotate(0)
    }

    25% {
        transform: translate(10px, -15px) rotate(5deg)
    }

    50% {
        transform: translate(-5px, -25px) rotate(-5deg)
    }

    75% {
        transform: translate(15px, -10px) rotate(8deg)
    }
}

@keyframes float2 {

    0%,
    100% {
        transform: translate(0, 0) rotate(0)
    }

    33% {
        transform: translate(-15px, 10px) rotate(-10deg)
    }

    66% {
        transform: translate(-8px, -15px) rotate(5deg)
    }
}

@keyframes float3 {

    0%,
    100% {
        transform: translate(0, 0) rotate(0) scale(1)
    }

    50% {
        transform: translate(20px, -20px) rotate(180deg) scale(1.1)
    }
}

@keyframes rotate-float {

    0%,
    100% {
        transform: translate(0, 0) rotate(0)
    }

    25% {
        transform: translate(-10px, 15px) rotate(90deg)
    }

    50% {
        transform: translate(5px, 25px) rotate(180deg)
    }

    75% {
        transform: translate(-15px, 10px) rotate(270deg)
    }
}

@keyframes fall1 {
    0% {
        transform: translateY(-100px) rotate(0);
        opacity: 0
    }

    10% {
        opacity: .7
    }

    90% {
        opacity: .7
    }

    100% {
        transform: translateY(600px) rotate(360deg);
        opacity: 0
    }
}

@keyframes fall2 {
    0% {
        transform: translateY(-120px) rotate(0);
        opacity: 0
    }

    10% {
        opacity: .7
    }

    90% {
        opacity: .7
    }

    100% {
        transform: translateY(620px) rotate(-360deg);
        opacity: 0
    }
}

@keyframes fall3 {
    0% {
        transform: translateY(-80px) rotate(0);
        opacity: 0
    }

    10% {
        opacity: .7
    }

    90% {
        opacity: .7
    }

    100% {
        transform: translateY(580px) rotate(720deg);
        opacity: 0
    }
}

@media (max-width:1200px) {
    .hero-grid {
        grid-template-columns: 1fr;
        gap: 60px
    }

    .hero-title {
        font-size: 56px
    }

    .circle-frame {
        width: 400px;
        height: 400px
    }

    .secondary-image {
        width: 240px;
        height: 240px;
        left: -80px
    }
}

@media (max-width:768px) {
    .nav {
        display: none
    }

    .hero-title {
        font-size: 42px
    }

    .circle-frame {
        width: 320px;
        height: 320px
    }

    .container,
    .hero-grid {
        padding: 0 20px
    }

    .secondary-image {
        width: 180px;
        height: 180px;
        left: -40px;
        top: -20px
    }
}

ul,
ol {
    margin: 12px 0 14px 1.25rem;
    padding: 0;
    color: var(--ink);
    line-height: 1.8;
}

li {
    margin: .35em 0
}

ul {
    list-style: none
}

ul>li {
    position: relative;
    padding-left: 1.1em;
}

footer ul>li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .78em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--accent);
}

ol {
    list-style: none;
    counter-reset: num
}

ol>li {
    position: relative;
    padding-left: 1.6em;
    counter-increment: num;
}

ol>li::before {
    content: counter(num) ".";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--accent);
    font-weight: 700;
}

li>ul,
li>ol {
    margin-top: .35em;
    margin-bottom: .45em
}

li>ul>li::before {
    background: #86d4a7
}

li>ol>li::before {
    color: #1a7f3c
}

.list-tight ul,
.list-tight ol {
    line-height: 1.6
}

.list-tight li {
    margin: .25em 0
}

ul.list-check>li::before {
    content: "✓";
    width: auto;
    height: auto;
    top: .2em;
    color: var(--accent);
    background: transparent;
    font-weight: 700;
}

@media (max-width:640px) {

    ul,
    ol {
        margin-left: 1rem
    }

    ul>li {
        padding-left: 1em
    }

    ol>li {
        padding-left: 1.4em
    }
}

.breadcrumb {
    max-width: 1588px;
    margin: 14px auto 0;
    padding: 0 40px;
    margin: 30px auto;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    
  
}

.breadcrumb a {
    text-decoration: none;
    color: var(--muted);
}

@media (max-width:768px) {
    .breadcrumb {
        padding: 0 20px;
        margin-top: 10px;
        font-size: 12px
    }
}

@media (max-width:560px) {
    .breadcrumb {
        gap: 6px
    }
}

.header {
    background: linear-gradient(90deg, #1a4d3e 0%, #2f855a 60%, #34d399 100%);
    color: #fff
}

.header .logo {
    color: #fff
}

.header .nav>a,
.header .has-sub>a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    position: relative
}

.header .has-sub {
    position: relative
}

.header .dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 220px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: .25s;
    margin-top: 12px;
    z-index: 100
}

.header .has-sub:hover .dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.header .dropdown a {
    display: block;
    padding: 12px 18px;
    color: #222;
    text-decoration: none;
    font-size: 14px
}

.btn-quote {
    background: #2e7d32;
    color: #fff;
    border: none;
    padding: 14px 28px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none
}

.nav-toggle {
    display: none;
    border: 0;
    background: rgba(255, 255, 255, .18);
    backdrop-filter: blur(6px);
    color: #fff;
    border-radius: 12px;
    padding: 10px 12px;
    cursor: pointer
}

@media (max-width:768px) {
    .nav {
        display: none
    }

    .nav.is-open {
        display: flex;
        flex-direction: column;
        gap: 12px;
        position: absolute;
        right: 16px;
        top: 64px;
        background: #1a4d3e;
        border: 1px solid rgba(255, 255, 255, .2);
        border-radius: 12px;
        padding: 12px;
        z-index: 999;
    }

    .nav.is-open a,
    .nav.is-open .has-sub>a {
        color: #fff
    }

    .nav-toggle {
        display: inline-flex;
        align-items: center;
        gap: 8px
    }

    .header .dropdown {
        position: static;
        margin-top: 6px;
        box-shadow: none;
        border-radius: 8px
    }
}

.header .btn-quote:hover {
    background: #27902b
}

.nav-toggle {
    display: none;
    border: 0;
    background: rgba(255, 255, 255, .18);
    backdrop-filter: blur(6px);
    color: #fff;
    border-radius: 12px;
    padding: 10px 12px;
    cursor: pointer
}

.container {
    max-width: 1588px;
    margin: 0 auto;
    padding: 24px 40px !important;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.logo {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #fff
}

.nav {
    display: flex;
    align-items: center;
    gap: 32px
}

.nav>a,
.has-sub>a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: opacity .3s;
    position: relative
}

.nav>a:hover,
.has-sub>a:hover {
    opacity: .8
}

.has-sub {
    position: relative
}

.has-sub:hover .dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.dropdown a {
    display: block;
    padding: 12px 20px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    transition: background .2s
}

.dropdown a:first-child {
    border-radius: 8px 8px 0 0
}

.dropdown a:last-child {
    border-radius: 0 0 8px 8px
}

.dropdown a:hover {
    background: #f5f5f5
}

.btn-quote {
    background: #4CAF50;
    color: #fff;
    border: none;
    padding: 14px 32px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s;
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none
}

.btn-quote:hover {
    background: #45a049;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(76, 175, 80, .4)
}

.why {
    padding: 64px 0
}

.why h2 {
    font-size: 36px;
    margin: 0 0 14px
}

.why p.lead {
    margin: 0 0 22px;
    color: var(--muted)
}

.why .content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: center
}

.why .content .left {
    display: grid;
    place-items: center
}

.why .circle {
    width: min(520px, 42vw);
    aspect-ratio: 1/1;
    border-radius: 999px;
    overflow: hidden;
    border: 12px solid #e6f5ea;
    box-shadow: var(--shadow)
}

.why .features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

.why .f-card {
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 18px;
    box-shadow: var(--shadow);
    display: grid;
    gap: 10px
}

.why .f-card b {
    font-size: 18px
}

.why .meters {
    display: grid;
    gap: 10px
}

.why .meter {
    display: grid;
    gap: 6px
}

.why .meter label {
    font-size: 12px;
    color: var(--muted)
}

.why .meter .bar {
    height: 10px;
    border-radius: 999px;
    background: #edf2f7;
    overflow: hidden
}

.why .meter .bar i {
    display: block;
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, #34d399, #2f855a);
    border-radius: 999px
}

.dotted-ring {
    position: relative;
    border-radius: 999px
}

.dotted-ring::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 999px;
    background: repeating-conic-gradient(#a7d7bd 0deg 6deg, transparent 6deg 18deg);
    -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 2px), #000 calc(100% - 2px));
    mask: radial-gradient(farthest-side, transparent calc(100% - 2px), #000 calc(100% - 2px));
    pointer-events: none
}

.newsletter-wrapper {
    position: relative;
    padding: 0 40px;
    margin-top: 80px
}

.newsletter-section {
    position: relative;
    z-index: 10;
    max-width: 1588px;
    margin: 0 auto;
    background: linear-gradient(135deg, #f0fff4 0%, #e6f7ee 100%);
    border-radius: 30px;
    padding: 0 80px;
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 60px;
    align-items: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .1);
    border: 3px solid #4CAF50
}

.farmer-image {
    position: relative
}

.farmer-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 320px;
    height: 320px;
    background: #FFD700;
    border-radius: 50%;
    z-index: 1
}

.farmer-img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto;
    margin-top: -80px
}

.newsletter-content {
    padding: 30px 0
}

.newsletter-content h2 {
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    color: #2d5f4f;
    margin-bottom: 16px
}

.newsletter-content p {
    color: #304b41;
    font-size: 14px;
    line-height: 1.9;
    margin-bottom: 28px
}

.cta-buttons {
    display: flex;
    gap: 14px;
    flex-wrap: wrap
}

.btn-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: none;
    cursor: pointer;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    padding: 16px 26px;
    text-decoration: none;
    transition: .25s
}

.btn-call {
    background: #2e7d32;
    color: #fff
}

.btn-call:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(46, 125, 50, .25)
}

.btn-whatsapp {
    background: #25D366;
    color: #0b3b2b
}

.btn-whatsapp:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(37, 211, 102, .25)
}

.btn-cta svg {
    width: 18px;
    height: 18px
}

@media (max-width:1200px) {
    .newsletter-section {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 40px
    }

    .farmer-img {
        margin-top: 0;
        max-width: 360px
    }

    .farmer-circle {
        width: 260px;
        height: 260px
    }
}

@media (max-width:768px) {
    .newsletter-wrapper {
        padding: 0 20px
    }

    .newsletter-content h2 {
        font-size: 36px
    }

    .newsletter-content p {
        font-size: 16px
    }
}

.var {
    max-width: none;
    width: 100%;
    padding: 0
}

.var-head {
    max-width: 1588px;
    margin: 0 auto;
    padding: 0 40px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 58px
}

.var-eyebrow {
    letter-spacing: .12em;
    font-size: 14px;
    color: #2e7d32
}

.var-title {
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    line-height: 1.1;
    color: #1a3d32;
    margin-top: 10px
}

.custom{
    position:relative;
    top:50px;
}


.var-view {
    margin-top:70px;
    position: relative;
    max-width: 1588px;
    margin: 0 auto;
    padding: 0 40px
}

.var-ctrls {
    position: absolute;
    right: 40px;
    top: -70px;
    display: flex;
    gap: 14px;
    z-index: 5;
}

.var-btn {
    width: 52px;
    height: 52px;
    border: 0;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #eaf6ee;
    color: #1a7f3c;
    cursor: pointer;
    transition: .2s
}

.var-btn:hover {
    transform: translateY(-2px)
}

.var-btn.primary {
    background: #27c052;
    color: #fff
}

.var-track {
    display: flex;
    gap: 24px;
    overflow: hidden;
    scroll-behavior: smooth
}

.var-card {
    flex: 0 0 calc((100% - 24px*3)/4);
    border-radius: 18px;
    position: relative;
    display: grid;
    place-items: end;
    aspect-ratio: 1/1;
    background: #C59560;
    box-shadow: 0 20px 60px rgba(15, 23, 42, .08);
    overflow: hidden
}

.var-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('img/agri-bg.jpg') center/cover no-repeat, radial-gradient(1200px 800px at 20% 10%, rgba(255, 255, 255, .08), transparent 60%);
    opacity: .55
}

.var-list {
    position: absolute;
    left: 12px;
    top: 12px;
    display: grid;
    gap: 6px;
    z-index: 3;
    max-width: 60%
}

.var-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #eaf6ee;
    border: 1px solid #a7d7bd;
    font-size: 11px;
    line-height: 1;
    color: #1a3d32;
    white-space: nowrap
}

.var-badge-top {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(255, 255, 255, .12);
    backdrop-filter: saturate(140%) blur(6px);
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 999px;
    padding: 6px 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 3
}

.var-badge-top img {
    height: 18px;
    width: auto;
    display: block
}

.var-badge-top span {
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    letter-spacing: .02em
}

.var-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-rows: 1fr auto;
    align-items: end;
    padding: 24px
}

.var-title-in {
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
    color: #fff;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .25) 40%, rgba(0, 0, 0, .45) 100%);
    padding: 14px 16px;
    border-radius: 12px;
    width: 100%
}

.var-dots {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin: 16px 0 0
}

.var-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #cfead8;
    opacity: .6;
    transition: .2s;
    border: 1px solid #a7d7bd
}

.var-dot[aria-current="true"] {
    opacity: 1;
    background: #2f855a
}

@media (max-width:1200px) {
    .var-card {
        flex: 0 0 calc((100% - 24px*2)/3)
    }

    .var-title {
       
        font-size: 24px
    }
}

@media (max-width:900px) {
    .var-card {
        flex: 0 0 calc((100% - 24px)/2)
    }

    .var-title {
        font-size: 22px
    }
}

@media (max-width:640px) {
    .var {
        padding: 0 20px
    }

    .var-view {
         position: relative;
        top: 40px;
        padding: 0 20px
    }

    .var-track {
        gap: 16px
    }

    .var-card {
        flex: 0 0 100%
    }

    .var-item {
        font-size: 10px;
        padding: 5px 8px
    }

    .var-ctrls {
        right: 20px;
        top: -58px
    }
}

.var-photo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: grid;
    place-items: center;
    z-index: 2
}

.var-photo::after {
    font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", "Twemoji Mozilla", sans-serif;
    font-size: clamp(36px, 7.5vw, 96px);
    line-height: 1;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, .25));
    content: ""
}

.var-card[data-main="bugday"] .var-photo::after {
    content: "🌾"
}

.var-card[data-main="arpa"] .var-photo::after {
    content: "🌾"
}

.var-card[data-main="misir"] .var-photo::after {
    content: "🌽"
}

.var-card[data-main="aycicegi"] .var-photo::after {
    content: "🌻"
}

.var-card[data-main="mercimek"] .var-photo::after {
    content: "🌱"
}

.var-card[data-main="nohut"] .var-photo::after {
    content: "🌱"
}

.var-card[data-main="soya"] .var-photo::after {
    content: "🌱"
}

.footer {
    background: linear-gradient(180deg, #1a4d3e 0%, #0d3328 100%);
    color: #fff;
    padding: 150px 40px 40px;
    margin-top: -100px;
    position: relative
}

.footer2-links {
    position: relative;
    float: right;
}

.footer-content {
    max-width: 1588px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1.5fr;
    gap: 60px;
    margin-bottom: 60px
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px
}

.footer-desc {
    color: rgba(255, 255, 255, .7);
    line-height: 1.6;
    margin-bottom: 24px
}

.social-links {
    display: flex;
    gap: 12px
}

.social-link {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, .1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s
}

.social-link:hover {
    background: #4CAF50;
    transform: translateY(-3px)
}

.footer-section h3 {
    font-size: 20px;
    margin-bottom: 24px;
    font-weight: 600
}

.footer-links {
    list-style: none
}

.footer-links li {
    margin-bottom: 12px
}

.footer-links a {
    color: rgba(255, 255, 255, .7);
    text-decoration: none;
    transition: all .3s;
    display: flex;
    align-items: center;
    gap: 8px
}

.footer-links a:hover {
    color: #4CAF50;
    padding-left: 8px
}

.footer-links a::before {
    content: '›';
    font-size: 18px
}

.footer-contact {
    list-style: none
}

.footer-contact li {
    margin-bottom: 16px;
    display: flex;
    align-items: start;
    gap: 12px;
    color: rgba(255, 255, 255, .7)
}

.footer-bottom {
    max-width: 1588px;
    margin: 0 auto;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    display: flex;
    justify-content: space-between;
    align-items: center
}

.footer-bottom-links {
    display: flex;
    gap: 24px
}

.footer-bottom-links a {
    color: rgba(255, 255, 255, .7);
    text-decoration: none;
    transition: color .3s
}

.footer-bottom-links a:hover {
    color: #4CAF50
}

@media (max-width:1200px) {
    .footer-content {
        display: grid;
        grid-template-columns: 1.2fr 1fr 1fr;
        gap: 28px;
        align-items: start
    }

    .footer-desc {
        max-width: 56ch
    }
}

@media (max-width:992px) {
    .footer-content {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 24px
    }

    .footer-section h3 {
        font-size: 18px;
        margin-bottom: 18px
    }

    .footer-links li {
        margin-bottom: 10px
    }

    .footer-contact li {
        gap: 10px
    }

    .footer-bottom {
        padding-top: 24px;
        flex-direction: column;
        gap: 10px;
        text-align: center
    }

    .footer-bottom-links {
        gap: 16px;
        flex-wrap: wrap;
        justify-content: center
    }
}

@media (max-width:768px) {
    .footer-content {
        display: grid;
        grid-template-columns: 1fr;
        gap: 22px
    }

    .footer-brand,
    .footer-desc,
    .social-links {
        text-align: center;
        justify-content: center
    }

    .footer-desc {
        margin-top: 10px
    }

    .footer-links a {
        padding: 8px 0
    }

    .footer-links a::before {
        font-size: 16px
    }

    .footer-contact li svg {
        min-width: 20px
    }

    .footer-section h3 {
        font-size: 17px
    }
}

@media (max-width:560px) {
    .footer-content {
        gap: 18px
    }

    .footer-desc {
        font-size: 14px;
        line-height: 1.7
    }

    .footer-links a {
        gap: 6px;
        font-size: 14px
    }

    .footer-contact li {
        margin-bottom: 12px;
        font-size: 14px
    }

    .footer-bottom {
        gap: 8px
    }

    .footer-bottom-links a {
        font-size: 14px
    }
}

@media (max-width:400px) {
    .footer-bottom {
        padding-top: 18px
    }

    .footer-bottom-links {
        gap: 12px
    }

    .footer-links a {
        padding: 6px 0
    }

    .footer-links a::before {
        content: "";
        margin: 0
    }
}

.blog {
    max-width: 1588px;
    margin: 100px auto 0;
    padding: 0 40px
}

.blog-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px
}

.blog-eyebrow {
    letter-spacing: .12em;
    font-size: 14px;
    color: #2e7d32;
    text-transform: uppercase
}

.blog-title {
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    line-height: 1.3;
    color: #1a3d32
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px
}

.blog-card {
    position: relative
}

.blog-media {
    border-radius: 18px;
    overflow: hidden
}

.blog-media img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block
}

.blog-date {
    position: absolute;
    top: 16px;
    left: 16px;
    background: #eaf6ee;
    color: #1a3d32;
    border-radius: 10px;
    padding: 10px 14px;
    font-weight: 700
}

.blog-body {
    position: relative;
    background: #fff;
    border: 1px solid #edf6f0;
    border-radius: 16px;
    padding: 24px;
    margin: 0 24px;
    transform: translateY(-48px);
    box-shadow: 0 30px 70px rgba(39, 192, 82, .12)
}

.blog-meta {
    display: flex;
    gap: 18px;
    align-items: center;
    color: #4b635a;
    font-size: 14px;
    margin-bottom: 14px
}

.blog-meta svg {
    width: 16px;
    height: 16px
}

.blog-post-title {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    line-height: 1.25;
    color: #1a3d32;
    margin-bottom: 10px
}

.blog-excerpt {
    color: #5b6f67;
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 18px
}

.blog-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    color: #2e7d32;
    text-decoration: none;
    letter-spacing: .04em
}

.blog-more svg {
    width: 16px;
    height: 16px;
    transition: transform .2s
}

.blog-more:hover svg {
    transform: translateX(3px)
}

@media (max-width:1200px) {
    .blog-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 24px
    }

    .blog-media img {
        height: 260px
    }
}

@media (max-width:900px) {
    .blog-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:640px) {
    .blog {
        padding: 0 20px
    }

    .blog-grid {
        grid-template-columns: 1fr
    }

    .blog-media img {
        height: 220px
    }
}

.about-grid {
    display: grid;
    grid-template-columns: 336px 1fr;
    gap: 28px;
    align-items: start;
    max-width: 1588px;
    margin: 12px auto;
    padding: 0 40px
}

.about-grid .left {
    position: sticky;
    top: 20px
}

.about-grid .plist {
    border: 1px solid var(--line);
    border-radius: 16px;
    background: #f7faf7;
    overflow: hidden
}

.about-grid .plist h3 {
    font-size: 16px;
    padding: 14px 16px;
    background: #eef7ef
}

.about-grid .tree {
    max-height: 70vh;
    overflow: auto
}

.about-grid .grp {
    border-top: 1px solid var(--line)
}

.about-grid .grp[open] summary {
    background: #f3fbf5
}

.about-grid .grp summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 12px 16px;
    cursor: pointer;
    font-weight: 700
}

.about-grid .sub {
    display: grid
}

.about-grid .sub a {
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 10px 18px 10px 28px;
    text-decoration: none;
    color: var(--ink);
    border-top: 1px dashed #e6eee8;
    position: relative
}

.about-grid .sub a::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #a7d7bd;
    position: absolute;
    left: 14px
}

.about-grid .sub a:hover {
    background: #fff
}

.about {
    font-family: Poppins, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
    color: var(--ink)
}

.about .wrap-in {
    display: grid;
    gap: 28px
}

.about h1 {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 30px;
}

.about .lead {
    font-size: 16px;
    line-height: 1.9;
    color: #243b32
}

.about .cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px
}

.about .card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 18px
}

.about .card h3 {
    font-size: 18px;
    margin: 0 0 8px
}

.about .stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px
}

.about .stat {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 18px;
    display: grid;
    gap: 6px;
    place-items: start
}

.about .stat b {
    font-size: 26px
}

.about .timeline {
    border-left: 2px solid var(--line);
    padding-left: 16px;
    display: grid;
    gap: 14px
}

.about .mil {
    position: relative
}

.about .mil::before {
    content: "";
    position: absolute;
    left: -23px;
    top: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--accent)
}

.about .mil h4 {
    margin: 0 0 4px;
    font-size: 16px
}

.about .panel {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 18px
}

@media (max-width:1200px) {
    .about .cards {
        grid-template-columns: repeat(2, 1fr)
    }

    .about .stats {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (max-width:1024px) {
    .about-grid {
        grid-template-columns: 1fr;
        gap: 18px
    }

    .about-grid .left {
        position: static
    }

    .about-grid .tree {
        max-height: none
    }

    .about h1 {
        font-size: 28px
    }
}

@media (max-width:768px) {
    .about-grid {
        padding: 0 20px
    }

    .about .cards {
        grid-template-columns: 1fr
    }

    .about .stats {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:520px) {
    .about .stats {
        grid-template-columns: 1fr
    }
}

.contact-grid {
    display: grid;
    grid-template-columns: 336px 1fr;
    gap: 28px;
    align-items: start;
    max-width: 1588px;
    margin: 12px auto;
    padding: 0 40px
}

.contact-grid .left {
    position: sticky;
    top: 20px
}

.contact-grid .plist {
    border: 1px solid var(--line);
    border-radius: 16px;
    background: #f7faf7;
    overflow: hidden
}

.contact-grid .plist h3 {
    font-size: 16px;
    padding: 14px 16px;
    background: #eef7ef
}

.contact-grid .tree {
    max-height: 70vh;
    overflow: auto
}

.contact-grid .grp {
    border-top: 1px solid var(--line)
}

.contact-grid .grp[open] summary {
    background: #f3fbf5
}

.contact-grid .grp summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 12px 16px;
    cursor: pointer;
    font-weight: 700
}

.contact-grid .sub {
    display: grid
}

.contact-grid .sub a {
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 10px 18px 10px 28px;
    text-decoration: none;
    color: var(--ink);
    border-top: 1px dashed #e6eee8;
    position: relative
}

.contact-grid .sub a::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #a7d7bd;
    position: absolute;
    left: 14px
}

.contact-grid .sub a:hover {
    background: #fff
}

.contact {
    font-family: Poppins, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
    color: var(--ink)
}

.contact .wrap-in {
    display: grid;
    gap: 22px
}

.contact .head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px
}

.contact h1 {
    font-size: 30px;
    line-height: 1.2
}

.contact .subt {
    font-size: 14px;
    color: var(--muted)
}

.contact .pan {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 18px
}

.contact .two {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 18px
}

.contact .form .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 10px
}

.contact label {
    font-size: 13px;
    color: #374151;
    margin-bottom: 6px;
    display: block
}

.contact input,
.contact select,
.contact textarea {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 12px 12px;
    font-size: 15px;
    background: #fff
}

.contact textarea {
    min-height: 140px;
    resize: vertical
}

.contact .submit {
    display: flex;
    gap: 10px;
    align-items: center
}

.contact .btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 0;
    border-radius: 999px;
    background: var(--accent);
    color: #fff;
    font-weight: 700;
    padding: 12px 18px;
    text-decoration: none;
    cursor: pointer
}

.contact .btn.ghost {
    background: #25D366;
    color: #0b3b2b
}

.contact .info {
    display: grid;
    gap: 14px
}

.contact .info .row {
    display: grid;
    grid-template-columns: 32px 1fr;
    gap: 10px;
    align-items: start
}

.contact .info .row b {
    display: block;
    margin-bottom: 2px
}

.contact .info .cta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.contact .map {
    border: 1px solid var(--line);
    border-radius: 16px;
    overflow: hidden
}

.contact .map iframe {
    width: 100%;
    height: 420px;
    display: block;
    border: 0
}

.contact .hrs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px
}

.contact .hrs .b {
    background: #f7faf7;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 12px
}

@media (max-width:1200px) {
    .contact .two {
        grid-template-columns: 1fr
    }
}

@media (max-width:1024px) {
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 18px
    }

    .contact-grid .left {
        position: static
    }

    .contact-grid .tree {
        max-height: none
    }

    .contact h1 {
        font-size: 26px
    }
}

@media (max-width:768px) {
    .contact-grid {
        padding: 0 20px
    }

    .contact .form .row {
        grid-template-columns: 1fr
    }

    .contact .hrs {
        grid-template-columns: 1fr
    }

    .contact .map iframe {
        height: 360px
    }
}

.products {
    font-family: Poppins, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
    color: var(--ink)
}

.products .wrap {
    max-width: 1588px;
    margin: 0 auto;
    padding: 0 40px
}

.products .head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin: 30px auto
}

.products h1 {
    font-size: 30px;
    line-height: 1.2
}

.products .sub {
    color: var(--muted);
    font-size: 14px
}

.grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    margin: 14px 0 42px
}

.card {
    transition: 0.4s;
    position: relative;
    border: 1px solid var(--line);
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 18px 40px rgba(15, 23, 42, .06);
    text-decoration: none;
    color: var(--ink);
    display: grid;
    grid-template-rows: auto 1fr
}

.card .ph {
    aspect-ratio: 1/1;
    object-fit: cover;
    width: 100%;
    display: block
}

.card .badge-list {
    position: absolute;
    left: 12px;
    top: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    max-width: 70%
}

.card .badge {
    background: #eaf6ee;
    border: 1px solid #a7d7bd;
    color: #1a3d32;
    border-radius: 999px;
    padding: 6px 10px;
    font-size: 11px;
    line-height: 1;
    white-space: nowrap;
    position:relative;
    top:390px;
}

.card .cap {
    padding: 16px 16px 18px;
    display: grid;
    gap: 8px
}

.card .title {
    font-size: 20px;
    font-weight: 700
}

.card .meta {
    display: flex;
    gap: 10px;
    align-items: center;
    color: var(--muted);
    font-size: 13px
}

.card .flag {
    margin-left: auto;
    background: rgba(47, 133, 90, .1);
    border: 1px solid #b9e6c8;
    color: #1a4d3e;
    border-radius: 999px;
    padding: 6px 10px;
    font-weight: 700;
    font-size: 12px
}

.card:hover {
    transform: translateY(-3px);
    transition-duration: 0.4s;
    box-shadow: 0 22px 60px rgba(15, 23, 42, .1)
}

.blog-page {
    font-family: Poppins, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
    color: var(--ink)
}

.blog-page .wrap {
    max-width: 1588px;
    margin: 0 auto;
    padding: 0 40px
}

.blog-page .head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin: 30px auto
}

.blog-page .title {
    display: grid;
    gap: 6px
}

.blog-page .title .eyebrow {
    letter-spacing: .12em;
    font-size: 13px;
    color: #2e7d32;
    text-transform: uppercase
}

.blog-page .title h1 {
    font-size: 32px;
    line-height: 1.2
}

.blog-page .filters {
    display: flex;
    gap: 8px;
    flex-wrap: wrap
}

.blog-page .chip {
    background: #eaf6ee;
    border: 1px solid #a7d7bd;
    color: #0f3b2a;
    border-radius: 999px;
    padding: 8px 12px;
    font-weight: 600;
    font-size: 12px;
    text-decoration: none
}

.blog-page .chip[aria-current="true"] {
    background: #2f855a;
    color: #fff;
    border-color: #2f855a
}

.blog-page .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin: 22px 0 32px
}

.blog-page .card {
    position: relative;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 20px 60px rgba(15, 23, 42, .06)
}

.blog-page .media {
    position: relative
}

.blog-page .media img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block
}

.blog-page .date {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #eaf6ee;
    color: #0f3b2a;
    border: 1px solid #a7d7bd;
    border-radius: 10px;
    padding: 8px 10px;
    font-weight: 700;
    font-size: 12px
}

.blog-page .body {
    padding: 18px 18px 16px
}

.blog-page .meta {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    color: var(--muted);
    font-size: 13px;
    margin-bottom: 10px
}

.blog-page .h {
    font-size: 20px;
    line-height: 1.25;
    margin: 0 0 8px
}

.blog-page .h a {
    text-decoration: none;
    color: var(--ink)
}

.blog-page .h a:hover {
    color: #2f855a
}

.blog-page .excerpt {
    color: #435b52;
    font-size: 15px;
    line-height: 1.75
}

.blog-page .more {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #2e7d32;
    font-weight: 700;
    text-decoration: none;
    margin-top: 12px
}

.blog-page .more svg {
    width: 16px;
    height: 16px
}

.blog-page .tags {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    margin-top: 12px
}

.blog-page .tag {
    background: #f3faf5;
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 6px 10px;
    font-size: 11px
}

.blog-page .sidebar {
    display: none
}

.blog-page .cta {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 18px;
    margin: 20px 0 32px
}

.blog-page .panel {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 18px
}

.blog-page .panel h3 {
    font-size: 18px;
    margin: 0 0 8px
}

.blog-page .subs {
    display: flex;
    gap: 10px
}

.blog-page .subs input {
    flex: 1;
    min-width: 0;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 12px
}

.blog-page .subs button {
    padding: 12px 16px;
    border: 0;
    border-radius: 12px;
    background: #2f855a;
    color: #fff;
    font-weight: 700;
    cursor: pointer
}

.blog-page .pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 8px 0 40px
}

.blog-page .page-btn {
    min-width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 10px;
    text-decoration: none;
    color: var(--ink);
    font-weight: 600
}

.blog-page .page-btn[aria-current="true"] {
    background: #2f855a;
    color: #fff;
    border-color: #2f855a
}

@media (max-width:1200px) {
    .grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .blog-page .grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:900px) {
    .grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .products .wrap {
        padding: 0 24px
    }
}

@media (max-width:768px) {
    .blog-page .wrap {
        padding: 0 20px
    }

    .card .badge{
        top:375px;
    }

    .blog-page .head {
        flex-direction: column;
        align-items: flex-start
    }

    .blog-page .title h1 {
        font-size: 28px
    }

    .blog-page .grid {
        grid-template-columns: 1fr
    }

    .blog-page .media img {
        height: 220px
    }

    .blog-page .cta {
        grid-template-columns: 1fr
    }
}

@media (max-width:560px) {
    .grid {
        grid-template-columns: 1fr
    }

    .products .wrap {
        padding: 0 20px
    }

    .products h1 {
        font-size: 26px
    }
}

.nav-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 1001;
    position: relative;
}

.nav-toggle:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-2px);
}

.nav-toggle svg {
    color: white;
    transition: transform 0.3s ease;
}

.nav-toggle.active svg {
    transform: rotate(90deg);
}

.mobile-quote {
    display: none;
}

.desktop-quote {
    display: flex;
}

.btn-quote {
    background: #4CAF50;
    color: #fff;
    border: none;
    padding: 14px 32px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s;
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

.btn-quote:hover {
    background: #45a049;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(76, 175, 80, .4)
}

@media (max-width: 768px) {
    .nav-toggle {
        display: flex;
    }

    .nav {
        position: fixed;
        top: 80px;
        left: 20px;
        right: 20px;
        background: linear-gradient(135deg, #1a4d3e 0%, #2f855a 100%);
        border-radius: 20px;
        padding: 30px 25px;
        flex-direction: column;
        gap: 0;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
        border: 1px solid rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(20px);
        transform: translateY(-20px);
        opacity: 0;
        visibility: hidden;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        z-index: 1000;
    }

    .nav.active {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    .nav>a,
    .has-sub>a {
        padding: 15px 0;
        font-size: 16px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .nav>a:last-child,
    .has-sub:last-child>a {
        border-bottom: none;
    }

    .has-sub {
        width: 100%;
    }

    .has-sub>a::after {
        content: '›';
        font-size: 18px;
        transition: transform 0.3s ease;
    }

    .has-sub.active>a::after {
        transform: rotate(90deg);
    }

    .dropdown {
        position: static;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 12px;
        margin-top: 10px;
        margin-left: 0;
        box-shadow: none;
        border: 1px solid rgba(255, 255, 255, 0.1);
        opacity: 1;
        visibility: visible;
        transform: none;
        display: none;
        width: 100%;
    }

    .has-sub.active .dropdown {
        display: block;
        animation: slideDown 0.3s ease;
    }

    .dropdown a {
        color: rgba(255, 255, 255, 0.9);
        padding: 12px 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        font-size: 14px;
    }

    .dropdown a:last-child {
        border-bottom: none;
    }

    .dropdown a:hover {
        background: rgba(255, 255, 255, 0.1);
    }

    .has-sub .dropdown a[dir="rtl"] {
        text-align: right;
        font-family: system-ui, -apple-system, sans-serif;
    }

    .mobile-quote {
        display: flex;
        justify-content: center;
        margin-top: 15px;
        background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
        color: #1a4d3e;
        font-weight: 700;
        border: none;
        padding: 16px 24px;
        border-radius: 30px;
        text-decoration: none;
        align-items: center;
        gap: 8px;
    }

    .mobile-quote:hover {
        background: linear-gradient(135deg, #FFA500 0%, #FFD700 100%);
        transform: translateY(-2px);
    }

    .desktop-quote {
        display: none;
    }

    .hero-header.container {
        padding: 16px 20px !important;
    }

    .logo img {
        height: 60px !important;
    }

    .nav {
        display: none;
    }

    .nav.is-open {
        display: flex;
    }

    .container {
        padding: 16px 20px !important;
    }

    .hero-title {
        font-size: 32px;
    }

    .hero-description {
        font-size: 14px;
    }

    .circle-frame {
        width: 280px;
        height: 280px;
    }

    .secondary-image {
        width: 140px;
        height: 140px;
        left: -30px;
        top: -15px;
    }

    .why .content {
        grid-template-columns: 1fr;
    }

    .why .features {
        grid-template-columns: 1fr;
    }

    .grid {
        grid-template-columns: 1fr;
    }

    .blog-grid {
        grid-template-columns: 1fr;
    }
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

body.no-scroll {
    overflow: hidden;
}

.menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    z-index: 999;
}

.menu-overlay.active {
    display: block;
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 28px;
    }

    .circle-frame {
        width: 240px;
        height: 240px;
    }

    .secondary-image {
        width: 120px;
        height: 120px;
    }

    .nav {
        left: 15px;
        right: 15px;
        padding: 20px;
    }

    .btn-quote {
        padding: 12px 20px;
        font-size: 14px;
    }


    .hero-image {
        display: none;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .nav {
        gap: 24px;
    }

    .nav>a,
    .has-sub>a {
        font-size: 14px;
    }

    .btn-quote {
        padding: 12px 24px;
        font-size: 14px;
    }

}


#menu__toggle {
    opacity: 0;
    display: none;
}

#menu__toggle:checked+.menu__btn>span {
    transform: rotate(45deg);
    background-color: #FFD700;
}

#menu__toggle:checked+.menu__btn>span::before {
    top: 0;
    transform: rotate(0deg);
    background-color: #FFD700;
}

#menu__toggle:checked+.menu__btn>span::after {
    top: 0;
    transform: rotate(90deg);
    background-color: #FFD700;
}

#menu__toggle:checked~.menu__box {
    left: 0 !important;
    box-shadow: 4px 0 40px rgba(0, 0, 0, 0.4);
}

.menu__btn {
    position: fixed;
    top: 25px;
    right: 20px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 1002;
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.menu__btn:hover {
    transform: translateY(-2px) scale(1.05);
}

.menu__btn:active {
    transform: translateY(0) scale(0.95);
}

.menu__btn>span,
.menu__btn>span::before,
.menu__btn>span::after {
    display: block;
    position: absolute;
    width: 22px;
    height: 2px;
    background-color: black;
    transition-duration: 0.4s;
    border-radius: 3px;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.menu__btn>span::before {
    content: '';
    top: -8px;
    transform-origin: center;
}

.menu__btn>span::after {
    content: '';
    top: 8px;
    transform-origin: center;
}

.menu__box {
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    width: 320px;
    height: 100%;
    margin: 0;
    padding: 100px 0 40px 0;
    list-style: none;
    background: linear-gradient(135deg, #1a4d3e 0%, #2d6a4f 50%, #40916c 100%);
    box-shadow: 4px 0 40px rgba(0, 0, 0, 0.3);
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1001;
    overflow-y: auto;
    backdrop-filter: blur(10px);
}

.menu__box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 120px;
    background: linear-gradient(180deg, rgba(26, 77, 62, 0.8) 0%, transparent 100%);
    pointer-events: none;
}

.menu__item {
    display: flex;
    align-items: center;
    padding: 18px 30px;
    color: white;
    font-family: 'Inter', 'Poppins', sans-serif;
    font-size: 17px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.menu__item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #FFD700;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.menu__item:hover {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.15) 0%, transparent 100%);
    color: #FFD700;
    padding-left: 35px;
    transform: translateX(5px);
}

.menu__item:hover::before {
    transform: scaleX(1);
}

.menu__item:active {
    transform: translateX(2px) scale(0.98);
}


.menu__icon {
    margin-right: 12px;
    width: 20px;
    height: 20px;
    opacity: 0.8;
    transition: all 0.3s ease;
}

.menu__item:hover .menu__icon {
    opacity: 1;
    transform: scale(1.1);
}


@media (max-width: 768px) {
    #menu__toggle {
        display: block;
    }

    .menu__btn {
        display: flex;
    }

    .nav {
        display: none;
    }

    .btn-quote {
        display: none;
    }


    .menu__quote-btn {
        background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
        color: #1a4d3e;
        border: none;
        padding: 16px 32px;
        border-radius: 50px;
        font-size: 16px;
        font-weight: 700;
        margin: 25px 30px;
        cursor: pointer;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        text-decoration: none;
        box-shadow: 0 8px 25px rgba(255, 215, 0, 0.3);
        position: relative;
        overflow: hidden;
    }

    .menu__quote-btn::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
        transition: left 0.6s ease;
    }

    .menu__quote-btn:hover::before {
        left: 100%;
    }

    .menu__quote-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 12px 35px rgba(255, 215, 0, 0.4);
    }
}

@media (min-width: 769px) {

    .menu__btn,
    .menu__box {
        display: none;
    }
}


.menu__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(8px);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

#menu__toggle:checked~.menu__overlay {
    opacity: 1;
    visibility: visible;
}


.menu__logo {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 1002;
}

.menu__logo img {
    height: 45px;
    filter: brightness(0) invert(1);
    transition: transform 0.3s ease;
}

.menu__logo:hover img {
    transform: scale(1.05);
}


.menu__submenu {
    display: none;
    background: rgba(0, 0, 0, 0.15);
    margin: 0;
    padding: 10px 0;
    border-left: 3px solid #FFD700;
}

.menu__item--has-submenu {
    position: relative;
}

.menu__item--has-submenu::after {
    content: '›';
    position: absolute;
    right: 30px;
    font-size: 20px;
    transition: all 0.3s ease;
}

.menu__item--has-submenu:hover::after {
    transform: rotate(90deg) scale(1.2);
    color: #FFD700;
}

.menu__item--has-submenu:hover .menu__submenu {
    display: block;
    animation: slideDown 0.3s ease-out;
}

.menu__submenu .menu__item {
    padding-left: 50px;
    font-size: 15px;
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.menu__submenu .menu__item:hover {
    background: rgba(255, 255, 255, 0.08);
    padding-left: 55px;
}


@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.menu__box::-webkit-scrollbar {
    width: 6px;
}

.menu__box::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}

.menu__box::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
}

.menu__box::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.5);
}

