/* tasteoflife.com.ua */

/* ===== Scrollbar CSS ===== */
  /* Firefox */

  * {
    scrollbar-width: auto;
     scrollbar-width: 20px;
    scrollbar-color:#DBBA94 #fff;
  }

  /* Chrome, Edge, and Safari */

  *::-webkit-scrollbar {
    width: 20px;
  }

  *::-webkit-scrollbar-track {
    background:#fff;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #DBBA94;
    border-radius: 20px;
    border: 20px solid #fff;
  }


*,
*::before,
*::after {
    box-sizing: border-box;
}

a:visited,
a {color: #fff}


body {
    font-family: 'Cormorant Garamond', serif;
    color: #fff;
}

.title {
    font-family: 'Great Vibes', cursive;
}


.container {max-width: 1400px; width: 100%;  margin: 0 auto; padding-left: 30px; padding-right: 30px; border: -grey solid 1px;} 
.container-fluid {max-width: 100%; width: 100%;  margin: 0 auto; padding-left: 30px; padding-right: 30px;} 

  @media (max-width:767px){
      .container {max-width: 1400px; width: 100%; padding-left: 20px; padding-right: 20px;}     
      .container-fluid {max-width: 100%; width: 100%;   padding-left: 20px; padding-right: 20px;} 
  }

.d-flex {
  display: flex;
}

.f-row {flex-direction: row;}
.f-column {flex-direction: column;}

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

body {
  font-family: "Cormorant Garamond", Sans-serif;
  background: #000;
}


.post, .page {margin-bottom: 0;}

/*
.pershyj_tekst,
.drugyj_tekst,
.tretiy_text,
.chetvertyi_text,
.pyatyi_text,
.service_insta {
  opacity: 0;
  transform: translateY(250px);
}

*/
/* HEADER */

header#masthead {
  position: fixed!important;
  top:0;
  left: 0; 
  min-height: 60px; 
  width: 100%;
  z-index: 59!important;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all 0.4s;
  background: #000;
}


header#masthead.sticky {
 box-shadow: 0px 0px 4px 4px rgba(255,255,255,0.25);
 transition: 0.4s;
 min-height: 50px;
 padding-top: 10px;
  padding-bottom: 5px;
  transition: all 0.4s;
}


.site-header .container {
  position: relative; 
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;

}

.site-header {}

.site-header .logo {width: 120px;}
.site-header .logo img {width: 110px; height: auto; transition: all 0.4s;}
.site-header.sticky .logo img {width: 90px; height: auto;}


  @media (max-width:767px){
    .site-header .logo {width: 100px;}
    .site-header .logo img {width: 90px; height: auto; transition: all 0.4s;}
    .site-header.sticky .logo img {width: 80px; height: auto;} 
  }



.site-header .main-navigation {
  position: absolute;
  right: 0;
  top: 15px;
  max-width: 420px;
  width: 380px;
  margin-top: 125px;
  background-color: #FFFFFF03;

  visibility: visible;
  opacity: 1;
  height: auto;
  transition-property: display;
  transition-duration: .5s;

  display: flex;
  flex-direction: column;
  align-items: flex-start;

  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;


}
.main-navigation.active-menu {
   opacity: 1;
    visibility: visible;
  transition: all 0.4s ease, visibility 0.4s ease;
}




.site-header .main-navigation .menu.nav-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;

}
.site-header .main-navigation .menu.nav-menu li {margin-bottom: 6px;  text-align: right; display: flex; justify-content: flex-end; width: 100%;}

.site-header .main-navigation .menu.nav-menu li a {
  width: auto;
  position: relative;
  font-family: "Cormorant Garamond", Sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}
.site-header .main-navigation .menu.nav-menu li a:after {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fff!important;
  content: " ";
  transition: width 0.4s ease-out;
}

.site-header .main-navigation .menu.nav-menu li a:hover:after {
  width: 100%;
}

/* іконка бургера */

.site-header .menu-wrap-overlay {
  width: 120px;
  position: relative;
}




.site-header .hfe-nav-menu-icon {

}
.site-header .hfe-nav-menu-icon.active-btn {
    position: relative;

  }


.site-header .hfe-nav-menu-icon {
      width: 100%;
      height: 3px;
      background: #fff;
      padding: 0;
      top: 12px;
      position: absolute;
}



.site-header .hfe-nav-menu-icon.active-btn {
  position: relative;

}


