/* Font Family ***********************************************************************/
@font-face {
  font-family: "Bodoni-book";
  src: url("../fonts/Bodoni/bodoni-book.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Bodoni-book-italic";
  src: url("../fonts/Bodoni/Bodoni-book-italic.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Bodoni-bold";
  src: url("../fonts/Bodoni/Bodoni-bold.ttf");
  font-display: swap;
}

@font-face {
  font-family: "Gilroy-Light";
  src: url("../fonts/Gilroy/Gilroy-Light.otf");
  font-display: swap;
}

/* common css ************************************************************************/
:root {
  --black: #000000;
  --black-cat: #433d37;
  --blue-chill: #048690;
  --chestnut-red: #b84b23;
  --dark-green-blue: #1b6851;
  --dune: #343434;
  --grey-brown: #816f59;
  --harvest-gold: #dabb69;
  --honey-flower: #4a2c72;
  --light-grey: #d9d9d9;
  --red-fox: #bd5b18;
  --spring-wood: #faf7f1;
  --spring-wood-pink: #f9f6ee;
  --spring-wood-FFFBF4: #fffbf4;
  --white: #ffffff;
  --white-FFFFFD: #fffffd;
  --orange-C84715: #c84715;
  --orange-C66E1D: #c66e1d;
  --green-1E6750: #1e6750;
  --gray-707070: #707070;
}

.white {
  color: var(--white) !important;
}
.black {
  color: var(--black);
}
.black-cat {
  color: var(--black-cat);
}
.chestnut-red {
  color: var(--chestnut-red);
}
.honey-flower {
  color: var(--honey-flower);
}
.blue-chill {
  color: var(--blue-chill);
}
.red-fox {
  color: var(--red-fox);
}
.dark-green-blue {
  color: var(--dark-green-blue);
}
.spring-wood-bg {
  background-color: var(--spring-wood) !important;
}

.small {
  font-size: 16px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
*::before,
*::after {
  box-sizing: border-box;
}
.common::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
}
.banner-overlay {
  position: relative;
}
.banner-overlay .row {
  position: relative;
  z-index: 9;
}
.banner-overlay::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #0000006b;
}
body {
  background: var(--white);
  font-family: "Bodoni-book";
}
body.show {
  position: fixed;
  top: 0;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
  line-height: 1.1;
  color: var(--black);
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

h1 {
  font-size: 70px;
}
h2 {
  font-size: 68px;
}
h3 {
  font-size: 52px;
}
h4 {
  font-size: 42px;
}
h5 {
  font-size: 26px;
}
h6 {
  font-size: 20px;
}

p {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 25px;
  color: var(--black);
}
p:last-child {
  margin-bottom: 0;
}
ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  text-transform: capitalize;
  display: inline-block;
  line-height: 1.2;
  color: inherit;
  font-family: inherit;
}
a:hover {
  color: white;
}
span {
  display: inline-block;
}
.section-heading {
  text-align: center;
  margin-bottom: 40px;
}
.section-heading h3 {
  color: var(--black-cat);
  margin-bottom: 0;
  font-family: "Bodoni-book-italic";
}
.section-heading p,
.section-logo-heading p {
  font-size: 28px;
  line-height: 1.2;
  color: var(--dune);
}
.section-logo-heading {
  margin-bottom: 40px !important;
  max-width: 900px;
  margin: 0 auto;
  display: block;
}

.section-logo-heading h3,
.section-logo-heading h2 {
  display: inline-flex;
  align-items: flex-end;
  column-gap: 16px;
  color: var(--black-cat);
  font-family: "Bodoni-book-italic";
}
.section-logo-heading h3 .title-logo-bx img,
.section-logo-heading h2 .title-logo-bx img {
  max-height: 90px;
}
h1.banner-logo-heading {
  display: inline-flex;
  align-items: center;
  column-gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}
.btn-common {
  font-size: 25px;
  padding: 3px 34px;
  background: var(--red-fox);
  color: var(--white) !important;
  border-radius: 12px;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 60px auto 0;
  font-family: "Bodoni-book";
  text-transform: capitalize;
}
/* .btn-common img {
  max-width: 30px;
  margin-right: 10px;
} */

section {
  padding: 80px 0;
  overflow: hidden;
}
/* .bg {
  padding: 100px 0;
} */
.mobile {
  display: none !important;
}
.desktop {
  display: block !important;
}
img,
video {
  max-width: 100%;
}
.button-box {
  padding-top: 20px;
}
.button-box ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 15px;
  row-gap: 15px;
}
.owl-theme .owl-dots .owl-dot span {
  background: #bdbaba;
  margin: 3px 3px !important;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--white);
  /* outline: 2px solid var(--white); */
  /* outline-offset: 3px; */
}
.owl-nav {
  margin-top: 0;
}
.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.owl-nav button img {
  width: 35px;
  height: 35px;
}
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
}

.form-control-common {
  background: transparent;
  border: none;
  border-bottom: 1px solid #707070;
  font-size: 22px;
  padding: 15px 50px 5px 2px;
  width: 100%;
  appearance: textfield;
  color: var(--dune);
  border-radius: 0;
  box-shadow: none;
  resize: none;
  outline: none;
}
.input-group {
  padding-bottom: 50px;
}

::placeholder {
  color: var(--dune);
  text-transform: capitalize;
}

form.wpcf7-form p {
  width: 100%;
  text-align: center;
}
form.wpcf7-form p span {
  width: 100%;
}
form.wpcf7-form .submit-button p {
  width: 100%;
  text-align: center;
}
span.wpcf7-not-valid-tip {
  text-align: left;
}

/* header ******************************************************************************/
@keyframes smoothScroll {
  0% {
    transform: translateY(-60px);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

/* #header.show {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  animation: smoothScroll 1s forwards;
  z-index: 1000;
  box-shadow: 0 0 10px 2px #000;
} */
#header {
  background: transparent;
  padding: 12px 0;
  transition: 0.5s all;
  position: relative;
}
#header .header-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .logo-box img {
  max-width: 120px;
  width: 100%;
}
#header .main-nav .click-menu,
#header .main-nav .cancel-menu {
  display: none;
  cursor: pointer;
  position: relative;
  z-index: 11;
  width: 30px;
  height: 30px;
}
#header .main-nav .click-menu span,
#header .main-nav .cancel-menu span {
  width: 28px;
  height: 4px;
  background: var(--black-cat);
  transition: 0.5s all ease-in-out;
  position: relative;
  border-radius: 5px;
}
#header .main-nav .cancel-menu span {
  position: absolute;
  height: 4px;
}
#header .main-nav .cancel-menu span:first-child {
  transform: rotate(45deg);
}
#header .main-nav .cancel-menu span:last-child {
  transform: rotate(-45deg);
}
#header .main-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 20px;
}
/* #header .button-box {
	margin-left: 20px;
	padding-top: 0;
} */
#header .main-nav nav ul li {
  display: inline-block;
  position: relative;
}
#header .main-nav nav ul li:not(:last-child) {
  margin-right: 26px;
}
#header .main-nav nav ul li a {
  font-size: 22px;
  color: var(--grey-brown);
  padding: 5px 5px;
  transition: 0.5s all;
}
#header .main-nav nav ul li a:hover {
  color: var(--red-fox);
}
#header .main-nav nav ul li.current-menu-item a {
  color: var(--red-fox);
}

/* home banner ******************************************************************************/
#home-banner {
  position: relative;
  height: calc(100vh - 95px);
  overflow: hidden;
  padding: 0 0;
}
#home-banner .home-banner-part::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--black);
  opacity: 0.5;
  z-index: 0;
}
#home-banner .banner-video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  z-index: -1;
}
#home-banner .banner-caption-bx {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  z-index: 1;
}
#home-banner .banner-caption-bx h1 {
  color: var(--white);
  font-family: "Bodoni-book-italic";
}
#home-banner .banner-button-bx {
  position: absolute;
  right: 4%;
  bottom: 7%;
  z-index: 1;
}
#home-banner #skip-btn {
  font-size: 20px;
  color: var(--white);
  padding: 3px 12px;
  border: 1px solid var(--white);
  background-color: transparent;
  display: flex;
  column-gap: 10px;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
#home-banner #skip-btn img {
  max-width: 24%;
  width: 100%;
}

