@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
  --primary-color: #ed8613;
  --primary-color-dark: #d47911;
  --text-dark: #333333;
  --text-light: #767268;
  --extra-light: #f1f1f1;
  --white: #ffffff;
  --max-width: 1200px;
}
.fade-out {
  opacity: 0;
  transition: opacity 0.2s ease;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  text-decoration: none !important;
}
body{
   font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.section__container {
  max-width: var(--max-width);
  margin: auto;
  padding: 4rem 1rem;
}

.section__header {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-dark);
  text-align: center;
  line-height: 3rem;
}

.section__description {
  font-size: 1rem;
  font-weight: 500;
  color: var(--text-light);
  line-height: 1.75rem;
  text-align: center;
}

.btn {
  padding: 1rem 2rem;
  outline: none;
  border: none;
  font-size: 1rem;
  color: var(--white);
  background-color: var(--primary-color);
  border-radius: 5px;
  transition: 0.3s;
  cursor: pointer;
}

.btn:hover {
  background-color: var(--primary-color-dark);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}

img {
  display: flex;
  width: 100%;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

ul {
  list-style: none;
}

html,
body {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  align-items: center;
}
#home{
  /* background:linear-gradient(to bottom right,#ffe3ec,#ffeaea); */
  /* clip-path:polygon(0 0, 100% 0, 100% 100%,0 90%); */
 width:100%;

}
#home_page_card{
  /* background:linear-gradient(to bottom right,#ffe3ec,#ffeaea); */
  /* clip-path:polygon(0 0, 100% 15%, 100% 100%,0 100%); */
 width:100%;
}

/*===============nav bar start===========*/
 .navbar {
 display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  position: relative;
  flex-wrap: wrap;
  height:9vh;
  max-width: var(--max-width);
 background: transparent;
  margin: auto;
  margin-top:12px ;

} 
 .navbar_transparent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  position: absolute;       /* CHANGE from 'relative*/
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;            /* Ensures it stays on top of video */
  flex-wrap: wrap;
  height: 9vh;
  max-width: var(--max-width);
 background: transparent;
  margin: auto;
  margin-top: 12px;
}


.nav-links_left{
  display: flex;
  gap:6rem;
  
  justify-content:space-evenly !important;
  margin-left: 3vw;
  margin-right: auto;
}
.nav-links_right {
  display: flex;
  margin-right:3vw;
  margin-left: auto;
  
  gap:6rem;
  justify-content:space-evenly !important;
  
  
}

.nav-links {
  display: none;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: black;
  font-weight: bold;
  font-family:sans-serif;
  font-size:17px;
}
.navbar a:hover{
  color: #c00e15;

}

.logo_small {
  display:none;
  color: aqua;
  font-weight: bold;
  font-size: 20px;
}

.logo {
  color: black;
  font-weight: bold;
  object-fit: center;
}

#toggle {
  display: none;
}

.menu-icon {
  display: none;
  font-size: 24px;
  color: white;
  cursor: pointer;
  padding: 18px;
  transition: transform 0.3s ease;
}
#navbar_line{
  background:linear-gradient( to right, #ca0516,#ed8713c9,red)  ;
  height: 4px;
  border:none;
}
.icon_gap{
  margin-right:8px;
  color: #c00e15;
}

@media (max-width: 868px) {
  .navbar {
    justify-content: space-between;
    height: auto;
    width:100%;
    background:linear-gradient(to right, #ecbf0ad8,#ff6868);
  }

  .logo {
    display: none;
  }

  .logo_small {
    display: block;
  }

  .nav-links_left,
  .nav-links_right {
    display: none;
  }

  .menu-icon {
    display: block;
  }

  .nav-links {
    width: 100%;
    max-height:100%;
    overflow: hidden;
   
   
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 0;
    transition: max-height 0.4s ease, opacity 0.4s ease;
  }
  .nav-links a {
    
    color:white;
    font-size:17px;
  }

  #toggle:checked + label + .nav-links {
    display: flex;
    padding: 20px 0;
    max-height: 500px;
  }

  /* Change icon to X when menu is open */
  #toggle:checked + label .fa-bars {
    display: none;
  }

  #toggle:checked + label .fa-xmark {
    display: inline;
  }
.fa-bars,  .fa-xmark{
  color:black;
}
  .fa-xmark {
    display:none;
  }
  #navbar_line{
    display: none;
}
}


/* ========================nav bar end ======================== */

