@import url("https://fonts.googleapis.com/css2?family=Inria+Serif:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inria+Serif:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: 0;
}
:root {
  --black: #000;
  --white: #fff;
  --Saffron-Mango: #f2c75e;
  --Old-Copper: #73513a;
  --Grey: #939393;
  --Egg-Sour: #fcf4df;
  --Camel: #cb9b59;
  --Sandy-Beach: #faeac3;
  --Dairy-Cream: #f8e6bf;
}
/* owl-carousel min css start */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/* owl-carousel min css end */
/* owl theme default css start */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
  margin-top: 10px;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
/* owl theme default css end */
/* babaagro hero banner start */
.babaagro-herobanner {
  padding-bottom: 40px;

  position: relative;
}
.babaagro-herobanner.common-navbar {
  /* background: var(--Sandy-Beach); */
  background: #ede9de4a;
  padding-bottom: 0;
}
.babaagro-herobanner.babahero-slider {
  width: 100%;
  /* background: url(../images/krbl_banner.webp) no-repeat center center; */
  background: #ede9de4a;
  background-size: cover;
}
.babaagro-herobanner .babaagroNavbar {
  justify-content: space-between;
  width: 100%;
}
.babaagro-herobanner .babaagroNavbar {
  padding: 8px 20px;
  height: 60px;
}
.babaagro-herobanner .babaagroNavbar .dropdown-menu {
  padding: 0;
  border-radius: 0 !important;
}
.babaagro-herobanner .babaagroNavbar .dropdown-item.active,
.babaagro-herobanner .babaagroNavbar .dropdown-item:active {
  background: var(--Egg-Sour);
  color: var(--Old-Copper);
}
.babaagro-herobanner .dropdown-menu a {
  font-size: 1rem;
  font-weight: 500;
  padding: 8px 24px;
  color: var(--Old-Copper);
}
.babaagro-herobanner .babaagroNavbar .nav-link {
  font-weight: 500;
}
.babaagro-herobanner .left-hero-slider {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.babaagro-herobanner .left-hero-slider h4 {
  color: var(--Old-Copper);
  font-size: 3.5rem;
}
.herosliderBtn a {
  text-decoration: none;
  color: var(--Old-Copper);
  font-weight: 500;
  position: relative;
}
.herosliderBtn {
  margin-left: 23px;
  margin-top: 60px;
}
.herosliderBtn a::before {
  content: "";
  left: -27px;
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 80px;
  background: var(--Saffron-Mango);
  border: 1px solid var(--white);
  top: -18px;
}
.herosliderBtn a span {
  position: absolute;
  z-index: 100;
  width: 300px;
}
.right-heroSlider button {
  width: 80px;
  height: 80px;
  border: 1px solid var(--Grey) !important;
  border-radius: 100px !important;
}
.right-heroSlider .owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
  color: var(--Old-Copper);
}
.right-heroSlider button span {
  font-size: 50px;
  font-weight: 200 !important;
  line-height: 30px !important;
  color: var(--Old-Copper);
}
.navbar.babafoodnavbar,.babaagrofoodslider{
  width: 1600px;
  margin: 0 auto;

}
/* hero banner end */
/* about section start */
.about-babaagro-section {
  padding: 40px 0;
}
.babaheadline h4 {
  font-size: 2.5rem;
  color: var(--Old-Copper);
  font-family: "Inria Serif", serif;
  font-weight: bold;
}
.left-babaagro img {
  width: 100%;
}
/* about section end */
/* catrgory section start */
.baba-catgories {
  padding: 80px 0;
  background: var(--Egg-Sour);
}
.baba-catgories .category-card {
  text-align: center;
  margin-bottom: 30px;
}
.baba-catgories .category-card h5 {
  font-size: 1.5rem;
  color: var(--Old-Copper);
  font-weight: 600;
}
.baba-catgories .category-card h4 {
  color: var(--Camel);
}

.baba-catgories img {
  width: 100%;
}
.baba-catgories .baba-innercart {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}
.baba-catgories .catbabaimg {
  text-align: center;
}
/* category section end */
/* products start */
.products-section {
  padding: 40px 0;
}

/* Headline styling */
.headlineBaba h4 {
  text-align: center;
  font-size: 3rem;
  color: var(--Old-Copper);
  font-family: "Inria Serif", serif;
  font-weight: 600;
  margin-bottom: 40px;
}

