/*
Theme Name: Wander-BABY
Description:
043Author: p-i-p
Author URI: 
Version: 1
*/ 
  @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');

  /* 
  

  --font-title: "Source Serif 4", serif;
  --font-inter: "Inter", sans-serif;
   */
  
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}
.fa {
    font-family: FontAwesome !important;
}
p{
	padding: 5px 0;
	}
a, a:hover {
    text-decoration: none !important;
}
html {
	overflow-x: hidden;
}
body, html{
/*font-family: 'Montserrat', sans-serif;*/
font-family: 'Roboto', sans-serif;
font-style: normal;
font-weight: 300;
font-size: 16px;
color: #323232;
line-height: 1.3;
}
body{
	overflow-x: hidden;
}
h2{
	margin: 10px 0;
}

img {
    max-width: 100%;
    height: auto;
}
img.alignleft{
    margin-top: 0px !important;
    margin-right: 30px !important;
}
a{
	
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
}

.flex{
    display: flex;
    gap: 20px;
}
.half_block{
    width: 50%;
}



/*
===============================Start HEADER========*/	
header.header{
	position: relative;
	top: 0;
	z-index: 999;
	width: 100%;
   	height: 100px;
    background: #fff;
	}
footer{	
	text-align: center; 
    padding: 10px 0 20px 0;
	}

header .top-content{
	height:100px;
	display:flex;
	justify-content:center;	
	z-index:9999;
	width: 100%;
	position:relative;
	
	}
.header.sticky {
	position: fixed;
	top: 0%;
	left: 0;
	width: 100%;
	z-index: 999;
	background: #fff;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(46,76,185,0.2);
	box-shadow: 0px 5px 30px 0px rgba(46,76,185,0.2);
    -webkit-animation: sticky 0.5s;
    animation: sticky 0.5s;
	
}
.header.sticky .topnav {
    padding: 5px 0;
}
.header.sticky .header-background-overlay {
	display: none;
}
.header .main-menu{
	margin-top: 30px;
}

.get_in_touch_btn a{
	padding: 10px 15px;
    border: 2px solid #e29600;
    border-radius: 10px;
    color: #303a48;
    font-weight: 700;
}
/*
.header.sticky .logo a img {
    max-width: 100px;
}
*/

