@charset "UTF-8";
/*----------------------------------------------------------------------------------- 

Template Name: Agricko - Agriculture Farming HTML Template
URI: pixelfit.agency
Description: Agricko is a clean, modern, and fully responsive HTML template specially designed for agriculture, organic farming, eco-friendly products, and related rural business websites. Whether you’re running a dairy farm, vegetable farm, poultry, or a community-supported agriculture project – Agricko provides a perfect foundation for your online presence.
Author: Pixelfit
Author URI: https://themeforest.net/user/pixelfit
Version: 1.0 

------------------------------------------------------
   CSS INDEX
------------------------------------------------------

    # Components
        # Base CSS
        # Common CSS
        # Preloader CSS
        # Offcanvas CSS
        # Animation CSS
        # Button CSS
        # Header CSS
        # Footer CSS
----------------------------------------------------*/
/*---- 

====================
1. Base CSS
    # base  CSS
====================

----*/
/* Base CSS */
:root {
  --primary-color: #0C7735;
  --secondary-color: #FFB200;
  --heading-color: #18271E;
  --primary-black-color: #051B0D;
  --black-dark-color: #0E1712;
  --gray-color: #F8F7F0;
  --white-color: #ffffff;
  --text-color: #454545;
  --border-color: #DDDDDD;
  --rating-color: #FF9F1A;
  --accent-font:"Handlee", cursive;
  --body-font: "Plus Jakarta Sans", sans-serif;
}

html {
  font-size: 100%;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
a:hover, a:focus {
  color: inherit;
  text-decoration: none;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

i,
span,
a {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  font-weight: 700;
  color: var(--heading-color);
  font-family: var(--body-font);
}

h1 {
  font-size: 50px;
  line-height: 100px;
}

h2 {
  font-size: 48px;
  line-height: 50px;
}

h3 {
  font-size: 27px;
  line-height: 40px;
}

h4 {
  font-size: 22px;
  line-height: 34px;
}

h5 {
  font-size: 20px;
  line-height: 30px;
}

h6 {
  font-size: 18px;
  line-height: 27px;
}

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  margin: 0px;
}

input, textarea {
  display: inherit;
}

button {
  border: none;
}

label {
  margin-bottom: 0;
}

iframe {
  width: 100%;
  border: none;
  display: inherit;
}

img {
  max-width: 100%;
}

body {
  font-weight: normal;
  font-style: normal;
  font-weight: 400;
  color: var(--text-color);
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 30px;
  overflow-x: hidden;
}

main {
  width: 100%;
}

/*===== Scrollbar =====*/
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #abafb9;
}

::-webkit-scrollbar-thumb {
  background-color: #13172b;
}

/*---- 

====================
01. Base CSS
    # Common CSS
====================

----*/
#smooth-wrapper {
  overflow: hidden;
  z-index: 1;
}

@media (min-width: 1451px) {
  .container {
    max-width: 1314px;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .container {
    max-width: 1200px;
  }
}
.p-r {
  position: relative;
}

.bg_cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
}

.font-200 {
  font-weight: 200;
}

.form-group {
  position: relative;
}

label {
  margin-bottom: 0;
}

.form_control {
  width: 100%;
}

.text-white p,
.text-white h6,
.text-white h5,
.text-white h4,
.text-white h3,
.text-white h2, .text-white h1 {
  color: var(--white-color);
}
.text-white .sub-heading {
  background-color: var(--white-color);
  color: var(--heading-color);
  border-color: transparent;
}

.thin-200 {
  font-weight: 200;
}

.sub-title {
  padding: 8px 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 12px;
  border-radius: 30px;
  border: 1px solid var(--border-color);
  gap: 5px;
}
.sub-title i {
  color: var(--secondary-color);
  margin-right: 10px;
}

@media (max-width: 1399.98px) {
  .section-title h2 {
    font-size: 38px;
    line-height: 1.1;
  }
}
@media screen and (max-width: 1199.98px) {
  .section-title h2 {
    font-size: 36px;
    line-height: 1.3;
  }
}
@media (max-width: 767.98px) {
  .section-title h2 {
    font-size: 28px;
  }
}

.title-white h2 {
  color: var(--white-color);
}
.title-white p {
  color: var(--white-color);
}