/* Product card styling */
.products-section .product-card {
  margin-bottom: 100px;
}
.products-section .product-card:hover{
  transform: rotateY(180deg);
  background: var(--Old-Copper);
}
/* Product image styling */
.products-section .ourproducts{
margin-bottom: 80px;
}
.products-section .product-card img {
  width: 100%;
  max-width: 200px;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
 
}
.products-section .product-card:hover img {
display: none;
}
.products-section .product-card{
  width: 100%;
  max-width: 335px;
height: 335px;
max-height: 100%;
display: flex;
justify-content: center;
align-items: center;
  background: var(--Egg-Sour);
  border-radius: 100%;
  transition: transform 0.5s ease-in-out;
}
.innerproduct-card:hover .caption {
  opacity: 1;
}
/* Caption styling */
.products-section .product-card .caption {

  font-size: .8rem;
  font-weight: bold;
  color: var(--Old-Copper);
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
}
.products-section .product-card:hover .caption {

  font-size: 1.2rem;
  font-weight: bold;
  color: var(--white);
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  transform: rotateY(-180deg);

}
/* products end */
/* journey start */

.journey-section {
  transition: background 0.2s ease-in-out;
  padding: 60px 0 80px 0;
  width: 100%;
  background: linear-gradient(35deg, rgb(252 244 223 / 64%), rgb(255 255 255 / 70%) 100%), url(../images/bababg.webp) no-repeat fixed border-box center / cover;
   
    transition: 0.3s ease-in;
}

.journey-section .journey-img {
  position: relative;
}
.journey-section .journey-img p {
  position: absolute;
  right: 0;
  bottom: -20px;
  background: var(--white);
  width: 35px;
  height: 35px;
  border-radius: 50px;
  text-align: center;
  color: var(--Old-Copper);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--Old-Copper);
  font-family: "Inria Serif", serif;
}
.journey-section .journey-img.jImage::after {
  content: "";
  position: absolute;
  left: -31px;
  width: 43px;
  height: 92px;
  z-index: 1;
  background: url(../images/dots-line.png) no-repeat center / 73px;
  top: 54px;
  rotate: 17deg;
}

.journey-img img {
  width: 100%;
}
.journey-section .journeyCard {
  margin-bottom: 20px;
}
.journey-section .journeyCard h5 {
  font-family: "Inria Serif", serif;
  font-weight: 600;
  color: var(--Old-Copper);
}
.journey-section .item-content p {
    margin-bottom: 0;
    background: #f2c75e;
    padding: 12px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
}
/* start */
.baba-journey .item .item-num{
  position: relative;
  font-size: 1.5rem;
  margin-top: 100px;
}
.baba-journey .item .item-num::after{
  width: 325px;
  height: 3px;
  background: var(--Old-Copper);
  content: '';
  position: absolute;
  left: -12px;
}
.baba-journey .item .item-num::before{
  width: 16px;
  height: 16px;
  background: var(--Camel);
  border-radius: 80px;
  content: '';
  position: absolute;
  top: -8px;
  z-index: 10;
  left: 20px;
}
.baba-journey .owl-carousel .owl-stage-outer{
/* padding: 8px 4px; */
padding: 110px 4px 50px 4px;
}
.item-content{
  height: 150px;
  position: absolute;
  top:-104px;
}
.baba-journey .item .item-num button{
  background: transparent;
  border: 0;
}
.journey-section .owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
  color: var(--Old-Copper);
}
.journey-section button span {
  font-size: 50px;
  font-weight: 200 !important;
  line-height: 30px !important;
  color: var(--Old-Copper);
}
.journey-section .owl-nav button {
  width: 80px;
  height: 80px;
  border: 2px solid var(--Grey) !important;
  border-radius: 100px !important;
}
/* journey end */
/* core value section start */
.core-value-section {
  padding: 40px 0;
}
.core-value-section .core-value-img img {
  width: 100%;
}
.core-value-section .core-value-img {
  position: relative;
}
.core-value-section .core-value-img .core-caption {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  color: var(--white);
  font-size: 2rem;
  font-family: "Inria Serif", serif;
}

.core-value-section .core-card {
  border: 1px solid var(--Saffron-Mango);
  /* padding: 20px; */
  position: relative;
  margin-bottom: 20px;
  min-height: 300px;
}
.core-value-section .core-card h2{
  text-align: center;
 

margin-bottom: 0;
font-size: 3.5rem;
width: 250px;
margin: 0 auto;
 
}
.core-value-section .core-card h3 {

  width: 100%;
  font-weight: 800;
  font-family: "Inria Serif", serif;
  color: var(--Camel);
  font-size: 2rem;
}
.core-name{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  position: absolute;
  text-transform: uppercase;
  color: var(--Old-Copper);

}
.core-value-section .core-card p {
  font-size: 1.04rem;
  margin-bottom: 0;
  text-align: justify;
}