@-webkit-keyframes sticky {
    0%{
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    100%{
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
}

@keyframes sticky {
    0%{
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    100%{
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
}	


.page-title{
	margin-bottom: 30px;
}
.page-title h1{
	font-style: normal;
	font-weight: normal;
	font-size: 38px;
	color: #4e4e4e;
}
.page-title-description h2{
	font-weight: 400;
	font-size: 20px; 
	color: #797979;
}
.topnav{	
    padding: 5px 0 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	position: relative;
}
.logo{
	text-align:center;
	padding: 0;
	position: relative;
	z-index: 9999;
	}
.logo a img {
    font-size: 20px;
	max-width: 260px;
}
.logo a{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: left;
	font-weight: bold;
    color: #064fb2;
	text-decoration: none;	
}
.logo a:hover{
	text-decoration: none;		
}	
/*
.menu_left,.menu_right{
    width: calc(( 100% - 300px )/2 );
	}
	*/
.topmenu{
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.topmenu-login, .topmenu-search {
    position: relative;	
    width: 25px;
    height: 25px;
    border-radius: 100%;
    font-size: 0;
    margin-right:10px;
}
.topmenu-login a.menu-login,
.topmenu-login a.menu-search{
    position: relative;
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    font-size: 0;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
}
.topmenu-login a.menu-login{
    background: #fff url(images/user.svg) no-repeat center center;
}
.topmenu-login a.menu-wishlist{
    position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    font-size: 0;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
}
.topmenu-login a.menu-wishlist i{
	color: #ff0000;
}
.topmenu-cart .menu-cart a{
	position: relative;
}
.mini_cart_count{
	position: absolute;
    background: #e29600;
	border-radius: 100%;
	text-align: center;
    width: 10px;
    height: 10px;
    z-index: 99999;
    color: #fff;
    font-size: 8px;
	right:0;
	top: 0;
}
.mini-login-content,
.mini-search-content{
    background-color: #fff;
    position: absolute;
    top: 100%;
    width: 180px;
    z-index: 999999;
    font-size: 16px;
    right: -999em;
    box-shadow: 0 2px 8px 1px rgba(0,0,0,.07);
	padding: 10px;
    border: 2px solid #e6e6e6;
    opacity: 0;
    visibility: hidden;
	display: block;	
	-moz-transition:opacity 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;
	-webkit-transition:opacity 0.3s ease-out, visibility 0.1s 0.1s linear;
	-o-transition:opacity 0.3s ease-out, visibility 0.1s 0.1s linear;
	transition:opacity 0.3s ease-out, visibility 0.1s 0.1s linear;
}
.mini-search-content{
    background-color: #fff;
    position: absolute;
    top: 100%;
    width: 260px;
}
.mini-login-content ul.loginmenu li a {
    
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    position: relative;
    padding: 5px 0px;
    display: block;
    color: #323232;	
}
.mini-login-content ul.loginmenu li a:hover {
    color: #e29600;
}
.mini-login-content li{
	list-style: none;
	margin: 5px 0;
}
.mini-login-content a{
	color: #323232;
	font-size: 14px;
}
.topmenu-login:hover .mini-login-content{
    right: 0;
    opacity: 1;
    visibility: visible;
}
.topmenu-search:hover .mini-search-content{
    right: -30px;
    opacity: 1;
    visibility: visible;
}
.aws-search-result .aws_search_more {
    font-size: 16px;
}

.section_head{
    margin-bottom: 30px;
}
.section_head.full{
    text-align: center;
}

.section_pretitle,
.section-pretitle{
	color: #016121;
    font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
    line-height: 1;
    margin: 10px 0;
	font-family: "Inter", sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
}

.section-title{	
	font-family: "Source Serif 4", serif;
	font-weight: 600;
	font-size: 36px;
	margin-bottom: 20px; 
	}
.section-title.center{	 						
	text-align: center;
	}
/**********************************************************/
.welcome_section{
	position: relative;
}
.info_line{
	width: 100%;
	position: absolute;
	top: -50px; 
    background: #25402a; 
    border-radius: 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
	left: 50%;
	transform: translateX(-50%);
}
.info_line.container{
    padding: 20px 0;
}
.info_item_cont{
	color: #fff;
}
.info_item{
    align-items: center;
	display: grid;
    grid-template-columns: 50px 1fr;
    gap: 30px;
    padding: 0 20px;
    border-right: 1px solid #ffffff34;
}
.info_item_ico{
	width: 40px;
	height: 40px;
}
.info_item_ico svg{
	width: 100%;height: auto;
}
.info_item_name{
    font-size: 18px;
	font-family: "Source Serif 4", serif;
	font-weight: 500;
	margin-bottom: 10px;
}
.info_item_descr{
    font-size: 13px;

	font-family: "Inter", sans-serif;
}

.welcome_section {
    padding: 120px 0 80px 0;
	/* background: #f8f5ec; */
	background: url(images/welcome-bg.jpg) center / cover no-repeat;
}
.welcome_section .container{
    align-items: center; 
}
.section_pretitle{ 
}
.welcome_section .section_title{
    font-size: 54px;
    line-height: 1;
    margin-bottom: 30px;
	font-family: "Source Serif 4", serif;
	font-weight: 500;
}
.welcome_section .section_description{
    font-size: 18px;
	line-height: 1.35;
}
.welcome_cont{
	max-width: 600px;
    position: relative;
    background: #fbfaf5;
	border-radius: 12px;
	padding: 40px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
}
/* .welcome_cont::before{
    position: absolute;
    content: "";
    width: 150%;
    height: 120%;
    background: #f1f1f1;
    z-index: -1;
    left: -5%;
    top: -10%;
} */
.welcome_img{
	display: none;
}
 

/****Home Section 3******************************************************/
.activities {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
 
  margin: 0 auto; 
  
}

.activity-card {
  position: relative;
  min-height: 340px;
  overflow: hidden;

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Заокруглення зовнішніх кутів */
.activity-card {
  border-radius: 20px;
}

/* Затемнення фотографії */
.activity-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;

  background:
    linear-gradient(
      90deg,
      rgba(10, 19, 16, 0.9) 0%,
      rgba(10, 19, 16, 0.62) 36%,
      rgba(10, 19, 16, 0.1) 75%
    ),
    linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.55) 0%,
      transparent 55%
    );
}

.activity-card__content {
  position: absolute;
  left: clamp(28px, 4vw, 60px);
  bottom: clamp(28px, 4vw, 55px);
  z-index: 2;

  max-width: 310px;
  color: #fff;
}

.activity-card__number {
  display: block;
  margin-bottom: 8px;

  color: #ffb000; 

  font-size: clamp(64px, 6vw, 96px);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -2px;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
  opacity: 0;
}

.activity-card h3 {
  margin: 0 0 14px;

  color: #fff;
  
	font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.activity-card p {
  margin: 0;

  color: rgba(255, 255, 255, 0.9);
  font-family: Arial, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.55;
}



.activity-card:hover {
  /* background-size: 105%; */
}

@media (max-width: 767px) {
  .activities {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 12px;
  }

  .activity-card {
    min-height: 390px;
    border-radius: 22px !important;
  }

  .activity-card__content {
    left: 25px;
    right: 25px;
    bottom: 30px;
  }

  .activity-card__number {
    font-size: 68px;
  }

  .activity-card h3 {
    font-size: 21px;
  }

  .activity-card p {
    font-size: 15px;
  }
}

/******************************************************************/
.visit-info {
	margin-top: 30px;
  --green: #104c32;
  --light-green: #1a5a3d;
  --gold: #dfb66f;
  --orange: #f2a900;

  position: relative;
  overflow: hidden;
  padding: 40px 0;
  color: #fff;
  background:
    radial-gradient(
      circle at 50% 10%,
      rgba(255, 255, 255, 0.05),
      transparent 35%
    ),
    linear-gradient(105deg, #0d432d 0%, #18593a 55%, #0c432c 100%);
}

.visit-info__container {
  position: relative;
  z-index: 2;
  width: min(1320px, 100%);
  margin: 0 auto;
  text-align: center;
}

.visit-info__title {
  margin: 0 0 30px;
  color: #fff;   
}

.visit-info__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 30px;
}

.visit-info__item {
  position: relative;
  min-height: 185px;
  padding: 0 35px;
}

.visit-info__item:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.visit-info__item svg {
  width: 49px;
  height: 49px;
  margin-bottom: 17px;
  color: var(--gold);
  stroke-width: 1.5;
}

.visit-info__item h3 {
  margin: 0 0 12px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.visit-info__item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-family: "Inter", sans-serif;;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.55;
}

.visit-info__item p span {
  color: rgba(255, 255, 255, 0.7);
}

.visit-info__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 280px;
  min-height: 54px;
  padding: 15px 35px;
  border: 2px solid transparent;
  border-radius: 3px;

  color: #fff;
  background-color: var(--orange);
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.18);
 
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-transform: uppercase;

  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease;
}

.visit-info__button:hover {
  color: var(--orange);
  background-color: transparent;
  border-color: var(--orange);
  transform: translateY(-2px);
}

/* Декоративні рослини */
.visit-info__decor {
  position: absolute;
  bottom: -30px;
  z-index: 1;
  width: 180px;
  height: 330px;
  opacity: 0.12;
  /* background: url("images/corn-outline.svg") center bottom / contain no-repeat; */
  pointer-events: none;
}
.visit-info {
  background:
    url("images/corn-decoration-transparent.png") center / cover no-repeat,
    #104c32;
}
.visit-info__decor--left {
  left: -25px;
}

.visit-info__decor--right {
  right: -25px;
  transform: scaleX(-1);
}

/* Tablet */
@media (max-width: 1000px) {
  .visit-info {
    padding: 55px 25px 40px;
  }

  .visit-info__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }

  .visit-info__item {
    min-height: 220px;
    padding: 30px;
  }

  .visit-info__item:nth-child(2) {
    border-right: none;
  }

  .visit-info__item:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
}

/* Mobile */
@media (max-width: 600px) {
  .visit-info {
    padding: 48px 20px 35px;
  }

  .visit-info__title {
    margin-bottom: 20px;
    font-size: 32px;
  }

  .visit-info__grid {
    grid-template-columns: 1fr;
    margin-bottom: 25px;
  }

  .visit-info__item {
    min-height: auto;
    padding: 28px 10px;
    border-right: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .visit-info__item:last-child {
    border-bottom: none;
  }

  .visit-info__item svg {
    width: 44px;
    height: 44px;
    margin-bottom: 14px;
  }

  .visit-info__button {
    width: 100%;
    min-width: 0;
  }

  .visit-info__decor {
    width: 120px;
    opacity: 0.08;
  }
}




.farm-cta {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 340px;
    padding: 45px 20px;
    overflow: hidden;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.farm-cta.simple-cta{

    background-image: url("images/farm-sunset.jpg");
}
.farm-cta.come-get-lost{

    background-image: url("images/get-lost-bg.jpg");
} 
.farm-cta.cta-attraction{
    background-image: url("images/cta-attraction.jpg");
}

.farm-cta__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;

    background:
        linear-gradient(
            180deg,
            rgba(37, 20, 7, 0.16) 0%,
            rgba(37, 20, 7, 0.03) 50%,
            rgba(14, 26, 18, 0.35) 100%
        );
}

.farm-cta__content {
    position: relative;
    z-index: 2;
    width: min(900px, 100%);
    margin: 0 auto;
    text-align: center;
}

.farm-cta__title { 
	margin-bottom: 0;
    color: #fff; 
    font-size: clamp(30px, 4vw, 55px);
    font-weight: 500; 
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}

.farm-cta__subtitle {
    margin: 0 0 25px;
    color: #fff;
    font-size: clamp(18px, 2vw, 28px);
    font-weight: 500;
    line-height: 1.4;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.farm-cta__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;

    min-width: 340px;
    min-height: 66px;
    padding: 17px 38px;
    border: 2px solid #f4af00;
    border-radius: 3px;

    color: #20382b;
    background: linear-gradient(90deg, #efa500, #ffc51b);
    box-shadow: 0 6px 20px rgba(50, 31, 4, 0.25);

    font-size: 17px;
    font-weight: 800;
    letter-spacing: 1.3px;
    text-decoration: none;
    text-transform: uppercase;

    transition:
        color 0.25s ease,
        background 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.farm-cta__button svg {
    flex: 0 0 auto;
    transition: transform 0.25s ease;
}
 

.farm-cta__button:hover svg {
    transform: translateX(5px);
}
.cta__button{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 240px;
    min-height: 52px;
    margin-top: 26px;
    padding: 14px 32px;
    border: 2px solid #efa800;
    border-radius: 12px;
    color: #fff;
    background-color: #efa800;
    box-shadow: 0 5px 15px rgba(239, 168, 0, 0.2);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1.3px;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.25s ease;
}

.cta__button:hover {
    color: #efa800;
    background-color: transparent;
    transform: translateY(-2px);
}
.farm-cta__description{ 
        font-size: 18px;
		color: #fff;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}
@media (max-width: 600px) {
    .farm-cta {
        min-height: 400px;
        padding: 55px 20px;
        background-position: center;
    }

    .farm-cta__title {
        font-size: 36px;
    }

    .farm-cta__subtitle {
        margin-bottom: 24px;
        font-size: 18px;
    }

    .farm-cta__button {
        width: 100%;
        min-width: 0;
        min-height: 58px;
        padding: 15px 20px;
        gap: 12px;
        font-size: 14px;
    }
}



/******************************************************************/
.attractions-wrapper {
	gap: 30px;
}
.attractions-wrapper .attraction-item{
	width: calc(100%/3);
	    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
    border-top: 6px solid rgb(252 176 63);
    background-color: var(--white-color);
}

.attractions-wrapper .attraction-item .item_cont{
    padding: 30px 20px;
}

/**********************************************************/
/**********************************************************/
 
/**********************************************************/
/**********************************************************/
/* Animate */
.hero-slider-container .btn_more{
	transform: translateY(-100%);
	-webkit-transition: all 2.5s ;
	transition: all 2.5s ;
	opacity: 0;	
}
.hero-slider-container .btn_more_full_slider{
	transform: translateY(-100%);
	-webkit-transition: all 1.5s ;
	transition: all 1.5s ;
	opacity: 0;	
}
.btn_more_full_slider{
	height: 48px;
	width: 150px;
	
}
.slick-active .btn_more{	
	opacity: 1;
	transform: translateY(0);
	transition: 2.5s;  
	-webkit-transition-delay: 2s;
	transition-delay: 2s;
}
.slick-active .btn_more_full_slider{	
	opacity: 1;
	transform: translateY(0);
	transition: 1.5s;  
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}
.hero-slider-content .description{
	max-width:700px;
	margin: 20px auto;
}



/*

.head_primary {
	opacity: 0;
	-webkit-transform: translateY(70px);
	-moz-transform: translateY(70px);
	-ms-transform: translateY(70px);
	-o-transform:  translateY(70px);
	transform: translateY(70px);
	transition: transform 0.5s ease 0s, opacity 0.5s ease 0.5s;
}
.slick-active .head_primary {
	-ms-transform: translate(0);
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	opacity: 1;
	-webkit-transition: .5s .38s cubic-bezier(0.42, 0, 1, 1), opacity 0.5s ease 0.5s;
	transition: .5s .38s cubic-bezier(0.42, 0, 1, 1), opacity 0.5s ease 0.5s;
}


.hero-slider-content .line_cross,
.head_primary:after {
	opacity: 0;
	-webkit-transform: translateY(-70px);
	-moz-transform: translateY(-70px);
	-ms-transform: translateY(-70px);
	-o-transform:  translateY(-70px);
	transform: translateY(-70px);
	-webkit-transition: .5s .38s cubic-bezier(0.42, 0, 1, 1);
	transition: .5s .38s cubic-bezier(0.42, 0, 1, 1);
}
.slick-active .hero-slider-content .line_cross {
	-ms-transform: translate(0);
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	opacity: 1;		
}
.head_description {
    opacity: 0;	
}
.slick-active .head_description {
	opacity: 1;
	transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-webkit-transition: opacity .5s ease-in-out;
	-webkit-transition-delay: 0.8s;
	transition-delay: 0.8s;
}

*/
.head_title {
    opacity: 0;	
}
.slick-active .head_title {
	opacity: 1;
	transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-webkit-transition: opacity .5s ease-in-out;
	-webkit-transition-delay: 1.6s;
	transition-delay: 1.6s;	
}
.header-section .object {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transition: all 1s ease-in;
	-moz-transition: all 1s ease-in;
	-o-transition: all 1s ease-in;
	-webkit-transition-delay: 3s;
	transition-delay: 3s;
}
.btn_more{
	margin-top: 30px;
}
.get_service,
.btn_more a{
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	color: #fff;									
	width: 175px;
	height: 48px;
	
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	background: #e29600;
	border: 1px solid #e29600;
	border-radius: 8px;	
	transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
}
.get_service:hover,
.btn_more a:hover{
	/*box-shadow: 10px 10px 20px rgba(115, 167, 224, 0.4);*/
	color: #e29600;
	background:  #fff;
}
.head_primary{
	position: relative;
} 

span.bold{
	text-transform: uppercase;
	display: block;
    color: #008dd1;
    font-size: 18px;
    letter-spacing: 0.5px;
}
.topcont {
	background:#008dd1
}
.topcont .container{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
}	
.fa-contact img{width:30px;}

.slick-slide img {
min-width:100%;
min-height: 100%;
width: 100%
}

.vizit-to{	
    font-size: 16px;
    padding: 10px 15px;
	color: #fff;
	text-transform: uppercase;
}
.top-animate {
    background: #e29600 !important;
    top: 8px !important;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mid-animate {
    opacity: 0;
}
.bottom-animate {
    background: #e29600 !important;
    top: 8px !important;
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
}
.top-menu {
    top: 2px;
    width: 100%;
    height: 2px;
    border-radius: 10px;
}
.mid-menu {
    top: 9px;
    width: 100%;
    height: 2px;
    border-radius: 10px;
}
.bottom-menu {
    top: 17px;
    width: 100%;
    height: 2px;
    border-radius: 10px;
}
.menui {
  background-color: #323232;
    transition: 0.5s ease;
    transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
    margin-top: 1px;
    position: absolute;
}
.micon {
    z-index: 999;
    position: relative;
    height: 24px;
    width: 24px;
    margin-right: 15px;
	z-index:9999;
	cursor: pointer;
}
.mobile_nav{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
    height: 100%;
    margin-top: 20px;
}
.mobilenav {
	font-family: inherit;
    z-index: 999;
    display: none;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: 100vh;
    padding: 0;
    padding-top: 78px;
	background: rgba(0, 0, 0, 0.85);
}

.mobilenav li {
    list-style-type: none;
    text-align: center;
    padding: 20px 0;
}
.mobilenav li a {
    font-size: 24px;
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    width: 100%;
}
.mobilenav li:first-child {
}
.mobilenav .switcher-list li a,
.mobilenav .switcher-list li>span{
    color: #fff;
    font-size: 20px;	
}


.page-wrap{
	padding: 30px 0;	
    width: 100%;
    overflow: hidden;
}

.breadcrumbs-cont{
	border-top: 1px solid #ECECEC;
	border-bottom: 1px solid #ECECEC;
	padding: 30px 0;
    margin-bottom: 30px;
	
    width: 100%;
    overflow: hidden;
}

.breadcrumbs-cont .woocommerce-breadcrumb{
	margin: 0 !important;
}

.breadcrumbs{	
    text-align: left; 
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 19px;
	color: #9781a3;
}
.breadcrumbs a{
	font-size: 16px;
	line-height: 19px;
	color: #9781a3;
}
.breadcrumbs a:hover{ 
	color: #e29600;
}
.breadcrumbs__current{
	color: #e29600;	
}
.breadcrumbs__separator{
	color: #D3D2D2;	
}
.pre_title{
	text-align: center
}
.pre_title span{
    	
	display: block;
	font-style: normal;
	font-weight: 300;
	font-size: 34px;
	line-height: 70px;
	text-align: center;
	letter-spacing: 0.03em;
}
.pre_title span.title_line1{	
	color: #323232;
}
.pre_title span.title_line2{
	color: #61798D;
}

/*
===============================End HEADER========*/	
.about-hero {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 480px;
    overflow: hidden;

    color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;

    background:
        linear-gradient(
            90deg,
            rgba(18, 23, 14, 0.08) 0%,
            rgba(18, 23, 14, 0.16) 28%,
            rgba(18, 23, 14, 0.48) 48%,
            rgba(18, 23, 14, 0.1) 78%,
            rgba(18, 23, 14, 0.05) 100%
        ),
        linear-gradient(
            0deg,
            rgba(10, 18, 10, 0.55) 0%,
            rgba(10, 18, 10, 0.05) 60%
        );
}

.about-hero__container {
    position: relative;
    z-index: 2;
    width: min(1400px, calc(100% - 40px));
    margin: 0 auto;
}

.about-hero__content {
    width: min(660px, 100%);
    margin-left: 27%;
    text-align: center;
}

.about-hero__pretitle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 22px;

    color: rgba(255, 255, 255, 0.95);
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.about-hero__pretitle::before,
.about-hero__pretitle::after {
    content: "";
    width: 28px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.65);
}

.about-hero__title {
    margin: 0 0 22px;

    color: #fff;
    font-family: "Source Serif 4", serif;
    font-size: clamp(48px, 4.2vw, 70px);
    font-weight: 500;
    line-height: 1.02;
    letter-spacing: 1px;

    text-shadow:
        0 3px 12px rgba(0, 0, 0, 0.55),
        0 1px 2px rgba(0, 0, 0, 0.6);
}

.about-hero__description {
    width: min(620px, 100%);
    margin: 0 auto;

    color: rgba(255, 255, 255, 0.94);
    font-family: "Inter", sans-serif;
    font-size: clamp(16px, 1.35vw, 20px);
    font-weight: 600;
    line-height: 1.55;

    text-shadow: 0 2px 7px rgba(0, 0, 0, 0.75);
}

/* Laptop */
@media (max-width: 1200px) {
    .about-hero__content {
        margin-left: 18%;
    }
}

/* Tablet */
@media (max-width: 900px) {
    .about-hero {
        min-height: 570px;
        background-position: 62% center;
    }

    .about-hero__overlay {
        background: rgba(10, 20, 12, 0.42);
    }

    .about-hero__content {
        width: min(650px, 100%);
        margin: 0 auto;
    }

    .about-hero__title {
        font-size: clamp(44px, 8vw, 64px);
    }
}

/* Mobile */
@media (max-width: 600px) {
    .about-hero {
        min-height: 600px;
        padding: 70px 0;
        background-position: 68% center;
    }

    .about-hero__container {
        width: min(100% - 32px, 1400px);
    }

    .about-hero__content {
        margin-top: auto;
    }

    .about-hero__pretitle {
        margin-bottom: 17px;
        font-size: 12px;
        letter-spacing: 3px;
    }

    .about-hero__title {
        margin-bottom: 18px;
        font-size: 43px;
        line-height: 1.05;
    }

    .about-hero__title br {
        display: none;
    }

    .about-hero__description {
        font-size: 16px;
        line-height: 1.55;
    }
}

/************************************************************************/
.farm-story {
    position: relative;
    display: flex;
    align-items: center; 
    padding: 50px 24px;
    overflow: hidden;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.farm-story__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;

    background: linear-gradient(
        90deg,
        rgba(19, 31, 21, 0.2) 0%,
        rgba(19, 31, 21, 0.03) 60%,
        rgba(19, 31, 21, 0.08) 100%
    );
}

.farm-story__container {
    position: relative;
    z-index: 2;
    width: min(1400px, 100%);
    margin: 0 auto;
}

.farm-story__card {
    position: relative;
    width: min(540px, 100%);
    padding: 58px 58px 50px;
    border: 1px solid rgba(106, 91, 66, 0.14);
    border-radius: 18px;

    color: #282a25;
    background:
        linear-gradient(
            rgba(249, 245, 233, 0.96),
            rgba(249, 245, 233, 0.96)
        ),
        url("../images/paper-texture.png");

    box-shadow:
        0 14px 45px rgba(20, 31, 20, 0.2),
        inset 0 0 30px rgba(139, 112, 70, 0.05);

    box-sizing: border-box;
}

.farm-story__pretitle {
    margin-bottom: 22px;
    color: #c95d36;
	    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.farm-story__title {
    margin: 0 0 25px;
    color: #292b27;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(47px, 4vw, 65px);
    font-weight: 400;
    line-height: 0.98;
    letter-spacing: -1.5px;
}

.farm-story__description {
    margin: 0 0 38px;
    color: #4d504a;
	    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.65;
}

.farm-story__facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-top: 5px;
	margin-top: 30px;
}

.farm-fact {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 0;
    padding: 0 15px;
    text-align: center;
}

.farm-fact:not(:last-child) {
    border-right: 1px solid rgba(48, 49, 44, 0.18);
}

.farm-fact__icon {
    width: 52px;
    height: 52px;
    margin-bottom: 14px;
    fill: none;
    stroke: #55564f;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.farm-fact__label {
    display: block;
    color: #353731;
	    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.farm-fact__value {
    display: block;
    margin-top: 5px;
    color: #33342f;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 29px;
    font-weight: 400;
    line-height: 1;
}

.farm-fact:nth-child(2) .farm-fact__value {
    margin: 0 0 5px;
}

.farm-fact__label--large {
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.2;
}

/* Tablet */
@media (max-width: 900px) {
    .farm-story {
        min-height: 680px;
        background-position: 60% center;
    }

    .farm-story__card {
        padding: 48px 45px 42px;
    }
}

/* Mobile */
@media (max-width: 600px) {
    .farm-story {
        align-items: flex-end;
        min-height: auto;
        padding: 40px 16px 30px;
        background-position: 65% center;
    }

    .farm-story__overlay {
        background: linear-gradient(
            180deg,
            rgba(17, 28, 19, 0.05) 0%,
            rgba(17, 28, 19, 0.22) 45%,
            rgba(17, 28, 19, 0.4) 100%
        );
    }

    .farm-story__card {
        padding: 36px 25px 30px;
        border-radius: 14px;
    }

    .farm-story__pretitle {
        margin-bottom: 15px;
        font-size: 12px;
    }

    .farm-story__title {
        margin-bottom: 20px;
        font-size: 44px;
    }

    .farm-story__title br {
        display: none;
    }

    .farm-story__description {
        margin-bottom: 30px;
        font-size: 15px;
        line-height: 1.6;
    }

    .farm-fact {
        padding: 0 8px;
    }

    .farm-fact__icon {
        width: 42px;
        height: 42px;
    }

    .farm-fact__label {
        font-size: 10px;
    }

    .farm-fact__label--large {
        font-size: 11px;
    }

    .farm-fact__value {
        font-size: 24px;
    }
}

.farm-story .section_head{
	max-width: 800px;
	margin: 0 auto;
}
/***********************************************************************/
.about-story-grid {
    background-color: #f8f5ed;
	padding: 0;
}

.about-story-row {
    display: grid;
    grid-template-columns: 46% 54%;
    min-height: 450px;
}

.about-story-row--reverse {
    grid-template-columns: 54% 46%;
}

.about-story-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
    padding: clamp(50px, 6vw, 100px);
    box-sizing: border-box;

    background:
        radial-gradient(
            circle at 15% 10%,
            rgba(211, 158, 71, 0.08),
            transparent 42%
        ),
        #f8f5ed;
}
.about-story-row--reverse .about-story-content { 
    justify-content: flex-start;
}

.about-story-content__inner {
    position: relative;
    z-index: 2;
    width: min(510px, 100%);
} 

.about-story-title {
    margin: 0 0 28px;
    color: #262823;  
	text-align: left;
    letter-spacing: -1.5px;
}

.about-story-text {
    color: #4d504a;
	    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
}

.about-story-text p {
    margin: 0 0 22px;
}

.about-story-text p:last-child {
    margin-bottom: 0;
}

.about-story-image {
    position: relative;
    min-height: 600px;
    overflow: hidden;
    background-color: #d5c49d;
}

.about-story-image img {
    position: absolute;
    inset: 0;

    display: block;
    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;
    transition: transform 0.8s ease;
}

.about-story-row:hover .about-story-image img {
    transform: scale(1.025);
}

/* Quote */
.about-story-quote {
    position: relative;
    margin: 40px 0 0;
    padding: 0 30px 0 42px;
    color: #4b4a42;
}

.about-story-quote p {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.45;
}

.about-story-quote__open,
.about-story-quote__close {
    color: #b66c17;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 58px;
    font-weight: 700;
    line-height: 1;
}

.about-story-quote__open {
    position: absolute;
    top: -5px;
    left: 0;
}

.about-story-quote__close {
    display: inline-block;
    margin-left: 8px;
    vertical-align: bottom;
}

/* Decorative corn */
.about-story-content--decorated::after {
    content: "";
    position: absolute;
    right: -35px;
    bottom: -20px;

    width: 250px;
    height: 390px;

    background:
        url("../images/corn-decoration-single.png")
        right bottom / contain no-repeat;

    opacity: 0.13;
    pointer-events: none;
}

/* Tablet */
@media (max-width: 1000px) {
    .about-story-row,
    .about-story-row--reverse {
        grid-template-columns: 1fr 1fr;
    }

    .about-story-content {
        padding: 55px 40px;
    }

    .about-story-image {
        min-height: 620px;
    }
}

/* Mobile */
@media (max-width: 700px) {
    .about-story-row,
    .about-story-row--reverse {
        display: flex;
        flex-direction: column;
        min-height: auto;
    }

    .about-story-row--reverse .about-story-image {
        order: 2;
    }

    .about-story-row--reverse .about-story-content {
        order: 1;
    }

    .about-story-content {
        padding: 50px 24px;
    }

    .about-story-image {
        min-height: 420px;
    }

    .about-story-title {
        font-size: 44px;
    }

    .about-story-title br {
        display: none;
    }

    .about-story-text {
        font-size: 15px;
    }

    .about-story-quote {
        margin-top: 32px;
        padding-left: 35px;
        padding-right: 0;
    }

    .about-story-quote p {
        font-size: 25px;
    }

    .about-story-content--decorated::after {
        width: 150px;
        height: 260px;
        opacity: 0.08;
    }
}

/*
========PAGE ATTRACTIONs======================================================   ========*/	

.explore-summary {
    position: relative;
    overflow: hidden;
    padding: 70px 30px;
    background:
        radial-gradient(
            circle at 45% 50%,
            rgba(229, 180, 90, 0.08),
            transparent 45%
        ),
        #f8f4e9;
}

.explore-summary__container {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(400px, 1.35fr) minmax(560px, 1.65fr);
    align-items: center;
    gap: clamp(40px, 6vw, 100px);

    width: min(1360px, 100%);
    margin: 0 auto;
}

.explore-summary__title {
    margin: 0 0 14px;
    color: #164c34;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(42px, 4vw, 60px);
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -1px;
}

.explore-summary__text {
    margin: 0;
    color: #484b46;
	    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.65;
}

.explore-summary__features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.explore-feature {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    min-height: 145px;
    padding: 10px 28px;
    text-align: center;
}

.explore-feature:not(:last-child) {
    border-right: 1px solid rgba(94, 77, 48, 0.18);
}

.explore-feature__icon {
    width: 58px;
    height: 58px;
    margin-bottom: 17px;

    color: #89522c;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.explore-feature__icon--green {
    color: #215d42;
}

.explore-feature__title {
    color: #393b36;
	    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.3;
}

/*  */
.explore-summary__decoration {
    position: absolute;
    inset: 0;
    z-index: 1;

    background:
        url("/images/corn-decoration-transparent.png")
        center / 100% 100% no-repeat;

    opacity: 0.17;
    pointer-events: none;
}

/* Tablet */
@media (max-width: 1050px) {
    .explore-summary__container {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .explore-summary__intro {
        text-align: center;
    }
}

/* Mobile */
@media (max-width: 650px) {
    .explore-summary {
        padding: 50px 20px;
    }

    .explore-summary__title {
        font-size: 40px;
    }

    .explore-summary__text {
        font-size: 15px;
    }

    .explore-summary__text br {
        display: none;
    }

    .explore-summary__features {
        grid-template-columns: 1fr;
    }

    .explore-feature {
        min-height: auto;
        padding: 25px 10px;
    }

    .explore-feature:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid rgba(94, 77, 48, 0.18);
    }

    .explore-feature__icon {
        width: 52px;
        height: 52px;
        margin-bottom: 12px;
    }

    .explore-summary__decoration {
        background-size: auto 100%;
        opacity: 0.08;
    }
}




.attractions-list {
    padding: 45px 24px 80px;
    background:
        radial-gradient(
            circle at 45% 15%,
            rgba(222, 170, 77, 0.09),
            transparent 30%
        ),
        #ffffff;
}

.attractions-list__container {
    width: min(1420px, 100%);
    margin: 0 auto;
}

.attraction-group + .attraction-group {
    margin-top: 65px;
}

.attraction-group__heading {
    display: grid;
    grid-template-columns: minmax(30px, 1fr) auto minmax(30px, 1fr);
    align-items: center;
    gap: 25px;
    margin-bottom: 28px;
}

.attraction-group__heading span {
    height: 1px;
    background-color: rgba(123, 94, 50, 0.25);
}

.attraction-group__heading h2 {
    margin: 0;
    color: #185139;
	    font-family: "Inter", sans-serif;
    font-size: clamp(24px, 2.5vw, 35px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: 4px;
    text-align: center;
    text-transform: uppercase;
}

.attraction-group__heading h2::before,
.attraction-group__heading h2::after {
    content: "⌁";
    display: inline-block;
    margin: 0 15px;
    color: rgba(139, 104, 52, 0.35);
    font-size: 24px;
}

/* Grid */
.attraction-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 14px;
}

.maze-nature .attraction-grid {
    grid-template-columns: 1.4fr 0.9fr 1fr;
}
 
.attraction-card {
    position: relative;
    grid-column: span 3;
    min-height: 330px;
    overflow: hidden;
    border-radius: 10px;
    background-color: #244231;
}

.maze-nature .attraction-card {
    grid-column: auto;
    min-height: 420px;
}

.maze-nature .attraction-card--featured {
    grid-column: auto;
}

.maze-nature .attraction-card:not(.attraction-card--featured) {
    grid-column: auto;
}

.play-adventure .attraction-card:nth-child(n + 5) {
    grid-column: span 4;
}

.farm-favourites .attraction-card {
    grid-column: span 3;
}

/* Image */
.attraction-card__image {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.attraction-card:hover .attraction-card__image {
    transform: scale(1.06);
}

/* Gradient */
.attraction-card__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(
            180deg,
            rgba(8, 19, 12, 0.03) 25%,
            rgba(8, 19, 12, 0.22) 55%,
            rgba(8, 19, 12, 0.94) 100%
        );
    transition: background-color 0.3s ease;
}

.attraction-card:hover .attraction-card__overlay {
    background-color: rgba(15, 58, 38, 0.12);
}

/* Content */
.attraction-card__content {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 24px;
    color: #fff;
}

.attraction-card__title {
    margin: 0 0 6px;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(25px, 2vw, 36px);
    font-weight: 400;
    line-height: 1.08;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.55);
}

.attraction-card__description {
    margin: 0 0 15px;
    color: rgba(255, 255, 255, 0.9);
        font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
}

.attraction-card__age {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.9);
        font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.attraction-card__age svg {
    width: 23px;
    height: 23px;
    color: #f3a900;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.attraction-card--featured .attraction-card__content {
    padding: 30px;
}

.attraction-card--featured .attraction-card__title {
    font-size: clamp(32px, 3vw, 46px);
}

/* Tablet */
@media (max-width: 1050px) {
    .attraction-card,
    .maze-nature .attraction-card,
    .maze-nature .attraction-card--featured,
    .maze-nature .attraction-card:not(.attraction-card--featured),
    .play-adventure .attraction-card:nth-child(n + 5),
    .farm-favourites .attraction-card {
        grid-column: span 6;
        min-height: 360px;
    }

    .maze-nature .attraction-card--featured {
        grid-column: span 12;
        min-height: 450px;
    }
}

/* Mobile */
@media (max-width: 650px) {
    .attractions-list {
        padding: 35px 16px 60px;
    }

    .attraction-group + .attraction-group {
        margin-top: 50px;
    }

    .attraction-group__heading {
        gap: 12px;
    }

    .attraction-group__heading h2 {
        font-size: 20px;
        letter-spacing: 2px;
    }

    .attraction-group__heading h2::before,
    .attraction-group__heading h2::after {
        display: none;
    }

    .attraction-card,
    .maze-nature .attraction-card,
    .maze-nature .attraction-card--featured,
    .maze-nature .attraction-card:not(.attraction-card--featured),
    .play-adventure .attraction-card:nth-child(n + 5),
    .farm-favourites .attraction-card {
        grid-column: span 12;
        min-height: 360px;
    }

    .attraction-card__content,
    .attraction-card--featured .attraction-card__content {
        padding: 22px;
    }

    .attraction-card__title,
    .attraction-card--featured .attraction-card__title {
        font-size: 31px;
    }
}


.coming-soon {
    position: relative;
    min-height: 250px;
    width: min(940px, calc(100% - 40px));
    margin: 22px auto 0;
    overflow: hidden;
    border-radius: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.coming-soon__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
  background:
        linear-gradient(
            90deg,
            rgb(226 151 1) 0%,
            rgba(248, 244, 233, 0.63) 30%,
            rgba(248, 244, 233, 0.3) 60%,
            rgba(248, 244, 233, 0.03) 100%
        ),
        linear-gradient(
            0deg,
            rgba(15, 53, 36, 0.25),
            transparent 55%
        );
}

.coming-soon__content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    gap: 25px;
    min-height: 250px;
    padding: 43px 45px;
    box-sizing: border-box;
}

.coming-soon__icon {
    flex: 0 0 auto;
    width: 65px;
    height: 65px;
    margin-top: 4px;
    color: #7b735f;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.coming-soon__text h3 {
    margin: 0 0 20px;
    color: #184b35;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(30px, 3vw, 43px);
    font-weight: 400;
    line-height: 1.05;
}

.coming-soon__text p {
    margin: 0;
    color: rgba(255, 255, 255, 0.95);
        font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.55;
    text-shadow: 0 2px 7px rgba(0, 0, 0, 0.5);
}

@media (max-width: 700px) {
    .coming-soon {
        min-height: 330px;
        width: 100%;
        margin-top: 16px;
        background-position: 60% center;
    }

    .coming-soon__overlay {
        background: linear-gradient(
            90deg,
            rgba(248, 244, 233, 0.96) 0%,
            rgba(248, 244, 233, 0.8) 60%,
            rgba(248, 244, 233, 0.25) 100%
        );
    }

    .coming-soon__content {
        min-height: 330px;
        padding: 35px 25px;
        gap: 17px;
    }

    .coming-soon__icon {
        width: 48px;
        height: 48px;
    }

    .coming-soon__text h3 {
        font-size: 32px;
    }

    .coming-soon__text p {
        color: #4f514b;
        text-shadow: none;
    }
}
/*
==============================================================   ========*/	

.k3-forecast7{
	    background: radial-gradient(circle at 45% 50%, rgba(229, 180, 90, 0.08), transparent 45%), #f8f4e9;
	border-radius: 20px;
	padding: 20px 0;
    box-shadow: 0 3px 12px rgba(26, 55, 40, 0.06);
}


.visit-details {
    padding: 70px 24px; 
}

.visit-details__container {
    display: grid;
    grid-template-columns: 1.2fr 0.95fr;
    gap: 32px;
    width: min(1480px, 100%);
    margin: 0 auto;
}

/* Admission */

.admission-card {
    display: grid;
    grid-template-columns: 43% 57%;
    min-height: 600px;
    overflow: hidden;
    border-radius: 18px;
    background-color: #104b34;
}

.admission-card__photo {
    position: relative;
    min-height: 100%;
    overflow: hidden;
}

.admission-card__photo img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.admission-card__content {
    display: flex;
    flex-direction: column;
    padding: 42px 44px 34px;
    color: #fff;
    background:
        radial-gradient(
            circle at 15% 50%,
            rgba(255, 255, 255, 0.06),
            transparent 40%
        ),
        #104b34;
}

.admission-card__title,
.hours-card__title {
    margin: 0;
	text-align: left;
}

.admission-card__title {
    color: #fff;
}

.admission-card__subtitle {
    margin: 10px 0 25px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}

.admission-options {
    display: grid;
    gap: 12px;
}

.admission-option {
    display: flex;
    align-items: center;
    gap: 20px;
    min-height: 94px;
    padding: 15px 20px;
    border-radius: 11px;
    color: #313932;
    background-color: #faf7ef;
    box-sizing: border-box;
}

.admission-option svg {
    flex: 0 0 auto;
    width: 49px;
    height: 49px;
    fill: none;
    stroke: #285441;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.admission-option strong,
.admission-option span {
    display: block;
    font-size: 16px;
    line-height: 1.35;
}

.admission-option strong {
    font-weight: 800;
}

.admission-option span {
    font-weight: 500;
}

.admission-card__notes {
    margin-top: 25px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}

.admission-card__notes p {
    margin: 0 0 15px;
}

.admission-card__notes strong {
    color: #e3b966;
}

.admission-card__button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 58px;
    margin-top: auto;
    padding: 14px 25px;
    border: 2px solid #f1aa00;
    border-radius: 12px;
    color: #263a2d;
    background-color: #f1aa00;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.25s ease;
}

.admission-card__button:hover {
    color: #fff;
    background-color: transparent;
}

/* Hours */

.hours-card {
    padding: 42px 54px 35px;
    border-radius: 18px;
    color: #333831;
    background:
        radial-gradient(
            circle at 40% 30%,
            rgba(231, 185, 102, 0.12),
            transparent 42%
        ),
        #faf6ec;
    box-sizing: border-box;
}

.hours-card__title {
    color: #164c36;
}

.hours-card__note {
    margin: 12px 0 25px;
    color: #6b6a62;
    font-size: 14px;
    line-height: 1.55;
}

.hours-period {
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 20px;
    padding: 24px 0;
    border-top: 1px solid rgba(102, 82, 49, 0.17);
}

.hours-period:first-of-type {
    border-top: none;
    padding-top: 5px;
}

.hours-period__icon svg {
    width: 46px;
    height: 46px;
    fill: none;
    stroke: #235640;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.hours-period h3 {
    margin: 0 0 13px;
    color: #c65d38;
    font-family: "Source Serif 4", serif;
    font-size: 23px;
    font-weight: 600;
}

.hours-schedule {
    margin: 0;
}

.hours-schedule > div {
    display: grid;
    grid-template-columns: minmax(210px, 1fr) auto;
    gap: 20px;
    margin-bottom: 9px;
}

.hours-schedule dt,
.hours-schedule dd {
    margin: 0;
    font-size: 14px;
    line-height: 1.35;
}

.hours-schedule dt {
    font-weight: 700;
}

.hours-schedule dd {
    color: #696961;
    white-space: nowrap;
}

.hours-period--holiday p {
    margin: 0;
    color: #65665f;
    font-size: 14px;
    line-height: 1.6;
}

/* Responsive */

@media (max-width: 1150px) {
    .visit-details__container {
        grid-template-columns: 1fr;
    }

    .admission-card,
    .hours-card {
        width: min(850px, 100%);
        margin: 0 auto;
    }
}

@media (max-width: 700px) {
    .visit-details {
        padding: 40px 16px;
    }

    .admission-card {
        grid-template-columns: 1fr;
    }

    .admission-card__photo {
        min-height: 400px;
    }

    .admission-card__content,
    .hours-card {
        padding: 35px 22px;
    }

    .admission-card__title,
    .hours-card__title {
        font-size: 40px;
    }

    .admission-option {
        padding: 15px 18px;
    }

    .hours-period {
        grid-template-columns: 40px minmax(0, 1fr);
        gap: 13px;
    }

    .hours-period__icon svg {
        width: 38px;
        height: 38px;
    }

    .hours-schedule > div {
        grid-template-columns: 1fr;
        gap: 2px;
        margin-bottom: 14px;
    }

    .hours-schedule dd {
        color: #164c36;
        font-weight: 700;
    }
}




.visit-extras {
	padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

/* Photos */

.visit-extras__photo {
    position: relative;
    min-height: 500px;
    overflow: hidden;
    background-color: #d6b76e;
}

.visit-extras__photo img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.visit-extras__photo:hover img {
    transform: scale(1.025);
}

/* Before visit */

.before-visit {
    position: relative;
    min-height: 500px;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(
            circle at 30% 50%,
            rgba(255, 255, 255, 0.05),
            transparent 45%
        ),
        #104b34;
}

.before-visit__content {
    position: relative;
    z-index: 2;
    width: min(570px, 75%);
    padding: 48px 55px;
    box-sizing: border-box;
}

.before-visit h2,
.rentals h2 {
    margin: 0;
	text-align: left;
}

.before-visit__subtitle {
    margin: 10px 0 27px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 16px;
    font-weight: 600;
}

.before-visit__list {
    display: grid;
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.before-visit__list li {
    position: relative;
    min-height: 34px;
    padding-left: 48px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    font-weight: 700;
    line-height: 34px;
}

.before-visit__list li::before {
    content: "✓";
    position: absolute;
    top: 0;
    left: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 30px;
    height: 30px;
    border: 2px solid #e9a900;
    border-radius: 50%;

    color: #e9a900;
    font-size: 18px;
    line-height: 1;
}

.before-visit__corn {
    position: absolute;
    right: -30px;
    bottom: -35px;
    z-index: 1;

    width: min(300px, 36%);
    height: 90%;
    object-fit: contain;
    object-position: right bottom;

    opacity: 0.18;
    pointer-events: none;
}

/* Rentals */

.rentals {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 500px;
    color: #20382c;
    background:
        radial-gradient(
            circle at 35% 40%,
            rgba(255, 255, 255, 0.15),
            transparent 45%
        ),
        #f1b222;
}

.rentals__content {
    width: min(680px, 100%); 
    box-sizing: border-box;
}

.rentals__intro {
    width: min(520px, 100%);
    margin: 10px 0 25px;
    color: rgba(32, 56, 44, 0.85);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.55;
}

.rentals__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 25px;
}

.rental-item {
    padding-right: 28px;
}

.rental-item + .rental-item {
    padding-right: 0;
    padding-left: 28px;
    border-left: 1px solid rgba(37, 58, 45, 0.28);
}

.rental-item__heading {
    display: flex;
    align-items: center;
    gap: 17px;
    margin-bottom: 17px;
}

.rental-item__heading svg {
    flex: 0 0 auto;
    width: 48px;
    height: 48px;
    fill: none;
    stroke: #234534;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.rental-item h3 {
    margin: 0 0 5px;
    font-family: "Source Serif 4", serif;
    font-size: 22px;
    font-weight: 700;
}

.rental-item strong {
    display: block;
    font-size: 13px;
}

.rental-item ul {
    margin: 0;
    padding-left: 18px;
    color: rgba(31, 55, 42, 0.82);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.7;
}

.rentals__button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;

    min-width: 330px;
    min-height: 54px;
    padding: 12px 24px;
    border: 2px solid #254735;
    border-radius: 12px;

    color: #254735;
    background-color: transparent;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;

    transition: 0.25s ease;
    box-sizing: border-box;
}

.rentals__button:hover {
    color: #fff;
    background-color: #164c35;
}

/* Tablet */

@media (max-width: 1000px) {
    .visit-extras {
        grid-template-columns: 1fr;
    }

    .visit-extras__photo,
    .before-visit,
    .rentals {
        min-height: 520px;
    }

    .before-visit__content,
    .rentals__content {
        width: min(700px, 100%);
        margin: 0 auto;
    }

    /* На планшеті: текст → фото → текст → фото */
    .before-visit {
        order: 1;
    }

    .visit-extras__photo:first-child {
        order: 2;
    }

    .rentals {
        order: 3;
    }

    .visit-extras__photo:last-child {
        order: 4;
    }
}

/* Mobile */

@media (max-width: 600px) {
    .visit-extras__photo {
        min-height: 380px;
    }

    .before-visit__content,
    .rentals__content {
        padding: 40px 22px;
    }

    .before-visit h2,
    .rentals h2 {
        font-size: 39px;
    }

    .before-visit__content {
        width: 100%;
    }

    .before-visit__list li {
        padding-left: 43px;
        font-size: 14px;
        line-height: 1.45;
    }

    .before-visit__corn {
        width: 180px;
        opacity: 0.09;
    }

    .rentals__grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .rental-item,
    .rental-item + .rental-item {
        padding: 0;
        border: none;
    }

    .rental-item + .rental-item {
        padding-top: 25px;
        border-top: 1px solid rgba(37, 58, 45, 0.28);
    }

    .rentals__button {
        width: 100%;
        min-width: 0;
    }
}


.farm-policies {
    position: relative;
    overflow: hidden;
    padding: 45px 30px 55px;
    background:
        radial-gradient(
            circle at 35% 45%,
            rgba(225, 177, 84, 0.1),
            transparent 40%
        ),
        #f8f4e9;
}

.farm-policies__container {
    position: relative;
    z-index: 2;
    width: min(1440px, 100%);
    margin: 0 auto;
}

.farm-policies__heading {
    margin-bottom: 25px;
}

.farm-policies__heading h2 {
    margin: 0 0 10px;
    color: #1b4735;
	text-align: left; 
}

.farm-policies__heading p {
    margin: 0;
    color: #666861;
        font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 500;
}

.farm-policies__content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 45px;
}

.farm-policies__items {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.policy-item {
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr);
    align-items: center;
    gap: 17px;
    min-height: 100px;
    padding: 0 26px;
}

.policy-item:first-child {
    padding-left: 0;
}

.policy-item:not(:last-child) {
    border-right: 1px solid rgba(104, 83, 50, 0.2);
}

.policy-item__icon {
    width: 62px;
    height: 62px;
    fill: none;
    stroke: #3c5b4b;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.policy-item h3 {
    margin: 0 0 7px;
    color: #373a35;
        font-family: "Inter", sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
}

.policy-item p {
    margin: 0;
    color: #707169;
        font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
}

.farm-policies__button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    min-width: 260px;
    min-height: 58px;
    padding: 14px 25px;
    border: 2px solid #164c35;
    border-radius: 12px;
    color: #fff;
    background-color: #164c35;
    box-shadow: 0 5px 15px rgba(22, 76, 53, 0.18);
        font-family: "Inter", sans-serif;
	    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.25s ease;
}

.farm-policies__button:hover {
    color: #164c35;
    background-color: transparent;
    transform: translateY(-2px);
}

.farm-policies__corn {
    position: absolute;
    right: -35px;
    bottom: -60px;
    z-index: 1;
    width: 250px;
    height: 310px;
    object-fit: contain;
    object-position: right bottom;
    opacity: 0.14;
    pointer-events: none;
}

/* Laptop */

@media (max-width: 1250px) {
    .farm-policies__content {
        grid-template-columns: 1fr;
    }

    .farm-policies__button {
        justify-self: center;
    }

    .farm-policies__corn {
        opacity: 0.08;
    }
}

/* Tablet */

@media (max-width: 900px) {
    .farm-policies__heading {
        text-align: center;
    }

    .farm-policies__items {
        grid-template-columns: repeat(2, 1fr);
    }

    .policy-item {
        padding: 25px;
    }

    .policy-item:first-child {
        padding-left: 25px;
    }

    .policy-item:nth-child(2) {
        border-right: none;
    }

    .policy-item:nth-child(-n + 2) {
        border-bottom: 1px solid rgba(104, 83, 50, 0.2);
    }
}

/* Mobile */

@media (max-width: 600px) {
    .farm-policies {
        padding: 45px 20px;
    }

    .farm-policies__heading h2 {
        font-size: 38px;
    }

    .farm-policies__items {
        grid-template-columns: 1fr;
    }

    .policy-item,
    .policy-item:first-child {
        grid-template-columns: 55px minmax(0, 1fr);
        min-height: auto;
        padding: 22px 5px;
        border-right: none;
        border-bottom: 1px solid rgba(104, 83, 50, 0.2);
    }

    .policy-item:nth-child(2) {
        border-bottom: 1px solid rgba(104, 83, 50, 0.2);
    }

    .policy-item:last-child {
        border-bottom: none;
    }

    .policy-item__icon {
        width: 48px;
        height: 48px;
    }

    .policy-item p br {
        display: none;
    }

    .farm-policies__button {
        width: 100%;
        min-width: 0;
    }
}

.farm-policies__actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 270px;
}