.site-header .hfe-nav-menu-icon {
    width: 100%;
    height: 3px;
    background: #fff;
    padding: 0;
    top: 12px;
    position: absolute;
}
 

.site-header .hfe-nav-menu__toggle {
        /*border: red solid 1px; */
        position: absolute;
        right: 0;
        top: -15px;
        z-index: 666;
        width: 30px; height: 30px; 
     }

     .hfe-nav-menu-icon   {
       
     }

    .site-header .hfe-nav-menu-icon:before,
    .site-header .hfe-nav-menu-icon:after
      {
        content: " ";
        width: 100%;
        height: 3px;
        background: #fff;
        position: absolute;
        left: 0;
        transition: .3s linear;
  }

    .site-header .hfe-nav-menu-icon:before {
      top: -6px;
    }
   .site-header .hfe-nav-menu-icon:after {
      top: 6px;
    }


}


.hfe-nav-menu-icon {
  position: relative;
  width: 30px;
  height: 20px;
}

/* три лінії */
.hfe-nav-menu-icon .line,
.hfe-nav-menu-icon::before,
.hfe-nav-menu-icon::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #000;
  transition: all 0.3s ease;
  transform-origin: center; /* ключове — обертання відносно центру */
}

.hfe-nav-menu-icon .line {
  top: 50%;
  transform: translateY(-50%);
}

.hfe-nav-menu-icon::before {
  top: 0;
}

.hfe-nav-menu-icon::after {
  bottom: 0;
}

/* svg іконка закриття */
.hfe-nav-menu-icon .close-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  transition: all 0.4s ease 0.4s;
}


/* активний стан */
.hfe-nav-menu__toggle.active .hfe-nav-menu-icon {
  /*background: #A9ABB7;*/
  background: transparent;
}
.hfe-nav-menu__toggle.active .hfe-nav-menu-icon .line {
  opacity: 0; /* середня лінія зникає */
  background: #A9ABB7;
}

.hfe-nav-menu__toggle.active .hfe-nav-menu-icon::before {
  top: 50%;
  transform: rotate(45deg);
}

.hfe-nav-menu__toggle.active .hfe-nav-menu-icon::after {
  bottom: auto;
  top: 50%;
  transform: rotate(-45deg);
}

