/* =========================
GLOBAL
========================= */

body {
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Playfair Display', serif;
}


/* =========================
TOP BAR
========================= */

.top-bar-section {
    background: rgba(68, 176, 0, 1);
    overflow: hidden;
    width: 100%;
    padding: 5px 0;
}

.top-bar {
    overflow: hidden;
    white-space: nowrap;
}

.top-bar-wrapper {
    display: flex;
    width: max-content;
    animation: scrollLeft 35s linear infinite;
}

.top-bar-item {
    flex-shrink: 0;
    padding: 0 40px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
}

@keyframes scrollLeft {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* =========================
HEADER
========================= */

.main-header {
    background: #fff;
    padding:  0;
    position: relative;
    z-index: 99;
}

.navbar-brand img {
    max-width: 180px;
}

.navbar-nav {
    gap: 40px;
}

.nav-link {
    color: rgba(57, 79, 73, 1);
    font-size: 16px;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 15px;
}

.shop-btn {
    background: #304E42;
    color: #fff;
    padding: 12px 40px;
    border-radius: 40px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: 0.4s;
}

.shop-btn:hover {
    background: #1f342c;
}

.user-icon {
    width: 42px;
    height: 42px;
    border: 1px solid #ddd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #222;
    text-decoration: none;
}


/* =========================
HERO
========================= */

.hero-slide {
    min-height: 100dvh;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
}

.hero-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    /* background: rgba(0,0,0,0.35); */
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
    color: #fff;
}

.hero-top-text {
    font-size: 15px;
    margin-bottom: 25px;
    font-family: 'Raleway', sans-serif;
}

.hero-content h1 {
    font-size: 3.2rem;
    line-height: 1.1;
    font-weight: 400;
    margin-bottom: 25px;
}
.hero-content h1 span {
    color: #DFFFDF;
    font-style: italic;
}
.hero-description {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 35px;
    max-width: 560px;
}

.hero-btn {
    background: #DFF7D3;
    color: #1A1A1A;
    padding: 10px 40px;
    border-radius: 50px;
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
}


/* =========================
SWIPER
========================= */

.swiper-button-next, .swiper-button-prev {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.1);
    width: 45px;
    border-radius: 50%;
}
.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 10px;
}

/* ==========================================
   MAIN SECTION
========================================== */

.neo-proof-section {
    background: url(../images/Numbers.png) center/cover no-repeat;
    overflow: hidden;
    position: relative;
    height: 90dvh;
    
}



/* ==========================================
   LOGO STRIP
========================================== */

.neo-proof-section .neo-logo-strip {
    padding: 28px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.neo-proof-section .neoLogoSlider .swiper-slide {
    width: auto;
}

.neo-proof-section .neo-logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
}

.neo-proof-section .neo-logo-item img {
    max-height: 50px;
    width: auto;
    opacity: 0.9;
}

/* ==========================================
   NUMBERS AREA
========================================== */

.neo-proof-section .neo-numbers-area {
    padding: 90px 0;
    position: relative;
}

/* ==========================================
   LEFT CONTENT
========================================== */

.neo-proof-section .neo-number-content h2 {
    font-size: 3.5rem;
    line-height: 1.1;
    color: #111;
    margin-bottom: 40px;
    font-weight: 500;
}

.neo-proof-section .neo-number-content h2 span {
    display: block;
    color: #67bf2a;
    font-style: italic;
}

/* ==========================================
   RATING AREA
========================================== */

.neo-proof-section .neo-rating-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.neo-proof-section .neo-rating-icons {
    display: flex;
    align-items: center;
}

.neo-proof-section .neo-rating-icons span {
    width: 42px;
    height: 42px;

    border: 1px solid #67bf2a;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-left: -8px;

    background: #dff0d2;

    color: #304b43;
    font-size: 13px;
    font-weight: 600;
}

.neo-proof-section .neo-rating-icons span:first-child {
    margin-left: 0;
}

.neo-proof-section .neo-rating-wrap p {
    margin: 0;
    color: #444;
    line-height: 1.6;
    font-size: 15px;
}

/* ==========================================
   RIGHT STATS BOX
========================================== */

.neo-proof-section .neo-stats-box-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.neo-proof-section .neo-stat-card {
    background: #F3FFF3;
    border-radius: 12px;
    padding: 22px 24px;
    display: flex;
    align-items: center;
    gap: 18px;
    width: calc(50% - 9px);
    justify-content: center;
    align-content: center;
}

.neo-proof-section .neo-stat-card-full {
    width: 100%;
}

.neo-proof-section .neo-stat-card h3 {
    font-size: 42px;
    margin: 0;
    color: #304b43;
    font-weight: 600;
}

.neo-proof-section .neo-stat-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
    color: #333;
    font-weight: 600;
}

/* ==========================================
   RESPONSIVE
========================================== */

@media(max-width:991px){

    .neo-proof-section .neo-number-content h2 {
        font-size: 46px;
        margin-bottom: 30px;
    }

    .neo-proof-section .neo-number-content {
        margin-bottom: 40px;
    }
}

