body {
  background-color: #F9EFEF;
  font-family: 'Inter', sans-serif;
}
/* .navbar {
  background-color: #F15A2B;
}
.navbar-brand img {
  height: 60px;
}
.nav-link {
  color: white !important;
  font-weight: 500;
  margin: 0 10px;
} */
.navbar-head{
  width: 93%;
    margin: 10px auto 0px;
}












.primary-color {
  color: #F15A2B;
}
.feature-box {
  display: flex;
    align-items: center;
    border: 1px solid #F15A2B;
    padding: 10px 20px;
    background-color: rgba(255, 247, 245, 1);
    color: #F15A2B;
    margin: 30px 0;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-width: 1px;

}
.feature-box i {
  font-size: 34px;
  margin-right: 15px;
}
.feature-text strong {
  color: #F15A2B;
  font-family: Inter;
font-weight: 500;
font-style: Medium;
font-size: 18px;
line-height: 24px;
letter-spacing: -0.2px;
vertical-align: middle;

}
.feature-text small {
  font-family: Inter;
font-weight: 400;
font-style: Regular;
font-size: 14px;
line-height: 24px;
letter-spacing: -0.2px;
vertical-align: middle;

  color: rgba(86, 86, 86, 1);
}
.read-more-btn {
  background-color: #008D4A;
  color: white;
  border: none;
  padding: 8px 20px;
  border-radius: 20px;
  text-decoration: none;
}
.read-more-btn:hover {
  background-color: #006d38;
}
.about-section img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .navbar-brand {
    order: 0;
    margin: auto;
  }
  .navbar-nav.left-nav, .navbar-nav.right-nav {
    flex-direction: column;
    align-items: center;
  }
}

.read-more-btn {
  background-color: #008D4A;
  color: white;
  border: none;
  padding: 8px 20px;
  border-radius: 20px;
  text-decoration: none;
}
.read-more-btn:hover {
  background-color: #006d38;
}


.image-grid img {
  width: 100%;
  /* height: 220px;  */
  object-fit: cover;
  gap: 10px;
  padding: 5px;
}


.knowus{
  font-family: Carattere;
font-weight: 400;
font-style: Regular;
font-size: 26px;
line-height: 24px;
letter-spacing: -0.2px;
vertical-align: middle;
color: #000000;
}


.aboutak{
  color: var(--primary-color, rgba(241, 90, 43, 1));
  font-family: Inter;
  font-weight: 500;
  font-style: Medium;
  font-size: 35px;
  line-height: 24px;
  letter-spacing: -0.2px;
  vertical-align: middle;
  
}
.aboutakfarm{
  padding: 50px;
}


.aboutakfarm .desc{
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.2px;
  vertical-align: middle;
  
}
.naturalgrown{
  font-family: Inter;
font-weight: 400;
font-style: Regular;
font-size: 22px;
line-height: 24px;
letter-spacing: -0.2px;
vertical-align: middle;
color: rgba(127, 127, 127, 1);
;
}
.products-section{
  padding: 100px 0px ;
  background-color: #EDEDED;
}

.products-section .headings h6{
  font-family: Carattere;
font-weight: 400;
font-style: Regular;
font-size: 36px;
line-height: 24px;
letter-spacing: -0.2px;
vertical-align: middle;
color: #000000;

}
.products-section .headings h4{
  font-family: Inter;
  font-weight: 500;
  font-style: Medium;
  font-size: 48px;
  line-height: 24px;
  letter-spacing: -0.2px;
  vertical-align: middle;
  color: var(--primary-color, #F15A2B);

}






.product-card {
  background-color: #fff;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 5px 5px 0px 2px rgba(0, 141, 74, 1);
  margin: 30px 10px 10px 10px;
}

.product-card:hover {
  /* box-shadow: 0 0 15px 4px rgba(0, 128, 0, 0.4); Green shadow on hover */
  transform: translateY(-5px);
}

.product-image img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.product-info {
  padding: 25px;
}

.product-title {
  font-family: Inter;
font-weight: 600;
font-style: Semi Bold;
font-size: 24px;
line-height: 24px;
letter-spacing: -0.2px;
vertical-align: middle;
color: #F15A2B;

}

.product-subtitle {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.2px;
  vertical-align: middle;
  color: #565656;
  
}

.product-link a {
  font-size: 14px;
  text-decoration: none;
  color: #007bff;
}

.product-link a:hover {
  text-decoration: underline;
}

  



/* header */
.main-header {
  background-color: #f25c1c;
  position: relative;
  padding: 10px 0;
  z-index: 10;
}

.logo-center {
  background: white;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
  padding: 20px 15px;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
}

.logo-center img {
  height: 100px;
}

.navbar-nav .nav-link {
  color: white !important;
  font-weight: 500;
  margin: 0 10px;
}

.phone-btn,
.enquiry-btn {
  border: 2px solid white;
  color: white;
  border-radius: 30px;
  padding: 6px 16px;
  font-weight: 500;
  font-size: 15px;
  background-color: transparent;
  transition: 0.3s ease;
  text-decoration: none;
}

.phone-btn:hover,
.enquiry-btn:hover {
  background-color: white;
  color: #f25c1c;
}

.whatsapp-icon {
  color: #25d366;
  font-size: 22px;
  margin-right: 10px;
}

#mainNavbar .leftnav .nav-item{
  padding:0px 12px;
}
#mainNavbar .rightnav .nav-item{
  padding:0px 8px;
}


