/*!
 * * Theme Name: LARAPRESS
 * * Theme URI: none
 * * Description: Larapress is a custom wordpress theme.
 * * Author: Fast Eddy
 * * Author URI:
 * * Version: 1.0
 * * License: GNU General Public License v2
 * * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * */
@font-face {
  font-family: "Open Sans", sans-serif;
  src: "public/webfonts/gfonts/OpenSans-Light.ttf";
  font-weight: 300
}

@font-face {
  font-family: "Open Sans", sans-serif;
  src: "public/webfonts/gfonts/OpenSans-Regular.ttf";
  font-weight: 400
}

@font-face {
  font-family: "Open Sans", sans-serif;
  src: "public/webfonts/gfonts/OpenSans-Medium.ttf";
  font-weight: 500
}

@font-face {
  font-family: "Open Sans", sans-serif;
  src: "public/webfonts/gfonts/OpenSans-SemiBold.ttf";
  font-weight: 600
}

@font-face {
  font-family: "Open Sans", sans-serif;
  src: "public/webfonts/gfonts/OpenSans-Bold.ttf";
  font-weight: 700
}

@font-face {
  font-family: "Open Sans", sans-serif;
  src: "public/webfonts/gfonts/OpenSans-ExtraBold.ttf";
  font-weight: 900
}

@font-face {
  font-family: "Open Sans", sans-serif;
  src: "public/webfonts/gfonts/semicondensed/OpenSans_SemiCondensed-Light.ttf";
  font-stretch: semi-condensed;
  font-weight: 300
}

@font-face {
  font-family: "Open Sans", sans-serif;
  src: "public/webfonts/gfonts/semicondensed/OpenSans_SemiCondensed-Regular.ttf";
  font-stretch: semi-condensed;
  font-weight: 400
}

@font-face {
  font-family: "Open Sans", sans-serif;
  src: "public/webfonts/gfonts/semicondensed/OpenSans_SemiCondensed-Medium.ttf";
  font-stretch: semi-condensed;
  font-weight: 500
}

@font-face {
  font-family: "Open Sans", sans-serif;
  src: "public/webfonts/gfonts/semicondensed/OpenSans_SemiCondensed-SemiBold.ttf";
  font-stretch: semi-condensed;
  font-weight: 600
}

@font-face {
  font-family: "Open Sans", sans-serif;
  src: "public/webfonts/gfonts/semicondensed/OpenSans_SemiCondensed-Bold.ttf";
  font-stretch: semi-condensed;
  font-weight: 700
}

@font-face {
  font-family: "Open Sans", sans-serif;
  src: "public/webfonts/gfonts/semicondensed/OpenSans_SemiCondensed-ExtraBold.ttf";
  font-stretch: semi-condensed;
  font-weight: 900
}

@font-face {
  font-family: "Open Sans", sans-serif;
  src: "public/webfonts/gfonts/condensed/OpenSans_Condensed-Light.ttf";
  font-stretch: condensed;
  font-weight: 300
}

@font-face {
  font-family: "Open Sans", sans-serif;
  src: "public/webfonts/gfonts/condensed/OpenSans_Condensed-Regular.ttf";
  font-stretch: condensed;
  font-weight: 400
}

@font-face {
  font-family: "Open Sans", sans-serif;
  src: "public/webfonts/gfonts/condensed/OpenSans_Condensed-Medium.ttf";
  font-stretch: condensed;
  font-weight: 500
}

@font-face {
  font-family: "Open Sans", sans-serif;
  src: "public/webfonts/gfonts/condensed/OpenSans_Condensed-SemiBold.ttf";
  font-stretch: condensed;
  font-weight: 600
}

@font-face {
  font-family: "Open Sans", sans-serif;
  src: "public/webfonts/gfonts/condensed/OpenSans_Condensed-Bold.ttf";
  font-stretch: condensed;
  font-weight: 700
}

@font-face {
  font-family: "Open Sans", sans-serif;
  src: "public/webfonts/gfonts/condensed/OpenSans_Condensed-ExtraBold.ttf";
  font-stretch: condensed;
  font-weight: 900
}

body img {
  max-width: 100%
}

* {
  font-family: "Roboto Slab", serif
}

.title {
  line-height: 1;
  font-weight: 700
}

.title--main {
  font-size: 45px
}
.pm-label{
	display: inline-block;
	padding: 5px 10px;
	border-radius: 20px;
	font-size: 13px;
	line-height: 1;
	background: #0a7394;
	color: #FFFFFF;
	vertical-align: top;
}
@media(max-width: 1199px) {
  .title--main {
    font-size: 42px
  }
}

@media(max-width: 991px) {
  .title--main {
    font-size: 36px
  }
}

@media(max-width: 767px) {
  .title--main {
    font-size: 30px
  }
}

@media(max-width: 575px) {
  .title--main {
    font-size: 24px
  }
}

.title--section {
  font-size: 30px
}

@media(max-width: 1199px) {
  .title--section {
    font-size: 26px
  }
}

@media(max-width: 991px) {
  .title--section {
    font-size: 24px
  }
}

@media(max-width: 767px) {
  .title--section {
    font-size: 20px
  }
}

@media(max-width: 575px) {
  .title--section {
    font-size: 18px
  }
}

.subtitle {
  font-weight: 700;
  font-size: 22px
}

@media(max-width: 1199px) {
  .subtitle {
    font-size: 20px
  }
}

@media(max-width: 767px) {
  .subtitle {
    font-size: 18px
  }
}

@media(max-width: 575px) {
  .subtitle {
    font-size: 16px
  }
}

.subtitle--main {
  color: #fff;
  width: fit-content;
  font-size: 34px;
  padding: 15px 30px;
  background: #0a7394
}

@media(max-width: 1199px) {
  .subtitle--main {
    font-size: 30px
  }
}