.hfe-nav-menu__toggle.active .hfe-nav-menu-icon .close-icon {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

body.has-active-menu button.menu-toggle {display: none!important; opacity: 0; width: 0;}



/* блокуємо скрол */
body.has-active-menu {
    overflow: hidden;
    height: 100%;
    transition: all 0.4s ease 0.4s;
}

/* додаємо фон-підкладку */
body.has-active-menu::after {
    background: #000;
    position: fixed;
    z-index: 48;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    content: '';
    transition: all 0.4s ease 0.4s;
}


body.has-active-menu {
    overflow: hidden;
    height: 100%;
     transition: all 0.4s ease 0.4s;
}

.header-search {width: 400px;}

  @media (max-width:767px){
      .site-header .container {
          display: flex;
          align-items: center;
          justify-content: space-between;
      }

     .header-search {
          margin-top: 25px;
          display: flex;
         justify-content: flex-end;
          flex: 1; /* щоб блок займав простір і тягнувся вправо */

      }
      .header-search {width: 310px;}
      .header-search .searchwp-form {width: 100%; }

  }


.header-search input[type="search"]:focus {
    outline: none;
    border: 1px solid #ff0000; /* своя рамка */
    box-shadow: 0 0 5px rgba(255,255,255,0.5); /* легке світіння */
}


.searchwp-live-search-no-results {color: #000;}




/* FOOTER */
.site-footer {
  background: #fff;
  padding-top: 30px;
  padding-bottom: 40px;
  color: #000;
}
.site-footer .footer-menus {justify-content: space-between;}

.site-footer .footer-menus .footer-menu.item {
    width: 20%;
}
.site-footer .footer-menus .footer-menu.item p.menu-title {
  color: #000;
  font-size: 20px;
  font-weight: 900;
  line-height: 110%;
  margin-bottom: 10px;
   max-width: 180px;

}
.site-footer .footer-menus .footer-menu.footer_menu_1 p.menu-title ,
.site-footer .footer-menus .footer-menu.footer_menu_2 p.menu-title {
  max-width: 140px;
}
.site-footer .footer-menus .footer-menu.footer_menu_3 p.menu-title  {
  max-width: 160px;
}

.site-footer .footer-menus .footer-menu.item ul {
  padding-left: 0;
  margin: 0;
  column-gap: 10px;
  list-style-type: none;
}
.site-footer .footer-menus a {color: #000; text-decoration: none;}
.site-footer .footer-menus a {
  color: #000; text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  position: relative;

}
.site-footer .footer-menus a:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0;
  height: 1px;
  background-color: #000 !important;
  transition: width 0.4s ease-out;
}
.site-footer .footer-menus a:hover:after {
  width: 100%;
}

.site-footer .footer-infos {
  justify-content: space-between;
  align-content: center;
  align-items: center;
}

.site-footer .footer-logo {}
.site-footer .footer-logo img {
  width: 140px;
  height: auto;
}
.site-footer .footer-site-name {
  font-size: 20px;
  font-weight: 600;
}
.site-footer .footer-copyright {
 font-size: 18px;
 font-weight: 500;
 }




  @media (max-width:1024px){
    .site-footer .footer-menus {
      flex-direction: column;
      justify-content: flex-start;
      margin-bottom: 40px;
    }
    .site-footer .footer-infos {
      flex-direction: column;
      justify-content: center;
    }
    .site-footer .footer-menus .footer-menu.item {width: 100%;}
    .site-footer .footer-menus .footer-menu.footer_menu_1 p.menu-title, 
    .site-footer .footer-menus .footer-menu.footer_menu_2 p.menu-title, 
    .site-footer .footer-menus .footer-menu.footer_menu_3 p.menu-title, 
    .site-footer .footer-menus .footer-menu.footer_menu_4 p.menu-title, 
    .site-footer .footer-menus .footer-menu.footer_menu_5 p.menu-title, 
    .page .site-footer .footer-menus .footer-menu p.menu-title  {
      max-width: 100%!important;
      width: 100%!important;
      
    }
}



  @media (max-width:851px){

   .site-footer {
      padding-top: 20px;
      padding-bottom: 30px;
    }
    .site-footer .footer-menus {gap: 15px}
    .site-footer .footer-logo img {
      width: 110px;
      height: auto;
    }
    .site-footer .footer-infos .footer-copy {
      text-align: center;
    }

}



/* FORMA */

.site .wpcf7-form {width: 480px; margin-right:auto ; margin-left: auto;}
.site .wpcf7-form input,
.wpcf7-form textarea  {
    border: solid 1px #DBBA94;
    border-radius: 8px;
    width: 480px;
    margin-bottom: 20px;
    font-family: "Roboto Condensed", Sans-serif;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;

}
.site .wpcf7-form input.wpcf7-submit {
  text-transform: uppercase;
  font-weight: 600;
  background: #DBBA94;
  color: #fff;
  border: #DBBA94 solid 1px;
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px;
}

.site .wpcf7-form input.wpcf7-submit:hover {
  border: #DBBA94 solid 1px;
  background: #DBBA94;
}

.site .wpcf7-form input,
.site .wpcf7-form textarea {}

.wpcf7-form-control.wpcf7-submit {
  border: none;        /* прибирає рамку */
  outline: none;       /* прибирає синю обводку при фокусі */
  transition: background 0.3s ease;
}

.wpcf7-form-control.wpcf7-submit:hover {
  outline: none;       /* щоб не з’являлась при hover */
  border: none;        /* якщо браузер додає border */
  background: #fdd835; /* приклад зміни фону при hover */
}

/* стилізація всіх інпутів CF7 при фокусі */
.wpcf7 input:focus,
.wpcf7 textarea:focus {
    border: 1px solid #ff0000;   /* колір рамки */
    outline: none;               /* прибирає стандартне синє обведення */
    /*box-shadow: 0 0 5px rgba(0,115,230,0.5); /* додатковий ефект */
}


    @media (max-width:767px){
        .site .wpcf7-form {width: 310px; margin-right:auto ; margin-left: auto;}
        .site .wpcf7-form input,
        .site .wpcf7-form textarea  {

          width: 320px;
          margin-bottom: 20px;
          font-family: "Roboto Condensed", Sans-serif;
      }
    }
.wpcf7 form.sent .wpcf7-response-output {
  color: #fff!important;
   border: #DBBA94 solid 1px;
}



/* PAGES */

.page-wrap {padding-top: 160px; padding-bottom: 80px;}

.page-wrap .page-top {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
.page-wrap .page-top h1 {
  font-size: 3.56rem;
  font-weight: 500;
  color: #FFF;
  text-align: center;
  margin:0 auto;
}
.page-content  {margin-top: 0;}
.page-content .big-text {
  font-size:1.8rem;
}


    @media (max-width:1024px){
        .page-wrap {padding-top: 140px;}
        .page-wrap .page-top {
          padding-top: 40px;
          padding-bottom: 40px;
        }
        .page-wrap .page-top h1  {
          font-size: 2.86rem;
        }
        .page-content .big-text {
          font-size:1.2rem;
        }

    }

    @media (max-width:767px){
       .page-wrap {padding-top: 120px;}
        .page-wrap .page-top {
          padding-top: 30px;
          padding-bottom: 30px;
        }
        .page-wrap .page-top h1  {
          font-size: 2.16rem;
        }
        .page-content .big-text {
          font-size:1.26rem;
        }
    }


.ordinary-text {
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 1.4rem;
}
.ordinary-title {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.8rem;
}
.ordinary-title.title_wihout_bottom {
   padding-top: 10px;
  padding-bottom: 0px;
}

    @media (max-width:1024px){
      .ordinary-text {
        padding-top: 40px;
        padding-bottom: 40px;
         font-size: 1.2rem;
      }
      .ordinary-title {
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 1.6rem;
      }
      .ordinary-title.title_wihout_bottom {
         padding-top: 10px;
        padding-bottom: 0px;
      }

    }

    @media (max-width:767px){
      .ordinary-text {
        padding-top: 40px;
        padding-bottom: 40px;
         font-size: 1.2rem;
      }
      .ordinary-title {
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 1.4rem;
      }
      .ordinary-title.title_wihout_bottom {
       padding-top: 10px;
      padding-bottom: 0px;
    }

    }


.search-results-page {}
.search-results {background: #000;}
.search-results .site-main {padding-top: 60px; padding-bottom: 60px;}
.search-results-page h1 { font-family: "Cormorant Garamond", Sans-serif; color: #fff; }
.search-results-page h2 {font-size: 1.6rem;}
.search-results-page a,
.search-results-page p
 {color: #fff; }

.searchwp-live-search-result .searchwp-live-search-result--title {margin-bottom: 15px;}
.searchwp-live-search-result .searchwp-live-search-result--title a {color: #000; text-decoration: none;}

.search-results .site-main a {
  font-family: "Cormorant Garamond", Sans-serif;
}
.search-results .site-main a {position: relative;}

.search-results .site-main a:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background-color: #fff !important;
  transition: width 0.4s ease-out;
}
.search-results .site-main a:hover:after {
  width: 100%;
}



/* breadcrumbs */
.breadcrumbs {
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumbs li {

}

.breadcrumbs li a,
.breadcrumbs li span 
 {
  color: #FFF;
  font-family: "Cormorant Garamond", Sans-serif;
  font-size: 20px;
}
.breadcrumbs li {
  display: inline;
  color: #b87333; /* бронзовий акцент */
  color: #FCFCFC;
}
.breadcrumbs li span {

}
.breadcrumbs li + li:before {
  content: "›";
  margin: 0 8px;
  color: #999;
}


/* MAIN PAGE */

.directions {display: flex; flex-direction: row; justify-content: center; gap: 15px; align-items: flex-start; flex-wrap: wrap; }
.directions .item { width: calc(33% - 15px); display: flex; flex-direction: column; justify-content: center; align-items: center;}
.directions .item .item-thumb {display: flex; justify-content: center; align-items: center;}
.directions .item img {
  box-shadow: 0px 0px 16px 0px rgba(255, 255, 255, 0.45); transition: all 0.4s; border-radius: 50%; opacity: 0.95; 
  max-width: 300px; height: auto;
}
.directions .item:hover img {opacity: 1; transition: all 0.4s; box-shadow: 0px 0px 16px 0px rgba(255, 255, 255, 0.7);}
.directions .item:hover a, 
.directions .item a {text-decoration: none!important;  border-bottom: none !important;
}

.directions .item:hover p, 
.directions .item p  {text-decoration: none!important;  border-bottom: none !important;
}

.directions .item .title {text-decoration: none!important; text-align: center; border-bottom: none !important; position: relative; display: flex; justify-content: center; align-items: center;}
.directions .item .title a {position: relative; font-size: 2.0rem; font-weight: 700;}
.directions .item .title a:after {
   content: " ";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 0;
  height: 1px;
  background-color: #ffff !important;
  transition: width 0.4s ease-out;
  display: inline-block;
}
.directions .item:hover .title a:after {
  width: 100%;
}
.directions .item:hover .title a ,
.directions .item .title a:hover {color: #fff;}


    @media (max-width:1024px){
        .directions .item img { width: 90%; max-width: 90%;}
        .directions .item .title a {position: relative; font-size: 1.8rem; font-weight: 700;}
      
    }


     @media (max-width:768px){
        .directions {display: flex; flex-direction: column; justify-content: flex-start; align-items: center;}
        .directions .item { width: 100%; max-width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center;}
        .directions .item img {max-width: 280px; width: auto;}
         .directions .item .title a {position: relative; font-size: 1.7rem; font-weight: 700;}
        }
     }


.work-system {}
.work-system .work-system-overlay {flex-direction: row; justify-content: center; gap:35px ;}
.work-system .work-system-overlay .item-work {
  padding: 1rem;
  gap:15px ;

  width: calc(30% - 35px); 
  box-shadow: 0px 0px 16px 0px rgba(255, 255, 255, 0.45);
  transition: all 0.4s;
  border-radius: 8px;
}
.work-system .work-system-overlay .item-work:hover {
  box-shadow: 0px 0px 16px 0px rgba(255, 255, 255, 0.7);
} 
.work-system .work-system-overlay .item-work .ordinary-title {margin-top: 0; margin-bottom: 0;} 
.work-system .work-system-overlay .item-work .ordinary-text {padding-top: 0; padding-bottom: 0;}

    @media (max-width:1024px){
      .work-system .work-system-overlay {flex-direction: column; justify-content: flex-start; align-items: center; gap:25px ;}
      .work-system .work-system-overlay .item-work  {width: 100%;}
    }



.carousel-wrapper {
  margin-left: 30px;
  margin-right: 30px;
}

.site .slick-prev, .site .slick-next {
  width: 34px;
  height: 24px;
}
ul.slick-dots {bottom: -40px;  }
ul.slick-dots li button  {
  background: #fff;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

ul.slick-dots li.slick-active button {
  background: #f00;

}

ul.slick-dots li button:before {
  display: none;
}

.site .slick-prev svg, .site .slick-next svg {
   color: #fff!important;
   font-size: 30px;
   font-weight: bold;
}

.site .slick-prev::before, .site .slick-next::before {
 display: none;
}

.custom-arrow {
  background: #000;        /* чорний фон */
  color: #fff;             /* біла стрілка */
  border: none;
  border-radius: 50%;      /* кругла кнопка */
  width: 40px;
  height: 40px;
  font-size: 34px;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  transition: background 0.3s ease;
}

.slick-prev svg,
.slick-next svg {
  stroke: #fff; /* базовий колір */
  transition: stroke 0.3s ease; /* плавний перехід */
}

.slick-prev:hover svg,
.slick-next:hover svg {
  stroke: red; /* колір при ховері */
}



.site .slick-prev {
  left: -40px;             /* позиція лівої стрілки */
}

.site .slick-next {
  right: -40px;            /* позиція правої стрілки */
}


.slick-slider img {border-radius: 8px;}


/* SINGLE SERVICE */
.p40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.p60 {
  padding-top: 60px;
  padding-bottom: 60px;
}


    @media (max-width:1024px){
        .p40 {
          padding-top: 30px;
          padding-bottom: 30px;
        }
        .p60 {
          padding-top: 40px;
          padding-bottom: 40px;
        }
    }

.single-service-page {padding-bottom: 80px;} 


.single-service-page .enterprise-image img {
  margin-left: auto; 
  margin-right: auto;
}

.single-service-page .enterprise-image {
  border-radius: 8px;
  box-shadow: 0px 0px 16px 0px rgba(255, 255, 255, 0.45);
  max-width: 680px;
  margin: 0 auto;
}

.service-carousel {
  padding: 0 20px;
}
.service-images-slider {/*overflow-x: hidden;*/ padding-left: 15px; padding-right: 15px;}
.service-images-slider .slick-list {
  margin: 0 -14px;
}
.service-images-slider .slick-slide {padding: 0 4px;}



.service-partners {padding-bottom: 40px;}


 

.service_insta .insta-item {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  gap: 15px;
}
.service_insta .insta-item 
.service_insta .insta-item a {}

.service_insta .insta-link svg {
    stroke: white;         /* базовий колір */
    transition: stroke 0.3s ease; /* плавна анімація */
    margin-bottom: -8px;
}

.service_insta .insta-link:hover svg {
     stroke: red; }



