*{
	margin: 0;
	padding: 0;
}

:root {
   --light: #fff;
    --dark: #000;
    --primary: #b50a0a;
    --secondary: #0A2803;
    --heading: #2e7d32;
}
body {
    font-family: "Times New Roman", Times, serif;
    margin: 0;
    padding: 0;
}
/* 
.container{
	max-width: 1250px;
} */

/* ================================
   Desktop Navigation
================================ */
.site-header .main-header {
	border-bottom: 1px solid #ffffff31;
	 position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 10;
      background: transparent !important;
	 transition: all 0.3s ease;
}

.site-header .main-header.sticky {
    position: fixed;
    background: #fff !important; /* you can change color */
    border-bottom: 1px solid #ffffff40;
    top: 0;
    width: 100%;
    padding: 10px 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

#mobileMenuBtn {
	margin-right: 20px;
}

.site-header .nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-header .nav > li {
  position: relative;
}

.btn-primary{
	background: var(--primary);
    padding: 12px 15px;
    color: #fff !important;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 600;
	border: none;
}

.btn-primary:hover{
	background: var(--primary);
	color: #fff;
}

.wpcf7-submit{
	background: var(--primary);
    padding: 8px 15px;
    color: #fff !important;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 600;
	border: none;
}

.btn-primary i{
	padding-left: 7px;
}


.site-header .nav > li > a {
  color: #000 !important;
  text-decoration: none;
  padding: 8px 15px;
  font-weight: 700 !important;
  transition: all 0.3s ease;
  display: inline-block;
}

.site-header .nav > li > a:hover,
.site-header .nav > li.current-menu-item > a,
.site-header .nav > li.current_page_item > a {
  color: var(--primary);
}

/* Dropdowns */
.site-header .nav li ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 300px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px 0;
  list-style: none;
  margin: 0;
  display: none;
  z-index: 10;
}

.site-header .nav li ul.sub-menu li a {
  padding: 8px 15px;
  color: #000;
	text-transform: capitalize !important;
	text-decoration: none;
  display: block;
  font-weight: 700 !important;
}

.site-header .nav li ul.sub-menu li a:hover {
  background: var(--primary);
  color: #fff;
}

/* Show dropdown on hover */
.site-header .nav > li:hover > ul.sub-menu {
  display: block;
}

/* Align submenu to parent */
.site-header .nav li ul.sub-menu li {
  position: relative;
}

/* Sub-sub menus (flyouts) */
.site-header .nav li ul.sub-menu li ul.sub-menu {
  top: 0;
  left: 100%;
  margin-left: 1px;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  .site-header .nav {
    display: none; /* hidden, mobile uses side menu */
  }
}


/* Mobile Menu */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -300px;
  width: 280px;
  height: 100%;
  background: #fff;
  transition: right 0.3s ease;
  z-index: 1050;
}
.mobile-menu.open {
  right: 0;
}
.mobile-menu-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.8);
  z-index: 1040;
}
.mobile-menu-overlay.active {
  display: block;
}
.mobile-menu-btn .btn-primary{
	margin-top: 2rem;
	display: inline-block;
	border: 1px solid #fff;
}
.mobile-menu {
    position: fixed;
    top: 0;
    right: -300px;
    width: 280px;
    height: 100%;
    background: var(--primary)!important;
    transition: right 0.3s ease;
    z-index: 1050;
}
.mobile-menu-header {
    background-color: #fff;
}
#menu-primary-1 li {
    padding: 5px 10px;
    border-bottom: 1px solid #fff;
}
#menu-primary-1 li a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
}

#mobileMenu .menu-item-has-children {
    position: relative;
}
#mobileMenu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #ffffff;
    padding: 10px 0;
    border-radius: 6px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.12);
    display: none;
    z-index: 9999;
}

#mobileMenu .menu-item-has-children.active > .sub-menu {
    display: block;
}

#mobileMenu .sub-menu li a {
    padding: 0 10px;
    display: block;
    font-size: 15px;
    color: #333;
}
#mobileMenu .menu-item-has-children > a {
    position: relative;
    padding-right: 40px;
}