/* story section ******************************************************************************/
#story {
  position: relative;
  overflow-x: clip;
  overflow-y: visible;
  padding-bottom: 40px;
  z-index: 11;
}
#story .section-logo-heading {
  text-align: left;
  margin-left: 31.5%;
  /* margin-left: 0; */
}
#story .box.box1 .img-box {
  position: relative;
  height: 100%;
  margin-bottom: -28%;
}
#story .box.box1 .img-box img.rice-bowl-1 {
  width: 100%;
  max-width: 48%;
  margin-left: -9.7%;
  margin-top: 12%;
}
#story .box.box1 .img-box img.rice-bowl-3 {
  width: 100%;
  max-width: 36%;
  margin-left: -6.7%;
  margin-top: -21%;
}
#story .box.box1 .img-box img.rice-bowl-4 {
  width: 100%;
  max-width: 34%;
  margin-left: 6%;
  margin-top: -3%;
}
#story .box.box1 .img-box img.rice-bowl-2 {
  width: 100%;
  max-width: 44%;
  margin-left: -5.7%;
  margin-top: -38%;
}
#story .single-animated-rice {
  position: absolute;
  top: 6%;
  right: -7.7%;
  width: 25vw;
  max-width: 400px;
  aspect-ratio: 1 / 1;
  background: url("../images/single-rice.png") no-repeat center center;
  background-size: contain;
  z-index: -1;
}
#story .text-box {
  max-width: 740px;
}
#story .text-box p {
  font-size: 22px;
  color: var(--dune);
}
#story .section-logo-heading h3 {
  position: relative;
}
#story .section-logo-heading h3 .title-logo-bx img {
  max-height: 120px;
  margin-bottom: -8px;
}
/* Both border lines */
#story .section-logo-heading h3 .big-border-line,
#story .section-logo-heading h3 .small-border-line {
  display: block;
  position: absolute;
  height: 1px;
  background-color: var(--chestnut-red);
  transform: scaleX(0);
  transform-origin: left center;
  opacity: 0;
  animation: lineGrow 1.2s ease forwards, lineBlink 0.6s 1.3s ease-in-out;
}
/* Positions */
#story .section-logo-heading h3 .big-border-line {
  right: -155%;
  bottom: -4px;
  width: 740px;
}
#story .section-logo-heading h3 .small-border-line {
  right: -135%;
  bottom: 10px;
  width: 500px;
}
/* Border grow effect */
@keyframes lineGrow {
  0% {
    transform: scaleX(0);
    opacity: 0;
  }
  90% {
    transform: scaleX(1);
    opacity: 1;
  }
  100% {
    transform: scaleX(1);
    opacity: 1;
  }
}
/* Blink once after appearing */
@keyframes lineBlink {
  0%,
  100% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
}

/* range css ******************************************************************************/
#range {
  padding-top: 120px;
  position: relative;
}
#range:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: url("../images/border-design.png") no-repeat;
  background-size: 100% 80%;
  width: 100%;
  height: 30px;
}
#range .top-range-box {
  padding: 30px 30px;
  border-radius: 20px;
  background: #046068;
  background: linear-gradient(
    90deg,
    rgba(4, 96, 104, 1) 0%,
    rgba(9, 156, 164, 1) 50%,
    rgba(9, 156, 164, 1) 100%
  );
  position: relative;
  margin-bottom: 50px;
}
#range .top-range-box:after {
  position: absolute;
  content: "";
  left: 0px;
  top: 60px;
  width: 8px;
  height: 250px;
  background-color: var(--harvest-gold);
  border-radius: 10px;
}
#range .top-range-box h3,
#range .top-range-box p,
#range .top-range-box li {
  color: var(--white);
}
#range .top-range-box .img-box img {
  width: 100%;
}
#range .top-range-box p {
  font-size: 22px;
  line-height: 1.4;

  /* Line clamp css ***********************/
  /* display: -webkit-box;
  -webkit-line-clamp: 4;  
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; */
}
#range .top-range-box .text-box .button-box ul {
  column-gap: 60px;
  row-gap: 14px;
}
#range .top-range-box .button-box ul li {
  font-size: 22px;
  display: flex;
  align-items: center;
  column-gap: 12px;
  /* text-transform: capitalize; */
}
#range .tabs {
  overflow: hidden;
}
#range .tabs .tab-nav .tab-link {
  margin: 10px 4px;
  width: 230px;
  border: 0;
  border-radius: 20px;
  background: var(--white);
}
#range .tabs .tab-nav .tab-link {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}
#range .tabs .tab-nav .tab-link.active {
  border: 0;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
}
#range .tabs .tab-content.fadein {
  animation: 0.5s fadeIn;
  display: block;
}
#range .tabs .tab-content.fadeout {
  animation: 0.5s fadeOut;
  display: none;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

#range .tabs .tab-content {
  -webkit-animation: fadeEffectOut 1s;
  animation: fadeEffectOut 1s;
}

@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeEffectOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Rice slider ****************************/
#range .rice-slider-main-bx {
  position: relative;
}
#range .rice-slider-main-bx .tab-nav-controls {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
#range .rice-slider-main-bx .owl-prev {
  left: 0;
  position: absolute;
}
#range .rice-slider-main-bx .owl-next {
  right: 0;
  position: absolute;
}
#range .owl-prev,
#range .owl-next {
  border: none;
  cursor: pointer;
}
#range .product-box {
  padding: 26px 10px;
  border-radius: 20px;
  background-color: var(--white);
}
#range .product-box .text-box {
  margin-top: 10px;
  text-align: center;
}

/* our-process css ******************************************************************************/
#our-process {
  padding-top: 0;
  position: relative;
}
#our-process .section-heading {
  margin-bottom: 20px;
  text-align: left !important;
}
#our-process .section-heading p {
  font-size: 26px !important;
}
#our-process .our-process-box {
  border-radius: 20px;
  background-color: var(--white);
}
#our-process .video-box {
  position: relative;
  width: 100%;
  padding-top: 70.25%;
  overflow: hidden;
  background: var(--black);
  border-radius: 20px;
}
#our-process .process-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#our-process .button-box {
  position: absolute;
  /* bottom: 60px; */
  /* right: 142px; */
  padding-top: 0;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#our-process .our-process-box .btn-box {
  position: absolute;
  bottom: 24px;
  right: 24px;
}
#our-process .our-process-box .btn-box .transparent-btn {
  font-size: 20px;
  padding: 10px 22px;
  font-family: "Bodoni-book-italic";
}
#our-process .our-process-box .btn-box .transparent-btn i {
  color: var(--chestnut-red);
}

#our-process .play-button {
  background-color: transparent;
  color: var(--white);
  border: 1px solid var(--red-fox);
  border-radius: 50px;
  /* padding: 0px 0 0px 28px; */
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  column-gap: 16px;
  font-family: "Bodoni-book-italic";
}
#our-process .play-button i {
  font-size: 50px;
  color: var(--red-fox);
  background-color: var(--white);
  border-radius: 50%;
}

#our-process .text-box {
  height: 100%;
  padding: 40px 30px 30px 48px;
}
#our-process .text-box p {
  font-size: 20px !important;
}

/* art-of-cooking css ******************************************************************************/
.transparent-btn {
  font-size: 20px;
  padding: 10px 46px;
  color: var(--white);
  border: 1px solid var(--spring-wood-pink);
  border-radius: 50px;
  background-color: transparent;
  display: inline-flex;
  align-items: center;
  column-gap: 16px;
  cursor: pointer;
}
#art-of-cooking {
  /* background: url("../images/art-of-cooking-bg.png") no-repeat;
  background-size: 100% 100%;
  background-position: center bottom; 
  padding: 16% 0 9% 0; */
  padding: 0 0;
  position: relative;
}
#art-of-cooking::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: var(--black);
  opacity: 0.3;
}
#art-of-cooking .video-box {
  position: relative;
  width: 100%;
  padding-top: 40%;
  overflow: hidden;
}
#art-of-cooking .art-of-cooking-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#art-of-cooking .art-of-cooking-box-main {
  position: absolute;
  left: 50%;
  bottom: 10%;
  transform: translate(-50%, -10%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 60px;
  width: 90%;
  z-index: 9;
}
#art-of-cooking .button-box ul {
  justify-content: center;
}
#art-of-cooking .section-logo-heading h2 {
  font-size: 65px;
  color: var(--white);
}
#art-of-cooking .section-logo-heading h2 {
  column-gap: 20px;
}
#art-of-cooking .section-logo-heading h2 .title-logo-bx img {
  max-height: 120px;
}

/* accreditations css ******************************************************************************/

#accreditations .owl-nav button.owl-prev {
  left: 0;
  right: unset;
}
#accreditations .owl-nav button.owl-prev,
#accreditations .owl-nav button.owl-next {
  background-color: var(--light-grey);
  padding: 5px;
}

#accreditations .owl-nav button img {
  width: 25px;
  height: 25px;
}

#accreditations {
  padding: 100px 0;
  position: relative;
}
#accreditations .section-heading h3 {
  position: relative;
  font-size: 40px;
}
#accreditations .section-heading h3:after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 70px;
  height: 4px;
  border-radius: 10px;
  background-color: var(--red-fox);
}
#accreditations .accreditations-slider .item img {
  width: 100%;
  max-width: 170px;
}