@media(max-width:767px){

    .neo-proof-section .neo-numbers-area {
        padding: 60px 0;
    }

    .neo-proof-section .neo-number-content h2 {
        font-size: 36px;
    }

    .neo-proof-section .neo-stat-card {
        width: 100%;
    }

    .neo-proof-section .neo-rating-wrap {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* ==========================================
   MAIN SECTION
========================================== */

.neo-reality-section {
    background: #3f564e;
    overflow: hidden;
}

/* ==========================================
   COLUMN AREA
========================================== */

.neo-reality-section .neo-reality-left {
    min-height: 100%;
    padding: 80px 20px;
}
.neo-reality-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.neo-reality-section .neo-reality-right {
    padding: 80px 0px 80px 50px;
}
/* ==========================================
   LEFT SIDE
========================================== */

.neo-reality-section .neo-reality-left {
    border-right: 1px solid rgba(255,255,255,0.3);
}

/* ==========================================
   HUMAN GRID
========================================== */

.neo-reality-section .neo-human-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px 24px;
    margin-bottom: 70px;
}

.neo-reality-section .neo-human-item {
    text-align: center;
}

.neo-reality-section .neo-human-item img {
    width: 60px;
    height: auto;
    opacity: 0.35;
    transition: 0.3s ease;
}

.neo-reality-section .neo-human-item.active img {
    opacity: 1;
}

/* ==========================================
   LEFT BOTTOM STAT
========================================== */

.neo-reality-section .neo-reality-stat {
    display: flex;
    align-items: center;
    gap: 25px;
    align-content: center;
}

.neo-reality-section .neo-reality-stat h2 {
    font-size: 110px;
    line-height: 0.9;
    color: #f5f5f2;
    margin: 0;
    font-weight: 500;
}

.neo-reality-section .neo-reality-stat p {
    max-width: 320px;
    color: rgba(255,255,255,0.8);
    font-size: 20px;
    line-height: 1.7;
    margin: 0 0 10px;
}

/* ==========================================
   RIGHT SIDE
========================================== */

.neo-reality-section .neo-reality-heading {
    margin-bottom: 60px;
}

.neo-reality-section .neo-reality-heading h2 {
    font-size: 3.5rem;
    line-height: 1.1;
    color: #f5f5f2;
    margin: 0;
    font-weight: 500;
}

.neo-reality-section .neo-reality-heading h2 span {
    display: block;
    color: #d9ebc9;
    font-style: italic;
}

/* ==========================================
   LIST WRAP
========================================== */

.neo-reality-section .neo-reality-list-wrap {
    display: flex;
    gap: 60px;
}

/* ==========================================
   LIST
========================================== */

.neo-reality-section .neo-reality-list {
    padding: 0;
    margin: 0;
    list-style: none;
    flex: 1;
}

.neo-reality-section .neo-reality-list li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 30px;

    color: rgba(255,255,255,0.85);

    font-size: 18px;
    line-height: 1.7;
}

.neo-reality-section .neo-reality-list li::before {
    content: "";
    position: absolute;

    top: 14px;
    left: 0;

    width: 5px;
    height: 5px;

    border-radius: 50%;
    background: #d9ebc9;
}

/* ==========================================
   RESPONSIVE
========================================== */

@media(max-width:1199px){

    .neo-reality-section .neo-reality-heading h2 {
        font-size: 52px;
    }

    .neo-reality-section .neo-reality-stat h2 {
        font-size: 90px;
    }

    .neo-reality-section .neo-reality-list li {
        font-size: 18px;
    }
}

@media(max-width:991px){

    .neo-reality-section .neo-reality-left,
    .neo-reality-section .neo-reality-right {
        padding: 60px 40px;
    }

    .neo-reality-section .neo-reality-left {
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,0.2);
    }

    .neo-reality-section .neo-reality-list-wrap {
        flex-direction: column;
        gap: 0;
    }
}

@media(max-width:767px){

    .neo-reality-section .neo-reality-left,
    .neo-reality-section .neo-reality-right {
        padding: 50px 20px;
    }

    .neo-reality-section .neo-human-grid {
        grid-template-columns: repeat(5, 1fr);
        gap: 20px 15px;
        margin-bottom: 50px;
    }

    .neo-reality-section .neo-human-item img {
        width: 42px;
    }

    .neo-reality-section .neo-reality-stat {
        flex-direction: column;
        align-items: flex-start;
    }

    .neo-reality-section .neo-reality-stat h2 {
        font-size: 70px;
    }

    .neo-reality-section .neo-reality-stat p {
        font-size: 16px;
    }

    .neo-reality-section .neo-reality-heading h2 {
        font-size: 36px;
    }

    .neo-reality-section .neo-reality-list li {
        font-size: 16px;
        margin-bottom: 25px;
    }
}

/* ===== PARENT SECTION ===== */
.comparison-section {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 0px;
    padding: 80px 40px;
    background: #f3f3f3;
    width: 100%;
}