@media(max-width: 991px) {
  .subtitle--main {
    font-size: 26px
  }
}

@media(max-width: 767px) {
  .subtitle--main {
    font-size: 22px
  }
}

@media(max-width: 575px) {
  .subtitle--main {
    font-size: 18px
  }
}

.subtitle.c-orange {
  color: #0a7394
}

.paragraph {
  font-size: 18px;
  color: #606060
}

@media(max-width: 991px) {
  .paragraph {
    font-size: 16px
  }
}

.paragraph.c-white {
  color: #fff
}

.btn {
  outline: none;
  line-height: 1;
  font-size: 11px;
  box-shadow: none;
  font-weight: 500;
  border-radius: 5px;
  padding: 15px 75px;
  transition: .3s ease-out !important;
  border: 1px solid transparent
}

@media(max-width: 991px) {
  .btn {
    font-size: 16px
  }
}

.btn.btn--uppercase {
  text-transform: uppercase
}

.btn.btn-primary {
  color: #fff;
  background: #0a7394;
  border-color: #0a7394
}

.btn.btn-primary:hover {
  background: #f1962e;
  border-color: #f1962e;
  color: #fff
}

.btn.btn-secondary {
  color: #fff;
  background: #0a7394;
  border-color: #0a7394
}

.btn.btn-secondary:hover {
  color: #fff;
  background: #f1962e;
  border-color: #f1962e
}

.e404 {
  padding: 175px 0 100px;
  min-height: calc(100vh - 745px);
  border-top: solid 1px #686868;
  text-align: center
}

.e404 h1 {
  font-size: 24px;
  line-height: 1;
  color: #000;
  font-weight: 100
}

.e404 h1 strong {
  font-size: 150px;
  line-height: 1;
  color: #0a7394;
  display: block
}

@media(max-width: 575px) {
  .e404 h1 strong {
    font-size: 80px
  }
}

.e404 p {
  color: #000;
  font-size: 24px;
  margin: 0 0 50px
}

.search-form {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  border-radius: 0
}

.search-form .btn {
  padding: 8px 15px 8px 10px;
  position: absolute;
  top: 0;
  right: 0
}

.search-form input {
  min-width: 250px;
  height: 44px;
  border-radius: 22px;
  background: #e8e8e8 !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  width: calc(100% - 200px);
  padding: 8px 25px;
  font-size: 16px;
  font-weight: 300;
  color: #000
}

.search-form input::placeholder {
  color: #949494;
  font-size: 16px;
  font-weight: 300;
  font-style: italic
}

@media(max-width: 1199px) {
  .search-form input {
    height: 50px
  }
}

@media(max-width: 991px) {
  .search-form input {
    height: 45px
  }
}

/* Collapsible search toggle (992px – 1400px = 13" MacBook range) */
.search-toggle-btn {
  display: none; /* hidden by default; shown via media query below */
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: transparent;
  color: #000;
  font-size: 18px;
  cursor: pointer;
  padding: 0;
  transition: color .2s;
}
.search-toggle-btn:hover { color: #0A7394; }

@media (min-width: 992px) and (max-width: 1500px) {
  /* Show the icon-only toggle */
  .search-toggle-btn { display: flex; }

  /* Collapse: hide the text input + submit button until toggled */
  #siteSearch {
    position: relative;
  }
  #siteSearch .search-form__form {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 12px);
    min-width: 280px;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 6px 24px rgba(0,0,0,.15);
    z-index: 999;
    padding: 0;
  }
  #siteSearch.search-open .search-form__form {
    display: flex;
  }
  /* Keep the submit button inside the dropdown form */
  #siteSearch .search-form__form input {
    min-width: 0;
    width: 100%;
    border-radius: 30px;
    padding-right: 45px;
  }
}

@media (min-width: 1501px) {
  /* Large desktops: always show the full search form, hide the toggle */
  .search-toggle-btn { display: none !important; }
  #siteSearch .search-form__form { display: flex !important; }
}

@media (max-width: 991px) {
  /* Mobile: full form always visible inside the collapsed menu */
  .search-toggle-btn { display: none; }
  #siteSearch .search-form__form { display: flex; }
}

.paginate_links {
  text-align: center;
  display: flex;
  justify-content: center
}

.paginate_links a.page-numbers, .paginate_links span.page-numbers.current {
  color: #656565;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: .3s ease-out;
  background: #fff;
  border: 1px solid #ebebeb;
  transition: .3s ease-out;
  text-decoration: none;
  margin: 0 5px;
  transition: .3s ease-out
}

.paginate_links a.page-numbers:hover, .paginate_links span.page-numbers.current:hover {
  border-color: #0a7394;
  background: #0a7394;
  color: #fff
}

.paginate_links a.page-numbers:hover i, .paginate_links span.page-numbers.current:hover i {
  transform: scale(1.1)
}

.paginate_links span.page-numbers.current {
  border-color: #0a7394;
  background: #0a7394;
  color: #fff
}

.paginate_links span.page-numbers.dots {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: end;
  background: #fff;
  border: 1px solid #ebebeb;
  margin: 0 5px
}

@media(max-width: 991px) {
  .aos-animate, .aos-animate[data-aos^=fade], .aos-animate[data-aos^=fade], .aos-animate[data-aos] {
    opacity: 1 !important;
    transition-timing-function: inherit !important;
    transition-duration: 0 !important;
    transform: none !important;
    animation: none !important
  }
}

@media(max-width: 991px) {
  body[data-aos-duration="400"] [data-aos] {
    opacity: 1 !important;
    transition-timing-function: inherit !important;
    transition-duration: 0 !important;
    transform: none !important;
    animation: none !important
  }
}

#mainHeader {
  z-index: 100;
  position: relative;
  box-shadow: 0px 0px 27px 0px rgba(72, 72, 72, .13)
}