:root {
  --max-width: 1200px;
  --text-dark: #333;
  --white: #fff;
  --primary-color: #c00e15;
}


/* ========================home section ======================== */

.fruitfull_heading{
  height:8vh;
  display: flex;
  align-items: center;
  justify-content: center;

  
}
.fruitfull_heading h1{
  text-align: center;
  font-size:22px;
  font-family:serif ;
  font-style:italic ;
}
          /* ========================home  video section ======================== */
/* Base styles for video carousel */
.video-carousel {
  width: 100%;
  height:90vh;
  position: relative;
   z-index: 0;
  top:0;
}

.carousel-wrapper {
  display: flex;
  height: 100%;
}

.carousel-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.video-carousel video {
  max-width: 100%;
  height: auto;
  object-fit: cover;
 
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.carousel-prev,
.carousel-next {
  color: #b72427;
  font-size: 40px;
  font-weight: bold;
  padding: 10px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: font-size 0.3s ease, transform 0.3s ease;
}

.carousel-prev {
  left: 10px;
}

.carousel-next {
  right: 10px;
}

/* Hover effect for arrows */
.carousel-prev:hover,
.carousel-next:hover {
  transform: translateY(-50%) scale(1.2);
  font-size: 48px;
}

.swiper-pagination {
  bottom: 10px !important;
}

.swiper-pagination .carousel-pagination-bullet {
  background-color: #bbb;
  width: 12px;
  height: 12px;
  margin: 0 6px;
  border-radius: 50%;
  transition: background-color 0.3s;
}

.swiper-pagination .carousel-pagination-bullet-active {
  background-color: #b72427;
}

/* Media Queries for responsiveness */
@media (max-width: 768px) {
  .video-carousel {
    height: 60vh;
  }

  .carousel-prev,
  .carousel-next {
    font-size: 30px;
    padding: 8px;
  }

  .carousel-prev:hover,
  .carousel-next:hover {
    font-size: 36px;
    transform: scale(1.2) translateY(-50%);
  }
}

@media (max-width: 480px) {
  .video-carousel {
    height: 50vh;
  }

  .carousel-prev,
  .carousel-next {
    font-size: 24px;
    padding: 6px;
  }

  .carousel-prev:hover,
  .carousel-next:hover {
    font-size: 28px;
    transform: scale(1.2) translateY(-50%);
  }
}

                        /* ========================home  video section  end ======================== */


 /* ========================home  content section======================== */
                      
#home_content_section{
  /* background-color:linear-gradient(to right #f8e0cc,#ffffff); */
  background: #fdefe4;
} 
#home_content {
 
  display: flex;
  flex-direction: row;
  
  justify-content: space-between;
   align-items: center;
  max-width: 1350px;
  margin: 0 auto;
  padding:3rem 0 3rem 0;
gap:7rem;
}

.header__content {
  flex: 1;
  text-align: left;
}

.header__content h1 {
  margin-bottom: 2rem;
  font-size: 3rem;
  font-weight: 700;
  color: var(--text-dark);
  line-height: 1.2;
  text-align: center;
}

.header__content span {
  color:#b72427;
  text-shadow: 2px 2px #000;
  font-style: italic;
  font-size: 3.5rem;
}

.header__content p,
.section__description {
  text-align: justify;
  font-size: 1.02rem;
  line-height:2rem;
  color:#333;
  text-indent: 50px;
  
}

.header__btn {
  margin-block: 2rem;
  text-align: left;
}

.socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.socials a {
  display: inline-block;
  margin-top: 22px;
  padding: 8px 12px;
  font-size: 1.125rem;
  color: var(--white);
  background-color: var(--text-dark);
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

.socials a:hover {
  background-color: var(--primary-color);
}
/* Optional background override */
.home_background::before {
  background-color: white;
}

@media (max-width: 1200px) {
  header {
    padding: 5rem 5rem;
  display: flex;
  flex-direction:column;
  justify-content:cenetr;
  align-items: center;
  
  margin: 0 auto;

  
  }
.header__image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.header__content {
    text-align: center;
    order:2;
    padding:32px;
  }
 

  .header__content h1 {
    font-size: 3rem;
    text-align: center;
  }

  .header__content h1 span {
    font-size: 4.2rem;
  }
}

@media (max-width: 992px) {
  header {
    gap: 2rem;
     flex-direction:column;
  }


  .header__content {
    text-align: center;
    order:2;
  }
  .header__content h1 {
    font-size: 2.5rem;
    text-align: center;
  }

  .header__content h1 span {
    font-size: 3.5rem;
  }
}

@media (max-width: 768px) {
  header {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }


  .header__content {
    text-align: center;
    order:2;
  }
  header__content p,
  .section__description {
    font-size:15px;
    padding:22px;

  }

  .header__content h1,
  .header__btn {
    text-align: center;
  }

  .socials {
    justify-content: center;
  }

  .header__image {
    max-width: 100%;
  }
}

@media (max-width: 480px) {


  .header__content h1 {
    font-size: 1.6rem;
    padding:22px;
     margin-bottom:-19px;
  }

  .header__content h1 span {
    font-size: 2.8rem;
  }

  .header__content p,
  .section__description {
    font-size:12px;
    padding:22px;
text-indent: 50px;
  }

  .header__btn {
    margin-block: 1rem;
  }
}

            /*================home content section end ===*/




/*================home card section ===*/


    .home-card-container {
      max-width:auto;
     
      margin:10vh auto 10vh auto;
      
     
    }

    .home-card-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 3.5rem;
        row-gap: 5rem; 
    }

    .home-card {
      position: relative;
      width: 100%;
      max-width: 370px;
      aspect-ratio: 4.5 / 4;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      transition: transform 0.3s ease;
      cursor: pointer;
      text-decoration: none;
      color: inherit;
      background-color: #fff;
    }

    .home-card:hover {
      transform: scale(1.03);
    }

    .home-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .home-card-overlay {
      position: absolute;
      bottom: -100%;
      left: 0;
      width: 100%;
      height: 35%;
      background: rgba(0, 0, 0, 0.212);
      
      color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 1.1rem;
      font-weight: bold;
      transition: bottom 0.4s ease;
      border-bottom-left-radius: 12px;
      border-bottom-right-radius: 12px;
      text-align: center;
      padding: 0.5rem;
    }

    .home-card:hover .home-card-overlay {
      bottom: 0;
    }

    @media (max-width: 992px) {
      .home-card {
        max-width: 45%;
      }
    }

    @media (max-width: 600px) {
      .home-card {
        max-width: 100%;
      }
    }
/*================home card section end ===*/

/*================popular produts section===*/
.popular__container{
  margin-top:-15%;
}
.popular__container .section__header {
  color: #0a0;
  font-size:25px;
 text-align:center;
 margin-left: 20px;
 margin:52px 12px;
 
 
}
.popular__grid {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(2,minmax(200px,auto));
  gap: 4rem 1rem;
  
}

.popular__card {
  position: relative;
  isolation: isolate;
  margin-top: 15px;
}

.popular__card::before {
  position: absolute;
  content: "";
  bottom: 5rem;
  left: 0;
  height: 60%;
  width: 100%;
  z-index: -1;
  transition: 1s;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

.popular__card:hover::before {
  height: 90%;
}

.popular__card:nth-child(1)::before {
  background-color: #DADD98;
}

.popular__card:nth-child(2)::before {
  background-color: #eedfd9;
}

.popular__card:nth-child(3)::before {
  background-color:#834a79c9;
}
.popular__card:nth-child(4)::before {
  background-color: #fdcb35cb;
}
.popular__card:nth-child(5)::before {
  background-color:rgba(145, 12, 12, 0.726);
}
.popular__card:nth-child(6)::before {
  background-color: rgba(243, 105, 105, 0.801);
}
.popular__card img {
  max-width:400px;
  height:300px;
  border-radius: 12px;

  margin-inline: auto;
}

.popular__card__content {
  padding: 1rem;
  background-color: var(--white);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

.popular__card__content h4 {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--text-dark);
  text-align: center;
}

.popular__card__content h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--primary-color);
  text-align: center;
}
@media (max-width:768px) {
  .popular__container{
    margin-top:14vh;
  }

  .popular__container .section__header {
    text-align:center;
    margin-top:-45%;
   
  }

  .popular__grid {
    grid-template-columns: repeat(1,minmax(300px,auto));
    
  }
  .popular__card::before {
    position: absolute;
    content: "";
    bottom: 5rem;
    left:auto;
    right:auto;
    height: 60%;
    width:100%;
    z-index: -1;
    transition: 1s;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }
  
  .popular__card:hover::before {
    height: 90%;
  }
  
  .popular__card img {
    max-width: 250px;
    height:300px;
    border-radius: 12px;
  
    margin-inline: auto;
  }
  
  
}

