/**
* Template Name: Medicio
* Updated: Sep 18 2023 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/medicio-free-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/* ------fonts----- */
@font-face {
  font-family: ReemKufi-Regular;
  src: url(../fonts/ReemKufi-Regular.ttf);
  font-display: swap;
}

@font-face {
  font-family: Raphtalia DEMO;
  src: url(../fonts/Raphtalia\ DEMO.otf);
  font-display: swap;
}

@font-face {
  font-family: Poppins-Medium;
  src: url(../fonts/Poppins-Medium.ttf);
  font-display: swap;
}

@font-face {
  font-family: Poppins-Regular;
  src: url(../fonts/Poppins-Regular.ttf);
  font-display: swap;
}

@font-face {
  font-family: Katibeh-Regular;
  src: url(../fonts/Katibeh-Regular.ttf);
  font-display: swap;
}

@font-face {
  font-family: Galantis-z8eKa;
  src: url(../fonts/Galantis-z8eKa.ttf);
  font-display: swap;
}

@font-face {
  font-family: BowlbyOneSC-Regular;
  src: url(../fonts/BowlbyOneSC-Regular.ttf);
  font-display: swap;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
  overflow-x: hidden !important;
}

::selection {
  background-color: #059669;
  color: #000;
}

a {
  color: white;
  text-decoration: none;
}

a:hover {
  color: white;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #3fbbc0;
  border-top-color: #ecf8f9;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #e31e25;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #5ec6ca;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: transparent;
  color: #fff;
  height: 40px;
  font-size: 16px;
  font-weight: 600;
  z-index: 996;
  transition: all 0.5s;
  /* padding: 30px; */
}

#topbar.topbar-scrolled {
  top: -40px;
}

#topbar i {
  padding-right: 6px;
  line-height: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #e31e25;
  transition: all 0.5s;
  z-index: 997;
  /* display: none; */
  padding: 5px;
  top: 40px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}





#header.header-scrolled {
  top: 0;
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.5px;
  display: none;
  text-transform: uppercase;
}

#header.header-scrolled .logo {
  /* display: block; */
}

#header .logo a {
  color: #555555;
}

#header .logo img {
  /* max-height: 40px; */
  max-width: 100%;
  width: 40%;
  /* display: none; */
}

#header.header-scrolled .logo img {
  display: block;
  width: 100px;
  position: static;

}

/**
* Appointment Button
*/
.appointment-btn {
  margin-left: 25px;
  background: #3fbbc0;
  color: #fff;
  border-radius: 4px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}

.appointment-btn:hover {
  background: #65c9cd;
  color: #fff;
}

@media (max-width: 768px) {
  .appointment-btn {
    margin: 0 15px 0 0;
    padding: 6px 15px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/


.imggg3 {
  width: 60px;

}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  /* background-color: rgba(60, 60, 60, 0.8); */
  background-image: linear-gradient(rgb(0 0 0 / 34%), rgb(0 0 0 / 26%)), url(../img/cccc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

#hero .container {
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 50px;
  border-top: 4px solid #3fbbc0;
}

@media (max-width: 1200px) {
  #hero .container {
    margin-left: 50px;
    margin-right: 50px;
  }
}

#hero h2 {
  color: #2f2f2f;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 700;
}

#hero p {
  margin: 0 auto 30px auto;
  color: #555555;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(63, 187, 192, 0.8);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  background: #3fbbc0;
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  list-style-type: none;
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: #3fbbc0;
}

#hero .btn-get-started {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  background: #3fbbc0;
}

#hero .btn-get-started:hover {
  background: #65c9cd;
}

@media (max-width: 992px) {
  #hero {
    height: 100vh;
  }

  #hero .container {
    margin-top: 100px;
  }
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 160vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
/* section {
  padding: 60px 0;
  overflow: hidden;
} */

.section-bg {
  background-color: #f7fcfc;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #3fbbc0;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #ecf8f9;
  min-height: 40px;
  margin-top: 120px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 70px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

.featured-services .icon-box::before {
  content: "";
  position: absolute;
  background: #d9f1f2;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}

.featured-services .icon-box:hover::before {
  background: #3fbbc0;
  top: 0;
  border-radius: 0px;
}

.featured-services .icon {
  margin-bottom: 15px;
}

.featured-services .icon i {
  font-size: 48px;
  line-height: 1;
  color: #3fbbc0;
  transition: all 0.3s ease-in-out;
}

.featured-services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.featured-services .title a {
  color: #111;
}

.featured-services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.featured-services .icon-box:hover .title a,
.featured-services .icon-box:hover .description {
  color: #fff;
}

.featured-services .icon-box:hover .icon i {
  color: #fff;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: #3fbbc0;
  color: #fff;
  background-size: cover;
  padding: 60px 0;
}

.cta h3 {
  font-size: 28px;
  font-weight: 700;
}

.cta .cta-btn {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #fff;
  color: #3fbbc0;
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #3fbbc0;
}

.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding-bottom: 30px;
}

.counts .count-box {
  box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 100%;
}

.counts .count-box i {
  display: block;
  font-size: 30px;
  color: #3fbbc0;
  float: left;
}

.counts .count-box span {
  font-size: 42px;
  line-height: 24px;
  display: block;
  font-weight: 700;
  color: #555555;
  margin-left: 50px;
}

.counts .count-box p {
  padding: 30px 0 0 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}

.counts .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #7b7b7b;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.counts .count-box a:hover {
  color: #3fbbc0;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}

.features .icon-box i {
  font-size: 48px;
  float: left;
  color: #3fbbc0;
}

.features .icon-box p {
  font-size: 15px;
  color: #848484;
  margin-left: 60px;
}

.features .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  margin-bottom: 20px;
  text-align: center;
}

.services .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 50%;
  transition: 0.5s;
  color: #3fbbc0;
  overflow: hidden;
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.15);
}

.services .icon i {
  font-size: 36px;
  line-height: 0;
}

.services .icon-box:hover .icon {
  box-shadow: 0px 0 25px rgba(63, 187, 192, 0.3);
}

.services .title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
  position: relative;
  padding-bottom: 15px;
}

.services .title a {
  color: #444444;
  transition: 0.3s;
}

.services .title a:hover {
  color: #3fbbc0;
}

.services .title::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background: #3fbbc0;
  bottom: 0;
  left: calc(50% - 25px);
}

.services .description {
  line-height: 24px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Appointments
--------------------------------------------------------------*/
.appointment .php-email-form {
  width: 100%;
}

.appointment .php-email-form .form-group {
  padding-bottom: 8px;
}

.appointment .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.appointment .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.appointment .php-email-form .error-message br+br {
  margin-top: 25px;
}

.appointment .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.appointment .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.appointment .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.appointment .php-email-form input,
.appointment .php-email-form textarea,
.appointment .php-email-form select {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  padding: 10px !important;
}

.appointment .php-email-form input:focus,
.appointment .php-email-form textarea:focus,
.appointment .php-email-form select:focus {
  border-color: #3fbbc0;
}

.appointment .php-email-form input,
.appointment .php-email-form select {
  height: 44px;
}

.appointment .php-email-form textarea {
  padding: 10px 12px;
}

.appointment .php-email-form button[type=submit] {
  background: #3fbbc0;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.appointment .php-email-form button[type=submit]:hover {
  background: #52c2c6;
}

/*--------------------------------------------------------------
# Departments
--------------------------------------------------------------*/
.departments .nav-tabs {
  border: 0;
}

.departments .nav-link {
  border: 0;
  padding: 20px;
  color: #555555;
  border-radius: 0;
  border-left: 5px solid #fff;
  cursor: pointer;
}

.departments .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s;
}

.departments .nav-link p {
  font-size: 14px;
  margin-bottom: 0;
}

.departments .nav-link:hover h4 {
  color: #3fbbc0;
}

.departments .nav-link.active {
  background: #f7fcfc;
  border-color: #3fbbc0;
}

.departments .nav-link.active h4 {
  color: #3fbbc0;
}

.departments .tab-pane.active {
  animation: slide-down 0.5s ease-out;
}

.departments .tab-pane img {
  float: left;
  max-width: 300px;
  padding: 0 15px 15px 0;
}

@media (max-width: 768px) {
  .departments .tab-pane img {
    float: none;
    padding: 0 0 15px 0;
    max-width: 100%;
  }
}

.departments .tab-pane h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #3fbbc0;
}

.departments .tab-pane p {
  color: #777777;
}

.departments .tab-pane p:last-child {
  margin-bottom: 0;
}

@keyframes slide-down {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: -40px 0 0 40px;
  position: relative;
  z-index: 2;
  border: 6px solid #fff;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 45px;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 0 45px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #b2e4e6;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
  background: #f0fafa;
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #3fbbc0;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #3fbbc0;
}

/*--------------------------------------------------------------
# Doctors
--------------------------------------------------------------*/
.doctors .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(63, 187, 192, 0.1);
}

.doctors .member .member-img {
  position: relative;
  overflow: hidden;
}

.doctors .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
}

.doctors .member .social a {
  transition: color 0.3s;
  color: #555555;
  margin: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.doctors .member .social a i {
  line-height: 0;
}

.doctors .member .social a:hover {
  color: #3fbbc0;
}

.doctors .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.doctors .member .member-info {
  padding: 25px 15px;
}

.doctors .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #555555;
}

.doctors .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.doctors .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.doctors .member:hover .social {
  opacity: 1;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery {
  overflow: hidden;
}

.gallery .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.gallery .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #3fbbc0;
}

.gallery .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #3fbbc0;
}

.gallery .swiper-slide-active {
  text-align: center;
}

@media (min-width: 992px) {
  .gallery .swiper-wrapper {
    padding: 40px 0;
  }

  .gallery .swiper-slide-active {
    border: 6px solid #3fbbc0;
    padding: 4px;
    background: #fff;
    z-index: 1;
    transform: scale(1.2);
    margin-top: 10px;
  }
}


.faq {
  padding: 60px 0;
}

.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  border-bottom: 1px solid #d9f1f2;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.faq .faq-list .question {
  display: block;
  position: relative;
  font-family: #3fbbc0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-left: 25px;
  cursor: pointer;
  color: #32969a;
  transition: 0.3s;
}

.faq .faq-list i {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -2px;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 25px;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list .collapsed {
  color: black;
}

.faq .faq-list .collapsed:hover {
  color: #3fbbc0;
}

.faq .faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}

.faq .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 20px rgba(214, 215, 216, 0.5);
  padding: 20px 0 30px 0;
}

.contact .info-box i {
  font-size: 32px;
  color: #3fbbc0;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #c5ebec;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 20px rgba(214, 215, 216, 0.5);
  padding: 30px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #3fbbc0;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #3fbbc0;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #65c9cd;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}



.cart2 {
  /* background-image: url(../img/white-raw-rice-bowl-with-ear-dark-black-table-background.jpg); */
  width: 100%;
  /*height: 78vh;*/
  /* background-color: rgba(60, 60, 60, 0.8); */
  background-image: linear-gradient(rgb(0 0 0 / 60%), rgb(0 0 0 / 60%)), url(../img/white-raw-rice-bowl-with-ear-dark-black-table-background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  /* overflow: hidden; */
  position: relative;

}



.card1 {
  margin-top: 30px;


}

.pp1 {
  font-size: 24px;
  font-weight: 800;
  display: flex;
  justify-content: center;
  /* padding-left: 25px; */

}

.imgg1 {
  border-radius: 30px;
  padding: 20px;
}

.cc1 {
  padding-left: 30px;
}

.pp2 {
  font-size: 24px;
  font-weight: 800;
  display: flex;
  justify-content: center;
  /* padding-left: 30px; */

}

.pp3 {
  font-size: 24px;
  font-weight: 800;
  display: flex;
  justify-content: center;
  /* padding-left: 20px; */

}

.succ1 {
  font-size: 50px;
  padding-left: 10px;
  font-family: "Raphtalia DEMO";
  font-weight: 500;
  color: #054d18;
}

.imgcard {
  border-radius: 20px;
  /* width: 23rem; */
}



.top-view {
  color: white;
  width: 100%;


  background-image: linear-gradient(rgb(0 0 0 / 60%), rgb(0 0 0 / 60%)), url(../img/top-view-raw-rice-inside-brown-plate-grey-surface.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

.top-view-img {
  border-radius: 5%;
  position: relative;

}

/* .top-view-p{
  position: relative;
} */
.top-view-btn {
  background-color: rgb(31, 95, 31);
  border: none;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
  position: absolute;
  font-family: cursive;
  top: 45%;
  left: 40%;
  color: white;
  padding: 10px;
  margin-top: 80px;
}

.top-view-btn1 {
  background-color: rgb(31, 95, 31);
  border: none;
  font-size: 23px;
  border-radius: 15px;
  position: absolute;
  font-family: cursive;
  top: 45%;
  width: 100%;
  color: white;
  padding: 10px;
  margin-top: 40px;
  /* margin-left: 5px; */

}

.item1 {
  display: flex;
  flex-direction: row;
}

.img1 {
  border-radius: 20px;

}

.tt1 {
  height: 100%;
}

.oww2 img {
  border-radius: 25px;
}

.oww2 {
  position: relative;
}

.oww2 .owl-nav {
  position: absolute;
  /* background-color: #18d26e; */
  /* padding-top: -100px; */
}

.Receipes .owl-theme .owl-nav {
  top: 0;
  right: -20%;
}

.Receipes .owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  color: #fff;
  border-radius: 10px;
  /* margin-top: 30px; */
  font-size: 40px;

  /* background-color: #32969a; */
}


.waybridge-carousel .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  color: #054d18 !important;

}

.Receipes .owl-prev .bi {
  padding: 7px;
}

.Receipes .owl-next .bi {
  padding: 7px;
}



.Receipes .owl-theme .owl-nav [class*='owl-']:hover {
  color: red;
  background: none;
  border: 2px solid red !important;
}


.copyright {
  color: #fff;
}

.about-content {
  /* font-size: 20px; */
  font-weight: 600;
  letter-spacing: 3px;
  color: #000;
  font-family: 'ReemKufi-Regular';
}

.about-para {
  font-family: "ReemKufi-Regular";
  font-size: 18px;
  color: #696868;
}

.about-para strong {
  font-size: 16px;
  color: #696868;
}

.para-content strong {
  font-size: 18px;
  color: #fff;
  /*color:#a5c617;*/
}

.Choose-content {
  font-weight: 700;
  letter-spacing: 3px;
  color: #000;
  font-family: 'ReemKufi-Regular';
  /* font-family:'Courier New', Courier, monospace; */
}

.Choose-para {
  font-family: "ReemKufi-Regular";

  font-size: 20px;
  color: #696868;
}

.product-content {
  font-family: 'ReemKufi-Regular';
}

.Receipe-para {
  font-family: "ReemKufi-Regular";
  font-size: 20px;
  /*color:#696868;*/
}

.about-img img {
  height: 100%;
  border-radius: 10px;
  align-items: center;
  text-align: center;
}

.about-part {
  padding-left: 30px;
  padding-top: 30px;
}

.about-button {
  margin-top: 30px;

}

.choose-button {
  font-size: 18px;
  margin-top: 30px;
}

.fixed-top .imggg2 {
  display: none;

}

/* .fixed-top .imggg1{
  width:115px;
  
  } */


#header.header-scrolled .imggg2 {
  display: block;
  width: 100px;
  position: static;

}


.menupart {
  justify-content: center;
  /* flex-direction: row-reverse; */
}

.home-banner-content {
  width: 30%;
  position: absolute;
  bottom: 25%;
  left: 12%;
}

.home-banner-content h2 {
  color: red;
  font-family: "Galantis-z8eKa";
  font-size: 80px;
}

.home-banner-content h1 {
  color: #fff;
  font-family: "BowlbyOneSC-Regular";
  font-size: 50px;
}

.home-banner-content p {
  color: #fff;
  font-family: "ReemKufi-Regular";
  font-size: 24px;
}

.home-banner-content button {
  border: none;
  background-color: red;
  color: #fff;
  border-radius: 5px;
  font-size: 20px;
  padding: 10px 10px 10px 10px;
}

.content-img2 img {
  margin: 10%;
}






/* ----------------------------------------------about start------------------------- */

.aboutbc1 {

  color: white;
  width: 100%;
  background-image: linear-gradient(rgb(0 0 0 / 60%), rgb(0 0 0 / 60%)), url(../img/top-view-raw-rice-inside-brown-plate-grey-surface.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;

}

.about-card1 {
  background-color: #fff;
  padding: 30px;
}

.aboutpg-con1 h1 {
  color: #686666;
  padding-top: 10px;
}

.aboutpg-con1 p {
  color: #000;
}

.aboutpg-img2 {
  margin-top: -100px;
  margin-left: 50px;
}

.aboutpg-img2 img {
  border-radius: 50%;
  width: 100%;
  /* margin-top: -50%; */
  position: relative;
}

.aboutpg-con1 button {
  color: #b0b601;
  background-color: #b0b601;
  border-radius: 30px;
  border: none;
  width: 40px;
  height: 40px;
}

.title-sec01 {
  padding: 30px 0;
}

.content {
  text-align: center;
  padding-top: 30px;
}

.about01 .content .para-content {
  font-size: 15px;
}

.title-sec01 .main-title01 {
  display: inline-block;
  position: relative;
  font-size: 35px;
  font-family: 'Raphtalia DEMO';
  text-transform: capitalize;
  color: #000;
}

.main-title01::before,
.main-title01::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #d5524d;
}

.main-title01::before,
.main-title01::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #d5524d;
}