#mainHeader .custom-logo-link {
  width: 220px
}

#mainHeader .custom-logo-link img {
  height: auto
}

@media(max-width: 991px) {
  #mainHeader .navbar-toggler {
    color: #0a7394;
    font-size: 28px;
    outline: none !important;
    box-shadow: none !important
  }
}

#mainHeader form {
  display: flex;
  position: relative
}

@media(max-width: 991px) {
  #mainHeader form {
    padding: 0;
    margin: 0 auto 15px;
    width: calc(100% - 24px)
  }
}

@media(max-width: 991px) {
  #mainHeader form input {
    width: 100%
  }
}

#mainHeader form .btn {
  height: 100%;
  border: none;
  background: none;
  outline: none !important;
  box-shadow: none !important
}

@media(max-width: 991px) {
  #mainHeader #navbarNav {
    left: 0;
    top: 100%;
    width: 100%;
    border-top: solid 1px #ebebeb;
    background: #fff;
    position: absolute
  }
}

@media(max-width: 991px) {
  #mainHeader #navbarNav #menu-main-menu {
    padding: 25px 0 15px;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto
  }
}

@media(max-width: 767px) {
  #mainHeader #navbarNav #menu-main-menu {
    max-width: 540px
  }
}

@media(max-width: 575px) {
  #mainHeader #navbarNav #menu-main-menu {
    max-width: 100%
  }
}

#mainHeader #navbarNav .nav-item {
  font-size: 18px;
  font-weight: 600;
  margin-left: 5px;
  margin-right: 5px
}

#mainHeader #navbarNav .nav-item:hover .nav-link, #mainHeader #navbarNav .nav-item.active .nav-link {
  color: #0a7394
}

#mainHeader #navbarNav .nav-item .nav-link {
  color: #000;
  text-decoration: none;
  transition: .3s ease-out
}

#mainFooter {
  padding: 80px 0;
  background: #f6f9fc;
  color: #686868;
  font-size: 18px
}

@media(max-width: 991px) {
  #mainFooter {
    padding: 50px 0
  }
}

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

#mainFooter ul li {
  position: relative;
  padding-left: 20px
}

#mainFooter ul li::before {
  content: "";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  color: #0a7394;
  position: absolute;
  left: 0;
  top: 3px
}

#mainFooter ul li+li {
  margin-top: 10px
}

#mainFooter ul a {
  color: #545454;
  text-decoration: none;
  font-weight: 500
}

#mainFooter strong {
  color: #545454
}

body {
  max-width: 100vw;
  overflow-x: hidden
}

@media(min-width: 1230px) {
  .container-fluid {
    max-width: 1200px
  }
}

@media(min-width: 1530px) {
  .container-fluid {
    max-width: 1500px
  }
}

.container-fluid .container-fluid {
  padding: 0;
  max-width: 100%
}

.section {
  padding: 40px 0
}

@media(max-width: 991px) {
  .section {
    padding: 30px 0
  }
}

.section:first-child {
  padding-top: 40px
}

.section--white+.section--white {
  padding-top: 0
}

.section--gray {
  background: #f5f6fa
}

.section__title {
  font-size: 40px;
  line-height: 45px;
  font-weight: 700
}

@media(max-width: 991px) {
  .section__title {
    font-size: 28px;
    line-height: 35px
  }
}

.section--hero {
  position: relative;
  padding: 40px 0 40px;
  color: #fff
}

@media(max-width: 991px) {
  .section--hero {
    padding: 40px 0 !important
  }
}

.section--hero .section__title {
  font-size: 28px;
  line-height: 35px
}

@media(max-width: 991px) {
  .section--hero .section__title {
    font-size: 24px;
    line-height: 31px
  }
}

.section--hero .container-fluid {
  position: relative;
  z-index: 2
}

.section--hero::before {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 30%;
  position: absolute;
  background: #000;
  z-index: 1
}

.section--hero-page {
  padding: 110px 0;
  position: relative
}

@media(max-width: 991px) {
  .section--hero-page {
    padding: 75px 0
  }
}

.section--hero-page::before {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 30%;
  position: absolute;
  background: #000
}

.section--hero .title {
  position: relative;
  margin-bottom: 30px
}

.section--hero .paragraph {
  position: relative;
  margin-bottom: 0
}

@media(min-width: 992px) {
  .section--content-image:nth-child(even) .row {
    flex-direction: row-reverse
  }
}

.section--blocks {
  position: relative;
  padding: 105px 0 85px
}

@media(max-width: 1199px) {
  .section--blocks {
    padding: 75px 0
  }
}

@media(max-width: 991px) {
  .section--blocks {
    padding: 50px 0
  }
}

@media(max-width: 767px) {
  .section--blocks {
    padding: 35px 0
  }
}

@media(max-width: 575px) {
  .section--blocks {
    padding: 25px 0
  }
}

.section--blocks::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 50%
}

.section--blocks .content {
  z-index: 1;
  position: relative
}

.section--blocks .content .title {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 100px
}

@media(max-width: 1199px) {
  .section--blocks .content .title {
    margin-bottom: 50px
  }
}

@media(max-width: 991px) {
  .section--blocks .content .title {
    margin-bottom: 50px
  }
}

@media(max-width: 767px) {
  .section--blocks .content .title {
    margin-bottom: 35px
  }
}

@media(max-width: 575px) {
  .section--blocks .content .title {
    margin-bottom: 25px
  }
}

.section--blocks .content .title::before {
  content: "";
  left: 0;
  bottom: 0;
  right: 0;
  height: 4px;
  margin: auto;
  width: 155px;
  position: absolute;
  background: #0a7394
}

.section--blocks .content .block {
  padding: 50px 15px;
  background: #fff;
  margin-bottom: 25px;
  transition: .3s ease-out
}