@media (max-width: 486px) {
    
  .popular__grid {
    margin-top: 4rem;
    display:grid;
    grid-template-columns: repeat(1,minmax(130px,auto));
   align-items: center;
   align-self: center;
   
  }
  .popular__card::before {
    position: absolute;
    content: "";
    bottom: 5rem;
    left: 0;
    height: 60%;
    width: 100%;
    z-index: -1;
    transition: 1s;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }
  
  .popular__card:hover::before {
    height: 90%;
  }
  

  .discover__card img {
    height: 300px;
  }

 
}



  

@media (width > 1024px) {
  .popular__grid {
    gap: 2rem;
  }

  .discover__card {
    gap: 4rem;
  }
}

/*===============popular grid section end ====*/



/* ========================================= Banner section ================= */
.banner {
  display:flex;
  flex-direction:column;
  padding-block: 5rem;
  background:linear-gradient(to right,rgba(247, 113, 113, 0.082),rgba(247, 113, 113, 0.277));
  border-radius: 12px;
  margin:0 14rem;
  justify-content: center;
  align-content: center;


}
.image_container{
  display:flex;
  flex-direction:row;
}
.banner__image {
  min-height:50vh;
  margin-right:12px;
  max-width:600px;
   border-radius: 12px;
  
  
}

.banner__content {
  min-height:40vh;
  margin-right:12px;
  max-width:600px;
  padding-block: 4rem 4rem;
  margin-inline: auto;
  padding-inline: 1rem;
  border-top: 2px solid rgba(0, 0, 0, 0.05);
  text-align: center;
}

.banner__content 
.section__description {
  margin-block: 1rem 4rem;
 text-align: justify;
 padding:33px;
}

.banner__flex {
  display: flex;
  gap: 3rem;
  flex-wrap: wrap;
  margin-inline: auto;
  margin-top: 4rem;
}

.banner__card {
 width:250px;
  padding: 1rem;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  
}

.banner__card img {
  max-width: 50px;
  margin-inline: auto;
  margin-bottom: 1rem;
}

.banner__card h4 {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-dark);
  text-align: center;
}

@media (max-width:768px) {
  .banner{
   display:none;
}
}


/* ========================================= Banner section ================= */


/* =========================================contact us================= */
#contact_us{
  padding-top:-10%;
  margin-bottom:05% ;
}
.contact_heading {
  font-size: 2.2rem;
  text-align: center;
  margin-top: 40px;
  color:black ;
}

.contact_heading span {
  color: #d72427;
}

.description {
  text-align: center;
  color: #1e1e1e;
  margin: 10px 20px 40px;
  font-weight: 300;
  font-size: 1rem;
}

.container {
  max-width: 1200px;
  margin: auto;
  padding: 30px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.contact-left, .contact-right {
  background: white;
  border:3px solid #d72427;
  padding: 30px;
  border-radius: 15px;
  flex: 1 1 45%;
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.05);
}

.info {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}

.info i {
  font-size: 22px;
  color: #d72427;
  margin-right: 15px;
  margin-top: 4px;
}

.info h4 {
  margin: 0 0 5px;
  color: #d72427;
  font-size: 1rem;
}

.info p {
  margin: 0;
  color: #1e1e1e;
  font-size: 0.95rem;
}

.socials_contact {
  margin-top: 30px;
  text-align: center;

  border: 2px solid #d72427;
  width:210px;
  height:50px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 16px;
}

.socials_contact h4 {
  margin-bottom: 10px;
  font-weight: 500;
}

.social-icons i {
  font-size: 20px;
  margin-top:15px;
  text-align: center;
  margin-right: 15px;
  color: #d72427;
  transition: 0.3s;
  cursor: pointer;
}

.social-icons i:hover {
  color: #e5dede0f;
}

.contact-right h3 {
  margin-bottom: 25px;
  font-size: 1.5rem;
  text-align: center;
  color: #d72427;
}

form input, form textarea {
  width: 100%;
  height:50px;
  padding: 12px;
  background: white;
  border: 2px solid #d72427;
  border-radius: 12px;
  color: black;
  margin-bottom: 20px;
  font-size: 14px;
  border-radius: 16px;
  outline: none;
  transition: 0.3s;
}

form input:focus, form textarea:focus {
  border-color: #00c3ff;
}