#mobileMenu .dropdown-arrow {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
#mobileMenu .menu-item-has-children.active .dropdown-arrow i {
    transform: rotate(180deg);
}

/* Blog */
.single-blog-card-image img{
	width: 100%;
    height: 250px;
    object-fit: cover;
}

/* All products Page Css  */
.secondary-container {
    padding: 60px 0;
}
.about-allproducts img {
    height: 260px;
    object-fit: cover;
    transition: .3s ease-in-out;
    border-radius: 10px;
}
.about-allproducts {
    background: #b50a0a12;
    padding: 14px;
    border-radius: 10px;
    border-bottom: 2px solid var(--primary) !important;
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 9%);
    text-align: center;
	height: 400px;
    border: 1px solid #ff00000a;
}
.about-allproducts figure {
    position: relative;
    overflow: hidden;
}
.about-allproducts figure::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.about-allproducts figure:hover::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}

/* FOOTER SECTION CSS */
footer{
	background: url(https://blisstomato.com/wp-content/uploads/2025/11/footer-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	 position: relative;
	color: #fff;
}

footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);   /* adjust overlay darkness */
    z-index: 1;
}

footer .container{
	position: relative;
    z-index: 2;
}

ul.ftricons figure img {
    width: 15px;
    filter: brightness(100);
}
footer .btn-primary {
    padding: 8px 20px;
    margin-top: 8px;
    letter-spacing: 1px;
    font-size: 14px;
    border: 1px solid var(--secondary);
}
.footertop-cnt ul.smoicons li a i {
    font-size: 16px;
}
.footer_top {
    background: #009f0726;
    border-radius: 0 0 15px 15px;
    padding: 0 15px;
}
.footertop-cnt {
    padding-left: 0;
    border-right: 1px solid #ffffff14;
}
.footertop-cnt p a {
   
    font-size: 15px;
    color: var(--white);
    font-weight: 400;
}
.footertop-cnt p {
    color: var(--white);
    font-weight: 600;
    font-size: 18px;
    padding-left: 62px;
    letter-spacing: 1px;
   
}
.footer_top .row {
    margin: 0;
}
.footer_top .col-md-6 {
    padding: 0;
}
footer a.footer-logo {
    margin-bottom: 15px;   
}
footer a.footer-logo img {
    width: 155px;
    display: block;
    
}
.footer_menu {
    padding: 40px 0 0 0;
}

.footer-details li {
    display: flex;
    margin-bottom: 15px;
    position: relative;
    gap: 10px;
    align-items: baseline;
}

ul{
	padding-left: 0rem !important;
	list-style-type: none;
}
ul.ftricons li a {
    border: 1px solid #ffffff36;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    font-size: 14px;
    margin-top: 8px;
}

footer ul li.menu-item a {
    line-height: 35px;
    display: inline-block;
}
footer ul li.menu-item:last-child a {
    margin: 0;
}

footer h3 {
	margin-bottom: 18px;
    font-size: 23px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}
footer p {
    margin-bottom: 6px;
    line-height: 27px;
}
footer .menu li {
    position: relative;
    padding-left: 0 !important;
    list-style-type: none;
}

footer .menu li{
	padding-left: 0 !important;
	color: var(--dark) !important;
	  transition: transform 0.3s ease
}
footer .menu li::after {
  content: "\f061"; 
  font-family: "Font Awesome 5 Free";
  font-weight: 900; 
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%) translateX(-10px);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
  color: var(--primary);
}

footer .menu li:hover::after {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}
footer .menu li:hover{
	color: var(--primary) !important;
	transform: translateX(20px);
}

.menu li a{
	color: #fff;
}

footer .social-icons {
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    line-height: 40px;
	display: flex;
    color: #fff;
    border-radius: 5px;
    transition: 0.3s;
}

footer .social-icons a:hover{
	background: var(--primary);
}

footer .social-icons a {
    display: flex;
    padding: 3px;
    text-decoration: none;
    color: var(--light);
    background-color: #bcc6cc;
    margin-bottom: 0.5rem;
    border-radius: 5px;
    align-items: center;
}

footer .social-icons i {
    padding: 10px;
}
ul.contact-details {
    padding-left: 20px !important;
}

