/*
Theme Name:   NuTaste
Description:  We are a leading innovative taste led Foodservice & Nutrition solution provider to brand-owners in the Food & Beverage Industry
Author:       Autviz Solutions
Author URI:   https://www.autviz.com/
Template:     kadence
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  kadence-child
*/
:root {
  --white: #ffffff;
  --light-text: #565658;
  --green: #009348;
}
html{
  scroll-behavior: smooth;
}
p {
  font-family: "Poppins";
}
.line-height-1 h2 {
  line-height: 1.1em !important;
}
h2 {
  line-height: 36px !important;
}
.green {
  color: var(--green);
}
#wrapper {
  background: #f3f4f6;
}
/* .post-img-med img {
  width: 100%;
  height: 205px;
  object-fit: cover;
} */
/* Hover effects */
.pro-img {
  overflow: hidden;
  border-radius: 15px;
}
.pro-img img {
  transition: all ease 0.5s;
}
.pro-img img:hover {
  scale: 1.2;
}

.elementor-button-link:hover {
  scale: 1.05;
}
.elementor-button-wrapper .elementor-button {
  line-height: 30px !important;
  transition: all ease 0.5s;
}
.h-250 {
  height: 250px !important;
}
.id-scroll-opt ul.sub-menu li.menu-item.current-menu-item > a {
    background: #fff !important;
    color: #000 !important;
}




/***************** Home Page  ****************/
.hero-slider h1 {
  font-style: normal;
  font-weight: 800;
  font-size: 45px;
  line-height: 52px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
}
.heroSlider h1 span {
  color: transparent;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: var(--white);
  font-size: 65px;
  
}
.heroSlider .swiper-pagination span {
  background: var(--white);
  margin-bottom: 20px !important;
}
.hero-slider .swiper {
  width: 100%;
  height: 100%;
}

.hero-slider .swiper-slide {
  background-position: center;
  background-size: cover;
}

.hero-slider .swiper-slide img {
  display: block;
  width: 100%;
}

.hero-slider .single-slide {
  background-size: cover !important;
  background-position: center !important;
  height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-slider .inner-text {
  color: var(--white);
  width: 80%;
  padding: 40px;
  background-color: rgb(0 0 0 / 50%);
  box-shadow: inset 0px 0px 9px 8px #00000061;
}

.hero-slider .swiper-button-next,
.hero-slider .swiper-button-prev {
  border: 3px solid var(--white);
  padding: 25px;
  color: var(--white);
  fill: black !important;
  stroke: black !important;
  transform: rotate(90deg);
}
.hero-slider .swiper-button-next:hover,
.hero-slider .swiper-button-prev:hover,
.hero-slider .swiper-button-next:active,
.hero-slider .swiper-button-prev:active {
  background: var(--white);
  color: var(--global-palette1);
}
.hero-slider .swiper-button-prev::after,
.hero-slider .swiper-button-next::after {
  font-size: 30px;
	position: absolute;
}
.hero-slider .swiper-button-prev {
  right: 50px;
  left: auto;
  top: 45%;
}
.hero-slider .swiper-button-next {
  top: 55%;
  right: 50px;
}
/* Home products */

.product-box .content {
  padding: 25px 20px;
}
.product-box .content h3 {
  line-height: 26px;
  font-size: 20px;
  font-weight: 700;
}
.product-box .content p {
  font-size: 14px;
  color: var(--light-text);
  line-height: 19px;
  font-weight: 400;
}
.product-box .explore-btn a {
  color: var(--green);
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}
.product-box {
  background-color: var(--white);
  border-radius: 30px;
  overflow: hidden;
   height: 100%;
}

.product-box img.thumbnail {
  height: 250px !important;
  object-fit: cover;
  object-position: center;
}
/************************ Footer  Start*************************/
footer#colophon .site-middle-footer-inner-wrap {
  border-top: 1px solid #cccccc;
}
footer .widget {
  margin-bottom: 0 !important;
}
.site-bottom-footer-wrap .site-bottom-footer-inner-wrap {
  align-items: center;
}
.Social-profiles ul {
  margin: 0;
}
.Social-profiles ul li {
  display: inline-block;
}
.Social-profiles ul li a,
.contact-details.d-flex .f-icon {
  background-color: var(--global-palette1);
  color: var(--white);
  border-radius: 50px;
  padding: 6px 12px;
  height: 40px !important;
  display: block;
  width: 40px;
  margin: 2px;
}