@media(max-width: 991px) {
  .section--blocks .content .block {
    padding: 35px 15px
  }
}

.section--blocks .content .block:hover {
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, .25);
  -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, .25);
  -moz-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, .25)
}

.section--blocks .content .block:hover figure img {
  transform: scale(1.1)
}

.section--blocks .content .block figure {
  margin-bottom: 50px
}

@media(max-width: 1199px) {
  .section--blocks .content .block figure {
    margin-bottom: 25px
  }
}

@media(max-width: 991px) {
  .section--blocks .content .block figure {
    margin-bottom: 15px
  }
}

.section--blocks .content .block figure img {
  width: auto;
  height: 75px;
  transition: .3s ease-out
}

.section--contact {
  background: #f7f7f7;
  padding: 95px 0 115px
}

@media(max-width: 1199px) {
  .section--contact {
    padding: 75px 0
  }
}

@media(max-width: 991px) {
  .section--contact {
    padding: 50px 0
  }
}

@media(max-width: 767px) {
  .section--contact {
    padding: 35px 0
  }
}

@media(max-width: 575px) {
  .section--contact {
    padding: 25px 0
  }
}

.section--contact .title {
  margin-bottom: 50px
}

@media(max-width: 1199px) {
  .section--contact .title {
    margin-bottom: 35px
  }
}

@media(max-width: 991px) {
  .section--contact .title {
    margin-bottom: 25px
  }
}

.section--contact form {
  padding: 60px 25px;
  background: #fff;
  position: relative;
  margin-bottom: 60px
}

.section--contact form::before {
  content: "";
  width: 50%;
  height: 9px;
  left: 0;
  bottom: 0;
  position: absolute;
  background: #f1962e
}

.section--contact form::after {
  content: "";
  width: 50%;
  height: 9px;
  right: 0;
  bottom: 0;
  position: absolute;
  background: #0a7394
}

.section--contact form input {
  height: 60px;
  border-radius: 0;
  margin-bottom: 40px;
  border: 1px solid #ededed
}

@media(max-width: 991px) {
  .section--contact form input {
    height: 50px
  }
}

.section--contact form textarea {
  resize: none;
  height: 180px;
  border-radius: 0;
  margin-bottom: 40px;
  border: 1px solid #ededed
}

.section--contact .bottom h4 {
  color: #494949;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px
}

@media(max-width: 991px) {
  .section--contact .bottom h4 {
    margin-bottom: 25px
  }
}

.section--contact .bottom a {
  font-size: 18px;
  color: #494949;
  text-decoration: none;
  transition: .3s ease-out
}

.section--contact .bottom a:hover {
  color: #0a7394
}

.section--contact .bottom i {
  top: 0;
  left: 0;
  position: absolute;
  color: #0a7394
}

.section--contact .bottom .paragraph {
  color: #494949;
  font-weight: 600;
  position: relative;
  padding-left: 25px;
  margin-bottom: 30px
}

@media(max-width: 991px) {
  .section--contact .bottom .paragraph {
    margin-bottom: 25px
  }
}

.section--blocks-page {
  padding: 100px 0;
  background: #f7f7f7
}

.section--blocks-page .block {
  padding: 50px 15px;
  background: #fff;
  margin-bottom: 60px;
  transition: .3s ease-out;
  border-bottom: 4px solid #0a7394
}

.section--blocks-page .block:hover {
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, .25);
  -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, .25);
  -moz-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, .25)
}

.section--blocks-page .block figure {
  margin-bottom: 50px
}

.section--blocks-page .block img {
  width: auto;
  height: 75px
}

.section--lists {
  position: relative;
  padding: 105px 0 85px
}

.section--lists::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 60%
}

.section--lists .title {
  z-index: 1;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 95px
}

.section--lists .title::before {
  content: "";
  left: 0;
  bottom: 0;
  right: 0;
  height: 4px;
  margin: auto;
  width: 155px;
  position: absolute;
  background: #0a7394
}

.section--lists .content {
  z-index: 1;
  position: relative
}

.section--lists .content .paragraph {
  position: relative;
  padding-left: 25px
}

.section--lists .content .paragraph::before {
  top: 0;
  left: 0;
  content: "";
  font-size: 18px;
  position: absolute;
  color: #0a7394;
  font-family: "Font Awesome 6 Pro"
}

.selection__title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  color: #000
}

.single-cow__basic-information figure {
  position: relative;
  padding: 0 0 85%;
  border-radius: 15px;
  overflow: hidden
}

.single-cow__basic-information figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.single-cow__basic-information h1 {
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  color: #0a7394
}

.single-cow__basic-information p {
  margin: 0;
  color: #3f3f3f;
  font-size: 12px;
  line-height: 19px
}

.table {
  font-size: 11px;
	text-transform: capitalize;
  border-spacing: unset;
  border-collapse: unset
}
.table>:not(caption)>*>*{
	padding: 3px 5px;
}
.table--clean thead th {
  border-bottom: none !important
}

.table--clean thead th:first-child {
  border-top-left-radius: 15px !important
}

.table--clean thead th:last-child {
  border-top-right-radius: 15px !important
}

.table--clean tbody tr:first-child td:first-child {
  border-radius: 0 !important
}

.table--clean tbody tr:first-child td:last-child {
  border-radius: 0 !important
}

.table--clean tbody tr:last-child td:first-child {
  border-bottom-left-radius: 15px !important
}

.table--clean tbody tr:last-child td:last-child {
  border-bottom-right-radius: 15px !important
}

.table__sortable {
  cursor: pointer
}

.table thead th {
  background: #0a7394;
  color: #fff;
  font-weight: 600;
  text-align: center;
  border-bottom: solid 4px #fff
}
.table thead th.table__sortable_conditional{
	background: #00B3A8;
}