@media (max-width: 991px) {
  .logo-center {
    /* position: static; */
    transform: none;
    margin: 15px auto;
    border-radius: 0;
    text-align: center;
  }

  .logo-center{
    left:5%;
  }

  .logo-center img {
    height: 60px;
  }

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

.naturegood{
  font-family: Carattere;
font-weight: 400;
font-style: Regular;
font-size: 36px;
line-height: 24px;
letter-spacing: -0.2px;
vertical-align: middle;
color: #000000;
}




.faq-title {
  font-family: 'Carattere', cursive;
  font-size: 1.5rem;
}
.faq-section {
  background-color: #fff;
  border-radius: 25px;
  padding: 2rem;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}
.accordion-button:not(.collapsed) {
  background-color: #fff;
  color: rgba(0, 0, 0, 1);
}
.orange-bg {
  background-color: #F15A2B;
  color: #fff;
}
.footer {
  padding: 3rem 1rem;
  color: #fff;
}


.newsletter-bar {
  background-color: #f15a2b;
  color: white;
  padding: 2rem 0rem;
}

.newsletter-bar h4 {
  font-weight: bold;
  margin-bottom: 0.3rem;
}

.newsletter-bar p {
  margin: 0;
  font-size: 0.95rem;
}

/* Wrapper around input + button */
.newsletter-wrapper {
  display: flex;
  align-items: center;
  background-color: white;
  border-radius: 999px;
  overflow: hidden;
  padding: 0 0 0 1rem;
  max-width: 550px;
  width: 100%;
}

/* Icon and input combo */
.icon-input {
  display: flex;
  align-items: center;
  flex: 1;
}

.icon-input i {
  margin-right: 8px;
  color: #888;
}

.icon-input input {
  border: none;
  padding: 0.75rem 0.5rem;
  width: 100%;
  font-size: 0.9rem;
  outline: none;
}

/* Submit button */
.newsletter-wrapper button {
  background-color: #008c4a;
  color: white;
  border: none;
  padding:8px 25px;
  border-radius: 30px;
  font-size: 0.9rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin: 7px 24px;
}

.newsletter-wrapper button:hover {
  background-color: #006837;
}


.footerlinks li {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.8);
}
.footerlinks li.active{
  margin-top: 10px;
  color: rgba(255, 255, 255, 1);
}




.bg-orange{
  background-color: rgba(241, 90, 43, 1);
}

.bg-lightorange{
  background-color: rgba(249, 239, 239, 1);
  padding: 100px 0px;
  box-shadow: 0px 0px 25px  rgba(0, 0, 0, 0.5);
  padding: 180px 100px 100px 100px;
  border-bottom-right-radius: 70px;
  margin-top: -100px;
}


.chick-price-banner {
  /* background-color: #fff; */
  padding: 3rem 0;
  position: relative;
  overflow: hidden;
  font-family: 'Poppins', sans-serif;
}

.w-70{
  width: 70%;
}
.w-30{
  width: 30%;
}
.w-60{
  width: 60%;
}
.w-40{
  width: 40%;
}


.chickeneggbanner{
  background: linear-gradient(to bottom, #ffffff 50%, #f15a2b 50%);
}

.banner-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 500px;
}