.contact-icon a i{
	font-size: 25px;
}

ul.contact-details li{
	padding-left: 20px !important;
    line-height: 40px;
    display: flex;
    align-items: baseline;
    gap: 10px;
}
ul.contact-details li a{
	color: #fff;
	text-decoration: none;
}
footer ul li, footer ul li a, footer p, footer p a {
    font-weight: 200;
    position: relative;
    text-decoration: none;
}
footer a.viewmore {
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: underline;
    text-underline-offset: 4px;
    font-weight: 500;
    margin-top: 12px;
    display: inline-block;
    font-size: 14px;
}
.copyright {
    padding: 15px 0;
    border-top: 1px solid #d3dbd1;
}
.copyright .row {
    align-items: center;
}
.copyright p {
    margin: 0 !important;
    color: var(--white);
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 300;
}
.copyright p a {
    color: var(--white);
    font-weight: 400;
    text-decoration: underline;
    text-underline-offset: 4px;
}

footer ul.socialicon li a {
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #c98d830f;
    width: 40px;
    height: 40px;
    color: var(--secondary);
    transition: .5s;
    margin-right: 5px;
    backdrop-filter: blur(2px);
    border-radius: 50%;
}
/* Scroll To Top Button */
#GoToTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: var(--primary);
    color: #fff;
    font-size: 20px;
    padding: 12px 20px;
    border-radius: 50%;
    z-index: 999;
    transition: all 0.3s ease-in-out;
}

#GoToTop i{
	color: #fff;
}

#GoToTop:hover {
  background: var(--primary);
  transform: scale(1.1);
}

#whatsappbtn {
    cursor: pointer;
    position: fixed;
    bottom: 4%;
    left: 20px;
    z-index: 99999999;
    padding: 0 9px;
    background: #4fcc5d;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 32px;
    color: var(--white);
    z-index: 1;
}

#whatsappbtn:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #4fcc5d;
    box-shadow: 0 0 10px #4fcc5d;
    animation: playbtn 3s linear infinite forwards;
    z-index: -3;
}

@keyframes playbtn {
    from {
        transform: scale(1.0);
        opacity: 1;
    }

    to {
        transform: scale(1.5);
        opacity: 0;
    }
}

#whatsappbtn img {
    width: 30px;
}

.logo{
	display: flex;
    align-items: center;
	padding: 15px 0;
}

.logo a{
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 25px;
    color: var(--primary);
    font-weight: 500;
	text-decoration: none;
}

.hm-title-bgbox h2 {
    color: #fff;
    font-size: 38px;
    line-height: 50px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 30px;
}
.contact-btom-img{
	position: relative;
}
.overlay1{
    background-color: #c6d5ee;
    opacity: 0.1;
    height: 100%;
    width: 100%;
    position: absolute;
}
.contact-btom-img img{
	height: 100%;
    width: 100%;
    max-height: 450px;
    object-fit: cover;
    object-position: center;
}

section{
	padding: 60px 0 20px;
}

.heading {
    color: var(--secondary);
    font-size: 36px;
    -webkit-text-stroke: 1px rgba(0, 118, 72, 0.4);
    line-height: 1;
    margin-top: 10px;
/*     font-family: "poppins-bold"; */
    font-weight: 700;
	margin-bottom: 1rem;
}
video{
	max-width: 100%;
	height: auto;
	border-radius: 20px;
}
/* Breadcrumb */

.breadcrumb-section{
	height: 60vh;
	position: relative;
	background: url(https://blisstomato.com/wp-content/uploads/2025/11/bradcrumb-bg.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.breadcrumb-section::after{
	content: "";
    position: absolute;
    inset: 0;
    background: rgba(13, 14, 13, 0.49);
}


.breadcrumb-content{
	position: absolute;
	bottom: 30%;
    z-index: 2;
}

.breadcrumb-title h2{
	font-size: 60px;	
}
.breadcrumb-item.active{
	color: #fff !important;
}

.breadcrumb-item a{
	color: #fff !important;
}
.breadcrumb-item+.breadcrumb-item::before{
	color: #fff !important;
}

/* Hero Section */

  /* Hero Section */
    .carousel-item img {
      height: 100vh;
      object-fit: cover;
    }
    .hero-content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #fff;
      max-width: 900px;
      padding: 0 15px;
    }

      /* Custom Carousel Controls */