.check-list.style-one li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.check-list.style-one li:not(:last-child) {
  margin-bottom: 13px;
}
.check-list.style-one li i {
  margin-right: 10px;
  color: var(--primary-color);
}
.check-list.style-two li {
  position: relative;
  padding-left: 15px;
}
.check-list.style-two li:not(:last-child) {
  margin-bottom: 10px;
}
.check-list.style-two li:before {
  position: absolute;
  top: 11px;
  left: 0;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

/* Search Modal */
.search-modal {
  background-color: rgba(13, 18, 23, 0.95);
}
.search-modal .modal-content {
  padding: 15px 30px;
  background-color: transparent;
  border: none;
}
.search-modal .modal-content .form_control {
  border: none;
  padding: 15px 30px 15px 0;
  background-color: transparent;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
.search-modal .modal-content .form_control::-webkit-input-placeholder {
  color: #fff;
}
.search-modal .modal-content .form_control::-moz-placeholder {
  color: #fff;
}
.search-modal .modal-content .form_control:-ms-input-placeholder {
  color: #fff;
}
.search-modal .modal-content .form_control::-ms-input-placeholder {
  color: #fff;
}
.search-modal .modal-content .form_control::placeholder {
  color: #fff;
}
.search-modal .modal-content .form_control:focus {
  background-color: transparent;
}
.search-modal .modal-content label {
  position: absolute;
  top: 17px;
  right: 0;
  color: var(--white-color);
}

/* Nice Select */
.nice-select:after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
}

/* Pagination */
.agricko-pagination ul li {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.agricko-pagination ul li a {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--border-color);
  color: var(--heading-color);
}
.agricko-pagination ul li a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}

/* Form Check & Radio */
.form-check {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
}
.form-check label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  cursor: pointer;
}

.form-input-radio {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid var(--border-color);
  margin-right: 10px;
}
.form-input-radio:checked {
  border-color: var(--secondary-color);
}
.form-input-radio:checked:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--primary-black-color);
}

/*===  Back To top  ====*/
.back-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--primary-color);
  font-size: 16px;
  z-index: 2;
  cursor: pointer;
  color: var(--white-color);
}
.back-to-top:hover {
  color: var(--primary-black-color);
  color: var(--white-color);
}

/* Preloader CSS */
.preloader {
  bottom: 0;
  height: 100vh;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100vw;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--white-color);
}
.preloader .loader {
  position: relative;
  overflow: hidden;
}

.loader {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  border: 3px solid;
  border-color: var(--primary-black-color) var(--primary-black-color) transparent transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-animation: rotation 1s linear infinite;
          animation: rotation 1s linear infinite;
}

