


.logo-text {
  color: #007bff; /* text-primary */
  font-weight: bold;
  margin-bottom: 0;
  text-shadow:
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff;
}

.logo-text span {
  color: #000; /* text-dark */
}


.gtranslate_wrapper select {
  padding: 5px;
  border-radius: 4px;
  border: 1px solid #ccc;
  margin-left: 10px;
}

/* Mega menu heading styles */
.mega-title {
  font-weight: 700; /* Bold */
  color: red;   /* Dark green or any brand color you prefer */
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s ease-in-out;
  animation: fadeInDown 0.6s ease both;
}



/* Keyframes for animation */
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}






.mega-menu {
  left: 0;
  right: 0;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  border-radius: 0;
  z-index: 1000;
}



.mega-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mega-list li {
  margin-bottom: 8px;
  padding: 8px 0;
  border-bottom: 1px solid #eaeaea;
}

.mega-list li a {
  display: block;
  color: #444;
  text-decoration: none;
  padding: 6px 10px;
  border-radius: 4px;
  transition: all 0.2s ease;
}

.mega-list li a:hover {
  background-color: #f8f9fa;
  color: red;
  border-left: 5px solid red;
}

.mega-menu .col-md-3,
.mega-menu .col-md-2 {
  padding-left: 5px;
  padding-right: 5px;
}

.mega-menu .border-end {
  border-right: 1px solid #ddd;
}





.footer-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 50, 0, 0.6); /* Dark green transparent overlay */
    z-index: 0;
}
.hero-slider-wrapper {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-slider-wrapper::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.4); /* optional dark overlay */
  z-index: 1;
}

.hero-slider-wrapper .container,
.hero-slider-wrapper .carousel-inner {
  position: relative;
  z-index: 2;
}


.display-5{color: #434343;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.2px;
    margin: 25px 0 0;
    position: relative;
} 

/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
 }

 #spinner.show {
     transition: opacity .8s ease-out, visibility 0s linear .0s;
     visibility: visible;
     opacity: 1;
 }
/*** Spinner End ***/


.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.welcome h2 {
    color: #000000;
    font-size: 70px;
    margin: 15px 0 0px 0;
    font-family: 'PlayfairDisplay-Bold';
}
h1, h2, h3, .h1, .h2, .h3 {
    font-weight: 900 !important;
    font-family: 'Open Sans', sans-serif !important;
    
}



h4, h5, h6, .h4, .h5, .h6 {
    font-weight: 600 !important;
    font-family: 'Open Sans', sans-serif !important;
}

.my-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.py-6 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.wow,
.animated {
    animation-duration: 2s !important;
}

.qr-hover-zoom {
    transition: transform 0.3s ease;
}

.qr-hover-zoom:hover {
    transform: scale(1.1);
    z-index: 2;
    position: relative;
}

.floating-btn {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.floating-btn:hover {
    transform: scale(1.15);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}
#typing-text::after {
    content: '|';
    animation: blink 1s infinite;
}

@keyframes blink {
    0%, 50%, 100% { opacity: 1; }
    25%, 75% { opacity: 0; }
}

.faqt-item {
    background-color:#ddcccc;
    transition: all 0.3s ease;
    min-height: 250px;
}

.faqt-item:hover {
    background-color: #d4d9e1;
    color: #fff;
    transform: translateY(-5px);
}

.faqt-item:hover i {
    color: #fff;
}

.faqt-item i {
    color: #0d6efd;
    transition: color 0.3s ease;
}

.btn-play span {
    width: 60px;
    height: 60px;
    background: #0d6efd;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}

.btn-play span::before {
    content: "";
    position: absolute;
    top: 22px;
    left: 25px;
    border-style: solid;
    border-width: 10px 0 10px 16px;
    border-color: transparent transparent transparent #fff;
}
/*** Button Start ***/
.btn.btn-primary {
    border: 0;
        background:#22871c;
}




.btn.btn-primary:hover {
    background: var(--bs-dark) !important;
    color: #ffffff
}

.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 38px;
    height: 38px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}
/*** Button End ***/


/*** Navbar Start ***/






.navbar .navbar-nav .nav-link {
    padding: 10px 12px;
    font-weight: 600;
    font-size: 17px;
    transition: .5s;
    color: rgb(210 6 15);;
}



.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #32bb29;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }
    
    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        opacity: 1;
    }
}

.dropdown .dropdown-menu a:hover {
    background:#22871c;
    color: var(--bs-white);
}