.contact-details.d-flex .f-icon {
  margin-right: 8px;
}
.widget-1 p,
.widget-4 p {
  font-size: 14px;
  color: #5c5c5c;
}
.widget_pages a,
.widget_nav_menu a {
  font-size: 15px;
  font-weight: 400;
  color: #5c5c5c;
}
.contact-details.d-flex p {
  margin: 0;
  font-size: 14px;
}
.contact-details.d-flex p a {
  color: #5c5c5c;
}
.widget {
  margin-bottom: 20px !important;
}
.Social-profiles.d-flex ul {
  padding: 0;
}
.site-footer-middle-section-2,
.site-footer-middle-section-3 {
  padding-left: 40px;
}
.Social-profiles ul li a:hover,
.contact-details.d-flex .f-icon:hover {
  color: var(--white);
  background-color: var(--global-palette-btn-bg);
}
/*********************** Footer  End********************/
.video-wrapper video {
  height: 400px;
  width: 100%;
  object-fit: cover;
  margin-bottom: -6px !important;
}


.overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2); 
  color: #fff; 
  display: flex;
  align-items: center;
  justify-content: center;
  
}
/*********************** Business Screen********************/
.Our-cap-box:hover .elementor-widget-container, .Our-cap-box:hover h4 {
  color: var(--white);
}
/*********************** Business Screen End********************/
/* Product applications css */
.thumbnail-container {
  position: relative;
}
.thumbnail-container .thumbnail {
  border-radius: 15px;
  height: 172px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.thumbnail-container .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  object-fit: contain;
}
.recipe-vid-pop .modal-content {
  border-radius: 15px;
}
.recipe-vid-pop .modal-body {
  margin-bottom: -8px;
}
#js_popup_video {
  height: 415px;
  border-radius: 0px 0 15px 15px;
}

.recipe-box .recipe-img {
  padding: 20px !important;
  background: rgba(0, 147, 72, 0.05);
  border-radius: 30px !important;
}
.recipe-box .content {
  text-align: center;
}
.recipe-box .content h3 {
  margin-bottom: 8px;
}
.recipe-box {
  border-radius: 30px;
  transition: 0.4s;
  height: 100%;
}
.recipe-box:hover {
  box-shadow: 0px 12px 28px 0px rgba(140, 149, 159, 0.3);
}