.carousel-control-prev,
.carousel-control-next {
  bottom: 14%;              
  top: auto;         
  width: 50px;
  height: 50px;
  background: #fff;         
  border-radius: 50%;      
  opacity: 0.9;
  transition: 0.3s;
}

.carousel-item img{
         animation: slide 24s linear infinite;
    }
    
    @keyframes slide{
		0% {
			-webkit-transform: scale(1);
			transform: scale(1);
		}
		50% {
			-webkit-transform: scale(1.3);
			transform: scale(1.3);
		}
		100% {
			-webkit-transform: scale(1);
			transform: scale(1);
		}
	}
    .carousel-item::after {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.3); /* dark overlay */
    }

	.carousel-control-prev{
		left: 11%;
	}

	.carousel-control-next{
		left: 17%;
	}

	.carousel-control-prev:hover,
	.carousel-control-next:hover {
	  opacity: 1;
	  transform: scale(1.1);
	}

	.carousel-control-prev-icon,
	.carousel-control-next-icon {
	  filter: invert(1); /* Makes default arrow black on white */
	}

    .hero-content {
      position: absolute;
      top: 50%;
      left: 10%;
      transform: translateY(-50%);
      z-index: 2;
      color: #fff;
    }

    .hero-content h1 {
      font-size: 3.5rem;
/* 		color: transparent;
    -webkit-text-stroke: 1px #fff; */
    font-weight: 400;
		font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
   
    }

.outline-small{
    font-size: 2.3rem;

    font-weight: 400;
/*     text-shadow: 0 0 8px rgba(255,255,255,0.6); */
/* 	text-shadow: 0 0 8px var(--primary); */
	font-style: italic;
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}


    .hero-content h2 {
      font-size: 2.5rem;
      font-weight: bold;
      color: var(--light);
		margin: 15px 0;
    }

    .hero-content p {
      margin: 20px 0;
      font-size: 1.1rem;
    }

    .hero-content .btn-outline-light {
      border-radius: 30px;
      padding: 10px 25px;
      font-weight: 600;
    }

/* Floating Icons */
    .contact-icons {
      position: fixed;
    right: 0;
    bottom: 31%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 20;
    }
    .contact-icons img {
      width: 45px;
      height: 45px;
      border-radius: 50% 0 50% 0;
      background: #fff;
      padding: 8px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    }
 /* About us Section */

    .about-section {
      position: relative;
    }
    
    .organic:hover{
        transform: rotate(20deg);
    }

    .tomato-icon{
        height: 100px;
        width: 100px;
        position: absolute;
        right: 10%;
        top: 3%;
        animation: slide2 3s linear infinite alternate;
    }

    @keyframes slide2 {
	  0%   { transform: translateX(0);
			transform: rotate(20deg);
	 }
	  100% { 
		  transform: translateX(100px); 
			} 
	}
   

.farm-about h2{
    color: var(--secondary);
    font-size: 22px;
    font-weight: 800;
    line-height: 1.45455;
}