.about01 {
  background-image: linear-gradient(rgb(0 0 0 / 60%), rgb(0 0 0 / 60%)), url(../img/about/i.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 0 0 200px 0;
  z-index: 1;
}

.about01 .content-img {
  padding: 30px;
}

.about01 .content .para-content {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-family: 'ReemKufi-Regular';
  letter-spacing: 2px;
}

.wave-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

.content-img img {
  border-radius: 50%;
}

.aboutps-sec2 .content .para-content {
  color: #696868;
  font-size: 20px;
  line-height: 30px;
  font-family: 'ReemKufi-Regular';
  letter-spacing: 2px;
}

.about02 {
  background-image: linear-gradient(rgb(0 0 0 / 60%), rgb(0 0 0 / 60%)), url(../img/about/i.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 0px 0 50px 0;
  z-index: 1;
}

.about02 .content-img {
  padding: 30px;
}

.about02 .content .para-content {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-family: 'ReemKufi-Regular';
  letter-spacing: 2px;
}

.aboutps-sec2 {
  background-size: 20%;
  background-repeat: no-repeat;
  background-position: right bottom;
}


/* ----------------------------------------------about end------------------------- */
/* -------------------------------------------product start-------------------------- */
.recipe-head {
  background-size: 17%;
  background-repeat: no-repeat;
  background-position: right bottom;
}

.pricing {
  background-size: 17%;
  background-repeat: no-repeat;
  background-position: left bottom;
}

.pricing .box1 {
  padding: 40px 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}

.pricing .box1 h5 {
  font-family: "ReemKufi-Regular";
  font-weight: 800;
}

.pricing .featured {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #d5524d;
  color: #fff;
  font-family: 'Outfit-SemiBold';
  text-transform: uppercase;
}

.box1 img {
  padding: 30px 40px;
  transition: all ease-in-out 0.3s;
  border-radius: 50px;
}

.box1:hover img {
  transform: scale(1.1);
}

.pricing h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 5px;
  color: rgb(31, 95, 31);
  ;
  font-family: 'Outfit-SemiBold';
}

.pricing .product-description-mi {
  line-height: 28px;
  color: #696868;
  font-family: 'ReemKufi-Regular';
  font-size: 20px;
}

.pricing .btn-buy {
  display: inline-block;
  padding: 13px 30px;
  /* padding: 8px 40px 10px 40px; */
  border-radius: 5px;
  color: #fff;
  transition: none;
  font-size: 16px;
  font-weight: 400;
  /* font-family: 'Outfit-SemiBold'; */
  font-weight: 600;
  transition: 0.3s;
  background-color: rgb(31, 95, 31);
  /* border: 1px solid #d5524d; */
}

.menu-col {
  padding: 20px;
}

.banner {
  background-size: cover;
  width: 100%;
  height: 100%;
  max-height: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 10px;
}

.banner img {
  width: inherit;
}

.overlay {
  position: absolute;
  top: 0;
  z-index: 10;
  width: 100%;
  height: inherit;
  background: linear-gradient(90deg, rgb(1, 58, 23) 0%, rgb(3, 104, 45) 35%, rgb(15, 129, 49) 100%);
  transform: skew(200.25deg);
  left: 50%;
  opacity: 0.9;
}

.content-menu {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 11;
  /* font-weight: 300; */
  /* font-size: 48px; */
  /* padding: 20px 20px 10px 0px; */
  padding: 141px 98px 10px 0px;
}

.content-i {
  margin-top: 30px;
  width: 60px;
  height: 60px;
  background: #fff;
  /* position: fixed; */


  text-align: center;

  transition: all 0.4s ease;

  border-radius: 50%;
  transition: all 0.4s ease;
}

.content-i i {
  color: #000;
  font-size: 35px;

}

.content-menu h4 {
  font-size: 35px;
  color: #fff;
  line-height: 35px;
}

.content-menu ul li {
  font-size: 15px;
  color: #fff;
  line-height: 30px;
}

.dropbtn {
  /* background-color: #04AA6D; */
  color: white;
  padding: 7px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 300px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  font-size: 25px;

  background-color: linear-gradient(rgb(0 0 0 / 70%), rgb(0 0 0 / 70%));
  display: block;
}

.dropdown-content a:hover {
  background-color: rgb(31, 95, 31);
  color: #fff;
}

.dropdown:hover .dropdown-content {
  display: block;
}




/* .dropdown:hover .dropbtn {
  background-color: #01a587d9;
  color: #000;
} */

/* -------------------------------------------product end-------------------------- */

/* ----------------------contact start--------------------------------------- */

.contact-banner {
  background-image: linear-gradient(rgb(0 0 0 / 45%), rgb(0 0 0 / 45%)), url(../img/contact/contact4.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  align-items: center;
  text-align: center;
  padding: 14%;
}

.contact-content1 {
  background-color: linear-gradient(rgb(0 0 0 / 45%), rgb(0 0 0 / 45%));
}

.contact-get {
  background-color: red;
  padding: 30px;
  border-radius: 20px;
}

.contact-get h3 {
  color: #fff;
  align-items: center;
  text-align: center;
  padding-top: 20px;
  font-family: 'LilitaOne-Regular';
}

.contact-get h5 {
  align-items: center;
  text-align: center;

  color: #fff !important;
  font-size: 16px;
}

.contact-get1 {
  display: flex;
  flex-direction: row;
  padding-top: 20px;
}

.contact-get1 span {
  padding-left: 20px;
  font-size: 16px;
  color: #fff;
}

.contact-get1 i {
  color: #fff;
}

.contact-get2 p {
  padding-left: 24px;
  color: #fff;
  font-size: 14px;
}

.contact-get2 strong {
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
}

.contact-box02 {
  padding: 10px 5px 20px 5px;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  ;

}

.form-control {
  border: 0;
  border-bottom: 2px solid #272f24;
  border-radius: 0;
  font-size: 16px;
  font-family: 'Roboto-Regular';
  line-height: 30px;
  box-shadow: none;
}

.text-center {
  text-align: center !important;
}

.gun-cont-btn {
  background: red;
  color: #fff;
  border: 0;
  width: 100%;
  padding: 5px 10px;
  margin-top: 45px;
  border-radius: 20px;
  font-size: 16px;
  line-height: 30px;
  font-family: 'Roboto-Regular';
  box-shadow: 0 5px 15px 1px #0d7275cc;
  /* border-radius: 0; */
}

.gun-cont-btn:hover {
  background-color: #054d18;

}

.contact-head1 {
  align-items: center;
  text-align: center;
  font-family: 'LilitaOne-Regular';
  /* color: #fff; */
}

.contact-head2 {
  padding: 10px;
}

.contact-head2 a {
  color: rgb(218, 20, 20);
}

.contact-inner-form {
  position: relative;
  padding: 50px 0px;
}

.shape-extra {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 20%;
  opacity: 0.1;
  z-index: -1;
}


/* -------------------------contact end------------------------------------- */
.recipes-detail-content1 {
  padding: 40px 20px;
  background: #fff;
  /* text-align: center; */
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}

.blog-area {
  background-size: 30%, contain;
  background-repeat: no-repeat;
  background-position: top right;
}

.default-padding {
  padding-top: 20px;
  padding-bottom: 40px;
  position: relative;
}

.blog-area {
  font-family: Verdana, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  overflow-x: hidden;
  background-color: #fff;
  color: var(--color-paragraph);
}

.blog-area .single-item {
  margin-bottom: 30px;
}

.blog-area.full-blog .thumb {
  background: #f7f7f7;
  margin: 0;
}

.blog-area .thumb {
  position: relative;
}

.blog-area.full-blog .thumb img {
  border-radius: inherit;
  margin: 0;
}

.blog-area.full-blog.blog-grid .thumb .date {
  background: #e31e25;
  left: 0 !important;
  color: #fff;
}

.blog-area.full-blog .thumb .date {
  right: auto;
  left: 50px;
  bottom: -32px;
  margin: 0;
  border: none;
}

.blog-area.full-blog.blog-grid .info {
  padding: 0 !important;
  box-shadow: inherit;
  padding-top: 55px !important;
}

.blog-area.full-blog .info {
  box-shadow: 3px 4px 20px -2px rgb(0 0 0 / 10%);
  border-radius: inherit;
  overflow: hidden;
  padding: 50px;
}

.blog-grid .info .title {
  line-height: 1.4;
  font-size: 22px;
}

.blog-grid .info .title {
  margin-bottom: 0;
}

.blog-area.blog-grid p {
  margin: 0;
  /*font-family: "Poppins-Regular";*/
  color: #696868;
  font-family: 'ReemKufi-Regular';
  font-size: 20px;
}

.btn1.btn-theme {
  color: #fff;
  border: none;
  background: #054d18;
}

.btn-md {
  padding: 16px 52px;
  font-size: 17px;
}

.btn1 {
  display: inline-block;
  font-weight: 700;
  text-transform: capitalize;
  transition: all 0.35s ease-in-out;
  overflow: hidden;
  border-radius: 6px;
  border: 2px solid transparent;
  box-shadow: none !important;
  font-size: 16px;
  letter-spacing: 0;
  padding: 13px 30px;
  background: #E7EDF8;
  position: relative;
  z-index: 1;
}

.btn1.btn-theme:hover {

  background-color: #e31e25;

}

.blog-area.full-blog .date strong {
  font-size: 42px;
  font-family: var(--font-default);
  font-weight: 700;
}

.blog-area .thumb .date strong {
  padding: 10px 5px;
  display: inline-block;
  line-height: 1;
  font-weight: 700;
}

.blog-area.full-blog.blog-grid .thumb .date span {
  padding: 5px 20px;
}

.blog-area.full-blog .date span {
  padding: 5px 15px;
}

.blog-area .date span {
  display: block;
  font-size: 13px;
  background: #054d18;
  color: #fff;
  padding: 2px 10px;
  min-width: 70px;
  font-weight: 500;
}

.blog-area .thumb .date {
  position: absolute;
  right: 0;
  bottom: 8px;
  margin: 0;
  padding: 0;
  font-weight: 900;
}

.blog-area .date {
  display: inline-block;
  background: var(--white);
  color: var(--color-heading);
  font-size: 24px;
  text-align: center;
}

.blog-grid .info .title {
  line-height: 1.4;
  font-size: 22px;
}

.info h5 {
  font-size: 22px;
  line-height: 1.3;
  font-family: 'ReemKufi-Regular';
  font-weight: 800;
}

.recipes-detail-con1 h1 {
  padding-top: 20px;
  padding-bottom: 10px;
  font-family: 'ReemKufi-Regular';
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}

.recipes-detail-con1 p {
  /*font-family: "Poppins-Regular";*/
  color: #696868;
  font-family: 'ReemKufi-Regular';
  line-height: 1.5;
  /*color: #787878;*/
  font-size: 20px;
}

.recipes-detail {
  margin-left: -100px;
  margin-top: 45px;
}

.recipes-detail-content2 {
  padding: 20px 20px;
  background: #fff;
  /* text-align: center; */
  box-shadow: 0px 0 30px rgba(27, 27, 27, 0.08);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  text-align: justify;
  line-height: 1.5;
}

.recipes-detail-content2 p {
  color: #696868;
  font-family: 'ReemKufi-Regular';
  font-size: 20px;

}

.recipes-detail-content2 h5 {
  font-size: 25px;
  font-weight: 800;
  text-align: center;
  font-family: "ReemKufi-Regular";
}

.certificate1 .box1 {
  padding: 40px 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}






/* @media screen and  (min-width:1200px){
    
  .imggg1 a{
      display: none !important ;
  }
} */


/* feature product */

.feature-frame {
  background-color: #fff;
  padding: 40px;
  border-radius: 8px;
  width: 100%;
  max-width: 1100px;
  box-sizing: border-box;
}

.feature-carousel {
  width: 100%;
  text-align: center;
}

.feature-carousel h1 {
  font-size: 36px;
  color: #1d1d1f;
  margin-bottom: 40px;
  font-weight: 600;
}

.feature-tabs {
  display: inline-flex;
  justify-content: center;
  margin-bottom: 50px;
  border-bottom: 1px solid #e0e0e0;
}

.feature-tab {
  background: none;
  border: none;
  padding: 15px 25px;
  font-size: 16px;
  font-weight: 500;
  color: #555;
  cursor: pointer;
  position: relative;
  outline: none;
}

.feature-tab .progress-indicator {
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 3px;
  background-color: #4f46e5;
  width: 0;
  transition: none;
}

.feature-tab.active {
  color: #4f46e5;
  font-weight: 600;
}

.feature-panels {
  margin-top: 20px;
}

.feature-panel {
  display: none;
  flex-direction: row;
  gap: 40px;
  align-items: center;
  text-align: left;
}

.feature-panel.active {
  display: flex;
  animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.feature-description {
  flex: 1;
}

.feature-description h2 {
  font-size: 48px;
  margin: 0 0 20px;
  color: #1d1d1f;
  font-weight: 600;
}

.feature-description p {
  font-size: 18px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 30px;
}

.learn-more-btn {
  background-color: #4f46e5;
  color: white;
  border: none;
  padding: 15px 30px;
  font-size: 16px;
  border-radius: 25px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.learn-more-btn:hover {
  background-color: #4338ca;
}

.feature-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.feature-image img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.placeholder {
  width: 100%;
  height: 300px;
  background-color: #e9ecef;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #6c757d;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.feature-tab:focus-visible,
.learn-more-btn:focus-visible {
  outline: 3px solid #005fcc;
  outline-offset: 2px;
  box-shadow: 0 0 0 1px #ffffff;
}









/* new style */
/* head font */
@font-face {
  font-family: 'Playfair';
  src: url('../fonts/PlayfairDisplay-Regular.ttf') format('woff2');
  font-weight: 400;
  font-style: normal;
}

/* para font */
@font-face {
  font-family: 'popins';
  src: url('../fonts/Poppins-Regular.ttf') format('woff2');
  font-weight: 400;
  font-style: normal;
}

a {
  text-decoration: none !important;
  font-family: var(--font-body);
}


:root {
  /* Font Families */
  --font-heading: 'Playfair Display', serif;
  --font-body: 'Poppins', sans-serif;

  /* Brand Colors */
  /* --color-primary: #3A6D34; */
  --color-primary: rgb(25 135 84);
  --color-secondary: #006CB3;
  --color-third: #E31E25;
  --color-dark: #1A1A1A;
  --color-light: #ffffff;
  --transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  --shadow: 0 10px 30px rgba(0, 0, 0, 0.1);


  --transition-default: all 0.3s ease-in-out;
}

p {
  font-family: var(--font-body);

}

body {
  overflow-x: hidden !important;
}

/* ===================================navbar =============================================*/
.top-bar {
  background-color: var(--color-primary);
  color: #fff;
  font-size: 14px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

p {
  margin-bottom: 0px !important;
}

.navbar,
.navbar-brand {
  padding: 0px !important;
}


.top-bar a {
  color: #fff;
  text-decoration: none;
  margin-right: 15px;
}

.top-bar .btn {
  border: 1px solid #fff;
  color: #fff;
}

/* Header */

.navbar-nav .nav-link {
  font-family: var(--font-heading);
  font-weight: 18px;
  color: #000;
  margin: 0px 20px;
  position: relative;
  transition: all 0.3s;
  font-weight: 700;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  /* color: #8A5413; */
  transform: scale(1.1);
  color: var(--color-primary) !important;
  padding-left: 10px;
}

.navbar-nav .nav-link.active::after,
.navbar-nav .nav-link:hover::after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: var(--color-primary);
}

.call-info i {
  font-size: 20px;
  margin-right: 8px;
  color: var(--color-primary);
}

.call-info a {
  color: var(--color-dark);
  font-weight: bold;
}

/* .offcanvas-header {
  border-bottom: 1px solid gray;
} */

.offcanvas-header img {
  width: 100px;
  height: auto;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

.navbar-toggler i {
  color: #000;
}

.navbar-toggler {
  border: none !important;
}

.top-bar {
  display: flex;
  align-items: center;
  margin: auto 0px;
}

.top-bar h2 {
  color: var(--color-light);
  font-size: 14px;
  font-weight: 400;

}

.main-header {
  padding: 30px;
  /* position: sticky; */
  top: 0;
  z-index: 1030;
  background: #fff;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}


/* .main-header.scrolled .nav .nav-link .active{
  color: var(--color-light) !important;
}
.main-header.scrolled .nav{
  background-color: var(--color-primary); 

}
.main-header.scrolled {
  background-color: var(--color-primary); 
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  padding: 8px 0;
} */





.footer-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

/* .footer-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
} */

.cursor-dot {
  position: fixed;
  width: 6px;
  height: 6px;
  background: #198754;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  transition: transform 0.1s ease;
}

.cursor-circle {
  position: fixed;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(25, 135, 84, 0.4);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9998;
  transform: translate(-50%, -50%);
  transition:
    width 0.3s ease,
    height 0.3s ease,
    border-color 0.3s ease;
}

body:hover .cursor-circle {
  width: 15px;
  height: 15px;
  border-color: rgba(25, 135, 84, 0.2);
}

/*============================== footer =================================*/
.footer-section {
  width: 100%;
  background-image: linear-gradient(135deg,
      #1a3a32 0%,
      #2d6a4f 100%) !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  padding: 0px 0;
}

.offcanvas {
  /* background-image: linear-gradient(135deg, #ffffff 0%, #fdf6f0 100%) !important; */
  background-image: url('../image/home/offcanva.png');
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.inner-footer {
  padding: 40px 0px;
}

.inner-footer .list-unstyled img {
  width: 30px;
  height: auto;
  margin-right: 5px;
}

.inner-footer .foot-logo {
  width: 150px;
  height: auto;
}

.footer-section a {
  color: #f5f5f5;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-section .list-unstyled a img {
  transition: transform 0.3s ease, filter 0.3s ease;
}

.footer-section .list-unstyled a:hover img {
  transform: scale(1.1);
  filter: brightness(1.2) drop-shadow(0 2px 6px rgba(0, 0, 0, 0.3));
}

.footer-section a:hover {
  color: #DABE5B;
  text-decoration: underline;
}

.footer-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #fff;
}

.footer-section ul li {
  margin-bottom: 8px;
}

.footer-section .bi {
  color: var(--color-light);
  font-size: 1rem;
}

/* home banner */
.carousel-section .owl-carousel .item img {
  width: 100%;
  height: auto;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.carousel-section {
  position: relative;
  overflow: hidden;
}

.custom-pagination span {
  font-size: 24px;
  font-weight: 600;
}

.custom-pagination {
  position: absolute;
  bottom: 50px;
  left: 30px;
  z-index: 10;

  padding: 12px 24px;
  border-radius: 40px;
  color: #f9f9f9;
  font-weight: 600;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 1px;
  transition: all 0.4s ease;

}

.custom-pagination:hover {
  /* background: linear-gradient(135deg, rgba(40, 40, 40, 0.85), rgba(80, 80, 80, 0.7)); */
  transform: scale(1.06);
  color: #ffffff;
  /* box-shadow: 0 12px 28px rgba(0, 0, 0, 0.4); */
}

.carousel-section .owl-dots {
  position: absolute !important;
  right: 55px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  z-index: 10 !important;
}

.carousel-section .owl-dot span {
  display: none !important;
}

.carousel-section .owl-dot {
  width: 12px !important;
  height: 12px !important;
  background: #ddd !important;
  border-radius: 50% !important;
  transition: all 0.3s ease !important;
  border: 2px solid transparent !important;
}

.carousel-section .owl-dot:hover {
  background: var(--color-primary) !important;
  transform: scale(1.2) !important;
}

.carousel-section .owl-dot.active {
  background: var(--color-primary) !important;
  border-color: #fff !important;
  transform: scale(1.3) !important;
}



.custom-pagination #customPage strong {
  color: var(--color-primary) !important;
}

.about-right p strong {
  color: #000;
}

.about-right p {
  color: #000;
  text-align: justify;

}

.about-right p i {
  color: var(--color-primary);
  font-size: 22px;
  font-weight: 700;
}

.read-btn {
  display: inline-flex;
  align-items: center;
  padding: 10px 22px;
  /* background: #e31e25; */
  background: #e31e25;
  color: white;
  font-weight: 600;
  font-size: 16px;
  border-radius: 30px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: color 0.4s ease;
  box-shadow: 0 4px 15px rgba(227, 30, 37, 0.4);
  transition: transform 0.3s ease;
  font-family: var(--font-heading);
  border: none;

}

.read-btn:hover {
  color: white;
  background: var(--color-primary);
  box-shadow: 0 6px 20px;
}

.read-btn i {
  transition: transform 0.3s ease;
}

.read-btn:hover i {
  transform: translateX(4px);
}

.read-btn::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -75%;
  width: 50%;
  height: 200%;
  background: rgba(255, 255, 255, 0.3);
  transform: skewX(-20deg);
  transition: all 0.7s ease;
  pointer-events: none;
}

.read-btn:hover::before {
  left: 125%;
  transition: all 0.7s ease;
}

.inner-about {
  padding: 50px 0px;
}


.product-card {
  position: relative;
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.1);
  overflow: hidden;
  z-index: 1;
  border: 1px solid rgba(0, 0, 0, 0.05);
}


.product-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background: linear-gradient(135deg, #e6f4ec 0%, #b3e0cc 100%);
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0 85%);
  z-index: -1;
  transition: all 0.4s ease;
}


.product-card::after {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  /* background: linear-gradient(45deg, #198754, #157347); */
  z-index: -2;
  border-radius: 14px;
  opacity: 0;
  transition: opacity 0.4s ease;
}

/* Hover Effects */
.product-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
}

/* .product-card:hover::before {
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0 65%);
} */

.product-card:hover::after {
  opacity: 1;
}

.product-content .item {
  display: flex !important;
  min-height: 480px;
  margin-bottom: 20px;
}

.product-content .item .product-card {
  flex: 1 !important;
}

/* Content styling */
.product-card img {
  /* width: 300px !important;
  height: 300px !important; */
  width: 100%;
  height: 100%;
  border-radius: 8px;
  margin-bottom: 15px;
  transition: transform 0.4s ease;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}

.product-card:hover img {
  transform: scale(1.05) rotate(-2deg);
}

.product-img-overlay h3 {
  font-size: 14px;
  color: #000;
  background-color: #fff;
  padding: 10px 15px;
  border-radius: 45px;
  line-height: 35px;

}


.product-img-overlay h3 {
  font-size: 12px;
  color: #fff;
  background: linear-gradient(135deg, #0a9a47 0%, #4cdf82 100%);
  padding: 4px 14px;
  border-radius: 45px;
  line-height: 25px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  box-shadow:
    0 4px 6px rgba(0, 0, 0, 0.1),
    0 1px 3px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  border: none;
  cursor: pointer;
  display: inline-block;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.product-img-overlay h3::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.2) 50%,
      rgba(255, 255, 255, 0) 100%);
  transform: translateX(-100%);
  transition: transform 0.6s ease;
  z-index: -1;
}

.product-img-overlay h3:hover {
  transform: translateY(-2px);
  box-shadow:
    0 7px 14px rgba(10, 154, 71, 0.25),
    0 3px 6px rgba(0, 0, 0, 0.12);
}

.product-img-overlay h3:active {
  transform: translateY(0);
  box-shadow:
    0 2px 4px rgba(10, 154, 71, 0.3),
    0 1px 2px rgba(0, 0, 0, 0.1);
}


.product-img-overlay h3:hover::after {
  transform: translateX(100%);
}

.product-img-overlay {
  position: absolute;
  top: 0px;
  right: 0px;
}

.product-card h5 {
  font-size: 1.2rem;
  color: #2d3748;
  margin: 10px 0 5px;
  position: relative;
  display: inline-block;
  font-family: var(--font-heading);
}

.product-card h5::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 2px;
  background: linear-gradient(90deg, #cce3dc, #198754);

  transition: width 0.3s ease;
}

.product-card:hover h5::after {
  width: 80px;
}

.product-card {
  position: relative;
  overflow: hidden;
}

.product-content .item a {
  color: #000;
  text-align: end;
  display: flex;
  justify-content: end;
  align-items: center;
  margin: 5px 0px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
  font-family: var(--font-body);
}


.product-card:hover a {
  opacity: 1;
  transform: translateY(0);
}

.product-content .item a:hover {
  color: #198754;
  text-decoration: underline;
  transition: color 0.3s ease, text-shadow 0.3s ease;
}

.product-content .item a i {
  display: inline-block;
  transition: transform 0.3s ease;
}

.product-content .item a:hover i {
  transform: translateX(5px);
}

.product-card p {
  font-family: var(--font-body);
  color: #000 !important;
  font-size: 16px;
  margin-top: 10px;
}

.product-card:hover {
  transform: translateY(-5px);
}

.product-card img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 10px;
}



.inner-product {
  position: relative;
}

.custom-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(50%);
  background: var(--color-primary);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  font-size: 18px;
  pointer-events: all;
  transition: background 0.3s;
  display: block !important;
  z-index: 99;
}

.custom-nav button:hover {
  background: var(--color-primary);
}

.custom-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #198754;
  border: none;
  color: #fff;
  padding: 9px 10px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  transition: background 0.3s ease, transform 0.3s ease;
}

