/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/
.single-product .yith-ywraq-add-to-quote a.add-request-quote-button {
    padding: 3% !important;
    font-size: 16px !important;
    border-radius: 25px ! IMPORTANT;
}
#product-sec.is-orange .lft-col .carousel-item {
    min-height: 325px;
}
h2.woocommerce-loop-product__title span {
    color: #e19820;
}
.diffrent-color {
	color: var(--nectar-accent-color)
}

h1, h2 {
	font-family: Thunder !important;
}
.font-diffrent {
	font-family: poppins !important;
	color: #596F39;
}
a#btn {
    padding-block: 12px !important;
    font-size: 17px;
    line-height: 27px;
    text-transform: uppercase;
    font-family: 'Poppins';
    font-weight: 700;
    padding-inline: 25px 100px;
    position: relative;
	overflow: hidden;
}
a#btn:before {
    content: '';
    position: absolute;
    background: #81AE33;
    width: 50px;
    height: 85%;
    right: 4px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 5px;
    background-image: url(https://fitroot.co/wp-content/uploads/2025/10/Vector.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
	z-index: 9;
	transition: 0.8s;
}
a#btn span {
	position: relative;
	z-index: 9;
}	
a#btn:after {
    content: '';
    position: absolute;
    background: white;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 100%;
    bottom: 0;
    right: 0;
    margin: auto;
    display: table;
    transform: scale(0);
    transition: 0.6s;
}
a#btn:hover {
	color: black;
}	
a#btn:hover:before {
	transform: rotate(360deg);
}
a#btn:hover:after {
	transform: scale(1.5);
}	
a#btn.is-white-arrow:before {
	background-image: url(https://fitroot.co/wp-content/uploads/2025/10/Vector-1.png);
}
a#btn.is-pink:before {
    background-color: #56001A;
}
a#btn.is-green:before {
    background-color: #596F39;
}
a#btn.is-orange:before {
    background-color: #F58609;
}
#banner a#btn {
    color: #131714;
}
a#b1 {
    background: #C0EF9A !important;
    color: #1F1F1F;
    font-family: 'Rubik';
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    padding: 13px 35px;
    border-radius: 10px !important;
}
header#top ul li {
    padding-inline: 40px;
}
header#top ul li.nectar-woo-cart {
	padding-inline: unset;
}
header#top a#logo {
    margin-block: 10px;
}
header#top ul.sub-menu {
    padding: unset !important;
    padding-block: 15px !important;
}
header#top ul.sub-menu li {
    padding-inline: 20px !important;
}
#banner .owl-item {
    opacity: 0;
    transition: 0.9s;
}
#banner .owl-item.active {
    opacity: 1;
}
#banner .carousel-item {
    margin-inline: 30px;
}
#banner .owl-carousel .owl-item.active:first-of-type img {
    transform: scale(1.5);
}
#banner {
    position: relative;
	overflow-y: clip;
}
#banner:before {
    content: '';
    position: absolute;
    background: url(https://fitroot.co/wp-content/uploads/2025/10/banner-line.webp);
    width: 100%;
    height: 100%;
    z-index: 9;
    background-position: 100% 100%;
    background-size: 80% 100%;
    top: 0;
    right: -25%;
    background-repeat: no-repeat;
}
#banner:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 50%;
    background-color: #abe91b69;
    border-radius: 50%;
    left: 0;
    right: 0;
    bottom: -10%;
    z-index: 3;
    filter: blur(120px);
    pointer-events: none;
    animation: glowPulse 8s ease-in-out infinite;
    transform-origin: center bottom;
}
@keyframes glowPulse {
    0% {
        transform: scale(1);
        opacity: 0.6;
        filter: blur(120px);
    }
    50% {
        transform: scale(1.4);
        opacity: 1;
        filter: blur(160px);
    }
    100% {
        transform: scale(1);
        opacity: 0.6;
        filter: blur(120px);
    }
}
.carousel-wrapper {
  width: 600px;
  height: 570px;
  perspective: 1200px;
  position: relative;
}
.carousel {
  width: 100%;
  height: 100%;
  position: relative;
}
.slide {
  position: absolute;
  top: 0;
  left: 50%;
  transform-style: preserve-3d;
  transform-origin: center center;
  transition: transform 0.8s ease, opacity 0.8s ease;
  opacity: 1;
  z-index: 1;
}
.slide img {
  transition: transform 0.8s ease, opacity 0.8s ease;
  filter: drop-shadow(4px 12px 8px black);
}
.slide.left img {
  transform: scale(1.2);
}
.slide.center {
  transform: translateX(-50%) translateZ(100px) rotateY(-30deg);
  opacity 1;
  z-index: 10;
}
.slide.left {
  transform: translateX(-170%) translateZ(0px) rotateY(30deg);
  opacity 1;
  z-index: 1;
}
.slide.right {
  transform: translateX(70%) translateZ(0px) rotateY(-30deg);
  opacity: 1;
  z-index: 1;
}
#juice-banner .bottle {
  animation: bottleDepthEffect 8s ease-in-out infinite;
  transform-origin: center center;
  transition: filter 0.3s ease;
  transform-style: preserve-3d;
}
@keyframes bottleDepthEffect {
  0% {
    transform: translateY(0px) rotateZ(-3deg) scale(1);
    filter: brightness(1) drop-shadow(0 15px 25px rgba(0,0,0,0.3));
  }
  25% {
    transform: translateY(-10px) rotateZ(3deg) scale(1.03);
    filter: brightness(1.05) drop-shadow(0 25px 35px rgba(0,0,0,0.35));
  }
  50% {
    transform: translateY(0px) rotateZ(-2deg) scale(1);
    filter: brightness(1.1) drop-shadow(0 20px 30px rgba(0,0,0,0.3));
  }
  75% {
    transform: translateY(10px) rotateZ(2deg) scale(1.02);
    filter: brightness(1.05) drop-shadow(0 25px 35px rgba(0,0,0,0.35));
  }
  100% {
    transform: translateY(0px) rotateZ(-3deg) scale(1);
    filter: brightness(1) drop-shadow(0 15px 25px rgba(0,0,0,0.3));
  }
}
#product-sec .lft-col .carousel-item {
    background: white;
    border-radius: 20px;
    margin-inline: 10px;
    text-align: center;
    padding: 20px 20px;
}
#product-sec .lft-col .carousel-item .hover-wrap {
    position: relative;
    margin-bottom: 10px;
}
#product-sec .lft-col .carousel-item .hover-wrap:before {
    content: '';
    position: absolute;
    background: #FDA543;
    width: 100%;
    height: 90px;
    bottom: 18px;
    right: 0;
    left: 0;
    margin: auto;
    border-radius: 100%;
}
#product-sec .rgt-col .carousel-item {
    background: #56001A;
    padding: 20px 30px;
    padding-bottom: 50px;
    overflow: hidden;
}
#product-sec .rgt-col .carousel-item .img-with-aniamtion-wrap {
    transition: 0.6s;
    transform: translateY(-100%);
}
#product-sec .rgt-col .carousel-item #slider-content {
    transition: 0.6s;
    transform: translateY(200px);
}
#product-sec .rgt-col .owl-item.active .carousel-item .img-with-aniamtion-wrap, #product-sec .rgt-col .owl-item.active .carousel-item #slider-content {
    transform: unset;
}
#slider-content {
    background: #ffffff40;
    padding: 30px 20px;
    border-radius: 20px;
}
#slider-content #b1 {
    background: #56001A !important;
    color: white;
    margin-bottom: 0;
}
#slider-content .wpb_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#product-sec .lft-col .owl-dots {
    display: none;
}
#product-sec .rgt-col .owl-dots {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 45px;
}
#product-sec .rgt-col .owl-dots .owl-dot span {
    background: white !important;
    opacity: 0.6;
}
#product-sec .rgt-col .owl-dots.active .owl-dot span {
    opacity: 1;
}
#product-sec .lft-col {
    padding-right: 100px;
}
#product-sec .lft-col .owl-nav.disabled {
    display: flex;
    position: absolute;
    top: -40px;
    right: 20px;
    gap: 1rem;
}
#product-sec .lft-col .owl-nav.disabled button {
    border: unset;
    background: transparent;
    color: black;
    font-size: 25px;
    line-height: 35px;
}
#product-sec .lft-col .owl-nav.disabled button span {
    display: none;
}
#product-sec .lft-col .owl-nav.disabled .owl-prev {
    background: url(https://fitroot.co/wp-content/uploads/2025/10/Vector.png);
    background-size: 100% 100%;
    background-position: center;
    width: 20px;
    height: 16px;
    transform: rotate(180deg);
}
#product-sec .lft-col .owl-nav.disabled .owl-next {
    background: url(https://fitroot.co/wp-content/uploads/2025/10/Vector.png);
    background-size: 100% 100%;
    background-position: center;
    width: 20px;
    height: 16px;
}
#product-sec .rgt-col {
    padding-left: 30px;
}
#flavour-sec a#btn {
    background: white !important;
    color: #363636;
}
#flavour-sec a#btn:before {
    background-color: #EB8B47;
}
#flavour-sec a#btn.strawberry:before {
    background-color: #BA1E27;
}
#flavour-sec a#btn.mango:before {
    background-color: #F0C960;
}
#product-sec.is-green .rgt-col .carousel-item, .is-green #slider-content #b1 {
    background: #294747 !important;
}
#product-sec.is-orange .rgt-col .carousel-item, .is-orange #slider-content #b1 {
    background: #F58609 !important;
}
#who-sec .iwt-icon {
    background: #596F39;
    width: 80px;
    height: 80px;
    border-radius: 100px;
}
#who-sec .iwt-icon img {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
#who-sec .iwt-text {
    padding-left: 100px;
}
#who-sec .iwithtext {
    margin-top: 40px;
}
#who-sec #btn {
    margin-top: 20px;
}
#who-sec .lft-col {
    padding-right: 80px;
}
#rd-sec .card .vc_column-inner {
    background: #E5AE96;
    border: 5px solid white;
    border-radius: 10px;
    padding: 35px 30px;
    font-size: 12px;
    line-height: 22px;
}
#rd-sec .card {
    padding-inline: 20px;
}
#rd-sec .card .vc_column-inner h4 {
    border-bottom: 1px solid white;
    padding-bottom: 10px;
}
.diffrent-text h4 {
    color: white;
    padding-block: 30px;
    font-family: 'dosis' !important;
}
#rd-sec .vc_col-sm-7 {
    padding-left: 70px;
}
a#text-arrow {
    background: transparent !important;
    font-family: 'Poppins';
    font-weight: 400 !important;
    font-style: italic;
    position: relative;
    padding: unset;
    padding-right: 100px;
}
a#text-arrow span {
    text-decoration: underline;
}
a#text-arrow:before {
    content: '';
    position: absolute;
    background: white;
    width: 70px;
    height: 70px;
    right: 4px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 100px;
    background-image: url(https://fitroot.co/wp-content/uploads/2025/10/red-arrow-button.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 33%;
}
#rd-sec a#text-arrow {
    float: right;
}
#package-sec .carousel-item img {
    width: 120px;
    height: 300px;
    object-fit: contain;
    position: relative;
    top: -110px;
    margin-bottom: -110px;
}
#package-sec .carousel-item {
    background: #E97E97;
    border-radius: 5px;
    margin-inline: 40px;
    padding-bottom: 30px;
    color: white;
    font-size: 22px;
    line-height: 32px;
}
#package-sec .owl-stage {
    padding-top: 160px;
}
#package-sec .owl-stage-outer {
    position: relative;
}
#package-sec .owl-stage-outer:before {
    content: '';
    position: absolute;
    background: linear-gradient(180deg, #EEE1C5, transparent);
    width: 100%;
    height: 100%;
    left: 0;
    top: 100px;
}
#package-sec .owl-nav.disabled {
    display: block;
}
#package-sec button.owl-prev:before {
    content: "\f177";
    font-family: 'FontAwesome';
}
#package-sec button.owl-prev span {
    display: none;
}
#package-sec button.owl-prev {
    position: absolute;
    top: 53%;
    left: -90px;
    background: #596F39;
    border: unset;
    color: white;
    font-size: 28px !important;
    border-radius: 100% !important;
    width: 70px;
    height: 70px;
}
#package-sec button.owl-next:before {
    content: "\f178";
    font-family: 'FontAwesome';
}
#package-sec button.owl-next span {
    display: none;
}
#package-sec button.owl-next {
    position: absolute;
    top: 53%;
    right: -90px;
    background: #596F39;
    border: unset;
    color: white;
	font-size: 28px !important;
    border-radius: 100% !important;
    width: 70px;
    height: 70px;
}
#reviews-sec .carousel-item {
    background: white;
    margin-inline: 10px;
    border-radius: 8px;
    padding: 30px;
}
#reviews-sec .owl-dots {
    display: none;
}
/* #reviews-sec .carousel-item .right-img {
	float: right;
} */
#footer h2.widgettitle {
    font-size: 16px !important;
    line-height: 26px !important;
    font-family: 'Poppins' !important;
    font-weight: 600 !important;
    text-transform: capitalize;
    color: black;
}
#footer .c2 .widget.widget_nav_menu {
    margin: auto;
    display: table;
}
#footer ul li {
    list-style: unset;
}
#footer ul {
    margin: unset;
}
#footer ul li a {
    line-height: 32px !important;
}
#footer .icn ul li {
    display: inline-block;
    margin-right: 8px;
}
#footer .icn ul li i {
    background: white;
    border: 1px solid grey;
    width: 40px;
    height: 40px;
    line-height: 36px;
    top: 0;
    border-radius: 50px;
    color: #163300;
    transition: 0.6s;
}
.tag {
    position: absolute;
    text-align: center;
    padding: 60px;
    background: url(https://fitroot.co/wp-content/uploads/2025/10/star-shape.png);
    background-size: 100% 100%;
}
.tag:before {
    content: '';
    position: absolute;
    background: url(https://fitroot.co/wp-content/uploads/2025/10/style-arrow.png);
    background-size: 100% 100%;
    width: 130px;
    height: 130px;
    right: -120px;
    top: 0;
}
.tag1 {
    top: -280px;
    left: 30%;
}
.tag2 {
    bottom: -300px;
    right: -140px;
}
.tag2:before {
    right: unset;
    left: -70px;
    top: -60px;
    transform: rotate(230deg);
}
.tag h2 {
    font-size: 55px;
    line-height: 65px;
    color: white;
}
.contact-us .iwt-icon i {
    position: absolute !important;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    display: table;
    margin: auto;
}
.contact-us .iwt-text {
    padding-top: 22px;
}
form.wpcf7-form.init input.wpcf7-form-control.wpcf7-submit.has-spinner {
    padding: 16px 55px !important;
    font-family: 'Poppins';
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0px !important;
    font-size: 18px;
    line-height: 28px;
    color: black;
}
.post-type-archive-product.woocommerce .container-wrap, .tax-product_cat.woocommerce .container-wrap {
    padding-block: 80px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 25px;
    line-height: 25px;
    text-transform: uppercase;
}
span.price {
    font-family: 'Poppins' !important;
}
.woocommerce-tabs h2 {
    font-size: 45px !important;
    line-height: 55px !important;
}
.woocommerce div.product .summary p.price {
    font-family: 'Poppins';
    font-weight: 700;
}
.single-product div.product h1.product_title {
    font-size: 45px !important;
    line-height: 55px !important;
}
span.onsale {
    font-family: poppins !important;
    color: black !important;
}
.product-add-to-cart a {
    color: black !important;
    font-weight: 500 !important;
}

/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1600px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1440px) {
	h1 {
    font-size: 110px !important;
    line-height: 100px !important;
}
	#ajax-content-wrap .font_size_175px.nectar-split-heading, .font_size_175px.nectar-split-heading, #header-outer .font_size_175px.nectar-split-heading {
    font-size: 160px !important;
    line-height: 160px !important;
}
	#ajax-content-wrap .font_line_height_100px.nectar-split-heading, body .font_line_height_100px.nectar-split-heading {
    font-size: 80px !important;
    line-height: 80px !important;
}
	.tag2 {
    bottom: -300px;
    right: -40px;
}
	#package-sec button.owl-prev {
    left: -50px;
}
	#package-sec button.owl-next {
    right: -50px;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1366px) {
	h2.font-diffrent {
    font-size: 95px;
    line-height: 105px;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1280px) {
	h1 {
		font-size: 100px !important;
		line-height: 90px !important;
	}
	    #ajax-content-wrap .font_size_175px.nectar-split-heading, .font_size_175px.nectar-split-heading, #header-outer .font_size_175px.nectar-split-heading {
        font-size: 140px !important;
        line-height: 140px !important;
    }
	#rd-sec .card .vc_column-inner {
    padding: 25px 10px;
}
	#slider-content {
    padding: 30px 20px;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1024px) {
	.carousel-wrapper {
    width: 320px;
    height: 500px;
    padding-left: 40px;
}
	    h1 {
        font-size: 70px !important;
        line-height: 70px !important;
    }
	    #ajax-content-wrap .font_size_175px.nectar-split-heading, .font_size_175px.nectar-split-heading, #header-outer .font_size_175px.nectar-split-heading {
        font-size: 120px !important;
        line-height: 100px !important;
		margin-bottom: 0;
    }
	    #ajax-content-wrap .font_line_height_100px.nectar-split-heading, body .font_line_height_100px.nectar-split-heading {
        font-size: 60px !important;
        line-height: 60px !important;
    }
	#slider-content .wpb_wrapper {
    flex-direction: column;
    gap: 1rem;
}
	#slider-content .wpb_wrapper {
    flex-direction: column;
    gap: 1rem;
}
	h4 {
    font-size: 20px !important;
    line-height: 30px !important;
}
	h2.font-diffrent {
        font-size: 65px;
        line-height: 65px;
    }
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 840px) {
	#banner {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
	.carousel-wrapper {
    padding-left: 0;
    margin: auto;
    display: table;
    height: 490px;
    width: 300px;
    margin-top: 80px;
}
	#juice-banner .vc_col-sm-6 {
    width: 50%;
}
/* 	#juice-banner .nectar-split-heading {
    margin-bottom: -70px !important;
} */
	#product-sec .lft-col {
    padding-right: 20px;
}
	#rd-sec .vc_col-sm-7 {
    padding-left: 0;
}
/* 	#reviews-sec .carousel-item .right-img {
    position: absolute;
    right: 0;
    bottom: 50px;
    width: 60px;
} */
	#footer .c2 .widget.widget_nav_menu {
    margin: unset;
}
	.tag {
    display: none;
}
	#trusted-banner {
    padding-block: 210px !important;
}
	canvas.nectar-animated-gradient.loaded {
    display: none;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 525px) {
	div#trusted-banner .row-bg {
    background-position: 100% 100% !important;
}
	div#trusted-banner .row_col_wrap_12 {
    background-color: #ffffffa1;
    padding: 2%;
    border-radius: 5px;
}
	div#footer .foot-logo {
    width: 32%;
}
	div#footer .vc_custom_1760591613999 p {
    text-align: left !important;
}
	div#footer .foot-c {
    width: 50%;
}
	div#footer .vc_custom_1760591613999 {
    margin-top: 20px !important;
}
	.product .woocommerce-loop-product__title {
    font-size: 32px !important;
    line-height: 42px !important;
}
	.nectar-split-heading.font_line_height_90px * {
    line-height: 50px !important;
}
	.single-product div.product h1.product_title {
    font-size: 30px !impportant;
    line-height: 40px !important;
}
	    #banner {
        padding-top: 70px !important;
        padding-bottom: 100px !important;
    }