.loader::after,
.loader::before {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px solid;
  border-color: transparent transparent var(--primary-color) var(--primary-color);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-animation: rotationBack 0.5s linear infinite;
          animation: rotationBack 0.5s linear infinite;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.loader::before {
  width: 50px;
  height: 50px;
  border-color: var(--secondary-color) var(--primary-black-color) transparent transparent;
  -webkit-animation: rotation 1.5s linear infinite;
          animation: rotation 1.5s linear infinite;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes rotationBack {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes rotationBack {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
/* Offcanvas Overlay */
.offcanvas__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #151515;
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
}
.offcanvas__overlay.overlay-open {
  opacity: 0.8;
  visibility: visible;
}

.sidebar-btn {
  margin-left: 15px;
  cursor: pointer;
  text-align: right;
}

.sidebar-btn span {
  width: 30px;
  display: block;
  height: 2px;
  background-color: var(--heading-color);
}
.sidebar-btn span:nth-child(2) {
  margin-top: 5px;
  margin-bottom: 5px;
  width: 25px;
  margin-left: auto;
}

.spin {
  -webkit-animation: spin linear infinite 10s;
          animation: spin linear infinite 10s;
}

@-webkit-keyframes marquee {
  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}

@keyframes marquee {
  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}
@-webkit-keyframes marquee_right {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes marquee_right {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes marquee_left {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes marquee_left {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes zoomInOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomInOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes playpopup {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes playpopup {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
.theme-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1rem;
  font-weight: 600;
  line-height: 19px;
  font-family: var(--body-font);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.theme-btn.style-one1 {
  position: relative;
  z-index: 1;
  background-color: var(--primary-color);
  color: var(--white-color);
  overflow: hidden;
  padding: 20px 85px;
  border-radius: 10px;
}
.theme-btn.style-one1:after {
  position: absolute;
  content: "";
  bottom: -70%;
  right: -90%;
  width: 100%;
  height: 100%;
  background-color: var(--secondary-color);
  border-radius: 20px 20px 0 0;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.theme-btn.style-one1 i {
  margin-left: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.theme-btn.style-one1:hover {
  background-color: var(--primary-black-color);
  color: var(--heading-color);
}
.theme-btn.style-one1:hover:after {
  bottom: 0;
  right: 0;
  border-radius: 0;
}

.theme-btn.style-one {
  position: relative;
  z-index: 1;
  background-color: var(--primary-color);
  color: var(--white-color);
  overflow: hidden;
  padding: 15px 25px;
  border-radius: 5px;
}
.theme-btn.style-one:after {
  position: absolute;
  content: "";
  bottom: -70%;
  right: -90%;
  width: 100%;
  height: 100%;
  background-color: var(--secondary-color);
  border-radius: 20px 20px 0 0;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.theme-btn.style-one i {
  margin-left: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.theme-btn.style-one:hover {
  background-color: var(--primary-black-color);
  color: var(--heading-color);
}
.theme-btn.style-one:hover:after {
  bottom: 0;
  right: 0;
  border-radius: 0;
}
.theme-btn.style-two {
  padding: 17px 22px;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}
.theme-btn.style-two:hover {
  background-color: var(--primary-color);
  border-color: transparent;
  color: var(--white-color);
}

.read-more.style-one {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  text-transform: capitalize;
  text-decoration: underline;
}
.read-more.style-one:hover {
  color: var(--primary-color);
}

/* Header Area */
.header-area {
  position: relative;
  z-index: 999;
}

.transparent-header {
  position: absolute;
  background-color: transparent;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

/* Header Navigation */
@media screen and (max-width: 1199.98px) {
  .header-navigation {
    padding: 20px 0;
  }
}
.header-navigation .primary-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-evenly;
}
.header-navigation .site-branding {
  max-width: 200px;
}
.header-navigation .main-menu ul > li {
  display: inline-block;
  position: relative;
  margin-left: 17px;
  margin-right: 17px;
}
@media screen and (max-width: 1199.98px) {
  .header-navigation .main-menu ul > li {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.header-navigation .main-menu ul > li > a {
  position: relative;
  display: block;
  font: 600 16px var(--body-font);
  text-transform: capitalize;
  line-height: 1;
  color: var(--heading-color);
  padding: 22px 0;
}
@media screen and (max-width: 1199.98px) {
  .header-navigation .main-menu ul > li > a {
    font-size: 15px;
  }
}
.header-navigation .main-menu ul > li > a:after {
  position: absolute;
  bottom: 35%;
  right: 0;
  content: "";
  width: 0%;
  height: 1px;
  background-color:#FFB200;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
.header-navigation .main-menu ul > li > a span.dd-trigger {
  margin-left: 5px;
}
.header-navigation .main-menu ul > li .sub-menu {
  position: absolute;
  left: 0;
  top: 120%;
  width: 250px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 99;
  padding: 10px 0;
  background-color: var(--white-color);
  height: auto;
  text-align: left;
  -webkit-box-shadow: 0px 30px 80px 15px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 30px 80px 15px rgba(0, 0, 0, 0.09);
  border-radius: 7px;
}
.header-navigation .main-menu ul > li .sub-menu li {
  display: block;
  margin: 0;
}
.header-navigation .main-menu ul > li .sub-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
  position: relative;
  line-height: 2.5;
  margin: 0;
  color: var(--heading-color);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.header-navigation .main-menu ul > li .sub-menu li a span.dd-trigger {
  margin-left: auto;
}
.header-navigation .main-menu ul > li .sub-menu li a::after {
  display: none;
}
.header-navigation .main-menu ul > li .sub-menu li a:hover {
  color: var(--primary-color);
}
.header-navigation .main-menu ul > li .sub-menu li .sub-menu {
  left: 100%;
  top: 50%;
}
.header-navigation .main-menu ul > li .sub-menu li:hover .sub-menu {
  top: 0%;
}
.header-navigation .main-menu ul > li .sub-menu li:hover > a {
  margin-left: 5px;
  color:#FFB200;
}
.header-navigation .main-menu ul > li:hover > a {
  color:#FFB200;
}
.header-navigation .main-menu ul > li:hover > a:after {
  left: 0;
  right: auto;
  width: 100%;
}
.header-navigation .main-menu ul > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.header-navigation .navbar-toggler {
  padding: 4px 3px;
  border: 1px solid var(--heading-color);
  background-color: transparent;
  cursor: pointer;
  display: none;
  border-radius: 5px;
  margin-left: 20px;
}
.header-navigation .navbar-toggler span {
  position: relative;
  border-radius: 3px;
  display: block;
  height: 2px;
  padding: 0;
  width: 30px;
  cursor: pointer;
  display: block;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background-color: var(--heading-color);
}
.header-navigation .navbar-toggler span:not(:first-child) {
  margin-top: 5px;
}
.header-navigation .navbar-toggler.active span:nth-of-type(1) {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
          transform: rotate3d(0, 0, 1, 45deg);
  top: 7px;
}
.header-navigation .navbar-toggler.active span:nth-of-type(2) {
  opacity: 0;
}
.header-navigation .navbar-toggler.active span:nth-of-type(3) {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
          transform: rotate3d(0, 0, 1, -45deg);
  top: -7px;
}
@media screen and (max-width: 1199.98px) {
  .header-navigation .theme-nav-menu {
    text-align: left;
    position: fixed;
    top: 0;
    left: -290px;
    width: 290px;
    height: 100%;
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
    padding: 20px 20px 30px;
    display: block;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 9999;
    background-color: var(--white-color);
  }
  .header-navigation .theme-nav-menu.menu-on {
    left: 0;
  }
  .header-navigation .theme-nav-menu .site-branding {
    max-width: 100%;
    width: 100%;
  }
  .header-navigation .theme-nav-menu .main-menu {
    margin-top: 30px;
  }
  .header-navigation .theme-nav-menu .main-menu ul li {
    display: block;
    margin: 0;
  }
  .header-navigation .theme-nav-menu .main-menu ul li:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .header-navigation .theme-nav-menu .main-menu ul li a {
    display: block;
    padding: 12px 0;
    font-size: 15px;
  }
  .header-navigation .theme-nav-menu .main-menu ul li a:after {
    display: none;
  }
  .header-navigation .theme-nav-menu .main-menu ul li .sub-menu {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
    visibility: visible;
    opacity: 1;
    display: none;
    -webkit-transition: none;
    transition: none;
  }
  .header-navigation .theme-nav-menu .main-menu ul li .sub-menu > li > a {
    padding: 5px 20px;
  }
  .header-navigation .theme-nav-menu .main-menu ul li .sub-menu > li .sub-menu {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
    visibility: visible;
    opacity: 1;
    display: none;
    -webkit-transition: none;
    transition: none;
    margin-left: 30px;
  }
  .header-navigation .theme-nav-menu .main-menu ul li .dd-trigger {
    position: absolute;
    right: 0;
    top: 10px;
    height: 25px;
    width: 25px;
    border-radius: 3px;
    z-index: 2;
    cursor: pointer;
    font-size: 16px;
  }
  .header-navigation .navbar-close {
    width: 35px;
    height: 35px;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid var(--border-color);
    font-size: 16px;
  }
  .header-navigation .navbar-toggler {
    display: block;
  }
  .header-navigation .theme-nav-button .theme-btn.style-one {
    padding: 17px 24px;
  }
  .header-navigation .theme-menu-bottom h5 {
    margin-bottom: 25px;
  }
  .header-navigation .theme-menu-bottom .social-link li {
    display: inline-block;
    margin-right: 10px;
  }
  .header-navigation .theme-menu-bottom .social-link li a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--border-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-navigation .theme-menu-bottom .social-link li a:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
  }
}

.nav-right-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav-right-item .nav-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-right: 30px;
}
@media (max-width: 767.98px) {
  .nav-right-item .nav-action {
    margin-right: 0;
  }
}
.nav-right-item .nav-action .action-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--white-color);
  font-size: 20px;
  background-color: var(--heading-color);
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .nav-right-item .nav-action .action-btn.search-btn {
    display: none;
  }
}

.header-one .container-fluid {
  padding-left: 70px;
  padding-right: 70px;
}
@media (max-width: 1650px) {
  .header-one .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1199.98px) {
  .header-one .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.header .header-navigation .main-menu ul > li > a {
  color: var(--white-color);
}
@media screen and (max-width: 991.98px) {
  .header .header-navigation .main-menu ul > li > a {
    color: var(--heading-color);
  }
}
.header .header-navigation .main-menu ul > li .sub-menu {
  background-color: var(--heading-color);
}
@media screen and (max-width: 991.98px) {
  .header .header-navigation .main-menu ul > li .sub-menu {
    background-color: var(--white-color);
  }
}
.header .header-navigation .main-menu ul > li .sub-menu li a {
  color: var(--white-color);
}
@media screen and (max-width: 991.98px) {
  .header .header-navigation .main-menu ul > li .sub-menu li a {
    color: var(--heading-color);
  }
}
.header .header-navigation .main-menu ul > li .sub-menu li a:hover {
  color: var(--primary-color);
}
.header .header-navigation .main-menu ul > li .sub-menu li:hover > a {
  color: var(--primary-color);
}
.header .header-navigation .main-menu ul > li:hover > a {
  color: var(--primary-color);
}
.header .nav-right-item .nav-button .theme-btn.style-one:hover {
  background-color: var(--white-color);
  color: var(--heading-color);
}
.header .nav-right-item .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.6);
}
.header .nav-right-item .navbar-toggler span {
  background-color: rgba(255, 255, 255, 0.6);
}

/* Header Sticky */
.header-area.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  border-color: transparent;
  background-color: var(--white-color);
  -webkit-animation: sticky 1.2s;
          animation: sticky 1.2s;
}
/* .header-area.sticky.header-one {
  background-color: var(--primary-black-color);
} */
.header-area.sticky.header-two {
  background-color: var(--primary-black-color);
}

@-webkit-keyframes sticky {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}
@keyframes sticky {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}
.footer-widget h4.widget-title {
  color: var(--white-color);
  margin-bottom: 25px;
}
.footer-widget .widget-content > p {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 25px;
}
.footer-widget .widget-content .social-box a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-widget .widget-content .social-box a:not(:last-child) {
  margin-right: 5px;
}

.footer-nav-widget .widget-content .widget-nav li {
  color: var(--white-color);
}
.footer-nav-widget .widget-content .widget-nav li:not(:last-child) {
  margin-bottom: 15px;
}

.footer-contact-info-widget .widget-content .agricko-info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-contact-info-widget .widget-content .agricko-info-box .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border: 1px dashed rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  backdrop-filter: blur(5px);
  border-radius: 50%;
  color: var(--white-color);
  margin-right: 20px;
}
.footer-contact-info-widget .widget-content .agricko-info-box .content span {
  color: var(--white-color);
  font-weight: 600;
}
.footer-contact-info-widget .widget-content .agricko-info-box .content p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 20px;
}

.footer-recent-post-widget .recent-post-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-recent-post-widget .recent-post-item:not(:last-child) {
  margin-bottom: 30px;
}
.footer-recent-post-widget .recent-post-item .thumbnail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 80px;
  margin-right: 15px;
}
.footer-recent-post-widget .recent-post-item .thumbnail img {
  border-radius: 5px;
}
.footer-recent-post-widget .recent-post-item .content span {
  font-size: 14px;
  color: var(--secondary-color);
}
.footer-recent-post-widget .recent-post-item .content h6 {
  color: var(--white-color);
}

.copyright-area {
  padding: 20px 0;
}
@media (max-width: 767.98px) {
  .copyright-area .copyright-text {
    text-align: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .copyright-area .copyright-link {
    text-align: center;
  }
}
.copyright-area .copyright-link a:not(:last-child):after {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: "";
  width: 7px;
  height: 7px;
  background-color: var(--secondary-color);
  margin-left: 25px;
  margin-right: 25px;
}
@media screen and (max-width: 991.98px) {
  .copyright-area .copyright-link a:not(:last-child):after {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.copyright-area .copyright-link a:hover {
  color: var(--primary-color);
}

.footer-newsletter {
  background-color: var(--secondary-color);
  border-radius: 5px;
  padding: 10px;
}
.footer-newsletter .newsletter-inner-wrap {
  padding: 35px 60px 40px;
  border-top: 2px dashed var(--heading-color);
  border-bottom: 2px dashed var(--heading-color);
}
@media screen and (max-width: 991.98px) {
  .footer-newsletter .newsletter-inner-wrap {
    padding: 35px 20px 40px;
  }
}
.footer-newsletter .section-title h3 {
  font-size: 32px;
  line-height: 45px;
}
@media screen and (max-width: 1199.98px) {
  .footer-newsletter .section-title h3 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media screen and (max-width: 991.98px) {
  .footer-newsletter .section-title {
    text-align: center;
    margin-bottom: 30px;
  }
}
.footer-newsletter .newsletter-form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 991.98px) {
  .footer-newsletter .newsletter-form .form-group {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .footer-newsletter .newsletter-form .form-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer-newsletter .newsletter-form .form_control {
  max-width: 300px;
  width: 100%;
  background-color: var(--white-color);
  padding: 15px 22px;
  line-height: 1;
  border: none;
  font-size: 18px;
  font-weight: 500;
  color: #454545;
  border-radius: 10px 0 0 10px;
}
.footer-newsletter .newsletter-form .form_control::-webkit-input-placeholder {
  color: #454545;
}
.footer-newsletter .newsletter-form .form_control::-moz-placeholder {
  color: #454545;
}
.footer-newsletter .newsletter-form .form_control:-ms-input-placeholder {
  color: #454545;
}
.footer-newsletter .newsletter-form .form_control::-ms-input-placeholder {
  color: #454545;
}
.footer-newsletter .newsletter-form .form_control::placeholder {
  color: #454545;
}
@media (max-width: 767.98px) {
  .footer-newsletter .newsletter-form .form_control {
    border-radius: 10px;
  }
}
.footer-newsletter .newsletter-form .submit-btn {
  padding: 18px 35px;
  line-height: 17px;
  background-color: var(--primary-color);
  color: var(--white-color);
  font-size: 18px;
  font-weight: 500;
  border-radius: 0 10px 10px 0;
}
@media (max-width: 767.98px) {
  .footer-newsletter .newsletter-form .submit-btn {
    border-radius: 10px;
    margin-top: 20px;
  }
}

/* Footer CSS */
/* .footer-one {
  padding-top: 100px;
} */

.default-footer {
  position: relative;
  background-color: var(--heading-color);
}
.default-footer .footer-newsletter {
  position: relative;
  z-index: 1;
  margin-top: -200px;
}
.default-footer .footer-widget h4.widget-title {
  color: var(--white-color);
}
.default-footer .footer-widget .widget-content p {
  color: rgba(255, 255, 255, 0.8);
}
.default-footer .footer-widget .widget-content .social-box a {
  border: 1px solid var(--white-color);
  color: var(--white-color);
}
.default-footer .footer-widget .widget-content .social-box a:hover {
  background-color: var(--primary-color);
  border-color: transparent;
}
.default-footer .copyright-area {
  background-color: var(--black-dark-color);
}
.default-footer .copyright-area .copyright-text p {
  color: var(--white-color);
}
.default-footer .copyright-area .copyright-link a {
  color: var(--white-color);
}
.default-footer .copyright-area .copyright-link a:hover {
  color: var(--primary-color);
}
     /* Slide Badges at Bottom */
        .slide-badges {
            position: absolute;
            bottom: 40px;
            left: 24px;
            right: 24px;
            display: flex;
            gap: 16px;
            flex-wrap: wrap;
            z-index: 3;
        }
        .hero-badge {
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 12px 20px;
            background:#ffffff;
            border-radius: 12px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.2);
            font-size: 14px;
            font-weight: 500;
            color:green;
            animation: badgeSlideIn 0.8s ease;
        }
        @keyframes badgeSlideIn {
            from { opacity: 0; transform: translateY(20px); }
            to { opacity: 1; transform: translateY(0); }
        }
        .hero-badge i {
            color: var(--primary-green);
            font-size: 18px;
        }
        .hero-badge span{
          color:#051B0D;
        }
        /* Hide badges on mobile */
@media (max-width: 767px) {
    .slide-badges {
        display: none;
    }
}

/* ===== Sticky Header Styles ===== */
.header-area {
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 999;
}

.header-area.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff; /* Change to your header bg color */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    animation: slideDown 0.3s ease-in-out;
    z-index: 1000;
}

/* If your header has a transparent style initially, uncomment this:
.header-area.transparent.sticky {
    background: #fff;
}
*/

@keyframes slideDown {
    from { transform: translateY(-100%); }
    to { transform: translateY(0); }
}

/* Adjust body padding when header is fixed to avoid content jump */
body.header-fixed {
    padding-top: 80px; /* Adjust value based on your header height */
}

/* Responsive adjustments */
@media (max-width: 991px) {
    body.header-fixed {
        padding-top: 70px;
    }
}



/* === Delivery Schedule Table Section === */
.delivery-schedule-section {
    background:#e3f2fd;
    padding: 30px 0;
}

.schedule-wrapper {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 40px;
    align-items: center;
}

.schedule-content {
    background:#ffffff;
    padding: 40px;
    border-radius:24px;
    box-shadow:0 4px 20px rgba(230, 81, 0, 0.15);
}

.schedule-table-wrapper {
    overflow-x: auto;
    margin: 30px 0;
}

.delivery-schedule-table {
    width: 100%;
    border-collapse: collapse;
    background: var(--white);
}

.delivery-schedule-table thead {
    background: linear-gradient(135deg, var(--primary-green) 0%, var(--dark-green) 100%);
    color: var(--white);
}

.delivery-schedule-table th,
.delivery-schedule-table td {
    padding: 16px 12px;
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
}

.delivery-schedule-table th {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.delivery-schedule-table tbody tr {
    transition: var(--transition);
}

.delivery-schedule-table tbody tr:hover {
    background: var(--cream-bg);
    transform: scale(1.01);
}

.delivery-schedule-table tbody tr:nth-child(even) {
    background: #fafafa;
}

.status-badge {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.status-badge.available {
    background: #E8F5E9;
    color: var(--dark-green);
}

.status-badge.limited {
    background: #FFF3E0;
    color: #E65100;
}

.schedule-note {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px;
    background: #E3F2FD;
    border-radius: var(--radius);
    margin-top: 20px;
}

.schedule-note i {
    color: #1976D2;
    font-size: 20px;
    margin-top: 2px;
}

.schedule-note p {
    margin: 0;
    color: var(--text-muted);
    font-size: 14px;
    line-height: 1.6;
}

.schedule-image {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-hover);
    height: 100%;
    min-height: 500px;
}

.schedule-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius:20px;
}

.schedule-image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(46,125,50,0.95), transparent);
    padding: 40px;
    color: var(--white);
}

.overlay-content {
    text-align: center;
}

.overlay-content i {
    font-size: 48px;
    margin-bottom: 16px;
    display: block;
}

.overlay-content h3 {
    font-size: 24px;
    margin-bottom: 8px;
    color: var(--white);
}

.overlay-content p {
    font-size: 16px;
    opacity: 0.9;
    margin: 0;
}

/* Responsive Design Updates */
@media (max-width: 992px) {
    .schedule-wrapper {
        grid-template-columns: 1fr;
    }
    
    .schedule-image {
        min-height: 400px;
        order: -1;
    }
    
    .blogs-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .delivery-schedule-table {
        font-size: 13px;
    }
    
    .delivery-schedule-table th,
    .delivery-schedule-table td {
        padding: 12px 8px;
    }
    
    .blogs-grid {
        grid-template-columns: 1fr;
    }
    
    .schedule-content {
        padding: 30px 20px;
    }
}

@media (max-width: 480px) {
    .delivery-schedule-table thead {
        display: none;
    }
    
    .delivery-schedule-table tbody tr {
        display: block;
        margin-bottom: 16px;
        padding: 16px;
        background: var(--cream-bg);
        border-radius: var(--radius);
    }
    
    .delivery-schedule-table td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 8px 0;
        border: none;
    }
    
    .delivery-schedule-table td::before {
        content: attr(data-label);
        font-weight: 600;
        color: var(--dark-green);
    }
}

.delivery-schedule-table thead {
            background: #4CAF50;
            color: #fff;
        }
        
 /* === Scrolling Text Bar === */
        .scrolling-bar {
            background:#ff6f00;
            padding: 12px 0;
            overflow: hidden;
            border-bottom: 1px solid rgba(0,0,0,0.05);
        }
        .scrolling-content {
            display: flex;
            gap:5px;
            animation: scrollText 30s linear infinite;
            white-space: nowrap;
            font-size: 14px;
            color:#fff;
            font-weight: 500;
        }
        @keyframes scrollText {
            0% { transform: translateX(0); }
            100% { transform: translateX(-50%); }
        }
        .scrolling-content .separator {
            color: var(--primary-green);
            font-weight: 700;
        }

        .author-info-box{
          display:flex;
        }
        .author-thumb{
          width: 50%;
        }
        .author-info{
          width:50%;
          margin-top:50px;
          padding-left: 168px;

        }
        .author-info img {
           width: 90px;
        height: 30px;
        }

 /* 1. Section Spacing & Title */

.section-title h2 {
    font-size:25px;
    font-weight: 700;
    color: #222;
    margin: 0;
}

/* 2. The Card Container */
.agricko-service-item {
    position: relative;
    overflow: hidden; /* Crucial for the overlay effect */
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    background: #fff;
}

.agricko-service-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

/* 3. The Thumbnail Wrapper (Image Area) */
.agricko-service-item .thumbnail {
    position: relative;
    overflow: hidden;
    display: block;
    /* Force a square or specific aspect ratio if needed, otherwise auto */
    width: 100%; 
}

.agricko-service-item .thumbnail img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

/* Zoom image on hover */
.agricko-service-item:hover .thumbnail img {
    transform: scale(1.1);
}
.agricko-service-item .thumbnail::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0); /* Transparent background */
    border-bottom: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    
    /* The Diagonal Animation Logic */
    transform: rotate3d(0, 0, 1, -45deg) scale3d(1, 0, 1);
    transform-origin: 50% 50% 0;
    transition: all 0.4s ease-in-out;
    z-index: 1;
    pointer-events: none;
}

/* Activate Animation on Hover */
.agricko-service-item:hover .thumbnail::after {
    transform: rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
}

/* Darken the image slightly behind the lines */
.agricko-service-item .thumbnail::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0;
}

.agricko-service-item:hover .thumbnail::before {
    opacity: 1;
}


/* 5. The Hover Content (Price & Title) - ALWAYS VISIBLE */
/* 5. The Hover Content (Price & Title) - ALWAYS VISIBLE */
.hover-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5 !important;   /* ← INCREASED from 2 to 5 (above the link) */
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
    transition: none !important;
    pointer-events: none;
}
.hover-content .content {
    text-align: center;
    padding: 20px 30px;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.2);
    pointer-events: auto;
    max-width: 90%;
}
.hover-content .content span {
    display: block;
    color: #ff9800;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
}
.hover-content .content h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
}
.hover-content .content h4 a {
    color: #333;
    text-decoration: none;
}

.thumbnail a {
    position: relative;
    z-index: 1 !important;   /* ← Changed from 3 to 1 */
    display: block;
    width: 100%;
    height: 100%;
}
/* table */


       /* ===== Base Variables ===== */
:root {
  --primary: #ff9800;
  --primary-dark: #e67e00;
  --secondary: #4caf50;
  --dark: #2c3e50;
  --light: #f8f9fa;
  --gray: #6c757d;
  --shadow: 0 4px 20px rgba(0,0,0,0.08);
  --shadow-hover: 0 8px 30px rgba(0,0,0,0.12);
  --radius: 12px;
  --transition: all 0.3s ease;
}

/* ===== Container & Section ===== */
.table-sec {
  padding: 3rem 1rem;
  background: linear-gradient(135deg, #fff9e6 0%, #ffffff 100%);
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

/* ===== Desktop Table Styling ===== */
.table-wrapper {
  overflow-x: auto;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  background: white;
  margin-bottom: 2rem;
}

.pricing-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 700px; /* Ensures scroll on very small screens */
  font-family: 'Segoe UI', system-ui, sans-serif;
}

.pricing-table th {
  background:#1ebb5a70;
  color:#222;
  padding: 1.2rem 1rem;
  text-align: center;
  font-weight: 600;
  font-size: 1.05rem;
  position: sticky;
  top: 0;
  z-index: 10;
}

.pricing-table th.name-col {
  text-align: left;
  border-top-left-radius: var(--radius);
}

.pricing-table th:last-child {
  border-top-right-radius: var(--radius);
}

.pricing-table td {
  padding: 1.1rem 1rem;
  text-align: center;
  border-bottom: 1px solid #eee;
  transition: var(--transition);
}

.pricing-table tbody tr {
  transition: var(--transition);
}

.pricing-table tbody tr:hover {
  background: #fff8e6;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.pricing-table td:first-child {
  text-align: left;
  font-weight: 500;
  color: var(--dark);
  padding-left: 1.5rem;
}

.price {
  display: block;
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--dark);
  margin-bottom: 0.25rem;
}

.save {
  display: block;
  font-size: 0.85rem;
  color: var(--secondary);
  font-weight: 500;
  background: #e8f5e9;
  padding: 0.2rem 0.6rem;
  border-radius: 20px;
  display: inline-block;
}

/* ===== Mobile Card View (Hidden on Desktop) ===== */
.mobile-cards {
  display: none;
  flex-direction: column;
  gap: 1.5rem;
  padding: 0.5rem 0;
}

.mango-card {
  background: white;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
  transition: var(--transition);
}

.mango-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-hover);
}