.farm-policies__actions .farm-policies__button {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

@media (max-width: 1250px) {
    .farm-policies__actions {
        flex-direction: row;
        justify-content: center;
        width: 100%;
    }

    .farm-policies__actions .farm-policies__button {
        width: auto;
        min-width: 260px;
    }
}

@media (max-width: 600px) {
    .farm-policies__actions {
        flex-direction: column;
    }

    .farm-policies__actions .farm-policies__button {
        width: 100%;
        min-width: 0;
    }
}





.faq-section {
    padding: 65px 24px 75px;
    background:
        radial-gradient(
            circle at 50% 20%,
            rgba(229, 181, 96, 0.06),
            transparent 40%
        ),
        #fff;
}

.faq-section__container {
    width: min(1400px, 100%);
    margin: 0 auto;
}

.faq-section__title {
    margin: 0 0 22px;
    color: #194b37;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 3vw, 46px);
    font-weight: 400;
    line-height: 1.15;
}

.faq-list {
    border: 1px solid #deded9;
    border-radius: 7px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 3px 12px rgba(25, 75, 55, 0.04);
}

.faq-item {
    background-color: #fff;
}

.faq-item + .faq-item {
    border-top: 1px solid #deded9;
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    min-height: 65px;
    padding: 15px 28px;
    box-sizing: border-box;
    color: #303530;
        font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    cursor: pointer;
    list-style: none;
    transition:
        color 0.25s ease,
        background-color 0.25s ease;
}

.faq-question::-webkit-details-marker {
    display: none;
}

.faq-question::marker {
    display: none;
    content: "";
}

.faq-question:hover {
    color: #194b37;
    background-color: #faf8f2;
}

.faq-arrow {
    flex: 0 0 auto;
    width: 14px;
    height: 14px;
    border-right: 2px solid #777b75;
    border-bottom: 2px solid #777b75;
    transform: rotate(45deg) translateY(-4px);
    transition: transform 0.25s ease;
}

.faq-item[open] .faq-question {
    color: #194b37;
    background-color: #faf8f2;
}

.faq-item[open] .faq-arrow {
    transform: rotate(225deg) translate(-2px, -2px);
}

.faq-answer {
    padding: 0 65px 22px 28px;
    color: #666a64;
        font-family: "Inter", sans-serif;
    font-size: 15px;
    line-height: 1.65;
    background-color: #faf8f2;
}

.faq-answer p {
    width: min(850px, 100%);
    margin: 0;
}

@media (max-width: 600px) {
    .faq-section {
        padding: 45px 16px 55px;
    }

    .faq-section__title {
        font-size: 36px;
    }

    .faq-question {
        min-height: 60px;
        padding: 14px 18px;
        font-size: 15px;
    }

    .faq-answer {
        padding: 0 45px 20px 18px;
        font-size: 14px;
    }
}
/*
==============================================================   ========*/	

/*
==============================================================   ========*/	

.groups-hero {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 600px  і;
    overflow: hidden;
    color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.groups-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(
            90deg,
            rgba(5, 58, 39, 0.98) 0%,
            rgba(5, 58, 39, 0.9) 24%,
            rgba(5, 58, 39, 0.58) 43%,
            rgba(5, 58, 39, 0.12) 68%,
            rgba(5, 32, 22, 0.08) 100%
        ),
        linear-gradient(
            0deg,
            rgba(7, 25, 16, 0.38) 0%,
            transparent 55%
        );
}

.groups-hero__container {
    position: relative;
    z-index: 2;
    width: min(1450px, calc(100% - 48px));
    margin: 0 auto;
}

.groups-hero__content {
    width: min(570px, 100%);
}

.groups-hero__pretitle {
    margin-bottom: 25px;
    color: #eda900;
        font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.groups-hero__title {
    margin: 0 0 18px;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(50px, 4.8vw, 72px);
    font-weight: 400;
    line-height: 1.04;
    letter-spacing: -1.5px;
    text-shadow: 0 3px 13px rgba(0, 0, 0, 0.32);
}

.groups-hero__description {
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
        font-family: "Inter", sans-serif;
    font-size: clamp(16px, 1.35vw, 19px);
    font-weight: 500;
    line-height: 1.65;
    text-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}

.groups-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 35px;
}

.groups-hero__button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    min-width: 230px;
    min-height: 60px;
    padding: 14px 27px;
    border: 2px solid transparent;
    border-radius: 12px;
    box-sizing: border-box; 
	    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1.4px;
    text-decoration: none;
    text-transform: uppercase;
    transition:
        color 0.25s ease,
        border-color 0.25s ease,
        background-color 0.25s ease,
        transform 0.25s ease;
}