/* our-presence css ******************************************************************************/
#our-presence {
  padding-bottom: 0;
  /* background-color: var(--black); */
  background: url("/wp-content/themes/kasia/assets/images/our-presence-bg.png")
    no-repeat;
  background-size: 100% 100%;
}
#our-presence .section-heading {
  text-align: left;
}
#our-presence .section-heading h4 {
  font-size: 35px;
  position: relative;
}
#our-presence .section-heading h4:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  border-radius: 10px;
  background-color: var(--red-fox);
}
#our-presence .list-box li:not(:last-child) {
  margin-bottom: 8px;
}
#our-presence .list-box li a {
  font-size: 17px;
  color: var(--white);
  text-transform: uppercase;
}
#our-presence .box.box2 .list-box {
  display: flex;
  column-gap: 20px;
  width: 100%;
}
#our-presence .box.box2 .list-box ul {
  flex: 0 0 auto;
  width: 50%;
  max-width: 40%;
}
#our-presence .box h5 {
  text-transform: uppercase;
  font-family: "Bodoni-bold";
}

/* footer css ******************************************************************************/
#footer .top-box {
  padding-top: 30px;
}
#footer .top-box .left-box {
  text-align: center;
}
#footer .top-box .logo-box img {
  max-width: 200px;
  margin-bottom: 28px;
}
#footer .top-box .link-box ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 28px;
  row-gap: 10px;
  justify-content: center;
}
#footer .top-box .left-box i {
  font-size: 18px;
  color: var(--black-cat);
  width: 40px;
  height: 40px;
  border: 1px solid var(--red-fox);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer .right-box {
  padding: 0 20px;
}
#footer .right-box .box.box1 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--light-grey);
}
#footer .right-box .list-box ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 78px;
}
#footer .right-box .list-box li a {
  font-size: 20px;
  color: var(--black-cat);
  transition: 0.5s all;
}
#footer .right-box .list-box li a:hover {
  color: var(--red-fox);
  transition: 0.5s all;
}
#footer .right-box .cmn-con-bx h6 {
  margin-bottom: 9px;
}
#footer .right-box .cmn-con-bx p {
  color: var(--black-cat);
}
#footer .right-box .address-box:not(:last-child) {
  margin-bottom: 6px;
}
#footer .right-box .addtess-box a {
  text-transform: unset;
}
#footer a {
  font-size: 18px;
  color: var(--black-cat);
}
#footer .end-box {
  padding: 18px 0;
  margin-top: 30px;
  border-top: 1px solid var(--light-grey);
}
#footer .end-box .text-box p {
  font-size: 16px;
  line-height: 1;
  color: var(--black-cat);
  font-family: "Gilroy-Light";
}

/* Common Page css ******************************************************************************/
.inner-banner {
  padding: 0 0;
  position: relative;
}
.inner-banner .item {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /* padding: 16.5% 0; */
  background-position: center center;
  height: calc(100vh - 95px);
  display: flex;
  align-items: center;
}

/* About Us Page css ******************************************************************************/
#global {
  padding: 5% 0;
  position: relative;
}
#global:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  background: url("../images/global-bg.png") no-repeat;
  background-size: 40% 100%;
  background-position: -7%;
  width: 95%;
  height: 92%;
}
#global::after {
  position: absolute;
  content: "";
  bottom: -6px;
  left: 0;
  background: url(../images/border-design.png) no-repeat;
  background-size: 100% 80%;
  width: 100%;
  height: 30px;
}
#global .section-logo-heading h3 {
  position: relative;
}
#global .section-logo-heading h3:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--chestnut-red);
  left: 50%;
  bottom: -18px;
  transform: translate(-50%);
}

#global .global-box {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(20px);
  padding: 70px 74px;
}

/* #global .text-box {
  max-width: 976px;
} */

#global .text-box p {
  font-size: 22px;
  color: var(--dune);
}

#global-team {
  padding: 0 0 100px 0;
  position: relative;
}
#global-team .text-box p {
  font-size: 22px;
  color: var(--dune);
}

#global-team video {
  width: 100%;
  height: 100%;
  max-height: 600px;
  object-fit: cover;
}

#global-team .global-team-box {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  padding: 70px 107px;
  margin-top: -220px;
}

/* global-excellence css ******************************************************************************/
#global-excellence {
  padding-top: 40px;
}
#global-excellence .section-logo-heading h3 {
  column-gap: 25px;
}
#global-excellence .section-logo-heading p {
  max-width: 800px;
  margin: 10px auto 0;
  font-size: 22px;
}
#global-excellence .col-lg-6:nth-child(even) .text-box::after {
  content: "";
  position: absolute;
  left: -30px;
  bottom: 100px;
  clip-path: polygon(100% 0%, 100% 100%, 100% 100%, 0% 50%, 100% 0);
  height: 80px;
  width: 60px;
  border-radius: 5px;
  background-color: var(--white-FFFFFD);
  z-index: 99;
  border-radius: 5px;
  /* transform: rotate(-45deg); */
}
#global-excellence .col-lg-6:nth-child(odd) .text-box::after {
  content: "";
  position: absolute;
  right: -30px;
  top: 100px;
  clip-path: polygon(0 1%, 0 100%, 0 100%, 100% 50%, 0 0);
  height: 80px;
  width: 60px;
  border-radius: 5px;
  background-color: var(--white-FFFFFD);
  z-index: 99;
  /* transform: rotate(45deg); */
}
#global-excellence .col-lg-6:nth-child(odd) .text-box {
  margin-left: auto;
}

#global-excellence .text-box {
  height: 100%;
  background-color: var(--white-FFFFFD);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 60px;
  position: relative;
  max-width: 80%;
}
#global-excellence .text-box h4 {
  color: var(--black-cat);
  font-size: 35px;
}
#global-excellence .text-box p {
  color: var(--dune);
  font-size: 22px;
}

.mills-slider,
.technology-infrastructure-slider,
.product-procurement-slider,
.laboratories-slider,
.warehouse-slider,
.shipping-logistics-slider {
  position: relative;
}
.mills-slider .owl-dots,
.technology-infrastructure-slider .owl-dots,
.product-procurement-slider .owl-dots,
.laboratories-slider .owl-dots,
.warehouse-slider .owl-dots,
.shipping-logistics-slider .owl-dots {
  position: absolute;
  bottom: 0.5%;
  left: 50%;
  transform: translateX(-50%);
}

/* kasia-process css **************************************** */
#kasia-process {
  overflow: visible;
  background: var(--spring-wood-pink);
}
#kasia-process .kasia-process-box {
  position: relative;
}
#kasia-process .section-logo-heading {
  margin-bottom: 120px !important;
  max-width: 980px;
}
#kasia-process .section-logo-heading p {
  font-size: 18px;
  line-height: 1.5;
}
#kasia-process .box:not(:last-child) {
  padding-bottom: 50px;
}
#kasia-process .button-box {
  position: absolute;
  padding-top: 0;
  z-index: 2;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
#kasia-process .button-box img {
  max-width: 50px;
  margin-left: 10px;
}
#kasia-process .play-button {
  background-color: transparent;
  color: var(--white);
  border: 1px solid transparent;
  border-radius: 50px;
  padding: 0;
  font-size: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  column-gap: 16px;
  font-family: "Bodoni-book";
  justify-content: center;
}
#kasia-process .play-button i {
  font-size: 50px;
  color: var(--white);
  background-color: transparent;
  border-radius: 50%;
}
#kasia-process .video-box {
  position: relative;
  width: 100%;
  /* padding-top: 25.25%; */
  /* padding-top: 36.25%; */
  overflow: hidden;
  background: var(--black);
}
#kasia-process .video-box .process-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#kasia-process .video-box::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #0000003d;
}
#kasia-process .text-box {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 0;
}
#kasia-process .text-box p {
  color: var(--dune);
  text-align: left;
}
#kasia-process .quality-box {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center; */
  gap: 30px;
  /* max-width: 1000px; */
  margin: 0 auto;
  padding: 0 10px;
}
#kasia-process .quality-box .inner-box {
  display: flex;
  border: 1px solid var(--orange-C84715);
  border-radius: 50px;
  align-items: center;
  padding: 5px;
  flex-grow: 1;
  gap: 13px;
  width: 45%;
  max-width: 50%;
}
#kasia-process .quality-box .inner-box .img-box {
  background-color: var(--red-fox);
  border-radius: 50%;
  padding: 10px;
}
#kasia-process .quality-box .inner-box .img-box img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}
#kasia-process .quality-box .inner-box p {
  font-size: 20px;
  color: var(--dune);
}

/* New Design Css *********************************************************************/
#kasia-process .box {
  display: flex;
  padding: 0 50px;
}
/* #kasia-process .info-box {
  position: sticky;
  top: 30px;
} */
/* #kasia-process .video-box {
  width: 50%;
} */
#kasia-process .box .text-box-main {
  display: flex;
  width: 50%;
}
#kasia-process .box .text-box-main .text-box-inner {
  width: 90%;
  padding: 0 50px 0 120px;
  text-align: left;
}
#kasia-process .box .text-box-main .steps-progress-bar-bx {
  width: 10%;
}
#kasia-process .steps-progress-bar-bx {
  position: absolute;
  display: flex;
  flex-direction: column;
  height: 89%;
  left: 47.5%;
  /* top: 4%; */
}
#kasia-process .steps-progress-bar-bx span {
  background-color: var(--chestnut-red);
  width: 3px;
  height: 0;
  transition: height 0.2s linear;
  /* z-index: -1; */
}