.card-header {
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: white;
  padding:12px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card-header h3 {
  margin: 0;
  font-size: 1.3rem;
  font-weight: 600;
}

.bestseller-badge {
  background: white;
  color: var(--primary-dark);
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
}

.card-body {
  padding: 1.2rem 1.5rem;
}

.price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.9rem 0;
  border-bottom: 1px dashed #eee;
}

.price-row:last-child {
  border-bottom: none;
}

.price-row .label {
  font-weight: 500;
  color: var(--dark);
}

.price-row .price {
  font-size: 1.2rem;
  margin: 0;
}

.price-row .save {
  margin-top: 0.3rem;
  font-size: 0.85rem;
}

.price-row.highlight {

  border-radius: 8px;
  border-bottom: none;
}

.price-row.best-value {
  border-radius: 8px;
}

.card-footer {
  padding: 0 1.5rem 1.5rem;
  text-align: center;
}

/* ===== Button Styling ===== */
/* .theme-btn.style-one,
.order-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: white !important;
  padding: 0.9rem 2rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.05rem;
  box-shadow: 0 4px 15px rgba(230, 126, 0, 0.4);
  transition: var(--transition);
  border: none;
  cursor: pointer;
} */

.theme-btn.style-one:hover,
.order-btn:hover {
  transform: translateY(-2px);

  background:#FFB200;
}