.carousel-wrapper {
        height: 290px;
        width: 190px;
        margin-top: 80px;
    }
	.nectar-split-heading.font_line_height_175px * {
    line-height: 55px !important;
}
	    #juice-banner .nectar-split-heading {
        margin-bottom: 0px !important;
    }
	#product-sec .lft-col {
        padding-right: 0;
    }
	    h1 {
        font-size: 55px !important;
        line-height: 65px !important;
    }
	h3 {
    font-size: 28px !important;
    line-height: 38px !important;
}
	h2 {
    font-size: 55px !important;
    line-height: 65px !important;
}
	p {
    font-size: 12px !important;
    line-height: 22px !important;
}
	#flavour-sec img {
    width: 60%;
    margin-top: -40px;
}
	#product-sec .rgt-col {
    padding-left: 0;
}
	#product-sec .lft-col .carousel-item {
    padding: 20px 50px;
}
	#trusted-banner {
    padding-block: 50px !important;
}
	#who-sec .lft-col {
    padding-right: 0;
}
	.nectar-shape-divider-wrap:not([data-using-percent-val="true"]) .nectar-shape-divider {
        height: 100%;
    }
	#package-sec button.owl-prev {
        left: -20px;
    }
	#package-sec button.owl-next {
        right: -20px;
    }
	#footer {
    padding-top: 50px !important;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 430px) {
	div#trusted-banner .row-bg {
        background-position: 88% 100% !important;
    }
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 390px) {
	.product .woocommerce-loop-product__title {
    font-size: 22px !important;
    line-height: 32px !important;
}
}