.core-value-section .core-card.corebgcolor {
  background: #ffd19130;
}
.core-card.core-content{
padding: 20px;
}
.core-content img{
  max-width: 80px;
  width: 60px;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
/* core section end */
/* mission vision start */
.mission-vision-section {
  padding: 40px 0 80px 0;
  width: 100%;
}
.mission-vision-section.visionmissionimg {
  background: url(../images/mission-vision.webp) no-repeat border-box center /
    cover;
}
.mission-vision-section .left-mission-content {
  display: flex;
  align-items: center;
  height: 100%;
}
.mission-vision-section .left-mission-content .headlineBaba h4 {
  text-align: left;
  margin-bottom: 0;
}
.mission-vision-section .mission-card {
  background: var(--white);
}
.mission-vision-section .mission-card h5 {
  color: var(--Old-Copper);
  font-size: 1.5rem;
}
.missionsliderBtn {
  margin-top: 0;
  margin-bottom: 80px;
}
.missionsliderBtn span {
  width: 150px;
  display: flex;
  position: absolute;
  z-index: 100;
  align-items: center;
  color: var(--Camel);
}
.missionsliderBtn span img {
  width: 60px !important;
  height: 60px !important;
  padding: 16px;
  border-radius: 100px;
  border: 1px solid var(--Saffron-Mango);
  margin-left: 12px;
}
.missionsliderBtn a {
  text-decoration: none;
  color: var(--Camel);
}

.mission-vision-section .inner-mission-card {
  padding: 20px 12px;
}
.mission-vision-section .right-mission {
  position: relative;
  padding: 20px;
}
.mission-vision-section .right-mission .inner-right-mission {
  width: 100%;
  height: 200px;
  background: var(--Saffron-Mango);
  position: absolute;
  bottom: 8px;
  left: 0;
}
/* .mission-vision-section button {
  width: 80px;
  height: 80px;
  border: 1px solid var(--Grey) !important;
  border-radius: 100px !important;
}
.mission-vision-section .owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
  color: var(--Old-Copper);
}
.mission-vision-section button span {
  font-size: 50px;
  font-weight: 200 !important;
  line-height: 30px !important;
  color: var(--Old-Copper);
} */
/* mission vision end */
/* testimonail start */
.testimnial-section {
  padding: 180px 0 40px 0;
}
.testimnial-section .testimonial-card {
}
.testimnial-section .testimonial-sec .testimonial-card {
  width: 70% !important;
  margin: 0 auto;
}
.testimnial-section button {
  width: 80px;
  height: 80px;
  border: 1px solid var(--Grey) !important;
  border-radius: 100px !important;
}
.testimnial-section .owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
  color: var(--Old-Copper);
}
.testimnial-section button span {
  font-size: 50px;
  font-weight: 200 !important;
  line-height: 30px !important;
  color: var(--Old-Copper);
}
.testimnial-section .owl-nav {
  position: absolute;
  right: 100px;
  top: -140px;
}
.testimnial-section .testimonial-card img {
  width: 40px;
  margin-bottom: 12px;
}
.testimnial-section .testimonial-card h5 {
  color: var(--Old-Copper);
  font-family: "Inria Serif", serif;
}
.testimnial-section .testimonial-card p {
  line-height: 30px;
  font-size: 1.2rem;
}
/* testimonial end */
/* footer start */
footer {
  padding: 40px 0;
  background: var(--Sandy-Beach);
}
footer img {
  width: 100px;
}
footer .footer-card {
  padding: 20px 0;
}
footer .footer-card h5 {
  color: var(--Old-Copper);
  font-family: "Inria Serif", serif;
  font-weight: 600;
}
footer .footer-card ul {
  padding-left: 12px;
}
footer .footer-card ul li {
  margin-bottom: 8px;
}
footer .footer-card a {
  text-decoration: none;
  color: var(--black);
}
.footer-card.footerright ul {
  padding-left: 0;
  margin-bottom: 40px;
}
.footer-card.footerright ul li {
  list-style: none;
}
.footer-card.footerright ul li h5 a {
  font-size: 2rem;
  color: var(--Old-Copper);
  font-weight: 600;
}
.footer-card.footerright .drop-sec {
  padding: 20px 0;
  border-top: 0.8px solid var(--black);
  border-bottom: 0.8px solid var(--black);
}
.footer-card.footerright .drop-sec p {
  margin-bottom: 0;
  font-size: 1.5rem;
}
.footer-card.footerright .drop-sec a {
  font-size: 1.5rem;
  color: var(--Camel);
}
footer .footer-menubaba {
  border-bottom: 1px solid #73513a85;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.footer-social-media img {
  width: 20px;
  margin-right: 4px;
}
footer .footer-social-media ul {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
}
footer .footer-social-media ul li {
  list-style: none;
  border: 1px solid var(--Grey);
  padding: 8px 12px;
  margin-right: 20px;
}
footer .footer-social-media ul li a {
  text-decoration: none;
  color: var(--Old-Copper);
}
.footer-social-media h5 {
  color: var(--Old-Copper);
}
.footer-social-media {
  margin-bottom: 40px;
}
.footer-card .footer-location {
  width: 60%;
}
footer .copyright {
  border-bottom: 1px solid var(--Grey);
}
footer .copyright p {
  color: var(--Camel);
  margin-bottom: 30px;
}
footer .copyright a {
  text-decoration: none;
  color: var(--Camel);
}
/* footer end */
/* common banner start */
.common-banner {
  padding: 60px 0;
  width: 100%;
  background: url(../images/bababanner.webp) no-repeat border-box center /
    cover;
}
.common-banner p {
  margin-bottom: 0;
}
.common-banner h5 {
  font-size: 2rem;
  color: var(--Old-Copper);
}
.common-banner p {
  font-size: 1.2rem;
}
/* common banner end */
/* company profile start */
.company-profile-section {
  padding: 40px 0;
}
.company-profile-section .left-company-profile h5 {
  font-size: 2rem;
  color: var(--Old-Copper);
  font-weight: 600;
  font-family: "Inria Serif", serif;
}