#kasia-process .box .text-box-main .text-box img {
  max-width: 60px;
  margin-right: 20px;
}

#kasia-process .box .text-box-main .text-box h4 {
  color: var(--chestnut-red);
  display: flex;
  align-items: center;
}

/* contact-us page css *************************************************************/
#contact {
  /* background-image: url("../images/contact-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; */
  background-color: var(--spring-wood-pink);
}
#contact .contact-box {
  backdrop-filter: blur(12px);
  background-color: var(--white);
  /* border-radius: 12px; */
  /* padding: 50px 100px; */
}
#contact .section-heading {
  margin-bottom: 0px;
}
#contact .contact-banner-box {
  background-image: url("../images/contact-us-banner.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  padding: 8% 2%;
}
#contact .form-box.common-form {
  padding: 40px 100px;
}
#contact .input-group {
  padding-bottom: 35px;
}
#contact .form-box.common-form .btn-common {
  margin-top: 50px;
}
#contact .wpcf7-spinner {
  position: absolute;
}

/* recipes css start ************************************* */

.inner-banner .banner-caption-bx p {
  font-size: 30px;
  color: var(--white);
  font-family: "Bodoni-book-italic";
}

#recipes-banner .btn-common {
  padding: 7px 24px;
  background: transparent;
  border: 1px solid var(--spring-wood-pink);
  margin: 0;
}

#dishes {
  background-color: var(--spring-wood-pink);
}
#dishes .box .img-box {
  max-height: 390px;
  overflow: hidden;
  width: 100%;
  filter: drop-shadow(0px 15px 8px rgba(0, 0, 0, 0.212));
}

#dishes .box .img-box img {
  width: 100%;
  height: 100%;
}

#dishes .box .text-box {
  padding: 30px 30px 15px;
}

#dishes .box h5 {
  color: var(--black-cat);
  font-family: "Bodoni-book-italic";
  font-size: 37px;
}
#dishes .box p {
  color: var(--dune);
  font-size: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

#dishes .box .full-content.show p {
  -webkit-line-clamp: unset;
}

#dishes .box .btn-common {
  padding: 10px 34px;
  background: var(--white);
  color: var(--black-cat) !important;
  border: 1px solid var(--red-fox);
  margin: 20px auto 0;
  border-radius: 19px;
}

#dishes .box {
  background: var(--white);
}

#dishes .row {
  row-gap: 50px;
}
#dishes .box .toggle-content a.read-more-btn {
  color: var(--black-cat) !important;
}

.flavours .flavours-box {
  display: flex;
  align-items: end;
  gap: 20px;
  position: relative;
  z-index: 9;
  justify-content: center;
  border: 1px solid var(--white-FFFFFD);
  padding: 20px 10px;
  border-radius: 35px;
  max-width: 90%;
  margin: 0 auto;
}
.flavours {
  position: relative;
  padding: 180px 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.flavours::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #00000057;
  top: 0;
  left: 0;
}

.flavours h4 {
  color: var(--white);
  font-family: "Bodoni-book-italic";
  font-size: 50px;
}
.flavours img {
  max-width: 120px;
}

/* our-brand page css **************************** */
#our-brand-banner h1 {
  font-family: "Bodoni-book-italic";
}

#brand {
  background-color: var(--spring-wood-pink);
}

#brand .box a {
  border: 1px solid var(--orange-C66E1D);
  border-radius: 20px;
  overflow: hidden;
}

#brand .box .img-box {
  max-height: 500px;
  overflow: hidden;
  border-radius: 20px;
}
#brand .box .text {
  padding: 20px 20px;
  text-align: center;
  font-family: "Bodoni-book-italic";
}

#brand .box .text p {
  font-size: 30px;
  color: var(--black-cat);
}

#kasia-rice.flavours {
  padding: 100px 0;
}

#kasia-rice.flavours .flavours-box {
  gap: 5px;
  padding: 60px 10px;
  border-radius: 11px;
}

/* Kasia product slider Multiple use Common start **************************************************/
#variety,
.kasia-product-slider {
  background-color: var(--spring-wood-pink);
}
#variety .item,
.kasia-product-slider .item {
  background-color: var(--white);
  display: flex;
}
/* #variety .item .rice-bowl {
  width: unset;
} */
#variety .item .img-box,
.kasia-product-slider .item .img-box {
  display: flex;
  align-items: center;
}
#variety .item .rice-pack,
.kasia-product-slider .item .rice-pack {
  margin-left: -50%;
  position: relative;
  z-index: 9;
}
#variety .item .text-box,
.kasia-product-slider .item .text-box {
  width: 100%;
  padding: 70px 200px;
}
#variety .item .lower-text,
.kasia-product-slider .item .lower-text {
  position: relative;
  padding: 20px 10px;
  margin-top: 50px;
}
#variety .item .lower-text::after,
.kasia-product-slider .item .lower-text::after {
  content: "";
  position: absolute;
  top: 0;
  left: -40%;
  height: 100%;
  width: 100%;
  border: 1px solid var(--green-1E6750);
  border-radius: 20px;
}
#variety .item .text-box p,
.kasia-product-slider .item .text-box p {
  font-size: 22px;
  color: var(--dune);
}
#variety .item .lower-text p,
.kasia-product-slider .item .lower-text p {
  line-height: 1.3;
}
#variety .item .text-box h3,
.kasia-product-slider .item .text-box h3 {
  color: var(--red-fox);
}
#variety .owl-nav button,
.kasia-product-slider .owl-nav button {
  bottom: 50px;
  right: 0;
  background: transparent;
}
#variety .owl-nav button img,
.kasia-product-slider .owl-nav button img {
  width: 35px;
  height: 35px;
}
#variety .owl-nav button.owl-prev,
.kasia-product-slider .owl-nav button.owl-prev {
  right: 20%;
  transform: unset;
  left: unset;
  top: unset;
}
#variety .owl-nav button.owl-next,
.kasia-product-slider .owl-nav button.owl-next {
  right: 16%;
  top: unset;
  transform: unset;
}
/* New Add Css **********************************************/
.kasia-product-slider .text-box ul {
  list-style-type: disc;
  padding-left: 30px;
}
.kasia-product-slider .text-box ul li {
  font-size: 22px;
  color: var(--dune);
}

/* Kasia product slider Multiple use Common end ******************************************************/

#kasia-Chickpeas.flavours .flavours-box,
#kasia-Rice.flavours .flavours-box {
  display: block;
  border: 1px solid var(--white-FFFFFD);
  padding: 30px 10px;
  border-radius: 11px;
  text-align: center;
}

#kasia-Chickpeas.flavours .flavours-box .inner-box,
#kasia-Rice.flavours .flavours-box .inner-box {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 5px;
  margin-bottom: 10px;
}

#kasia-Chickpeas.flavours .flavours-box p,
#kasia-Rice.flavours .flavours-box p {
  color: var(--white);
}

#kasia-Chickpeas.flavours {
  padding: 120px 0;
}

#choose {
  background-color: var(--spring-wood-pink);
}

#choose .section-heading p {
  font-size: 22px;
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.5;
}
#choose .section-heading h3 {
  margin-block: 25px;
}

#choose .kabuli-box {
  background: var(--white-FFFFFD);
  border-radius: 10px;
  padding: 40px 20px 250px;
}
#choose .desi-box {
  background: var(--spring-wood-FFFBF4);
  border-radius: 10px;
  padding: 250px 20px 40px;
  position: relative;
}

#choose .box .text-box {
  font-size: 22px;
  color: var(--dune);
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

#choose .box p {
  color: var(--dune);
  font-size: 22px;
  margin-bottom: 0;
}

#choose .box ul {
  list-style-type: disc;
  padding-left: 30px;
}
#choose .box .img-box {
  display: flex;
  justify-content: center;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 0;
  left: 50%;
}

#kasia-sesame.flavours .flavours-box {
  display: block;
  border: 1px solid var(--white-FFFFFD);
  padding: 30px 10px;
  border-radius: 11px;
  text-align: center;
}

#kasia-sesame.flavours .flavours-box .inner-box {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 5px;
  margin-bottom: 10px;
}
#kasia-sesame.flavours .flavours-box p {
  color: var(--white);
}

#kasia-sesame.flavours {
  padding: 120px 0;
}

#kasia-packs {
  background-color: var(--spring-wood-pink);
  padding: 340px 0 40px;
}

#kasia-packs .kasia-packs-box {
  background-color: var(--white-FFFFFD);
  border-radius: 10px;
  position: relative;
  padding: 150px 20px 50px;
}