.about-icon{
    width: 80px;
    height: 80px;
    border-radius: 28px;
    background-color: var(--secondary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-icon img{
    height: 50px;
    width: 50px;
}

.leaf{
    position: absolute;
    right: 10%;
    top: -10%;
    opacity: 0.2;
    width: 12%;
    z-index: 2;
    animation: slide3 3s 
linear infinite alternate;
}

 @keyframes slide3 {
  0%   { transform: translateX(0);
       
 }
  100% { transform: translateX(100px); } /* move 100px to the right */
}

/* product Section Start */

    .product-header {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-wrap: wrap;
      margin-bottom: 20px;
    }

    .product-header .text-left {
      max-width: 60%;
    }

    .product-header h5 {
      color: var(--secondary);
      font-weight: bold;
      margin-bottom: 2rem;
    }

    .controls-below {
      display: flex;
      gap: 10px;
      margin-top: 10px;
    }

    .thumbSwiper img {
            height: 80px;
			width: 80px;
		object-fit: cover;
			border: 1px solid red;
        }
   
        .swiper-button-prev,
        .swiper-button-next {
            color: #333;
            scale: 0.5;   
			width: 25px;
			height: 25px;
        }
         
    .product-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    }

   .product-slider .swiper-slide {
      display: flex;
      justify-content: center;
    }

    .round-shape{
      height: 600px;
    width: 600px;
    position: absolute;
    right: -20%;
    top: -22px;
    z-index: 2;
    opacity: 0.1;
    }

    .swiper-slide h5{
      color: var(--secondary);
      font-weight: 700;
    }

    .swiper-slide button{
      background: var(--secondary);
    }

    .Explore a{
      text-decoration: none;
      color: var(--secondary);
    }

    .product-icon{
      height: 50px;
      width: 50px;
      border-radius: 50%;
      background-color: #0A2803;
      display: flex;
      align-items: center;
      justify-content: center;
    }
   
    .product-icon i{
      color: var(--light);
    }
    
    @media (max-width: 768px) {
      .product-header .text-left {
        max-width: 100%;
        margin-bottom: 15px;
      }
    }
	
.product-box {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
	display: block;
}

.product-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}

.product-box:hover img {
    transform: scale(1.1);
}
.product-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45%;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    display: flex;
    align-items: flex-end;
    padding: 15px;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 600;
}

/* Map Section */