form textarea {
  resize: vertical;
  height: 100px;
}

button {
  background: white;
  color: #d72427;
  padding: 10px 20px;
  font-weight: bold;
  border:2px solid #d72427;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
  display: block;
  margin: auto;
}

button:hover {
  background:lch(46.78% 79.92 34.24) ;
}

.map-container {
  max-width: 1200px;
  margin-left:auto;
  margin-right: auto;
  border-radius: 15px;
  border: 1px solid #1e1e1e;
  overflow: hidden;
 
  box-shadow: 0 0 25px rgba(0,255,255,0.08);
}

.map-container iframe {
  width: 100%;
  height: 400px;
  border: none;
 
}

/* Responsive Tweaks */
@media (max-width: 992px) {
  #contact_us{
    padding-top:10%;
    margin-bottom:05% ;
  }
  .container {
    flex-direction: column;
    align-items: center;
  }

  .contact-left, .contact-right {
    width: 90%;
    padding: 25px;
  }
}

@media (max-width: 480px) {
  h2 {
    font-size: 1.7rem;
  }

  .description {
    font-size: 0.95rem;
    margin: 10px 10px 30px;
  }

  .contact-left, .contact-right {
    padding: 20px;
  }

  .info h4, .info p {
    font-size: 0.9rem;
  }

  form input, form textarea {
    font-size: 0.9rem;
    padding: 10px;
  }

  button {
    font-size: 0.95rem;
    padding: 10px 18px;
  }

  .map-container iframe {
    height: 300px;
  }
}

/*---------------------=====================contact us end ===============================*/




/*============footer==========*/
footer {
  background-color:#b00808fa;
 
  display: flex;
  flex-direction:column;
  text-decoration: none !important;
}


.footer__container {
  display: flex;
  flex-direction: column;
 gap: 10rem 10rem;

} 



.footer__col {
  text-align: left;
  
 height: 10rem;
 width: 40rem !important;
display: flex;
  flex-direction: column;
}

.footer__col h3{
  font-size: 22px;
  color: #f1f1f1;
  margin-bottom: 12px;
text-align: center;
 padding-right: 60px;
}
.footer__col p{
  font-size:17px;
  color: #f1f1f1;
text-align: left;
 padding:5px;
}
.footer__col .logo span {
  color: var(--primary-color);
}