.agricko-button-wrap {
  text-align: center;
  margin-top: 2.5rem;
}

/* ===== Responsive Breakpoints ===== */
@media (max-width: 768px) {
  .table-wrapper {
    display: none; /* Hide table on mobile */
  }
  
  .mobile-cards {
    display: flex; /* Show cards on mobile */
  }
  
  .table-sec {
    padding: 2rem 1rem;
  }
  
  .pricing-table th,
  .pricing-table td {
    padding: 0.9rem 0.7rem;
    font-size: 0.95rem;
  }
  
  .price {
    font-size: 1.1rem;
  }
}

@media (max-width: 480px) {
  .card-header h3 {
    font-size: 1.15rem;
  }
  
  .price-row .price {
    font-size: 1.1rem;
  }
  
  .theme-btn.style-one,
  .order-btn {
    width: 100%;
    justify-content: center;
    padding: 1rem;
  }
}

/* ===== Accessibility & Print ===== */
@media print {
  .mobile-cards { display: none; }
  .table-wrapper { display: block; }
  .pricing-table { min-width: auto; }
}

/* Focus states for keyboard navigation */
.theme-btn.style-one:focus,
.order-btn:focus,
.pricing-table a:focus {
  outline: 3px solid #ffcc80;
  outline-offset: 2px;
}