/* ===== LEFT & RIGHT CONTENT PARENT ===== */
.comparison-section .content-block{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* ===== HEADING ===== */
.comparison-section .content-block h2{
  font-size: 48px;
  font-weight: 700;
  color: #374943;
  margin: 0;
}

/* ===== PARAGRAPH ===== */
.comparison-section .content-block p{
  font-size: 22px;
  color: #5d6b66;
  margin-top: 8px;
}

/* ===== IMAGE PARENT ===== */
.comparison-section .image-block{
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ===== MICROGREENS IMAGE ===== */
.comparison-section .microgreens-image img{
 
  height: auto;
  object-fit: contain;
}

/* ===== EQUAL SYMBOL ===== */
.comparison-section .equal-sign{
  font-size: 70px;
  font-weight: 700;
  color: #374943;
}

/* ===== SACHET IMAGE ===== */
.comparison-section .sachet-image img{
  
  height: auto;
  object-fit: contain;
}













/* ==========================================
   Main Section
========================================== */

.neo-nutrition-section {
    background: #f5f5f2;
    overflow: hidden;
}

/* ==========================================
   Stats Section
========================================== */

.neo-stats-wrapper {
    padding: 50px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.neo-stat-box h2 {
    font-size: 60px;
    font-weight: 600;
    color: #314a43;
    margin-bottom: 10px;
    font-family: 'Raleway';
}

.neo-stat-box p {
    font-size: 18px;
    line-height: 1.5;
    color: #222;
    text-align: justify;
    font-weight: 600;
}

/* ==========================================
   Top Content
========================================== */

.neo-top-content {
    padding: 80px 0 50px;
}

.neo-heading-block h2 {
    font-size: 3.5rem;
    line-height: 1.1;
    font-weight: 500;
    color: #111;
}
.neo-heading-block h2 span {
    display: block;
    color: #44B000;
    font-style: italic;
    font-weight: 400;
}

.neo-description-block p {
    font-size: 18px;
    line-height: 1.7;
    color: #5f6b66;
}

/* ==========================================
   Swiper
========================================== */

.neoNutritionSlider {
    overflow: visible;
    padding-bottom: 40px;
}

.neoNutritionSlider .swiper-slide {
    width: 320px;
}

/* ==========================================
   Card
========================================== */

.neo-info-card {
    position: relative;
    height: 520px;
    border-radius: 24px;
    overflow: hidden;
}

.neo-info-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.neo-stat-box {
    display: flex;
    align-items: flex-end;
    align-content: center;
    justify-content: space-evenly;
}
/* ==========================================
   Badge
========================================== */

.neo-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;

    background:#44B000;
    color: #fff;

    padding: 10px 18px;
    border-radius: 50px;

    font-size: 14px;
    font-weight: 600;
}

/* ==========================================
   Overlay
========================================== */
.neo-card-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 30px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgb(0 0 0 / 46%));
    color: #fff;
}

.neo-card-overlay h4 {
    font-size: 23px;
    line-height: 1.1;
    margin-bottom: 15px;
    font-family: 'Raleway';
}
.neo-card-overlay p {
    font-size: 14px;
    line-height: 1.6;
}

/* ==========================================
   Responsive
========================================== */

@media(max-width:991px){

    .neo-heading-block h2 {
        font-size: 46px;
    }

    .neo-stat-box h2 {
        font-size: 48px;
    }

    .neo-info-card {
        height: 460px;
    }
}

@media(max-width:767px){

    .neo-top-content {
        padding: 50px 0 30px;
    }

    .neo-heading-block h2 {
        font-size: 36px;
    }

    .neo-stat-box {
        margin-bottom: 30px;
    }

    .neoNutritionSlider .swiper-slide {
        width: 260px;
    }

    .neo-card-overlay h4 {
        font-size: 28px;
    }
}

/* =========================================
   INGREDIENTS SECTION
========================================= */
section.ingredients {
    background-color: #000;
    border-radius: 30px;
}
.ingredients-section{
  position:relative;
}
.ingredients-title {
    text-align: center;
    margin: 40px 0px 70px 0px;
    color: #fff;
}
h2.titile-ingredients {
    font-size: 3.5rem;
    margin-bottom: 15px;
}
/* =========================================
   PARENT TITLE FROM DATA ATTRIBUTE
========================================= */

.ingredients-section::before{
  content:attr(data-parent);
  display:block;
  text-align:center;
  font-size:56px;
  font-weight:700;
  margin-bottom:60px;
  color:#fff;
}

/* =========================================
   MAIN FLEX WRAPPER
========================================= */

.ingredients-wrapper{
  display:flex;
  gap:14px;
  height:520px;
}

/* =========================================
   SINGLE CARD
========================================= */

.ingredient-card{
  position:relative;
  flex:.7;
  overflow:hidden;
  border-radius:24px;
  cursor:pointer;
  transition:.6s ease;
}

/* =========================================
   CARD IMAGE
========================================= */

.ingredient-card img{
  width:100%;
  height:100%;
  object-fit:cover;
}

/* =========================================
   DARK OVERLAY
========================================= */

.overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(
    to top,
    rgba(0,0,0,.9),
    rgba(0,0,0,.2)
  );
}

/* =========================================
   BOTTOM CONTENT
========================================= */

.content {
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 2;
    opacity: 0;
    transform: translateY(30px);
    transition: .5s ease;
    max-width: 90%;
    color: #fff;
}

/* CONTENT TITLE */

.content h3{
  font-size:34px;
  margin-bottom:12px;
}

/* =========================================
   VERTICAL SIDE TITLE
========================================= */