#kasia-packs .kasia-packs-box .text-box {
  max-width: 900px;
  margin: 0 auto;
}
#kasia-packs .kasia-packs-box p {
  color: var(--dune);
  text-align: center;
}
#kasia-packs .img-box {
  display: flex;
  justify-content: center;
  position: absolute;
  transform: translate(-50%, -50%);
  top: -20%;
  left: 50%;
}

/* our-product css ************************* */

#our-product-banner h1 {
  font-family: "Bodoni-book-italic";
}

#detail {
  background-color: var(--spring-wood-pink);
}

#detail .section-heading p {
  font-size: 22px;
  line-height: 1.5;
  max-width: 900px;
  margin: 0 auto;
}

#detail .box {
  height: 100%;
  background-color: var(--white);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

#detail .img-box {
  max-height: 210px;
  overflow: hidden;
  width: 100%;
  text-align: center;
}

#detail .text-box {
  padding: 30px 20px;
  text-align: center;
}

#detail .text-box h5 {
  color: var(--dune);
  font-size: 24px;
  text-transform: capitalize;
}
#detail .text-box h6 {
  color: var(--red-fox);
  font-size: 24px;
  margin: 0;
}

#detail .btn-common {
  font-family: "Bodoni-book-italic";
  font-size: 24px;
  padding: 12px 20px;
  border-radius: 10px;
  margin: 30px auto 0;
}
#detail .row {
  row-gap: 30px;
}

#detail .modal-dialog {
  max-width: 80%;
}
#detail .modal-dialog .img-box {
  max-height: 100%;
}
#detail .modal-dialog h6 {
  width: 20%;
}

#detail .modal-dialog .section-heading h3 {
  text-align: left;
  font-size: 35px;
}

#detail .modal-dialog .section-heading p {
  margin: 0;
  text-align: left;
  max-width: 100%;
  font-size: 20px;
  line-height: 1.3;
}

#detail .modal-dialog .spacification h4 {
  color: var(--black-cat);
  text-align: left;
  border-bottom: 1px solid var(--red-fox);
  padding-bottom: 10px;
  font-family: "Bodoni-book-italic";
  font-size: 30px;
}

#detail .modal-dialog .content {
  display: flex;
  text-align: left;
  column-gap: 80px;
}
#detail .modal-dialog .content-data-box {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
#detail .modal-dialog .content p {
  color: var(--dune);
  margin-bottom: 8px;
  min-width: 110px;
}
#detail .modal-dialog .row {
  padding-top: 10px;
}

#detail .modal-dialog .img-box img {
  width: 60%;
  display: flex;
}

/* #detail .modal-dialog button.btn-close {
  border-radius: 50%;
  border: 1px solid #020202;
  font-size: 12px;
  height: 20px;
  width: 15px;
  margin-left: auto;
  margin-right: 20px;
  margin-top: 15px;
} */

#detail .modal-dialog .close-btn {
  width: max-content;
  margin: 10px 20px 10px auto;
  cursor: pointer;
}

#detail .modal-dialog .close-btn i {
  font-size: 25px;
  color: var(--gray-707070);
}
#detail .modal-dialog .wrapper i {
  color: var(--dune);
  font-size: 20px;
}

#detail .modal-dialog .top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}
#detail .modal-dialog .mid {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  border-block: 1px solid var(--red-fox);
  padding: 10px 0;
  margin: 10px 0;
}
#detail .modal-dialog .bottom {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}

#detail .modal-dialog .wrapper {
  display: flex;
  justify-content: center;
  gap: 40px;
  align-items: center;
  width: 20%;
}
#detail .modal-dialog .wrapper p {
  margin: 0;
  color: var(--dune);
}
#detail .modal-dialog .wrapper p.red-fox {
  color: var(--red-fox);
}

#detail .modal-dialog-scrollable .modal-body {
  padding: 10px 0;
  overflow-x: hidden;
}
#detail .modal-dialog-scrollable .modal-content {
  border-radius: 20px;
}
/* #detail .modal-dialog .bottom-part {
  padding-top: 20px;
} */

#detail .modal-body .section-heading {
  margin-bottom: 20px;
  padding-right: 10px;
}

#Packaging.flavours .flavours-box {
  display: flex;
  align-items: end;
  gap: 20px;
  position: relative;
  z-index: 9;
  justify-content: center;
  border: 1px solid var(--white-FFFFFD);
  padding: 20px 10px;
  border-radius: 10px;
  max-width: 30%;
  margin: 0 auto;
}

#bags {
  background-color: var(--spring-wood-pink);
}
#bags .owl-stage {
  display: flex;
}

#bags .item {
  background-color: var(--white);
  height: 100%;
  display: grid;
  align-items: end;
  padding-top: 10px;
  border-radius: 5px;
}

#bags .img-box img {
  width: unset;
  max-width: 40%;
  display: flex;
  margin: 0 auto;
}

#bags .text p {
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  padding: 20px 0;
}

#bags .weight-box {
  background-color: var(--red-fox);
  border-radius: 10px;
  padding: 10px 0;
}

#bags .weight-box h6 {
  color: var(--white);
  margin-bottom: 0;
  text-align: center;
}

#bags .owl-nav button {
  position: unset;

  transform: unset;
  background-color: transparent;
  margin-top: 20px;
}
#bags .owl-nav button img {
  width: 25px;
  height: 25px;
}

/* biryani css */

#biryani-banner p {
  line-height: 1.2;
  font-family: "Bodoni-book";
}

#biryani-banner {
  background-color: var(--spring-wood-pink);
}

#biryani-banner .btn-common {
  padding: 7px 24px;
  background: transparent;
  border: 1px solid var(--spring-wood-pink);
  margin-top: 10px;
}
#longest {
  background-color: var(--spring-wood-pink);
}
#longest .content-box {
  background: url("../images/longest-bg.png") no-repeat;
  background-size: 100% 100%;
  background-position: center;
  position: relative;
  padding: 180px 0 40px;
}
#longest .content-box::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /* background-color: #022f22b8; */
  background-color: rgba(0, 0, 0, 0.5);
}

#longest .content-box .img-box {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: -10%;
  z-index: 9;
}
#longest .content-box .img-box img {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
}

#longest .content-box .quality-box {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding: 0 10px;
  position: relative;
  z-index: 9;
  max-width: 1000px;
  margin: 0 auto;
}

#longest .content-box .quality-box .inner-box {
  display: flex;
  border: 1px solid #e3c274;
  border-radius: 35px;
  align-items: center;
  padding: 6px;
  flex-grow: 1;
  gap: 13px;
}

#longest .content-box .quality-box .inner-box .img {
  background-color: var(--red-fox);
  border-radius: 50%;
  padding: 10px;
}

#longest .content-box .quality-box .inner-box .img img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

#longest .content-box .quality-box .inner-box p {
  font-size: 20px;
  color: var(--white);
}

#longest .section-heading {
  margin-bottom: 250px;
}

#longest .section-heading h3 {
  margin-bottom: 15px;
}

#longest .section-heading p {
  font-size: 22px;
  max-width: 900px;
  line-height: 1.5;
  margin: 0 auto;
}

#biryani-recipe {
  background-color: var(--spring-wood-pink);
  padding-bottom: 0;
}

#biryani-recipe .img-box img {
  width: 100%;
  box-shadow: 2px 2px 7px #00000024;
}

#biryani-recipe .text-box {
  height: 100%;
  background-color: var(--white-FFFFFD);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 60px;
  position: relative;
  max-width: 70%;
  box-shadow: 2px 2px 7px #00000024;
}
#biryani-recipe .col-lg-7:nth-child(odd) .text-box {
  margin-left: auto;
}

#biryani-recipe .col-lg-7:nth-child(even) .text-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  height: 100%;
  width: 20px;
  background-image: url("../images/border-design-1.png");
}

#biryani-recipe .col-lg-7:nth-child(odd) .text-box::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  height: 100%;
  width: 20px;
  background-image: url("../images/border-design-1.png");
}

#biryani-recipe .text-box h4 {
  color: var(--black-cat);
  font-size: 35px;
  font-style: italic;
}

#biryani-recipe .text-box p {
  color: var(--dune);
  font-size: 18px;
  line-height: 1.3;
}

#biryani-recipe .text-box .btn-common {
  font-size: 22px;
  padding: 10px 34px;
  background: transparent;
  color: var(--dune) !important;
  border-radius: 12px;
  border: 1px solid var(--orange-C66E1D);
  margin-left: 0;
}

#biryani-recipe .nav-tabs {
  justify-content: center;
  margin-bottom: 40px;
  border: none;
  gap: 15px;
}

#biryani-recipe .nav-tabs .nav-link {
  background-color: rgba(128, 128, 128, 0.24);
  color: var(--gray-707070);
  border-radius: 50px;
  font-size: 20px;
  position: relative;
  padding: 5px 20px 5px 45px;
}