#searchModal .modal-content {
    background-color: rgba(255, 255, 255, .95);
}
/*** Navbar End ***/


/*** Events Start ***/
.event .tab-class .nav-item a.active {
    background:  #32bb29!important;
}

.event .event-img .event-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(212, 167, 98, 0.7);
    border-radius: 8px;
    transition: 0.5s;
    opacity: 0;
    z-index: 1;
}

.event .event-img:hover .event-overlay {
    opacity: 1;
}
/*** Events End ***/


/*** service start ***/
.service .service-item {
    position: relative;
    height: 100%;
    border-radius: 8px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.service-content::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    bottom: auto;
    background: var(--bs-primary);
    border-radius: 8px;
    transition: 1s;
}

.service-item:hover .service-content::after {
    height: 100%;
    opacity: 1;
}

.service-item .service-content-icon {
    position: relative;
    z-index: 2;
}

.service-item .service-content-icon i,
.service-item .service-content-icon p {
    transition: 1s;
}

.service-item:hover .service-content-icon i {
    color: var(--bs-dark) !important;
}

.service-item:hover .service-content-icon p {
    color: var(--bs-white);
}

.service-item:hover .service-content-icon a.btn-primary {
    background: var(--bs-white);
    color: var(--bs-dark);
}

.service-item .service-content-icon a.btn-primary {
    transition: 1s !important;
}
/*** Services End ***/


/*** Menu Start ***/
.menu .nav-item a.active {
    background: var(--bs-primary) !important;
}

.menu .menu-item .border-bottom {
    border-bottom-style: dashed !important;
}
/*** Menu End ***/


/*** Youtube Video start ***/
.video {
    position: relative;
    height: 100%;
    min-height: 400px;
    background: linear-gradient(rgba(254, 218, 154, 0.1), rgba(254, 218, 154, 0.1)), url(../img/fact.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
}

.video .btn-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--bs-primary);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--bs-white);
    border-radius: 50%;
    transition: all 200ms;
}

.video .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid var(--bs-dark);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}
/*** Youtube Video End ***/


/*** Blog Start ***/
.blog-item {
    position: relative;
}

.blog-item img {
    transition: 0.5s;
}

.blog-item:hover img {
    transform: scale(1.3)
}

