@import url('../fonts/stylesheet.css');

html {
  scroll-behavior: smooth;
}

:root {
  --body-color: #868686;
  --lightgreen: #6BA539;
  --darkgreen: #36573B;
  --orange: #EB9F37;
  --black: #262626;
  --white: #ffffff;
  --size18: 18px;
  --size20: 20px;
  --size14: 14px;
  --bodyfont: "Helvetica Neue", Helvetica, Arial, "Nimbus Sans L", "Liberation Sans", sans-serif;
   --headingfont: "Helvetica Neue", Helvetica, Arial, "Nimbus Sans L", "Liberation Sans", sans-serif;
  --fontonest: "Helvetica Neue", Helvetica, Arial, "Nimbus Sans L", "Liberation Sans", sans-serif;
}

body {
  font-size: var(--size18);
  font-family: var(--bodyfont);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.3;
  font-family: var(--headingfont);
}

h6 {
  font-family: var(--bodyfont);
}

p {
  line-height: 1.5;
}

h2 {
  font-size: 46px;
  margin: 0px 0px 10px;
}


img {
  max-width: 100%;
}

a,
button {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: inherit;
}

a:hover,
button:hover {
  text-decoration: none;
  outline: none;

}

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

}

input:focus {
  outline: none;
}

.cta {
  font-family: var(--fontonest);
  background-color: var(--orange);
  display: inline-block;
  padding: 12px 42px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 6px;
  border: 1px solid var(--orange);
}

a.cta:hover {
  background-color: var(--lightgreen);
  color: var(--white);
  border-color: var(--lightgreen);
}

.mt-30 {
  margin-top: 30px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-20 {
  margin-bottom: 20px;
}

.light p,
.light li,
.light span {
  color: var(--body-color)
}

.light h1,
.light h2,
.light h3,
.light h4,
.light h5,
.light h6 {
  color: #262626
}

.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6,
.dark p,
.dark li,
.dark span {
  color: var(--white)
}

.dark {
  color: var(--white);
}

.p_120 {
  padding: 120px 0px;
}

section {
  position: relative;
}

section.banner {
  background-color: var(--darkgreen);
}

.banner_bg_row {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.banner_bg_row .banner_left_bg {
  width: 26%;
  max-width: 26%;
}

.banner_bg_row .banner_right_bg {
  width: 74%;
  line-height: 0;
}

.banner_bg_row .banner_right_bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.banner_bg_row>div {
  height: 100%;
}

.banner_bg_row .banner_left_bg img {
  height: 100%;
  object-fit: contain;
  object-position: center right;
  width: 100%;
}

.main_banner_block {
  position: relative;
  z-index: 1;
  padding: 100px 0px;
  min-height: 70vh;
  display: flex;
  align-items: center;
}

.banner_content p {
  font-size: 20px;
  font-family: var(--fontonest);
  width: 100%;
/*   max-width: 470px; */
}

.banner_content h1 {
  font-size: 60px;
  line-height: 1.3;
  margin: 0px 0px 30px;
}

.benefits_warp {
  width: 100%;
  max-width: 593px;
  padding-bottom: 100px;
}

.benefit_box {
  width: 100%;
  display: flex;
  margin-bottom: 30px;
}

.benefit_box .benefit_icon {
  width: 70px;
  min-width: 70px;
}

.benefit_box .bene_fit {
  width: calc(100% - 70px);
  padding-left: 25px;
}

.bene_fit h4 {
  color: #262626;
  font-size: 26px;
  font-family: var(--bodyfont);
  font-weight: 500;
  margin: 0px 0px 5px;
}

.bene_fit p {
  font-size: 20px;
}

.benefits img.bottom_left_text {
  width: 45%;
  max-width: 600px;
  transform: translateY(-57%);
}

.accordian .card-header {
  padding: 0px;
  background-color: transparent;
  border: 0px;
}

.accordian .card-header button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px;
  background-color: transparent;
  border: 0px;
  border-radius: 0px;
  color: #262626;
  font-size: 22px;
  font-weight: 500;
  text-decoration: none;
  gap: 5px;
}

.accordian .card {
  border: 0px;
}

.section_head p {
  font-size: 20px;
}

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

.accordian .card .card-body .acc_content {
  color: #868686;
  border-top: 1px solid #E1EDE2;
  padding-top: 23px;
  font-size: 20px;
  font-weight: 400;
}

.faq_section img.faq_map_image {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 40%;
  z-index: -1;
}

.faq_section img.faq_text_img {
  position: absolute;
  right: 14%;
  bottom: 20%;
  z-index: -1;
}

.acc_toggle {
  transition: transform 0.3s ease-in-out;
}

.rotate {
  transform: rotate(180deg);
}

/* Header css */
.site_header .navbar-nav .nav-link {
  font-size: var(--size20);
  line-height: 22.54px;
  padding: 0px;
  padding-left: 12px;
  transition: all 0.5s ease-in;
  position: relative;
  color: var(--body-color);
}

.site_header .navbar-nav .nav-link::before {
  position: absolute;
  content: "";
  background: var(--lightgreen);
  height: 0px;
  width: 2px;
  top: 0;
  left: 0px;
  transition: all 0.5s ease-in;
}

.site_header nav.navbar {
  padding: 20px 0px;
}

.site_header .navbar-nav .active>.nav-link:before,
.site_header .navbar-nav .nav-link:focus:before,
.site_header .navbar-nav .nav-link:hover:before {
  height: 100%;
}

.site_header .navbar-nav .active>.nav-link,
.site_heade .navbar-nav .nav-link:focus,
.site_header .navbar-nav .nav-link:hover {
  color: var(--lightgreen);
  height: 100%;
}

.site_header .navbar-nav {
  gap: 50px;
}

.site_header .form-search .search-bar {
  background-color: #EEF1EF;
  border-radius: 6px;
  padding: 15px;
  border: 0;
  font-size: var(--size18);
  margin: 0;
}

.site_header .form-search a {
  height: auto;
  width: 57px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--orange);
  color: var(--white);
  border-radius: 6px;
}

.site_header .form-search {
  display: flex;
}

/* Pasture step setion */
.Pastures_step-sec,
.site_footer {
  background-color: #36573B;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pastures_content .steps {
  display: flex;
  align-items: center;
  margin-top: 30px;
  gap: 50px;
  position: relative;
}

.pastures_content .steps .step-box {
  height: 100%;
  background-color: #6BA539;
  padding: 25px;
  padding-top: 35px;
  border: 1px solid #4d4f53;
  border-radius: 6px;
  box-shadow: 0px 2px 24px 0px #3046591A;
  max-width: 330px;
  position: relative;
  COLOR: #FFFFFF;
}