.company-profile-section .company-image img {
  float: right;
  margin: 0px 40px 8px 12px;
  width: 450px;
  max-width: 100%;
}
.company-profile-section .company-content p {
  /* font-size: 1.04rem; */
/* font-weight: 500;
  color: #747474; */
}
.exploreimg img{
  width: 100%;
  margin-bottom: 12px;
}
.company-card .comapn-caption .aboutexperience {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.company-card .comapn-caption h5 {
  font-size: 2.1rem;
  color: var(--white);
  text-align: center;
}
.company-card .comapn-caption p {
  color: var(--white);
  text-align: center;
}
.company-card{
  position: relative;
  height: 100%;
  width:100%;
}
.company-card .comapn-caption{
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00000082;
  display: flex;
  align-items: center;
  justify-content: center;

}

.company-profile-section button {
  width: 80px;
  height: 80px;
  border: 1px solid var(--Grey) !important;
  border-radius: 100px !important;
}
.owl-theme .owl-nav [class*="owl-"] {
  margin: 0 12px;
}
.company-profile-section .owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
  color: var(--Old-Copper);
}
.company-profile-section button span {
  font-size: 50px;
  font-weight: 200 !important;
  line-height: 30px !important;
  color: var(--Old-Copper);
}
/* company profile end */
.company-profile-section.explore-section .company-content p{
font-size: 1.5rem;
color:#5e5e5e;
}
/* csr start */
.csr-section {
  background: var(--Egg-Sour);
  padding: 40px 0;
}
.csr-section .headlineBaba h4 {
  text-align: left;
}
.csr-section .csr-content {
  background: var(--white);

  margin-bottom: 30px;
}
.csr-section .csr-content .csr-num {
  display: flex;
  justify-content: center;
}
.csr-section .csr-content .csr-num .numscsr {
  width: 120px;
  height: 120px;
  border: 2px solid var(--Camel);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  font-size: 2.1rem;
  color: var(--Camel);
  font-weight: 700;
}
.csr-section .csr-content h5 {
  color: var(--Camel);
}
.csr-section .csr-content p {
  margin-bottom: 8px;
}
.csr-section .csrimg img {
  width: 100%;
  background: var(--Egg-Sour);
  padding: 20px;
}
.csr-section .ccontent {
  padding: 20px 4px;
}
/* csr end */
/* varieties section start */
.varieties-sec .varieties-card {
  border: 1px solid var(--Dairy-Cream);
  margin-bottom: 20px;
}
.varieties-sec .varieties-card .varities-img img {
  width: 100%;
  background: var(--white);
  border: 1px solid var(--Dairy-Cream);
  margin: 4px;
}
.varieties-card.varietiescol {
  background: var(--Dairy-Cream);
}
.varieties-sec .varities-content {
  display: flex;
  align-items: center;
  height: 100%;
}
.varieties-sec .varities-content p {
  margin-bottom: 3px;
}
.varities-content h5 {
  color: var(--Old-Copper);
}
/* varieties end */
/* process section start */
.process-section {
  padding: 40px 0;
  background: var(--Egg-Sour);
}
.wheat-card {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
.wheat-card img {
  max-width: 100%;
}
.wheat-card .caption-wheat {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--white);
  font-size: 1rem;
  font-weight: 600;
}
.right-process-card img {
  width: 100%;
  max-height: 500px;
}
.left-process {
}
.left-process .process-step {
  position: relative;
}
.left-process .process-step .process-caption {
  position: absolute;
  top: 30%;
  transform: translate(8%);
  width: 100%;
}
.left-process .process-step img {
  width: 100%;
}
.process-caption ul {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  align-items: center;
}
.process-caption ul li {
  list-style: none;
  margin-right: 12px;
}
.process-caption ul .process-name {
  color: var(--white);
}
.process-caption ul .process-num {
  width: 40px;
  height: 40px;
  background: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 80px;
  color: var(--Old-Copper);
  border: 1px solid var(--Camel);
}
.left-process button {
  border: 0;
}
.process-content .left-process {
  position: relative;
  margin-bottom: 20px;
}
.process-content .left-process::after {
  content: "";
  height: 23px;
  width: 1px;
  background: var(--Camel);
  position: absolute;
  bottom: -22px;
  left: 50px;
}