.custom-nav button:hover {
  background: #145c39;
  transform: translateY(-50%) scale(1.1);
}

.custom-prev {
  left: 0%;
}

.custom-next {
  right: 0%;
}


.product-card {
  margin: 0px 10px;
}



.inner-product {
  width: 100%;
  background-image: url('../image/home/product-bg.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 40px 0px 60px 0px;
}

.inner-product p {
  color: var(--color-light);
}

.inner-product .about-content {
  color: var(--color-light);
}

/* why choose */
.inner-why-choose {
  padding: 60px 0px;
}

/* Why Choose Us Section */
.why-choose-content {
  padding: 25px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.feature-card {
  display: flex;
  gap: 15px;
  padding: 20px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.feature-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(25, 135, 84, 0.1);
  border-radius: 50%;
}

.feature-icon svg {
  width: 24px;
  height: 24px;
}

.feature-text h4 {
  font-size: 1.1rem;
  color: #333;
  margin-bottom: 8px;
  font-weight: 600;
  font-family: var(--font-heading);
}

.feature-text p {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 768px) {
  .features-grid {
    grid-template-columns: 1fr;
  }
}




/* product carousel */
/* Main Carousel */
.main-carousel-container {
  position: relative;
  padding-right: 150px;
  /* Space for thumbnails */
}

.main-carousel {
  position: relative;
  overflow: hidden;
  border-radius: 0 0 0 15px;
}

.carousel-inner {
  border-radius: 0 0 0 15px;
  overflow: hidden;
}

.carousel-item {
  height: 500px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.carousel-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent 50%);
  z-index: 1;
}

.carousel-caption {
  bottom: 60px;
  left: 60px;
  right: auto;
  max-width: 500px;
  z-index: 2;
  text-align: left;
  padding: 30px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.5s ease;
}

.carousel-item.active .carousel-caption {
  transform: translateY(0);
  opacity: 1;
}

.carousel-caption h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--color-primary);
  position: relative;
  display: inline-block;
}