.table thead th:first-child {
  border-top-left-radius: 10px
}

.table thead th:last-child {
  border-top-right-radius: 10px
}

.table tbody td {
  text-align: center;
  color: #000
}

.table tbody td span {
  font-weight: 300
}

.table tbody td a:not(.btn) {
  color: inherit;
  text-decoration: none;
  transition: .3s ease-out
}

.table tbody td a:not(.btn):hover {
  color: #0a7394
}

.table tbody td:first-child {
  text-align: left
}

.table tbody tr:first-child td {
  border-top: solid 1px #d9d9d9
}

.table tbody tr:first-child td:first-child {
  border-top-left-radius: 5px
}

.table tbody tr:first-child td:last-child {
  border-top-right-radius: 5px
}

.table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 5px
}

.table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 5px
}

.table tbody tr td:first-child {
  border-left: solid 1px #d9d9d9
}

.table tbody tr td:last-child {
  border-right: solid 1px #d9d9d9
}

.table--statistics thead th {
  text-align: left
}

.table .statistic-wrap {
  position: relative;
	width: fit-content;
	margin: 0 auto;
}

.table .statistic-bar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 17px;
  margin: auto;
  background: #0a7394;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px
}

.table .statistic-grid {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center
}

.table .statistic-grid.numeric .statistic-grid__item {
  border: none;
  color: #fff;
  position: relative
}

.table .statistic-grid.numeric .statistic-grid__item strong {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  left: 0;
  transform: translateX(-50%)
}

.table .statistic-grid.numeric .statistic-grid__item strong+strong {
  left: auto;
  right: 0;
  transform: translateX(50%)
}

.table .statistic-grid__item {
  width: 50px;
  height: 23px;
  /*border-left: solid 1px #676767*/
}

.table .statistic-grid__item:last-child {
  /*border-right: solid 1px #676767*/
}

.cows-loop .cows__item {
  position: relative;
  border: solid 1px #dcdcdc;
  border-radius: 15px;
  overflow: hidden
}

.cows-loop .cows__item figure {
  position: relative;
  padding: 0 0 75%;
  margin: 0
}

.cows-loop .cows__item figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object: cover
}

.cows-loop .cows__item__content {
  padding: 20px;
  font-size: 18px;
  color: #464646
}

.cows-loop .cows__item__content strong {
  color: #000
}

.cows-loop .cows__item h2 {
  padding: 15px 20px;
  margin: 0;
  font-size: 26px;
  line-height: 30px;
  font-weight: 500;
  color: #202020;
  border-bottom: solid 1px #dcdcdc
}

.cows-loop .cows__item h2 a {
  color: inherit;
  text-decoration: none
}
.searchandfilter{
	font-size: 11px;
}
.searchandfilter>ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.searchandfilter>ul li.sf-field-post-meta-beta-casein{
    order: 2;
}

.searchandfilter>ul li.sf-field-taxonomy-polled{
    order: 3;
}

.searchandfilter>ul>li+li {
  margin-top: 10px
}

.searchandfilter>ul>li+li[data-sf-meta-type=number] {
  margin-top: 0;
  padding: 0
}

.searchandfilter>ul>li[data-sf-field-input-type=radio],
.searchandfilter>ul>li.searchandfilter__group{
  border: solid 1px #d3d3d3;
  border-radius: 10px;
  padding-top: 0;
	padding-bottom: 0;
  overflow: hidden
}

.searchandfilter>ul>li[data-sf-field-input-type=radio]+li[data-sf-meta-type=number],
.searchandfilter>ul>li.searchandfilter__group+li.searchandfilter__group{
  margin-top: 10px
}

.searchandfilter>ul>li[data-sf-field-input-type=radio] h4,
.searchandfilter>ul>li.searchandfilter__group h4{
  background: #d3d3d3;
  padding: 8px 15px;
	font-size: 13px;
}

.searchandfilter>ul>li[data-sf-field-input-type=radio] ul,
.searchandfilter>ul>li.searchandfilter__group ul{
  list-style-type: none;
  padding: 0;
}

.searchandfilter>ul>li[data-sf-field-input-type=radio] ul li,
.searchandfilter>ul>li.searchandfilter__group ul li{
  padding: 6px 15px
}
.searchandfilter>ul>li.searchandfilter__group ul li{
	display: flex;
	align-items: center;
}
.searchandfilter>ul>li.searchandfilter__group ul li div.sf-meta-range{
	flex: 1;
	max-width: calc(100% - 70px);
	display: flex;
	flex-wrap: wrap;
}



.searchandfilter>ul>li.searchandfilter__group ul li h4{
	background: transparent;
	padding: 0 15px 0 0;
	font-size: 12px;
	flex: 0 0 70px;
	max-width: 70px;
}
.searchandfilter>ul>li[data-sf-field-input-type=radio] ul li+li,
.searchandfilter>ul>li.searchandfilter__group ul li+li{
  border-top: solid 1px #d3d3d3
}

.searchandfilter>ul>li[data-sf-field-input-type=radio] input {
  display: none
}

.searchandfilter>ul>li[data-sf-field-input-type=radio] input:checked+label::after {
  background: #fff;
  border: solid 4px #0a7394
}

.searchandfilter>ul>li[data-sf-field-input-type=radio] input+label {
  padding: 0 30px 0 0;
  display: block;
  width: 100%;
  position: relative
}

.searchandfilter>ul>li[data-sf-field-input-type=radio] input+label::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: solid 1px #d2d2d2;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transition: .3s ease-out
}