.map{
	background: url(https://blisstomato.com/wp-content/uploads/2025/11/map-bg-scaled.webp);
	height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	display: flex;
	align-items: center;
    background-attachment: fixed;
}

.map-details{
	background: var(--primary);
    padding: 60px 30px;
    color: #fff;
}

.map-details h4 {
    font-size: 30px;
    font-weight: 700;
}

/* Product details page css  */

.product-heading{
      font-size: 50px;
      font-weight: 700;
      color: var(--heading);
    }

    .product-outline{
       color: transparent;
      -webkit-text-stroke: 1px var(--heading); /* outline effect */
      font-weight: 600;
      font-size: 30px;
    }

    .product-thumbnails img{
      height: 100px;
      width: 100px;
      border: 1px solid red;
    }

    .product-section{
      margin: 2rem 0;
    }
    .product-main,
.thumbSwiper {
/* 	width: 600px; */
	max-width: 100%;           
  box-sizing: border-box;
  margin: 0;
}

     .product-section .product-main img{
      border: 1px solid rgba(128, 128, 128, 0.377);
       width: 100%;
		height: 480px;
		 object-fit: cover;
    }

    .product-details ul li span{
      color: var(--heading);
    }

    .product-details ul li{
      line-height: 30px;
      display: flex;
      gap: 0.4rem;
      flex-wrap: wrap;
    }

    .number a{
      color: var(--primary);
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    }

    .con-btn a{
      background: var(--heading);
      color: #fff;
      text-decoration: none;
      padding: 10px 20px;
      border-radius: 20px;
    }
    
    .con-btn{
      margin-top: 2rem;
    }

   .product-inquire .form-control {
      border-radius: 5px;
      box-shadow: none;
      padding: 1rem;
    }

    .btn-submit {
      background-color: #047c35;
      color: #fff;
      font-weight: bold;
      border-radius: 50px;
      padding: 12px;
      width: 100%;
      transition: 0.3s ease;
    }
     .btn-submit:hover {
      background-color: #035d29;
      color: #fff;
    }

    .product-inquire{
      background: rgba(182, 179, 179, 0.274);
    }
.nutritional-table {
      width: 100%;
      border-collapse: collapse;
      background: #fff;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      border-radius: 8px;
      overflow: scroll;
    }
    
    .nutritional-table thead th{
       background: var(--primary);
    color: #fff;
    }

    .nutritional-table th {
      
    border: 1px solid #ddd;
      text-align: center;
      font-size: 20px;
      padding: 12px;
      letter-spacing: 0.5px;
    }

    .nutritional-table td {
      padding: 12px 10px;
      text-align: center;
      border: 1px solid #ddd;
      font-size: 16px;
    }

    .nutritional-table tr:nth-child(even) td {
      background-color: #fafafa;
    }

    @media (max-width: 768px) {
      .nutritional-table td {
        font-size: 14px;
        padding: 10px 6px;
      }
    }
    

.col-lg-6:first-child .product-section {
    position: sticky;
    top: 100px; 
}


.rltdprdcts .product-card {
      transition: transform 0.3s, box-shadow 0.3s;
     height: 480px;
    }
    
		.rltdprdcts .product-card img{
			height: 380px;
			object-fit: cover;
		}

.rltdprdcts .product-card .card-body{
	background: #ff00000a;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rltdprdcts .product-card figure{
	margin: 0;
}

.allproducts-info h3{
	font-size: 20px;
}
/* Custome Section */

    .custom-section {
      background-image: url(https://blisstomato.com/wp-content/uploads/2025/11/bg-image.webp); 
      background-size: cover;
      padding: 100px 0;
      color: white;
      position: relative;
    }

    .custom-section .container {
      position: relative;
      z-index: 2;
    }

    .custom-section .left-text h3 {
      margin-bottom: 20px;
      font-weight: 500;
    }

    .custom-box {
      background-color: #fff;
      color: #000;
      padding: 30px;
      flex: 1 1 30%;
      text-align: center;
      border-radius: 10px;
      min-width: 120px;
      transition: transform 0.3s, box-shadow 0.3s;
    }

    .custom-box p{
      font-size: 18px;
      text-align: center;
    }

    .custom-box img{
      height: 100px;
      width: 100px;
      margin-bottom: 2rem;
      transition: transform 0.5s ease; /* smooth rotation */
    }

    .custom-box h3{
      text-align: center;
    }

    .custom-box h3 span{
      color: var(--primary);
      text-align: center;
    }
    .custom-box:hover img{
      transform: rotate(360deg);
    }

    .custom-box:hover {
      transform: translateY(-10px);
      box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    }


/* --------------------------------------- */
    /* Blog section */

    
    .blog-section{
      background: rgba(186, 236, 186, 0.192);
    }
 .blog-card {
      overflow: hidden;
      transition: 0.3s;
      height: 100%;
    }
    .blog-card img {
      width: 100%;
      height: 320px;
      border-radius: 20px !important;
      object-fit: cover;
      border-radius: 20px 20px 0 0;
    }
    .blog-content {
      padding: 15px;
    }
    .blog-category {
      color: var(--secondary);
      font-size: 14px;
      margin-bottom: 5px;
    }
    .blog-title {
      font-size: 18px;
      font-weight: 600;
      color: #222;
      margin-bottom: 10px;
    }
    .blog-link {
      color: var(--secondary);
      font-weight: 500;
      text-decoration: none;
    }
    .date-badge {
      position: absolute;
      top: 60%;
      right: 40px;
      background: var(--secondary);
      color: #fff;
      border: 3px solid #fff;
      border-radius: 50%;
      width: 80px;
      height: 80px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      font-weight: bold;
      font-size: 14px;
      line-height: 1.2;
      box-shadow: 0px 4px 10px rgba(0,0,0,0.2);
    }

/* 	Contact Page Css */

  .contact-section {    
            background: #f7f7f7;
        }

        .contact-box {
            background: #ffffff;
            padding: 25px;
            border-radius: 10px;
            border: 1px solid #e3e3e3;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.07);
            margin-bottom: 20px;
        }

        .contact-box h4 {
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 15px;
        }

        .contact-info p{
            font-size: 15px;
            line-height: 1.6;
            color: #333 !important;
        }
        .contact-box a {
             font-size: 15px;
            line-height: 1.6;
            color: #333 !important;
            text-decoration: none;
        }
        .contact-form .form-control,
        .contact-form .form-select {
            border-radius: 5px;
            padding: 10px;
        }

  /*Gallery*/
    
    .gallery-section {
  padding: 20px 0;
  background: #fff;
}

.gallery-section .swiper-slide img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
  transition: 0.4s ease;
}

.gallery-section .nav-buttons {
  text-align: center;
  margin-top: 15px;
}

.gallery-section .nav-buttons button {
  background: transparent;
  border: 1px solid var(--primary);
  color: var(--primary);
  padding: 6px 20px;
  margin: 0 5px;
  transition: .3s;
}

.gallery-section .nav-buttons button:hover {
  background: var(--primary);
  color: #fff;
}

#lightgallery{
	padding: 10px;
}