.carousel-caption h3::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 50px;
  height: 3px;
  background: var(--color-secondary);
}

.carousel-caption p {
  font-size: 1.1rem;
  color: var(--color-dark);
  margin-bottom: 20px;
}

.btn-explore {
  background: linear-gradient(135deg, var(--color-primary), var(--color-secondary));
  border: none;
  padding: 10px 25px;
  border-radius: 30px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.btn-explore:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Vertical Thumbnail Carousel */
.thumbnail-carousel-vertical {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 10px;
  z-index: 10;
}

.thumbnail-container-vertical {
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: 100%;
  justify-content: center;
}

.thumbnail-item-vertical {
  width: 100%;
  height: 80px;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 3px solid transparent;
  clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
  transform: translateX(20px);
  opacity: 0.7;
}

.thumbnail-item-vertical::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.thumbnail-item-vertical.active {
  border-color: var(--color-accent);
  transform: translateX(0);
  opacity: 1;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.thumbnail-item-vertical.active::after {
  background: rgba(0, 0, 0, 0);
}

.thumbnail-item-vertical:hover {
  transform: translateX(0);
  opacity: 1;
}

.thumbnail-img-vertical {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.thumbnail-item-vertical:hover .thumbnail-img-vertical {
  transform: scale(1.1);
}

/* Read More Section */
.read-more {
  background: white;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}

.read-more::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(to bottom, var(--color-primary), var(--color-secondary));
}

.read-more h3 {
  color: var(--color-dark);
  margin-bottom: 25px;
  position: relative;
  display: inline-block;
  font-weight: 600;
  font-size: 1.5rem;
}

.read-more h3::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 50px;
  height: 3px;
  background: var(--color-primary);
}

.contact-inner-form {
  position: relative !important;
}


.inner-testimonial {
  padding: 40px 0px;
}

.gallery-card {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 100%;
  border-radius: 10px;
}

.gallery-card img {
  max-width: 100%;
  height: auto;
  display: block;
}

.about-part {
  position: relative;
}


.test-right p {
  font-family: "ReemKufi-Regular";
  font-size: 20px;
  color: #696868;
  max-width: 700px;
}

.testmonial-section .container-fluid {
  max-width: 1400px;
}

.test-left img {
  border-radius: 10px;
}


.test-right {
  position: relative;
  z-index: 99;
}




.star-rating {
  font-size: 20px;
  color: #ccc;
  display: inline-block;
}

.star {
  cursor: default;
  color: #ccc;
  transition: color 0.3s;
}

.star.filled {
  color: #f5b301;
}

.test-card {
  padding: 20px 30px;
  border-style: dashed;
  border-width: 2px 2px 2px 2px;
  border-color: rgb(231, 231, 231);
  border-radius: 5px;
}

.test-content h4 {
  font-size: 18px;
  margin-top: 20px;
  text-align: justify;
}

.owl-custom-nav {
  display: none !important;
}



.inner-carousel {
  margin-top: 3 0px;
}

.testmonial-section {
  position: relative;
}

.test-overlay img {
  width: 70%;
  opacity: 0.5;
}

.test-overlay {
  position: absolute;
  left: -10px;
  bottom: 10%;
  z-index: 60;
  animation: sway 4s ease-in-out infinite;
  transform-origin: bottom left;

}


@keyframes sway {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(2deg);
  }

  50% {
    transform: rotate(0deg);
  }

  75% {
    transform: rotate(-2deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.test-left {
  position: relative;
  z-index: 99;
}

.gallery-card {
  position: relative;
  overflow: hidden;
}

.gallery-overlay:hover {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.gallery-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: all 0.4s ease;
  border-radius: 10px;
  overflow: hidden;
}

/* Title at bottom initially */
.gallery-overlay h2 {
  color: #fff;
  font-size: 24px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  font-family: 'ReemKufi-Regular' !important;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  transition: all 0.5s ease;
  padding: 5px 10px;
  border-radius: 5px;
}

/* Move h2 to top on hover */
.gallery-card:hover .gallery-overlay h2 {
  bottom: 50%;
  transform: translate(-50%, 0);
  background: transparent;
}

/* Paragraph (description) animation */
.gallery-overlay p {
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.5s ease;
  margin-top: 15px;
  z-index: 1;
}

/* Reveal paragraph on hover */
.gallery-card:hover .gallery-overlay p {
  opacity: 1;
  transform: translateY(0);
}

.inner-gallery {
  padding: 40px 0px;
}

.about-right h2 span {
  font-size: 42px;
  padding-left: 10px;
  font-family: "Raphtalia DEMO";
  font-weight: 500;
  color: #198754;
}

/* 
.about-right p {
  font-family: "ReemKufi-Regular";
  font-size: 18px;
  color: #696868;
  text-align: justify;
} */

.about-right h2 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 3px;
  color: #000;
  font-family: 'ReemKufi-Regular';
}

.benifits-section {
  padding: 30px 0px;
}

.benefits-card img {
  width: 150px;
}

.benefits-card {
  display: flex;
  flex-direction: row;
  padding: 20px 35px;
  gap: 20px;
  align-items: self-start;
}

.benefits-card p {
  font-family: "ReemKufi-Regular";
  font-size: 16px;
  color: #696868;
  text-align: justify;
}

.benefits-card h3 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 3px;
  color: #000;
  font-family: 'ReemKufi-Regular';
}

.benefits-card {
  transition: background 1.2s ease-in-out, box-shadow 1.2s ease-in-out;
  border-radius: 10px;
}

.benefits-card:hover h3 {
  color: #054d18;
}

.benefits-section {
  padding: 20px 0px;
}

.benefits-card p i {
  display: inline-block;
  transition: transform 0.4s ease, color 0.4s ease;
}

.benefits-card:hover p i {
  transform: translateX(6px);
  color: #054d18;
}

.benefits-card:hover img {
  animation: bounceImg 0.6s ease;
}

@keyframes bounceImg {
  0% {
    transform: translateY(0);
  }

  30% {
    transform: translateY(-8px);
  }

  50% {
    transform: translateY(4px);
  }

  70% {
    transform: translateY(-4px);
  }

  100% {
    transform: translateY(0);
  }
}



.benefits-card:hover {
  background: linear-gradient(90deg, #d4edda 0%, #c3e6cb 100%);
  box-shadow: 0 20px 30px rgba(25, 135, 84, 0.2);
}



.vission-head h4 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 3px;
  color: #000;
  font-family: 'ReemKufi-Regular';
}

.vission-head {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  align-items: center;
  align-self: center;
  margin: 20px;
}

.vission-left p {
  font-family: "ReemKufi-Regular";
  font-size: 16px;
  line-height: 32px;
  color: #696868;
  text-align: justify;
}

.vission-left {
  margin: 0 20px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 10px 25px;
  position: relative;
  overflow: hidden;
}

.vission-left * {
  position: relative;
  z-index: 2;
}

.vission-left:hover p i {
  color: #054d18;
}

.vission-left:hover h4 {
  color: #054d18;
}

.vission-left::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(120deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(152, 251, 152, 0.4) 50%,
      rgba(255, 255, 255, 0) 100%);
  transform: skewX(-20deg);
  transition: left 0.6s ease;
  z-index: 1;
}

.vission-left:hover::before {
  left: 130%;
}

.vission-section {
  padding: 40px 0px;
}

.vission-left {
  width: 100%;
  background-image: url('../img/about/vission-bg.webp');
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}

.benefits-img {
  width: 80%;
  height: auto;
}


/* Base Styles */
.hero-banner {
  position: relative;
  height: 350px;
  overflow: hidden;
}

.banner-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  transform: scale(1.1);
  animation: scaleDown 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

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

/* Image Styles with Animation */
.banner-image {
  position: absolute;
  width: 100%;
  overflow: hidden;
}

.gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.1) 100%);
}

/* Content Styles */
.banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 90%;
  max-width: 1200px;
  z-index: 2;
}

.banner-title {
  color: white;
  font-size: 54px;
  font-weight: 700;
  margin-bottom: 1.5rem;
  text-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 1s ease-out 0.3s forwards;
  display: contents;
}

.animated-line {
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
  margin: 0 auto;
  animation: lineGrow 1.5s ease-out 0.8s forwards;
}

/* Particle Animations */
.particle {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(2px);
  z-index: 1;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.particle-1 {
  width: 120px;
  height: 120px;
  top: 15%;
  left: 10%;
  animation-name: floatParticle;
}

.particle-2 {
  width: 80px;
  height: 80px;
  bottom: 20%;
  right: 15%;
  animation-name: floatParticleReverse;
  animation-delay: 2s;
}

.particle-3 {
  width: 60px;
  height: 60px;
  top: 30%;
  right: 20%;
  animation-name: floatParticleVertical;
  animation-delay: 4s;
}

/* Keyframe Animations */
@keyframes scaleDown {
  from {
    transform: scale(1.1);
  }

  to {
    transform: scale(1);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes lineGrow {
  from {
    width: 0;
  }

  to {
    width: min(80%, 600px);
  }
}

@keyframes floatParticle {

  0%,
  100% {
    transform: translate(0, 0) rotate(0deg);
  }

  25% {
    transform: translate(50px, -30px) rotate(90deg);
  }

  50% {
    transform: translate(30px, -60px) rotate(180deg);
  }

  75% {
    transform: translate(-20px, -40px) rotate(270deg);
  }
}

@keyframes floatParticleReverse {

  0%,
  100% {
    transform: translate(0, 0) rotate(0deg);
  }

  25% {
    transform: translate(-40px, 20px) rotate(-90deg);
  }

  50% {
    transform: translate(-20px, 50px) rotate(-180deg);
  }

  75% {
    transform: translate(30px, 30px) rotate(-270deg);
  }
}

@keyframes floatParticleVertical {

  0%,
  100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-80px) scale(1.2);
  }
}

/* Hover Effects */
.hero-banner:hover .banner-img {
  transform: scale(1.03);
  transition: transform 6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.hero-banner:hover .particle {
  animation-duration: 12s;
}

.certificate-inner {
  padding: 60px 0px;
}


.contact-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.section-title {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}

.section-title h2 {
  font-size: 2.5rem;
  color: var(--dark-color);
  margin-bottom: 15px;
}

.section-title p {
  font-size: 1.1rem;
  color: var(--text-color);
  max-width: 700px;
  margin: 0 auto;
}

.contact-content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 60px;
}




/* Contact Info Card with Clip Path */
.contact-info {
  flex: 1;
  min-width: 300px;
  background: white;
  padding: 40px;
  border-radius: 15px;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
  z-index: 1;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 80% 100%, 0 100%);
  transition: transform 0.3s ease;
}

.contact-info:hover {
  transform: translateY(-10px);
}

.contact-info {
  box-shadow: var(--shadow) !important;
}

.contact-info::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--color-primary), var(--color-secondary));
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.contact-info:hover::before {
  opacity: 1;
}

.contact-info:hover h3,
.contact-info:hover .info-item {
  color: white;
}

.contact-info h3 {
  font-size: 1.8rem;
  margin-bottom: 30px;
  color: var(--dark-color);
  position: relative;
  padding-bottom: 15px;
  font-family: var(--font-heading);

}

.contact-info h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: var(--color-primary);
  transition: width 0.3s ease;
}

.contact-info:hover h3::after {
  width: 100px;
  background: white;
}

.info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
  transition: color 0.3s ease;
}

.info-icon i {
  font-size: 1.2rem;
  color: var(--primary-color);
  margin-right: 15px;
  margin-top: 5px;
  transition: color 0.3s ease;
}

.contact-info:hover .info-icon {
  color: white;
}

.info-content h4 {
  font-size: 1.1rem;
  margin-bottom: 5px;
  color: var(--dark-color);
  transition: color 0.3s ease;
  font-family: var(--font-heading);

}

.contact-info:hover .info-content h4 {
  color: white;
}