.groups-hero__button:hover {
    transform: translateY(-2px);
}

.groups-hero__button--primary {
    color: #24392d;
    background-color: #f1aa00;
    border-color: #f1aa00;
}

.groups-hero__button--primary:hover {
    color: #fff;
    background-color: #d99700;
    border-color: #d99700;
}

.groups-hero__button--outline {
    justify-content: center;
    color: #fff;
    background-color: rgba(11, 51, 36, 0.3);
    border-color: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(3px);
}

.groups-hero__button--outline:hover {
    color: #173f2d;
    background-color: #fff;
    border-color: #fff;
}

/* Tablet */

@media (max-width: 900px) {
    .groups-hero {
        min-height: 650px;
        background-position: 63% center;
    }

    .groups-hero__overlay {
        background: linear-gradient(
            90deg,
            rgba(5, 58, 39, 0.93) 0%,
            rgba(5, 58, 39, 0.78) 50%,
            rgba(5, 58, 39, 0.2) 100%
        );
    }
}

/* Mobile */

@media (max-width: 600px) {
    .groups-hero {
        align-items: flex-end;
        min-height: 720px;
        padding: 80px 0 45px;
        background-position: 68% center;
    }

    .groups-hero__container {
        width: calc(100% - 32px);
    }

    .groups-hero__overlay {
        background:
            linear-gradient(
                0deg,
                rgba(5, 58, 39, 0.98) 0%,
                rgba(5, 58, 39, 0.9) 45%,
                rgba(5, 58, 39, 0.2) 100%
            );
    }

    .groups-hero__pretitle {
        margin-bottom: 17px;
        font-size: 13px;
    }

    .groups-hero__title {
        font-size: 47px;
    }

    .groups-hero__title br {
        display: none;
    }

    .groups-hero__description {
        font-size: 15px;
        line-height: 1.55;
    }

    .groups-hero__actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 27px;
    }

    .groups-hero__button {
        width: 100%;
        min-width: 0;
        min-height: 56px;
    }
}


.sharing-section {
    position: relative;
    overflow: hidden;
    padding: clamp(55px, 7vw, 105px) 24px; 
}

.sharing-section__container {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns:   0.75fr 1fr ;
    align-items: center;
    gap: clamp(50px, 8vw, 125px);
    margin: 0 auto;
}
 
.sharing-section__title {
    margin: 0;
    color: #174c36;
	text-align: left;
}

.sharing-section__line {
    display: block;
    width: 65px;
    height: 4px;
    margin: 30px 0;
    border-radius: 5px;
    background-color: #efa900;
}

.sharing-section__description {
    margin: 0;
    color: #656861;
	    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.75;
}

.sharing-section__image {
    position: relative;
    min-height: 380px;
    overflow: hidden;
    border-radius: 18px;
    background-color: #d7c48f;
    box-shadow: 0 12px 35px rgba(39, 57, 42, 0.08);
}

.sharing-section__image img {
    position: absolute;
    inset: 0;

    display: block;
    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;
    transition: transform 0.7s ease;
}

.sharing-section__image:hover img {
    transform: scale(1.025);
}

/* Декоративна кукурудза */

.sharing-section__decoration {
    position: absolute;
    bottom: -70px;
    left: -45px;

    width: 230px;
    height: 360px;

    background:
        url("../images/corn-decoration-single.png")
        left bottom / contain no-repeat;

    opacity: 0.12;
    pointer-events: none;
}

/* Tablet */