/* FIX: prevents conflict between Swiper dragging & LightGallery click */
.swiper-slide {
  cursor: pointer;
}

/* FAQ Section */

.faq-title {
    font-size: 32px;
    font-weight: 700;
    color: #c62828; /* Tomato color */
    text-transform: uppercase;
}
.faq-subtitle {
    color: #666;
    margin-bottom: 25px;
}

.accordion-button {
    font-weight: 600;
    font-size: 17px;
    background: #fff3f3;
    border-radius: 0 !important;
    color: #c62828;
}
.accordion-button:not(.collapsed) {
    background-color: #c62828;
    color: #fff;
}
.accordion-button:focus {
    box-shadow: none;
}

.accordion-body {
    background: #fff;
    border-left: 4px solid #c62828;
    padding: 18px 15px;
    color: #444;
    font-size: 15px;
}

/* Quality Control Page */

.logo-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

.logo-item img {
  width: 120px;
  height: auto;
  filter: grayscale(0);
  transition: 0.3s;
	background: #fff;
    box-shadow: 0 0 10px #80808094;
    border-radius: 8px;
    padding: 10px;
}

.logo-item img:hover {
  transform: scale(1.05);
  filter: grayscale(0%);
}

/* Quality Control Boxes */
.qc-box {
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    height: 230px;
    text-align: center;
    transition: .3s ease;
    border: 2px solid #ffd4d4;
    box-shadow: 0px 4px 20px rgba(0,0,0,0.05);
}
.qc-box:hover {
    transform: translateY(-10px);
    border-color: #c62828;
    box-shadow: 0px 6px 25px rgba(0,0,0,0.1);
}

/* Icon Design */
.qc-icon {
    width: 70px;
    height: 70px;
    background: #ffebee;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}
.qc-icon i {
    font-size: 30px;
    color: #c62828;
}

.qc-box h4 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #333;
    font-weight: 600;
}
.qc-box p {
    font-size: 15px;
    color: #666;
}

.logoSwiper{
	padding: 30px 0;
}
.quality-image{
	text-align: center;
}
.quality-image img{
	border-radius: 20px;
    height: 350px;
    width: 100%;
    object-fit: cover;
}
.quality-image figure {
    position: relative;
    overflow: hidden;
}
.quality-image figure::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.quality-image figure:hover::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}

 /* responsive */
    @media (max-width:1200px) {
      .carousel-item img {
        height: 90vh;
      }

      .carousel-control-prev, .carousel-control-next {
          bottom: 5%;
      }

      .tomato-icon ,.leaf{
        right: 15%;
      }
		
	  .hero-content h1 {
    	font-size: 3rem;
		}
		
		.outline-small {
    		font-size: 2rem;
		}
		
		.logo-wrap{
		  justify-content: space-evenly;
	  }
		
  }

  @media (max-width: 1024px) {
    .tomato-icon {
      top: 0;
    }

    .footer .form-control{
      width: 75%;
    }
	  
	  .logo a{
		  font-size: 15px;
	  }
	  .logo img{
		  width: 40px;
	  }
	  
	  
  }
    
  @media (max-width: 991px) {
    .carousel-item img {
        height: 90vh;
    }

    .product-heading {
    font-size: 35px;
    }
	  section {
		padding: 40px 0 20px;
	}

    .carousel-control-prev, .carousel-control-next {
        bottom: 5%;
    }
    .carousel-control-next {
        left: 20%;
    }
    .tomato-icon {
        top: 0;
    }
    .footer .social-icons a{
      margin-right: 12px;
    }
    .footer .social-icons{
      margin-bottom: 2rem;
    }
	  
	  .logo a{
		  font-size: 20px;
	  }
	  .logo img{
		  width: 70px;
	  }
	  .quality-image img{
		  height: auto;
	  }
	  .qc-box{
		  height: 270px;
		  padding: 15px;
	  }
  }

  @media (max-width: 767px) {
    .footer .tomato-tree {
		position: absolute;
		width: 45%;
		opacity: 0.1;
		right: 11px;
		bottom: 12%;
	}
	 section {
		padding: 20px 0 20px;
	}
	 .product-header h5{
		  margin-bottom: 0;
	  }
	  .hero-content h1 {
        font-size: 2.5rem;
       }
	   .outline-small {
        	font-size: 1.8rem;
    	}
	  .carousel-control-prev, .carousel-control-next {
        bottom: 5%;
    }
	  .about-img{
		  margin-top: 5rem;
	  }
	  
	  .about-allproducts img{
		  height: auto;
	  }
	  .allproducts-info h3 {
		font-size: 16px;
	}
	  .about-allproducts{
		  height: 340px;
	  }
	  .rltdprdcts .product-card img{
		  height: auto;
	  }
	  .rltdprdcts .product-card{
		  height: auto;
	  }
	  .product-section{
		  margin: 0;
	  }
  }

  @media (max-width: 667px) {
    .footer .fw-bold{
      margin-top: 20px;
      font-size: 25px;
    }

    .footer .social-icons {
        margin-bottom: 0;
    }

    .leaf {
      width: 20%;
    }
	  
	 .outline-small {
        font-size: 1.5rem;
    }
	  .hero-content h2 {
    		font-size: 2rem;
	  }
	  .breadcrumb-title h2{
		  font-size: 40px;
	  }
  }