.vertical-title {
    position: absolute;
    left: 50%;
    bottom: 50%;
    transform: translateX(-50%) rotate(-90deg);
    transform-origin: center;
    white-space: nowrap;
    z-index: 2;
    color: #fff;
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: 600;
}

/* =========================================
   HIDE VERTICAL TITLE FOR ACTIVE CARD
========================================= */

.ingredient-card.active .vertical-title{
  opacity:0;
}

/* =========================================
   DEFAULT STATE (ACTIVE CARD SHOWS CONTENT)
========================================= */

.ingredient-card .content{
  opacity:0;
  transform:translateY(30px);
  transition:.4s ease;
}

.ingredient-card.active .content{
  opacity:1;
  transform:translateY(0);
}

/* =========================================
   WHEN HOVERING WRAPPER → HIDE ALL CONTENT
========================================= */

.ingredients-wrapper:hover .ingredient-card .content{
  opacity:0;
  transform:translateY(30px);
}

/* =========================================
   SHOW ONLY HOVERED CARD CONTENT
========================================= */

.ingredients-wrapper .ingredient-card:hover .content{
  opacity:1;
  transform:translateY(0);
}

/* =========================================
   MAIN BUTTON STYLE
========================================= */

.custom-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;

  padding:12px 20px;
  border-radius:999px;

  border:2px solid #39ff14;   /* neon green */
  color:#fff;
  text-decoration:none;
width: fit-content;
  font-size:14px;
  font-weight:500;

  transition:0.3s ease;
  position:relative;
}

/* =========================================
   ARROW STYLE
========================================= */

.custom-btn .arrow{
  transition:0.3s ease;
  display:inline-block;
}

/* =========================================
   HOVER EFFECT
========================================= */

.custom-btn:hover{
  background:#39ff14;
  color:#000;
  box-shadow:0 0 18px rgba(57,255,20,0.6);
}

.custom-btn:hover .arrow{
  transform:translateX(5px);
}

.ingredients-btn-view {
  
    position: relative;
    margin: 0 auto;
    display: block;
    margin: 50px 0px 0px 0px;
    text-align: center;
}
/* =========================================
   DEFAULT ACTIVE CARD
========================================= */

.ingredient-card.active{
  flex:12;
}

.ingredient-card.active .content{
  opacity:1;
  transform:translateY(0);
}

/* =========================================
   HOVER ANIMATION
========================================= */

.ingredients-wrapper:hover .ingredient-card{
  flex:.7;
}

/* EXPAND HOVERED CARD */

.ingredients-wrapper .ingredient-card:hover{
  flex:12;
}

/* SHOW CONTENT ON HOVER */

.ingredients-wrapper .ingredient-card:hover .content{
  opacity:1;
  transform:translateY(0);
}

/* HIDE VERTICAL TITLE ON HOVER */

.ingredients-wrapper .ingredient-card:hover .vertical-title{
  opacity:0;
}

/* ==========================================
   time line SECTION
========================================== */

.timeline-section {
  padding: 90px 0;
  background: #f5f5f2;
  overflow: hidden;
}

.timeline-container {
  width: 100%;
 
}

/* ==========================================
   TOP AREA
========================================== */

.timeline-top {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  padding-right: 60px;
  margin-bottom: 60px;
}

.timeline-heading {
  width: 50%;
}

.timeline-heading h2 {
    font-size: 3.5rem;
    line-height: 1.1;
    font-weight: 500;
    color: #425347;
    margin: 0;
}

.timeline-heading h2 span {
  color: #8dc63f;
  font-style: italic;
}

.timeline-content {
  width: 40%;
}

.timeline-content p {
    font-size: 18px;
    line-height: 1.8;
    color: #394F49;
    margin: 0;
}

/* ==========================================
   SWIPER
========================================== */

.timeline-swiper {
  overflow: visible;
}

.timeline-swiper .swiper-slide {
  width: 320px;
}

/* ==========================================
   CARD
========================================== */

.timeline-card {
  position: relative;
}

/* TOP LINE */

.timeline-line {
  position: relative;
  margin-bottom: 18px;
  padding-top: 14px;
}

.timeline-line::before {
    content: "";
    position: absolute;
    top: 26px;
    left: 85px;
    width: 75%;
    height: 2px;
    background: #a7d26d;
}

.timeline-line span {
  font-size: 14px;
  color: #69736d;
  font-weight: 600;
}

/* IMAGE */

.timeline-image {
  position: relative;
  height: 430px;
  border-radius: 14px;
  overflow: hidden;
}

.timeline-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* OVERLAY */

.timeline-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.05) 30%,
    rgba(0, 0, 0, 0.75) 100%
  );
}

/* CONTENT */

.timeline-info {
    position: absolute;
    /* left: 24px; */
    /* right: 24px; */
    bottom: 0px;
    z-index: 2;
    background-color: #0000004f;
    padding: 35px;
    border-radius: 20px;
}

.timeline-info h3 {
    font-size: 19px;
    line-height: 1.1;
    color: #DFFFDF;
    margin: 12px 0px;
    font-weight: 500;
    font-family: 'Raleway';
}

.timeline-info p {
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
      font-weight: 400;
}

/* ==========================================
   MOBILE
========================================== */