.searchandfilter .meta-slider {
  height: 10px;
	width: 100%;
}
.sf-range-values-seperator{
	display: none;
}
.searchandfilter .sf-range-max{
	margin-left: auto;
}
.searchandfilter .sf-range-min{
	margin-right: auto;
}
.searchandfilter>ul>li.sf-field-taxonomy-cow_market{
	
}
.searchandfilter>ul>li.sf-field-taxonomy-cow_market ul{
	display: flex;
	flex-wrap: wrap;
}
.searchandfilter>ul>li.sf-field-taxonomy-cow_market ul li{
	border: none;
}
.searchandfilter>ul>li.sf-field-taxonomy-cow_market ul li+li{
	border: none;
}
.searchandfilter>ul>li.sf-field-taxonomy-cow_market ul li input+label{
	width: fit-content;
	padding: 0;
	cursor: pointer;
}
.searchandfilter>ul>li.sf-field-taxonomy-cow_market ul li input:checked+label{
	color: #0a7394;
	font-weight: 700;
}
.searchandfilter>ul>li.sf-field-taxonomy-cow_market ul li input+label:after{
	display: none;
}
.searchandfilter .noUi-connect {
  background: #0a7394
}

.searchandfilter .noUi-horizontal .noUi-handle {
  height: 16px;
  width: 16px;
  right: -8px !important;
  top: -4px !important;
  background: #0a7394;
  border: solid 2px #b5d3df;
  box-shadow: none !important
}

.searchandfilter .noUi-horizontal .noUi-handle:after, .searchandfilter .noUi-horizontal .noUi-handle::before {
  display: none !important
}

.simplefavorite-button {
  background: transparent;
  color: #0a7394;
  padding: 0;
  border: none;
  opacity: 1 !important
}

.splide__arrow {
  background: #fff;
  opacity: 1 !important;
  box-shadow: 0px 0px 21px 0px rgba(72, 72, 72, .1);
  width: 60px;
  height: 60px;
  transition: .3s ease-out
}

@media(max-width: 991px) {
  .splide__arrow {
    transform: translateY(-120%)
  }
}

@media(min-width: 768px) {
  .splide__arrow--next {
    right: -30px
  }
}

@media(min-width: 768px) {
  .splide__arrow--prev {
    left: -30px
  }
}

.splide__arrow svg {
  fill: #566772;
  transition: .3s ease-out
}

.splide__arrow:hover {
  background: #0a7394
}

.splide__arrow:hover svg {
  fill: #fff
}

.favorites-list {
  padding: 0
}

.favorites-list li {
  display: flex;
  flex-wrap: wrap;
  align-items: center
}

.favorites-list li img {
  width: 80px;
  height: auto;
  border-radius: 10px
}

.favorites-list li p {
  margin: 0
}

.favorites-list li a {
  color: inherit;
  text-decoration: none
}

/*# sourceMappingURL=style.css.map */
.btn.btn-white {
  background: #FFFFFF;
  color: #0a7394;
  border: solid 1px #d2d2d2
}

.btn.btn-white:hover {
  background: #0a7394;
  color: #FFFFFF;
}

.cow-actions .btn {
  border-radius: 25px;
  padding: 10px 12px;
}

.searchandfilter ul li.sf-field-search,
.searchandfilter ul li.sf-field-reset {
  padding: 0;
}

.searchandfilter .meta-slider {
  max-width: 100%;
}

.searchandfilter ul li.sf-field-search label {
  display: block;
  width: 100%;
}

.searchandfilter ul li.sf-field-search .sf-input-text {
  width: 100%;
  outline: none;
  line-height: 1;
  font-size: 11px;
  box-shadow: none;
  font-weight: 500;
  border-radius: 25px;
  padding: 15px 35px;
  transition: .3s ease-out !important;
  border: 1px solid transparent;
  color: #fff;
  background: #FFFFFF;
  border-color: #d3d3d3;
  height: 35px;
  width: 100%;
}

.search-filter-reset {
  width: 100%;
  outline: none;
  line-height: 1;
  font-size: 11px;
  box-shadow: none;
  font-weight: 500;
  border-radius: 25px;
  padding: 6px 35px;
  transition: .3s ease-out !important;
  border: 1px solid transparent;
  color: #fff;
  background: #0a7394;
  border-color: #0a7394;
	height: 35px;
}
.navigation a{
	font-size: 14px;
	color: #000;
	text-decoration: none;
}
.navigation a+a{
	margin-left: 30px;
}
.searchandfilter ul li.sf-field-search .sf-input-text {
  color: #000;
}
[data-sf-field-input-type="select"]{
	position: relative;
	    border: solid 1px #d3d3d3;
    border-radius: 10px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    overflow: hidden;
}
[data-sf-field-input-type="select"] h4{
	background: #d3d3d3;
    padding: 8px 15px;
    font-size: 13px;
}
[data-sf-field-input-type="select"] label{
	display: block;
	width: 100%;
	padding: 10px;
	position: relative;
}
[data-sf-field-input-type="select"] label:after{
	content: '\f107';
	font-family: 'Font Awesome 6 Pro';
	font-weight: 900;
	position: absolute;
	top: 16px;
	right: 20px;
	z-index: 1;
}
.searchandfilter .meta-slider{
	margin-top: 6px;
	margin-bottom: 3px;
}

.searchandfilter select.sf-input-select{
	width: 100%;
	padding: 5px;
	appearance: none;
	-webkit-appearance: none;
	border: solid 1px #d3d3d3;
	position: relative;
	z-index: 2;
	color: #000;
	background: transparent;
	border-radius: 5px;
}
.favorites-link, .account-link{
	font-size: 22px;
	color: #0a7394 !important;
	text-decoration: none;
}
.favorites-link span{
	color: #000000;
	font-size: 18px;
    font-weight: 600;
}

.btn.btn-footer{
	font-size: 16px;
	padding: 14px 20px;
	width: 100%;
}
@media(max-width: 992px){
	#sortMyTable{
		margin-top: 30px
	}
}
@media(min-width: 992px) and (max-width: 1529px){
	.searchandfilter>ul>li.sf-field-taxonomy-cow_market ul li{
		flex: 0 0 50%;
		max-width: 50%;
	}	
}