.info-content a {
  color: var(--text-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-info:hover .info-content a {
  color: white;
}

.info-content a:hover {
  color: var(--accent-color);
  text-decoration: underline;
}

/* Contact Form */
.contact-form {
  flex: 1;
  min-width: 300px;
  background: white;
  padding: 40px;
  border-radius: 15px;
  box-shadow: var(--shadow);
}

.form-group {
  margin-bottom: 25px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: var(--dark-color);
}

.form-control {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 1rem;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.form-control:focus {
  border-color: var(--accent-color);
  outline: none;
  box-shadow: 0 0 0 3px rgba(72, 149, 239, 0.2);
}

textarea.form-control {
  min-height: 150px;
  resize: vertical;
}

.submit-btn {
  background: linear-gradient(to right, var(--primary-color), var(--secondary-color));
  color: white;
  border: none;
  padding: 12px 30px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: inline-block;
}

.submit-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(67, 97, 238, 0.3);
}

/* Map Section */
.map-container {
  width: 100%;
  height: 400px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: var(--shadow);
  margin-top: 40px;
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* Responsive Design */
@media (max-width: 768px) {
  .contact-content {
    flex-direction: column;
  }

  .contact-info {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 90% 100%, 0 100%);
  }

  .section-title h2 {
    font-size: 2rem;
  }
}

.card-content p {
  font-family: var(--font-body);
  color: #000;
}

.card-content h3 {
  margin-bottom: 20px;
  font-family: var(--font-heading);
  color: var(--primary-color) !important;
  font-size: 26px !important;

}

/* blog page */

/* Global Styles */
/* :root {

  --transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
} */

.subtitle {
  color: var(--gray);
  font-size: 1.2rem;
  max-width: 700px;
  margin: 0 auto;
}

/* Blog Grid */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.card-excerpt {
  color: var(--gray);
  margin-bottom: 1.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.read-more {
  display: inline-block;
  padding: 0.5rem 1.25rem;
  background: linear-gradient(45deg, var(--primary), var(--accent));
  color: white;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: var(--transition);
  border: none;
  cursor: pointer;
  font-size: 0.9rem;
}

.inner-blog {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  padding: 40px 0;
}

.blog-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  cursor: pointer;
}

.blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}

.blog-card img.card-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.4s ease;
  border-bottom: 2px solid #f4f4f4;
}

.blog-card:hover img.card-img {
  transform: scale(1.05);
}

.card-content {
  padding: 20px;
}

.card-content h3 {
  font-size: 1.4rem;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
}

.card-content p {
  color: #555;
  font-size: 1rem;
  line-height: 1.6;
}


.read-more:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(67, 97, 238, 0.3);
}


/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

.inner-blog {
  padding: 20px 0px 60px 0px;
}

.pulse {
  animation: pulse 2s infinite;
}

/* Responsive */
@media (max-width: 768px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: 2.2rem;
  }

  .modal-content {
    width: 95%;
  }

  .modal-img {
    height: 200px;
  }
}

.certificate-inner {
  position: relative;
}

.certificate-overlay img {
  width: 60%;
}

.certificate-overlay {
  position: relative;
  animation: windBlow 6s ease-in-out infinite alternate;
  transform-origin: center;
}

/* Wind-blowing keyframes */
@keyframes windBlow {
  0% {
    transform: translateX(0px) rotate(0deg) scale(1);
    opacity: 1;
  }

  25% {
    transform: translateX(-5px) rotate(-1deg) scale(1.01);
    opacity: 0.98;
  }

  50% {
    transform: translateX(5px) rotate(1.5deg) scale(1.02);
    opacity: 0.96;
  }

  75% {
    transform: translateX(-3px) rotate(-0.5deg) scale(1.01);
    opacity: 0.98;
  }

  100% {
    transform: translateX(3px) rotate(0.5deg) scale(1);
    opacity: 1;
  }
}

.certificate-overlay {
  position: absolute;
  bottom: 0%;
  left: 0%;
  z-index: -1;
}



/* package */



.rice-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9f5db 100%);
  position: relative;
  overflow: hidden;
}



.container {
  position: relative;
  z-index: 1;
}

.row {
  display: flex;
  flex-wrap: wrap;
  /* align-items: center; */
}

.col-6 {
  width: 50%;
  padding: 0 20px;
}

/* Product Info Styles - Enhanced */
.product-info {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.product-category {
  color: var(--primary);
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  position: relative;
}

.product-category::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 40px;
  height: 3px;
  background: var(--color-dark);
  transition: var(--transition);
}

.product-title {
  font-size: 2.8rem;
  margin-bottom: 25px;
  color: var(--dark);
  line-height: 1.2;
  font-weight: 700;
  position: relative;
  display: inline-block;
}

.product-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 80px;
  height: 4px;
  background: var(--primary-color);
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}

.product-description {
  color: #555;
  margin-bottom: 30px;
  line-height: 1.8;
  max-width: 500px;
  font-size: 1.1rem;
}

.product-features {
  margin-bottom: 40px;
}

.feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  position: relative;
  padding-left: 35px;
}

.feature-icon {
  width: 26px;
  height: 26px;
  background-color: rgb(25 135 84);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  font-size: 12px;
  position: absolute;
  left: 0;
  transition: var(--transition);
}

.feature-item:hover .feature-icon {
  transform: rotate(15deg) scale(1.1);
  background-color: #005fcc;
}

/* Product Gallery Styles - Redesigned */
.product-gallery {
  position: relative;
  height: 550px;
  perspective: 1200px;
}

.main-image-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
  background: white;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 80% 100%, 0 100%);
  transition: clip-path 0.6s ease;
}

.product-gallery:hover .main-image-container {
  clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
}

.main-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* position: absolute; */
  transition: var(--transition);
  /* padding: 30px; */
}

/* Thumbnail Styles - Updated */
.thumbnail-container {
  display: flex;
  gap: 55px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.thumbnail-item {
  position: relative;
  cursor: pointer;
  transition: var(--transition);
}

.thumbnail {
  width: 90px;
  height: 90px;
  border-radius: 12px;
  object-fit: cover;
  border: 3px solid transparent;
  transition: var(--transition);
  transform-style: preserve-3d;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
}

.thumbnail:hover {
  transform: translateY(-12px) scale(1.08) rotate(-1deg);
  box-shadow:
    0 4px 12px rgba(0, 0, 0, 0.08),
    0 8px 24px rgba(58, 125, 68, 0.15);
  /* border-color: rgb(25 135 84); */
  transition: all 0.3s ease-in-out;
  z-index: 3;
}

/* .thumbnail.active {
  transform: translateY(-15px) scale(1.1) rotate(-2deg);
  box-shadow:
    0 5px 15px rgba(0, 0, 0, 0.1),
    0 10px 30px rgba(58, 125, 68, 0.2);
  border: none;
  z-index: 5;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
} */
.thumbnail-container {
  position: relative;
  z-index: 1;
}

.thumbnail.active {
  transform: translateY(-15px) scale(1.1) rotate(-2deg);
  border: none;
  z-index: 5;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.feature-text h4 i {
  color: #145c39;
}


.offcanvas-contact i {
  transition: color 0.3s ease;
}

.offcanvas-contact a:hover i {
  color: var(--color-primary);
  /* Or any accent color */
}

.offcanvas-contact p a {
  color: #000;
}

.thumbnail.active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  height: 120px;
  background-color: rgba(144, 238, 144, 0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: all 0.4s ease-in-out;
}

@keyframes float {

  0%,
  100% {
    transform: perspective(1000px) rotateY(10deg) translateY(-8px) scale(1.1);
  }

  50% {
    transform: perspective(1000px) rotateY(-5deg) translateY(-12px) scale(1.12);
  }
}

.thumbnail-label {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  background: rgb(25 135 84);
  color: white;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  opacity: 0;
  transition: var(--transition);
  white-space: nowrap;
}

.thumbnail-item:hover .thumbnail-label {
  opacity: 1;
  bottom: -20px;
}

/* Animation for image change - Enhanced */
@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateX(30px) rotateY(-20deg);
  }

  100% {
    opacity: 1;
    transform: translateX(0) rotateY(0deg);
  }
}

@keyframes slideOut {
  0% {
    opacity: 1;
    transform: translateX(0) rotateY(0deg);
  }

  100% {
    opacity: 0;
    transform: translateX(-30px) rotateY(20deg);
  }
}

.slide-in {
  animation: slideIn 0.7s ease-out forwards;
}

.slide-out {
  animation: slideOut 0.7s ease-out forwards;
}

/* Product Badge */
.product-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: var(--accent);
  color: white;
  padding: 8px 15px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 14px;
  z-index: 2;
  box-shadow: 0 5px 15px rgba(255, 159, 28, 0.3);
  transform: rotate(15deg);
  transition: var(--transition);
}

.product-badge:hover {
  transform: rotate(0deg) scale(1.1);
}

/* Responsive */
@media (max-width: 992px) {
  .col-6 {
    width: 100%;
  }

  .product-gallery {
    height: 400px;
  }

  .thumbnail {
    width: 70px;
    height: 70px;
  }
}

@media (max-width: 768px) {
  .product-title {
    font-size: 2.2rem;
  }

  .main-image-container {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 90% 100%, 0 100%);
  }

  .thumbnail-container {
    justify-content: center;
  }
}


.product-info p i {
  font-size: 12px;
  margin: auto 0px;
  color: var(--primary-color);
}

.product-info p {
  font-family: var(--font-body);
  color: #000;
  font-size: 16px;
  margin-bottom: 10px !important;
  text-align: justify;
}

.product-features {
  margin-top: 15px;
}







.inner-package .package-carousel {
  padding: 40px 0;
  background: linear-gradient(135deg, #f5f7fa 0%, #f9f9f9 100%);
}

.inner-package .item {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  margin: 15px;
  position: relative;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.1);
}

.inner-package .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(74, 139, 139, 0.1) 0%, rgba(255, 255, 255, 0) 50%);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.inner-package .item:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.inner-package .item:hover::before {
  opacity: 1;
}

/* Text Content Styling */
.inner-package .package-left {
  padding: 40px;
  position: relative;
  z-index: 2;
}

.inner-package .package-title {
  font-size: 32px;
  font-weight: 800;
  color: #1a2e2e;
  margin-bottom: 12px;
  position: relative;
  display: inline-block;
}

.inner-package .package-title::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 50px;
  height: 3px;
  background: #4a8b8b;
  transition: width 0.3s ease;
}

.inner-package .item:hover .package-title::after {
  width: 80px;
}

.package-subtitle {
  font-size: 18px;
  font-weight: 500;
  color: #5a6f6f;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

.package-description {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 30px;
  position: relative;
}

.package-description::before {
  content: "“";
  font-size: 60px;
  color: rgba(74, 139, 139, 0.1);
  position: absolute;
  top: -20px;
  left: -15px;
  font-family: serif;
  z-index: -1;
}

/* Button Styling */
.package-btn {
  background: #4a8b8b;
  color: white;
  border: none;
  padding: 14px 28px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.package-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #3a7777;
  transition: width 0.3s ease;
  z-index: -1;
}

.package-btn:hover::after {
  width: 100%;
}

/* Image Styling */
.package-right {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 30px;
  position: relative;
}

.package-right::before {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(74, 139, 139, 0.1);
  z-index: 1;
}

.package-right::after {
  content: "ORGANIC";
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 12px;
  font-weight: 700;
  color: rgb(25 135 84);
  ;
  letter-spacing: 2px;
  opacity: 0.7;
}

.package-right img {
  max-height: 280px;
  object-fit: contain;
  filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.1));
  transition: transform 0.4s ease;
  position: relative;
  z-index: 2;
}

.item:hover .package-right img {
  transform: scale(1.05) rotate(2deg);
}

/* Responsive Adjustments */
@media (max-width: 768px) {

  .package-left,
  .package-right {
    padding: 25px;
    text-align: center;
  }

  .package-title::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .package-right::before {
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
}

.carousel-section .container-fluid {
  width: 99% !important;
  padding: 0px !important;
}

/* Section Styling */
.rice-section {
  padding: 80px 0;
  background: linear-gradient(to bottom, #f9f9f9 0%, #ffffff 100%);
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #1a2e2e;
}

.highlight {
  color: #4a8b8b;
  position: relative;
}

.highlight::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 8px;
  background: rgba(74, 139, 139, 0.2);
  z-index: -1;
}

/* Dynamic Content */
.dynamic-content {
  position: relative;
  min-height: 140px;
  margin: 2rem 0;
}

.content-item {
  position: absolute;
  opacity: 0;
  /* transform: translateY(10px); */
  transition: all 0.4s ease;
}

.content-item.active {
  opacity: 1;
  transform: translateY(0);
}

/* Features List */
.product-features {
  margin: 1.5rem 0;
}

.feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 0.8rem;
  font-size: 0.95rem;
}

.feature-icon {
  width: 24px;
  height: 24px;
  background: #e8f4f4;
  color: #4a8b8b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  font-size: 12px;
}

/* Thumbnail Navigation */
.thumbnail-nav {
  display: flex;
  gap: 15px;
  margin-top: 2rem;
}

.thumbnail-nav {
  position: relative;
  display: inline-block;

  z-index: 1;
}



.thumbnail-item {
  flex: 1;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 8px;
  padding: 10px;
  border: 1px solid #e0e0e0;
}

.thumbnail-item:hover {
  transform: translateY(-5px);
}

.thumbnail-item.active {
  border-color: #4a8b8b;
  background: #f5fafa;
}

.thumbnail-item img {
  width: 100%;
  max-height: 80px;
  object-fit: contain;
  margin-bottom: 8px;
  transition: transform 0.3s ease;
}

.thumbnail-item.active img {
  transform: scale(1.05);
}

.thumbnail-item span {
  display: block;
  font-weight: 600;
  color: #4a8b8b;
  font-size: 0.9rem;
}

/* Image Gallery */
.product-gallery {
  position: relative;
  padding: 20px;
  /* background: linear-gradient(135deg,
      #ffffff 0%,
      #f8f8f8 50%,
      #f0f0f0 100%); */
  background-color: #DEF1E7;
  /* box-shadow:
    inset 0 5px 15px rgba(255, 255, 255, 0.8),

    inset 0 -5px 15px rgba(200, 200, 200, 0.2),

    0 10px 30px rgba(0, 0, 0, 0.08); */

  position: relative;

  border-radius: 12px;
  /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); */
}

.main-image {
  width: 100%;
  /* height: auto; */
  /* max-height: 400px; */
  /* object-fit: contain; */
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
  /* transform: scale(0.98); */
}

.main-image.active {
  opacity: 1;
  /* transform: scale(1); */
}

/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fade-in {
  animation: fadeIn 0.6s ease forwards;
}

/* Preloader Container */
.custom-preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* Dots Container */
.custom-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Dots */
.custom-dot {
  height: 20px;
  width: 20px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: rgb(25, 135, 84);
  animation: custom-pulse 1.5s infinite ease-in-out;
}

.custom-dot:last-child {
  margin-right: 0;
}