/* Job openings carousel */
.Job-openings-at-nu {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.Job-openings-at-nu .swiper-slide {
  background: var(--white);
  cursor: grab;
  border-radius: 13px;
}
.Job-openings-at-nu .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.Job-openings-at-nu .swiper-slide a {
  font-weight: 600;
}

.Job-openings-at-nu .swiper-slide:nth-child(3n + 1) a,
.Job-openings-at-nu .swiper-slide:nth-child(3n + 1) span {
  color: #43c9bc;
}

.Job-openings-at-nu .swiper-slide:nth-child(3n + 2) a,
.Job-openings-at-nu .swiper-slide:nth-child(3n + 2) span {
  color: #bc8af5;
}

.Job-openings-at-nu .swiper-slide:nth-child(3n + 3) a,
.Job-openings-at-nu .swiper-slide:nth-child(3n + 3) span {
  color: #ea8862;
}

.Job-openings-at-nu .swiper-slide:nth-child(3n + 1) {
  border: 2px solid #43c9bc;
}

.Job-openings-at-nu .swiper-slide:nth-child(3n + 2) {
  border: 2px solid #bc8af5;
}

.Job-openings-at-nu .swiper-slide:nth-child(3n + 3) {
  border: 2px solid #ea8862;
}
.Job-openings-at-nu .swiper-button-next::after,
.Job-openings-at-nu .swiper-button-prev::after {
  font-size: 18px;
  font-weight: 900;
  color: #000;
  background: var(--white);
  padding: 13px 17px;
  border-radius: 30px;
  filter: drop-shadow(
    0px 15.555554389953613px 15.555554389953613px rgba(32, 57, 123, 0.2)
  );
  transition: 0.4s;
}
.Job-openings-at-nu .swiper-button-next:hover::after,
.Job-openings-at-nu .swiper-button-prev:hover::after {
  background: var(--global-palette1);
  color: var(--white);
}
.Job-openings-at-nu .swiper-button-next {
  right: -10px;
}
.Job-openings-at-nu .swiper-button-prev {
  left: -10px;
}
.Job-openings-at-nu .swiper-slide p,
.Job-openings-at-nu .swiper-slide span {
  font-size: 14px;
  color: var(--light-text);
}
.Values-card figure.elementor-image-box-img {
  background: var(--green);
  padding: 25px;
  border-radius: 50px;
}
/* testimonials */
.nu-testimonials {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.testi-text h3 {
  font-size: 24px;
  font-weight: 600;
  color: #000;
}
.designation-name h4 {
  font-size: 16px !important;
}
.designation-name span {
  font-size: 14px;
  color: #72777b;
  font-weight: 400;
}
.testimonial-arrows .swiper-button-prev {
  top: 100%;
  left: 85%;
}
.testimonial-arrows .swiper-button-next {
  top: 100%;
}
.testimonial-arrows .swiper-button-next::after,
.testimonial-arrows .swiper-button-prev::after {
  font-size: 18px;
  font-weight: 900;
  color: #000;
  background: var(--white);
  padding: 13px 17px;
  border-radius: 30px;
  filter: drop-shadow(
    0px 15.555554389953613px 15.555554389953613px rgba(32, 57, 123, 0.2)
  );
  transition: 0.4s;
}
.testimonial-arrows .swiper-button-next:hover::after,
.testimonial-arrows .swiper-button-prev:hover::after {
  background: var(--global-palette1);
  color: var(--white);
}
.swiper-btn:hover.swiper-button-prev:after {
  color: var(--white) !important;
}
.swiper-btn:hover.swiper-button-next:after {
  color: var(--white) !important;
}
.testi-text p {
  color: #72777b;
  font-family: Poppins;
  font-size: 14px !important;
  margin-top: 12px;
}
.rating {
  margin: 20px 0;
}
.product-sidebar {
  width: 100%;
  position: sticky !important;
  top: 50px;
  display: inline-block;
  float: left;
  background: var(--white);
  border-radius: 15px;
}

/* product page css start */
.product-content-wrapp, 
.page-wrapper {
  padding: 80px 0;
}
.container {
  max-width: 1275px !important;
  width: 100%;
  padding: 0 15px !important;
}
.product-sidebar .product-categories ul li {
  list-style: none;
  background: #b7b7b712;
  border-radius: 6px;
}
.product-sidebar .product-categories ul li.active {
  background: var(--green);
}
.product-sidebar .product-categories ul li.active a {
  color: var(--white) !important;
}
.product-categories ul li.active img {
  background: #ededed26 !important;
	filter: contrast(0)brightness(2);

}
.sidebar-head h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
}
.product-categories ul li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #000 !important;
  font-family: "Poppins";
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 12px 10px;
}
.product-sidebar .product-categories {
  padding: 20px 21px 20px 15px;
}