@media (max-width: 1050px) {
    .sharing-section__container {
        grid-template-columns: minmax(280px, 0.8fr) minmax(450px, 1.2fr);
        gap: 50px;
    }

    .sharing-section__image {
        min-height: 430px;
    }
}

/* Mobile/tablet stack */

@media (max-width: 800px) {
    .sharing-section {
        padding: 60px 20px;
    }

    .sharing-section__container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .sharing-section__content {
        width: min(600px, 100%);
        text-align: center;
        margin: 0 auto;
    }

    .sharing-section__title br {
        display: none;
    }

    .sharing-section__line {
        margin: 25px auto;
    }

    .sharing-section__image {
        min-height: 380px;
    }
}

/* Mobile */

@media (max-width: 550px) {
    .sharing-section {
        padding: 50px 16px;
    }

    .sharing-section__title {
        font-size: 42px;
    }

    .sharing-section__description {
        font-size: 15px;
        line-height: 1.65;
    }

    .sharing-section__image {
        min-height: 330px;
        border-radius: 13px;
    }

    .sharing-section__image img {
        object-position: 55% center;
    }

    .sharing-section__decoration {
        width: 150px;
        height: 240px;
        opacity: 0.07;
    }
}
/*
==============================================================   ========*/	
.celebrations {
    padding: clamp(60px, 7vw, 95px) 24px;
    background:
        radial-gradient(
            circle at 50% 20%,
            rgba(224, 173, 81, 0.07),
            transparent 35%
        ),
        #fff;
}

.celebrations__container {
    width: min(1420px, 100%);
    margin: 0 auto;
}

.celebrations__heading {
    margin-bottom: 38px;
    text-align: center;
}

.celebrations__heading h2 {
    margin: 0;
    color: #174b35;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(42px, 4vw, 58px);
    font-weight: 400;
    line-height: 1.15;
}

.celebrations__divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 12px;
}

.celebrations__divider span {
    width: 44px;
    height: 3px;
    border-radius: 3px;
    background-color: #eca600;
}

.celebrations__divider svg {
    width: 35px;
    height: 35px;
    fill: none;
    stroke: #24543d;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.celebrations__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
}

.celebration-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 22px;
    border: 1px solid rgba(126, 98, 55, 0.13);
    border-radius: 15px;
    background:
        radial-gradient(
            circle at 50% 20%,
            rgba(236, 188, 99, 0.08),
            transparent 45%
        ),
        #faf7ef;
    box-shadow: 0 6px 20px rgba(38, 57, 43, 0.06);
    box-sizing: border-box;
}

.celebration-card__image {
    position: relative;
    aspect-ratio: 16 / 8.5;
    overflow: hidden;
    border-radius: 10px;
    background-color: #d5c193;
}

.celebration-card__image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.celebration-card:hover .celebration-card__image img {
    transform: scale(1.04);
}

.celebration-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding-top: 22px;
}

.celebration-card h3 {
    margin: 0 0 9px;
    color: #174b35;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(25px, 2vw, 34px);
    font-weight: 400;
    line-height: 1.15;
}

.celebration-card__description {
    min-height: 50px;
    margin: 0 0 17px;
    color: #686b64;
	    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.55;
}

.celebration-card__features {
    display: grid;
    gap: 12px;
    margin: 0 0 25px;
    padding: 0;
    list-style: none;
}

.celebration-card__features li {
    display: flex;
    align-items: center;
    gap: 11px;
    color: #646861;
	    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
}

.celebration-check {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 23px;
    height: 23px;
    border: 2px solid #8b9a91;
    border-radius: 50%;
    color: #456554;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
}

.celebration-card__button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    width: 100%;
    min-height: 57px;
    margin-top: auto;
    padding: 13px 22px;
    border: 2px solid #efa900;
    border-radius: 12px;
    box-sizing: border-box;
    color: #263c30;
    background-color: #efa900;
	    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.25s ease;
}

.celebration-card__button:hover {
    color: #fff;
    background-color: #174b35;
    border-color: #174b35;
    transform: translateY(-2px);
}

/* Tablet */

@media (max-width: 1050px) {
    .celebrations__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .celebration-card:last-child {
        grid-column: 1 / -1;
        width: min(600px, 100%);
        margin: 0 auto;
    }
}

/* Mobile */

@media (max-width: 680px) {
    .celebrations {
        padding: 50px 16px;
    }

    .celebrations__heading h2 {
        font-size: 39px;
    }

    .celebrations__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .celebration-card,
    .celebration-card:last-child {
        grid-column: auto;
        width: 100%;
        padding: 15px;
    }

    .celebration-card h3 {
        font-size: 29px;
    }

    .celebration-card__description {
        min-height: 0;
    }
}
/*
==============================================================   ========*/	
.group-perks {
    position: relative;
    overflow: hidden;
    padding: 45px 24px 35px;
    color: #fff;
    background:
        radial-gradient(
            circle at 50% 30%,
            rgba(255, 255, 255, 0.05),
            transparent 40%
        ),
        #104b34;
}

.group-perks__container {
    position: relative;
    z-index: 2;
    width: min(1300px, 100%);
    margin: 0 auto;
    text-align: center;
}

.group-perks__heading {
    margin-bottom: 25px;
}

.group-perks__heading h2 {
    margin: 0;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(38px, 4vw, 54px);
    font-weight: 400;
    line-height: 1.15;
}

.group-perks__heading > span {
    display: block;
    width: 76px;
    height: 4px;
    margin: 15px auto 0;
    border-radius: 3px;
    background-color: #efa900;
}

.group-perks__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 30px;
}

.group-perk {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 155px;
    padding: 0 30px;
    box-sizing: border-box;
}

.group-perk:not(:last-child) {
    border-right: 1px solid rgba(225, 191, 114, 0.3);
}

.group-perk__icon {
    width: 65px;
    height: 65px;
    margin-bottom: 16px;
    color: #e0c488;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.group-perk p {
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
	 font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.45;
}

.group-perks__button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    min-width: 310px;
    min-height: 58px;
    padding: 14px 27px;
    border: 2px solid #efa900;
    border-radius: 12px;
    box-sizing: border-box;
    color: #263c30;
    background-color: #efa900;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.17);
	    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.25s ease;
}

.group-perks__button:hover {
    color: #fff;
    background-color: transparent;
    transform: translateY(-2px);
}

.group-perks__corn {
    position: absolute;
    right: -25px;
    bottom: -55px;
    z-index: 1;
    width: 270px;
    height: 380px;
    object-fit: contain;
    object-position: right bottom;
    opacity: 0.17;
    pointer-events: none;
}

/* Tablet */

@media (max-width: 900px) {
    .group-perks {
        padding: 55px 25px 40px;
    }

    .group-perks__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .group-perk {
        padding: 28px 20px;
    }

    .group-perk:nth-child(2) {
        border-right: none;
    }

    .group-perk:nth-child(-n + 2) {
        border-bottom: 1px solid rgba(225, 191, 114, 0.3);
    }
}

/* Mobile */

@media (max-width: 550px) {
    .group-perks {
        padding: 48px 18px 35px;
    }

    .group-perks__heading h2 {
        font-size: 39px;
    }

    .group-perks__grid {
        grid-template-columns: 1fr;
    }

    .group-perk {
        min-height: auto;
        padding: 25px 10px;
        border-right: none !important;
        border-bottom: 1px solid rgba(225, 191, 114, 0.3);
    }

    .group-perk:last-child {
        border-bottom: none;
    }

    .group-perk__icon {
        width: 56px;
        height: 56px;
        margin-bottom: 12px;
    }

    .group-perks__button {
        width: 100%;
        min-width: 0;
    }

    .group-perks__corn {
        width: 170px;
        opacity: 0.08;
    }
}
/*
==============================================================   ========*/	

/*
==============================================================   ========*/	
.k3-contact-form {
    --form-green: #14523b;
    --form-gold: #efa900;
    --form-text: #313830;
    --form-muted: #74766f;
    --form-border: #d8d4c8;

    display: grid;
    gap: 22px;
    width: 100%;
}

.k3-contact-form *,
.k3-contact-form *::before,
.k3-contact-form *::after {
    box-sizing: border-box;
}

.k3-form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.k3-form-field {
    display: block;
    margin: 0;
}

.k3-form-label {
    display: block;
    margin-bottom: 9px;
    color: var(--form-text);
	    font-family: "Inter", sans-serif;    
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
}

.k3-contact-form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

/* Input, select і textarea */

.k3-contact-form input[type="text"],
.k3-contact-form input[type="email"],
.k3-contact-form input[type="tel"],
.k3-contact-form select,
.k3-contact-form textarea {
    display: block;
    width: 100%;
    margin: 0;
    border: 1px solid var(--form-border);
    border-radius: 8px;
    outline: none;

    color: var(--form-text);
    background-color: rgba(255, 255, 255, 0.88);
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3;

    transition:
        border-color 0.2s ease,
        background-color 0.2s ease,
        box-shadow 0.2s ease;
}

.k3-contact-form input[type="text"],
.k3-contact-form input[type="email"],
.k3-contact-form input[type="tel"],
.k3-contact-form select {
    height: 45px;
    padding: 0 15px;
}

.k3-contact-form textarea {
    min-height: 110px;
	height: 110px;
    padding: 10px 15px;
    resize: vertical;
}

/* Placeholder */

.k3-contact-form input::placeholder,
.k3-contact-form textarea::placeholder {
    color: #92948f;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    opacity: 1;
}

/* Focus */

.k3-contact-form input:focus,
.k3-contact-form select:focus,
.k3-contact-form textarea:focus {
    border-color: var(--form-green);
    background-color: #fff;
    box-shadow: 0 0 0 3px rgba(20, 82, 59, 0.12);
}

/* Select arrow */