.blog-item .blog-content {
    position: relative;
    transform: translateY(-50%);
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.blog-item .blog-content a.btn h5 {
    transition: 0.5s;
}

.blog-item:hover .blog-content a.btn h5 {
    color: var(--bs-primary) !important;
}
/*** Blog End ***/


/*** Team Start ***/
.team-item {
    width: 100%;
    height: 100%;
    position: relative;
}

.team-item .team-icon {
    position: absolute;
    top: 0;
    right: 0;
}

.team-item .team-icon .share-link {
    opacity: 0;
    transition: 0.9s;
}

.team-item:hover .share-link {
    opacity: 1;
}

.team-item .team-content {
    transition: 0.9s;
}

.team-item:hover .team-content {
    background: var(--bs-primary) !important;
    color: var(--bs-dark) !important;
}

.team-item .team-content h4,
.team-item .team-content p {
    transition: 0.5s;
}

.team-item:hover .team-content h4 {
    color: var(--bs-dark) !important;
}

.team-item:hover .team-content p {
    color: var(--bs-white);
}
/*** Team End ***/


/*** testimonial Start ***/
.testimonial-item {
    border: 1px solid var(--bs-primary);
    padding: 20px 20px;
}

.testimonial-carousel .owl-item img {
   
}

.testimonial-carousel.owl-rtl .testimonial-item {
    direction: ltr !important;
}
/*** testimonial End ***/


/*** Contact start ***/
.contact-form {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

/*** Contact End ***/


/*** Footer Start ***/
.footer .footer-item a.text-body:hover {
    color: var(--bs-primary) !important;
}
/*** why choose us ***/

    /* Paste the CSS below */
   /* Container & general */
.fruits-choose-area {

  padding: 90px 0 90px 0;
  font-family: "Poppins", sans-serif;
  color: #222;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

.fruits-choose-wrapper-all {
  max-width: 1140px;
  margin: 0 auto;
}

/* Title */

.fruits-choose-title>h2 {color: #acbc40;
        text-shadow: -2px -2px 0 #000, 2px -2px 0 #d44243, -2px 2px 0 #000, 2px 2px 0 #000, -3px 0px 0 #429142, 3px 0px 0 #d2060f, 0px -3px 0 #000, 0px 3px 0 #438f41;
    font-size: 80px;
    font-weight: 900;
    letter-spacing: 0.2px;
    margin: 20px 0 0 33px;
    text-transform: uppercase;
}
/* Layout */
.row.mr50 {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.col-sm-6 {
  width: 48%;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .col-sm-6 {
    width: 100%;
  }
}

/* Single box styling */
.single-fruits-choose {
  display: flex;
  align-items: flex-start;
 
  border-radius: 20px;
  padding: 30px 30px 30px 20px;
  transition: all 0.3s ease;
  cursor: default;
}

.single-fruits-choose:hover {
  box-shadow:0 15px 30px rgb(58 96 43 / 76%);
  transform: translateY(-8px);
}

/* Number circle */
.fruits-choose-serial h3 {
  color: #fff; /* white */
  margin: 0;   /* remove default margin for perfect centering */
}
.landscape-single-fruit {
    margin-bottom: 10px;
}
.fruits-choose-serial {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  background-color: #ffffff; /* fallback */
 background-image: url('../img/icon/50.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60px;
  
  border-radius: 50%;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin-right: 30px;
  user-select: none;
 
  font-family: "Poppins", sans-serif;

  /* Flexbox centering */
  display: flex;
  align-items: center;     /* vertical center */
  justify-content: center; /* horizontal center */

  /* Optional: better text visibility */
  text-shadow: 0 0 5px rgba(0,0,0,0.7);
  
  /* Remove line-height */
  line-height: normal;
}


/* Text content */
.fruits-choose-content h4 {
  margin: 0 0 12px 0;
  font-size: 20px;
  font-weight: 700;
  color: #d20911; /* navy blue */
  font-family: "Poppins", sans-serif;
}

.fruits-choose-content p {
    margin: 0;
    font-size: 16px;
    color: #181a18;
    line-height: 1.55;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}

/* Responsive adjustments */
@media (max-width: 480px) {
  .fruits-choose-serial {
    width: 60px;
    height: 60px;
    font-size: 22px;
    line-height: 60px;
    margin-right: 15px;
  }

  .single-fruits-choose {
    padding: 20px 15px 20px 15px;
  }

  .fruits-choose-content h4 {
    font-size: 18px;
  }
}

.sticky-social-icons {
  position: fixed;
  top: 35%;
  left: 0;
  display: flex;
  flex-direction: column;
  z-index: 1000;
}

.sticky-social-icons a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: #22871c;
  color: white;
  margin: 5px 0;
  padding: 10px;
  font-size: 16px;
  width: 50px;  /* Only icon visible initially */
  height: 45px;
  text-decoration: none;
  border-radius: 0 5px 5px 0;
  overflow: hidden;
  transition: width 0.3s ease;
  white-space: nowrap;
}

.sticky-social-icons a:hover {
  width: 160px;
}

.sticky-social-icons a i {
  font-size: 18px;
  width: 30px;
  text-align: center;
  flex-shrink: 0;
}

.sticky-social-icons .label {
  margin-right: 10px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.sticky-social-icons a:hover .label {
  opacity: 1;
}

/* Colors */
.instagram { background-color: #E4405F; }
.facebook  { background-color: #3b5998; }
.linkedin  { background-color: #0077b5; }



/* WhatsApp Button */
/* WhatsApp Button */
.whatsapp-float {
  position: fixed;
  bottom: 190px;
  right: 20px;
  background-color: #25D366;
  color: white;
  border-radius: 50%;
  padding: 15px;
  font-size: 22px;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  text-decoration: none;
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  transition: transform 0.2s ease;
}

/* Call Button */
.call-float {
  position: fixed;
  bottom: 120px;
  right: 20px;
  background-color: #007bff;
  color: white;
  border-radius: 50%;
  padding: 15px;
  font-size: 22px;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  text-decoration: none;
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  transition: transform 0.2s ease;
}


/* Pulse Animation */
@keyframes pulsing {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.5);
  }
  70% {
    transform: scale(1.08);
    box-shadow: 0 0 0 10px rgba(0, 123, 255, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
  }
}


@media (max-width: 767.98px) {
  .mega-menu {
    max-height: 300px; /* ✅ Adjust height as per your need */
    overflow-y: auto;
    overflow-x: hidden;
    display: block !important; /* Forces dropdown to show in block on mobile */
    padding: 10px;
  }

  .mega-menu::-webkit-scrollbar {
    width: 6px;
  }

  .mega-menu::-webkit-scrollbar-thumb {
    background-color: #cccccc;
    border-radius: 10px;
  }
}