.product-sidebar .sidebar-head {
  padding: 20px 21px 19px 5px;
}
.product-sidebar .sidebar-head h4 {
  border-bottom: 1px solid #dbdbdb;
  padding: 0 0 10px 20px;
}
.product-categories ul li img {
  background: #00934826;
  border-radius: 50px;
  padding: 7px;
  width: 30px;
  height: 30px;
}

.product-sidebar .product-categories ul li:not(:last-child) {
  margin-bottom: 10px;
}
.product-sidebar .product-categories ul li:hover {
  background: var(--green);
}
.product-sidebar .product-categories ul li:hover a {
  color: var(--white) !important;
}
.product-sidebar .product-categories ul li:hover img {
  filter: brightness(0) invert(1);
}
.read-more a {
  border: 1px solid #cccccc;
  padding: 8px 20px;
  border-radius: 30px;
  text-decoration: none;
  color: #000;
  font-size: 11px;
  line-height: 16px;
  font-weight: 500;
  font-family: "Poppins";
  align-items: center;
  gap: 10px;
  transition: 0.4s;
  cursor: pointer;
}
.read-more a:hover img {
  filter: brightness(0) invert(1);
}
.read-more a:hover {
  background: #ed1c27;
  color: var(--white);
}
.read-more img {
  height: 10px;
  width: 14px;
  object-fit: contain;
}
.product-cat-date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0 5px 0px;
}

.main-product-box .product-image img {
  height: 205px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.main-product-box {
  border-radius: 16px;
}
.height-480 {
	min-height: 480px;
}

.main-product-box .product-cat-date p {
  font-size: 11px;
  margin: 0;
}
.main-product-box .product-info p {
  margin: 10px 0 20px;
}
.product-info-container {
  padding: 0 10px;
}
.pagination .current {
  background: var(--green) !important;
  border-color: var(--green) !important;
}
.pagination .page-numbers {
  font-size: 14px !important;
  font-weight: 500 !important;
}
.pagination a:hover,
.pagination a:focus,
.pagination a:active {
  border-color: var(--green) !important;
}

/********************** highlight CSS start **********************/
.media-single-content .pro-img img {
  height: 400px;
  object-fit: contain;
  border-radius: 15px;
  width: 100%;
}
.highlight-cat {
  padding: 100px 0 100px;
}
.highlight-cat h5 {
  line-height: 22px;
}
.product-image {
  border-radius: 15px;
}
.highlight-cat .main-product-box .product-image img {
  border-radius: 10px;
}
.highlight-cat .main-product-box {
  border-radius: 10px;
}

.side-highlights .title h3 {
  font-size: 20px;
  font-weight: 700;
}
.side-highlights {
  margin-bottom: 20px;
  padding: 20px 20px;
  box-shadow: 2px 4px 4px 3px #7d45ff08;
}
.side-highlights p {
  margin: 0;
}

div.wpforms-container-full {
  margin: 0 !important;
}

/* contact page form css */
#wpforms-879 input[type="text"],
#wpforms-879 input#wpforms-879-field_1,
#wpforms-879 textarea#wpforms-879-field_2 {
  font-family: "Poppins";
  font-size: 13px;
}
#wpforms-879 input[type="text"]:focus,
#wpforms-879 input#wpforms-879-field_1:focus,
#wpforms-879 textarea#wpforms-879-field_2:focus {
  box-shadow: none !important;
}
button#wpforms-submit-879 {
  width: 100%;
  background: var(--green);
  font-size: 16px;
  font-family: "Poppins";
  padding: 22px 20px;
  line-height: 0;
}

/************************ career page css start ****************************/

.col-lg-4:nth-child(3n + 1) .career-jobs {
  border: 2px solid #43c9bc;
}
.col-lg-4:nth-child(3n + 2) .career-jobs {
  border: 2px solid #bc8af5;
}
.col-lg-4:nth-child(3n + 3) .career-jobs {
  border: 2px solid #ea8862;
}
.career-post h3 {
  font-size: 30px;
  font-weight: 700;
}