#biryani-recipe .nav-tabs .nav-link.active {
  color: var(--white);
  background: #64d46c;
  background: linear-gradient(
    359deg,
    rgba(100, 212, 108, 1) 0%,
    rgba(99, 210, 107, 1) 39%,
    rgba(95, 203, 103, 1) 56%,
    rgba(90, 191, 97, 1) 77%,
    rgba(82, 174, 89, 1) 99%
  );
  padding: 5px 45px 5px 20px;
}

#biryani-recipe .nav-tabs .nav-link::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background-color: var(--gray-707070);
  border-radius: 50%;
  left: 5px;
}

#biryani-recipe .nav-tabs .nav-link.active::after {
  background-color: var(--white);
  left: unset;
  right: 5px;
}

#biryani-recipe .section-logo-heading p {
  font-size: 22px;
  line-height: 1.5;
}

#journey {
  background-color: var(--spring-wood-pink);
}

#journey .content-box {
  /* background-color: var(--white); */
  position: relative;
  padding: 50px 0 110px;
}

#journey .content-box h4 {
  font-family: "Bodoni-book-italic";
  display: flex;
  justify-content: center;
  color: var(--black-cat);
}

#journey .journey_wrap .section-heading h4 {
  text-align: left;
  max-width: 70%;
  margin-left: auto;
  font-family: "Bodoni-book-italic";
}

#journey .journey_wrap .video-box {
  height: 400px;
  max-width: 70%;
  margin-left: auto;
}

#journey .journey_wrap .video-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#journey .journey_wrap .image-box {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: var(--white);
}

#journey .journey_wrap .image-box .india_map {
  position: absolute;
  left: 70px;
  top: -80px;
  max-height: 550px;
}

#journey .journey_wrap .image-box .map-bowl {
  width: 100px;
  height: 100px;
  position: absolute;
  transition: all 0.3s ease-in-out;
}

#journey .journey_wrap .image-box .map-bowl:hover {
  transform: scale(1.1);
}

#journey .journey_wrap .image-box .map-bowl.bowl-1 {
  top: -115px;
  left: 100px;
}

#journey .journey_wrap .image-box .map-bowl.bowl-2 {
  left: 240px;
  top: -50px;
}

#journey .journey_wrap .image-box .map-bowl.bowl-3 {
  top: 100px;
  left: 30px;
}

#journey .journey_wrap .image-box .map-bowl.bowl-4 {
  left: 345px;
  top: 185px;
}

#journey .journey_wrap .image-box .map-bowl.bowl-5 {
  top: 235px;
  left: 95px;
}

#journey .journey_wrap .image-box .map-bowl.bowl-6 {
  top: 350px;
  left: 240px;
}

#faq {
  background-color: var(--spring-wood-pink);
}

#faq .section-heading h3 {
  text-align: left;
}

#faq .accordion-button {
  font-family: "Bodoni-book";
  font-size: 22px;
  color: var(--gray-707070) !important;
  background-color: transparent !important;
  outline: none;
  box-shadow: none !important;
  padding: 20px 0 0;
}

#faq .accordion-body {
  color: var(--gray-707070) !important;
  padding: 10px 0 0;
  font-size: 16px;
}

#faq .accordion-item {
  border: none;
  background-color: transparent;
  border-bottom: 1px solid var(--gray-707070);
  padding-bottom: 20px;
}
#faq .accordion-item:last-child {
  border-bottom: none;
}

#faq .accordion-button::after {
  background-image: url("../images/down-arrow.png") !important;
}

.global-bx {
  display: flex;
  justify-content: center;
}

#globeViz.our-presence-earth-bx {
  display: flex;
  justify-content: center;
  margin-top: -12%;
  margin-bottom: -22%;
}

#biryani-recipe .nav-tabs .nav-link.active:nth-child(1) {
  background: linear-gradient(
    359deg,
    rgba(212, 100, 100, 1) 0%,
    rgba(210, 99, 99, 1) 39%,
    rgba(203, 95, 95, 1) 56%,
    rgba(191, 90, 90, 1) 77%,
    rgba(174, 82, 82, 1) 99%
  );
}

/* recipe-detail page css  */
.single-recipe h1,
.single-recipe h2,
.single-recipe h3,
.single-recipe h4,
.single-recipe h5,
.single-recipe h6 {
  margin-bottom: 15px;
  font-family: "Bodoni-book";
}

.single-recipe h1 {
  font-size: 34px;
  margin-bottom: 20px;
}
.single-recipe h2 {
  font-size: 32px;
}
.single-recipe h3 {
  font-size: 30px;
}
.single-recipe h4 {
  font-size: 28px;
}
.single-recipe h5 {
  font-size: 24px;
}
.single-recipe h6 {
  font-size: 22px;
}
.single-recipe p {
  line-height: 1.4;
  margin-bottom: 15px;
}

.single-recipe .site-main-box a {
  color: var(--chestnut-red);
  font-family: "Bodoni-bold";
  font-size: 18px;
}
.single-recipe #primary img {
  margin-bottom: 30px;
  width: 100%;
  max-height: 500px;
}

body.single.single-recipe {
  background-color: var(--spring-wood-pink);
}

.single-recipe #header {
  background-color: var(--white);
}

.single-recipe .site-main-box {
  padding: 26px 26px;
  margin: 28px 0;
  border-radius: 6px;
  box-shadow: 2px 2px 7px #00000024;
  background-color: var(--white);
}

.single-recipe #primary ul {
  list-style-type: disc;
  padding-left: 30px;
  margin-bottom: 15px;
}
.single-recipe #primary ol {
  list-style-type: decimal;
  padding-left: 30px;
  margin-bottom: 15px;
}
.single-recipe #primary li {
  font-family: "Bodoni-book";
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 8px;
}

.single-recipe #primary span {
  display: inline;
}

.kasia-product-slider.sesame-seeds-product-slider,
.kasia-product-slider.chickpeas-product-slider {
  /* background: linear-gradient(90deg, rgba(4, 96, 104, 1) 0%, rgba(9, 156, 164, 1) 50%, rgba(9, 156, 164, 1) 100%);*/
  padding: 0;
}

.kasia-product-slider.sesame-seeds-product-slider .item .text-box p,
.kasia-product-slider.chickpeas-product-slider .item .text-box p {
  color: var(--black);
}
.kasia-product-slider.chickpeas-product-slider .item .text-box h3,
.kasia-product-slider.sesame-seeds-product-slider .item .text-box h3 {
  font-size: 40px;
}
.kasia-product-slider.sesame-seeds-product-slider
  .kasia-product-slider
  .item
  .rice-pack,
.kasia-product-slider.chickpeas-product-slider
  .kasia-product-slider
  .item
  .rice-pack {
  margin-left: 0;
}
.kasia-product-slider.sesame-seeds-product-slider .item .lower-text,
.kasia-product-slider.chickpeas-product-slider .item .lower-text {
  margin-top: 10px;
  position: relative;
  z-index: 10;
}

.kasia-product-slider.chickpeas-product-slider .text-box ul li {
  color: var(--black);
  font-size: 20px;
}
.kasia-product-slider.chickpeas-product-slider .item .lower-text p,
.kasia-product-slider.sesame-seeds-product-slider .item .lower-text p {
  color: var(--white);
}
.kasia-product-slider.sesame-seeds-product-slider .item .lower-text::after,
.kasia-product-slider.chickpeas-product-slider .item .lower-text::after {
  left: 0;
  border: 1px solid #ffffff;
}
.kasia-product-slider.sesame-seeds-product-slider .item .rice-pack,
.kasia-product-slider.chickpeas-product-slider .item .rice-pack {
  margin-left: 0;
  position: relative;
  z-index: 10;
}
.kasia-product-slider.sesame-seeds-product-slider .item .img-box,
.kasia-product-slider.chickpeas-product-slider .item .img-box {
  padding: 30px 50px;
  background: linear-gradient(
    90deg,
    rgba(4, 96, 104, 1) 0%,
    rgba(9, 156, 164, 1) 50%,
    rgba(9, 156, 164, 1) 100%
  );
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.kasia-product-slider.chickpeas-product-slider .item .img-box {
  background-image: url(https://kasia.bluetick.info/wp-content/uploads/2025/08/chickpea-final.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.kasia-product-slider.sesame-seeds-product-slider .item .img-box {
  background-image: url(https://kasia.bluetick.info/wp-content/uploads/2025/08/final-seed.jpg);
  background-repeat: no-repeat;

  background-size: 100% 100%;
}

.kasia-product-slider.chickpeas-product-slider .item .img-box::after,
.kasia-product-slider.sesame-seeds-product-slider .item .img-box::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #0000003f;
  top: 0;
  left: 0;
}

.kasia-product-slider.sesame-seeds-product-slider .item .text-box,
.kasia-product-slider.chickpeas-product-slider .item .text-box {
  width: 70%;
  padding: 0;
}
.kasia-product-slider.sesame-seeds-product-slider .item .text-box-inner,
.kasia-product-slider.chickpeas-product-slider .item .text-box-inner {
  padding: 70px 150px;
}
.kasia-product-slider.chickpeas-product-slider .upper-text,
.kasia-product-slider.sesame-seeds-product-slider .upper-text {
  margin-bottom: 30px;
}
.kasia-product-slider.chickpeas-product-slider .upper-text:last-child,
.kasia-product-slider.sesame-seeds-product-slider .upper-text:last-child {
  margin-bottom: 0;
}

/* Kasia Product *******************************************************************/
#kasia-product {
  padding-top: 0;
}
#kasia-product .box {
  text-align: center;
  border-radius: 10px;
  background-color: var(--white);
  height: 100%;
}
#kasia-product .box .img-box img {
  border-radius: 10px;
}
#kasia-product .box .text-box {
  padding: 22px 28px;
}
#kasia-product .box .text-box h4 {
  font-size: 36px;
  color: var(--black-cat);
  font-family: "Bodoni-book-italic";
}
#kasia-product .box .text-box p {
  font-size: 22px;
  color: var(--dune);
}
#kasia-product .box .text-box .button-box .btn-common {
  margin-top: 0;
  padding: 6px 18px;
}