.custom-dot:nth-child(1) {
  animation-delay: -0.3s;
}

.custom-dot:nth-child(2) {
  animation-delay: -0.1s;
}

.custom-dot:nth-child(3) {
  animation-delay: 0.1s;
}

.custom-dot:nth-child(4) {
  animation-delay: 0.3s;
}

.custom-dot:nth-child(5) {
  animation-delay: 0.5s;
}

/* Keyframes */
@keyframes custom-pulse {
  0% {
    transform: scale(0.8);
    background-color: rgb(25, 135, 84);
    box-shadow: 0 0 0 0 rgba(25, 135, 84, 0.6);
  }

  50% {
    transform: scale(1.2);
    background-color: rgb(25, 135, 84);
    box-shadow: 0 0 0 10px rgba(25, 135, 84, 0);
  }

  100% {
    transform: scale(0.8);
    background-color: rgb(25, 135, 84);
    box-shadow: 0 0 0 0 rgba(25, 135, 84, 0.6);
  }
}

.scroll-top-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  z-index: 999;
  border-radius: 50%;
  padding: 12px 15px;
  font-size: 20px;
  background-color: rgb(25, 135, 84);
  /* green base */
  color: #fff;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  border: none;
}

/* Hover Effect */
.scroll-top-btn:hover {
  background-color: #1a774f;
  transform: translateY(-5px) scale(1.1);
  box-shadow: 0 10px 20px rgba(25, 135, 84, 0.4);
}



/* -----------------------------rice catagory----------------------------------- */
.timeline-carousel {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Thumbnail Navigation */
.thumbnail-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 30px;
}

.timeline-carousel .thumbnail-item {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none !important;

}

.timeline-carousel .thumbnail-item:hover {
  transform: translateY(-5px);

}

.timeline-carousel .thumbnail-item.active {
  background: var(--primary-color);
  /* color: white;
  border-color: white; */
  transform: scale(1.1);
}





.timeline-carousel .thumbnail-item {
  position: relative;
  display: inline-block;
  margin: 10px;
  cursor: pointer;
}

.custom-tooltip {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-10px);
  background: linear-gradient(135deg, #2c3e50 0%, #1a1a1a 100%);
  color: #fff;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 0.85rem;
  font-weight: 500;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  z-index: 1000;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.timeline-carousel .custom-tooltip::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: #2c3e50 transparent transparent transparent;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.1));
}

/* Hover state */
.thumbnail-item:hover .custom-tooltip,
.thumbnail-item.active .custom-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

/* Active state glow */
.timeline-carousel .thumbnail-item.active .custom-tooltip {
  background: linear-gradient(135deg, #28a745 0%, #1e7e34 100%);
  box-shadow:
    0 4px 25px rgba(40, 167, 69, 0.3),
    inset 0 1px 1px rgba(255, 255, 255, 0.2);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

/* Optional: Add a subtle pulse animation */
@keyframes tooltipPulse {
  0% {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  }

  50% {
    box-shadow: 0 4px 25px rgba(44, 62, 80, 0.3);
  }

  100% {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  }
}

.thumbnail-item.active .custom-tooltip {
  animation: tooltipPulse 2s infinite ease-in-out;
}

.thumbnail-item:hover .custom-tooltip,
.thumbnail-item.active .custom-tooltip {
  opacity: 1;
  visibility: visible;
}


.rice-card {
  padding: 60px 20px;
  transition: all 0.3s ease;
  border-radius: 16px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg,
      rgba(25, 135, 84, 0.1) 0%,
      rgba(25, 135, 84, 0.3) 100%);

}

.rice-card::after {
  content: "";
  position: absolute;
  bottom: -60px;
  left: -60px;
  width: 260px;
  height: 260px;
  background: rgba(25, 135, 84, 0.15);
  border-radius: 50%;
  z-index: -1;
}

.rice-title {
  font-size: 26px;
  font-weight: 700;
  color: #198754;
  margin-bottom: 20px;
  font-family: var(--font-heading);
}


.timeline-carousel {
  margin-top: 50px;
}

.rice-desc {
  font-size: 1rem;
  line-height: 1.8;
  color: #000;
  margin-bottom: 25px;
}

.rice-features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.rice-features li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  color: #000;
  font-size: 0.95rem;
  transition: 0.3s;
}

.rice-features li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #198754;
  font-weight: bold;
}

.rice-left {
  padding: 20px;
}

.rice-right img {
  max-width: 70%;
  border-radius: 12px;
  /* box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1); */
  transition: transform 0.4s ease;
}

.rice-right img:hover {
  transform: scale(1.05);
}


.thumbnail-nav .rice-thumbnail img {
  width: 40%;

}

.rice-thumbnail-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px;
  padding: 30px 0;
  position: relative;
}

.rice-thumbnail {
  position: relative;
  text-align: center;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.rice-thumbnail img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border: 3px solid transparent;
  border-radius: 12px;
  transition: all 0.3s ease;
}


.custom-tooltip {
  margin-top: 8px;
  font-size: 0.9rem;
  color: #444;
  font-weight: 500;
}



.rice-thumbnail.active,
.rice-thumbnail:hover {
  transform: translateY(-4px) scale(1.05);
  background: rgba(25, 135, 84, 0.1);
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(25, 135, 84, 0.2);
  transition: all 0.3s ease;
}

.rice-thumbnail.active img,
.rice-thumbnail:hover img {
  border-color: #198754;
  filter: brightness(1.05);
}

.rice-thumbnail {
  position: relative;
  text-align: center;
  cursor: pointer;
  border-radius: 16px;
  padding: 10px;
  transition: all 0.4s ease;
  background-color: transparent;
}

.rice-thumbnail img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 12px;
  border: 3px solid transparent;
  transition: all 0.4s ease;
}

/* Hover effect */
.rice-thumbnail:hover {
  background: rgba(25, 135, 84, 0.08);
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 8px 20px rgba(25, 135, 84, 0.15);
}

/* Active state */
.rice-thumbnail.active {
  background: rgba(25, 135, 84, 0.15);
  box-shadow: 0 0 10px rgba(25, 135, 84, 0.2);
}

.rice-thumbnail.active img {
  border-color: #198754;
  filter: brightness(1.1);
}

/* Base style for all thumbnails */
.rice-thumbnail {
  position: relative;
  transition: all 0.3s ease;
}

/* Arrow for ALL thumbnails (hidden by default) */
.rice-thumbnail::after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%) scale(0);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid rgba(25, 135, 84, 0);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.1));
}

/* Active state - arrow appears */
.rice-thumbnail.active::after {
  transform: translateX(-50%) scale(1);
  border-top-color: #198754;
  animation: float 1.5s infinite ease-in-out;
}

@keyframes float {

  0%,
  100% {
    transform: translateX(-50%) translateY(0) scale(1);
  }

  50% {
    transform: translateX(-50%) translateY(-5px) scale(1.05);
  }
}

/* Optional: Different arrow colors for different states */
.rice-thumbnail:nth-child(1).active::after {
  border-top-color: #198754;
}

.rice-thumbnail:nth-child(2).active::after {
  border-top-color: #198754;
}

.rice-thumbnail:nth-child(3).active::after {
  border-top-color: #198754;
}

/* Hover effect for non-active items */
.rice-thumbnail:not(.active):hover::after {
  transform: translateX(-50%) scale(0.6);
  border-top-color: rgba(25, 135, 84, 0.3);
}


/* Responsive adjustments */
@media (max-width: 576px) {
  .rice-thumbnail-nav {
    gap: 12px;
  }

  .rice-thumbnail img {
    width: 80px;
    height: 80px;
  }

  .rice-thumbnail:not(:last-child)::after {
    right: -10px;
    border-left: 6px solid #198754;
  }
}

.rice-thumbnail {
  position: relative;
}

/* Tooltip container */
.rice-tooltip {
  position: absolute;
  top: -46px;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 14px;
  font-size: 13px;
  color: #fff;
  background: linear-gradient(135deg, #198754, #40c381);
  border-radius: 20px;
  white-space: nowrap;
  font-weight: 500;
  box-shadow: 0 4px 12px rgba(25, 135, 84, 0.3);
  opacity: 0;
  pointer-events: none;
  transition: all 0.35s ease;
  z-index: 10;
}

/* Tooltip arrow */
.rice-tooltip::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #40c381;
  /* fallback green for arrow */
  background: linear-gradient(135deg, #198754, #40c381);
  mask: linear-gradient(135deg, #000 0 100%);
}

/* Show tooltip on hover */
.rice-thumbnail:hover .rice-tooltip {
  opacity: 1;
  top: -52px;
}

.rice-thumbnail.active .rice-tooltip {
  opacity: 1;
  top: -52px;
}

/* Parent must be positioned */
.rice-thumbnail {
  position: relative;
}

/* Line below the rice-tooltip (not for last-child) */
.rice-thumbnail:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 40%;
  left: 125%;
  transform: translateX(-50%);
  margin-top: 8px;
  width: 40px;
  height: 2px;
  background-color: #198754;
  opacity: 0.4;
  border-radius: 1px;
}


.inner-rice {
  background-color: #fff !important;
}

.inner-rice {
  position: relative;
  z-index: 1;
}

.rive-overlay1 img {
  height: auto;
  opacity: 0.4;
}

.rive-overlay1 {
  position: absolute;
  right: 0px;
  top: 10%;
  animation: swayWind 6s ease-in-out infinite;
  transform-origin: center bottom;
  /* Optional: gives a more natural swing */
}

@keyframes swayWind {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(-1.5deg);
  }

  50% {
    transform: rotate(1.5deg);
  }

  75% {
    transform: rotate(-1deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.rive-overlay {
  position: absolute;
  left: 0%;
  bottom: -60px;
  z-index: -9;
}

.way-bridge-section {
  position: relative;
  z-index: 10;
}

.rive-overlay img {
  width: 70%;
  height: auto;
  opacity: 0.4;
}

@keyframes windBlow {

  0%,
  100% {
    transform: rotate(-1deg) translateX(0);
  }

  25% {
    transform: rotate(1deg) translateX(-5px);
  }

  50% {
    transform: rotate(1.5deg) translateX(5px);
  }

  75% {
    transform: rotate(-0.5deg) translateX(3px);
  }
}

.rice-thumbnail-controls button {
  padding: 5px 10px;
  font-size: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #198754;
  color: #198754;
  cursor: pointer;
  transition: 0.3s ease;
  font-size: 22px;
}

.rice-thumbnail-controls button:hover {
  background: #198754;
  color: #fff;
}

.rice-thumbnail-controls {
  display: flex;
  justify-content: end;
}

.head-rice {
  display: flex;
  justify-content: center;
  align-items: center;
}

.rice-head {
  width: 90%;
}

.rice-card .read-btn {
  position: relative;
  z-index: 99;
}

.top-welcome p {
  font-weight: 600;
}

.top-welcome p span {
  font-weight: 600;
}




/* home product */
.product-menu {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  justify-content: center;
}



.product-content {
  display: none;
}

.product-content.active {
  display: block;
}

.product-menu {
  display: flex;
  justify-content: center;
  gap: 20px;
  /* flex-wrap: wrap; */
  padding: 20px;
}

.tab-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.tab-link img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  padding: 5px;
  background-color: #fff;
  transition: transform 0.3s ease;
}

.tab-link p {
  margin-top: 10px;
  font-weight: bold;
  color: #333;
}

.tab-link:hover img {
  transform: scale(1.05);
}

.primium-btn .bi-arrow-left i {
  padding-right: 30px;

}

.primium-btn {
  /* background: #fff; */
  border: none;
  font-size: 1.5rem;
  color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 10px 15px;
  border-radius: 50%;
  z-index: 100;
  cursor: pointer;
}

/* .primium-btn:hover {
  background-color: #f2f2f2;
} */

.primium-btn {
  position: relative;
  /* background: #fff; */
  border: none;
  font-size: 23px;
  color: #222;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 10px 15px;
  border-radius: 50%;
  z-index: 1;
  cursor: pointer;
  overflow: hidden;
}

.primium-btn::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background-color: #d4f5d1;
  border-radius: 50%;
  z-index: -1;
  transition: background-color 0.3s ease;
  transition: transform 0.7s ease-in-out;
}

.primium-btn:hover::after {
  background-color: #b8efb4;
  position: absolute;
  top: 50%;
  left: 50%;
}



.product-menu {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 15px;
  /* background: #f8fafc; */
  border-radius: 12px;
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); */
}

.tab-link {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 8px;
}

.tab-link img {
  width: 55px;
  height: 55px;
  object-fit: contain;
  /* margin-bottom: 8px; */
  transition: all 0.3s ease;
}

.tab-link p {
  font-size: 16px;
  font-weight: 600;
  color: #222;
  margin: 0;
  transition: all 0.3s ease;
  font-family: var(--font-heading);
}

/* Active Tab Styles */
.tab-link.active {
  background: rgba(74, 222, 128, 0.1);
  color: #000;
  font-weight: 600;
}

.tab-link.active p {
  color: #198754;
  font-weight: 600;
}

/* 
.tab-link.active img {
  transform: scale(1.1);
  filter: drop-shadow(0 2px 4px rgba(34, 197, 94, 0.3));
} */

/* Animated Arrow Indicator */
/* .tab-link.active::after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 20%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #22c55e;
  opacity: 0;
  animation: fadeInUp 0.4s ease-out forwards;
} */

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(10px);
  }

  100% {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}

/* Hover Effects */
.tab-link:hover {
  background: rgba(74, 222, 128, 0.05);
}

.tab-link:hover p {
  color: #22c55e;
}

.tab-link:hover img {
  transform: translateY(-3px);
}




.way-bridge-section {
  padding: 30px 5%;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  position: relative;
  overflow: hidden;
}

.gallery-section {
  position: relative;
}

/* Liquid Background Effect */
.inner-gallery::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="rgba(25,135,84,0.05)" d="M0,192L48,197.3C96,203,192,213,288,229.3C384,245,480,267,576,250.7C672,235,768,181,864,181.3C960,181,1056,235,1152,234.7C1248,235,1344,181,1392,154.7L1440,128L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>');
  background-size: cover;
  background-position: bottom;
  z-index: 0;
}

/* Header Styles */
.section-header {
  text-align: center;
  margin-bottom: 10px;
  position: relative;
}

.title-wrapper {
  display: inline-block;
  position: relative;
}