.tab {
  padding: 15px;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: background-color 0.3s, color 0.3s;
  margin-bottom: 20px;
  background: #fff;
}

.tab span {
  width: 50px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: var(--Saffron-Mango);
  color: var(--white);
  font-weight: bold;
  border-radius: 50%;
  transition: 0.6s;
}

.tab:hover {
  background-color: var(--Saffron-Mango);
  color: var(--white);
}
.tab:hover span {
  background: var(--white);
  color: var(--Camel);
  transition: 0.6s;
}
.tab.active {
  background-color: var(--Saffron-Mango);
  color: var(--white);
  height: 114px;
  transition: 0.6s;
}

.tab.active span {
  background-color: var(--white);
  color: var(--Camel);
  transition: 0.6s;
}

/* Content (Right Section) */
.right-process-card {
  height: 730px;
  overflow:scroll;
  background: var(--white);
 /* Hide scrollbar */
 scrollbar-width: none; /* For Firefox */
 -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.right-content p{
  margin-bottom: 10px;
}
.hide-scrollbar::-webkit-scrollbar {
 display: none; /* For Chrome, Safari, and Opera */
}
.content {
  width: 100%;
  padding: 0 20px;
}

.content-item {
  display: none;
}
.content-item  strong{
  font-weight: 500;
}
.content-item.active {
  display: block;
}
.tab-process-card {
  margin-bottom: 30px;
}
.right-process-card .right-content {
  padding: 30px 20px;
}
.right-process-card .right-content h5 {
  color: var(--Old-Copper);
}
.right-process-card .right-content ul {
  padding-left: 0;
  margin-bottom: 0;
}
.right-process-card .right-content ul li {
  list-style: none;
  color: var(--Old-Copper);
}
.right-process-card .right-content ul li i {
  margin-right: 8px;
}
.right-process-card .right-content ul li a {
  text-decoration: none;
  color: var(--Old-Copper);
}
.process-content .tab {
  position: relative;
}
.process-content .tab::after {
  content: "";
  height: 40px;
  width: 1px;
  background: var(--Camel);
  position: absolute;
  bottom: -40px;
  left: 39px;
  z-index: 0;
}
.process-content .tab.shortTab:last-child::after {
  content: none; 
}
/* process secton end */
/* board of director start */
.board-section {
  padding: 40px 0;
}
.board-section .bod-card {
  background: var(--Dairy-Cream);
  padding: 8px;
  text-align: center;
 
}
.board-section .bod-card img {
  width: 100%;
  margin-bottom: 6px;
}
.board-section .bod-card p {
  margin-bottom: 0;
}
.bod-card h5 {
  font-size: 1.1rem;
  color: var(--Old-Copper);
}
.popupdod .bod-card img{
 width:100%; 
 margin-bottom: 12px;
}
.board-section button{
  background: transparent;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  border: none;
  color: var(--black);
}
 .btn:first-child:active{
  color: var(--Old-Copper)!important;
}
.btn-close:focus {
  box-shadow: none;
}
/* board of director end */
/* gallery start */
.gallery-section {
  padding: 40px 0;
}
.gallery-section .gallery-card {
  margin-bottom: 20px;
}
.gallery-card img {
  width: 100%;
}
/* gallery end */
/* contact start */
.contact-section {
  padding: 40px 0;
}
.office-card {
  border: 1px solid var(--Saffron-Mango);
  padding: 20px;
}

.office-card .office-contact {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  justify-content: space-between;
}
.office-card .office-contact li {
  list-style: none;
}
.office-card .office-contact li a {
  text-decoration: none;
  color: var(--black);
}
.contact-section .office-card h5 {
  color: var(--Old-Copper);
  font-size: 1.5rem;
  font-family: "Inter", sans-serif;
}
.office-card p {
  margin-bottom: 0;
  color: var(--Grey);
}
.office-card .office-address {
}
.office-card .office-contact {
  margin-bottom: 40px;
}
.contactemailBtn a {
  text-decoration: none;
  color: var(--Old-Copper);
  font-weight: 500;
  position: relative;
}
.contactemailBtn {
  /* margin-left: -150px; */
  margin-top: 60px;
}
.contactemailBtn a::before {
  content: "";
  left: -27px;
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 80px;
  background: var(--Saffron-Mango);
  border: 1px solid var(--white);
  top: -18px;
}
.contactemailBtn a span {
  position: absolute;
  z-index: 100;
}
.contactmap img {
  width: 100%;
}
.contact-form {
  padding: 40px 0;
}
.contact-card {
  background: var(--Egg-Sour);
  padding: 40px 20px;
}
.enquiry-form input,
.enquiry-form textarea,
.enquiry-form button {
  width: 100%;
  padding: 14px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.enquiry-form textarea {
  resize: none;
  height: 150px;
}
.enquiry-form button {
  background-color: var(--Old-Copper);
  color: var(--white);
  font-size: 16px;
  cursor: pointer;
  border: none;
}
.enquiry-form button:hover {
  background-color: var(--Camel);
}
.enquiry-form .form-group {
  margin-bottom: 15px;
}
.contact-section .contact-form h2 {
  color: var(--Old-Copper);
  font-size: 1.5rem;
  font-family: "Inter", sans-serif;
  margin-bottom: 20px;
}
.contactmap iframe {
  width: 100%;
  height: 550px;
}
.office-card .herosliderBtn {
  margin-left: 23px;
  margin-top: 35px;
  margin-bottom: 80px;
}
/* contact end */
.back-to-top img {
  max-width: 100%;
}
.back-to-top {
  color: var(--white);
  border: 1px solid var(--Camel);
  border-radius: 50px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  background: var(--white);
  outline: none;
}
/* media query */
@media(max-width:1750px){
  .navbar.babafoodnavbar, .babaagrofoodslider {
    width: 100%;
    margin: 0 auto;
}
}
@media (max-width: 1400px) {
 
  .core-value-section .core-card p {
    font-size: 1rem;
  }
  .core-value-section .core-card h3 {

    margin-bottom: 20px;
  }
  .core-value-section .core-value-img .core-caption {
    font-size: 1.5rem;
  }
  .core-value-section .core-card h3 {
   
    font-size: 1.6rem;
}
.core-value-section .core-card h2 {
  font-size: 3rem;
}
.core-content img {
  bottom: 12px;
}

}
@media (max-width: 1200px) {
  .babaheadline h4 {
    font-size: 2rem;
  }
  .babaagro-herobanner .left-hero-slider h4 {
    font-size: 3rem;
  }
  .herosliderBtn {
    margin-top: 30px;
    margin-bottom: 70px;
  }
  .products-section .product-card {
    width: 100%;
      height: 285px;
      margin-bottom:0;
  
  }

  .products-section .product-card .caption {
    font-size: 0.8rem;
  }
  .contactemailBtn {
    /* margin-left: -200px; */
    margin-top: 30px;
  }
  .company-card {
    padding: 12px;
}
.products-section .ourproducts {
  margin-bottom: 20px;
}
.core-value-section .core-card {
  min-height: 325px;
}
.journey-section {

  padding: 60px 0;
}
}
@media (max-width: 992px) {
  .babaagro-herobanner .navbar-toggler {
    border: 0;
  }
  .babaagro-herobanner .navbar {
    display: flex;
  }
  .navbar-toggler:focus {
    box-shadow: none !important;
  }
  .babaagro-herobanner .offcanvas-header {
    border-bottom: 1px solid var(--Saffron-Mango);
  }
  .babaagro-herobanner .babaagroNavbar {
    padding: 0;
    height: auto;
  }
  .babaagro-herobanner .babaagroNavbar .nav-item .nav-link {
    border-bottom: 1px solid var(--Dairy-Cream);
    padding: 12px 20px;
  }
  .products-section .product-card .caption {
  
    bottom: 12%;
  }
  .products-section .product-card .caption {
    font-size: 0.7rem;
}
  .left-babaagro img {
    margin-bottom: 20px;
  }
  .babaagro-herobanner {
    padding-bottom: 0;
  }
  .right-heroSlider button {
    width: 60px;
    height: 60px;
  }
  .right-heroSlider .owl-theme .owl-nav {
    margin-bottom: 40px;
  }
  .headlineBaba h4 {
    font-size: 2rem;
  }
  .baba-catgories img {
    width: 100%;
    margin-bottom: 20px;
  }
  .company-profile-section .company-image img {
    margin: 0px 8px 8px 12px;
    width: 270px;
  }
  .csr-section .csr-content .csr-num .numscsr {
    width: 86px;
    height: 86px;
  }
  .bod-card h5 {
    font-size: 1.1rem;
  }
  .office-card {
    margin-bottom: 20px;
  }
  .contact-card {
    margin-bottom: 20px;
  }
  .content {
    padding: 0;
  }
  .right-process-card .right-content {
    padding: 20px;
  }
  .products-section .product-card img {
    width: 100%;
    max-width: 150px;
  }
  .products-section .product-card {
    height: 225px;
  }
  .products-section .product-card:hover .caption {
    font-size:.8rem;
   }
   .journey-section .owl-nav button  {
    width: 60px;
    height: 60px;
  }
  .journey-section .owl-theme .owl-nav {
    margin-bottom: 40px;
  }
  .journey-section .headlineBaba h4 {
  
    margin-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .journey-section .journey-img.jImage::after {
    left: 30px;
    width: 43px;
    height: 30px;
    top: 91px;
    rotate: 9deg;
  }
  .babaagro-logo{
    display: flex;
        justify-content: space-between;
        width: 100%;
  }
}
@media (max-width: 768px) {

  .caption {
    font-size: 0.9rem;
  }
  .right-heroSlider button {
    width: 60px;
    height: 60px;
  }
  .babaagro-herobanner .left-hero-slider h4 {
    font-size: 2.5rem;
  }
  .journey-section .journey-img.jImage::after {
    left: 20px;
    width: 43px;
    height: 37px;
    top: 110px;
    rotate: -2deg;
  }
  .testimnial-section .testimonial-sec .testimonial-card {
    width: 100% !important;
  }
  .testimnial-section button {
    width: 60px;
    height: 60px;
  }
  .company-profile-section button {
    width: 60px;
    height: 60px;
  }
  .testimnial-section {
    padding: 80px 0 0px 0;
  }
  .testimnial-section .owl-nav {
    top: -70px;
  }
  .company-profile-section .company-image img {
    width: 150px;
  }
  .csr-section .ccontent {
    padding: 20px;
  }
  .csr-section .ccontent {
    padding: 20px;
  }
  .csr-section .csr-content .csr-num {
    padding: 20px 20px 0 20px;
  }
  .footer-location {
    margin-bottom: 0;
  }
  .company-card {
    padding: 0;
}
.process-content .tab::after {
  content:none;

}
.right-process-card .right-content {
  margin-bottom: 20px;
}
.company-profile-section .left-company-profile h5 {
  font-size: 1.8rem;
}
.csr-section .csrimg img {
  background:var(--white);
}
.products-section .product-card img {
  max-width: 90px;
}
.products-section .product-card {
  height: 160px;
}
.products-section .product-card .caption {
  font-size: 0.7rem;
  width: 120px;
  text-align: center;
  margin-bottom: 0;
}
.right-process-card {
  height:auto;
  margin-bottom: 20px;
}
.core-value-section .core-card h3 {
  font-size: 1.3rem;
}
.core-value-section .core-card {
  min-height: 390px;
}
.core-value-section .core-card h2 {
  font-size: 2.5rem;
}
}

@media (max-width: 576px) {
  .headlineBaba h4 {
    font-size: 2rem;
  }
 
  .caption {
    font-size: 0.8rem;
  }
  .journey-section .journey-img.jImage::after {
    display: none;
  }
}
@media (max-width: 575px) {
  .journey-img img {
    width: 100%;
  }
  .journey-section .journey-img p {
    left: 0 ;
  }
  .journey-section .journey-img.jImage::after {
    display: none;
  }
  footer .footer-social-media ul {
    display: block;
  }
  footer .footer-social-media ul li {
    margin-bottom: 8px;
  }
  .core-value-section,
 
  .products-section,
  .mission-vision-section,
  .company-profile-section,
  .csr-section,
  .board-section,
  .contact-form,
  .process-section {
    padding: 30px 0;
  }
  .journey-section{
    /* padding: 80px 0; */
  }
  .company-profile-section .company-image img {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
  .common-banner {
    padding: 30px 0;
  }
  .common-banner h5 {
    font-size: 1.5rem;
  }
  .common-banner p {
    font-size: 1rem;
  }
  .bod-card h5 {
    font-size: 1.2rem;
  }
  .contactmap iframe {
    height: 390px;
  }
  footer .footer-card {
    padding: 20px 0 0 0;
  }
  .company-profile-section .left-company-profile h5 {
    font-size: 1.5rem;
}
.journeypadding{
  padding-left: 0;
}
.products-section .product-card {
  height: 250px;
}
.products-section .product-card img {
  max-width: 150px;
}
.products-section .product-card .caption {
width: 100%;
}
.products-section .product-card:hover .caption {
  font-size: .8rem;
  line-height: 18px;
}
.core-value-section .core-card {
  min-height: 250px;
}
.core-value-section .core-card h2 {
  font-size: 2rem;
}
}
@media (max-width: 516px) {
  .products-section .product-card {
      height: 236px;
  }
}
@media (max-width: 490px) {
  .office-card .office-contact {
    display: static;
  }
  .office-contact .herosliderBtn {
    margin-bottom: 0;
    margin-top: 24px;
  }
  /* .contactemailBtn {
    margin-left: 0;
    margin-top: 92px;
  }
  .office-card {
    position: relative;
  }
  .contactemailBtn {
    position: absolute;
    left: 46px;
  } */
  .office-card .office-contact {
    margin-bottom: 115px;
  }
  .journey-section .journey-img p {
  font-size: .8rem;
    width: 24px;
    height: 24px;
  }
  .products-section .product-card .caption {
    font-size: 0.6rem;
}
.products-section .product-card {
  height: 215px;
}
.products-section .product-card img {
  max-width: 135px;
}
.baba-journey .item .item-num::after {
  width: 492px;
}
}
@media (max-width: 450px) {
  .products-section .product-card {
    height: 202px;
  }
  .core-value-section .core-card {
    min-height: 265px;
}
}
@media (max-width: 425px) {
  .core-value-section .core-value-img .core-caption {
    font-size: 1.2rem;
  }
  .babaagro-herobanner .left-hero-slider h4 {
    font-size: 2rem;
  }
  .babaheadline h4 {
    font-size: 1.5rem;
  }
  .headlineBaba h4 {
    font-size: 1.5rem;
    margin-bottom: 12px;
  }
  .journey-section .journeyCard h5 {
    font-size: 1rem;
  }
  .mission-vision-section .right-mission {
    padding: 20px 0;
  }
  .company-profile-section .left-company-profile h5 {
    font-size: 1.5rem;
  }
  .footer-card.footerright ul li h5 a {
    font-size: 1.5rem;
  }
  .footer-card.footerright .drop-sec p {
    font-size: 1rem;
  }
  
  .products-section .product-card .caption {
    width: 100%;
    font-size: 0.5rem;
    line-height: 10px;
  }
  .products-section .product-card img {
    max-width: 100px;
}
.products-section .product-card {
  height: 188px;
}
.products-section .product-card .caption {
  bottom: 19%;
  padding: 0 20px;
  width: 100%;
}
.products-section .product-card:hover .caption {
 font-size: .8rem;
}
.journey-section .headlineBaba h4 {
  font-size: 1.5rem;
  margin-bottom: 40px;
}
}
@media(max-width:400px){
  .products-section .product-card {
    height: 180px;
} 
.core-value-section .core-card {
  min-height: 292px;
}
}
@media (max-width: 375px) {
  .core-value-section .core-value-img .core-caption {
    font-size: 1rem;
  }
  .products-section .product-card img {
    width: 100%;
  }
  .csr-section .csr-content .csr-num .numscsr {
    width: 70px;
    height: 70px;
    font-size: 1.3rem;
  }
  .csr-section .csr-content h5 {
    font-size: 1rem;
  }
  .varieties-sec .varities-content p {
    font-size: 0.9rem;
  }
  .varieties-sec .varieties-card {
    padding: 8px;
  }
  .office-card .herosliderBtn {
    margin-left: 0;
    margin-top: 35px;
    margin-bottom: 80px;
    padding-left: 16px;
  }
  .herosliderBtn {
    margin-left: 0;

    padding-left: 22px;
  }
  .herosliderBtn a span {
    width: 220px;
  }
  .headlineBaba h4 {
    /* font-size: 1.2rem; */
  }

  .products-section .product-card .caption {
    bottom: 19%;
    padding: 0 20px;
    width: 100%;
}
.products-section .product-card {
  height: 160px;
}
.core-value-section .core-card {
  min-height: 312px;
}
.baba-journey .item .item-num {
  margin-top: 50px;
}
.journey-section .headlineBaba h4 {
  margin-bottom: 20px;
}
.journey-section .owl-theme .owl-nav {
  margin-bottom: 0;
}
}
@media(max-width:350px){
  .products-section .product-card img {
    max-width: 80px;
} 
.products-section .product-card {
  height: 138px;
}
}