.maps {
  WIDTH: 100%;
  POSITION: RELATIVE;
}

.pastures_content h2 {
  text-align: center;
  margin: 0;
}

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

.maparea {
  width: 80%;
  max-width: 50%;
  margin: auto;
}


.pastures_content h2 {
  text-align: center;
  margin: 0;
}


.pastures_content .step-box p {
  color: #C3D8C4;
  margin: 0;
  font-size: var(--size18);
}

.pastures_content .map {
  padding-top: 70px;
}

.pastures_content .steps .step-box:first-child {
  align-self: self-start;
}


.pastures_content h6 {
  font-size: 22px;
}

.pastures_content .steps .step-box span {
  font-family: var(--headingfont);
  font-size: 42px;
  font-weight: 700;
  line-height: 51.04px;
  text-align: right;
  display: inline-block;
  position: absolute;
  top: 0;
  transform: translate(0, -50%);
}

.pt-120 {
  padding-top: 120px;
}

/* footer */
.site_footer .footer-content {
  display: flex;
  justify-content: space-between;
}

.site_footer .footer-content * {
  color: #fff;
}

.site_footer .footer-content ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.site_footer .footer-content h6 {
  font-family: var(--headingfont);
  font-size: 22px;
  font-weight: 400;
  line-height: 26.74px;
  margin-bottom: 20px;
}

.site_footer .footer_logo p {
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  text-align: left;
  margin: 20px 0px 0px;
  max-width: 280px;
}

.site_footer .footer_logo {
  min-width: 570px;
}

.site_footer .footer-content li a {
  font-size: 20px;
  color: #C3D8C4;
}

.site_footer .footer-content li {
  margin-bottom: 15px;
}

.site_footer .footer-content li a:hover {
  -webkit-text-stroke: 0.5px #fff;
}

/* slider css */

.pastr_section h2 {
  text-align: center;
  margin-bottom: 60px;
}

.pastr_sldr .slick-list.draggable {
  margin: 0px -20px;
  height: 100%;
}

.pastr_sldr .slick-list.draggable .slick-slide {
  margin: 0px 20px;
}

.pastr_text {
  padding: 25px;
  background: #fff;
  border-radius: 0px 0px 10px 10px;
}

.pastr_text .pastr_user {
  display: flex;
  align-items: center;
  gap: 15px;
}

.pastr_text .pastr_user .pstr_title p {
  margin-bottom: 0;
}

.pastr_text .pastr_user .pstr_title p.pstr_hd {
  margin-bottom: 10px;
}

.pstr_hd {
  font-family: var(--bodyfont);
  font-size: 22px;
  font-weight: 500;
  line-height: 24.79px;
  text-align: left;
  color: #262626;
}

.big_text {
  font-size: var(--size20);
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color: #868686;
}

.pastr_text p.big_text {
  margin-bottom: 10px;
}

.pastr_section h6 {
  font-size: 26px;
  font-weight: 500;
  line-height: 29.3px;
  text-align: left;
  color: #262626;
}

.pastr_section {
  position: relative;
  padding-bottom: 16%;
}

