/*
Theme Name: Organic
Theme URI: https://templatesjungle.com/
Author: TemplatesJungle
Author URI: https://templatesjungle.com/
Description: Organic is specially designed product packaged for eCommerce store websites.
Version: 1.1
*/

/*--------------------------------------------------------------
This is main CSS file that contains custom style rules used in this template
--------------------------------------------------------------*/
/*--------------------------------------------------------------
/** VARIABLES
--------------------------------------------------------------*/
body {
  --heading-font        : "Poppins", sans-serif;
  --bs-link-color: #333;
  --bs-link-hover-color:#333;

  --bs-link-color-rgb: 40,40,40;
  --bs-link-hover-color-rgb: 0,0,0;

  --bs-light-rgb: 248, 248, 248;

  --bs-font-sans-serif: "Poppins", sans-serif;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 2;
  --bs-body-color: #747474;

  --bs-primary: #0357C8;
  --bs-primary-rgb: 107, 178, 82;
  
  --bs-secondary: #364127;
  --bs-secondary-rgb: 54, 65, 39;
  
  --bs-danger: #F95F09;
  --bs-danger-rgb: 249, 95, 9;

  --bs-success: #a3be4c;
  --bs-success-rgb: 163, 190, 76;
  
  --bs-primary-bg-subtle: #FFF9EB;
  --bs-success-bg-subtle: #eef5e5;
  
  --bs-border-color: #F7F7F7;
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #f7a422;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bs-primary);
  --bs-btn-active-border-color: transparent;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #d3d7dd;
  --bs-btn-disabled-border-color: transparent;
}
.btn-outline-primary {
  --bs-btn-color: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 13,110,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff3cd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #fff3cd;
  --bs-gradient: none;
}
.btn-outline-light {
  --bs-btn-color: #747474;
  --bs-btn-border-color: #EFEFEF;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #EFEFEF;
  --bs-btn-hover-border-color: #EFEFEF;
  --bs-btn-focus-shadow-rgb: 248,249,250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #EFEFEF;
  --bs-btn-active-border-color: #EFEFEF;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #EFEFEF;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #EFEFEF;
  --bs-gradient: none;
}
.btn-warning {
  --bs-btn-color: #747474;
  --bs-btn-bg: #FCF7EB;
  --bs-btn-border-color: #FCF7EB;
  --bs-btn-hover-color: #747474;
  --bs-btn-hover-bg: #FFECBE;
  --bs-btn-hover-border-color: #FFECBE;
  --bs-btn-focus-shadow-rgb: 217,164,6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #FFECBE;
  --bs-btn-active-border-color: #FFECBE;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #FCF7EB;
  --bs-btn-disabled-border-color: #FCF7EB;
}
.btn-success {
  --bs-btn-color: #222;
  --bs-btn-bg: #EEF5E4;
  --bs-btn-border-color: #EEF5E4;
  --bs-btn-hover-color: #222;
  --bs-btn-hover-bg: #9de3c2;
  --bs-btn-hover-border-color: #9de3c2;
  --bs-btn-focus-shadow-rgb: 60,153,110;
  --bs-btn-active-color: #222;
  --bs-btn-active-bg: #9de3c2;
  --bs-btn-active-border-color: #9de3c2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #222;
  --bs-btn-disabled-bg: #EEF5E4;
  --bs-btn-disabled-border-color: #EEF5E4;
}
.btn-danger {
  --bs-btn-color: #222;
  --bs-btn-bg: #FFEADA;
  --bs-btn-border-color: #FFEADA;
  --bs-btn-hover-color: #222;
  --bs-btn-hover-bg: #ecc9af;
  --bs-btn-hover-border-color: #ecc9af;
  --bs-btn-focus-shadow-rgb: 60,153,110;
  --bs-btn-active-color: #222;
  --bs-btn-active-bg: #ecc9af;
  --bs-btn-active-border-color: #ecc9af;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #222;
  --bs-btn-disabled-bg: #FFEADA;
  --bs-btn-disabled-border-color: #FFEADA;
}
body {
  letter-spacing: 0.03em;
}
h1,h2,h3,h4,h5,h6 {
  color: var(--bs-dark);
  font-weight: 700;
  font-family: 'Poppins', sans-serif !important;
}
p {
  font-family: 'Roboto', sans-serif !important;
}
.breadcrumb.text-white {
  --bs-breadcrumb-divider-color: #fff;
  --bs-breadcrumb-item-active-color: var(--bs-primary);
}
.dropdown-menu {
  --bs-dropdown-link-active-bg: var(--bs-primary);
}
.nav-pills .nav-link {
  --bs-nav-pills-link-active-color: #111;
  --bs-nav-pills-link-active-bg: #f1f1f1;
}
.pagination {
  --bs-pagination-active-bg: var(--bs-primary);
  --bs-pagination-active-border-color: var(--bs-primary);
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  --bs-gutter-x: 3rem;
}
/*----------------------------------------------*/
/* 6. SITE STRUCTURE */
/*----------------------------------------------*/
/* 6.1 Header
--------------------------------------------------------------*/
/* Preloader */
.preloader-wrapper {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 111;
  background: #fff;
}

.preloader-wrapper .preloader {
  margin: 20% auto 0;
  transform: translateZ(0);
}

.preloader:before,
.preloader:after {
  content: '';
  position: absolute;
  top: 0;
}

.preloader:before,
.preloader:after,
.preloader {
  border-radius: 50%;
  width: 2em;
  height: 2em;
  animation: animation 1.2s infinite ease-in-out;
}

.preloader {
  animation-delay: -0.16s;
}

.preloader:before {
  left: -3.5em;
  animation-delay: -0.32s;
}

.preloader:after {
  left: 3.5em;
}

@keyframes animation {
  0%,
  80%,
  100% {
    box-shadow: 0 2em 0 -1em var(--bs-primary);
  }
  40% {
    box-shadow: 0 2em 0 0 var(--bs-primary);
  }
}

/* *** Start editing below this line *** */
/* .container-fluid {
  max-width: 1600px;
}
*/
@media (min-width: 1400px) {
  .container-lg {
      max-width: 1600px;
  }
} 

.banner-blocks {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 2rem;
}
.block-1 { grid-area: 1 / 1 / 3 / 8; }
.block-2 { grid-area: 1 / 8 / 2 / 13; }
.block-3 { grid-area: 2 / 8 / 3 / 13; }

@media screen and (max-width:1140px) {
  .banner-blocks {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
  }
  .block-1 { grid-area: 1 / 1 / 3 / 2; }
  .block-2 { grid-area: 3 / 1 / 4 / 2; }
  .block-3 { grid-area: 4 / 1 / 5 / 2; }
  
}

/* Swiper carousel */
.swiper-prev,
.swiper-next {
  width: 38px;
  height: 38px;
  line-height: 38px;
  background: #F1F1F1;
  color: #222222;
  padding: 0;
  text-align: center;
  border-radius: 10px;
  --bs-btn-border-color: transparent;
  --bs-btn-active-bg: #ec9b22;
  --bs-btn-active-border-color: transparent;
  --bs-btn-hover-bg: var(--bs-primary);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-disabled-color: #ccc;
  --bs-btn-disabled-bg: #eaeaea;
  --bs-btn-disabled-border-color: #eaeaea
}
.swiper-prev:hover,
.swiper-next:hover {
  background: var(--bs-primary);
}