.liquid-bar {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 8px;
  background: linear-gradient(90deg, #198754, #5bc0de);
  border-radius: 4px;
  transform-origin: left;
  animation: liquidFlow 3s infinite alternate;
}

@keyframes liquidFlow {
  0% {
    transform: scaleX(0.9);
  }

  100% {
    transform: scaleX(1.1);
  }
}

.section-title {
  font-size: 2.5rem;
  color: #212529;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgba(33, 37, 41, 0.1);
}

.section-subtitle {
  font-size: 1.2rem;
  color: #6c757d;
  font-weight: 300;
}

/* Content Layout */
.bridge-content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.text-content {
  flex: 1;
  min-width: 300px;
  max-width: 600px;
}

.description {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #000;
  margin-bottom: 30px;
}

/* Points List */
.bridge-points {
  list-style: none;
  padding: 0;
}

.bridge-points li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
  padding-left: 15px;
}

.point-icon {
  font-size: 14px !important;
  margin-right: 15px;
  transition: all 0.3s ease;
}

.bridge-points li:hover .point-icon {
  transform: rotate(15deg) scale(1.2);
  color: #198754;
}

.point-text {
  font-size: 1.1rem;
  color: #000;
  transition: all 0.3s ease;
}

.bridge-points li:hover .point-text {
  color: #198754;
  transform: translateX(5px);
}

/* Carousel Styles */
.image-carousel {
  flex: 1;
  min-width: 300px;
  max-width: 600px;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease;
}

.carousel-slide {
  min-width: 100%;
  position: relative;
}

.carousel-slide img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.carousel-slide:hover img {
  transform: scale(1.05);
}

.slide-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  color: white;
  padding: 20px;
  font-size: 1.2rem;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.carousel-slide:hover .slide-caption {
  transform: translateY(0);
}

.carousel-nav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}

.nav-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.nav-dot:hover {
  background: white;
  transform: scale(1.3);
}

.nav-dot.active {
  background: white;
  width: 30px;
  border-radius: 6px;
}

.bridge-points {
  list-style: none;
  padding: 0;
}

.bridge-points li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  text-decoration: none;
  list-style: none;
}

.point-icon {
  font-size: 1.5rem;
  color: #000;
  /* black */
  margin-right: 10px;
}


/* Responsive Design */
@media (max-width: 768px) {
  .bridge-content {
    flex-direction: column;
  }

  .section-title {
    font-size: 2rem;
  }

  .carousel-slide img {
    height: 250px;
  }
}

/* Customize pagination dots */
#way-bridge .owl-dots {
  text-align: center;
  margin-top: 15px;
}

#way-bridge .owl-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 5px;
  border-radius: 50%;
  background-color: #cfcfcf;
  transition: all 0.3s ease-in-out;
}

#way-bridge .owl-dot.active {
  background-color: #198754;
  transform: scale(1.2);
  box-shadow: 0 0 8px rgba(40, 167, 69, 0.5);
}

#way-bridge .item img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

#way-bridge .item img:hover {
  transform: scale(1.03);
  box-shadow: 0 6px 25px rgba(0, 128, 0, 0.3);
}

.left-bridge p {
  text-align: justify;
  color: #000;
}

/* Green Theme Ticker */
.scrolling-ticker-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: linear-gradient(145deg, #f0fdf4 0%, #dcfce7 100%);
  box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.02);
}

.scrolling-ticker {
  padding: 18px 0;
  position: relative;
}

.ticker-track {
  display: inline-flex;
  white-space: nowrap;
  animation: scrollTicker 35s linear infinite;
  will-change: transform;
}

.ticker-item {
  display: inline-flex;
  align-items: center;
  margin: 0 35px;
  padding: 10px 24px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(4px);
  border-radius: 50px;
  box-shadow:
    0 2px 8px rgba(16, 185, 129, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  border: 1px solid #d1fae5;
}

.ticker-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, #059669 0%, #10b981 100%);
  color: white;
  border-radius: 50%;
  margin-right: 14px;
  font-size: 16px;
  box-shadow:
    0 4px 6px rgba(5, 150, 105, 0.2),
    inset 0 1px 1px rgba(255, 255, 255, 0.3);
}

.ticker-text {
  font-size: 16px;
  font-family: var(--font-body);
  font-weight: 600;
  color: #064e3b;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  letter-spacing: 0.3px;
}

.ticker-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 120px;
  pointer-events: none;
  z-index: 2;
}

.ticker-overlay.left {
  left: 0;
  background: linear-gradient(90deg, #f0fdf4, transparent);
}

.ticker-overlay.right {
  right: 0;
  background: linear-gradient(90deg, transparent, #f0fdf4);
}

@keyframes scrollTicker {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* Hover Effects */
.ticker-item:hover {
  transform: translateY(-4px);
  box-shadow:
    0 6px 20px rgba(16, 185, 129, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  background: white;
}

.ticker-item:hover .ticker-icon {
  background: linear-gradient(135deg, #047857 0%, #0d9488 100%);
}

.scrolling-ticker:hover .ticker-track {
  animation-play-state: paused;
}

/* Responsive Design */
@media (max-width: 768px) {
  .ticker-item {
    margin: 0 30px;
    padding: 8px 18px;
  }

  .ticker-text {
    font-size: 1rem;
  }

  .ticker-overlay {
    width: 60px;
  }

  .ticker-icon {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
}

/* Safari Fix */
@supports (-webkit-touch-callout: none) {
  .ticker-item {
    backdrop-filter: none;
    background: rgba(255, 255, 255, 0.95);
  }
}

.carousel-section {
  margin-bottom: 20px;
}

.rice-section {
  position: relative;
}

.rice-overlay {
  position: absolute;
  left: 0px;
  bottom: 20%;
  opacity: 0.3;
}

.rice-overlay img {
  width: 60%;
}

.inner-home-product {
  position: relative;
}

.product-vector-overlay {
  position: absolute;
  right: 0px;
  bottom: 0px;
  opacity: 0.3;
}

.product-vector-overlay img {
  width: 250px;
  height: 25 0px;
}

.custom-owl .owl-dot {
  display: none !important;
}



/* product details */
/* Main Product Section */

/* Section Header */
.product-header h2 {
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}

.product-header h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: #145c39;
}

/* Sidebar Styles */
.sidebar {
  background: white;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  padding: 1.5rem;
  height: 100%;
}

.sidebar .nav-link {
  padding: 0.75rem 1rem;
  margin-bottom: 0.5rem;
  border-radius: 6px;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
  text-align: left;
  border: none;
  background: transparent;
}

.sidebar .nav-link:hover,
.sidebar .nav-link.active {
  background-color: #145c39;
  color: white;
  transform: translateX(5px);
}

/* Promo Box */
.promo-box {
  background: rgba(20, 92, 57, 0.08);
  border: 1px dashed #145c39;
  border-radius: 8px;
  padding: 1rem;
  text-align: center;
}

.promo-box p {
  color: #145c39;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

/* Product Controls */
.product-controls {
  margin-bottom: 2rem;
}

.search-bar .form-control {
  border: 1px solid #ddd;
  border-radius: 20px 0 0 20px;
  padding: 0.5rem 1rem;
}

.search-bar .btn {
  border-radius: 0 20px 20px 0;
  background-color: #145c39;
  color: white;
}

.view-toggle .btn {
  border-radius: 20px;
  padding: 0.5rem 1rem;
  transition: all 0.3s ease;
}

.view-toggle .btn.active {
  background-color: #145c39;
  color: white;
}

/* Product Cards - Grid View */
#gridView .product-card {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

#gridView .product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

#gridView .product-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-bottom: 1px solid #eee;
}

#gridView .product-card h6 {
  color: #333;
  font-weight: 600;
  margin: 1rem 1rem 0.5rem;
}

#gridView .product-card p {
  color: #145c39;
  font-weight: 600;
  margin: 0 1rem;
}

#gridView .product-card .btn-gold {
  background-color: #145c39;
  color: white;
  border-radius: 20px;
  padding: 0.3rem 1rem;
  margin: 1rem;
  align-self: flex-end;
}

/* Product Cards - List View */
#listView .product-card-list {
  background: white;
  border-radius: 10px;
  padding: 1.5rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

#listView .product-card-list:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

/* 
#listView .product-card-list img {
  border-radius: 8px;
  object-fit: cover;
  height: 120px;
  width: 120px;
} */

/* Responsive Adjustments */
@media (max-width: 992px) {
  .sidebar {
    margin-bottom: 2rem;
  }

  .product-controls {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .search-bar {
    width: 100%;
  }
}

@media (max-width: 768px) {
  #gridView .product-card img {
    height: 150px;
  }

  #listView .product-card-list {
    flex-direction: column;
  }

  #listView .product-card-list img {
    width: 100%;
    height: 200px;
    margin-bottom: 1rem;
  }
}

.product-card-list {
  position: relative;
}

.list-btn a {
  position: absolute;
  bottom: 5%;
  right: 30px;
}

.sidebar {
  position: sticky;
  top: 20px;
  /* height: calc(100vh - 40px); */
  overflow-y: auto;
  padding: 20px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.sidebar h5 {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 2px solid #f1f1f1;
  margin-bottom: 20px;
  font-family: var(--font-heading);
}

.sidebar .nav {
  gap: 10px;
}

.sidebar .nav-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-radius: 8px;
  color: #111;
  font-weight: bold;
  font-family: var(--font-heading);
  font-size: 18px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.sidebar .nav-link:hover {
  background: #e9ecef;
  color: #198754;
  border-color: #ced4da;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.sidebar .nav-link.active {
  background: #198754;
  color: white;
  font-weight: 600;
  border-color: #198754;
  box-shadow: 0 4px 12px rgba(25, 135, 84, 0.3);
}

.sidebar .nav-link.active:hover {
  background: #157347;
  transform: translateY(-2px);
}

.sidebar .nav-link img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.sidebar .nav-link:hover img {
  transform: scale(1.1);
}

/* 
.sidebar .nav-link.active img {
  filter: brightness(0) invert(1);
} */


/* Scrollbar styling */
.sidebar::-webkit-scrollbar {
  width: 6px;
}

.sidebar::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.sidebar::-webkit-scrollbar-thumb {
  background: #cbd5e0;
  border-radius: 10px;
}

.sidebar::-webkit-scrollbar-thumb:hover {
  background: #a0aec0;
}

/* Quick Links Styling */
.quick-links {
  margin-top: 30px;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 12px;
  border: 1px solid #e9ecef;
}

.quick-links-title {
  font-size: 1.1rem;
  color: #2c3e50;
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom: 2px dashed #dee2e6;
}

.quick-links-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.quick-links-menu li {
  margin-bottom: 8px;
}

.quick-link {
  display: flex;
  align-items: center;
  padding: 12px 15px;
  background: white;
  border-radius: 8px;
  color: #495057;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid #e9ecef;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
  position: relative;
  overflow: hidden;
}

.quick-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(25, 135, 84, 0.1);
  border-color: #198754;
  color: #198754;
}

.quick-link:hover .quick-link-arrow {
  transform: translateX(3px);
  color: #198754;
}

.quick-link-icon {
  margin-right: 12px;
  font-size: 1.2rem;
  transition: all 0.3s ease;
}

.quick-link-text {
  flex-grow: 1;
  font-weight: 500;
}

.quick-link-arrow {
  transition: all 0.3s ease;
  color: #adb5bd;
}

/* Promo Card Styling */
.promo-card {
  margin-top: 25px;
  background: linear-gradient(135deg, #198754 0%, #13653f 100%);
  border-radius: 12px;
  padding: 20px;
  color: white;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(25, 135, 84, 0.2);
  animation: float 4s ease-in-out infinite;
}

.promo-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #ffc107;
  color: #212529;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: bold;
  animation: pulse 2s infinite;
}

.promo-content h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.3rem;
}

.promo-content p {
  margin-bottom: 20px;
  font-size: 0.95rem;
  line-height: 1.5;
}

.discount {
  font-weight: bold;
  font-size: 1.2rem;
  color: #ffec99;
}

.promo-button {
  background: white;
  color: #198754;
  border: none;
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.promo-button:hover {
  background: #f8f9fa;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.promo-illustration {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 3rem;
  opacity: 0.2;
  z-index: 0;
}

/* Animations */
@keyframes float {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
  }

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

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

.product-detail-inner .container-fluid {
  width: 98%;
}

/* .sidebar {
    border-right: 1px solid #1f2b3c;
    background-color: var(--bg-color);
    border-radius: 10px;
    padding: 20px;
    position: sticky;
    height: 100vh;
    top: 100px;
    max-height: 650px;
    margin-top: 10px;
    overflow-y: visible !important;
    overflow-x: hidden;
} */
.sidebar {
  position: sticky;
  top: 20px;
  /* Adjust as needed based on header/navbar height */
  z-index: 10;
  align-self: start;
}

.product-detail-inner.row {
  align-items: flex-start;
  overflow: visible;
  min-height: 100vh;
}


/* Container */
.product-controls-container {
  padding: 5px 0;
  /* position: sticky; */
  top: 0;
  background: white;
  z-index: 100;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
}

.product-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 25px;
  border-radius: 12px !important;
}

/* Category Header */
.category-header h5 .category-name {
  font-family: var(--font-heading);
  color: var(--color-dark);
}

.category-header h5 {
  margin: 0;
  font-size: 1.3rem;
  font-weight: 600;
  color: #2a3439;
  display: flex;
  align-items: center;
  gap: 10px;
}

.category-icon {
  color: #198754;
  font-size: 1.1em;
}

.product-count {
  font-size: 0.85rem;
  color: #6c757d;
  font-weight: 400;
  margin-left: 5px;
}

/* Right Controls */
.controls-right {
  display: flex;
  align-items: center;
  gap: 25px;
}

/* Search Bar */
.search-container {
  position: relative;
  width: 280px;
  transition: all 0.3s ease;
}

.search-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #a0aec0;
  font-size: 0.95rem;
}