@media (max-width: 991px) {

  .timeline-container {
    padding-left: 20px;
  }

  .timeline-top {
    flex-direction: column;
    gap: 25px;
    padding-right: 20px;
    margin-bottom: 40px;
  }

  .timeline-heading,
  .timeline-content {
    width: 100%;
  }

  .timeline-heading h2 {
    font-size: 40px;
  }

  .timeline-content p {
    font-size: 15px;
    line-height: 1.7;
  }

  .timeline-swiper .swiper-slide {
    width: 280px;
  }

  .timeline-image {
    height: 380px;
  }

  .timeline-info h3 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {

  .timeline-section {
    padding: 70px 0;
  }

  .timeline-heading h2 {
    font-size: 34px;
  }

  .timeline-swiper .swiper-slide {
    width: 240px;
  }

  .timeline-image {
    height: 340px;
  }

  .timeline-info {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }

  .timeline-info h3 {
    font-size: 21px;
    margin-bottom: 10px;
  }

  .timeline-info p {
    font-size: 13px;
    line-height: 1.5;
  }
}


/* =========================
   compare SECTION
========================= */

.compare-section {
    position: relative;
    padding: 80px 20px;
    background: #0f0f0f;
    overflow: hidden;
}

.compare-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.45) 0%,
      rgba(0, 0, 0, 0.75) 100%
    ),
    url("../images/table.png") center/cover no-repeat;
  z-index: 1;
}

.compare-container {
  position: relative;
  z-index: 2;

}

/* =========================
   TITLE
========================= */

.compare-title {
    color: #fff;
    font-size: 3.5rem;
    line-height: 1.1;
    font-weight: 500;
    margin-bottom: 50px;
    /* max-width: 760px; */
}
.compare-title span {
  font-style: italic;
  color: #d7efd0;
}

/* =========================
   TABLE
========================= */

.compare-table-wrapper {
  overflow-x: auto;
  border-radius: 20px;
}

.compare-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 900px;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
}

.compare-table th {
  background: #ececec;
  padding: 22px 18px;
  text-align: left;
  font-size: 17px;
  font-weight: 600;
  color: #222;
}

.compare-table .neo-head {
  background: #30463d;
  color: #fff;
}

.compare-table td {
  padding: 22px 18px;
  border-top: 1px solid #e5e5e5;
  font-size: 15px;
  color: #333;
  vertical-align: top;
}

.compare-table .neo-cell {
  background: #dcefd8;
  font-weight: 500;
}

.cell-flex {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  line-height: 1.6;
}

.check,
.cross {
  width: 22px;
  height: 22px;
  min-width: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  margin-top: 2px;
}

.check {
  background: #4caf50;
  color: #fff;
}

.cross {
  background: #5b5b5b;
  color: #fff;
}

/* =========================
   MOBILE
========================= */

@media (max-width: 768px) {
  .compare-section {
    padding: 70px 16px;
  }

  .compare-title {
    font-size: 34px;
    margin-bottom: 30px;
  }

  .compare-table {
    min-width: 100%;
  }

  .compare-table thead {
    display: none;
  }

  .compare-table,
  .compare-table tbody,
  .compare-table tr,
  .compare-table td {
    display: block;
    width: 100%;
  }

  .compare-table tr {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px solid #e7e7e7;
  }

  .compare-table td {
    border-top: 1px solid #ececec;
    padding: 14px 16px;
    position: relative;
  }

  .compare-table td:first-child {
    background: #f5f5f5;
    font-weight: 700;
    border-top: 0;
  }

  .compare-table td::before {
    content: attr(data-label);
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #777;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  .compare-table td:first-child::before {
    display: none;
  }

  .compare-table .neo-cell {
    background: #dff1db;
  }

  .cell-flex {
    gap: 10px;
  }
}

/* =========================
   SECTION
========================= */

.neo-results-section{
    background:#000;
    padding:90px 0;
    overflow:hidden;
}

/* =========================
   HEADING
========================= */

.neo-results-section .neo-results-heading{
    padding:0 70px;
    margin-bottom:50px;
}
.neo-results-section .neo-results-heading h2 {
    color: #fff;
    font-size: 3.5rem;
    font-weight: 400;
    line-height: 1.2;
}
.neo-results-section .neo-results-heading h2 span{
    font-style:italic;
}

/* =========================
   SWIPER
========================= */

.neo-results-section .neo-results-swiper{
    padding:0 0px;
}

/* =========================
   SLIDE
========================= */

.neo-results-section .swiper-slide{
    height:auto;
}

/* =========================
   CARD
========================= */

.neo-results-section .neo-result-card{
    position:relative;
    height:560px;
    border-radius:14px;
    overflow:hidden;
}

.neo-results-section .neo-result-card img{
    width:100%;
    height:100%;
    object-fit:cover;
}

/* =========================
   OVERLAY
========================= */

.neo-results-section .neo-result-overlay{
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    padding:28px;

    background:linear-gradient(
        to top,
        rgba(0,0,0,0.95),
        rgba(0,0,0,0.1)
    );
}

.neo-results-section .neo-result-overlay h5{
    color:#fff;
    font-size:16px;
    margin-bottom:12px;
}

.neo-results-section .neo-result-overlay p{
    color:#d7d7d7;
    font-size:14px;
    line-height:1.7;
    margin-bottom:22px;
}