/* category carousel */
.category-carousel .category-item {
  background: #FFFFFF;
  border: 1px solid #FBFBFB;
  box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  text-align: center;
  padding: 60px 20px;
  margin: 20px 0;
  transition: box-shadow 0.3s ease-out, transform 0.3s ease-out;
}
.category-carousel .category-item:hover {
  transform: translate3d(0,-10px,0);
  box-shadow: 0px 21px 44px rgba(0, 0, 0, 0.08);
}
.category-carousel .category-item .category-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #222222;
  margin-top: 20px;
  font-family: 'Poppins' !important;
  font-size: 20px;

}

/* brand carousel */
.brand-carousel .brand-item {
  background: #FFFFFF;
  border: 1px solid #FBFBFB;
  box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  padding: 16px;
}
.brand-carousel .brand-item img {
  width: 100%;
  border-radius: 12px;
}
.brand-carousel .brand-item .brand-details {
  margin-left: 15px;
}
.brand-carousel .brand-item .brand-title {
  margin: 0;
  font-family: 'Poppins' !important;
  font-size: 20px;

}

/* product tabs */
.product-tabs .nav-tabs {
  justify-content: flex-end;
  border: none;
  
  --bs-nav-link-hover-color: #111;
  --bs-nav-link-color: #555;
  --bs-nav-tabs-link-border-color: #fff;
  --bs-nav-tabs-link-hover-border-color: transparent;
  --bs-nav-tabs-link-active-border-color: #fff;
}
.product-tabs .nav-tabs .nav-link.active, 
.product-tabs .nav-tabs .nav-item.show .nav-link {
  /* border: none; */
  border-bottom: 3px solid var(--bs-primary);
}

/* products-carousel */
.products-carousel .swiper, .products-carousel .swiper-container {
  overflow: visible;
}

/* product-grid */
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {  
   opacity: 1;
}
.product-item .button-area .quantity {
  padding: 0.5rem;
}
.product-item .button-area {
  display: block;
  position: absolute;
  text-align: center;
  background: #fff;
  width: 100%;
  left: 0;
  bottom: -55px;
  z-index: 1;
  box-shadow: 0px 20px 44px rgba(0, 0, 0, 0.08);
  /* transition: box-shadow 0.3s ease-out; */
}
.product-item {
  position: relative;
  padding: 16px;
/*  background: #FFFFFF;*/
  border-radius: 16px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 44px rgba(0, 0, 0, 0.08);
  /* transition: box-shadow 0.3s ease-out, margin 0.3s ease-out; */
}
.product-item:hover .button-area {
  display: block;
}
.product-item:hover {
  /* z-index: 1; */
  /* margin-bottom: -50px; */
  /* max-height: 500px; */
  box-shadow: 0px 0px 44px rgba(0, 0, 0, 0.08);
}
.product-item figure {
  text-align: center;
}
.product-item figure img {
  max-height: 210px;
  height: auto;
}
.product-item .product-qty {
  width: 85px;
}
.product-item .btn-link {
  text-decoration: none;
}
.product-item #quantity {
  height: auto;
  width: 28px;
  text-align: center;
  border: none;
  margin: 0;
  padding: 0;
}
.product-item .btn-number {
  width: 26px;
  height: 26px;
  line-height: 1;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  border-radius: 6px;
  color: #222;
  padding: 0;
}

/* cart */
.cart .product-qty {
  min-width: 130px;
}

/* floating image */
.image-float {
  margin-top: -140px;
  margin-bottom: -140px;
}
@media screen and (max-width:991px) {
  .image-float {
    margin: 0;
  }
}
 /* post item */
.post-item .post-meta {
  font-size: 0.8rem;
  line-height: 1;
}
.post-item .post-meta svg {
  margin-right: 5px;
}

@media screen and (max-width: 991px) {
  /* offcanvas menu */
  .offcanvas-body .nav-item {
    font-weight: 700;
    border: 1px solid #FFFFFF;
    margin-bottom: 10px !important;
    color: black !important;

  }
  .offcanvas-body .filter-categories {
    width: 100%;
    margin-bottom: 20px !important;
    border: 1px solid #d1d1d1 !important;
    padding: 14px;
    border-radius: 8px;
  }
  /* dropdown-menu */
  .dropdown-menu {
    padding: 0;
    border: none;
    line-height: 1.4;
    font-size: 0.9em;
  }
  .dropdown-menu a {
    padding-left: 0;
  }
  .dropdown-toggle::after {
    position: absolute;
    right: 0;
    top: 21px;
  }
}

/* single product */
/* product-thumbnail-slider */
.product-thumbnail-slider {
  height: 740px;
}
@media screen and (max-width:992px) {
  .product-thumbnail-slider {
    margin-top: 20px;
    height: auto;
  }
}
@media screen and (min-width:992px) {
  .product-thumbnail-slider {
    height: 420px;
  }
}
@media screen and (min-width:1200px) {
  .product-thumbnail-slider {
    height: 540px;
  }
}
@media screen and (min-width:1400px) {
  .product-thumbnail-slider {
    height: 740px;
  }
}

/* bootstrap extended */
.border-dashed {
 background-color: white;
}
.ls-1 {
  letter-spacing: -0.04em;
}
.button-area .btn-cart {
  text-wrap: nowrap;
  height: 3.3em;
  line-height: 2em;
  width: 100%;
}
.fs-7 {
  font-size: 0.8rem!important;
}

/* button */
.btn-link {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: bold;
  font-family: var(--bs-body-font-family);
  letter-spacing: 0.0875rem;
  text-transform: uppercase;
  text-decoration: none;
}

a.btn-link,
a.btn-link:after {
  transition: all .5s;
}

a.btn-link {
  position: relative;
}

a.btn-link:before,
a.btn-link:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: var(--bs-dark);
  height: 2px;
}

[data-bs-theme=dark] a.btn-link:after {
  background-color: var(--bs-light);
}

a.btn-link:before {
  background-color: rgba( var(--bs-light-rgb), 0.2 );
  width: 100%;
}

a.btn-link.is-checked:after,
a.btn-link:hover:after {
  width: 100%;
}

a.btn-link.text-white:after {
  background-color: var(--bs-light);
}

a.btn-link.text-light:after {
  background-color: var(--bs-light);
}

.navbar .megamenu{ padding: 1rem; }
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	
	.navbar .has-megamenu{position:static!important;}
	.navbar .megamenu{left:0; right:0; width:100%; margin-top:0;  }
	
}	
/* ============ desktop view .end// ============ */