.search-input {
  width: 100%;
  padding: 10px 20px 10px 42px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  font-size: 0.92rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.search-input:focus {
  outline: none;
  border-color: #198754;
  background: white;
  box-shadow: 0 0 0 3px rgba(25, 135, 84, 0.1);
  padding-left: 45px;
}

.search-input::placeholder {
  color: #94a3b8;
}

.search-clear {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #cbd5e1;
  cursor: pointer;
  opacity: 0;
  transition: all 0.2s ease;
}

.search-input:not(:placeholder-shown)+.search-clear {
  opacity: 1;
}

/* View Toggle */
.view-toggle-container {
  display: flex;
  align-items: center;
  gap: 10px;
}

.view-label {
  font-size: 0.9rem;
  color: #64748b;
  font-weight: 500;
}

.view-toggle {
  display: flex;
  background: #f1f5f9;
  border-radius: 8px;
  padding: 4px;
}

.view-btn {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: transparent;
  color: #64748b;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.view-btn:hover {
  color: #198754;
  background: rgba(25, 135, 84, 0.1);
}

.view-btn.active {
  background: white;
  color: #198754;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* Responsive */
@media (max-width: 768px) {
  .product-controls {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    padding: 15px;
  }

  .controls-right {
    width: 100%;
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }

  .search-container {
    width: 100%;
  }

  .view-toggle-container {
    width: 100%;
    justify-content: space-between;
  }
}


.product-cards {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 15px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-cards:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
}

.product-card-img img {
  width: 100%;
  max-height: 450px;
  object-fit: contain;
  /* Show full image */
  background-color: #f8f8f8;
  /* Optional: adds a neat background behind image */
  border-radius: 8px;
  transition: transform 0.4s ease;
}

.product-cards img {
  border-radius: 8px;
  transition: transform 0.4s ease;
}



.product-cards:hover img {
  transform: scale(1.06);
}

.product-cards h6 {
  font-size: 20px;
  font-family: var(--font-heading);
  font-weight: 600;
  margin-top: 10px;
  color: #333;
}

.product-cards p {
  color: #777;
  margin: 5px 0 15px;
  font-size: 0.95rem;
}

.product-cards button:hover {
  background-color: #bfa12e;
  transform: scale(1.02);
}

.product-cards .read-btn {
  font-size: 14px;
  padding: 5px 12px;
  margin-top: 10px;
}

.product-card-list {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card-list:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.product-list-img {
  width: 20%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.4s ease;
}

.product-list-img:hover {
  transform: scale(1.05);
}

.btn-gold {
  background-color: #d4af37;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 6px 12px;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.btn-gold:hover {
  background-color: #b99328;
  box-shadow: 0 4px 10px rgba(212, 175, 55, 0.5);
}

/* Base Text Style with Permanent Underline Effect */
.product-cards P {
  color: gray;
  font-size: 15px;
}

.product-cards h6 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 10px;
  color: #000;
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
  /* Space for underline */
}


.zoom-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /* border: 2px solid #ddd; */
  border-radius: 10px;
}

.zoom-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease-out;
  transform-origin: center center;
}

.product-details h2 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  font-family: var(--font-heading);
}

.highlights ul li strong {
  font-size: 18px;
  color: #000;
  font-weight: bold;
}

.highlights ul li {
  font-family: var(--font-body);
  color: #000;

}

.premium-products h3 {
  font-family: var(--font-heading);
  color: #000;
  font-weight: bold;
}

.highlights h5 {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  font-family: var(--font-heading);
}

.col-lg-6 .position-relative {
  position: sticky !important;
  top: 20px;
  align-self: flex-start;
  z-index: 2;
}

.specs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* 2 columns */
  gap: 16px;
  /* space between grid items */
}

.specs-grid .spec-item {
  background: #f8f9fa;
  /* light background */
  border-radius: 8px;
  padding: 10px 14px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.specs-grid div p strong {
  color: #000;
  font-weight: bold;
}

.specs-grid div p {
  color: #000;
  font-size: 14px;
}

.specs-grid div {
  background-color: #e0e0e0;
  border-radius: 5px;
  padding: 10px 5px;
}

.specs-grid .spec-item .spec-header {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: #333;
}


.specs-grid .spec-item .spec-header i {
  color: #28a745;
  font-size: 1.2rem;
}

.specs-grid .spec-item .spec-value {
  margin-top: 4px;
  color: #555;
  font-size: 0.95rem;
}

.zoom-container img {
  border-radius: 12px;
}

.product-description {
  font-size: 16px;
  color: #000;
  font-family: var(--font-body);
  line-height: 24px;
  text-align: justify;
}

.spec-card {
  width: 100%;
}

.sidebar {
  position: sticky;
  top: 20px;
  /* distance from the top of viewport */
  z-index: 100;
  /* optional: keep above other elements */
}

.product-menu .active {
  background-color: #047857;
  box-shadow: none;
}

.product-cards {
  position: relative;
}

.card-overlay {
  position: absolute;
  top: 15px;
  right: 6%;
  background: linear-gradient(135deg, #28a745, #218838);
  padding: 4px 12px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
}

.card-overlay:hover {
  background: linear-gradient(135deg, #34d058, #239f46);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px) scale(1.03);
}

.card-overlay p {
  margin: 0;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.specs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* 2 columns */
  gap: 16px;
  /* space between grid items */
}

.spec-item {
  background: #f8f9fa;
  border-radius: 10px;
  padding: 12px 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.spec-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.spec-header {
  font-size: 1rem;
  color: #333;
  display: flex;
  align-items: center;
}

.spec-header i {
  color: #28a745;
  /* green icon */
  font-size: 1.1rem;
}

.spec-value {
  color: #333;
  font-size: 0.95rem;
  margin-top: 4px;
}

#modalProductHighlights {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.highlight-item {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 6px;
  font-size: 16px;
  color: #333;
}

.highlight-item:last-child {
  border-bottom: none;
}

.highlight-item strong {
  font-weight: 600;
  color: #000;
}

.zoom-container {
  position: sticky;
  top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 570px;
  width: 100%;
}

.zoom-container img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  border-radius: 12px;
}

/* Dropdown Button */
.dropdown-toggle {
  text-align: left;
  font-weight: 600;
  background: linear-gradient(135deg, #ffffff, #f1f3f6);
  border: 1px solid #ddd;
  color: #333;
  padding: 12px 16px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
  background: linear-gradient(135deg, #f9fafb, #e9ecef);
  color: #000;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

/* Dropdown Caret */
.dropdown-toggle::after {
  float: right;
  margin-top: 6px;
  border-top: 0.5em solid #333;
  border-right: 0.5em solid transparent;
  border-left: 0.5em solid transparent;
}

/* Dropdown Menu */
.dropdown-menu {
  border-radius: 12px;
  border: none;
  background: #fff;
  padding: 8px 0;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
  animation: fadeInDown 0.3s ease forwards;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }

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

/* Dropdown Items */
/* .dropdown-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  color: #555;
  padding: 10px 20px;
  transition: all 0.2s ease-in-out;
}

.dropdown-item img {
  width: 20px;
  height: 20px;
}

.dropdown-item:hover {
  background-color: #f8f9fa;
  color: #000;
  transform: translateX(4px);
  border-left: 3px solid #430001;
} */

/* Active & Focus State */
/* .dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus {
  background-color: #430001;
  color: #fff;
  font-weight: 600;
} */


.inner-product-home {
  padding: 30px 0px;
}

.product-inner-home .tab-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;

}

.product-inner-home ul {
  max-width: 900px;
  margin: 20px auto;
  border-radius: 300px;

}

.product-inner-home .tab-buttons .btn {
  border-radius: 30px;
  padding: 0.7rem 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.3s ease;
  font-family: var(--font-heading);
}

.tab-buttons .btn.active {
  background-color: #430001;
  color: #fff;
}

.product-inner-home.tab-content {
  text-align: center;
  padding: 1rem;
  border: 1px solid #ddd;
  border-radius: 10px;
}

.tab-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px;
  background-color: #f8f9fa;
  border-radius: 8px;
}

.tab-buttons .category-title {
  font-weight: 600;
  color: #000;
  margin-right: 15px;
  font-size: 1.1rem;
  font-family: var(--font-heading);

}

.tab-buttons .nav-item .nav-link {

  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 15px;
  border-radius: 6px;
  font-weight: 500;
  color: #000;
  background-color: #e8f5e9;
  border: 1px solid #c8e6c9;
  transition: all 0.3s ease;
  font-family: var(--font-heading);

}

.tab-buttons .nav-item .nav-link.active {
  background-color: #2e7d32;
  color: white;
  border-color: #1b5e20;
}

.tab-buttons .nav-item .nav-link:not(.active):hover {
  background-color: #c8e6c9;
  color: #1b5e20;
}

.tab-buttons .nav-link img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(35%) sepia(20%) saturate(1200%) hue-rotate(80deg) brightness(90%) contrast(90%);
}

.product-inner-home .custom-dropdown {
  position: relative;
}

.product-inner-home .dropdown-btn {
  display: block;
  margin-top: 15px;
  background: linear-gradient(135deg, #28a745, #218838);
  border: 2px solid #218838;
  border-radius: 50px;
  padding: 10px 15px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(40, 167, 69, 0.3);
}

.product-inner-home .dropdown-btn:hover {
  background: linear-gradient(135deg, #218838, #1e7e34);
  box-shadow: 0 6px 15px rgba(33, 136, 56, 0.4);
}

.product-inner-home .dropdown-btn .arrow {
  margin-left: 10px;
  font-size: 1.2rem;
}

.product-inner-home .dropdown-list {
  display: none;
  position: absolute;
  width: 100%;
  background: #ffffff;
  border: 1px solid #28a745;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  margin-top: 5px;
  overflow: hidden;
  animation: fadeIn 0.3s ease-in-out;
}

.product-inner-home .dropdown-item {
  padding: 10px 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 1rem;
  color: #333;
  transition: background 0.3s, color 0.3s;
}

.product-inner-home .dropdown-item img {
  width: 24px;
  height: 24px;
  object-fit: cover;
  border-radius: 50%;
}

.product-inner-home .dropdown-item:hover {
  background-color: #e9f7ef;
  color: #218838;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.tab-buttons .nav-link.active img {
  filter: brightness(0) invert(1);
}

.product-carousel-wrapper .owl-carousel .owl-item {
  display: flex;
  justify-content: center;
}

/* Navigation Buttons */
.product-carousel-wrapper .owl-nav {
  position: absolute !important;
  top: 50% !important;
  left: 0 !important;
  right: 0 !important;
  transform: translateY(-50%) !important;
  display: flex !important;
  justify-content: space-between !important;
  pointer-events: none !important;
}

/* Round Button Base */
.product-carousel-wrapper .owl-prev,
.product-carousel-wrapper .owl-next {
  pointer-events: auto !important;
  width: 50px !important;
  height: 50px !important;
  background: transparent !important;
  color: #047857 !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 24px !important;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1) !important;
  position: relative !important;
  border: 2px solid #047857 !important;
  overflow: hidden !important;
  z-index: 1 !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
}

/* Liquid Fill Effect */



/* Button Positioning */
.product-carousel-wrapper .owl-prev {
  margin-left: -25px !important;
}

.product-carousel-wrapper .owl-next {
  margin-right: -25px !important;
}

/* Dots Navigation with Liquid Effect */
.product-carousel-wrapper .owl-dots {
  text-align: center !important;
  margin-top: 30px !important;
}


/* Responsive Adjustments */
@media (max-width: 768px) {
  .product-carousel-wrapper {
    padding: 0 !important;
  }

  .product-carousel-wrapper .owl-prev,
  .product-carousel-wrapper .owl-next {
    width: 42px !important;
    height: 42px !important;
    font-size: 20px !important;
  }
}



@media (max-width: 768px) {
  .tab-buttons {
    justify-content: flex-start;
    padding: 0 10px;
  }

  .tab-buttons .nav-link {
    font-size: 0.9rem;
    padding: 0.5rem 0.9rem;
  }

  .tab-buttons .category-title {
    display: none;
  }
}

.inner-product-home {
  position: relative;
}

.product-home-overlay {
  position: absolute;
  right: 0;
  bottom: 0;
}

.product-home-overlay {
  width: 60%;
  opacity: 0.5;
  display: block;
}




.product-carousel-wrapper {
  position: relative !important;
  width: 95% !important;
  margin: 0px auto !important;
  padding: 20px 40px !important;
}

/* 
.owl-carousel .owl-stage {
  margin: 20px 0px;
} */

.product-card-home:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.product-warp {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product-card-home {
  width: 100%;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 20px 15px;
  position: relative;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
}

.product-img {
  width: 100%;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-bottom: 15px;
  transition: transform 0.4s ease;
}

.product-card-home:hover .product-img {
  transform: scale(1.05);
}

.product-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.product-content2 h2 {
  font-family: var(--font-heading);
  font-size: 20px;
  color: var(--color-dark);
  font-weight: 600;
}

.dropdown-toggle {
  background-color: #f8f9fa;
  color: #333;
  font-weight: 500;
  border-radius: 0.5rem;
}

.dropdown-menu {
  border-radius: 0.5rem;
  overflow: hidden;
}

/* 
.dropdown-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  padding: 0.75rem 1rem;
}

.dropdown-item:hover {
  background-color: #f0f0f0;
} */

.sidebar .nav .nav-link {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.product-detail-inner .dropdown-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: var(--font-heading);
  color: #000;
  font-weight: 600;
}


.header-warp {
  position: relative;
}

.navbar-brand {
  position: absolute;
  left: -15%;
  top: -150%;
}

.navbar .navbar-brand img {
  width: 120px;
  height: auto;
  padding: 0px !important;
}

 .button.owl-dot span {
  background-color: #198754 !important;
  color: #198754 !important;
}
/* 
.product-carousel-wrapper .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #198754 !important;
} */
.product-carousel-wrapper .owl-theme .owl-dots .owl-dot span {
    width: 17px;
    height: 12px;
    background: #ccc;
    display: inline-block;
    margin: 5px 4px;
    border-radius: 8px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.product-carousel-wrapper .owl-theme .owl-dots .owl-dot:hover span {
    background: #198754;
    border-color: #198754;
    transform: scale(1.1);
}

.product-carousel-wrapper .owl-theme .owl-dots .owl-dot.active span {
    background: #198754;
    border-color: #198754;
    box-shadow: 0 0 6px rgba(25, 135, 84, 0.4);
    transform: scale(1.15);
}


.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* dark background */
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0; /* hidden by default */
  transition: opacity 0.3s ease;
}

.gallery-overlay i {
  color: white;
  font-size: 2rem;
}

.gallery-card:hover .gallery-overlay {
  opacity: 1; /* show on hover */
}