@media print {
	.section{
		padding: 0;
	}
	#sortMyTable{
		margin-top: 0
	}
	#mainHeader, #mainFooter, .section--related-cows, .navigation, .cow-actions{
		display: none !important;
	}
	.w-100-print{
		flex: 0 100%;
		max-width: 100%;
	}
	.table{
		font-size: 10px;
		margin: 0 0 5px;
	}
	.single-cow__basic-information figure{
		padding: 0 0 60%;
	}
	.table td{
		padding: 0 5px;
	}
	.single-cow__basic-information h1{
		font-size: 14px;
		line-height: 1;
	}
	.single-cow__basic-information p{
		font-size: 10px;
		line-height: 12px;
	}
	.col-print-6{
		float: left;
		width: 50%;
	}
	.pagebreak{
		clear: both;
        /*page-break-after: always;*/
	}
	.mb-4{
		margin-bottom: 10px !important;
	}
	.mt-3{
		margin-top: 0 !important;
	}
	.single-cow__basic-information figure{
		margin: 0 0 10px;
	}
	.table thead th{
		print-color-adjust: exact;
		-webkit-print-color-adjust: exact;
		-moz-print-color-adjust: exact;
	}
	.col-lg-4{
		width: 150px !important;
	}
	.table-responsive.small-one{
		position: absolute;
		width: 250px;
		top: 4%;
    	right: 12.5px;
	}
	.table .statistic-bar{
		height: 10px;
		print-color-adjust: exact;
		-webkit-print-color-adjust: exact;
		-moz-print-color-adjust: exact;
	}
	
}

/* .sf-field-taxonomy-cow_market{
	display: none !important;
}
.user-administrator .sf-field-taxonomy-cow_market,
.user-employee .sf-field-taxonomy-cow_market{
	display: block !important;
} */

#loginform{
	border: solid 1px #ebebeb;
	border-radius: 15px;
}
@media(max-width: 768px){
	.top-cow-actions{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 0 !important;
	}
  .add-all-to-fav{
    width: 100%;
    flex: 0 0 100%;
  }
	.top-cow-actions .btn{
		flex: 0 0 calc(50% - 10px);
		max-width: calc(50% - 10px);
	}
  .user-toolbar .btn{
    font-size: 14px !important;
    line-height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 13px !important;
  }
  .user-toolbar .btn i{
    display: none !important;
  }
}
.user-toolbar{
  flex-wrap: wrap;
  gap: 20px;
}
.top-cow-actions{
  gap: 20px;
}

/* ── News Archive ───────────────────────────────────────────── */
.section--news-archive {
  padding: 60px 0 80px;
}
.news-archive__title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 3px solid #0A7394;
}

/* Featured hero card */
.news-featured {
  display: flex;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 50px;
  text-decoration: none;
  color: inherit;
  border: 1px solid #e8e8e8;
  transition: box-shadow .25s ease-out;
  min-height: 340px;
}
.news-featured:hover {
  box-shadow: 0 8px 32px rgba(10,115,148,.15);
  color: inherit;
  text-decoration: none;
}
.news-featured__img {
  flex: 0 0 55%;
  background-size: cover;
  background-position: center;
  min-height: 320px;
}
.news-featured__body {
  flex: 1;
  padding: 40px 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
}
.news-featured__title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.35;
  margin: 10px 0 14px;
  color: #202020;
}
.news-featured__excerpt {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 20px;
  flex: 1;
}
@media (max-width: 767px) {
  .news-featured {
    flex-direction: column;
  }
  .news-featured__img {
    flex: none;
    height: 220px;
  }
  .news-featured__body {
    padding: 24px 20px;
  }
}

/* News card grid */
.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 50px;
}
.news-grid--three {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 991px) {
  .news-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 575px) {
  .news-grid { grid-template-columns: 1fr; }
}

/* News card */
.news-card {
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  border: 1px solid #e8e8e8;
  background: #fff;
  transition: box-shadow .25s ease-out, transform .25s ease-out;
}
.news-card:hover {
  box-shadow: 0 6px 24px rgba(10,115,148,.13);
  transform: translateY(-3px);
  color: inherit;
  text-decoration: none;
}
.news-card__img-wrap {
  position: relative;
  padding-bottom: 58%;
  overflow: hidden;
  background: #f0f4f6;
}
.news-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease-out;
}
.news-card:hover .news-card__img {
  transform: scale(1.04);
}
.news-card__img-placeholder {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #d6e8ef 0%, #b8d4de 100%);
}
.news-card__body {
  padding: 22px 22px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.news-card__date {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #0A7394;
  margin-bottom: 8px;
  display: block;
}
.news-card__title {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  color: #202020;
  margin: 0 0 10px;
}
.news-card__excerpt {
  font-size: 14px;
  color: #666;
  line-height: 1.65;
  margin-bottom: 16px;
  flex: 1;
}
.news-card__readmore {
  font-size: 13px;
  font-weight: 700;
  color: #0A7394;
  display: inline-flex;
  align-items: center;
}

/* Pagination */
.news-pagination {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 20px;
}
.news-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #d0d0d0;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  transition: background .2s, color .2s, border-color .2s;
}
.news-pagination .page-numbers:hover,
.news-pagination .page-numbers.current {
  background: #0A7394;
  border-color: #0A7394;
  color: #fff;
}