.pastr_section::after {
  position: absolute;
  content: '';
  background-image: url('../images/pstr_bg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: -1;
  height: calc(100% - 300px);
}

.pastr_sldr .slick-dots,
.prdt_slider .slick-dots {
  bottom: -60px;
}

.pastr_sldr .slick-dots li.slick-active,
.prdt_slider .slick-dots li.slick-active {
  width: 100px;
  color: var(--orange);
  height: 12px;
  border-radius: 10px;
}


.pastr_sldr .slick-dots li.slick-active button,
.prdt_slider .slick-dots li.slick-active button {
  width: 100px;
  height: 12px;
  color: var(--orange);
  border-radius: 10px;
  text-indent: -9999px;
  background-color: var(--orange);
}

.pastr_sldr .slick-dots li,
.prdt_slider .slick-dots li {
  width: 12px;
  height: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.pastr_sldr .slick-dots li button,
.prdt_slider .slick-dots li button {
  width: 12px;
  height: 12px;
  background: #DEEDE0;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #DEEDE0;
  background: #DEEDE0;
}

.pastr_sldr .slick-dots li button:before,
.prdt_slider .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  content: '';
  text-align: center;
  opacity: .25;
  color: #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}


.slick-next,
.slick-prev {
  position: absolute;
  top: 100%;
  display: block;
  width: 60px;
  height: 60px;
  border: none;
  outline: 0;
  background: #DEEDE0;
  border-radius: 100px;
  margin-top: 50px;
  z-index: 1;

}

.slick-next {
  right: 0px;
}

.slick-prev {
  left: 0;
}

.pastr_sldr .slick-next:before,
.prdt_slider .slick-next:before {
  content: '';
  width: 56px;
  height: 13px;
  position: absolute;
  left: -20px;
  top: 50%;
  z-index: 999999;
  background-image: url('../images/ryt_un2.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  z-index: 2;
}


.pastr_sldr .slick-prev:before,
.prdt_slider .slick-prev:before {
  content: '';
  width: 56px;
  height: 13px;
  position: absolute;
  right: -15px;
  top: 50%;
  z-index: 999999;
  background-image: url('../images/lft_un1.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  z-index: 2;
}


.pastr_sldr .slick-next:focus,
.prdt_slider .slick-next:focus,
.slick-prev:focus,
.slick-prev:hover {
  color: #DEEDE0;
  outline: 0;
  background: #DEEDE0;
}

.pastr_sldr .slick-track,
.prdt_slider .slick-track {
  display: flex;
}

.pastr_sldr .slick-track .slick-slide {
  height: auto;
}

.pastr_sldr .slick-track .slick-slide>div {
  height: 100%;
}

.pastr_sldr .slick-track .slick-slide>div .pastr_slde {
  height: 100%;
  display: flex !important;
  flex-direction: column;
}

.pastr_sldr .slick-track .slick-slide>div .pastr_slde .pastr_text {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.pastr_sldr .slick-track .slick-slide>div .pastr_slde .pastr_text .pastr_user {
  margin-top: auto;
}

.pstr_usr_img img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
}

/* 30aug */
.site_footer {
  padding-bottom: 12%;
}

.form-search.mobile {
  display: none;
}

.accordian .card-header button {
  white-space: normal;
  text-align: left;
}

.search_modal .modal-header {
  padding: 0;
  border: 0;
}

.search_modal .modal-header .close {
  font-size: 40px;
  font-weight: 300;
  padding: 0px 10px;
}

.search_modal .modal-body .form-search input {
  border: 0;
  border-bottom: 1px solid #868686;
  width: 100%;
}

.search_modal .modal-content {
  padding: 20px;
  border-radius: 10px;
}

/* 
about css start here */

.benefits.offers-seed .benefits_warp {
  max-width: 675px;
}

.offer_text {
  padding-left: 85px;
}

.bottom_right_text {
  position: absolute;
  right: 0;
  max-width: 650px;
  width: 50%;
  transform: translateY(-57%);
}

.our_mission .our_box {
  position: relative;
  padding: 40px;
  border: 1px solid #75BB77;
  border-radius: 10px;
  height: 100%;
  cursor: pointer;
}

.our_mission .our_box:hover {
  border-color: transparent;
}

.our_mission .our_box::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  background-image: url('../images/our-bgb.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
  filter: brightness(0) invert(1);
  border-radius: 10px;

}

.our_mission .our_box:hover::after {
  filter: none;


}

.our_mission .our_content h2 {
  text-align: center;
  margin-bottom: 40px;
}

.our_mission .our_content svg.frst-icn path {
  fill: #F39C12;
}

.our_mission .our_box .main-hd {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
}

.our_mission .our_box .main-hd .lft_img {
  border: 1px solid #DE982D;
  border-radius: 6px;
  padding: 15px 17px;
  max-width: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.our_mission .our_box h6 {
  font-size: 26px;
  font-weight: 500;
  line-height: 29.3px;
  margin-bottom: 0;
}

.our_mission .our_box:hover .frst-icn path {
  fill: #8D6E63;
  stroke: #8D6E63;
}

.our_mission .our_box:hover .lft_img {
  border-color: #8D6E63;
}

.our_mission .our_box:hover .brw_icn path {
  fill: #8D6E63;
  stroke: #8D6E63;
}

.our_mission .our_box .big_text {
  margin-bottom: 0;
}

.inner_banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.inner_banner .main_banner_block {
  min-height: 100%;
  padding-top: 140px;
}

.offers-seed .section_head {
  width: 50%;
  margin-left: auto;
  padding-left: 85px;
}

/* policy page */

li:not(.blog_section_inner .blog_lft li) {
  list-style: none;
}

ul {
  padding: 0;
  margin: 0;
}

a:focus-visible,
textarea:focus-visible {
  outline: none;
  box-shadow: none;
}

.white-txt {
  color: #fff;
}

.pt_60 {
  padding-top: 60px;
}

/* policy page css */
.smll-bnr-wrp p,
.policy-wrp .nav-link {
  font-size: var(--size20);
  font-family: var(--fontonest);
  font-weight: 500;
  line-height: 25.5px;
}

.policy-wrp .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: #f39c12;
}

.policy-wrp .nav-link {
  padding: 15px 45px;
  color: #f39c12;
  border: 1px solid #f7dc6f;
  border-radius: 6px;
  font-weight: 600;
  background-color: #fff;
  cursor: pointer;
}

.policy-wrp li.nav-item {
  margin: 0 10px;
}

.policy-content h2 {
  text-align: center;
  margin-bottom: 60px;
}

.policy-list li {
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  color: #868686;
  padding-bottom: 17px;
}

.policy-list li:last-child {
  padding-bottom: 0;
}

.policy-list li a:hover {
  color: #6bbf59;
  -webkit-text-stroke: 1.2px #6bbf59;
}

.policy-lft {
  border: 1px solid #eee5da;
  padding: 20px;
  border-radius: 10px;
  position: sticky;
  top: 0;
}

.poli-brief-txt h5 {
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
  color: #6bbf59;
}

.poli-brief-txt p,
.poli-brief-txt a {
  font-size: var(--size20);
  font-weight: 400;
  line-height: 26px;
  color: #868686;
  margin: 0;
}

.poli-brief-txt a {
  display: block;
}

.poli-brief-txt {
  margin-bottom: 30px;
}

.policy-rgt {
  padding-left: 100px;
}

/* contact page css */
img.contact-map-img {
  position: absolute;
  left: 0;
  top: auto;
  width: 40%;
}

.cntct-frm-wrp input,
.cntct-frm-wrp textarea {
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  border: 1px solid #eee5da;
  border-radius: 10px;
}

.contact-wrap {
  margin-left: auto;
}

.form-wrp h2,
.faq_page h2 {
  margin-bottom: 45px;
}

.cntct-frm-btn a {
  color: white;
}

.faq_page .accordian .card .card-body .acc_content {
  border-top: transparent;
}

.faq_page button:hover {
  color: black;
}

.faq_page img.faq_map_image {
  left: 0;
}

.faq_page .w-50 {
  margin-left: auto;
}

.faq_page {
  padding-bottom: 250px;
}

.faq_page .inner {
  padding-bottom: 60px;
  position: relative;
  z-index: 2;
}

.faq_page img.faq_text_img {
  bottom: 130px;
}

.contact_page img.contact_txt_img {
  right: 0;
}

.poli-brief-txt h5 {
  text-indent: -30px;
  padding-left: 30px;
}

span.acc_toggle {
  color: #262626;
}

/* map step section css */

.Farm_recomendation_form {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  text-align: center;
}

.Farm_recomendation_form h2 {
  font-size: 36px;
  margin: 0px 0px 30px;
}

.form-control {
  border: 1px solid #EEEEEE;
  padding: 14px 20px;
  height: auto !important;
  color: #868686;
  font-size: 16px;
}

.Farm_recomendation_form .form-control {
  margin-bottom: 15px;
}

.form-control:focus {
  border-color: var(--lightgreen);
  box-shadow: none;
  color: #868686;
}

.faq_text_img.contact_txt_img.mobile {
  display: none;
}


/*---- product page-----*/

.sidebar_toggle ul {
  list-style: none;
  padding: 0px;
}

.instruction_list ul {
  padding: 0px;
  list-style: none;
}

.pr_main_row {
  display: flex;
  flex-wrap: wrap;
}

.sidebar {
  width: 286px;
  border: 1px solid #EEE5DA;
  border-radius: 10px;
  padding: 20px;
  height: 100%;
}

.sidebar_toggle li.has_dropdown {
  color: #262626;
  font-size: 20px;
  width: 100%;
  position: relative;
  padding: 10px 0px;
  font-weight: 500;
  cursor: pointer;
}

.sidebar_toggle li.has_dropdown span.togle_span {
  position: absolute;
  top: 14px;
  right: 0px;
  font-size: 14px;
}

.sidebar_toggle .filter_dropdown {
  display: none;
}

.sidebar_toggle li.has_dropdown:not(:last-child) {
  border-bottom: 1px solid #EEE5DA;
}

.sidebar_toggle .filter_dropdown {
  padding: 10px 0px 0px;
}

.sidebar_toggle .filter_dropdown li a {
  display: block;
  width: 100%;
  color: #262626;
  font-size: inherit;
  padding: 3px 10px;
}

.sidebar_toggle .filter_dropdown li {
  font-size: 16px;
  color: #262626;
}

.product_side_col {
  width: calc(100% - 286px);
  padding-left: 35px;
}

.product_col_inner .section_head h4 {
  color: #262626;
  font-size: 30px;
  font-weight: 500;
  margin: 0px 0px 25px;
}

.product_row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 0px;
  margin-left: -12px;
  margin-right: -12px;
}

.product_row .product_col {
  padding: 0px 12px;
  width: 33.33%;
}

.product_box {
  border: 1px solid #EEE5DA;
  border-radius: 10px;
  background-color: #ffffff;
}

.compare_wrap .check_container input[type="checkbox"]~.check_texct {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  transition: all 0.3s linear;
  border-bottom: 1px solid #EEE5DA;
  padding: 12px 10px;
  border-radius: 10px 10px 0px 0px;
  cursor: pointer;
}

.compare_wrap .check_container {
  display: block;
  width: 100%;
  margin: 0px;
  position: relative;
}

.compare_wrap .check_container input[type="checkbox"] {
  position: absolute;
  width: 100%;
  opacity: 0;
}

.compare_wrap .check_container input[type="checkbox"]:checked~.check_texct {
  background-color: var(--darkgreen);
  color: #ffffff;
}

.product_box_inner {
  padding: 0px 20px;
}

.product_box_inner .prodcut_title h3 {
  font-size: 24px;
  text-align: center;
  font-weight: 400;
  margin: 20px 0px;
}

.product_thumb {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.instruction_list {
  border-top: 1px solid #EEE5DA;
  margin-top: 30px;
  padding-top: 20px;
}

.instruction_list ul li {
  color: #000000;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 300;
  position: relative;
  padding-left: 30px;
}

.instruction_list ul li span.instruction_head {
  color: #868686;
}

.instruction_list ul li {
  margin-bottom: 9px;
}

.instruction_list ul li:before {
  content: "";
  height: 12px;
  width: 16px;
  position: absolute;
  left: 0px;
  top: 5px;
  background-image: url(../images/big_tick.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.check_icon {
  min-width: 22px;
  height: 22px;
  width: 22px;
  border: 2px solid rgba(38, 38, 38, 0.5);
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  margin-right: 15px;
}

.check_icon img.check_icon {
  height: auto;
  width: auto;
  min-width: inherit !important;
  border: 0px;
  transition: all 0.3s linear;
  margin: 0px !important;
  opacity: 0;
  transform: scale(0);
}

.compare_wrap .check_container input[type="checkbox"]:checked~.check_texct .check_icon img.check_icon {
  opacity: 1;
  transform: scale(1);
}

.compare_wrap .check_container input[type="checkbox"]:checked~.check_texct .check_icon {
  background-color: #ffffff;
  border-color: #ffffff;
}

.boosted_plant .product_box {
  background-color: rgba(22, 98, 25, 0.04);
  border-color: #166219;
}

.bost_prtag {
  text-align: center;
}

.bost_prtag span.boosted_tag {
  background-color: var(--darkgreen);
  display: inline-block;
  padding: 5px 20px;
  color: #ffffff;
  font-size: 18px;
  border-radius: 10px 10px 0px 0px;
}

.product_box_inner .prodcut_title h3 a:hover {
  color: inherit;
}

.product_inner_row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  gap: 40px 0px;
}

.product_inner_row>div {
  padding: 0px 15px;
}

.product_inner_row .pr_box_col_box {
  width: 80%;
}

.product_inner_row .select_pr_col {
  width: 20%;
}

.sel_pr_title {
  text-align: center;
  font-size: 20px;
}

.sel_pr_title h3 {
  font-size: 20px;
  background-color: var(--darkgreen);
  color: #ffffff;
  font-weight: 500;
  padding: 20px;
}

.sel_pr_txt ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: var(--size18);
  font-weight: 500;
  line-height: 24px;
  padding: 20px 0;
  border-bottom: 1px solid #eee5da;
}

.sel_pr_btn {
  text-align: center;
}

.sel_pr_btn .cta {
  color: white;
  padding: 13px 20px;
  font-size: var(--size18);
  width: 100%;
}

/* .sel_pr_btn .cta:hover {
  background-color: white;
  color: #f39c12;
  border: 1px solid #f39c12;
} */
/* .sel_pr_btn .cta_border:hover {
  color: white !important;
  background-color: #f39c12;
  border-color: #f39c12;
} */

.cta_border:hover {
  color: #fff !important;
}

.cta_border {
  background-color: white;
  color: #EB9F37 !important;
}

.sel_pr_btn a.cta.cta_border {
  margin-top: 20px;
}

.sel_pr_title h3 {
  margin: 0;
  border-radius: 10px 10px 0 0;
}

.sel_pr_txt {
  padding: 20px;
  padding-top: 0;
}

.sel_col_cvr {
  border: 1px solid #eee5da;
  border-radius: 10px;
}

.sel_pr_txt img.sel_pr_img {
  border-radius: 100%;
  max-width: 60px;
}

.sel_pr_btn {
  margin-top: 20px;
}


/* css */
.pr_box_col_box .pagination {
  justify-content: center;
  padding-top: 40px;
}

.pr_box_col_box .pagination a.page-link {
  border: none;
  border: 1px solid #eee5da;
  border-radius: 100%;
  color: #868686;
  font-size: 20px;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pr_box_col_box .page-item.active .page-link {
  background-color: #f39c12 !important;
  color: white;
  border-color: transparent;
}

.pr_box_col_box li.page-item {
  margin: 0 5px;
}

.pr_box_col_box li.page-item:focus-visible {
  outline: none;
  box-shadow: none;
  background-color: transparent;
}

.pr_box_col_box .pagination a.page-link:hover,
.page-link:focus {
  background-color: transparent;
}

.page-link:focus {
  box-shadow: none;
}

.sidebar_toggle li.has_dropdown.active .togle_span {
  transform: rotate(180deg);
}

.our_mission {
  padding-top: 20px !important;
}

/*pasture-picker page css  */
.cta.light,
.cta.orng:hover {
  background-color: transparent;
  color: var(--orange);
  border: 1px solid var(--orange);
}

.cta.light:hover {
  background-color: var(--orange);
  color: var(--white);
  border: 1px solid var(--orange);
}

.cta.orng {
  background-color: var(--orange);
  color: var(--white);
  border: 1px solid var(--orange);
}

.picker_page .comparing_box {
  background-color: #fff;
  margin-top: -4%;
  z-index: 2;
  position: relative;
  padding: 50px 0px;
}

.picker_page .comparing_box .prod_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 50px;
}

.picker_page .comparing_box .prod_head h5 {
  font-family: var(--headingfont);
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  text-align: left;
}

.picker_page .comparing_box .prod_head h5 span {
  color: #6BBF59;
}

.picker_page .comparing_box .prdt-list ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 0px;
}

.picker_page .comparing_box .prdt-list ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #F1F1F1;
  flex: 0 0 24%;
  min-height: 90px;
}

.picker_page .comparing_box .camp_btn {
  padding-top: 30px;
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}

.picker_page .comparing_box .prdt {
  display: none;
}

.picker_page .comparing_box {
  display: none;
}

.picker_page .select.btn a {
  pointer-events: none;
  opacity: 0.5;
}

.picker_page .select.btn {
  width: 100%;
}

.picker_page .select.btn a {
  width: 100%;
}

.picker_page .select.btn a.active {
  pointer-events: auto;
  opacity: 1;
}

.picker_page .comparing_box .prdt-list ul li .prdt {
  width: 100%;
  padding: 30px 20px;
  background: #fff;
  border: 1px solid #EEE5DA;
}

.picker_page .comparing_box .prdt-list ul li .prdt a {
  float: right;
}

.picker_page .product_box_inner {
  padding: 20px;
}

.picker_page .comparing_box .prdt-list ul li .prdt .prdt_name {
  font-size: 20px;
  color: #262626;
}

.picker_page .section_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 50px;
}

.picker_page .section_head .view_all a {
  color: #F39C12;
  text-transform: capitalize;
}

.picker_page .comparing_box .prod_head {
  gap: 20px;
}

.picker_page .product_row .product_col {
  padding: 0;
}

.picker_page .slick-list.draggable {
  padding: 0px -15px;
}

.picker_page .slick-slide {
  padding: 0px 15px;
}

a:hover {
  color: #000;
  text-decoration: none;
}

.product_modal .modal-dialog {
  max-width: 100%;
  margin: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100vh;
  display: flex;
}

.product_modal .modal-content {
  background-color: rgb(194 195 192 / 90%);
}

.product_modal .modal-header {
  width: 100%;
  background-color: #fff;
  padding: 20px 0px;
}

.product_modal .modal-header .show-all {
  display: flex;
  gap: 20px;
}

.product_modal .modal-header .close {
  margin: 0;
}

.product_modal .modal-header .show-all select.cta {
  padding: 10px;
  min-width: 250px;
  color: #fff;
}

.product_modal .list_head a {
  color: #fff;
  padding: 12px 20px;
}

.product_modal .product-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  gap: 25px;
  padding: 30px 0px;
}