.footer__links {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer__links a {
  font-weight: 500;
  color: whitesmoke;
  white-space: nowrap;
}

.footer__links a:hover {
  color: var(--primary-color);
}
.socials{
 
 gap:2px;
}
.socials a{
  background-color: #FFE5B4;
  border-radius: 100%;
  color:#ca0516;
  height: 40px;
  width:40px;
 
}
.footer__bar {
  padding: 1rem;
  height:7vh !important;
  background-color:#b00808fa;
  font-size: 1rem;
  color: whitesmoke;
  text-align: center;
}
@media (width > 768px) {
  footer{

    height:auto !important;
    position:static;
    bottom: 0;
    width:100%;
  }
  .footer__bar {
    padding: 1rem;
    height:5vh !important;
  }
  .footer__container {
    flex-direction: row;
    align-items: center;
    margin-top:-2% !important;
    margin-bottom:-2% !important;
    height: auto;
    
  }

  .footer__col:nth-child(1),
  .footer__col:nth-child(3) {
    flex: 1;
    text-align:center;
  }

  .footer__links {
    flex-direction: row;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
  }

  .footer__col .socials {
    justify-content: flex-end;
  }
  .socials{
 
    gap:19px;
   }

}
/*============ footer responsive end======*/

/*============================================company section=========================*/
.aboutus_container {
  max-width: 1400px;
  margin: auto;
  padding: 20px;
   font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
   display: flex;
   
   gap:3rem;
}



.top-images {
  display: flex;
  flex-direction: column;
  justify-content:space-evenly;
  gap: 40px;
  margin-top: 20px;
}


.top-images .image-box {
  text-align: center;
 
}

.borderM{
   border: 3px solid orange !important; 
}

.image_contentM{
  margin-top: 25px;
  font-weight: 700;
}
.founder_nameS{
  margin-top: 25px;
}


.image-frame{
   box-shadow: 2px 4px 5px  rgba(0, 0, 0, 0.712);
}

.top-images img {
  width: 300px;
  border-radius: 12px;
  height: auto;
   border: 3px solid red;
  box-shadow: 3px 5px 7px  rgba(0, 0, 0, 0.757);
  transition: transform 0.3s ease;
}

.top-images img:hover {
  transform: scale(1.02);
}

.founder_name {
  font-size: 0.8rem; 
   margin-top:15px;
   text-transform: uppercase;
   font-weight: 700;
  background-color: white;
  
}
.image-box  p {
  font-size:12px;
   font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.text-block {
  margin-top:29px;
 
  text-align: justify;
}
.text-block p{
  font-size:20px !important;

  color: #333333;
  line-height:30px;
}



.about_company_container {

  color: #333333;
  text-align: justify;
  max-width: 1400px;
  margin: auto;
  padding: 20px;
}

.about_company_container h2 {
  margin-top: 0;
  font-size: 20px;
}
.about_company_container p {
  line-height:25px;
  font-size: 17px;
   margin-bottom: 10px;
}

.mt-3{
 
  margin-bottom: 10px;
}

.about_company_container ul {
  list-style: disc;
  padding-left: 20px;

}

.about_company_container li {
  margin-bottom: 8px;
  font-size: 17px;
  list-style-type: circle;
}
@media (max-width: 768px) {
  .top-images {
    flex-direction: row;
    align-items: center;
    justify-content:space-evenly;
  }
  
  

.top-images .image-box {
  text-align: center;
}

.top-images img {
  width: 170px;
 
}
 .founder_name  p {
  font-size:9px;
}
 .text-block{
    padding:23px;
    padding-top:0px;
  }
  .text-block p {
    font-size: 13px;
    line-height: 20px;
  }
 
    .about_company_container{
      margin-top: -13%;
    }
    .about_company_container h2 {
      
      font-size:16px;
    }
    .about_company_container p,h2,li {
      padding-left: 23px;
      padding-right:23px;
      font-size: 13px;
    }

    .about_company_container ul {
      list-style: disc;
     
    }

    .about_company_container li {
      margin-bottom: 8px;
      font-size: 13px;
      padding-left: 33px;
    }
          .section-title {
            font-size: 20px;
          }
        }

.production_img {
  height: 100vh;
      display:flex;
      justify-content: center;
      align-items: center;
       padding-top: 2rem;
      padding-bottom: 2rem; 
}

.production_img img {
      width: 50vw;
}
@media (max-width: 480px) {
  
}




/*  ---------------- category section----------------- */
/* Container for all categories */
.categories {
  max-width: 100%;
  margin: 0 auto;
  padding: 2rem 1rem;
 
  border-radius: 16px;
}

/* Flex container for the boxes */
.categories_container {
  display: flex;
  flex-wrap:nowrap;
  justify-content: space-evenly;
  align-items: center;
  gap: 1rem;
  max-width: 100%;
  margin: 0 auto;
 
  padding: 2rem 0;
}

/* Each box */
.categories_container .box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding: 15px;
  width: 220px;
  height: 170px;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: transform 0.4s ease-in-out;
}

/* Active box scale effect */
.categories_container .box.active {
  transform: scale(1.1);
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.319);
  z-index: 1;
}

/* Image inside box */
.categories_container .box img {
  height: 90px;
  width: 100%;
  object-fit: contain;
}

/* Box heading */
.categories_container .box h2 {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
  color: black;
  margin-top: 12px;
}

/* Optional span styling if used */
.categories_container .box span {
  font-size: 0.8rem;
  font-weight: 400;
}

/* Individual box background colors */
.box1 { background: #fcb045; }
.box2 { background: #cdfab5; }
.box3 { background: #faeaea; }
.box4 { background: #eeeef9; }
.box5 { background: #eb1e1e3a; }
.box6 {background:rgba(255, 166, 0, 0.623) ;}

/* Hover effect */
.categories_container .box:hover {
  transform: scale(1.05);
}

/* Responsive styling */
@media (max-width: 768px) {
  .categories {
    width: 100%;
    padding: 1rem;
    margin-top: -2vh;
  }

  .categories_container {
    gap: 1rem;
    padding-top: 2vh;
  }

  .categories_container .box {
    width: 80px;
    height: auto;
    padding: 10px;
    border-radius: 0.3rem;
  }

  .categories_container .box img {
    height: 50px;
  }

  .categories_container .box h2 {
    display: none;
  }
}





 /*  ==================================== category fruit juice  section =============*/
 /*=======================slider section end===========*/
 