/* ============ mobile view ============ */
@media(max-width: 991px){
	.navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
		overflow-y: auto;
	    max-height: 90vh;
	    margin-top:10px;
	}
}
/* ============ mobile view .end// ============ */

 .header-text
    {
      font-family: 'Poppins';
      font-size: 45px;
      font-weight: bold;
      letter-spacing: 2px;
    }
    .header-text1
    {
      font-family: 'Poppins';
      font-size: 23px;
      line-height: 35px;
    }

   

    .tab-image{
      height: 200px !important;
      height: 250px !important;
    }
    .wave-bottom{
      border-radius: 10px;
    }
    
    .card1 {
      width: 100%;
      border-radius: 10px;
      color: #333;
      display: flex;
      background: #ffbcd9;
      border: none;
      box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
      transition: 0.3s;
    }
    .card2 {
      background: #ffe4cc;
      width: 100%;
      border-radius: 10px;
      color: #333;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      border: none;
      box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
      transition: 0.3s;
    }
    .card3 {
      background: #d6ebff;
      width: 100%;
      border-radius: 10px;
      color: #333;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      border: none;
      box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
      transition: 0.3s;
    }
    .card4 {
      background: #ebd5fa;
      width: 100%;
      border-radius: 10px;
      color: #333;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      border: none;
      box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
      transition: 0.3s;

    }
    .card h3 {
      font-size: 16px;
    }
    .card .price {
      font-size: 24px;
      font-weight: bold;
      margin-top: -10px;
    }
    .card p {
      font-size: 12px;
      color: #333;
      letter-spacing: none;
    }
    .card img {
      height: auto;
      align-self: center;
    }
    .wave-top{
      height: 180px;
      width: 100%;
      margin-top: -20px;
      border-top-left-radius: 20%;
      border-top-right-radius: 20%;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;
    }
    .curved-btn {
    display: inline-block;
    padding: 12px 20px;
    font-size: 16px;
    color: white;
    background-color: #939498; /* Customize color */
    border: none;
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    width: 100%;
   text-align: center;
  }

  .curved-btn:hover {
    background-color: #a31381; /* Slightly lighter on hover */
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
  }



.testimonial-section {
  padding: 60px 20px;
  background-color: #fff;
  text-align: center;
}

.testimonial-title {
  font-size: 2em;
  margin-bottom: 40px;
  color: #333;
  font-family: 'Poppins' !important;
  font-size: 20px;

}

.testimonials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.testimonial-card {
  background-color: #fafafa;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  width: 300px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 20px;
   position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 100px;
  padding: 10px 20px;
  border: 4px double #80af36;
  width: 100%;
}

.testimonial-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.testimonial-text {
  font-size: 1.1em;
  line-height: 1.6;
  color: #555;
  margin-bottom: 15px;
}

.testimonial-author {
  font-weight: bold;
  color: #007bff;
  font-size: 1em;
}

.contact-section {
  padding: 60px 20px;
  background: #fff;
}

.contact-container {
  max-width: 1100px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
}

.contact-info {
  flex: 1;
  min-width: 280px;
}

.contact-info h2 {
  font-size: 2em;
  margin-bottom: 20px;
}

.contact-info p {
  margin-bottom: 20px;
  color: #555;
}

.contact-info ul {
  list-style: none;
  padding: 0;
}

.contact-info li {
  margin-bottom: 10px;
  color: #333;
}

.contact-form {
  width: 100%;
  background: transparent !important;
}


.contact-form input,
.contact-form textarea {
  padding: 12px 15px;
  margin-bottom: 15px;
  border: 1px solid #fff !important;
  border-radius: 8px;
  font-size: 1em;
  background: transparent !important;
  color: white;
}

.contact-form button {
  padding: 12px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1em;
  transition: background 0.3s ease;
}

.contact-form button:hover {
  background-color: #0056b3;
}

.cat-array{
  background-color: lightgreen;
  padding: 40px;
  text-align: center;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.arrow-btn{
  background-color: white;
  padding: 15px;
  border-radius: 50px;
}

.icon-buttons {
  display: flex;
  justify-content: space-between;
}
.icon-buttons {
  display: flex;
  gap: 20px;
}

.icon-btn-wrapper {
  display: flex;
  align-items: center;
  background-color: #101949;
  color: white;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  justify-content: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.icon-btn-wrapper:hover {
  width: 160px; /* expand width on hover */
  border-radius: 30px; /* smooth pill shape */
}

.icon-btn-wrapper i {
  font-size: 18px;
  transition: transform 0.3s ease;
  margin-left: 65px;
}

.icon-btn-wrapper:hover i {
  transform: scale(1.2);
  margin-left: 0px;
}

.icon-btn-wrapper .text-label {
  opacity: 0;
  margin-left: 10px;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform: translateX(-10px);
  font-size: 14px;
}

.icon-btn-wrapper:hover .text-label {
  opacity: 1;
  transform: translateX(0);
}
  .section-header1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }

  .section-header h2 {
    font-size: 24px;
    font-weight: 600;
    color: #1f2937;
  }

  .section-header a {
    color: #dc2626;
    text-decoration: none;
    font-size: 14px;
  }

  .categories {
    gap: 20px;
    margin-bottom: 30px;
  }

  .category-btn {
    padding: 8px 16px;
    background: #1A1D46;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    border: none;
    transition: background 0.3s;
  }

  .category-btn.active,
  .category-btn:hover {
    background: #059669;
    color: white;
  }


  .product-card {
    border-radius: 16px;
    text-align: center;
    padding: 16px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
    width: 100%;
  }

  .product-card:hover {
    transform: translateY(-5px);
  }

  .product-card img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 10px;
  }

  .product-card h4 {
    font-size: 15px;
    margin: 5px 0;
    color: #111827;
  }

  .product-card p {
    font-size: 12px;
    color: #6b7280;
    margin-bottom: 10px;
  }

  .product-card .price {
    font-weight: 600;
    color: #1c1917;
    font-size: 18px;
    margin-bottom: 10px;
  }

  .product-card .add-btn {
    display: inline-block;
    background: #10b981;
    color: white;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    line-height: 32px;
    font-size: 18px;
    transition: background 0.3s;
  }

  .product-card .add-btn:hover {
    background: #047857;
  }

  .product-card-show.show {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
  display: none;
  background-image: url('public/productback.png');
  background-size: cover;"
  }