/**/
#globeViz .scene-container {
  width: 100% !important;
  height: 100% !important;
}
#globeViz {
  width: 100%;
  max-width: 580px;
  height: 500px;
}

/* New css *****************************************************************************************/
/* #kasia-process .text-content.active {
  opacity: 1;
  pointer-events: auto;
  position: relative;
}
#kasia-process .text-content {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
} */

#kasia-process .video-box-main {
  width: 50%;
}
/* #kasia-process .video-box {
  padding-top: 39.25%;
} */

#kasia-process .video-box:not(:last-child) {
  margin-bottom: 50px;
}

/**/
/* Left sticky panel */
.kasia-process-box .left {
  position: sticky;
  top: 50px;
  height: max-content;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
}

.info-container {
  position: relative;
  width: 100%;
}

#kasia-process .info {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  /* transition: opacity 0.5s ease; */
}
#kasia-process .info.active {
  opacity: 1;
  pointer-events: auto;
  position: relative;
}

/* Right scrollable content */
.kasia-process-box .right {
  flex: 1;
  /* padding: 100px 40px; */
  display: flex;
  flex-direction: column;
  /* gap: 100px; */
}

.image-block {
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

/* Recipe Popup Css Start */

.has-recipe-popup .modal-dialog {
  max-width: 69.292%;
  margin-left: auto;
  margin-right: auto;
}

.has-recipe-popup .modal-dialog .modal-content {
  border-radius: 20px;
}

.has-recipe-popup .modal-dialog .modal-header {
  border: none;
  padding: 0;
}

.has-recipe-popup .modal-dialog .modal-header button {
  background: transparent
    url("/wp-content/themes/kasia/assets/images/modal-close.png") center / 1em
    auto no-repeat;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 9;
}

.has-recipe-popup .modal-dialog .modal-body .row {
  row-gap: 20px !important;
}

.has-recipe-popup .modal-dialog .modal-body .recipe-box {
  padding: 0 0px 0px 10px;
}

.has-recipe-popup .modal-dialog .modal-body .recipe-box .text-box {
  padding: 0 0 0;
  width: 100%;
}

#biryani-recipe.has-recipe-popup
  .modal-dialog
  .modal-body
  .recipe-box
  .text-box {
  height: unset;
  background-color: unset;
  padding: 0px 0 0;
  position: unset;
  max-width: none;
  box-shadow: none;
  width: 100%;
}

.has-recipe-popup
  .modal-dialog
  .modal-body
  .recipe-box
  .text-box
  .heading-section
  h2 {
  font-size: 34px;
  font-style: italic;
  color: var(--red-fox);
  margin-bottom: 10px;
}

.has-recipe-popup
  .modal-dialog
  .modal-body
  .recipe-box
  .text-box
  .heading-section
  p {
  font-size: 22px;
}

.has-recipe-popup
  .modal-dialog
  .modal-body
  .recipe-box
  .text-box
  .heading-section {
  margin-bottom: 20px;
}

.has-recipe-popup
  .modal-dialog
  .modal-body
  .recipe-box
  .text-box
  .ingredients-box {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--red-fox);
}

.has-recipe-popup
  .modal-dialog
  .modal-body
  .recipe-box
  .text-box
  .ingredients-box
  .ingredients-title {
  color: var(--red-fox);
  text-transform: capitalize;
  margin-bottom: 8px;
}
.has-recipe-popup
  .modal-dialog
  .modal-body
  .recipe-box
  .text-box
  .ingredients-box
  .ingredients-list {
  list-style: disc;
  padding-left: 15px;
}

.has-recipe-popup
  .modal-dialog
  .modal-body
  .recipe-box
  .text-box
  .ingredients-box
  .ingredients-list-item {
  list-style: disc;
  color: var(--dune);
  font-size: 18px !important;
}

.has-recipe-popup
  .modal-dialog
  .modal-body
  .recipe-box
  .text-box
  .ingredients-box
  .ingredients-list-item::marker {
  font-size: 16px;
}

.has-recipe-popup .modal-dialog .modal-body .recipe-box .process-box {
  padding-top: 10px;
}

.has-recipe-popup
  .modal-dialog
  .modal-body
  .recipe-box
  .process-box
  .process-title {
  color: var(--red-fox);
  text-transform: capitalize;
  margin-bottom: 8px;
}

.has-recipe-popup
  .modal-dialog
  .modal-body
  .recipe-box
  .process-box
  .process-list {
  list-style: decimal;
  padding-left: 30px;
}

.has-recipe-popup
  .modal-dialog
  .modal-body
  .recipe-box
  .process-box
  .process-list
  .process-list-item {
  list-style: decimal;
  font-size: 18px !important;
  padding-right: 10px;
  line-height: 1.3;
}

.has-recipe-popup
  .modal-dialog
  .modal-body
  .recipe-box
  .process-box
  .process-list
  .process-list-item::marker {
  font-size: 20px;
  color: var(--red-fox);
}

.has-recipe-popup
  .modal-dialog
  .modal-body
  .recipe-box
  .process-box
  .process-list
  .row {
  row-gap: 10px !important;
}

.has-recipe-popup .modal-dialog .modal-body .recipe-box .image-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.has-recipe-popup .modal-dialog .modal-body .recipe-box .image-box img {
  /* max-width: 90%; */
  max-height: 230px;
}

/* inner banner video css */

.inner-banner .banner-button-bx {
  position: absolute;
  right: 4%;
  bottom: 7%;
  z-index: 1;
}
.inner-banner #skip-btn {
  font-size: 20px;
  color: var(--white);
  padding: 3px 12px;
  border: 1px solid var(--white);
  background-color: transparent;
  display: flex;
  column-gap: 10px;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}

.inner-banner #skip-btn img {
  max-width: 24%;
  width: 100%;
}

.inner-banner .video-bx {
  height: calc(100dvh - 95px);
  position: relative;
}

.inner-banner .video-bx video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inner-banner .video-bx::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--black);
  opacity: 0.5;
  z-index: 0;
}

.inner-banner .banner-caption-bx.title-box {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  padding: 0 12px;
}

.inner-banner .banner-caption-bx.title-box h1 {
  color: var(--white);
  text-transform: capitalize;
}

#contact span.wpcf7-spinner {
  display: none;
}

.text-italic {
  font-family: "Bodoni-book-italic";
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: green !important;
  color: green;
  text-align: center;
}

/* Brand Section Redesign Start */

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:focus-visible,
.nav-tabs .nav-link:hover {
  border: none;
  outline: none;
}

.brand-section {
  background-color: var(--spring-wood-pink);
  /* overflow: unset; */
}

/* .brand-section .brand-nav-tabs {
  background-color: var(--spring-wood-pink);
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 99;
  padding: 15px 0;
} */

.brand-section .brand-nav-tabs .nav-tabs {
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 125px;
  margin-bottom: 100px;
}

.brand-section .brand-nav-tabs .nav-tabs .nav-link {
  border: none;
  padding: 0;
}

.brand-section .brand-nav-tabs .nav-tabs .nav-link h3 {
  position: relative;
  font-family: "Bodoni-book-italic";
  color: var(--black-cat);
}

.brand-section .brand-nav-tabs .nav-tabs .nav-link h3::after {
  content: "";
  width: 0;
  height: 2px;
  background-color: var(--red-fox);
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translate(-50%, 0);
  transition: all 0.1s ease-in-out;
}

.brand-section .brand-nav-tabs .nav-tabs .nav-link.active {
  background-color: transparent;
  border: none;
}

.brand-section .brand-nav-tabs .nav-tabs .nav-link.active h3 {
  color: var(--red-fox);
}

.brand-section .brand-nav-tabs .nav-tabs .nav-link.active h3::after {
  width: 60%;
}