.career-jobs {
  border-radius: 10px;
  background-color: var(--white);
}
.career-jobs span {
  font-size: 12px;
}
.career-jobs h4 {
  font-size: 19px;
  margin: 0;
}
.career-jobs p {
  font-size: 13px;
  color: #72777b !important;
}
.job-side-list .info p {
  margin: 0;
  font-size: 12px;
}
.job-side-list .info h6 {
  font-size: 16px;
  color: #000;
}
.career {
  padding: 20px 30px;
}

.career-title span {
  color: var(--green);
  font-weight: 700;
  text-transform: capitalize;
}
.career-title h3 {
  font-weight: 500;
}


/******************** Enquiry Form **************/
.single-product-form {
  background: var(--white);
  padding: 40px 40px 20px 40px;
  border-radius: 15px;
  box-shadow: 0px 8px 25px 0px #ece9f4;
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
}
.single-product-form input,
.single-product-form textarea {
  font-size: 12px !important;
  font-family: "Poppins" !important;
  border: 1px solid #e1e1e1 !important;
  border-radius: 5px !important;
}
.single-product-form button#wpforms-submit-801 {
  background: #199d5a;
  font-size: 16px;
  font-weight: 400;
  border-radius: 10px;
  width: 100%;
  font-family: "Poppins";
}
/******************** Enquiry Form End **************/

/*************** Popup box BEGIN ***********/
.sinlge_product_pop {
  background: rgba(0, 0, 0, 0.4);
  display: none;
  height: 100%;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 10000;
}

.sinlge_product_pop .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.sinlge_product_pop > div {
  background-color: var(--white);
  box-shadow: 10px 10px 60px var(--gray);
  display: inline-block;
  height: 550px;
  overflow-y: scroll;
  max-width: 933px;
  vertical-align: middle;
  width: 70%;
  position: relative;
  border-radius: 8px;
  padding: 15px 5%;
}

.popupCloseButton {
  cursor: pointer;
  position: absolute;
  top: -7px;
  right: 15px;
  color: var(--black);
  text-shadow: 0 1px 0 var(--white);
  opacity: 0.5;
  font-size: 30px;
}


.wpforms-container .wpforms-field {
  padding: 10px 0 !important;
}
.popup_img_background img {
  border-radius: 20px;
}
.popup_img_background #js_popup_img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
/******************** Popup box END *****************/

/****************** Capabilities **************/
.our-cap-features:hover .elementor-widget-container {
  color: #fff;
}
.our-cap-features:hover h2 {
  color: #fff;
}

/* career single css */

.single-form-career {
    max-width: 930px;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 70px 100px;
    margin: 0 auto;
	border: 1px solid #00000033;
}

.career-single-form .wpcf7-submit.has-spinner {
  display: block;
}
.career-single-form input[type="text"], .career-single-form input[type="email"], .career-single-form input[type="tel"], .career-single-form input.wpcf7-file {
    background: #F6F6F6 !important;
    border: 1px solid #E4E4E4 !important;
    padding: 10px !important;
	margin-top: 6px;
	width: 100%;
	color: #1a1a1a;
	border-radius: 4px;
}
.career-single-form input.wpcf7-file {
	padding: 2px 20px 2px 2px !important;
}
.career-single-form label {
    color: #72777B !important;
    font-size: 14px !important;
}
.career-single-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
    text-align: center;
    margin: 0 auto;
    align-items: center;
}
.green-btn {
    text-align: center;
    margin-top: 20px !important;
}
.green-btn input {
  background: var(--green) !important;
	border-radius: 4px !important;
}
.career-single-form input[type=file]::file-selector-button {
  color: #fff !important;
  padding: .2em .4em;
  border: 0;
  background-color: var(--green);
	border-radius: 4px;
  padding: 8px 20px;
	margin-right: 20px;
}