.offcanvas-start {
  background: linear-gradient(to bottom right, #f5f7fa, #F7F7F7);
  border-right: 2px solid #ccc;
  padding: 10px;
}

.offcanvas-header {
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}

.menu-list .nav-item {
  border-radius: 10px;
  background-color: #fff;
  font-size: 15px !important;
  font-family: 'Poppins';
  border: 1px solid #FFFFFF !important;
  color: black !important;
  margin-bottom: -5px;
}

.nav-item i {
  border: 1px solid #CFD0D2;
  padding: 5px;
  border-radius: 5px;
}

.menu-list .nav-item:hover {
  transform: translateX(5px);
}

.menu-list .nav-link,
.menu-list .btn-toggle {
  font-size: 15px;
  font-weight: 500;
  color: #222;
  text-decoration: none;
  transition: color 0.3s;
}

.menu-list .nav-link:hover,
.menu-list .btn-toggle:hover {
  color: #007bff;
}

/* ✅ Updated for Font Awesome 4.7.0 */
.btn-toggle::after {
  font-family: "FontAwesome"; /* FA 4.7.0 default font */
  content: "\f107"; /* Unicode for fa-angle-down in 4.7.0 */
  font-weight: normal; /* No weight system in FA 4.7.0 */
  margin-left: auto;
  font-size: 16px;
  transition: transform 0.3s ease;
  display: inline-block;
}

.btn-toggle[aria-expanded="true"]::after {
  transform: rotate(180deg);
}

.btn-toggle-nav .dropdown-item {
  font-size: 15px;
  color: #333;
  padding-left: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.btn-toggle-nav .dropdown-item:hover {
  background-color: #d0ebff;
  border-radius: 6px;
}


  .contact-container {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-wrap: wrap;
      gap: 40px;
    }

    .contact-left {
      flex: 1;
      min-width: 300px;
    }

    .contact-left h2 {
      font-size: 32px;
      font-weight: 700;
      margin-bottom: 20px;
    }

    .contact-left p {
      font-size: 16px;
      color: #5f6f81;
      margin-bottom: 30px;
      line-height: 1.6;
    }

    .contact-info {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
      margin-top: 30px;
    }

    .contact-info-item {
      display: flex;
      align-items: flex-start;
      gap: 12px;
    }

    .contact-info-item i {
      font-size: 20px;
      color: #1f7b94;
      background-color: #d9eff2;
      padding: 10px;
      border-radius: 10px;
    }

    .contact-info-item div {
      font-size: 14px;
    }

    .contact-info-item div strong {
      display: block;
      color: #1f2a3d;
      font-weight: 600;
      margin-bottom: 2px;
    }

    .contact-form {
      flex: 1;
      min-width: 300px;
      background-color: #024d64;
      color: white;
      padding: 40px;
      border-radius: 30px;
    }

    .contact-form h3 {
      font-size: 28px;
      margin-bottom: 25px;
      font-weight: 700;
    }

    .contact-form input,
    .contact-form textarea {
      width: 100%;
      padding: 12px 16px;
      margin-bottom: 20px;
      border: none;
      border-radius: 12px;
      font-size: 14px;
    }

    .contact-form textarea {
      resize: vertical;
      height: 100px;
    }

    .contact-form button {
      background-color: #217891;
      color: white;
      border: none;
      padding: 12px 24px;
      border-radius: 10px;
      font-size: 16px;
      cursor: pointer;
      transition: background 0.3s;
    }

    .animated-button {
        background: linear-gradient(135deg, #ff5f6d, #ffc371);
        border: none;
        color: white;
        padding: 12px 28px;
        font-size: 16px;
        font-weight: bold;
        border-radius: 50px;
        cursor: pointer;
        transition: all 0.3s ease;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
      }

      .animated-button:hover {
        transform: scale(1.1);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
      }

      .animated-submit {
        background: linear-gradient(135deg, #00c6ff, #0072ff);
        border: none;
        color: white;
        padding: 5px 20px;
        font-size: 16px;
        font-weight: 600;
        border-radius: 30px;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
        box-shadow: 0 4px 15px rgba(0, 114, 255, 0.3);
        width: 100% !important;
      }

      .animated-submit:hover {
        transform: scale(1.1);
        background: linear-gradient(135deg, #0072ff, #00c6ff);
        box-shadow: 0 6px 25px rgba(0, 114, 255, 0.5);
      }


    .contact-form button:hover {
      background-color: #155d74;
    }


    .contact-form1 {
      border-radius: 30px;
    }

   
    .contact-form1 input,
    .contact-form1 textarea {
      width: 100%;
      padding: 12px 16px;
      margin-bottom: 20px;
      border: 1px solid #fff;
      border-radius: 12px;
      font-size: 17px;
      background: transparent;
      color: white !important;
      font-weight: 700;
    }

    .contact-form1 button {
      background-color: #0041A0;
      color: white;
      border: none;
      padding: 5px 15px;
      border-radius: 10px;
      font-size: 16px;
      cursor: pointer;
      transition: background 0.3s;
      align-self: center !important;
    }

    .contact-form1 button:hover {
      background-color: #155d74;
    }

    @media (max-width: 768px) {

      .contact-container {
        flex-direction: column;
        padding: 30px;
      }

      .contact-info {
        grid-template-columns: 1fr;
      }
    }

    .video-container2 {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 190vh;
      overflow: hidden;
    }

  .video-container {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 90vh;
      overflow: hidden;
    }
  
    .overlay-content {
      position: absolute;
    }

    .modal-body {
    max-height: 500px;
    overflow-y: auto;
  }

  .product-card img {
    height: 150px;
    object-fit: cover;
  }



    .video-container1 {
      position: relative;
      width: 90%;
      margin: 0 auto;
      overflow: hidden;
      border-radius: 16px;
    }

    .video-container1 iframe,
    .video-container1 video {
      width: 100%;
      height: 650px;
      border: none;
    }

    .slider-box {
      overflow: hidden;
      position: relative;
    }

    .slider {
      display: flex;
      transition: transform 0.5s ease-in-out;
    }

    .slide {
      flex: 0 0 100%;
    }

    .fixed-card {
  height: 280px; /* Adjust height as needed */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 20px;
}

.fixed-card1 {
  height: 280px; /* Adjust height as needed */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 20px;
  padding: 0;
}

.fixed-card img {
  width: 100%;
  height: 150px;
  object-fit: contain;
}

.fixed-card1 img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  margin-bottom: 20px;
}

.view-btn1{
  margin-bottom: 15px;
}

.product-title {
  font-size: 14px !important;
  margin: 10px 0;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Clamp to 2 lines */
  -webkit-box-orient: vertical;
  line-height: 1.2em;
  height: 2.4em;
  font-family: 'Poppins' !important;
  font-size: 20px;

}

.slider-slide {
    position: absolute;
    opacity: 0;
    z-index: 0;
  }

  .slider-slide.active {
    opacity: 1;
  }

  .slider-content {
    top: 20px;
    margin-left: 100px;
  }
  
.subscribe-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -55px;
  margin-bottom: 10px;
}

.subscribe-btn {
  background-color: #34373C;
  color: white;
  border: none;
  padding: 8px 30px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
  transition: background-color 0.8s ease, transform 2s ease;
  position: relative;
  overflow: hidden;
}

.subscribe-btn:hover {
  background-color: #939498;
}

.subscribe-btn .icon,
.subscribe-btn .text {
  display: inline-block;
  transition: transform 2s ease, order 0.8s ease, opacity 0.8s ease;
}

.subscribe-btn .icon {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: white;
  align-items: center;
  justify-content: center;
  line-height: 40px;
  margin-left: -20px;
}

/* default order: icon then text */
.subscribe-btn .icon {
  order: 0;
}
.subscribe-btn .text {
  order: 1;
}

/* on hover reverse order: text then icon */
.subscribe-btn:hover .icon {
  order: 2;
  transform: translateX(5px);
  margin-right: -20px;
}
.subscribe-btn:hover .text {
  order: 1;
  transform: translateX(-10px);
}

  .see-more-btn {
    color: black;
  }

  .see-more-btn .arrow {
    opacity: 0;
    margin-left: 8px;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: translateX(-5px);
    font-weight: bold;
  }

  .see-more-btn:hover {
    color: black;
    font-size: 18px;
    color: #CC302F;
  }
  .see-more-btn:hover .arrow {
    opacity: 1;
    color: #CC302F;
    transform: translateX(2px);
  }

.testimonial-section {
  display: flex;
  gap: 40px;
  font-family: 'Segoe UI', sans-serif;
  background-color: #F5F5F3;
}

/* Common Card Styling */


.testimonial-img img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 50%;
  border: 5px solid #80af36;
}

.testimonial-img1 img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  border: 5px solid #fff;
}

/* Light Version */
.light-card {
  background-color: white;
  flex-direction: row;
}

/* Dark Version */
.dark-card {
  background-color: #80af36;
  flex-direction: row-reverse;
  color: white;
}

.dark-card h4 {
 margin: 0;
  font-weight: bold;
  color: #fff !important;
}

.testimonial-content {
  flex: 1;
  text-align: left;
  margin-left: 30px;
}

.testimonial-content h4 {
  margin: 0;
  font-weight: bold;
  color: #40651c;
}

.rating {
  margin: 10px 0;
  font-size: 18px;
  color: #f9b401;
}

.score {
  margin-left: 10px;
  color: #333;
}

.dark-card .score {
  color: white;
}

.testimonial-content p {
  font-size: 15px;
  margin: 0;
  color: #444;
}

.dark-card .testimonial-content p {
  color: white;
}

.quote-icon {
  font-size: 120px;
  color: #f05c0b;
  position: absolute;
  right: 30px;
}

.dark-quote {
  color: white;
  left: 290px;
  right: auto;
}



 /* General styling */
.agro-textile-section img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Overlay Images in Agro */
.agro-wrapper {
  position: relative;
}
.img-overlay {
  position: absolute;
  transition: all 0.3s ease;
}
.img2 {
  top:10px;
  left: 30%;
  width: 200px;
}
.base-img {
  height: 320px !important;
}
.img3 {
  top: 60px;
  left: 57%;
  width: 272px;
}

.textile-img3 {
  position: absolute;
  top: 10px;
  left: 5%;
  width: 300px;
  transform: translateX(-50%);
}

.textile-img2 {
  height: 265px !important;
  margin-top: -10px;
}

/* Button Styling */
.subscribe-wrapper {
  margin-top: 20px;
  text-align: center;
}


.direct-img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.about-Oceann-section {
  background-color: #edf3f7;
  padding: 60px 0;
  position: relative;
}

.about-video-row {
  background-color: #edf3f7;
  position: relative;
}

.corner-box {
  padding: 10px;
}

.corner-inner {
  position: relative;
  padding: 30px;
}

.corner-border {
  background: teal;
  position: absolute;
}

.top-left-vertical {
  top: 0;
  left: 0;
  height: 40px;
  width: 5px;
}

.top-left-horizontal {
  top: 0;
  left: 0;
  width: 40px;
  height: 5px;
}

.bottom-right-vertical {
  bottom: 0;
  right: 0;
  height: 40px;
  width: 5px;
}

.bottom-right-horizontal {
  bottom: 0;
  right: 0;
  width: 40px;
  height: 5px;
}

.about-text {
  position: relative;
  z-index: 1;
}

.video-column {
  padding: 0;
  margin: 0;
}

.about-video {
  width: 100%;
  height: 400px;
  border-radius: 20px;
  object-fit: cover;
  display: block;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}


.card-feature {
  background-size: cover;
  background-position: center;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 20px;
}

.feature-icon {
  font-size: 50px;
  margin-top: -10px;
}

.feature-text h6 {
  margin-top: 10px;
  font-weight: bold;
}

.feature-text p {
  max-width: 300px;
  line-height: 20px;
  padding: 10px;
  margin: 0 auto;
}


.about-section {
  background-color: #f8f9fa;
  border-radius: 15px;
  margin: 5px auto;
  padding: 20px;
}

.about-title {
  font-size: 2rem;
  font-weight: bold;
  color: #007B8A;
  font-family: 'Poppins' !important;
  font-size: 20px;

}

.about-subtitle {
  font-size: 1.2rem;
  font-weight: 500;
  color: #555;
  margin-bottom: 20px;
}

.about-section p {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 15px;
}

.about-tagline {
  display: block;
  font-size: 1.1rem;
  font-weight: 600;
  color: #007B8A;
  margin-top: 20px;
  line-height: 1.4;
}

.add-btn1 {
  background: linear-gradient(135deg, #1e88e5, #42a5f5);
  color: white;
  border-radius: 10px;
  text-decoration: none;
  font-size: 12px;
  padding: 5px 10px;
  box-shadow: 0 5px 15px rgba(30, 136, 229, 0.4);
  transition: all 0.3s ease-in-out;
}

.add-btn1:hover {
  background: linear-gradient(135deg, #1565c0, #1e88e5);
  transform: scale(1.1);
  box-shadow: 0 8px 20px rgba(30, 136, 229, 0.6);
}

.text-card {
  color: #fff;
  padding: 5px 10px;
  border-radius: 20px;
  text-align: center;
  max-width: 600px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
  margin-left: 27%;
  margin-top: 120px;
}

.slider-container h1 {
  color: #fff;
  font-size: 45px;
  z-index: 100;
  padding: 20px;
  text-align: center;
  text-shadow: 2px 2px 2px  #000;

}

.slider-container h6 {
  color: #fff;
  font-size: 30px;
  position: relative;
  z-index: 100;
  padding: 20px;
  text-align: center;
      text-shadow: 2px 2px 2px  #000;

}



.slider-container {
  display: flex;
  overflow: hidden;
  position: relative;
  height: 450px;
  width: 100%;
}



.slider-container::after {
  content: '';
  position: absolute;
  opacity: 0.3;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  transform: scale(1.15);
  transition: opacity .6s ease;
}

.slide.active {
  animation: grow 4s linear forwards;
  opacity: 1;
}

@keyframes grow {
  0%, 20% {
    transform: scale(1);
  }
  
  75%, 100% {
    transform: scale(1.15);
  }
}

.controls-container {
  position: absolute;
  top: 50%;
  right: 10px;
  display: flex;
  flex-direction: column;
  transform: translateY(-50%);
  z-index: 2;
}

.control {
  background-color: #fff;
  cursor: pointer;
  opacity: 0.5;
  margin: 6px;
  height: 40px;
  width: 5px;
  transition: opacity 0.3s, background-color 0.3s, transform 0.3s;
}

.control.active, .control:hover {
  background-color: #fff;
  opacity: 1;
  transform: scale(1.2);
}
  

header.sticky-top {
  z-index: 1050; /* Ensure it stays on top */
}

.mobile-logo {
  max-height: 100px;
  height: auto;
  transition: transform 0.3s ease;
}

.mobile-logo:hover {
  transform: scale(1.05);
}

  .offcanvas{
    z-index: 1080 !important; 
  }

  .mobile-search-modal {
    position: fixed;
    top: 20px;
    left: 25%;
    transform: translateX(-50%);
    padding: 10px 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    border-radius: 5px;
    z-index: 10000;
    width: 50%;
    max-width: 350px;
    background-color: white !important;
  }



:root{
/*    --border-color: #fff5;*/
    --w-image: 500px;
    --calculate: calc(3 / 2);
}

.carousel{
    width: 100%;
    height: 80vh;
    overflow: hidden;
}
.carousel .list{
    height: 100%;
    position: relative;
}
.carousel .list::before{
    position: absolute;
    width: var(--w-image);
    height: 100%;
    content: '';
    top: 0;
    left: calc(100% - calc(var(--w-image) * var(--calculate)));
    border-left: 1px solid var(--border-color);
    border-right: 1px solid var(--border-color);
    z-index: 10;
    pointer-events: none;
}
.carousel .list::after{
    position: absolute;
    top: 50px;
    left: 50px;
    content: '';
    width: 400px;
    height: 300px;
    z-index: 10;
    pointer-events: none;
    border-radius: 20px  50px 110px  230px;
    filter: blur(150px);
    opacity: .6;
}
.carousel .list .item{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.carousel .list .item .image{
    width: var(--w-image);
    height: 100%;
    position: absolute;
    top: 0;
    left: calc(100% - calc(var(--w-image) * var(--calculate)));
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    font-weight: 500;
    margin-top: 50px;
}
.carousel .list .item .image img{
    width: 90%;
    margin-bottom: 80px;
    filter: drop-shadow(0 150px 50px #9e0c0c55);
}
.carousel .list .item .image figcaption{
    font-family: 'Poppins';
    font-weight: bold;
    font-size: 17px;
    text-align: center;
    margin-bottom: 30px;
    width: 70%;
    color: black;
    display: none;
}
.carousel .list .item .main-content{
    height: 100%;
    display: grid;
    grid-template-columns: calc(100% - calc(var(--w-image) * var(--calculate)));
}
.carousel .list .item .main-content .content{
    padding: 100px 20px  20px 80px;
}
.carousel .list .item .main-content .content h1{
    font-size: 3em;
    margin-bottom: 20px;
}
.carousel .list .item .main-content .content h3{
    margin-bottom: 20px;
}
/*.carousel .list .item .main-content .content h1{
    font-size: 3em;
}*/
.carousel .list .item .main-content .content .price{
    font-family: 'Poppins';
    font-size: 1.5em;
    font-weight: 700;
    letter-spacing: 2px !important;
}
.carousel .list .item .main-content .content .addToCard{
    background-color: #4f8b69;
    color: #fff;
    padding: 10px  30px;
    font-family: Poppins;
    font-size: large;
    font-weight: 500;
    border-radius: 30px;
    border: none;
    margin-top: 20px;
}
.arrows{
    position: absolute;
    bottom: 20px;
    width: calc(100% - calc(var(--w-image) * var(--calculate)));
    display: grid;
    grid-template-columns: repeat(2, 50px);
    grid-template-rows: 50px;
    justify-content: center;
    gap: 10px;

}
.arrows button{
    background-color: transparent;
    border: 1px solid var(--border-color);
    color: #000;
    font-family: monospace;
    font-size: large;
    font-weight: bold;
    line-height: 0;
    box-shadow: 0 10px 40px #5555;
    cursor: pointer;
    transition: 0.5s;
}
.arrows button:hover{
    background-color: #eee5;
}
.carousel .list .item{
    display: none;
}
.carousel .list .item.active,
.carousel .list .item.other_1,
.carousel .list .item.other_2{
    display: block;
}
.carousel .list .item.active{
    z-index: 2;
}
.carousel .list .item.other_1,
.carousel .list .item.other_2{
    pointer-events: none;
}
.carousel .list .item.active .main-content{
    animation: showContent 1s ease-in-out 1 forwards;
}
@keyframes showContent{
    from{
        clip-path: circle(0% at 70% 50%);
    }to{
        clip-path: circle(100% at 70% 50%);
    }
}
.next .item.other_1{
    z-index: 1;
}
.next .item .image img,
.next .item .image figcaption{
    animation: effectNext .5s ease-in-out 1 forwards;
}
@keyframes effectNext{
    from{
        transform: translateX(calc(var(--transform-from)));
    }to{
        transform: translateX(calc(var(--transform-from) - var(--w-image)));
    }
}
.next .item.active .image{
    --transform-from: var(--w-image);
}
.next .item.other_1 .image{
    z-index: 3;
    --transform-from: 0px;
    overflow: hidden;
}
.next .item.other_2 .image{
    z-index: 3;
    --transform-from: calc(var(--w-image) * 2);
}
.arrows{
    z-index: 10;
}
/* prev */
.prev .list .item .image img,
.prev .list .item .image figcaption{
    animation: effectPrev 0.5s ease-in-out 1 forwards;
}
@keyframes effectPrev{
    from{
        transform: translateX(calc(var(--transform-from)));
    }to{
        transform: translateX(calc(var(--transform-from) + var(--w-image)));
    }
}
.prev .list .item.active .image{
    --transform-from: calc(var(--w-image) * -1);
    overflow: hidden;
}
.prev .list .item.other_1 .image{
    --transform-from: 0px;
    z-index: 3;
}
.prev .list .item.other_2 .image{
    z-index: 3;
    --transform-from: var(--w-image);
}
.prev .list .item.other_2 .main-content{
    opacity: 0;
}
@media screen and (max-width: 1023px){
    :root{
        --calculate: 1;
        --w-image: 400px; 
    }
    .carousel .list .item .main-content .content h2{
        font-size: 3em;
    }
}
@media screen and (max-width: 767px){
    .carousel .list .item .image{
        width: 100%;
        left: 0;
        justify-content: center;
    }
    .carousel .list .item .image figcaption{
        color: #fff;
        width: 100%;
        text-align: center;
    }
    .carousel .list .item .main-content .content{
        display: none;
    }
    .arrows{
        left: 50%;
        justify-content: center;
    }
}

.mobile-header-content {
  display: none;
}

  .promo-banner input.form-control {
    border-radius: 10px;
    padding: 12px;
    font-size: 16px;
  }
  .promo-banner .btn {
    border-radius: 10px;
    padding: 12px;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
  }
  .promo-banner .btn:hover {
    background-color: #162058;
  }
  
 .video-title {
  font-size: 28px;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 30px;
  font-weight: 600;
  font-family: 'Poppins' !important;

}
.contact-btn {
  position: fixed;
  bottom: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 20px;
  text-align: center;
  line-height: 38px;
  color: white;
  box-shadow: 0 6px 12px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
  z-index: 999;
  animation: floatIn 0.6s ease forwards;
  opacity: 0;
}

/* Individual positions and new colors */
.phoneMe {
  left: 20px;
  background: #007bff; /* Blue */
  animation-delay: 0.2s;
}

.phoneMe1 {
  left: 80px;
  background: #128C7E; /* WhatsApp green */
  animation-delay: 0.4s;
}

.phoneMe2 {
  left: 140px;
  background: #6f42c1; /* Purple */
  animation-delay: 0.6s;
}

/* Hover effect */
.contact-btn:hover {
  transform: scale(1.15) rotate(5deg);
  box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}

/* Float-in animation */
@keyframes floatIn {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

#searchOverlay input#searchInput {
  font-size: 1.1rem;
  padding: 10px;
}

#searchResults .card:hover {
  transform: scale(1.03);
  transition: 0.3s ease-in-out;
}

.animate__fadeInUp {
  animation-delay: 0.1s !important;
}


.contactt-form {
  max-width: 500px;
  margin: 0 auto;
  padding: 30px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.contactt-title {
  text-align: center;
  margin-bottom: 25px;
  font-size: 24px;
  color: #198754;
  font-family: 'Poppins';
  font-size: 20px;
  font-weight: bold;
}

.contactt-field {
  position: relative;
  margin-bottom: 25px;
}

.contactt-input {
  width: 100%;
  padding: 10px 12px;
  font-size: 16px;
  border: 1px solid #ccc !important;
  border-radius: 8px;
  outline: none;
  background: transparent;
  transition: 0.3s;
}

.contactt-textarea {
  height: 120px;
  resize: vertical;
}

.contactt-input:focus {
  border-color: #198754;
  box-shadow: 0 0 5px rgba(25, 135, 84, 0.2);
}

.contactt-label {
  position: absolute;
  top: -12px;
  left: 12px;
  background: #fff;
  padding: 0 6px;
  font-size: 13px;
  color: #198754;
  pointer-events: none;
  transition: 0.3s;
}

.contactt-submit-btn {
  width: 100%;
  padding: 14px;
  border: none;
  font-size: 16px;
  border-radius: 8px;
  background-color: #198754;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.contactt-submit-btn:hover {
  background-color: #157347;
}

.contact-section {
  padding: 80px 20px;
  animation: fadeIn 1s ease;
}

.container {
  max-width: 1200px;
  margin: auto;
}

.section-title {
  text-align: center;
  font-size: 36px;
  color: #7d0d65;
  margin-bottom: 10px;
}

.section-subtitle {
  text-align: center;
  font-size: 18px;
  color: #666;
  margin-bottom: 40px;
}



.info-box {
  background: #fff;
  padding: 20px 25px;
  border-radius: 16px;
  margin-bottom: 20px;
  animation: slideUp 1.2s ease-in-out;

}

.map-box iframe {
  width: 100%;
  height: 450px;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  animation: fadeIn 2s ease-in;
  padding: 10px;
}

/* Responsive */
@media (max-width: 768px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
}

/* Animations */
@keyframes fadeIn {
  0% { opacity: 0; transform: translateY(20px); }
  100% { opacity: 1; transform: translateY(0); }
}

@keyframes slideUp {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
}


.card {
  border: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}


 .faq-section {
    position: relative;
    background: linear-gradient(to right, #ffffff 50%, #d2e3f3 50%);
    padding: 60px 250px;
  }

  .faq-title {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
  }

  .faq-subtitle {
    text-align: center;
    color: #555;
    margin-bottom: 30px;
  }

  .faq-item {
    background: white;
    border-radius: 8px;
    margin: 10px 0;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }

  .faq-question {
    margin: 0;
    padding: 15px 20px;
    cursor: pointer;
    background: #fff;
    color: #084C71;
    font-size: 18px;
    position: relative;
  }

  .faq-question::after {
    content: "+";
    position: absolute;
    right: 20px;
    font-size: 20px;
    transition: transform 0.3s;
  }

  .faq-item.active .faq-question::after {
    content: "-";
  }

  .faq-answer {
    padding: 0 10px 20px 20px;
    display: none;
    font-size: 16px;
    color: #444;
  }

  .faq-item.active .faq-answer {
    display: block;
    animation: fadeIn 0.3s ease-in-out;
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(-5px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }


  .services-section {
  background: #f9f9f9;
  padding: 60px 20px;
  font-family: 'Segoe UI', sans-serif;
  text-align: center;
}

.section-title {
  font-size: 36px;
  color: #7d0d65;
}

.subtitle {
  font-size: 18px;
  color: #555;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

.service-card {
  background: white;
  padding: 25px;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

.service-card h3 {
  color: #7d0d65;
  font-size: 17px;
  margin-bottom: 12px;
}

.service-card p {
  color: #333;
  font-size: 15px;
  line-height: 1.6;
}


.mv-section {
  background: #f9f9f9;
  padding: 60px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.mv-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.mv-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  padding: 30px;
  flex: 1 1 45%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mv-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
}

.mv-card .icon {
  font-size: 40px;
  margin-bottom: 10px;
  color: #7d0d65;
}

.mv-card h3 {
  font-size: 24px;
  margin-bottom: 15px;
  color: #003366;
}

.mv-card p {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
}
.why-choose-us {
  background: #f0f8ff;
  padding: 60px 20px;
  font-family: 'Segoe UI', sans-serif;
  color: #333;
}

.section-title {
  font-size: 32px;
  text-align: center;
  color: #7d0d65;
}

.subtitle {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}

.intro {
  max-width: 700px;
  text-align: center;
  font-size: 16px;
  color: #555;
}

/* Base style for category buttons */
.btn-custom {
  background: linear-gradient(to right, #151D4B, #00C3FF);
  border: none;
  color: white;
  padding: 2px 25px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.4s ease;
  box-shadow: 0 4px 10px rgba(0, 123, 255, 0.3);
}

/* Hover effect */
.btn-custom:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 123, 255, 0.4);
  background: linear-gradient(to right, #00C3FF, #151D4B);
}

/* Active state */
.btn-custom.active {
  background: linear-gradient(to right, #151D4B, #0099ff);
  box-shadow: 0 6px 20px rgba(0, 100, 255, 0.5);
  border:2px solid #fff;
}

.zoom-hover img {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.zoom-hover:hover img {
  transform: scale(1.1);
  z-index: 2;
}

.image-zoom-wrapper {
  display: block;
  overflow: hidden;
  border-radius: 10px; /* optional for rounded corners */
}

.image-zoom {
  transition: transform 0.4s ease;
}

.image-zoom-wrapper:hover .image-zoom {
  transform: scale(1.1);
}

.product-card {
  overflow: hidden;
  border-radius: 10px;
}

.product-img-zoom {
  width: 100%;
  height: auto;
  transition: transform 0.4s ease;
}

.product-card:hover .product-img-zoom {
  transform: scale(1.1);
}

 .product-card-box {
  background-color: #fff;
  border-radius: 12px;
  padding: 15px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease-in-out;
  height: 100%;
}

.product-card-box:hover {
  transform: translateY(-5px);
}

.product-img {
  max-height: 120px;
  object-fit: contain;
  border-radius: 8px;
  transition: transform 0.3s ease;
  width: 100%;
}

.product-card-box:hover .product-img {
  transform: scale(1.05);
}

.product-name {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  height: 30px;
}

@media (max-width: 576px) {
  .product-img {
    max-height: 100px;
  }

  .product-name {
    font-size: 13px;
  }
}

/*========================================================= Customized Mobile vIew Code ===========================*/


@media (max-width: 767.98px) {
  .mob-title-font {
/*  font-size: px !important;*/
}
  .contactt-title {
    text-align: center;
    margin-bottom: 25px;
    font-size: 24px;
    color: #198754;
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: bold;
    font-size: 20px;
  }

  .mob-translate {
    margin-bottom: 70px;
    position: relative;
    margin-left: -220px;
  }
  .agro-col,
  .textile-col {
    text-align: center;
  }
  .img2,
  .img3,
  .textile-img3 {
    position: static;
    display: inline-block;
    margin: 10px 0;
  }
  .img2 {
    top:-35px;
    left: 30%;
    width: 120px;
    position: absolute;
  }
  .base-img {
    height: 150px !important;
  }
  .img3 {
    top: 20px;
    left: 60%;
    width: 122px;
    position: absolute;
  }

    .serach-box-product {
      width: 100% !important;
      background-color: white;
      padding: 10px;
    }

  .textile-img3 {
    position: absolute;
    top: -10px;
    left: 5%;
    width: 130px;
    transform: translateX(-50%);
  }

  .textile-img2 {
    height: 125px !important;
    margin-top: -10px;
  }

  .direct-img {
    width: 100%;
  }

  .corner-box{
    padding: 0;
    margin-bottom: 10px;
    line-height: 25px;
  }
  .corner-inner{
    padding: 20px;
  }
  .pl-l{
    line-height: 25px;
  }

  .about-video {
    width: 100%;
    height: 200px;
    border-radius: 10px;
    object-fit: cover;
    display: block;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin-top: 20px;
  }
  .why-box{
    padding: 10px !important;
    }
  .section-title{
    font-size: 25px !important;
    font-weight: 700; 
    color: #101949;
    font-family: 'Poppins' !important;
    font-size: 20px;

  }
  .Poppins-font {
    font-family: 'Poppins' !important;
  }
  .subtitle{
    line-height: 28px;
  }

  .why-par{
    line-height: 25px;
  }

  .why-mob{
    padding: 5px;
  }

  .card-feature {
    background-size: cover;
    background-position: center;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 10px;
    padding: 0px;
  }

  .feature-icon{
    margin-top: 10px;
  }

  .feature-text p {
    max-width: 300px;
    line-height: 20px;
    margin-top: -15px;
  }

  .about-title {
    font-size: 1.3rem;
    font-family: 'Poppins' !important;
    font-size: 20px;

  }

  .about-subtitle {
    font-size: 1rem;
  }

  .about-section {
    padding: 10px 5px;
    line-height: 15px;
  }
  /* Logo */
  .mobile-logo {
    height: 100px !important;
    float: right;
  }

  /* Align center on mobile */
  .text-center-mobile {
    text-align: center !important;
  }

  /* Social Links - hide or stack */
  .social-links ul {
    flex-direction: row;
    justify-content: center;
    gap: 0.5rem;
    padding-left: 0;
  }

  /* Search Overlay positioning */
  #searchOverlay > div {
    top: 10px !important;
    width: 90% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }

  /* Logo section padding */
  .header-logo {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  /* Navbar toggle */
  .navbar-toggler {
    margin-left: 0 !important;
  }

  /* Adjust search button */
  #openSearch {
    margin-left: 0 !important;
  }

  /* Reduce padding for row */
  .row.align-items-center {
    padding: 10px 0;
  }

  /* Reduce font size if needed */
  .social-links a svg {
    width: 14px;
    height: 14px;
  }

  .rounded-circle{
    height: 100px !important;
    width: 100px !important;
    margin-bottom: 10px;
  }

  .intro-video {
    width: 100%; 
    height: 200px;
  }

  .testimonial-section {
    padding: 5px 10px;
    background-color: #fff;
    text-align: center;
  }

  .light-card{
    padding: 5px;
  }
  .testimonial-img img{
    height: 50px;
    width: 50px
  }

  .testimonial-content{
    margin-left: 0px;
    line-height: 20px;
    padding: 5px;
  }

  .quote-icon{
    font-size: 50px;
    color: #f05c0b;
    position: absolute;
    right: 40px;
    margin-top: -30px;
  }
  .dark-card{
    padding: 20px;
  }

  .dark-text{
    margin-left: 15px !important;
    line-height: 20px;
  }

  .dark-text h4{
    font-size: 16px;
    margin-bottom: -5px;
  }

  .light-card h4{
    font-size: 16px;
    margin-bottom: -5px;
  }
  .dark-quote{
    margin-left: -200px;
    margin-top: -40px !important;
  }

   .faq-section {
      position: relative;
      background: linear-gradient(to right, #ffffff 50%, #d2e3f3 50%);
      padding: 2px 5px !important;
    }

    .faq-question{
      font-size: 16px !important;
      line-height: 25px;
    }

    .slider-container {
      display: flex;
      overflow: hidden;
      position: relative;
      height: 250px;
      width: 100%;
    }

    .text-card {
      color: #fff;
      padding: 2px 5px;
      border-radius: 20px;
      text-align: center;
      max-width: 600px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
      margin-left: 5%;
      margin-top: 40px;
    }

    .slider-container h1 {
      color: #ffff;
      font-size: 22px;
      z-index: 100;
      text-align: center;
      text-shadow: 2px 2px 2px  #000;
    }

    .slider-container h6 {
      color: #fff;
      text-shadow: 2px 2px 2px  #000;
      font-size: 16px;
      position: relative;
      z-index: 100;
      text-align: center;
      line-height: 25px;
      margin-top: -40px;
    }

   .mobimage{
    margin-top:20px;
    height:160px !important;
    width: 160px !important;
   }

   .product-item{
    margin-top: 10px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
   }

   .mob-prod{
      font-size: 22px !important;
     }

  .image-cust {
    padding: 0;
  }

  #productGrid{
    padding: 20px;
  }
  .fixed-card {
    height: 280px; /* Adjust height as needed */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: #fff;
    margin-bottom: 20px;
  }

  .fixed-card1 {
    height: 280px; /* Adjust height as needed */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: #fff;
    margin-bottom: 20px;
    padding: 0;
  }

  .fixed-card img {
    width: 100%;
    height: 150px;
    object-fit: contain;
  }

  .fixed-card1 img {
    width: 160px;
    height: 160px;
    object-fit: cover;
    margin-bottom: 20px;
  }

  .view-btn1{
    margin-bottom: 15px;
  }

  .product-title {
    font-size: 16px !important;
    margin: 10px 0;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Clamp to 2 lines */
    -webkit-box-orient: vertical;
    line-height: 1.2em;
    height: 2.4em;
  font-family: 'Poppins' !important;
  font-size: 20px;

  }

  .test-pad{
    padding: 0;
  }


  .offcanvas{
    width: 80% !important;
    z-index: 1080 !important; 
  }

  .agroimg1 {
      height: 100px;
  }
  .agroimg2 {
      position: relative; 
      margin-top: -130px !important; 
      width: 80px !important;
      height: 100px !important;
  }

  .agroimg3 {
      position: relative; 
      margin-top: -200px !important; 
      width: 80px !important;
      height: 100px !important;
      margin-left: 220px !important;
  }

  .mob-cat {
    height: 80px !important;
    width: 80px !important;
  }

  .textimg1 {
    height: 150px !important;
  }

  .textimg2 {
    height: 150px !important;
    width: 120px !important;
    margin-top: -180px !important;
    margin-left: -20px !important;
  }

  .contact-form {
    padding: 20px !important;
    margin-top: 20px;
  }

  .contact-mob {
    padding: 0 !important;
  }

  .contact-mob .card{
    padding: 0 !important;
    width: 260px !important;
    margin-left: -20px;
  }

  .map-box iframe {
    width: 100%;
    height: 250px !important;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
    animation: fadeIn 2s ease-in;
    padding: 10px;
  }

  .mobile-search-modal {
    position: fixed;
    top: 10px;
    right: 0;
    width: 100%;
    padding: 10px 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    z-index: 10000;
    background-color: white;
    margin-left: -38px;
  }


   .moglogo1 {
    margin-top: -70px !important;
  }

  .mobicons {
    display: none !important;
  }

  .carsection  {
      height: 550px !important;
  }


  .carousel .image img {
    width: 100%;
  }

  .mobile-header-content {
    display: block;
    text-align: center;
  }

  .carousel .list .item .image img{
    width: 90%;
    margin-bottom: 20px;
    filter: drop-shadow(0 150px 50px #9e0c0c55);
    margin-top: -80px;
  }

  .carousel .list .item .image figcaption{
      font-family: 'Poppins';
      font-weight: bold;
      font-size: 17px;
      text-align: center;
      margin-bottom: 30px;
      width: 100%;
      color: black;
      display: block;
  }
    @keyframes typing {
      from { width: 0 }
      to { width: 100% }
  }

  .mobsearchbtn {
    margin-left: 00px !important;
  }

  .mobile-textile-img {
    height: 320px !important;
  }



}


 @media screen and (min-width: 1008px) and (max-width: 1166px) {
  
    .image-zoom {
      height: 350px !important;
    }
  }