.brand-section .brand-box-wrap .row {
  row-gap: 35px;
  justify-content: center;
}

.brand-section .brand-box-wrap .box {
  background-color: var(--white);
  padding: 40px;
  border-radius: 20px;
  text-align: center;
  height: 100%;
}

.brand-section .brand-box-wrap .box .image-box {
  position: relative;
  width: max-content;
  margin: 0 auto;
  margin-bottom: 40px;
}

.brand-section .brand-box-wrap .box .image-box img {
  filter: drop-shadow(2px 10px 8px rgba(0, 0, 0, 0.5));
}

.brand-section .brand-box-wrap .box .image-box img {
  position: relative;
  z-index: 1;
}

.brand-section .brand-box-wrap .box .content-box .brand-title {
  margin-bottom: 20px;
  color: var(--red-fox);
}

.brand-section .brand-box-wrap.karan-box-main .box .content-box .brand-title {
  margin-bottom: 0;
}

.brand-section .brand-box-wrap .box .content-box .brand-description {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 90px;
}

.brand-section .brand-box-wrap .box .content-box .get-facts-btn {
  font-family: "Bodoni-book-italic";
  font-size: 36px;
  margin: 0;
}

.brand-section .other-box-main .other-nav-tabs .nav-tabs {
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
  margin-bottom: 100px;
}

.brand-section .other-box-main .other-nav-tabs .nav-tabs::-webkit-scrollbar {
  background-color: var(--dune);
  width: 6px;
  height: 6px;
}

.brand-section
  .other-box-main
  .other-nav-tabs
  .nav-tabs::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: var(--red-fox);
}

.brand-section .other-box-main .other-nav-tabs .nav-tabs .nav-link {
  background-color: transparent;
  padding: 0;
  border: none;
}

.brand-section .other-box-main .other-nav-tabs .nav-tabs .nav-link h4 {
  border: 1px solid var(--red-fox);
  border-radius: 10px;
  padding: 16px 70px;
  transition: all 0.3s ease-in-out;
  text-transform: capitalize;
  font-family: "Bodoni-book-italic";
}

.brand-section .other-box-main .other-nav-tabs .nav-tabs .nav-link.active h4 {
  background-color: var(--red-fox);
  color: var(--white);
}

.brand-section .chickpeas-box-main .image-box {
  text-align: center;
  margin-bottom: 100px;
}

.brand-section .chickpeas-box-main .image-box img {
  filter: drop-shadow(2px 8px 4px rgba(0, 0, 0, 0.5));
  position: relative;
  z-index: 9;
}

.brand-section .chickpeas-box-main .content-box {
  position: relative;
  padding-bottom: 50px;
}

.brand-section .chickpeas-box-main .content-box::after {
  content: "";
  width: 50%;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  background-color: var(--red-fox);
}

.brand-section .chickpeas-box-main .content-box .section-description p {
  font-size: 24px;
  color: var(--dune);
  text-align: center;
  margin-bottom: 10px;
}

.brand-section .chickpeas-box-main .section-heading {
  margin-top: 50px;
}

.brand-section .chickpeas-box-main .specifications-table .box {
  position: relative;
  border-radius: 0;
  padding: 30px 20px;
  text-align: center;
  font-family: "Bodoni-book-italic";
}

.brand-section .chickpeas-box-main .specifications-table .box::after {
  content: "";
  width: 1.5px;
  height: 90%;
  position: absolute;
  right: 0;
  top: 50%;
  background-color: var(--red-fox);
  transform: translate(0, -50%);
}

.brand-section .chickpeas-box-main .specifications-table .box.box-1::after,
.brand-section .chickpeas-box-main .specifications-table .box.box-6::after {
  display: none;
}

.brand-section .chickpeas-box-main .specifications-table .box.box-1 {
  background-color: var(--red-fox);
  border-radius: 30px;
  text-align: left;
}

.brand-section .chickpeas-box-main .specifications-table .box.box-1 h5 {
  color: var(--white);
}

.brand-section .chickpeas-box-main .specifications-table .box.box-6 {
  border-radius: 0 30px 30px 0;
}

.brand-section .chickpeas-box-main .specifications-table::-webkit-scrollbar {
  background-color: var(--dune);
  width: 6px;
  height: 6px;
}

.brand-section
  .chickpeas-box-main
  .specifications-table::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: var(--red-fox);
}

.brand-section .brand-modal .modal-dialog {
  max-width: 70%;
}

.brand-section .brand-modal .modal-dialog .modal-content {
  overflow: hidden;
  border-radius: 20px;
}

.brand-section .brand-modal .modal-dialog .modal-content .modal-header {
  border: none;
}

.brand-section .brand-modal .modal-dialog .modal-content .modal-header button {
  background-image: none;
  width: auto;
  height: auto;
}

.brand-section
  .brand-modal
  .modal-dialog
  .modal-content
  .modal-header
  button
  i {
  font-size: 25px;
  color: var(--gray-707070);
}

.brand-section .brand-modal .modal-dialog .modal-content .modal-body {
  padding-top: 10px;
  padding-bottom: 10px;
}

.brand-section
  .brand-modal
  .modal-dialog
  .modal-content
  .modal-body::-webkit-scrollbar {
  background-color: var(--dune);
  width: 6px;
  height: 6px;
}

.brand-section
  .brand-modal
  .modal-dialog
  .modal-content
  .modal-body::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: var(--red-fox);
}

.brand-section .brand-modal .image-box {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.brand-section .brand-modal .image-box img {
  max-width: 60%;
}

.brand-section .brand-modal .content-box {
  padding-bottom: 25px;
}

.brand-section .brand-modal .content-box .product-title {
  font-family: "Bodoni-book-italic";
  font-size: 40px;
  margin-bottom: 20px;
  color: var(--red-fox);
}

.brand-section .brand-modal .content-box .product-description p {
  max-width: 90%;
  font-size: 18px;
  line-height: 1.3;
}

.brand-section .brand-modal .border-design-wrap img {
  height: 32px;
  position: absolute;
  right: 0;
}

.brand-section .brand-modal .product-details-wrap {
  padding-top: 60px;
}

.brand-section .brand-modal .product-details-wrap p {
  font-size: 19px;
  margin-bottom: 0;
}

/* Brand Section Redesign End */

.product-flaours-section {
  background-image: url("../images/sesame-bg.webp");
}

#kasia-Rice.products-sesame {
  background-image: none;
}

#kasia-Rice.products-sesame .video-bx{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#kasia-Rice.products-sesame .video-bx video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.sesame-details {
  background-color: var(--spring-wood-pink);
  padding-top: 300px;
}

.sesame-details .seasme-box {
  position: relative;
  background-color: var(--white);
  padding: 180px 150px 75px 150px;
  text-align: center;
}

.sesame-details .seasme-box .image-box {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -65%);
  width: 100%;
}

.sesame-details .seasme-box .content-box .sesame-description {
  font-size: 26px;
  color: var(--dune);
}

#footer .top-box .box.box3 {
  padding-left: 10px;
}

/* Thank You Page Styling */
.thank-you {
  height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--spring-wood);
  padding: 20px;
}

.thank-you .thank-you-box {
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
  padding: 70px 40px;
  text-align: center;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
  animation: fadeInUp 0.8s ease;
}

.thank-you h4 {
  font-weight: bold;
  font-size: 28px;
  color: #333;
  margin-bottom: 15px;
}

.thank-you p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 25px;
}

.thank-you .button-bx {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.thank-you .cmn-btn {
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  background: transparent;
  border: 1px solid var(--chestnut-red);
  color: var(--black-cat);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.thank-you .cmn-btn:hover {
  transform: translateY(-3px) scale(1.05);
  background: var(--chestnut-red);
  box-shadow: 0 6px 18px rgb(0 0 0 / 37%);
  color: var(--white);
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.brand-section {
  position: relative;
}

/* .chickpeas-bg-left {
  width: 32%;
  height: 100%;
  position: absolute;
  left: -20%;
  top: 20%;
} */

.chickpeas-bg::before {
  content: "";
  width: 32%;
  height: 100%;
  position: absolute;
  left: -20%;
  top: 20%;
  background-image: url(../images/chickpeas-bg.png);
  background-repeat: no-repeat;
  z-index: 0;
  background-position: right top;
  animation: fade-right-once 0.5s ease forwards;
}

.chickpeas-bg::after {
  content: "";
  width: 32%;
  height: 100%;
  position: absolute;
  right: -20%;
  top: 3%;
  background-image: url(../images/chickpeas-bg.png);
  background-repeat: no-repeat;
  z-index: 0;
  background-position: left top;
  animation: fade-left-once 0.5s ease forwards;
}

@keyframes fade-right-once {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fade-left-once {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.brand-modal .modal-header .btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
}

#experience.recipe-flaours {
  background-image: none !important;
}

#experience.recipe-flaours .video-bx {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#experience.recipe-flaours .video-bx video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}