/* =========================
   BOTTOM
========================= */

.neo-results-section .neo-result-bottom{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.neo-results-section .neo-result-bottom h4{
    color:#fff;
    font-size:24px;
    margin:0;
}

.neo-results-section .neo-stars{
    color:#fff;
    font-size:15px;
    letter-spacing:2px;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:991px){

    .neo-results-section .neo-results-heading{
        padding:0 30px;
    }

    .neo-results-section .neo-results-heading h2{
        font-size:48px;
    }

    .neo-results-section .neo-results-swiper{
        padding:0 30px;
    }

}

@media(max-width:767px){

    .neo-results-section{
        padding:60px 0;
    }

    .neo-results-section .neo-results-heading h2{
        font-size:34px;
    }

    .neo-results-section .neo-result-card{
        height:450px;
    }

    .neo-results-section .neo-result-overlay{
        padding:20px;
    }

    .neo-results-section .neo-result-bottom h4{
        font-size:18px;
    }

}


/* =========================
   neo-guarantee-section
========================= */


.neo-guarantee-section{
    background:url(../images/neo-guarantee.png);
    padding:50px 20px;
    position:relative;
    overflow:hidden;
  
    background-size: cover;
    background-position: center;
}

.neo-guarantee-section .neo-guarantee-box{
    max-width:1200px;
    margin:auto;
    background:#3f5a52;
    border-radius:20px;
    padding:70px 40px;
    text-align:center;
}

.neo-guarantee-section .neo-guarantee-title{
    color:#f5f1ea;
    font-size:60px;
    line-height:1.2;
    font-weight:400;
    margin-bottom:30px;
}

.neo-guarantee-section .neo-guarantee-title span{
    font-style:italic;
    font-weight:600;
}

.neo-guarantee-section .neo-guarantee-text{
    max-width:750px;
    margin:0 auto;
    color:#d6ddd9;
    font-size:18px;
    line-height:1.8;
}

.neo-guarantee-section .neo-guarantee-tags{
    margin-top:45px;
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
}

.neo-guarantee-section .neo-guarantee-tag {
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 50px;
    padding: 14px 30px;
    color: #fff;
    font-size: 16px;
    min-width: 190px;
    font-weight: 600;
}

/* RESPONSIVE */

@media(max-width:991px){

    .neo-guarantee-section .neo-guarantee-title{
        font-size:42px;
    }

}

@media(max-width:767px){

    .neo-guarantee-section{
        padding:60px 15px;
    }

    .neo-guarantee-section .neo-guarantee-box{
        padding:50px 25px;
    }

    .neo-guarantee-section .neo-guarantee-title{
        font-size:30px;
    }

    .neo-guarantee-section .neo-guarantee-text{
        font-size:15px;
    }

    .neo-guarantee-section .neo-guarantee-tag{
        width:100%;
    }

}


/* =========================
   PARENT WRAPPER
========================= */

.neo-greens-section{
  background: #DFFFDF;
    padding:80px 40px;
    overflow:hidden;
}

/* =========================
   LEFT SIDE
========================= */

.neo-greens-section .neo-left-wrapper{
    position:relative;
}

.neo-greens-section .neo-offer-box{
    position:absolute;
    top:-25px;
    left:20px;
    background:#d6efc8;
    border:1px solid #6fc13b;
    border-radius:14px;
    padding:14px 20px;
    z-index:2;
}

.neo-greens-section .neo-offer-box p{
    margin:0;
    font-size:14px;
    font-weight:600;
}

.neo-greens-section .neo-offer-box h5{
    margin:0;
    font-size:28px;
}

.neo-greens-section .neo-product-box {
    /* background: #fff; */
    /* border: 2px solid #82cc57; */
    border-radius: 20px;
    padding: 20px;
}



.neo-greens-section .neo-side-heading{
    font-size:24px;
    line-height:1.5;
    margin-bottom:30px;
}

.neo-greens-section .neo-tags{
    display:flex;
    flex-direction:column;
    gap:15px;
}

.neo-greens-section .neo-tags span{
    border:1px solid #888;
    border-radius:40px;
    padding:10px 24px;
    width:max-content;
    font-size:15px;
}

.neo-greens-section .neo-gallery {
    display: flex;
    gap: 0px;
    margin-top: 7px;
    justify-content: space-evenly;
}

.neo-greens-section .neo-gallery img{
    width:85px;
    height:85px;
    object-fit:cover;
    border-radius:8px;
    cursor:pointer;
}

/* =========================
   RIGHT SIDE
========================= */


.neo-greens-section .neo-content-wrapper img {
    margin: 20px 0px 10px 0px;
}
.neo-content-wrapper {
    margin-top: 20px;
}
.neo-greens-section .neo-small-title{
    color:#44B000;
    font-size:15px;
    font-weight:600;
}

.neo-greens-section .neo-main-title{
    font-size:82px;
    line-height:1;
    margin:10px 0;
    color:#23312e;
}

.neo-greens-section .neo-sub-title {
    font-size: 2.5rem;
    font-style: italic;
    color: #44B000;
    margin-bottom: 35px;
}

.neo-greens-section .neo-feature-list {
    display: flex;
    gap: 50px;
    border-top: 1px solid #fff;
    padding: 10px 0px;
    border-bottom: 1px solid #fff;
}

.neo-greens-section .neo-feature-list ul{
    padding-left:20px;
        margin: 0px 0px;
}

.neo-greens-section .neo-feature-list li {
    margin-bottom: 10px;
    font-size: 18px;
    font-style: italic;
}

.neo-greens-section .neo-pack-buttons {
    display: flex;
    gap: 20px;
    /* margin-bottom: 35px; */
    border-bottom: 1px solid #fff;
    padding: 15px 0px;
}

.neo-greens-section .neo-pack-buttons button {
    border: 1px solid #41524d;
    background: transparent;
    border-radius: 40px;
    padding: 10px 40px;
    
    color: #394F49;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Raleway;
  
    font-weight: 400;
   
}

.neo-greens-section .neo-pack-buttons button.active{
    background:#364944;
    color:#fff;
}

.neo-greens-section .neo-price-wrapper{
    display:flex;
    gap:25px;
    margin-top:35px;
}

.neo-greens-section .neo-price-card {
    flex: 1;
    background: rgba(255, 255, 255, 0.50);
    border: 1px dashed #7ccc4e;
    border-radius: 18px;
    padding: 30px;
    text-align: center;
}
.neo-price-card.\32 -card {
    background-color: #00000000;
}

.neo-greens-section .neo-price-card p{
    margin-bottom:10px;
}

.neo-greens-section .neo-price-card h3{
    font-size:52px;
    margin-bottom:10px;
}

.neo-greens-section .neo-action-buttons {
    display: flex;
    gap: 20px;
    margin-top: 18px;
    justify-content: space-between;
    border-top: 2px solid #57c000;
    padding-top: 30px;
}

.neo-greens-section .neo-shop-btn {
   
    background: #57c000;
    color: #fff;
    border: none;
    border-radius: 50px;
    width: 300px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}
.neo-greens-section .neo-cart-btn {
    background: transparent;
    border: 1px solid #41524d;
    border-radius: 50px;
    padding: 10px 80px;
    font-size: 18px;
    font-weight: 500;
    width: 300px;
    height: 48px;
}

.neo-greens-section .neo-bottom-info ul {
    display: flex;
    gap: 30px;
    margin-top: 31px;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.neo-greens-section .neo-bottom-info span{
    font-size:15px;
}

/* =========================
   MOBILE
========================= */

@media(max-width:991px){

    .neo-greens-section .neo-content-wrapper{
        padding-left:0;
        margin-top:50px;
    }

    .neo-greens-section .neo-main-title{
        font-size:60px;
    }

    .neo-greens-section .neo-sub-title{
        font-size:40px;
    }

    .neo-greens-section .neo-price-wrapper{
        flex-direction:column;
    }

}

@media(max-width:767px){

    .neo-greens-section{
        padding:60px 20px;
    }

    .neo-greens-section .neo-main-title{
        font-size:42px;
    }

    .neo-greens-section .neo-sub-title{
        font-size:28px;
    }

    .neo-greens-section .neo-feature-list{
        flex-direction:column;
        gap:10px;
    }

    .neo-greens-section .neo-pack-buttons,
    .neo-greens-section .neo-action-buttons{
        flex-direction:column;
    }

    .neo-greens-section .neo-shop-btn,
    .neo-greens-section .neo-cart-btn{
        width:100%;
    }

}


/* =========================
FAQ SECTION
========================= */

.faq-section {
    /* background: #f5f5f3; */
    padding: 100px 0;
}


/* Left */

.faq-section .faq-left h2 {
    font-size: 3.5rem;
    line-height: 1.05;
    color: #1A1A1A;
    margin-bottom: 30px;
    font-weight: 400;
}

.faq-section .faq-left h2 span {
    color: #6BCB45;
    font-style: italic;
}

.faq-section .faq-left p {
    font-size: 18px;
    line-height: 1.8;
    color: #1E1E1E;
    max-width: 400px;
    margin: 0;
    font-family: 'Raleway', sans-serif;
}


/* Right */


/* Item */

.faq-section .faq-item {
    border-bottom: 1px solid #ddd;
    padding: 0;
}


/* Question */

.faq-section .faq-question {
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    text-align: left;
}

.faq-section .faq-question span {
    font-size: 20px;
    color: #1E1E1E;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
}

.faq-section .faq-question i {
    font-size: 18px;
    color: #6BCB45;
}


/* Answer */

.faq-section .faq-answer {
    display: none;
    padding-bottom: 30px;
    max-width: 90%;
}

.faq-section .faq-answer p {
    font-size: 15px;
    line-height: 2;
    color: #666;
    margin: 0;
    font-family: 'Raleway', sans-serif;
}


/* Active */

.faq-section .faq-item.active .faq-answer {
    display: block;
}

.faq-section .faq-item.active .faq-question span {
    color: #44B000;
}
.faq-item.active .fa-solid {
    color: #000;
}

/* Responsive */

@media (max-width: 991px) {

    .faq-section {
        padding: 90px 0;
    }

    .faq-section .faq-left h2 {
        font-size: 52px;
    }

}

@media (max-width: 767px) {

    .faq-section .faq-left h2 {
        font-size: 38px;
    }

    .faq-section .faq-question span {
        font-size: 17px;
        padding-right: 20px;
    }

    .faq-section .faq-answer {
        max-width: 100%;
    }

}

/* =========================
SCIENCE SECTION
========================= */
.science-section {
    background: url(../images/blog\ \(4\).png);
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    padding-bottom: 70px;
}




/* Top */

.science-section .science-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 70px;
    position: relative;
    z-index: 2;
}

.science-section .section-title h2 {
    color: #fff;
    font-size: 3.5rem;
    line-height: 1.05;
    font-weight: 400;
    margin: 0;
}

.science-section .view-all-btn {
    background: #DFF7D3;
    color: #111;
    padding: 10px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
}


/* Slider */

.science-section .scienceSwiper {
    position: relative;
    z-index: 2;
}

.science-section .scienceSwiper .swiper-slide {
    height: auto;
}

/* =========================
CARD
========================= */

.science-section .science-card {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    /* height: 520px; */
}


/* Full Image */

.science-section .science-image {
    width: 100%;
    height: 100%;
}

.science-section .science-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.science-section .science-card:hover img {
    transform: scale(1.08);
}


/* Overlay Content */

.science-section .science-content {
    position: absolute;
    left: 0;
    bottom: 0;
    /* margin: 10px; */
    width: 100%;
    padding: 20px 30px;
    z-index: 2;
    background: linear-gradient(to top, rgb(0 0 0 / 37%) 10%, rgb(0 0 0 / 64%) 45%, rgb(0 0 0 / 48%) 100%);
    border-radius: 15px;
}
.science-shape {
    padding: 30px 0px;
}
/* Category */

.science-section .science-category {
    color: #6BCB45;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 16px;
}


/* Title */
.science-section .science-content h3 {
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
    margin-bottom: 20px;
    font-family: 'Raleway';
}


/* Read Time */

.science-section .science-content p {
    color: #BEBEBE;
    font-size: 13px;
    margin: 0;
}

/* Navigation */

.science-section .science-next,
.science-section .science-prev {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #DFF7D3;
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: -110px;
    right: 0;
    z-index: 5;
}

.science-section .science-prev {
    right: 70px;
}


/* Responsive */

@media (max-width: 991px) {

    .science-section .section-title h2 {
        font-size: 52px;
    }

}

@media (max-width: 767px) {

    .science-section .science-top {
        flex-direction: column;
        gap: 30px;
    }

    .science-section .section-title h2 {
        font-size: 38px;
    }

    .science-section .science-image {
        height: 260px;
    }

    .science-section .science-next,
    .science-section .science-prev {
        display: none;
    }

}



















































/* =========================
FOOTER
========================= */

.main-footer {
    background: url(../images/Footer-bg.png);
    padding-top: 90px;
    padding-bottom: 30px;
    position: relative;
    overflow: hidden;
        background-size: cover;
    background-position: center;
 
}

.footer-logo {
    margin-bottom: 25px;
}

.footer-logo img {
    max-width: 180px;
}

.footer-text {
    color: #D7D7D7;
    font-size: 15px;
    line-height: 1.8;
    max-width: 360px;
    margin-bottom: 35px;
    font-family: 'Raleway', sans-serif;
}

.footer-social {
    display: flex;
    align-items: center;
    gap: 18px;
}

.footer-social a {
    color: #fff;
    font-size: 20px;
    transition: 0.4s;
}

.footer-social a:hover {
    opacity: 0.7;
}

.footer-widget h4 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 28px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

.footer-widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-widget ul li {
    margin-bottom: 14px;
}

.footer-widget ul li a {
    color: #D7D7D7;
    text-decoration: none;
    font-size: 15px;
    transition: 0.4s;
    font-family: 'Raleway', sans-serif;
}

.footer-widget ul li a:hover {
    color: #fff;
}
img.footer-logo-bg {
    width: 95%;
    margin: 40px 0px;
}
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.08);
    margin-top: 30px;
    padding-top: 25px;
}