@media(max-width: 568px){
	.hero-content h1 {
        font-size: 2rem;
    }
	.outline-small {
        font-size: 1.3rem;
    }
	.hero-content h2 {
        font-size: 1.5rem;
    }
	.carousel-control-prev {
    	left: 15%;
	}
	.carousel-control-next {
    	left: 30% !important;
	}
	.about-allproducts {
        height: 360px;
    }
	.qc-box{
		height: auto;
	}
}
  @media (max-width: 479px) {
    .custom-box{
      flex: 1 1 35%;
    }

    .carousel-control-next {
        left: 25% !important;
    }

	  .carousel-control-prev {
        left: 5%;
    }
    .hero-content{
      left: 0%;
	  }

    .navbar-brand{
      font-size: 16px;
    }
    
	  .heading{
		  font-size: 30px;
	  }
	  .custom-box img{
		  margin-bottom: 0;
	  }
	  .about-allproducts {
        height: 320px;
    }
	  .product-section .product-main img{
		  height: auto;
	  }
  }

  @media (max-width: 414px) {
    
    .navbar-brand{
      font-size: 15px;
    }

    .organic{
      height: 100px;
      width: 100px;
    }

    .tomato-icon {
      height: 60px;
      width: 60px;
    }

	.tomato-icon, .leaf {
        right: 30%;
    }

    .contact-icons {
      right: 10px;
    }

    .heading{
      font-size: 25px;
    }
	  
	 .logo a {
        font-size: 16px;
    }
	  .product-overlay{
		  font-size: 16px;
		  padding: 10px;
	  }
	  .map-details{
		  padding: 20px 10px;
	  }
	  .map-details h4 {
    	font-size: 22px;
	  }
	  .map-details h5 {
    	font-size: 18px;
	  }
	  .map{
		  background-position: right;
	  }
	  .about-icon img{
		  height: 40px;
		  width: 40px;
	  }
	  .about-icon {
		width: 65px;
		height: 65px;
		border-radius: 14px;
	  }
  }

  @media (max-width: 375px) {
    .navbar-brand{
      font-size: 12px;
    }
	  
	  .map ul.contact-details li{
		  padding-left: 0px !important;
	  }
	  .map ul.contact-details{
		  padding-left: 10px !important;
	  }
	 .about-allproducts {
        height: 290px;
    }
.breadcrumb-title h2 {
        font-size: 35px;
    }
	.product-heading {
        font-size: 28px;
    }
	
  }
@media (max-width: 360px) {
	  .hero-content h1 {
        font-size: 1.5rem;
    }
	 .outline-small {
        font-size: 1.2rem;
    }
	.hero-content h2 {
        font-size: 1.4rem;
    }
}

@media (max-width: 325px){
	.about-allproducts{
		height: 270px;
		padding: 7px;
	}
	.hero-content p{
		display: none;
	}
}