.product_modal .product-list li {
  display: flex;
}

.product_modal .product-list .list_head {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
}

.product_modal .product-list .list_lft h6 {
  font-size: 26px;
}

.product_modal .product-list .list_lft span {
  font-size: 20px;
  line-height: 1.5;
}

.product_modal .modal-body {
  padding: 0;
}

.product_modal .prdt_heading {
  padding: 30px 0px;
  background-color: #449432;
}

.product_modal {
  padding: 0 !important;
  height: 100vh;
  border-radius: 0px;
}

.product_modal .list2 li .detail_box {
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 30px 0px;
  color: #000;
  width: 100%;
}

.product_modal .list2 li h6 {
  border-bottom: 1px solid #EEE5DA;
  padding-bottom: 20px;
  color: #262626;
}

.product_modal .list2 li h6 span {
  color: #6BBF59;
}

.product_modal .list2 li .detail_list li {
  padding: 0;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.product_modal .list2 li .detail_list li span {
  color: #868686;
}

.product_modal .list2 li .detail_list li.check i {
  color: #6BBF59;
}

.product_modal .list2 li .detail_list li:last-child {
  margin-bottom: 0px;
}


.product_modal .list2 li .detail_list li {
  border-radius: 0;
  padding: 0;
}

.product_modal .list2 li .detail_box h6,
.product_modal .list2 li .detail_box li {
  padding: 15px 20px;
  margin: 0;
}

.product_modal .list2 li .detail_list li.cancel {
  background-color: #E6E6E6;
}

.product_modal .modal-content {
  border-radius: 0px;
  border: 0px;
  display: block;
  height: max-content;
}

.mobile_btn a {
  width: 100%;
  text-align: center;
  color: #fff;
}

.product_modal .list2 li .detail_list li.mobile_btn {
  display: none;
}

.product_modal .product-list .list_head.mobile {
  display: none;
}

.blog_card {
    height: 100%;
    line-height: 0;
    border:1px solid #EEE5DA;
        border-radius: 25px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog_card .blog_thumbnail {
    display: inline-block;
    line-height: 0;
    position: relative;
    overflow: hidden;
}

.blog_thumbnail  img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.blog_card .blog_csrd_inner {
    padding: 20px;
}
.meta {
    color: #868686;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 7px;
}

.blog_card h2 {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3;
    margin: 0px 0px 10px;
}
.blog_card p {
    margin: 0px;
    font-size: 18px;
}
.blogs_grid {
    gap: 30px 0px;
}
.meta_wrapper {
    margin: 0px 0px 10px;
}



/* 11/sep */

.blogs_section .sidebar.rt_side{
       width: 100%;
       border: none;
       border-radius: 0;
       padding: 0;
       max-width: 460px;
}

.blogs_section .sidebar.rt_side .sidebar_box {
  border: 1px solid #EEE5DA;
  border-radius: 25px;
  padding: 30px;
}

.blogs_section .sidebar.rt_side .box_inner_header {
  border-bottom: 1px solid #EEE5DA;
  position: relative;
}


.blogs_section .sidebar.rt_side .side_box_inner {
  margin-top: 30px;
}


.blogs_section .sidebar.rt_side .side_box_inner .site_serach .dhdrh {
  position: relative;
  border: 1px solid #EEE5DA;
  border-radius: 10px;
  padding: 20px;
}

.blogs_section .sidebar.rt_side .side_box_inner .site_serach .dhdrh input[type="search"] {
  border: none;
  background: none;
  display: block;
  width: 100%;
}

.blogs_section .sidebar.rt_side .side_box_inner .site_serach .dhdrh i {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}



.post-list .pst_link {
  display: flex;
  align-items: center;
  gap: 12px;
}

.post-list li:not(:last-child) {
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.blogs_section .sidebar.rt_side .box_inner_header::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  border: 2px solid #166219;
  width: 120px;
}

.categry_list .categry_lnk {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.categry_list li:not(:last-child) {
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 25px;
}
.post-list .pst_link .pst_content {
  flex: 0 0 70%;
}
.blogs_section .sidebar.rt_side .sidebar_box:not(:last-child) {
  margin-bottom: 50px;
}
.post-list .pst_link .pst_content h6 {
  margin-bottom: 5px;
}

.post-list .pst_link .pst_content .meta_wrapper {
  margin-bottom: 0;
}
.blogs_section .sidebar.rt_side .box_inner_header h3 {
  font-size: 24px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 10px;
}
.post-list .pst_link .pst_content h6 {
  margin-bottom: 5px;
  font-weight: 500;
}

.blog_pagintn .pagination {
  display: flex;
  align-items: center;
}

.blog_pagintn .pagination .page-item .page-link {
  display: inline-flex;
  align-items: center;
  width: 50px;
  height: 50px;
  justify-content: center;
  border: 1px solid #EEE5DA;
  border-radius: 100%;
  color: #868686;
}

.blog_pagintn .pagination .page-item.active .page-link {
  background: #F39C12;
  color: #fff;
}
.page-item.next_tb .page-link{
  background: #F39C12;
  color: #fff;
}
.page-item.next_tb .page-link i{
  color: #fff;
}

.blog_pagintn{
  padding-top: 0!important;
  margin-left: 25%;
}

.blogs_section.blog_detail .blog_lft .blog_card .blog_csrd_inner {
  padding: 0;
}

.blogs_section.blog_detail .blog_lft .blog_card {
  border: none;
}
.bglr_pgnt {
  max-width: 70%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blog_detk {
  padding-top: 0!important;
}

.bglr_pgnt a i {
  color: #F39C12;
}

.bglr_pgnt .next_bttn.active {
  color: #F39C12;
}

.bglr_pgnt a {
  font-size: 18px;
}

.bglr_pgnt a {
  font-size: 18px;
}

.blogs_section.blog_detail .blog_lft .blog_card .blog_csrd_inner {
  margin-top: 20px;
  margin-bottom: 30px;
}

.blog_lft .blog_detl_inr:not(:last-child) {
  margin-bottom: 30px;
}

.blogs_section.blog_detail .blog_lft .blog_card h2{
  font-family: var(--bodyfont);
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
  text-align: left;
}


.detl_text p {
  margin-bottom: 20px;
  font-size: 20px;
  font-family: var(--bodyfont);
}

.blog_lft .blog_detl_inr h6 {
  font-size: 24px;
  font-weight: 500;
  line-height: 27.05px;
  text-align: left;
  color: #000000;
  font-family: var(--bodyfont);
}
.our_price_content {
  max-width: 1320px;
  margin: auto;
  text-align: center;
}

.our_price_sec .our_main_hd {
  text-align: center;
  margin-bottom: 40px;
}
.our_box {
  border: 1px solid #EEE5DA;
  border-radius: 25px;
}

.our_price_sec .our_box .prc_hdr {
  border-bottom: 1px solid #EEE5DA;
  padding: 25px;
  border-radius: 25px 25px 0px 0px;
}

.our_box .prc_hdr h3 {
  margin-bottom: 0;
}

.our_box .prc_bx h2 {
  font-family: var(--bodyfont);
    font-size: 45px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    margin-bottom: 20px;
}
.main_blh_ls ul li {
  line-height: 40px;
  list-style-type: decimal;
}
.our_box .prc_bx h2 sup {
  font-family: var(--bodyfont);
    font-size: 24px;
    font-weight: 500;
    line-height: 27.05px;
    text-align: center;
}

.our_box .prc_bx h2 sub {
  font-family: var(--bodyfont);
    font-size: 24px;
    font-weight: 400;
    line-height: 27.6px;
    text-align: left;
    color: #868686;
}

.our_box .prc_bx h6 {
  font-family: var(--bodyfont);
    font-size: 24px;
    font-weight: 500;
    line-height: 50px;
    text-align: center;
}

.our_box .prc_bx {
  padding: 50px;
}
.our_box.or_grn .prc_hdr {
    background: #166219;
    color: #fff;
}

.slct_bttn .ylw_bttn {
  display: inline-block;
  max-width: 100%;
  font-family: Onest;
  font-size: 22px;
  font-weight: 600;
  line-height: 28.05px;
  text-align: left;
  background: #F39C12;
  color: #fff;
  border-radius: 10px;
  padding: 16px 56px;
}

.slct_bttn {
  margin-top: 25px;
}
/* ================================
   Pasture Portal – Header Top Bar
   ================================ */

.pp-topbar{
  background:#ffffff;
  border-bottom:1px solid rgba(0,0,0,0.08);
  font-size:14px;
}

/* Force consistent vertical alignment */
.pp-topbar__inner{
  height:38px;                 /* controls bar height */
  display:flex;
  align-items:center;          /* vertical centring */
}

/* 3-column layout */
.pp-topbar__left{
  flex:1 1 0;
  height:38px;
}

.pp-topbar__center{
  flex:0 0 auto;
  height:38px;
  display:flex;
  align-items:center;          /* vertical centring */
  justify-content:center;
}

.pp-topbar__right{
  flex:1 1 0;
  height:38px;
  display:flex;
  align-items:center;          /* vertical centring */
  justify-content:flex-end;
  gap:18px;
}

/* Links */
.pp-topbar__subscribe,
.pp-topbar__contact{
  color:#36573B;
  font-weight:600;
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  height:38px;                 /* ensures text sits in the middle */
  line-height:38px;            /* belt + braces */
  white-space:nowrap;
}

.pp-topbar__subscribe{
  gap:10px;
}

.pp-topbar__arrow{
  font-weight:700;
  line-height:1;
  transform:translateY(-1px);
}

/* Hover: everything goes light green */
.pp-topbar__subscribe:hover,
.pp-topbar__contact:hover{
  color:#6BA539;
  text-decoration:underline;
  text-underline-offset:3px;
}

/* Social icons: NO circles, image is the link */
.pp-topbar__social{
  display:flex;
  align-items:center;
  gap:10px;
  height:38px;
}

.pp-topbar__iconlink{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:38px;
  width:auto;
  text-decoration:none;
}

.pp-topbar__icon{
  width:26px;                  /* icon size (adjust if needed) */
  height:26px;
  display:block;
  object-fit:contain;
  transition:opacity .12s ease, filter .12s ease;
}

/*
  Hover colour change for images:
  - Best if you upload GREEN SVGs and just swap files (not doing that here)
  - This CSS gives a nice “turn green-ish” effect for most dark icons.
*/
.pp-topbar__iconlink:hover .pp-topbar__icon{
  opacity:0.9;
  filter: drop-shadow(0 0 0 #6BA539) saturate(160%);
}

/* If no icon uploaded */
.pp-topbar__iconfallback{
  color:#36573B;
  font-weight:700;
  font-size:12px;
  line-height:1;
  transition:color .12s ease;
}

.pp-topbar__iconlink:hover .pp-topbar__iconfallback{
  color:#6BA539;
}

/* Mobile tweaks */
@media (max-width:768px){
  .pp-topbar__inner,
  .pp-topbar__left,
  .pp-topbar__center,
  .pp-topbar__right{
    height:44px;
  }

  .pp-topbar__subscribe,
  .pp-topbar__contact{
    height:44px;
    line-height:44px;
  }

  .pp-topbar__icon{
    width:28px;
    height:28px;
  }

  .pp-topbar__right{
    gap:12px;
  }
}
/* =========================================================
   TOPBAR — MOBILE OPTIMISATION
   (matches screenshot: links left, socials right, single row)
   ========================================================= */

/* Base topbar tidy-up (all sizes) */
.pp-topbar{
  background: #fff;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}

.pp-topbar__inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 36px;
  padding: 6px 0;
}

/* Left links */
.pp-topbar__links{
  display: flex;
  align-items: center;
  gap: 0;                /* we'll create spacing with the separator */
  white-space: nowrap;   /* keep “Subscribe | Contact” on one line */
}

.pp-topbar__links a{
  color: #36573B;
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  padding: 4px 0;
}

/* Add the pipe between links automatically */
.pp-topbar__links a + a{
  margin-left: 10px;
  position: relative;
  padding-left: 10px;
}

.pp-topbar__links a + a:before{
  content: "|";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(54,87,59,0.55);
  font-weight: 400;
}

/* Hover colour (Subscribe + Contact) */
.pp-topbar__links a:hover{
  color: #6BA539;
}

/* Right socials */
.pp-topbar__social{
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

/* Make socials simple: image is the clickable thing */
.pp-topbar__social a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 2px;
  line-height: 0;
}

/* Icon sizing for mobile */
.pp-topbar__social img{
  width: 16px;
  height: 16px;
  display: block;
}

/* Hover tint for SVG-as-image icons (same green as requested) */
.pp-topbar__social a:hover img{
  filter: brightness(0) saturate(100%) invert(58%) sepia(22%) saturate(989%) hue-rotate(66deg) brightness(92%) contrast(90%);
}

/* =========================================================
   MOBILE-SPECIFIC tightening
   ========================================================= */
@media (max-width: 768px){
  .pp-topbar__inner{
    min-height: 34px;
    padding: 6px 0;
  }

  .pp-topbar__links a{
    font-size: 12px;
  }

  .pp-topbar__social{
    gap: 9px;
  }

  .pp-topbar__social img{
    width: 15px;
    height: 15px;
  }
}

@media (max-width: 420px){
  /* keep it from wrapping even on tiny screens */
  .pp-topbar__inner{
    gap: 10px;
  }
  .pp-topbar__links a{
    font-size: 11px;
  }
  .pp-topbar__social img{
    width: 14px;
    height: 14px;
  }
}
//* ================================
   Pasture Portal – Header Top Bar
   Clean + deterministic (no CSS vars)
   Assumes HTML uses:
   .pp-topbar__inner > .pp-topbar__left .pp-topbar__center .pp-topbar__right
   and links: .pp-topbar__subscribe .pp-topbar__contact
   socials: .pp-topbar__social a img
   ================================ */

.pp-topbar{
  background:#fff !important;
  border-bottom:1px solid rgba(0,0,0,0.08) !important;
  font-size:14px !important;
}

.pp-topbar__inner{
  height:38px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:16px !important;
}

/* 3 zones */
.pp-topbar__left{
  flex:1 1 0 !important;
  display:flex !important;
  align-items:center !important;
  height:38px !important;
}

.pp-topbar__center{
  flex:0 0 auto !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  height:38px !important;
}

.pp-topbar__right{
  flex:1 1 0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
  gap:14px !important;
  height:38px !important;
}

/* Links */
.pp-topbar__subscribe,
.pp-topbar__contact{
  color:#36573B !important;
  font-weight:600 !important;
  text-decoration:none !important;
  display:inline-flex !important;
  align-items:center !important;
  height:38px !important;
  line-height:1 !important;
  white-space:nowrap !important;
}

.pp-topbar__subscribe .pp-topbar__arrow{
  margin-left:8px !important;
  font-weight:700 !important;
  transform:translateY(-1px) !important;
}

/* Hover: turn green */
.pp-topbar__subscribe:hover,
.pp-topbar__contact:hover{
  color:#6BA539 !important;
  text-decoration:underline !important;
  text-underline-offset:3px !important;
}

/* Socials — NO circles, no borders, no backgrounds */
.pp-topbar__social{
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  height:38px !important;
}

.pp-topbar__social a{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:0 !important;
  margin:0 !important;
  background:transparent !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  line-height:0 !important;
  text-decoration:none !important;
}

/* Icon size (desktop) */
.pp-topbar__social img{
  width:22px !important;
  height:22px !important;
  display:block !important;
  object-fit:contain !important;
  transition:filter .12s ease, opacity .12s ease !important;
}

/* Hover tint for SVG-as-image */
.pp-topbar__social a:hover img{
  opacity:0.95 !important;
  filter: brightness(0) saturate(100%)
          invert(58%) sepia(22%) saturate(989%)
          hue-rotate(66deg) brightness(92%) contrast(90%) !important;
}

/* ============ MOBILE ============ */
/* Subscribe LEFT, Contact CENTRE, Socials RIGHT (single row) */
@media (max-width:768px){

  .pp-topbar__inner{
    height:44px !important;
    padding:0 10px !important;
    position:relative !important;
  }

  .pp-topbar__left,
  .pp-topbar__center,
  .pp-topbar__right{
    height:44px !important;
  }

  .pp-topbar__subscribe,
  .pp-topbar__contact{
    height:44px !important;
    font-size:12px !important;
  }

  /* Force centre link truly centred */
  .pp-topbar__center{
    position:absolute !important;
    left:50% !important;
    top:50% !important;
    transform:translate(-50%, -50%) !important;
    height:auto !important;
    z-index:2 !important;
  }

  /* Make icons NOT tiny on mobile */
  .pp-topbar__social img{
    width:20px !important;
    height:20px !important;
  }

  .pp-topbar__right{
    gap:12px !important;
  }
}
/* ===== TOPBAR MOBILE FIX: stop overlap (Subscribe left, Contact centre, Socials right) ===== */
@media (max-width:768px){

  /* Make the bar a positioning context */
  .pp-topbar__inner{
    position:relative !important;
    height:44px !important;
    display:flex !important;
    align-items:center !important;
  }

  /* Let left and right behave normally */
  .pp-topbar__left{
    flex:1 1 0 !important;
    display:flex !important;
    align-items:center !important;
    height:44px !important;
  }

  .pp-topbar__right{
    flex:1 1 0 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:flex-end !important;
    height:44px !important;
    gap:12px !important;
  }

  /* CRITICAL: don't rely on your "center column" at all */
  .pp-topbar__center{
    position:static !important;
    transform:none !important;
    flex:0 0 auto !important;
    height:44px !important;
  }

  /* Pin Subscribe to the left edge */
  .pp-topbar__subscribe{
    position:absolute !important;
    left:10px !important;
    top:50% !important;
    transform:translateY(-50%) !important;
    height:auto !important;
    line-height:1 !important;
    font-size:12px !important;
    z-index:2 !important;
  }

  /* Pin Contact to true centre */
  .pp-topbar__contact{
    position:absolute !important;
    left:50% !important;
    top:50% !important;
    transform:translate(-50%, -50%) !important;
    height:auto !important;
    line-height:1 !important;
    font-size:12px !important;
    z-index:2 !important;
  }

  /* Keep socials on the right edge (bigger icons) */
  .pp-topbar__social{
    position:absolute !important;
    right:10px !important;
    top:50% !important;
    transform:translateY(-50%) !important;
    height:auto !important;
    z-index:2 !important;
  }

  .pp-topbar__social img{
    width:20px !important;
    height:20px !important;
  }
}
/* ===== Topbar: disable social icon hover effects completely ===== */
.pp-topbar .pp-topbar__social a,
.pp-topbar .pp-topbar__social a:hover,
.pp-topbar .pp-topbar__social a:focus {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: none !important;
}

.pp-topbar .pp-topbar__social a:hover img,
.pp-topbar .pp-topbar__social a:focus img {
  filter: none !important;
  opacity: 1 !important;
}
/* --- Force steps into 4 equal columns --- */
.pastures_content .steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin: 30px 0;
  align-items: stretch;
}

/* --- Normalise step boxes (remove old absolute rules) --- */
.pastures_content .steps .step-box {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: 100%;
  max-width: none;   /* overrides max-width:330px */
  height: 100%;
  margin: 0;
}

/* If your old stylesheet targets first/last child, neutralise it */
.pastures_content .steps .step-box:first-child,
.pastures_content .steps .step-box:last-child {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

/* Number styling */
.pastures_content .steps .step-box span{
  position: absolute;
  top: -25px;
  left: 16px;
  transform: translateY(0);
}

/* Map below steps, full width */
.pastures_content .maparea {
  width: 100%;
  max-width: 100%;
  margin: 18px auto 0;
}

/* Pasture picker: dynamic grid for ACF repeater step boxes */
.container-fluid .steps.steps--row{
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)) !important;
  gap: 24px !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
}

/* Remove any caps/absolute positioning coming from older CSS */
.container-fluid .steps.steps--row .step-box{
  width: 100% !important;
  max-width: none !important;
  position: relative !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
}

/* Put number back on the top edge */
.container-fluid .steps.steps--row .step-box span{
  position: absolute !important;
  top: 0 !important;
  left: 18px !important;
  transform: translateY(-50%) !important;
}
/* Make every card in a row the same height */
.container-fluid .steps.steps--row{
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)) !important;
  gap: 24px !important;

  align-items: stretch !important;
  grid-auto-rows: 1fr !important;   /* key: equal height rows */
}

.container-fluid .steps.steps--row .step-box{
  height: auto !important;          /* undo the 100% */
  align-self: stretch !important;   /* fill the row height */
  display: flex !important;
  flex-direction: column !important;
}
/* Responsive: steps wrap nicely */
@media screen and (max-width: 1024px){
  .pastures_content .steps{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media screen and (max-width: 600px){
  .pastures_content .steps{
    grid-template-columns: 1fr !important;
  }
}
/************** HARD OVERRIDE: Steps + Map in Pasture section **************/
/* Target the actual section classes/ID so we definitely win */
#au-map .steps,
.Pastures_step-sec .steps,
#au-map .pastures_content .steps,
.Pastures_step-sec .pastures_content .steps{
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)) !important;
  gap: 24px !important;
  align-items: stretch !important;
  width: 100% !important;
}

/* Remove width caps / flex assumptions */
#au-map .step-box,
.Pastures_step-sec .step-box,
#au-map .pastures_content .step-box,
.Pastures_step-sec .pastures_content .step-box{
  max-width: none !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  position: relative !important;
  inset: auto !important;
}

/* Undo the “first-child align-self” flex tweak */
#au-map .steps .step-box:first-child,
.Pastures_step-sec .steps .step-box:first-child{
  align-self: stretch !important;
}

/* Number sits on the top edge */
#au-map .step-box span,
.Pastures_step-sec .step-box span{
  position: absolute !important;
  top: 0 !important;
  left: 16px !important;
  transform: translateY(-50%) !important;
}

/* Map full width and clickable */
#au-map .maparea,
.Pastures_step-sec .maparea{
  width: 100% !important;
  max-width: 100% !important;
  margin: 18px auto 0 !important;
  min-height: 520px !important;
  position: relative !important;
  z-index: 2 !important;
  pointer-events: auto !important;
}

/* If shortcode outputs iframe, give it height */
#au-map .maparea iframe,
.Pastures_step-sec .maparea iframe{
  width: 100% !important;
  min-height: 520px !important;
  display: block !important;
  pointer-events: auto !important;
}

/* Responsive */
@media (max-width: 1024px){
  #au-map .steps,
  .Pastures_step-sec .steps{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 600px){
  #au-map .steps,
  .Pastures_step-sec .steps{
    grid-template-columns: 1fr !important;
  }
}