.footer-bottom-links {
    display: flex;
    align-items: center;
    gap: 25px;
    justify-content: flex-end;
}

.footer-bottom-links a {
    color: #BEBEBE;
    text-decoration: none;
    font-size: 14px;
    transition: 0.4s;
    font-family: 'Raleway', sans-serif;
}

.footer-bottom-links a:hover {
    color: #fff;
}


.footer-copyright p {
    color: #BEBEBE;
    font-size: 14px;
    margin: 0;
    font-family: 'Raleway', sans-serif;
}

/* =========================
BACK TO TOP
========================= */

#backToTop {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 52px;
    height: 52px;
    border: none;
    border-radius: 50%;
    background: #DFF7D3;
    color: #1A1A1A;
    font-size: 18px;
    cursor: pointer;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

#backToTop.active {
    opacity: 1;
    visibility: visible;
}

#backToTop:hover {
    transform: translateY(-5px);
}

/* =========================
RESPONSIVE
========================= */

@media (max-width: 991px) {

    .main-footer {
        padding-top: 70px;
    }

    .footer-widget {
        margin-top: 30px;
    }

}

@media (max-width: 767px) {

    .footer-text {
        max-width: 100%;
    }

    .footer-social {
        margin-bottom: 20px;
    }

    .footer-bottom {
        margin-top: 50px;
    }

}