/* Chick box (left) */
.left-box {
  background-image: url(../img/Vectorbg.png);
  transform: rotate(-5deg);
  width: 45%;
  z-index: 2;
  position: absolute;
  left: 0;
  height: 451px;
  top: 54%;
  transform: translateY(-51%) rotate(-5deg);
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Fix the image inside left box */
.left-box img {
  width: 80%;
  transform: rotate(5deg);
  height: auto;
  margin-left: 80px;
}

/* Price box (right) */
.right-box {
  position: absolute;
  background-image: url(../img/image.png);
  color: white;
  width: 60%;
  height: 550px;
  padding: 90px 90px 90px 120px;
  background-size: cover;
  background-position: bottom right;
  z-index: 1;
  /* margin-right: 0; */
  right: 0;
}


.right-box .tagline {
  font-family: Inter;
font-weight: 400;
font-style: Regular;
font-size: 20px;
line-height: 80px;
letter-spacing: -0.2px;
vertical-align: middle;
color: #fff;

}

.price-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.price-text .left p {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 30px;
  /* line-height: 70px; */
  letter-spacing: -0.2px;
  vertical-align: middle;
  color: #fff;
  
}

.price-text .right {
  font-size: 2.5rem;
  font-weight: bold;
  white-space: nowrap;
  display: flex  ;
      align-items: baseline;
  
}

.price-text .rupee,.price-text .amount {
  /* font-size: 1.5rem;
  vertical-align: top; */
  font-family: Inter;
font-weight: 400;
font-style: Regular;
font-size:80px;
line-height: 24px;
letter-spacing: -0.2px;
vertical-align: middle;
color: #fff;
}

.price-text .only {
  font-family: 'Carattere', cursive;
  font-size: 80px;
  margin-left: 10px;
  font-weight: normal;
  color: #fff;
}















.hero-section {
  position: relative;
  background-color: #F15A2B;
  padding: 12px 0 0;
}

.mt-100{
  margin-top:100px;

}
.bannercarousel{
  width: 92%;
  margin: 0 auto;
  height: 85vh;
}
.carousel-inner{
  height: 95vh;
  border-top-left-radius: 80px;
    box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.carousel-item {
  height: 95vh;
  background-color: #000;
  color: white;
  position: relative;
  /* border-radius: 30px; */
  display: flex;
  align-items: center;
  justify-content: center;
 box-shadow: 0px 0px 21px 8px rgba(0, 0, 0, 0.25);
}

.carousel-item img.chick-img {
  /* max-height: 300px; */
  z-index: 2;
  height: -webkit-fill-available;
    width: -webkit-fill-available;
}

.carousel-text {
  position: absolute;
  font-family: 'Carattere', cursive;
  font-size: 2.8rem;
  color: white;
}

.carousel-text.left {
  left: 10%;
  top: 35%;
  transform: rotate(-10deg);
}

.carousel-text.right {
  right: 10%;
  top: 35%;
  transform: rotate(10deg);
}

.logo-top {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  background: white;
  padding: 0.5rem 1rem;
  border-radius: 50%;
}

.carousel-indicators.vertical {
  position: absolute;
  top: 50%;
  left: 0; /* Already correct */
  transform: translateY(-50%);
  flex-direction: column;
  gap: 10px;
  margin-left: -2rem; /* Increase margin to push dots more into the orange background */
  z-index: 11; /* Make sure it's above background */
}

.carousel-indicators.vertical [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: white;
  opacity: 0.4;
}

.carousel-indicators.vertical .active {
  opacity: 1;
}

.social-icons {
  position: absolute;
  right: 20px;
  top: 40%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 19px;

}

.social-icons a {
  color: white;
  font-size: 25px;
  text-decoration: none;
}

.go-live-button {
  position: absolute;
  right: -58px;
  bottom: 27%;
  transform: rotate(-90deg);
  background: #fff;
  color: rgba(255, 0, 0, 1);
  border: none;
  padding: 10px 19px;
  border-radius: 10px 10px 0 0;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  opacity: 1;
  font-size: 19px;
}









.faq-sub{
  font-family: Inter;
font-weight: 500;
font-style: Medium;
font-size: 40px;
line-height: 24px;
letter-spacing: -0.2px;
vertical-align: middle;
color: rgba(241, 90, 43, 1);

}

.accordion-item{
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.faqcontainer{

}

.agrofaq .accordion-button{
  font-family: Inter;
font-weight: 500;
font-style: Medium;
font-size: 18px;
line-height: 24px;
letter-spacing: -0.2px;
vertical-align: middle;
color: #000;
}
.agrofaq .accordion-body{
font-family: Inter;
font-weight: 400;
font-style: Regular;
font-size: 18px;
leading-trim: CAP_HEIGHT;
line-height: 24px;
letter-spacing: -0.2px;
vertical-align: middle;
color: rgba(97, 97, 97, 1);

}

.accordion-button::after {
  display: none !important;
}

/* Optional: increase icon size if needed */
.toggle-icon {
  font-size: 20px;
  color: var(--secondary-color, rgba(0, 141, 74, 1));

}

.videos{
  font-family: Inter;
font-weight: 500;
font-style: Medium;
font-size: 42px;
line-height: 24px;
letter-spacing: -0.2px;
vertical-align: middle;
color: var(--primary-color, rgba(241, 90, 43, 1));
margin-bottom: 20px;
}


.golivevideo{
  font-family: Inter;
font-weight: 600;
font-style: Semi Bold;
font-size: 16px;
line-height: 22px;
letter-spacing: -0.2px;
vertical-align: middle;
background: rgba(236, 12, 15, 1);
text-decoration: none;
padding: 12px 25px;color: #fff;
margin-top: 40px;

}




/* products page */
/* Banner Image Styling */
.banner-wrapper {
  width: 100%;
  overflow: hidden;
  background: linear-gradient(to top, #f15a2b 30%, transparent 30%);
  display: flex;
  justify-content: center;
  padding-top: 23px;
}

.bannerannerimage {
  width: 92%;
  max-height: 530px;
  object-fit: cover;
  border-radius: 80px 0 0 0;
}
.innersplitbackground{
  position: relative;
background: linear-gradient(to bottom, #f15a2b 30%, transparent 30%);
}

.breed-info-section {
  background-color: #fff5f0;
  padding: 40px 20px;
  font-family: 'Arial', sans-serif;
  position: relative;
}

.breed-title {
  color: #f15a2b;
  font-weight: 600;
  margin-bottom: 20px;
}

.enquiry-btn {
  background-color: #f15a2b;
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 14px;
  /* display: inline-flex; */
  align-items: center;
  gap: 6px;
  margin-bottom: 20px;
}

.enquiry-btn i {
  font-size: 16px;
}

/* Table grid styling */
.breed-table {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 16px;
}

.breed-table div {
  /* background-color: white; */
  padding: 8px 0;
  /* border-bottom: 1px solid #eee; */
  font-size: 14px;
  font-family: Inter;
font-weight: 500;
font-style: Medium;
font-size: 16px;
line-height: 24px;
letter-spacing: -0.2px;
vertical-align: middle;
color: rgba(0, 0, 0, 1);

}

.breed-table strong {
  display: block;
  color: rgba(102, 102, 102, 1);
  font-weight: 600;
  margin-bottom: 4px;
  font-family: Inter;
font-weight: 400;
font-style: Regular;
font-size: 16px;
line-height: 24px;
letter-spacing: -0.2px;
vertical-align: middle;

}
.vaccination-section {
  background-color: #fef4f3;
  position: relative;
}

.section-title {
  color: #f15a2b;
  font-weight: 600;
  margin-bottom: 0;
  white-space: nowrap;
}

.day-label {
  font-weight: 500;
  color: #999;
  margin-bottom: 5px;
}

.desc {
  font-weight: 400;
  color: #000;
  margin-bottom: 0;
}

.flex-grow-product {
  border-top: 2px solid #3ac27e;
  opacity: 1;
  width: 100%;
}

.availability-list {
  list-style-type: disc;
  display: flex;
  flex-wrap: wrap;
  padding-left: 1rem;
  font-weight: 500;
  color: #000;

}

.availability-list li{
width: 25%;
}

@media (max-width:880px){
  .availability-list li{
    width: 50%;
    }
}

@media (max-width:650px){
  .availability-list li{
    width: 100%;
    }
}



.similar-products {
  background-color: #f3f3f3;
}

.section-title {
  color: #f15a2b;
  font-weight: 600;
  margin: 0;
}

.carousel-controls {
  display: flex;
  gap: 10px;
}

.carousel-btn {
  border: none;
  background: none;
  font-size: 24px;
  color: #0f8b0f;
  cursor: pointer;
}

.carousel-track {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 1rem;
  padding-bottom: 1rem;
}

.carousel-track::-webkit-scrollbar {
  display: none;
}

.carousel-track .product-card {
  flex: 0 0 auto;
  width: 290px;
  background: #fff;
  /* border-radius: 15px 15px 0 0; */
  overflow: hidden;
  /* border-right: 2px solid green; */
  /* border-top: 2px solid green; */
  transition: transform 0.3s;
}
/*
.product-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.card-content {
  padding: 10px;
}

.card-content h6 {
  margin: 0;
  font-weight: bold;
  color: #f15a2b;
}

.card-content p {
  margin: 5px 0;
  font-size: 14px;
}

.card-content a {
  color: blue;
  font-size: 14px;
} */



.videobanner-sec{
  background-image: url(../img/bg-shape1.png);
  background-size: cover;
}

.chickeneggbg{
    /* background-image: 
      linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)),  
      url(../img/bg-shape2.png); */
      background-image: url(../img/bg-shape2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
  }
  


.productsdetail .modal-content input.form-control,
.productsdetail .modal-content textarea.form-control {
  border-radius: 0.5rem; /* smoother rounded corners */
}

.productsdetail .modal-content .btn {
  border-radius: 1.5rem; /* pill-shaped buttons */
}

.productsdetail .modal-footer  {
  border:none /* pill-shaped buttons */
}

.productsdetail{
  width: 700px;
  max-width: 700px;
}

@media (max-width:800px) {
  .productsdetail{
    width: auto;
    max-width: auto;
  }
  
}
/* Replace hamburger with close (X) icon when expanded */
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 16 16'%3E%3Cpath stroke='white' stroke-width='2' d='M2 2l12 12M14 2L2 14'/%3E%3C/svg%3E");
  background-size: 100% 100%;
}


#mainNavbar .btn-close{
  display: none;
}
button:focus,
button:focus-visible,
button:focus-within,
.navbar-toggler:focus,
.btn-close:focus {
  outline: none !important;
  box-shadow: none !important;
}


/* FAB Container */
.fab-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  display: flex;
    flex-direction: column-reverse;
}

/* Main FAB button */
.fab-container .fab-main-btn {
  background-color: #F15A2B;
  color: white;
  border: none;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  font-size: 24px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s;
}

/* Action buttons (initially hidden) */
.fab-container .fab-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s ease;
  pointer-events: none;
}

/* Individual action buttons */
.fab-container .fab-action {
  background-color: orange;
  color: white;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

/* Show actions when active */
.fab-container.active .fab-actions {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.fab-main-btn.rotated i {
  transform: rotate(45deg);
  transition: transform 0.3s;
}

/* responsive */
/* Style for mobile/tablet navbar when expanded */
@media (max-width: 991.98px) {
  #mainNavbar {
    background-color: #fff;
    padding: 1rem;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  }

  .navbar-nav.leftnav,
  .navbar-nav.rightnav {
    flex-direction: column !important; /* Stack vertically */
    align-items: flex-start !important;
  }

  .navbar-nav.leftnav .nav-link,
  .navbar-nav.rightnav .nav-link {
    color: #F15A2B !important;
    padding: 0.5rem 1rem;
  }

  .navbar-nav .nav-item {
    width: 100%;
  }

  .navbar-nav .nav-item a {
    display: block;
    width: 100%;
  }

  /* Optional: WhatsApp + Enquiry links visibility on mobile */
  .fab-action, .enquiry-btn {
    color: white !important;
  }


  #herocarousel .carousel-inner {
    height: 85vh;
    
}
}



@media (max-width: 768px) {
  .carousel-text.left, .carousel-text.right {
    font-size: 1.5rem;
    top: 30%;
  }

  .carousel-item img.chick-img {

    width: fit-content;
}

  /* .carousel-item img.chick-img {
    max-height: 200px;
  } */

  .go-live-button {
    right: -30px;
    bottom: 80px;
    font-size: 0.75rem;
  }
 
.bannercarousel {
  width: 84%;
  margin: 0 auto;
  height: 80vh;
}
.carousel-inner {
  height: 84vh;

}

.chickeneggbg.mt-100{
  margin-top: 20px;
  background-position: right bottom;
}
.carousel-item img.chick-img {
  z-index: 2;
  height: -webkit-fill-available;
  max-height: -webkit-fill-available;
}
}

@media (max-width:650px)
{
   /* .bannercarousel {
    width: 89%;
    margin: 0 auto;
    height: 85vh;
} */
  .bannercarousel {
    width: 82%;
    margin: 0 auto;
    height: 85vh;
}
.aboutakfarm {
  padding: 35px 12px;
}

.products-section .headings h4 {

  font-size: 37px;
line-height: 48px;
}
.faq-sub {
   line-height: 50px;
}

.bg-lightorange {
  padding: 180px 20px 100px 20px;
}
.left-box {
  transform: rotate(-5deg);
  width: 100%;
  z-index: 2;
  position: relative;
  left: 0;
  height: auto;
  top: 0;
  transform: translateY(8%) rotate(0deg);

}
.right-box {
  position: relative;
 width: 100%;
  padding: 20px;
 
}
.banner-container {
display: block;
}
}

@media (max-width:520px){
  .bannercarousel {
    width: 70%;
    margin: 0 auto;
    height: 75vh;
}
.carousel-inner {
  height: 80vh;

}
.feature-box{
 
    margin: 10px 0;
 }

}