.k3-contact-form select {
    cursor: pointer;
    appearance: none;
    padding-right: 48px;

    background-image:
        linear-gradient(45deg, transparent 50%, #526158 50%),
        linear-gradient(135deg, #526158 50%, transparent 50%);
    background-position:
        calc(100% - 21px) 23px,
        calc(100% - 15px) 23px;
    background-size: 6px 6px;
    background-repeat: no-repeat;
}

.k3-contact-form select:invalid {
    color: #92948f;
}

/* Submit */

.k3-form-submit {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
}

.k3-contact-form input[type="submit"] {
    min-width: 210px;
    min-height: 56px;
    padding: 14px 30px;
    border: 2px solid var(--form-gold);
    border-radius: 5px;
    cursor: pointer;

    color: #263c30;
    background-color: var(--form-gold);
     font-family: "Inter", sans-serif;
    
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;

    transition:
        color 0.25s ease,
        background-color 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease;
}

.k3-contact-form input[type="submit"]:hover {
    color: #fff;
    background-color: var(--form-green);
    border-color: var(--form-green);
    transform: translateY(-2px);
}

.k3-contact-form input[type="submit"]:disabled {
    cursor: not-allowed;
    opacity: 0.65;
    transform: none;
}

/* CF7 validation */

.k3-contact-form .wpcf7-not-valid {
    border-color: #c84135 !important;
}

.k3-contact-form .wpcf7-not-valid-tip {
    margin-top: 6px;
    color: #b83328;
	font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 600;
}

.wpcf7 form .wpcf7-response-output {
    margin: 20px 0 0;
    padding: 13px 16px;
    border-width: 1px;
    border-radius: 7px;
        font-family: "Inter", sans-serif;
    font-size: 14px;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #2c7655;
    color: #205c41;
    background-color: #edf7f1;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output {
    border-color: #c84135;
    color: #9d2d24;
    background-color: #fff1ef;
}

/* Spinner */

.k3-contact-form .wpcf7-spinner {
    margin: 0;
}

/* Mobile */

@media (max-width: 700px) {
    .k3-form-row {
        grid-template-columns: 1fr;
    }

    .k3-contact-form {
        gap: 18px;
    }

    .k3-contact-form input[type="submit"] {
        width: 100%;
    }
}
/*
==============================================================   ========*/	

.farm-tips {
    --tips-green: #064c38;
    --tips-gold: #d7c08a;

    padding: 32px 20px;
    background:
        linear-gradient(rgba(4, 68, 49, 0.94), rgba(4, 68, 49, 0.94)),
        url("../images/green-texture.jpg") center / cover;
    color: #fff;
}

.farm-tips__container {
    width: min(1320px, 100%);
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.farm-tip {
    min-height: 78px;
    padding: 5px 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    border-right: 1px solid rgba(215, 192, 138, 0.35);
}

.farm-tip:last-child {
    border-right: 0;
}

.farm-tip__icon {
    flex: 0 0 64px;
    width: 64px;
    color: var(--tips-gold);
}

.farm-tip__icon svg {
    display: block;
    width: 100%;
    height: 64px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.farm-tip p {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
}

@media (max-width: 991px) {
    .farm-tips__container {
        grid-template-columns: repeat(2, 1fr);
    }

    .farm-tip {
        justify-content: flex-start;
        padding: 24px;
    }

    .farm-tip:nth-child(2) {
        border-right: 0;
    }

    .farm-tip:nth-child(-n + 2) {
        border-bottom: 1px solid rgba(215, 192, 138, 0.35);
    }
}

@media (max-width: 575px) {
    .farm-tips {
        padding-block: 15px;
    }

    .farm-tips__container {
        grid-template-columns: 1fr;
    }

    .farm-tip {
        min-height: auto;
        padding: 18px 10px;
        border-right: 0;
        border-bottom: 1px solid rgba(215, 192, 138, 0.35);
    }

    .farm-tip:last-child {
        border-bottom: 0;
    }

    .farm-tip__icon {
        flex-basis: 50px;
        width: 50px;
    }

    .farm-tip__icon svg {
        height: 50px;
    }

    .farm-tip p {
        font-size: 17px;
    }
}
/*
==============================================================   ========*/	
.waiver-banner {
    --waiver-yellow: #f5ad00;
    --waiver-yellow-light: #ffc126;
    --waiver-green: #064c38;
    --waiver-text: #173c30;

    padding: 28px 20px;
    background:
        linear-gradient(
            105deg,
            var(--waiver-yellow-light) 0%,
            var(--waiver-yellow) 55%,
            #f3a800 100%
        );
}

.waiver-banner__container {
    width: min(1320px, 100%);
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.waiver-banner__info {
    display: flex;
    align-items: center;
    gap: 28px;
    max-width: 670px;
}

.waiver-banner__icon {
    flex: 0 0 88px;
    width: 88px;
    height: 98px;
    fill: none;
    stroke: #fff;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.waiver-banner__text h2 {
    margin: 0 0 8px;
    color: var(--waiver-text);
    font-family: "Source Serif 4", serif;
    font-size: clamp(28px, 2.3vw, 40px);
    font-weight: 600;
    line-height: 1.1;
}

.waiver-banner__text p {
    max-width: 530px;
    margin: 0;
    color: rgba(23, 60, 48, 0.9);
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.55;
}

.waiver-banner__actions {
    display: flex;
    align-items: center;
    gap: 24px;
}

.waiver-button {
    min-width: 220px;
    padding: 17px 30px;
    border: 2px solid var(--waiver-green);
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--waiver-green);
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition:
        color 0.25s ease,
        background-color 0.25s ease,
        transform 0.25s ease;
}

.waiver-button:hover {
    transform: translateY(-2px);
}

.waiver-button--primary {
    background: var(--waiver-green);
    color: #fff;
}

.waiver-button--primary:hover {
    background: #043b2c;
    color: #fff;
}

.waiver-button--outline {
    background: transparent;
}

.waiver-button--outline:hover {
    background: var(--waiver-green);
    color: #fff;
}

@media (max-width: 1050px) {
    .waiver-banner__container {
        gap: 35px;
    }

    .waiver-banner__actions {
        flex-direction: column;
        gap: 12px;
    }
}

@media (max-width: 767px) {
    .waiver-banner {
        padding: 35px 20px;
    }

    .waiver-banner__container {
        flex-direction: column;
        align-items: flex-start;
    }

    .waiver-banner__info {
        align-items: flex-start;
    }

    .waiver-banner__actions {
        width: 100%;
        flex-direction: row;
    }

    .waiver-button {
        min-width: 0;
        flex: 1;
    }
}

@media (max-width: 520px) {
    .waiver-banner__info {
        flex-direction: column;
        gap: 18px;
    }

    .waiver-banner__icon {
        width: 65px;
        height: 72px;
        flex-basis: 65px;
    }

    .waiver-banner__actions {
        flex-direction: column;
    }

    .waiver-button {
        width: 100%;
    }
}
/*
==============================================================   ========*/	
.waiver-section {
    --waiver-green: #084d3a;
    --waiver-yellow: #e9aa18;
    --waiver-text: #32372f;
    --waiver-muted: #6f716b;
    --waiver-border: #789187;
	position: relative;
    padding: 65px 20px;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 35% 45%,
            rgba(239, 187, 67, 0.1),
            transparent 35%
        ),
        #fbf7ed;
}

.waiver-section__grid {
    display: grid;
    grid-template-columns: 1fr 390px 1fr;
    align-items: center;
    gap: 40px;
}
.waiver-section__grid_2{

    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
	gap: 40px
}
/* Intro */

.waiver-intro__pretitle {
    margin-bottom: 16px;
    color: #303830;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.waiver-intro__title {
    margin: 0 0 28px;
    color: var(--waiver-green);
    font-family: "Source Serif 4", serif;
    font-size: clamp(48px, 4vw, 68px);
    font-weight: 500;
    line-height: 0.98;
}

.waiver-intro__description {
    max-width: 390px;
    margin: 0;
    color: var(--waiver-muted);
    font-family: "Inter", sans-serif;
    font-size: 17px;
    line-height: 1.65;
}

.waiver-benefits {
    margin-top: 35px;
    display: grid;
    gap: 25px;
}

.waiver-benefit {
    display: flex;
    align-items: center;
    gap: 22px;
    color: var(--waiver-text);
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.waiver-benefit svg {
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    fill: none;
    stroke: #557a6f;
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* QR card */

.waiver-qr {
    padding: 30px;
    border: 2px solid rgba(233, 170, 24, 0.65);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 35px rgba(24, 49, 39, 0.06);
    text-align: center;
}

.waiver-qr__label { 
    color: var(--waiver-text);
    font-family: "Inter", sans-serif;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.waiver-qr__link {
    display: block;
}

.waiver-qr img {
    display: block;
    width: min(260px, 100%);
    height: auto;
    margin-inline: auto;
}

.waiver-qr p {
    margin: 0;
    color: #4e625b;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    line-height: 1.45;
}

/* Buttons */

.waiver-actions {
    display: grid;
    gap: 34px;
}

.waiver-action__button {
    min-height: 80px;
    padding: 20px 34px;
    border: 2px solid var(--waiver-border);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: var(--waiver-green);
    background: transparent;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.8px;
    line-height: 1.3;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.25s ease;
}

.waiver-action__button:hover {
    border-color: var(--waiver-green);
    background: var(--waiver-green);
    color: #fff;
    transform: translateY(-2px);
}

.waiver-action__button--primary {
    border-color: var(--waiver-green);
    background: var(--waiver-green);
    color: #fff;
}

.waiver-action__button--primary:hover {
    background: #063c2e;
}

.waiver-action__button span:last-child {
    flex: 0 0 auto;
    font-size: 22px;
}

.waiver-action p {
    margin: 12px 0 0;
    color: #8a8a82;
    font-family: "Inter", sans-serif;
    font-size: 15px;
}

/* Responsive */

@media (max-width: 1100px) {
    .waiver-section__grid {
        grid-template-columns: 1fr 340px;
    }

    .waiver-actions {
        grid-column: 1 / -1;
        grid-template-columns: repeat(3, 1fr);
    }

    .waiver-action__button { 
        padding-inline: 20px;
    }
}

@media (max-width: 768px) {
    .waiver-section {
        padding: 45px 15px;
    }
.waiver-section__grid_2 ,
    .waiver-section__grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .waiver-intro__title br {
        display: none;
    }

    .waiver-intro__description {
        max-width: none;
    }

    .waiver-qr {
        width: min(390px, 100%);
        margin-inline: auto;
    }

    .waiver-actions {
        grid-column: auto;
        grid-template-columns: 1fr;
        gap: 22px;
    }
}

@media (max-width: 480px) {
    .waiver-intro__title {
        font-size: 42px;
    }

    .waiver-qr {
        padding: 30px 22px;
    }

    .waiver-action__button {
        min-height: 68px;
        padding: 17px 20px;
        font-size: 13px;
    }
}
/*
==============================================================   ========*/	

.contact-popup {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
        opacity 0.3s ease,
        visibility 0.3s ease;
}

.contact-popup.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.popup_overlay {
    position: absolute;
    inset: 0;
    background: rgba(3, 38, 28, 0.78);
    backdrop-filter: blur(4px);
    cursor: pointer;
}

.popup_inner {
    position: relative;
    z-index: 2;
    width: min(680px, 100%);
    max-height: calc(100vh - 50px);
    padding: 50px;
    overflow-y: auto;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.28);
    transform: translateY(25px) scale(0.97);
    transition: transform 0.3s ease;
}

.contact-popup.active .popup_inner {
    transform: translateY(0) scale(1);
}

.close_pop {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 42px;
    height: 42px;
    padding: 8px;
    border: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.close_pop:hover {
    background: rgba(5, 74, 54, 0.1);
}

.close_pop img {
    display: block;
    width: 25px;
    height: 25px;
}

.popup_heading {
    margin-bottom: 30px;
    padding-right: 35px;
}

.popup_heading h2 {
    margin: 0 0 10px;
    color: #064c38;
    font-family: "Source Serif 4", serif;
    font-size: 44px;
    font-weight: 600;
    line-height: 1.1;
}

.popup_heading p {
    margin: 0;
    color: #686a64;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 1.6;
}

body.popup-open {
    overflow: hidden;
}

/* Contact Form 7 */

.form_pop .wpcf7-form {
    display: grid;
    gap: 17px;
}

.form_pop .wpcf7-form p {
    margin: 0;
}

.form_pop input:not([type="submit"]),
.form_pop select,
.form_pop textarea {
    width: 100%;
    padding: 14px 17px;
    border: 1px solid #d4cec0;
    border-radius: 6px;
    outline: none;
    background: #fff;
    color: #30352f;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.form_pop textarea {
    height: 130px;
    min-height: 130px;
    resize: vertical;
}

.form_pop input:focus,
.form_pop select:focus,
.form_pop textarea:focus {
    border-color: #087052;
    box-shadow: 0 0 0 3px rgba(8, 112, 82, 0.12);
}

.form_pop input[type="submit"] {
    min-height: 54px;
    padding: 15px 30px;
    border: 0;
    border-radius: 5px;
    background: #efa900;
    color: #123a2e;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.25s ease;
}

.form_pop input[type="submit"]:hover {
    background: #064c38;
    color: #fff;
}

@media (max-width: 600px) {
    .contact-popup {
        padding: 12px;
    }

    .popup_inner {
        max-height: calc(100vh - 24px);
        padding: 45px 22px 25px;
        border-radius: 12px;
    }

    .popup_heading h2 {
        font-size: 36px;
    }

    .close_pop {
        top: 12px;
        right: 12px;
    }
}

/*
===============================Start CONTAINER========*/	
.header_image_top{
	    color: #fff;
    min-height: 20vw;
    padding: 26px 0;
    position: relative;
    text-align: center;
	
	display: flex;
    align-items: center;
    justify-content: center;
}
.header_image_top:after{
	content: "";
	position:absolute;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 66%);
	z-index:1;
}
.header_image_top .container{
	z-index:2;
}
.header_image_top .page-title h1{
	color: #fff;
    text-transform: uppercase;
	
}

.container {	
    max-width: 1440px;
	width: 100%;
	margin: 0 auto;
}
.full_container{
	width: 100%;
	margin: 0 auto;

}
section{
	clear: both; 
	padding: 60px 0;
}
section#shop_category{
	padding-bottom: 10px;	
}
.home_content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
	margin-top: 120px;
	font-size: 24px;
	text-align: center;
	max-width: 950px;
	margin: 0 auto;
	margin-bottom: 77px;
}
#home .container{
	height: 100%;	
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#home{
	padding: 0;
	width:100%;	
    height: calc(100vh - 200px);
    padding-top: 0px;
	position: relative; 
	margin-top: -40px;
}

.main-title{
	padding-bottom:30px;
}
 
.read-more{
	text-align: center;
	padding:10px;
}
.read-more a{
	color: #0d7fc3;
}



.blog-item{
	padding:15px 5px;
	text-align: center;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 15px;
}
/****About Book Slider**********/
.service_categories{
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 2vw;
    justify-content: space-between;
    margin-bottom: max(2.5vh, 1.5rem);
}
.category_service_item{
	    position: relative;
    width: calc((100% - 5vw) / 3);
	border: 1px solid #ccc;
    border-radius: 20px;
}
.category_item_title{
	margin-top: 20px;
	text-transform: uppercase;
	font-weight: bold;
}
.category_service_item a{ 
	display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
	color: #363636;
}
.category_service_item a:hover{  
	color: rgb(1, 105, 244);
}
.category_service_item:hover{  
	border-color: rgb(1, 105, 244);
}
.category_service_item .category_service_img img{ 
	max-height: 200px;
}







.page_container.with_sidebar{
	display: flex;
	justify-content: space-between;
}

.with_sidebar .sidebar{
	width: 20%
}

.with_sidebar .page-content{

	width: 78%
}
.taxonomy_item{
	display: none;
}

.taxonomy_item.show_element{
	display: block;
}







.article-slide-block{
	margin-top:60px;
}



.article_post{
    position: relative;
    background-color: #eee;
    border: 1px solid #f2f7fa;
    padding: 10px;
    overflow: hidden;
}

 
 
.article_read_more{
	
}
.woocommerce-mini-cart__buttons{
	display: flex;
	gap: 15px;
}
.cart-panel-content .woocommerce-mini-cart__buttons a.button ,
.read_more{
    cursor: pointer;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    color: rgb(255, 255, 255);
    width: 145px;
    height: 38px;
	margin-top:10px;
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    text-transform: uppercase;
    background: rgb(0 96 32);
    border-radius: 8px;
    transition: 0.3s linear;
}
	
.cart-panel-content .woocommerce-mini-cart__buttons a.checkout {
    background: #4bc5cb;
}


.read_more{
	float:right;
	opacity: 0;
    will-change: transform;
    transform: translateY(60px);
    transition: transform 0.5s, opacity 0.5s, color 0.3s ease-out, border 0.3s ease-out, background 0.3s ease-out, box-shadow 0.3s ease-out !important;
}

.books_slider_item a.article_link:hover .read_more{
opacity: 1;
    transform: translateY(0px);

}




.books_slider_item a.book_link:hover{
	
}
.blog_slider_content .book_slider_item {  
	height: 275px;
} 
	
/**************/
.single-cont{
	overflow: hidden;
}
.post-footer-info{											
	width: 100%;
}
.post-footer-info,.post-top-info{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 30px;
}
.post-the_category .post-categories{
	list-style: none;
}
.post-the_category .post-categories li a{
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 19px;
	color: #e29600;
}
.post-the_category .post-categories li a:hover{
	color: #323232;
}
.post-the_category .post-categories li{
	position: relative;											
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-align-items: center;
	align-items: center;
	float: left;
}
.post-the_category .post-categories li:before {
	position: relative;
	content: "\25A0";
	display: inline-block; 
	color: #e29600;
	margin: 0 5px;
	height: 100%;
	font-size: 6px;

	} 
.post-the_category .post-categories li:first-child:before{
	display: none;
}

.post-date{
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 19px;
	color: #9C9C9C;
}


.blogs-img img {
    transition: all 800ms ease-in-out 0s;
    -webkit-transition: all 800ms ease-in-out 0s;
    transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
}
.blogs-item:hover .blogs-img img{
    opacity: .85;
    transform: scale(1.05) rotate(-1deg);
    -webkit-transform: scale(1.05) rotate(-1deg);
}


.form-row{
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.form-row p{
	width:100%;
}
.form-row .half{
	width: calc( 50% - 5px );
}
.full{
	width: 100%;
	padding: 10px 0;
}
/* .form-row span{
	display: block;
}
 */


/*============================*/
section.featured .container{
	border-top: 1px solid #ECECEC;
	padding-top: 30px;
}
/*============================*/

/*============================*/
.contact-us{
	padding:10px 0;
}
.contacts-header{
	text-align: center; 
	padding-bottom:60px;
	}
.contact-us .contacty,
.contact-us .contacty a{
	color: #fff; 
	display: block;
	}
.flex-contacts{	
    padding: 30px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
    box-sizing: border-box;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

/***FOOTER************************************/
footer {padding: 0;}
.woocommerce-page .foot_logo img,
.foot_logo img{max-width:150px;}
.footer {   
	background: url(images/corn-decoration-transparent.png) center / cover no-repeat, #104c32;
	
}
.footer-container{	
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;	
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
	padding: 30px 0;
}
.site-copy{  
	font-style: normal;
	font-weight: normal;
	font-size: 14px; 
	text-align: center;
	color: #e3e3e3;
}

.site-copy .copy{ 
	border-top:1px solid #a8b2ab;
	padding: 15px; 
	font-style: normal;
	font-weight: normal;
	font-size: 14px; 
	text-align: center;
	color: #e3e3e3;
}

.foot_cont{
	color: #fff;	
}
.footer a{    
	font-weight: 300;
	font-size: 14px; 
	color: #fff;	
    padding: 10px 0;
    display: inline-block;
}

.footer .menu-item a{
	padding-bottom: 0px;
}
.footer a:hover{   
	color: #e29600;
}

.footer-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.footer-social a{   
    margin: 15px;
	color: #4e4e4e;
	font-size: 14px;
	width: 25px;
	height: 25px;
    padding: 0;
}
.soc_item span{
	width: 25px;
    height: 25px;
    display: block;	
}

.footer-social .soc_item_youtube span {
	-webkit-mask: url(images/social/icon-youtube.svg) no-repeat 100% 100%;
	mask: url(images/social/icon-youtube.svg) no-repeat 100% 100%;
	-webkit-mask-size: contain;
	mask-size: contain;
	background-color: #fff;
    background-size: contain;
}
.footer-social .soc_item_tiktok span {	
	-webkit-mask: url(images/social/icon-tictok.svg) no-repeat 100% 100%;
	mask: url(images/social/icon-tictok.svg) no-repeat 100% 100%;
	-webkit-mask-size: contain;
	mask-size: contain;
	background-color: #fff;
    background-size: contain;
}
.footer-social .soc_item_facebook span {
	-webkit-mask: url(images/social/facebook.svg) no-repeat 100% 100%;
	mask: url(images/social/facebook.svg) no-repeat 100% 100%;
	-webkit-mask-size: contain;
	mask-size: contain;
	background-color: #fff;
    background-size: contain;
} 
.footer-social .soc_item_instagram span {
	-webkit-mask: url(images/social/instagram.svg) no-repeat 100% 100%;
	mask: url(images/social/instagram.svg) no-repeat 100% 100%;
	-webkit-mask-size: contain;
	mask-size: contain;
	background-color: #fff;
    background-size: contain;
}
.footer-social .soc_item_tiktok:hover span,
.footer-social .soc_item_youtube:hover span,
.footer-social .soc_item_facebook:hover span,
.footer-social .soc_item_twitter:hover span,
.footer-social .soc_item_linkedin:hover span,
.footer-social .soc_item_instagram:hover span{	
	background-color: #e29600;
}
/* 
.footer-block-left{
	width: 33%;
	max-width:220px;
}
.footer-block-right{
    width: 67%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;	
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
 */
.footer-block{
	text-align: center;
    width: 25%;
}
.footer-block-right .footer-block{
	padding-bottom: 55px ;
}
.footer-block ul{
	list-style: none;
}
.foot_title{
	padding: 30px 0 8px 0;  
	font-weight: 600;
	font-size: 16px;
	line-height: 19px; 
	color: #ffffff;
	text-transform: uppercase;
	font-family: "Inter", sans-serif; 
}
.footer-block.fb-1,
.footer-block.fb-2,
.footer-block.fb-3{
	padding-bottom: 55px ;
	
}


/* + HOME PAGE: HERO ================================ */
.hero-slider-container {
	  position: relative;
	  z-index: 3;
	  height: 100%;
	  
	  
	  font-family: 'Roboto', sans-serif;
	  font-weight: 500;
  }
.hero-slider-container ul{
	list-style: none;
	
}
.hero-slider-container ul li:before {
    content: ' ';
    display: block;
    width: 100%;
    height: 15px;
    margin: 15px auto 0px auto;
    background-image: url(images/checked.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.hero-slider-content{
    text-align: left;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;	
    -webkit-align-items: center;
    align-items: center;
}

.ves_baner_link_cont{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: flex-end;
    -webkit-flex-align: flex-end;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.ves_baner_link_cont .btn_more_full_slider{
	margin-bottom: 90px;
}

.btn_more_full_slider{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	color: #e29600;									
	width: 175px;
	height: 48px;
	
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	background: #fff;
	border-radius: 12px;	
	transition: all 0.1s linear 0s;
	-moz-transition: all 0.1s linear 0s;
	-o-transition: all 0.1s linear 0s;
	-webkit-transition: all 0.1s linear 0s;
	-ms-transition: all 0.1s linear 0s;
}
.btn_more_full_slider:hover,
.hero:hover .btn_more_full_slider{	
	box-shadow: 0 10px 20px rgb(76 93 113 / 59%);
}

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

.hero:before {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
  }

.hero .hero-slider-title {
	font-size: 38px;
	line-height: 1.15;
	margin-bottom: 10px;
	letter-spacing: -0.025em;
	color: #323232;
	opacity: 0; 
	}  
.hero .hero-slider-teaser {
	font-size: 18px;
	line-height: 1.66;
	color: white;
	opacity: 0; 
} 
.hero .hero-slider-btn {
	margin-top: 25px;
	font-weight: 500;
	position: relative;
	display: inline-block;
	width: auto;
	padding: 8px 25px;
	cursor: pointer;
	-moz-transition: all 0.30s;
	-o-transition: all 0.30s;
	-webkit-transition: all 0.30s;
	transition: all 0.30s;
	text-align: center;
	letter-spacing: 0.10em;
	text-transform: uppercase;
	border: 0;
	background-color: #CA4A5F;
	text-decoration: none;
	color: white;
	opacity: 0; 
  }

.section-hero-slider .hero-slider .hero-slider-image {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	min-height: 600px;
}
  
.section-hero-slider .hero-slider .hero-slider-image-mobile {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: none;
}
  
.section-hero-slider .hero-slider .hero {
	height: 540px;
  }

.section-hero-slider .hero-slider .hero:before {
	display: none; }

.section-hero-slider .hero-slider .hero .hero-slider-btn {
	min-width: 285px;
	}


.section-hero-slider .hero-slider .slick-dots {
  position: absolute;
  bottom: 10px;
  text-align: center;
  margin: 0 auto;
}
.section-hero-slider .hero-slider .slick-dots li {
	display: inline-block;
	margin: 0 16px 0 0; 
  }
  
.slick-dots li button:before{
	display: none !important
}
.section-hero-slider .hero-slider .slick-dots button {
  border: 0;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  overflow: hidden;
  color: transparent;
  padding: 0;
  background-color: #fff; }

.section-hero-slider .hero-slider .slick-dots .slick-active button {
  background: #61798D;
}


.head_primary{
	font-size: 34px;
    font-weight: 500;
	color:#fff;
    padding: 15px;
    line-height: 1;
    background: rgb(0 96 32 / 53%);
	
	
/*     text-shadow: 3px 0px 3px rgba(0, 0, 0, 0.2); */
  }
.head_description {
	font-size: 32px;
	color:#363636;
    font-weight: 500;	

	line-height: 1;
    padding: 15px;
    background: rgb(241 241 241 / 44%);
/*     text-shadow: 1px 0px 1px rgba(0, 0, 0, 0.5); */
  }
.head_title {
	font-size: 44px;
	color:#fff;
    font-weight: 500;
	/*background: linear-gradient(180deg, rgba(97, 121, 141, 0.79) 0%, #A3BFDD 100%);  
	text-transform: uppercase;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    font-weight: bold;*/
  }
    
  .hero-slider-container.hero_mobil{display: none}
  
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

/* .slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; } */

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }
.hero-slider-navigation {
  margin: 0 auto;
  position: absolute;
  bottom: 55px;
  width: 100%;
  z-index: 3; 
  }
  
  
  
  
  
  
  
  
  
  
  
		.hero-slider-controls .swiper-button-prev,
		.hero-slider-controls .swiper-button-next{
			 position: relative;
			width: 35px;
			height: 30px;
			margin-top:0;
			  
			 
		 }  
  
  
  
  
.hero-slider-controls{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-align-items: center;
    align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;	  
  }
  
  
.slide-m-next,
.slide-m-prev{
	padding:8px 5px;
	margin: 0 5px;
	border-radius: 5px;
	cursor: pointer;
}


.slide-m-next span{	
	-webkit-mask: url(images/arrow_right.svg) no-repeat 100% 100%;
	mask: url(images/arrow_right.svg) no-repeat 100% 100%;
	-webkit-mask-size: contain;
	mask-size: contain;
	background-color: #666;
    background-size: contain;
	width:20px;
	height:10px;
    display: block;
	
}
.slide-m-prev span{	
	-webkit-mask: url(images/arrow_left.svg) no-repeat 100% 100%;
	mask: url(images/arrow_left.svg) no-repeat 100% 100%;
	-webkit-mask-size: contain;
	mask-size: contain;
	background-color: #666;
    background-size: contain;
	Width:20px;
	height:10px;
    display: block;
}
.slide-m-next:hover,
.slide-m-prev:hover{
	background: #e29600;
	cursor: pointer;
}
.slide-m-next:hover span,
.slide-m-prev:hover span{
	background-color: #fff;
}


/*=============================*/

.scrollTop{
	background-size: contain;
	width:30px;
	height:50px;
	bottom:20px;
	right:2%;
	opacity: 0.9;
	-webkit-animation-name: pulse; /* Safari 4.0 - 8.0 */
	-webkit-animation-duration: 2s; /* Safari 4.0 - 8.0 */
	-webkit-animation-iteration-count: infinite; /* Safari 4.0 - 8.0 */
	animation-name: pulse;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}
.scrollTop:hover{
	opacity: 1;
}


/*=============================*/



.prevs{
	padding: 15px;
	background: url(images/back.svg) no-repeat center center;
	background-size: contain;
	position: absolute;
	left: 0px;
	width: 40px;
	top: 45%;
	cursor: pointer;
	opacity: 0;
	transition: left 300ms, right 300ms, opacity 300ms; 
}
.nexts{
	padding: 15px;
	background: url(images/next.svg) no-repeat center center;
	background-size: contain;
	position: absolute;
	right: 0px;
	width: 40px;
	top: 45%;
	cursor: pointer;
	opacity: 0;
	transition: left 300ms, right 300ms, opacity 300ms; 
}
.article-slide:hover .nexts,
.blog-items:hover .nexts{
	right: -35px;
	opacity:1;
	transition:left 300ms, right 300ms, opacity 300ms;
}
.article-slide:hover .prevs,
.blog-items:hover .prevs{
	left: -35px;
	opacity:1;
	transition:left 300ms, right 300ms, opacity 300ms;
}

/*=====article_post========================*/







/*

.article-item{	
    overflow: hidden;
    margin-bottom: 30px;
    padding: 10px;
}



.article_img img{
	width:100%;
	height: auto;
}
.article_post .article_img{
	width:50%;
    position: relative;
}
.article_post img {
    position: absolute;
    left: 0;
    top: 0;

    min-width: 50%;
    min-height: 50%;
    width: 50%;
}
.article_post .article_desc{
	float: right;
    z-index: 2;
    background-color: #fff;
    position: relative;
    padding: 40px 33px 40px 40px;
    width: 60%;	
    min-height: 250px;
    border: 1px solid #eee;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.article_desc .blog-title{	
    line-height: 26px;
    margin-top: 0;
    font-size: 18px;
}
.article_desc .blog-title a{
	color:#333;	
}
.article_desc:hover .blog-title a{
	color:#000;	
}
.read_article a{
	padding:10px 15px;	
    border: 1px solid #f9a530;
    color: #f9a530;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
}
.article_desc:hover .read_article a, 
.read_article a:hover{
    background-color: #f9a530;
    border-color: #f9a530;
    color: #333;
}


.singl_postimg{
	max-width: 45%;
	float: left;
    margin: 0px 30px 30px 0;
}
.singl_postimg img{
	max-width:100%;
	height:auto;
}


*/

/*=====END article_post========================*/

#pagenavi{
	overflow: hidden;
	clear: both;
	text-align: center;
	margin: 30px 0;
}

.pagination{
	padding-top: 30px;
	border-top: 1px solid #eaeaea;
	
}
.pagination a.page-numbers,
.pagination .page-numbers{
	
	font-weight: 300;
	font-size: 16px;
	line-height: 21px;
	color: #C4C4C4;
	padding: 8px;	
	background: none;
}

.pagination a.page-numbers:hover,
.pagination .page-numbers.current{
	text-decoration-line: underline;
	color: #e29600;
}


.pagination a.prev.page-numbers{
	-webkit-mask: url(images/arrow_left.svg) no-repeat center center;
    mask: url(images/arrow_left.svg) no-repeat center center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #C4C4C4;
    background-size: contain;
    width: 20px;
	margin: 0 8px;
    padding: 6px;
	
	
}
.pagination a.next.page-numbers {
	-webkit-mask: url(images/arrow_right.svg) no-repeat center center;
    mask: url(images/arrow_right.svg) no-repeat center center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #C4C4C4;
    background-size: contain;
    width: 20px;
	margin: 0 8px;
	
    padding: 6px;
	
}
.pagination a.next.page-numbers:hover,
.pagination a.prev.page-numbers:hover{
    background-color: #e29600;
}


/***************/
.useful_items{	
    width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
    box-sizing: border-box;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.useful_item{
	width: 50%;
	max-width: 575px;
	height:305px;
	margin: 20px 0;
	background: linear-gradient(286.03deg, #DAECFD 2.24%, #FCFCFC 105.87%);
    transition: all 0.4s ease;
    overflow: hidden;
}
.useful_item:hover{
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.useful_item_cont{
	width: 100%;
	position: relative;
	z-index: 9;
}
.useful_title{
    
	font-style: normal;
	font-weight: 600;
	font-size: 22px;
	line-height: 1.3;
/*	color: #323232;*/
	color: #fff;
    width: 50%;
    margin-bottom: 20px;
}
.useful_item a.useful_link{
	width: 100%;
	height:100%;
	display: block;
    background-size: contain;
    background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding-left: 60px;	
	transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
}
.ebook_learn_more a.read_more{
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
	transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
	
}
.useful_item a.useful_link span.arrow_to,
.books_slider_item a.book_link span.arrow_to,
.ebook_learn_more a.read_more span.arrow_to{
	padding: 5px 0;
	margin-left: 5px;	
	-webkit-mask: url(images/arrow_right.svg) no-repeat 100% 100%;
	mask: url(images/arrow_right.svg) no-repeat 100% 100%;
	-webkit-mask-size: contain;
	mask-size: contain;
	background-color: #ffffff;
    background-size: contain;	
	width: 20px;
	height: 10px;
    display: inline-block;
	cursor: pointer;
    transition: left 300ms, right 300ms, opacity 300ms;	
}
.books_slider_item .book_link .read_more,
.useful_item .useful_link .read_more{
	color: #fff;
	
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
}
.ebook_learn_more a.read_more:hover,
.books_slider_item .book_link:hover .read_more,
.useful_item .useful_link:hover .read_more{
	color: #f8d015;
}
.books_slider_item .book_link:hover .useful_title,
.useful_item .useful_link:hover .useful_title{
	color: #f8d015;
}
.ebook_learn_more a.read_more:hover span,
.book_slider_item a.read_more:hover span,
.book_slider_item a.book_link:hover span,
.useful_item a.useful_link:hover span{
	background-color: #f8d015;
}

.book_slider_item .item_bg__video{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
	z-index: 1;
	}
a.read_all span.arrow_to{
	padding: 5px 0;
	margin-left: 5px;	
	-webkit-mask: url(images/arrow_right.svg) no-repeat 100% 100%;
	mask: url(images/arrow_right.svg) no-repeat 100% 100%;
	-webkit-mask-size: contain;
	mask-size: contain;
	background-color: #610099;
    background-size: contain;	
	width: 20px;
	height: 10px;
    display: inline-block;
	cursor: pointer;
    transition: left 300ms, right 300ms, opacity 300ms;	
}
.read_all{
	
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #610099;
}
.read_all:hover{
	color: #323232;
}
a.read_all:hover span{
	background-color: #323232;
}



/**************/
	.all_products .read_all{
		width: 115px;
		display: flex;
		justify-content: space-between;
		align-items: center;

	}
/**************************************************************/

#tabs {
	margin: 15px 0 0 0;
}
.tabs-head{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
	margin-bottom: 30px;
}
.tabs-nav {
	overflow: hidden;
	margin: 0;
	padding: 0;	
    width: 100%;
}
.tabs-nav li {
	display: block;
	float: left;
	padding: 0;
	padding: 0 12px;
	list-style: none;	
}    
.tabs-nav li:first-child {
	padding-left: 0;
}
.tabs-nav a {
    position: relative;
	display: block;
    padding: 15px;
	text-decoration: none;
	text-align: center;
	
	font-weight: 300;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	color: #4e4e4e;
	border-radius: 10px
}	 

.menu_left ul li.menu-item:hover a:after,
.menu_left ul li.current-menu-item a:after,
.tabs-nav li:hover a:after, .tabs-nav li a.active:after {
    width: 100%;
}

.tabs-nav li:first-child a { 
}
.tabs-nav li:last-child a {
	display: block;	 
}
.tabs-nav a:hover,
.tabs-nav a.active {
	 	background: #e29600;
    color: #ffffff;
}    
.tabs-items {
	border-radius: 0 5px 5px 5px;
	background: #fff;
	margin: -1px 0 0 0;
}
/*
 .tabs-item {
	padding: 15px;
}
 */
.tabs-item {
  animation: fadeEffect 1s; 
}
/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}
.all_catalog_mob{
	display: none;
}

/**************************************************************/
.slider-navigation {
	margin: 0 auto;
	position: relative;
	bottom: 10%;
	width: 100%;
	z-index: 3; 
	margin-top: 15px;
	}
	
	 
/*****************************************/
.flex-cont{	
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
	margin-bottom: 30px;
}


input[type="text"], input[type="tel"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="date"], select, textarea {
    font-size: 16px;
    line-height: 24px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
	
    color: #4e4e4e;
    width: 100%;
    padding: 10px 15px;
	margin: 10px 0;
    outline: none;/* 
    height: 45px; */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	height: 48px;
    color: #fff;
    display: block;
    padding: 0 15px;
	
	
    font-family: 'Roboto', sans-serif;
    font-weight: 500;  
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
	background: #e29600;
	box-shadow: 0px 11px 24px rgba(85, 134, 194, 0.3);
	border-radius: 6px;
	text-align: center;
    border: 1px solid transparent;
	transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
}
.feedback_form input[type="submit"]{
	width: 100%
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #7c7c7c;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background: #7c7c7c;
}
.submit_button input{width:100%;}
.feedback_form textarea{
	max-height: 140px;
	
}


.feedback_form label{ 
font-weight: 300;
font-size: 16px;
line-height: 16px;
color: #4e4e4e;
}




.entry_flex_block{
	width: 48%;
}

.contacts_title{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #979797;
	padding: 10px 0;
}
.cont_line{
	margin-bottom: 15px;
}
.address,
.email,
.phone, .phone a, 
.email a{

	font-family: 'Roboto', sans-serif;
	font-weight: 500; 
	font-size: 18px;
	line-height: 38px;
	letter-spacing: -0.47px;
	color: #3D3D3D;
}


.feedback-content a:hover{	
	color: #e29600;
}
.contact-social-icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.contact-social-icons a{
	margin: 0;  
    margin-right: 15px;
}

.contact-social-icons a{
	color: #4e4e4e;
	font-size: 14px;
	width: 40px;
	height: 40px;
}

.contact-social-icons .soc_item span{
	width: 40px;
	height: 40px;
	display: block;
}
.contact-social-icons .soc_item_youtube span {
	-webkit-mask: url(images/social/icon-youtube.svg) no-repeat 100% 100%;
	mask: url(images/social/icon-youtube.svg) no-repeat 100% 100%;
	-webkit-mask-size: contain;
	mask-size: contain;
	background-color: #4e4e4e;
    background-size: contain;
}
.contact-social-icons .soc_item_tiktok span {	
	-webkit-mask: url(images/social/icon-tictok.svg) no-repeat 100% 100%;
	mask: url(images/social/icon-tictok.svg) no-repeat 100% 100%;
	-webkit-mask-size: contain;
	mask-size: contain;
	background-color: #4e4e4e;
    background-size: contain;
}
.contact-social-icons .soc_item_facebook span {
	-webkit-mask: url(images/social/facebook.svg) no-repeat 100% 100%;
	mask: url(images/social/facebook.svg) no-repeat 100% 100%;
	-webkit-mask-size: contain;
	mask-size: contain;
	background-color: #4e4e4e;
    background-size: contain;
}
.contact-social-icons .soc_item_twitter span {
   /*  background: url(images/social/icon-twitter.svg) no-repeat center center; */
	-webkit-mask: url(images/social/twitter.svg) no-repeat 100% 100%;
	mask: url(images/social/twitter.svg) no-repeat 100% 100%;
	-webkit-mask-size: contain;
	mask-size: contain;
	background-color: #4e4e4e;
    background-size: contain;
}
.contact-social-icons .soc_item_instagram span {
    /* background: url(images/social/icon-instagram.svg) no-repeat center center; */
	-webkit-mask: url(images/social/instagram.svg) no-repeat 100% 100%;
	mask: url(images/social/instagram.svg) no-repeat 100% 100%;
	-webkit-mask-size: contain;
	mask-size: contain;
	background-color: #4e4e4e;
    background-size: contain;
}

/*************************************************************/
/* Required */
.notvisible{
	opacity: 0;
}
.visible{
	opacity: 1;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@-moz-keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@-o-keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

.animated.fadeIn {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeInLeft{
	0%{
		opacity:0;
		-webkit-transform:translateX(-60px);
		transform:translateX(-60px)}
	100%{
		opacity:1;
		-webkit-transform:translateX(0);
		transform:translateX(0)
	}
}
@keyframes fadeInLeft{
	0%{
		opacity:0;
		-webkit-transform:translateX(-60px);
		-ms-transform:translateX(-60px);
		transform:translateX(-60px)}
	100%{
		opacity:1;
		-webkit-transform:translateX(0);
		-ms-transform:translateX(0);
		transform:translateX(0)
	}
}
            
.animated.fadeInLeft{
                -webkit-animation-name:fadeInLeft;
                animation-name:fadeInLeft
            }
@-webkit-keyframes fadeInRight {
	0% {
	   opacity: 0;
	   -webkit-transform: translateX(60px);
	}
	100% {
	   opacity: 1;
	   -webkit-transform: translateX(0);
	}
	}

	@keyframes fadeInRight {
	0% {
	   opacity: 0;
	   transform: translateX(60px);
	}
	100% {
	   opacity: 1;
	   transform: translateX(0);
	}
	}

.animated.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
	}
	 


/******testimonials**********************************************************/
.testimonials{
	padding: 60px 0;
	
    width: 100%;
    background: rgb(204 204 204 / 20%);
}
.section-title{
	margin-bottom: 30px;
}


.testimonials_slider .name{
	font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
	padding-left: 20px;
}
 

.leave_a_review a{
	margin: 0 auto;
}




.review-card {
    display: flex;
    flex-direction: column;
    min-height: 190px;
    padding: 24px 30px 20px;
    border: 1px solid #e7e7e7;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 3px 12px rgba(26, 55, 40, 0.06);
}

.review-stars {
    margin-bottom: 14px;
    color: #efa800;
    font-size: 23px;
    line-height: 1;
    letter-spacing: 2px;
}

.review-text {
    flex-grow: 1;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.55;
}

.review-text p {
    margin: 0;
}

.review-text p::before {
    content: "“";
}

.review-text p::after {
    content: "”";
}

.review-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 22px;
}

.review-author {
    margin: 0;
    color: #555;
    font-size: 16px;
    font-weight: 600;
}

.google-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: conic-gradient(
        from -45deg,
        #4285f4 0deg 90deg,
        #34a853 90deg 180deg,
        #fbbc05 180deg 270deg,
        #ea4335 270deg 360deg
    );
    font-family: Arial, sans-serif;
    font-size: 22px;
    font-weight: 800;
}

.google-blue {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: #4285f4;
    background: #fff;
} 

/******location**********************************************************/

.location-section {
    display: grid;
    grid-template-columns: minmax(400px, 44%) minmax(0, 56%);
    min-height: 360px;
    overflow: hidden;
    background-color: #f7f3ea;
	padding: 0;
}

.location-content {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 55px clamp(35px, 5vw, 90px);
    background:
        radial-gradient(
            circle at 20% 50%,
            rgba(241, 178, 41, 0.07),
            transparent 50%
        ),
        #f8f5ee;
}

.location-content__inner {
    width: min(520px, 100%);
}

.location-pretitle {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 15px; 
}

.location-pretitle svg {
    flex: 0 0 auto;
}

.location-title {
    margin: 0 0 14px;
    color: #26372d;   
	text-align: left;
}

.location-description {
    margin: 0 0 28px;
    color: #4d544f;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
}

.location-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 190px;
    min-height: 52px;
    padding: 14px 28px;
    border: 2px solid #efa800;
    border-radius: 10px;
    color: #fff;
    background-color: #efa800;
    box-shadow: 0 5px 16px rgba(239, 168, 0, 0.2);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1.3px;
    text-decoration: none;
    text-transform: uppercase;
    transition:
        color 0.25s ease,
        background-color 0.25s ease,
        transform 0.25s ease;
}

.location-button:hover {
    color: #efa800;
    background-color: transparent;
    transform: translateY(-2px);
}

.location-map {
    position: relative;
    min-height: 360px;
}

.location-map iframe {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
}

/* Tablet */
@media (max-width: 900px) {
    .location-section {
        grid-template-columns: 1fr;
    }

    .location-content {
        justify-content: center;
        padding: 55px 30px;
        text-align: center;
    }

    .location-pretitle {
        justify-content: center;
    }

    .location-map {
        min-height: 400px;
    }
}

/* Mobile */
@media (max-width: 600px) {
    .location-content {
        padding: 45px 20px;
    }

    .location-title {
        font-size: 34px;
    }

    .location-description br {
        display: none;
    }

    .location-button {
        width: 100%;
    }

    .location-map {
        min-height: 340px;
    }
}

/****************************************************************/
.banners_img img{	
    transition: all 0.5s;
}

.filter__item.filter__item--type-radio .filter__properties-list .filter__properties-item {
    margin-right: 10px;
    padding: 30px 0;
    margin-bottom: 0;
    text-transform: uppercase;
}
/***********************************************************************/

a.scrollTop span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 20px;
	height: 20px;
	width: 15px;
	height: 15px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-animation: sdb07 2s infinite;
	animation: sdb07 2s infinite;
	opacity: 0;
	box-sizing: border-box;
}

a.scrollTop span:nth-of-type(1) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

a.scrollTop span:nth-of-type(2) {
	top: 14px;
	-webkit-animation-delay: .15s;
	animation-delay: .15s;
}

a.scrollTop span:nth-of-type(3) {
	top: 28px;
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}
@-webkit-keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/**************************************************/ 

/*****404************/
.page-error-404{
	    background-size: cover;
    background-repeat: no-repeat;
    height: 600px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-align-items: center;
    align-items: center;
	color: #fff;
}
.page-error-404 .page-description{
	font-size: 18px;	
}
.head_description_404{
    
	font-size: 38px;
	color: rgb(255 255 255 / 75%);
    font-weight: 600;
	letter-spacing: 0.03em;
}
.head_description_404_text{
	font-size: 30px;
    color: #fff;
    font-weight: 600;
	letter-spacing: 0.03em;
	padding: 15px 0;
}
.error-404 .btn_more{
	display: inline-block;
	float: left;
}
.error-404 .float_left_btn{
	margin-left:60px;
}

@media screen and (max-width: 768px) {
	
.page-error-404{
	background-image: none !important;	
    background-color: #e9f3ff;
    text-align: center;
}
.error-404 .float_left_btn {
    margin-left: auto;
}
.error-404 .btn_more{
	display: block;
	float: none;
    margin-left: auto;
    margin-right: auto;
}
.error-404 .btn_more a{
	    margin: 0 auto;
}
.head_description_404 {
    font-size: 30px;
}
.head_description_404_text {
    font-size: 26px;
}
}

@media screen and (max-width: 480px) {

.head_description_404 {
    font-size: 28px;
}
.head_description_404_text {
    font-size: 22px;
}
.page-error-404 .page-description{
	font-size: 16px;	
}
}

/******************************/
#overlay {
    z-index: 999;
    position: fixed;
    background-color: #000;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
}
.modal_div {
    width: 100%;
    max-width: 600px;
    box-sizing: border-box;
    background: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #FFF;
    border-radius: 10px;
    display: none;
    opacity: 0;
    z-index: 9999;
    padding: 20px 10px;
} 

/*******Pop-UP*************************/
.innerr {
  width: 500px;
  position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  background: #fff;
  padding: 20px 30px 30px 30px;
  font-size: 14px;
  z-index: 1111;
  border-radius: 10px;
  display: none;
}
.product_block .form-title,
.innerr .form-title {
    font-size: 20px;
	font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    margin-top: 15px;
    margin-bottom: 5px;
    padding-bottom: 15px;
	color: #09398c;
}
.product_block .form-title::before ,
.innerr .form-title::before {
    display: block;
    content: "";
    width: 40px;
    height: 2px;
    background-color: #09398c;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
}
.popupp {
  display: none;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
}
.close_pop{
    position: absolute;
    right: 10px;
    top: 10px;
	
}
.innerr a img{
  cursor: pointer;
}
textarea{min-height:100px;}
.product_block .title-form,
.form_pop .title-form {
  font-size: 19px;
  font-weight: 600;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0px;
text-transform: uppercase;
}
.form_pop form input[type="text"],
.form_pop form input[type="tel"],
.form_pop form input[type="email"],
.form_pop form textarea, 
select{
  /* height: auto; */height: 42px;
  width: 100%;
  padding: 0 17px;
  border: none;
    border-bottom: 1px solid #333;
    border-radius: 0px !important;

/*   margin-top: 10px; */
  font-size: 14px;
  background: transparent;
}
.form_pop input[type="submit"]{
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  display: block;
  margin: 0 auto 0;
  padding: 0 30px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  z-index: 2;  
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    color: #084d3a;
    background-color: #fff;
    line-height: 50px; 
    border: 2px solid #084d3a;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.form_pop input[type="submit"]:hover{
    color: #fff;
    background-color: #084d3a;
	
}
.text_name input{
	text-align: center;
    font-weight: bold;
    color: #353535;
	text-transform: uppercase; 
}

.form_pop form input[type="text"]:focus,
.form_pop form input[type="tel"]:focus,
.form_pop form textarea:focus {
  background-color: #fff;
  color: #000;
}
.form_pop form textarea {
height: 100px;
    background: #f0f0f0;
    padding: 10px 17px;
}
.form_pop div.wpcf7-validation-errors,
.form_pop div.wpcf7-acceptance-missing {
  border: 2px solid #ff0000;
} 


/**************************************************************/

.hero-slider {
  width: 100%;
  height: 540px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

.blackfont {
color: black !important;
}

.whitefont {
color: #ffffff !important;
}
/*
.swiper-button-prev {
    left: 0 !important;
    margin-left: 0 !important;
    background: blue !important;
}

.swiper-button-next {
    right: 0 !important;
    margin-right: 0 !important;
    background: blue !important;
}
*/

@media (max-width: 991px) {
  .hero-slider {
    height: 540px;
  }
}

@media (max-width: 767px) {
  .hero-slider {
    height: 540px;
  }
}

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

/*
.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width: 28px;
  height: 28px;
  line-height: 24px;
  // margin-top: -30px;
  text-align: center;
  border: 2px solid #d4d3d3;
  border-radius: 28px;
  opacity:0;
  // visibility:hidden;
  transition:all .3s ease;
}
.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
  transform:translateX(0);
  opacity:1;
  visibility:visible;
}

*/

@media (max-width: 767px) {
  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
}
 
.swiper-button-prev.slide-m-prev:after,
.swiper-button-next.slide-m-next:after,
.hero-slider .swiper-button-prev:after,
.hero-slider .swiper-button-next:after{
	content: "";
}
 

.slider-controls .swiper-pagination-bullet,
.hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 0.3;
  background:#e29600;
  transition:all .2s ease;
  margin: 0 4px;
}

.slider-controls .swiper-pagination-bullet-active,
.hero-slider .swiper-pagination-bullet-active {
  opacity:1;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}

@media screen and (min-width: 992px) {
    .swiper-pagination {
    text-align:center;
    position: relative !important;
    margin: 0 10px;
    }

    .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
    bottom:50px;
        max-width: 1200px;
        padding: 0 15px;
        display: table;
        margin: 0 auto;
        left: 50%;
        top:90%;
        transform: translateX(-50%);
    }
}
@media (min-width: 767px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom:30px;
 
}
}
/*--------------------------------------------------------------
	#hero-style
--------------------------------------------------------------*/
.hero-style { 
  transition:all .4s ease;
}
 

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
  max-width: 690px;
}

.hero-style .slide-title h2 {
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  margin: 0 0 40px;
  text-transform: capitalize;
  transition:all .4s ease;
}

@media (max-width: 1199px) {
  .hero-style .slide-title h2 {
    font-size: 50px;
  }
}

@media (max-width: 991px) {
  .hero-style .slide-title h2 {
    font-size: 50px;
    margin: 0 0 35px;
  }
}

@media (max-width: 767px) {
  .hero-style .slide-title h2 {
    font-size: 35px;
    margin: 0 0 30px;
  }
}

.hero-style .slide-text p {
  opacity: 0.8;
  font-family: Roboto;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0 0 40px;
  transition:all .4s ease;
}

@media (max-width: 767px) {
  .hero-style .slide-text p {
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    margin: 0 0 30px;
  }
}

.hero-style .slide-btns > a:first-child {
  margin-right: 10px;
}