/* ── News Single ────────────────────────────────────────────── */
.single-news__hero {
  width: 100%;
  height: 420px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .single-news__hero { height: 240px; }
}
.section--single-news {
  padding: 50px 0 60px;
}
.single-news__date {
  display: block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #0A7394;
  margin-bottom: 12px;
}
.single-news__title {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 30px;
  color: #1a1a1a;
}
@media (max-width: 767px) {
  .single-news__title { font-size: 24px; }
}
.single-news__content {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 40px;
}
.single-news__content h2,
.single-news__content h3 {
  margin-top: 32px;
  margin-bottom: 14px;
  font-weight: 700;
  color: #1a1a1a;
}
.single-news__content p { margin-bottom: 18px; }
.single-news__content ul,
.single-news__content ol { padding-left: 22px; margin-bottom: 18px; }
.single-news__content img { max-width: 100%; height: auto; border-radius: 4px; }
.single-news__content a {
  color: #0A7394;
  text-decoration: underline;
  transition: color .2s ease-out;
}
.single-news__content a:hover {
  color: #085d76;
}

/* Social share bar */
.news-share {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 22px 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 30px;
}
.news-share__label {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .07em;
  color: #555;
  margin-right: 6px;
}
.news-share__links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.news-share__btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .2s ease-out, transform .15s ease-out;
  color: #fff;
}
.news-share__btn:hover {
  opacity: .88;
  transform: translateY(-1px);
  color: #fff;
  text-decoration: none;
}
.news-share__btn--facebook  { background: #1877F2; }
.news-share__btn--linkedin  { background: #0A66C2; }
.news-share__btn--twitter   { background: #000000; }
.news-share__btn--whatsapp  { background: #25D366; }
.news-share__btn--email     { background: #555; }

/* Back link */
.news-back {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #0A7394;
  text-decoration: none;
  transition: opacity .2s;
}
.news-back:hover { opacity: .75; color: #0A7394; }

/* Related news */
.section--related-news {
  padding: 50px 0 70px;
  background: #f5f6fa;
}
.related-news__title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #1a1a1a;
}

/* Jobs Archive */
.section--jobs-archive {
  padding: 60px 0 80px;
}
.jobs__title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 50px;
  padding-bottom: 20px;
  border-bottom: 3px solid #0A7394;
}
.jobs__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.jobs__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 30px 32px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-left: 4px solid #0A7394;
  border-radius: 4px;
  transition: box-shadow .2s ease-out;
}
.jobs__item:hover {
  box-shadow: 0 4px 18px rgba(10,115,148,.12);
}
.jobs__item-body {
  flex: 1;
}
.jobs__item-title {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 8px;
}
.jobs__item-title a {
  color: #202020;
  text-decoration: none;
  transition: color .2s ease-out;
}
.jobs__item-title a:hover {
  color: #0A7394;
}
.jobs__item-excerpt {
  margin: 0;
  color: #555;
  font-size: 15px;
  line-height: 1.6;
}
.jobs__item-btn {
  flex-shrink: 0;
  color: #0A7394;
  border: 2px solid #0A7394;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 4px;
  white-space: nowrap;
  text-decoration: none;
  transition: background-color .2s ease-out, color .2s ease-out;
}
.jobs__item-btn:hover {
  background: #0A7394;
  color: #fff;
}
@media (max-width: 575px) {
  .jobs__item {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Job Detail */
.section--job-detail {
  padding: 60px 0 80px;
}
.job__back {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #0A7394;
  text-decoration: none;
  margin-bottom: 30px;
  transition: opacity .2s ease-out;
}
.job__back:hover {
  opacity: .75;
  color: #0A7394;
}
.job__title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 16px;
  padding-bottom: 20px;
  border-bottom: 3px solid #0A7394;
}
.job__intro {
  font-size: 17px;
  color: #444;
  line-height: 1.7;
  margin-bottom: 40px;
}
.job__section {
  margin-bottom: 40px;
}
.job__section-title {
  font-size: 22px;
  font-weight: 700;
  color: #0A7394;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
}
.job__section-content {
  font-size: 16px;
  line-height: 1.75;
  color: #333;
}
.job__section-content ul,
.job__section-content ol {
  padding-left: 22px;
}
.job__apply {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 2px solid #e0e0e0;
}
.job__form .form-label {
  font-weight: 600;
  font-size: 14px;
}
.job__form .form-control {
  border-radius: 4px;
  border-color: #d0d0d0;
}
.job__submit,
.job__apply .ff-btn-submit {
  background: #0A7394;
  border-color: #0A7394;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 4px;
  transition: background-color .2s ease-out;
}
.job__submit:hover,
.job__apply .ff-btn-submit:hover {
  background: #085d76;
  border-color: #085d76;
}

/* Header Brochure Icon + Dropdown */
.brochure-icon-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: transparent;
  color: #0A7394;
  font-size: 20px;
  cursor: pointer;
  padding: 0;
  transition: color .2s ease-out, background-color .2s ease-out;
}
.brochure-icon-btn:hover,
.brochure-icon-btn:focus {
  color: #085d76;
  background-color: rgba(10, 115, 148, .08);
  outline: none;
}
.brochure-dropdown__menu {
  min-width: 200px;
  padding: 6px 0;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  box-shadow: 0 4px 16px rgba(0,0,0,.12);
}
.brochure-dropdown__link {
  font-size: 14px;
  font-weight: 600;
  color: #0A7394;
  padding: 10px 16px;
  transition: background-color .15s ease-out, color .15s ease-out;
}
.brochure-dropdown__link:hover {
  background-color: #f0f7fa;
  color: #085d76;
}

/* Breed Bulls Page */
.section--breed {
  padding: 60px 0 80px;
}
.breed__title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 50px;
  padding-bottom: 20px;
  border-bottom: 3px solid #0A7394;
}
.breed__bull {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #e0e0e0;
}
.breed__bull:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.breed__bull-name {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #0A7394;
}
.breed__bull-image {
  max-width: 100%;
  height: auto;
  display: block;
}
.breed__bull-pdf {
  width: 100%;
  height: 85vh;
  border: none;
  display: block;
}