/* Change file Input button text  */



.file-upload-input::-webkit-file-upload-button {
    visibility: hidden;
}
.file-upload-input {
    display: inline-block;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
     background: url('https://nutaste-group.com/wp-content/uploads/2023/12/folder.svg') no-repeat center; /* Replace 'path/to/folder-icon.png' with the actual path to your image */
    background-size: 70px;
    padding: 70px 30px 16px;
    border: 2px dashed #CCCCCC;
    background-color: #F3F4F6;
	color: #000;
	font-size: 15px;
    width: 100%;
}

.no-selection .label-container {
    width: 100px !important;
}
.no-selection div#anchor {
    width: 270px !important;
}
.no-selection .anchor-links {
    right: 20px !IMPORTANT;
}

/********************** MEDIA QUERY START ********************/

@media (max-width: 1200px) {
  .testimonial-arrows .swiper-button-prev {
    left: 80%;
}
}

@media (max-width: 1024px) {
	.single-form-career {
		padding: 40px 80px;
	}
  .heroSlider h1 span {
    font-size: 45px;
  }
  .single-product-form {
    padding: 40px 20px 20px 20px;
  }
  .footer-html-inner {
    text-align: center !important;
  }
  .footer-widget-area.content-align-right .footer-navigation {
    justify-content: center !important;
  }
  .site-footer-middle-section-2,
  .site-footer-middle-section-3 {
    padding-left: 0px;
  }
  br {
    display: none;
  }
  .hero-slider .inner-text {
    width: 90%;
  }
  .testimonial-arrows .swiper-button-prev {
    left: 75%;
}
.id-scroll-opt ul.sub-menu li.menu-item.current-menu-item > a {
    background: transparent !important;
    color: #fff !important;
}
  
}

@media (max-width: 767px) {
	.height-480 {
		min-height: auto;
    }
  .hero-slider h1 {
    font-size: 27px;
    line-height: 30px;
  }
  .hero-slider .inner-text a {
    padding: 0 !important;
  }
  .hero-slider .inner-text {
    padding: 25px;
}
  
  .heroSlider h1 span {
    font-size: 27px;
    -webkit-text-stroke-width: 1px;
  }
  .hero-slider .inner-text {
    width: 100%;
  }
  .swiper-button-next, .swiper-button-prev {
    display: none !important;
}
  .main-highlight-box {
    max-width: 100%;
  }
  .single-product-form {
    max-width: 100%;
  }
  .product-content-wrapp, .page-wrapper {
    padding: 60px 0;
  }
  .sidebar {
    background: transparent;
    border-radius: 0;
  }

  .product-sidebar {
    background: var(--white);
    border-radius: 15px;
  }
  .Job-openings-at-nu .swiper-button-prev {
    left: 0;
  }
  .Job-openings-at-nu .swiper-button-next {
    right: 0;
  }
  .sinlge_product_pop div.popup_inner {
    width: 95%;
}
#js_popup_video {
  height: 315px;
}
.media-single-content .pro-img img {
  height: 280px;
}
.side-highlights {
  padding: 10px 10px;
}

}


@media (max-width: 480px) {
  ::file-selector-button{
    display: none;
  }
  .file-upload-input {
    padding: 70px 27% 16px;
}
	.single-form-career {
		padding: 40px 30px;
	}
  .Job-openings-at-nu .swiper-button-next::after,
  .Job-openings-at-nu .swiper-button-prev::after {
    padding: 12px 14px;
    font-size: 11px;
  }
  .Job-openings-at-nu .swiper-slide {
    padding: 20px !important;
  }
  .testimonial-arrows .swiper-button-prev {
    left: 65%;
  }
  .nu-testimonials .swiper-slide {
    padding: 0 !important;
  }
  #js_popup_video {
    height: 250px;
  }
  .video-wrapper video {
    height: 200px;
}
}

