/*
Template Name: Fruitkha - Responsive Bootstrap4 Shop Template
Template URI: 
Description: Bootstrap template for fruits or any other kind of shop
Author: Imran Hossain
Author URI: https://imransdesign.com/
Version: 1.0
*/
/* -----------------------------------------------------------------------------

# Base - Genral & Typography

----------------------------------------------------------------------------- */
html {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  height: 100%;
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.1px;
  line-height: 1.8;
  color: #051922;
  overflow-x: hidden;
}

body img {
  max-width: 100%;
}

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a:hover {
  color: #F28123;
  text-decoration: none;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin: 0 0 1.25rem 0;
  color: #051922;
}

h1:last-child, .h1:last-child,
h2:last-child, .h2:last-child,
h3:last-child, .h3:last-child,
h4:last-child, .h4:last-child,
h5:last-child, .h5:last-child,
h6:last-child, .h6:last-child {
  margin: 0;
}

h1, .h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 4rem;
}

@media only screen and (max-width: 767.96px) {
  h1, .h1 {
    font-size: 3rem;
    line-height: 3.25rem;
  }
}

@media only screen and (max-width: 575.96px) {
  h1, .h1 {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }
}

h2, .h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.25rem;
}

@media only screen and (max-width: 767.96px) {
  h2, .h2 {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }
}

@media only screen and (max-width: 575.96px) {
  h2, .h2 {
    font-size: 2rem;
    line-height: 2.25rem;
  }
}

h3, .h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.25rem;
}

@media only screen and (max-width: 575.96px) {
  h3, .h3 {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}

h4, .h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.75rem;
}

@media only screen and (max-width: 575.96px) {
  h4, .h4 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5rem;
}

h6, .h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
}

p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.1px;
  line-height: 1.8;
  color: #000;
  margin: 0 0 1.25rem 0;
}

p:last-child {
  margin: 0;
}

/* -----------------------------------------------------------------------------

# All Common Styles

----------------------------------------------------------------------------- */
/* ===== FINAL PRELOADER CODE ===== */

.loader {
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1111;
  background: #fff;
  overflow-x: hidden;
}

/* This container is flexible and correctly centers your logo. */
.loader-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* This is where you control your logo's size. */
.loader-inner img {
  width: 100px; /* <-- ✅ THIS IS THE LINE TO CHANGE. Set your desired logo size here. */
  height: auto;
  animation: pulse 1.5s ease-in-out infinite;
}

/* Keyframes for the optional pulse animation. */
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.mt-80 {
  margin-top: 80px;
}

@media only screen and (max-width: 767.96px) {
  .mt-80 {
    margin-top: 50px;
  }
}

.mb-80 {
  margin-bottom: 80px;
}

@media only screen and (max-width: 767.96px) {
  .mb-80 {
    margin-bottom: 50px;
  }
}

.mt-100 {
  margin-top: 100px;
}

@media only screen and (max-width: 767.96px) {
  .mt-100 {
    margin-top: 80px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}

@media only screen and (max-width: 767.96px) {
  .mb-100 {
    margin-bottom: 80px;
  }
}

.mt-150 {
  margin-top: 80px;
}

@media only screen and (max-width: 767.96px) {
  .mt-150 {
    margin-top: 100px;
  }
}

.mb-150 {
  margin-bottom: 150px;
}

@media only screen and (max-width: 767.96px) {
  .mb-150 {
    margin-bottom: 100px;
  }
}

.pt-80 {
  padding-top: 80px;
}

@media only screen and (max-width: 767.96px) {
  .pt-80 {
    padding-top: 50px;
  }
}

.pb-80 {
  padding-bottom: 0px;
}

@media only screen and (max-width: 767.96px) {
  .pb-80 {
    padding-bottom: 50px;
  }
}

.pt-100 {
  padding-top: 0px;
}

@media only screen and (max-width: 767.96px) {
  .pt-100 {
    padding-top: 0px;
  }
}

.pb-100 {
  padding-bottom: 0px;
}

@media only screen and (max-width: 767.96px) {
  .pb-100 {
    padding-bottom: S0px;
  }
}

.pt-150 {
  padding-top: 150px;
}

@media only screen and (max-width: 767.96px) {
  .pt-150 {
    padding-top: 100px;
  }
}

.pb-150 {
  padding-bottom: 150px;
}

@media only screen and (max-width: 767.96px) {
  .pb-150 {
    padding-bottom: 100px;
  }
}

.gray-bg {
  background-color: #f5f5f5;
}

.orange-text {
  color: #F28123;
}

.blue-bg {
  background-color: #162133;
}

a.boxed-btn {
  font-family: 'Poppins', sans-serif;
  display: inline-block;
  background-color: #F28123;
  color: #fff;
  padding: 10px 20px;
}

a.bordered-btn {
  font-family: 'Poppins', sans-serif;
  display: inline-block;
  color: #fff;
  border: 2px solid #F28123;
  padding: 7px 20px;
}

a.read-more-btn {
  display: inline-block;
  margin-top: 15px;
  color: #051922;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-weight: 700;
}

a.read-more-btn:hover {
  color: #F28123;
}

a.boxed-btn, a.bordered-btn, a.cart-btn {
  border-radius: 50px;
}

.section-title h3 {
  font-size: 30px;
  position: relative;
  padding-bottom: 15px;
}

.section-title h3:after {
  position: absolute;
  content: '';
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 50px;
  height: 2px;
  background-color: #F28123;
  margin: 0 auto;
}

.section-title p {
  font-size: 15px;
  width: 530px;
  margin: 0 auto;
  color: #555;
  margin-top: 10px;
  line-height: 1.8;
}

.section-title {
  margin-bottom: 80px;
}


/*--------------------------------------------------------------
# Updated About Us Hero Section (was Breadcrumb)
--------------------------------------------------------------*/
.about-us-hero-custom { /* Yeh class aapne HTML mein breadcrumb-section div ko di thi */
  padding: 70px 0; 
  background-color: #f8f5f0; 
  /* --- SET YOUR NEW BACKGROUND IMAGE HERE --- */
  background-image: url('../img/breadcrumb-bg.jpg'); /* ***** IMPORTANT: ADJUST THIS PATH ***** */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative; 
}

.breadcrumb-text-custom h1 { /* Targeting the "About Us" title */
  font-family: 'Poppins', sans-serif; 
  font-size: 3.5em;  
  color: #D32F2F;    
  font-weight: 700;  
  margin-bottom: 15px;
  text-align: left; 
}

.breadcrumb-text-custom p { /* Targeting the description below "About Us" */
  font-family: 'Open Sans', sans-serif; 
  font-size: 1.1em;  
  color: #333333;    
  line-height: 1.6;
  margin-bottom: 0;
  text-align: left; 
  max-width: 500px; 
}

/* assets/css/main.css - Update/Replace this part for product images */

.about-hero-product-images {
  position: relative; /* This is CRUCIAL for absolute positioning of children */
  width: 100%; /* Take full width of its column */
  min-height: 380px; /* Approximate height to contain the images. ADJUST AS NEEDED based on your image sizes. */
  /* border: 1px dashed blue; /* TEMPORARY: To see the container boundaries */
}

.about-hero-product-images img {
  position: absolute; /* Key for precise placement and overlap */
  max-width: 75%;    /* STARTING SIZE: Adjust this first! (e.g., 70%, 80%, 90%) */
  height: auto;      /* Maintain aspect ratio */
  /* box-shadow: 0 5px 15px rgba(0,0,0,0.15); /* Optional: Adds a subtle shadow */
  /* border: 1px solid red; /* TEMPORARY: To see image boundaries */
}

/* Image 1 (Top packet, tilted left) */
.about-hero-product-images .product-image-1 {
  /*z-index: 2; /* This image will be on top */
  
  /* Positioning: From top-left corner of .about-hero-product-images */
  top: 0;      /* Adjust: 0 to 20px (pushes down) */
  left: 0;     /* Adjust: 0 to 20px (pushes right) */
  
  transform: rotate(-12deg) translateX(-10px) translateY(5px); /* Tweak rotation and minor position adjustments */
  /* translateX(-10px) moves it slightly left AFTER rotation */
  /* translateY(5px) moves it slightly down AFTER rotation */
}

/* Image 2 (Bottom packet, tilted right) */
.about-hero-product-images .product-image-2 {
  z-index: 1; /* This image will be below image 1 */

  /* Positioning: From top-left corner of .about-hero-product-images */
  /* Adjust these to achieve overlap and desired placement */
  top: 60px;     /* Adjust: e.g., 50px to 100px (pushes down, creating vertical overlap) */
  left: 80px;    /* Adjust: e.g., 50px to 120px (pushes right, creating horizontal overlap) */

  transform: rotate(10deg) translateX(10px) translateY(10px); /* Tweak rotation and minor position adjustments */
}


/* --- Responsive Adjustments --- */
@media (max-width: 1199px) { /* Slightly smaller than lg */
    .about-hero-product-images {
        min-height: 340px;
    }
    .about-hero-product-images img {
        max-width: 78%;
    }
    .about-hero-product-images .product-image-1 {
        top: 5px; left: 5px;
        transform: rotate(-12deg) translateX(-8px) translateY(4px);
    }
    .about-hero-product-images .product-image-2 {
        top: 55px; left: 70px;
        transform: rotate(10deg) translateX(8px) translateY(8px);
    }
}


@media (max-width: 991px) { /* Tablets (md breakpoint) */
  .about-hero-product-images {
    min-height: 300px; /* Adjust height for tablets */
    /* If parent column becomes text-center, images will center based on their container */
  }
  .about-hero-product-images img {
    max-width: 70%; /* Images slightly smaller */
  }
  .about-hero-product-images .product-image-1 {
    top: 10px; left: 10%; /* Using percentage for left to adapt to centered column */
    transform: rotate(-10deg) translateX(-5px) translateY(0px);
  }
  .about-hero-product-images .product-image-2 {
    top: 60px; left: 25%; /* Using percentage for left */
    transform: rotate(8deg) translateX(5px) translateY(5px);
  }
}

@media (max-width: 767px) { /* Mobiles (sm breakpoint) */
  .about-hero-product-images {
    min-height: 280px; /* Adjust height for mobile */
    /* On mobile, the parent column .col-lg-5 might be full width.
       And text-align:center is on it.
       The images will be positioned relative to .about-hero-product-images.
       If .about-hero-product-images is also centered, the left % will be from its centered position.
    */
  }
  .about-hero-product-images img {
    max-width: 60%; /* Images smaller */
  }
  .about-hero-product-images .product-image-1 {
    top: 5px; left: 5%; 
    transform: rotate(-8deg);
  }
  .about-hero-product-images .product-image-2 {
    top: 50px; left: 20%; 
    transform: rotate(6deg);
  }
}

@media (max-width: 576px) { /* Extra small devices */
    .about-hero-product-images {
        min-height: 220px;
    }
     .about-hero-product-images img {
        max-width: 65%; /* Can be a bit larger if container is smaller */
    }
    /* Further simplify or stack images if needed */
    .about-hero-product-images .product-image-1 {
        top: 0; left: 0;
        transform: rotate(-6deg);
    }
    .about-hero-product-images .product-image-2 {
        top: 30px; left: 15%;
        transform: rotate(4deg);
    }
}
/* -----------------------------------------------------------------------------

# Header Styles

----------------------------------------------------------------------------- */
ul.navbar-nav li.nav-item a.nav-link, ul.navbar-nav li.nav-item.active a.nav-link {
  color: #051922;
}

.top-header-area {
  position: absolute;
  z-index: 999;
  width: 100%;
  padding: 25px 0;
}

.top-header-area.white ul.navbar-nav li.nav-item a.nav-link, .top-header-area.white ul.navbar-nav li.nav-item.active a.nav-link {
  color: #fff;
}

ul.navbar-nav li.nav-item a.nav-link, ul.navbar-nav li.nav-item.active a.nav-link {
  color: #fff;
  font-weight: 700;
  margin-right: 14px;
}

a.navbar-brand img {
  max-width: 150px;
}

nav.main-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

nav.main-menu ul li {
  display: inline-block;
}

nav.main-menu ul li a {
  color: #fff;
  font-weight: 700;
  display: block;
  padding: 15px;
}

nav.main-menu ul > li {
  position: relative;
}

nav.main-menu ul ul.sub-menu {
  position: absolute;
  background-color: #fff;
  width: 220px;
  padding: 15px 15px;
  margin: 0;
  left: 0;
  top: 50px;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0 0 20px #555555;
  box-shadow: 0 0 20px #555555;
}

nav.main-menu ul ul.sub-menu li {
  display: block;
  text-align: left;
}

nav.main-menu ul ul.sub-menu li a {
  color: #555;
  font-weight: 600;
  padding: 7px 10px;
  font-size: 13px;
}

nav.main-menu ul > li:hover ul {
  opacity: 1;
  visibility: visible;
}

nav.main-menu ul li:last-child a {
  display: inline-block;
}

nav.main-menu > ul li:last-child {
  float: right;
}

.site-logo {
  float: left;
  max-width: 150px;
}

ul.sub-menu li:last-child {
  float: none !important;
}

.mean-container .mean-bar {
  background-color: transparent;
  position: absolute;
  right: 0;
  top: 15px;
}

.mean-bar a.meanmenu-reveal {
  background-color: #F28123;
}

.main-menu-wrap {
  position: relative;
}

.mean-container a.meanmenu-reveal {
  color: #051922;
}

.mean-container a.meanmenu-reveal span {
  background-color: #051922;
}

.mean-container .mean-nav ul li a {
  padding: 0.5em 5%;
}

.mean-container .mean-nav ul li li a {
  padding: 0.5em 10%;
}

.mean-container .mean-nav ul li a.mean-expand {
  font-size: 16px;
  height: 10px;
  line-height: 10px;
  width: 15px;
}

.mean-container a.meanmenu-reveal {
  padding: 8px 8px 6px;
}

nav.mean-nav > ul > li:first-child > a {
  border-top: none;
}

.header-icons a {
  color: #fff;
  display: inline-block;
  padding: 10px;
}

.site-logo {
  padding: 6px 0;
}

.top-header-area.sepherate-header ul li > a, .top-header-area.sepherate-header .header-icons a {
  color: #051922;
}

nav.main-menu ul ul.sub-menu li {
  display: block;
}

nav.main-menu ul ul.sub-menu li a {
  color: #555;
  padding: 8px;
  font-size: 13px;
  font-weight: 600;
}

nav.main-menu ul li.current-list-item > a {
  color: #F28123;
}

nav.main-menu li:hover > a {
  color: #F28123;
}

nav.main-menu li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.top-header-area .header-icons a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.top-header-area .header-icons a:hover {
  color: #F28123;
}

.sticky-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999 !important;
}

.sticky-wrapper.is-sticky .top-header-area {
  background-color: #051922;
  padding: 15px 0;
}

.top-header-area {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

ul.navbar-nav {
  margin: 0 auto;
}

.search-area {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5555;
  background-color: #051922;
  width: 100%;
  height: 100%;
  text-align: center;
}

span.close-btn {
  position: absolute;
  right: 0%;
  color: #fff;
  top: 5%;
  cursor: pointer;
}

.search-area {
  height: 100%;
}

.search-area div {
  height: 100%;
}

.search-bar {
  height: 100%;
  display: table;
  width: 100%;
}

a.mobile-show {
  display: none;
}

.search-area .search-bar div.search-bar-tablecell {
  display: table-cell;
  vertical-align: middle;
  height: auto;
}

.search-bar-tablecell input {
  border: none;
  padding: 15px;
  width: 60%;
  background-color: transparent;
  border-bottom: 1px solid #F28123;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #fff;
}

.search-bar-tablecell button[type=submit] {
  border: none;
  background-color: #F28123;
  padding: 15px 30px;
  cursor: pointer;
  display: inline-block;
  border-radius: 50px;
  font-weight: 700;
}

.search-bar-tablecell input::-webkit-input-placeholder {
  color: #fff;
}

.search-bar-tablecell input:-ms-input-placeholder {
  color: #fff;
}

.search-bar-tablecell input::-ms-input-placeholder {
  color: #fff;
}

.search-bar-tablecell input::placeholder {
  color: #fff;
}

.search-bar-tablecell button[type=submit] i {
  margin-left: 5px;
}

.search-area {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.search-area.search-active {
  visibility: visible;
  opacity: 1;
  z-index: 999;
}

.search-bar-tablecell h3 {
  color: #fff;
  margin-bottom: 30px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 7px;
}

/* -----------------------------------------------------------------------------

# Footer Styles

----------------------------------------------------------------------------- */
.single-logo-item img {
  max-width: 180px;
  margin: 0 auto;
}

.logo-carousel-section {
  background-color: #f5f5f5;
  padding: 50px 0;
}

.footer-area {
  background-color: #051922;
  color: #fff;
  padding: 150px 0;
}

h2.widget-title {
  font-size: 24px;
  font-weight: 500;
  position: relative;
  padding-bottom: 20px;
  color: #fff;
}

h2.widget-title:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 2px;
  background-color: #F28123;
  content: "";
}

.footer-box p {
  color: #fff;
  opacity: 0.7;
  line-height: 1.8;
}

.footer-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-box ul li {
  opacity: 0.7;
  margin-bottom: 10px;
  line-height: 1.8;
}

.footer-box ul li:last-child {
  margin-bottom: 0;
}

.footer-box.subscribe form input[type=email] {
  border: none;
  background-color: #012738;
  width: 78%;
  padding: 15px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #fff;
}

.footer-box.subscribe form button {
  width: 20%;
  border: none;
  background-color: #012738;
  color: #F28123;
  padding: 14px 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  cursor: pointer;
}

.footer-box.subscribe form button:focus {
  outline: none;
}

.copyright {
  background-color: #051922;
  border-top: 1px solid #232a35;
}

.copyright p {
  margin: 0;
  color: #fff;
  opacity: 0.7;
  padding: 16px 0;
  font-size: 15px;
}

.copyright a {
  color: #F28123;
  font-weight: 700;
}

.copyright a:hover {
  color: #f59d53;
}

.social-icons ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-icons ul li {
  display: inline-block;
}

.social-icons ul li a {
  font-size: 16px;
  color: #fff;
  opacity: 0.7;
  padding: 16px 10px;
  display: block;
}

.footer-box ul li a {
  color: #fff;
}

.footer-box.pages ul li {
  position: relative;
  padding-left: 20px;
}

.footer-box.pages ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #F28123;
}

/* -----------------------------------------------------------------------------

# Hover Styles

----------------------------------------------------------------------------- */
a.navbar-brand {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a.navbar-brand:hover {
  opacity: 0.7;
}

a.boxed-btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a.boxed-btn:hover {
  background-color: #051922;
  color: #F28123;
}

a.bordered-btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a.bordered-btn:hover {
  background-color: #F28123;
  color: #fff;
}

ul.sub-menu a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

ul.sub-menu li:hover a {
  color: #F28123;
}

.single-tof-box {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.single-tof-box:hover {
  -webkit-box-shadow: 0 0 80px #353535;
  box-shadow: 0 0 80px #353535;
}

a.video-play-btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a.video-play-btn:hover {
  background-color: #333;
  color: #F28123;
}

.latest-news-bg {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.single-latest-news:hover .latest-news-bg {
  opacity: 0.8;
}

a.tof-btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a.tof-btn i {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a.tof-btn:hover {
  color: #F28123;
}

a.tof-btn:hover i {
  margin-left: 10px;
}

.single-latest-news {
  -webkit-box-shadow: 0 0 20px #dddddd;
  box-shadow: 0 0 20px #dddddd;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.single-latest-news:hover {
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.single-logo-item {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.single-logo-item:hover {
  opacity: 0.7;
}

.footer-box.pages ul li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.footer-box.pages ul li:hover a {
  color: #F28123;
}

.footer-box.subscribe form button {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.footer-box.subscribe form button:hover {
  background-color: #F28123;
  color: #051922;
}

.social-icons ul li:hover a {
  color: #F28123;
}

.social-icons ul li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

ul.social-link-team li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

ul.social-link-team li a:hover {
  background-color: #051922;
  color: #F28123;
}

.counter-box {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.counter-box:hover {
  -webkit-box-shadow: 0 0 80px #6f6f6f;
  box-shadow: 0 0 80px #6f6f6f;
}

input[type="submit"] {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50px !important;
}

input[type="submit"]:hover {
  background-color: #051922;
  color: #F28123;
}

div.owl-controls, .owl-controls div {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

div.owl-controls div.owl-nav div:hover {
  opacity: 0.7;
}

.pagination-wrap ul li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.pagination-wrap ul li:hover a {
  background-color: #F28123;
}

.icons a i {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.icons a:hover i {
  color: #F28123;
}

.tof-text a.tof-btn {
  margin-top: 15px;
  display: inline-block;
}

.single-pricing-table {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.single-pricing-table:hover {
  -webkit-box-shadow: 0 0 20px #ddd;
  box-shadow: 0 0 20px #ddd;
}

.product-image img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.product-image img:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.cart-btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a.cart-btn:hover {
  background-color: #051922;
  color: #F28123;
}

.recent-posts ul li {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.recent-posts ul li:hover {
  opacity: 0.7;
}

ul.sub-menu li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

ul.sub-menu li:hover a {
  color: #F28123 !important;
}

.sidebar-section ul li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.sidebar-section ul li a:hover {
  opacity: 0.7;
}

.comment-text-body h4 a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.comment-text-body h4 a:hover {
  color: #F28123;
}

ul.product-share li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

ul.product-share li:hover a {
  color: #F28123;
}

.service-menu ul li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.service-menu ul li a.active {
  font-weight: 600;
  color: #ffe200;
}

.service-menu ul li a:hover {
  color: #ffe200;
}

.single-product-item {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.single-product-item:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.search-bar-tablecell button[type=submit] {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.search-bar-tablecell button[type=submit]:hover {
  background-color: #fff;
  color: #000;
}

span.close-btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

span.close-btn:hover {
  color: #fff;
}

a.mobile-show.search-bar-icon {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a.mobile-show.search-bar-icon:hover {
  color: #F28123;
}

/* -----------------------------------------------------------------------------

# Hero Styles

----------------------------------------------------------------------------- */
.hero-bg {
  background-image: url(../img/hero-bg.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.hero-text {
  display: table;
  height: 100%;
}

.hero-text-tablecell {
  display: table-cell;
}

.hero-area {
  height: 100%;
  position: relative;
  z-index: 1;
}

html, body {
  height: 100%;
}

.hero-area:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #07212e;
  z-index: -1;
  opacity: 0.6;
}

.hero-text p.subtitle {
  color: #F28123;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 7px;
  font-size: 15px;
}

.hero-text h1 {
  font-size: 64px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
}

.hero-area div {
  height: 100%;
}

.hero-area div.hero-text {
  height: 100%;
  width: 100%;
}

.hero-area div.hero-text-tablecell {
  height: auto;
  vertical-align: middle;
}

.hero-area div.hero-text-tablecell div {
  height: auto;
  vertical-align: middle;
}

.hero-btns {
  margin-top: 35px;
}

.hero-btns a.bordered-btn {
  margin-left: 15px;
}

.hero-area div.hero-form {
  background-color: #fff;
  text-align: center;
  width: 380px;
  margin: 0 auto;
  margin-right: 0;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 15px #2d2d2d;
  box-shadow: 0 0 15px #2d2d2d;
  position: absolute;
  right: 30px;
  bottom: -15%;
  height: 600px;
}

input[type="submit"] {
  background-color: #F28123;
  color: #051922;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  border: none !important;
  cursor: pointer;
  padding: 15px 25px;
  border-radius: 3px;
}

.homepage-bg-1 {
  background-image: url(../img/hero-bg.jpg);
}

.homepage-bg-2 {
  background-image: url(../img/hero-bg-2.jpg);
}

.homepage-bg-3 {
  background-image: url(../img/hero-bg-3.jpg);
}

.homepage-slider {
  height: 100%;
}

.homepage-slider div {
  height: 100%;
}

.homepage-slider div.hero-text {
  display: table;
  width: 100%;
}

.homepage-slider div.hero-text-tablecell {
  height: auto;
  vertical-align: middle;
  display: table-cell;
}

.homepage-slider div.hero-text-tablecell div {
  height: auto;
}

.single-homepage-slider {
  background-size: cover;
  background-position: center;
  ;
  position: relative;
  z-index: 1;
}

.single-homepage-slider:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  ;
  content: "";
  z-index: -1;
  opacity: 0.7;
}

div.owl-controls, .owl-controls div {
  height: auto;
  top: 50%;
  color: #F28123;
  font-size: 48px;
}

.homepage-slider {
  position: relative;
}

.owl-prev {
  position: absolute;
  left: 60px;
  margin-top: -30px;
}

.owl-next {
  position: absolute;
  right: 60px;
  margin-top: -30px;
}

/* -----------------------------------------------------------------------------

# List Styles

----------------------------------------------------------------------------- */
.list-section {
  background-color: #f5f5f5;
}

.list-box {
  overflow: hidden;
  letter-spacing: 0.5px;
}

.list-box .content h3 {
  display: block;
  line-height: 22px;
  font-size: 18px;
  margin-bottom: 4px;
}

.list-box .content p {
  margin-bottom: 0px;
  opacity: 0.75;
}

.list-box .list-icon i {
  display: block;
  font-size: 24px;
  margin-right: 15px;
  color: #F28123;
  width: 65px;
  height: 65px;
  text-align: center;
  line-height: 60px;
  border: 2px #F28123 dotted;
  border-radius: 999px;
}

/* -----------------------------------------------------------------------------

# News Styles

----------------------------------------------------------------------------- */
.news-bg-1 {
  background-image: url(../img/latest-news/news-bg-1.jpg);
}

.news-bg-2 {
  background-image: url(../img/latest-news/news-bg-2.jpg);
}

.news-bg-3 {
  background-image: url(../img/latest-news/news-bg-3.jpg);
}

.news-bg-4 {
  background-image: url(../img/latest-news/news-bg-4.jpg);
}

.news-bg-5 {
  background-image: url(../img/latest-news/news-bg-5.jpg);
}

.news-bg-6 {
  background-image: url(../img/latest-news/news-bg-6.jpg);
}

.latest-news-bg {
  height: 200px;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  background-color: #ddd;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.single-latest-news h3 {
  font-size: 20px;
  line-height: 1.25em;
  font-weight: 600;
}

.single-latest-news h3 a {
  color: #051922;
}

p.blog-meta span {
  margin-right: 15px;
  opacity: 0.6;
  color: #051922;
  font-size: 0.85em;
}

p.blog-meta span:last-child {
  margin-right: 0;
}

p.blog-meta span i {
  margin-right: 5px;
}

p.excerpt {
  line-height: 1.8;
  color: #555;
}

.latest-news a.boxed-btn {
  margin-top: 80px;
}

.news-text-box {
  padding: 25px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.single-latest-news {
  margin-bottom: 30px;
}

.single-artcile-bg {
  background-image: url(../img/latest-news/news-bg-3.jpg);
  height: 450px;
}

.pagination-wrap {
  margin-top: 40px;
}

.pagination-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pagination-wrap ul li {
  display: inline-block;
}

.pagination-wrap ul li a {
  color: #6f6f6f;
  font-size: 15px;
  background-color: #f3f3f3;
  display: inline-block;
  padding: 8px 14px;
  border-radius: 5px;
  margin: 3px;
  font-weight: 600;
  border-radius: 50px;
}

.pagination-wrap ul li a.active {
  background-color: #F28123;
}

.single-artcile-bg {
  background-size: cover;
  background-position: center;
  background-color: #ddd;
  border-radius: 5px;
  margin-bottom: 20px;
}

.single-article-text h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 10px;
}

.single-article-text p {
  font-size: 15px;
  line-height: 1.6;
  color: #051922;
}

.comments-list-wrap {
  margin: 100px 0;
}

.comments-list-wrap h3 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 50px;
}

.comment-template h4 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 50px;
}

.single-comment-body {
  position: relative;
}

.comment-user-avater {
  position: absolute;
  left: 0;
  top: 0;
}

.comment-user-avater img {
  width: 60px;
  max-width: 60px;
  border-radius: 50%;
}

.comment-text-body {
  padding-left: 80px;
  margin-bottom: 40px;
}

.comment-text-body h4 {
  font-size: 18px;
  font-weight: 600;
}

span.comment-date {
  opacity: 0.5;
  font-size: 80%;
  font-weight: 700;
  margin-left: 5px;
}

.comment-text-body h4 a {
  color: #051922;
  font-size: 80%;
  margin-left: 10px;
  border-bottom: 1px solid #aaa;
}

.single-comment-body.child {
  margin-left: 75px;
}

.comment-text-body p {
  color: #888;
  line-height: 2;
  margin: 0;
}

.comment-template h4 {
  margin-bottom: 10px;
}

.comment-template > p {
  opacity: 0.7;
  margin-bottom: 30px;
}

.comment-template form p input[type=text] {
  border: 1px solid #ddd;
  width: 49%;
  padding: 15px;
  border-radius: 5px;
  font-size: 15px;
  color: #051922;
}

.comment-template form p input[type=email] {
  border: 1px solid #ddd;
  width: 49%;
  padding: 15px;
  border-radius: 5px;
  font-size: 15px;
  color: #051922;
  margin-left: 10px;
}

.comment-template form p textarea {
  border: 1px solid #ddd;
  padding: 15px;
  font-size: 15px;
  color: #051922;
  border-radius: 5px;
  height: 250px;
  resize: none;
  width: 100%;
}

.sidebar-section {
  margin-left: 30px;
}

.sidebar-section h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.sidebar-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-section ul li {
  line-height: 1.5;
}

.sidebar-section ul li a {
  color: #555;
  font-size: 15px;
}

.sidebar-section > div {
  margin-bottom: 60px;
}

.sidebar-section > div:last-child {
  margin-bottom: 0;
}

.recent-posts ul li, .archive-posts ul li {
  position: relative;
  padding-left: 17px;
  margin-bottom: 10px;
}

.recent-posts ul li:before, .archive-posts ul li:before {
  position: absolute;
  left: 0;
  top: 2px;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.tag-section ul li {
  display: inline-block;
}

.tag-section ul li a {
  background-color: #ddd;
  padding: 3px 10px;
  display: block;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-right: 5px;
}

/* -----------------------------------------------------------------------------

# Cart Banner Styles

----------------------------------------------------------------------------- */
.cart-banner {
  background-color: #f5f5f5;
}

.cart-banner .image-column {
  position: relative;
  margin-top: 40px;
}

.cart-banner .image-column .price-box {
  position: absolute;
  left: 15%;
  top: -30px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: rgba(242, 129, 35, 0.75);
}

.cart-banner .image-column .price-box .inner-price {
  position: relative;
  width: 94px;
  height: 94px;
  margin: 0 auto;
  margin-top: 8px;
  text-align: center;
  border-radius: 50%;
  background-color: #F28123;
}

.cart-banner .image-column .price-box .inner-price .price {
  color: #051922;
  padding-top: 27px;
  position: relative;
  display: inline-block;
  line-height: 18px;
  font-weight: 400;
}

.cart-banner .image-column .price-box .inner-price .price strong {
  color: #051922;
  font-size: 24px;
}

.cart-banner .content-column {
  position: relative;
  padding-top: 40px;
}

.cart-banner .content-column h3 {
  font-size: 40px;
}

.cart-banner .content-column h4 {
  position: relative;
  font-weight: 300;
  text-transform: uppercase;
}

.cart-banner .content-column .text {
  position: relative;
  font-weight: 400;
  line-height: 1.8em;
  margin-top: 25px;
  margin-bottom: 25px;
}

.time-counter {
  position: relative;
  margin-bottom: 25px;
}

.time-counter .time-countdown {
  position: relative;
}

.time-countdown .counter-column {
  position: relative;
  display: inline-block;
  margin: 0px 0px 5px;
  font-size: 13px;
  line-height: 1em;
  padding: 8px 20px 14px;
  text-transform: capitalize;
  text-align: center;
  border: 2px solid #F28123;
}

.time-countdown .counter-column .count {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 1.4em;
  padding: 0px 0px;
  color: #F28123;
  font-weight: 700;
  letter-spacing: 1px;
}

/* -----------------------------------------------------------------------------

# Testimonial Styles

----------------------------------------------------------------------------- */
.client-avater {
  margin-bottom: 20px;
}

.client-meta h3 {
  font-size: 20px;
  font-weight: 600;
}

.client-meta h3 span {
  display: block;
  font-size: 70%;
  margin-top: 10px;
  color: #051922;
  font-weight: 600;
  opacity: 0.5;
}

p.testimonial-body {
  font-size: 17px;
  font-style: italic;
  width: 700px;
  margin: 0 auto;
  line-height: 1.8;
  color: #999999;
  margin-top: 20px;
}

.last-icon {
  margin-top: 20px;
  font-size: 25px;
  opacity: 0.3;
}

.client-avater img {
  max-width: 100px;
  border-radius: 50%;
  margin: 0 auto;
}

/* -----------------------------------------------------------------------------

# About Styles

----------------------------------------------------------------------------- */
a.video-play-btn {
  position: absolute;
  background-color: #F28123;
  color: #051922;
  width: 90px;
  height: 90px;
  text-align: center;
  line-height: 92px;
  border-radius: 50%;
  font-size: 20px;
  padding-left: 5px;
  display: block;
  z-index: 2;
  top: 50%;
  margin-top: -45px;
  -webkit-box-shadow: 0 0 20px #adadad;
  box-shadow: 0 0 20px #adadad;
  left: 50%;
  margin-left: -45px;
}

.abt-bg {
  background-image: url(../img/abt.jpg);
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.abt-bg:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #051922;
  opacity: 0.3;
}

.abt-section .abt-text {
  padding: 50px;
  padding-left: 30px;
}

.abt-text p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 10px;
}

.abt-text p.top-sub {
  opacity: 0.8;
  margin-bottom: 10px;
}

.abt-text p:last-child {
  margin-bottom: 0;
}

/* -----------------------------------------------------------------------------

# Shop Banner Styles

----------------------------------------------------------------------------- */
.shop-banner {
  position: relative;
  background-color: #f5f5f5;
  background-image: url(../img/1.jpg);
  background-size: cover;
  padding: 110px 0px 115px;
}

.shop-banner h3 {
  position: relative;
  font-size: 50px;
  line-height: 1.2em;
  margin-bottom: 0px;
}

.shop-banner .sale-percent {
  position: relative;
  font-size: 60px;
  font-weight: 700;
  color: #F28123;
}

.shop-banner .sale-percent span {
  position: relative;
  font-size: 24px;
  line-height: 1.1em;
  color: #051922;
  font-weight: 400;
  text-align: center;
  margin-right: 10px;
  display: inline-block;
}

/* -----------------------------------------------------------------------------

# About Page Styles

----------------------------------------------------------------------------- */
.feature-bg {
  position: relative;
  margin: 150px 0;
}

.feature-bg:after {
  background-image: url(../img/feature-bg.jpg);
  position: absolute;
  right: 0;
  top: 0;
  width: 40%;
  height: 100%;
  content: "";
  background-size: cover;
  background-position: center;
  border-top-left-radius: 5px;
  -webkit-box-shadow: 0 0 20px #cacaca;
  box-shadow: 0 0 20px #cacaca;
  border-bottom-left-radius: 5px;
}

.team-bg-1 {
  background-image: url(../img/team/team-1.jpg);
}

.team-bg-2 {
  background-image: url(../img/team/team-2.jpg);
}

.team-bg-3 {
  background-image: url(../img/team/team-3.jpg);
}

.team-bg-4 {
  background-image: url(../img/team/team-4.jpg);
}

.team-bg {
  height: 400px;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
  background-color: #ddd;
}

.single-team-item {
  position: relative;
}

.single-team-item h4 {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 10px;
}

.single-team-item h4 span {
  font-size: 70%;
  display: block;
  margin-top: 10px;
  opacity: 0.7;
}

ul.social-link-team {
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

ul.social-link-team li {
  display: inline-block;
}

ul.social-link-team li a {
  color: #fff;
  background-color: #F28123;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  display: block;
  margin: 5px;
}

/* -----------------------------------------------------------------------------

/*
--------------------------------------------------------------
# Contact Page Styles (Corrected to Match Your HTML)
--------------------------------------------------------------
*/

/* Wrapper for the entire "Leave a Reply" box */
.reply-form-wrapper {
  background-color: #FBFBFB; /* Light grey background */
  padding: 45px 30px;
  border-radius: 5px;
  border: 1px solid #eee;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

/* Styles for the title area "LEAVE A REPLY" */
.reply-form-wrapper .form-title {
  margin-bottom: 25px;
  text-align: center;
}

.reply-form-wrapper .form-title h3 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 10px;
}

.reply-form-wrapper .form-title p {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
}

/* This container holds the icon and the input field */
.form-group-with-icon {
  position: relative; /* This is crucial for positioning the icon */
  margin-bottom: 20px;
}

/* Style for the icons (user, envelope, phone) */
.form-group-with-icon i {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #F28123; /* Theme orange color */
  font-size: 16px;
}

/* --- THIS IS THE CRITICAL FIX FOR YOUR INPUTS --- */
/* General styles for all input fields and the textarea */
.form-group-with-icon input,
.form-group-with-icon textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  transition: border-color 0.3s;
}

/* Add padding to the left of the input so text doesn't overlap the icon */
.form-group-with-icon input {
  padding-left: 45px; 
}

/* Specific style for the message box */
.form-group-with-icon textarea {
  height: 180px;
  resize: vertical; /* Allows user to resize vertically but not horizontally */
}

/* Style for when a user clicks on a form field */
.form-group-with-icon input:focus,
.form-group-with-icon textarea:focus {
  outline: none;
  border-color: #F28123; /* Highlight with theme color */
}

/* Styles for the "SEND MESSAGE" button */
.btn-send-message {
  background-color: #F28123;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 15px 40px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
}

.btn-send-message:hover {
  background-color: #051922; /* Dark color on hover */
}/* -----------------------------------------------------------------------------

# Shop Page Styles

----------------------------------------------------------------------------- */
.product-filters {
  margin-bottom: 80px;
}

.product-filters ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.product-filters ul li {
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  margin: 15px;
  border: 2px solid #051922;
  color: #323232;
  cursor: pointer;
  padding: 8px 20px;
  border-radius: 25px;
}

.product-filters ul li.active {
  border: 2px solid #F28123;
  background-color: #F28123;
  color: #fff;
}

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

.product-image {
  padding: 30px;
  padding-bottom: 0;
}

.product-image img {
  width: 90%;
  border-radius: 5px;
  margin-bottom: 20px;
}

.single-product-item h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

p.product-price {
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
}

p.product-price span {
  display: block;
  opacity: 0.8;
  font-size: 15px;
  font-weight: 400;
}

a.cart-btn {
  font-family: 'Poppins', sans-serif;
  display: inline-block;
  background-color: #F28123;
  color: #fff;
  padding: 10px 20px;
}

a.cart-btn i {
  margin-right: 5px;
}

.single-product-img img {
  border-radius: 5px;
  -webkit-box-shadow: 0 0 20px #ddd;
  box-shadow: 0 0 20px #ddd;
}

.single-product-content h3 {
  font-size: 22px;
  font-weight: 600;
}

p.single-product-pricing span {
  font-size: 18px;
  display: block;
  opacity: 0.8;
  margin-bottom: 10px;
  font-weight: 400;
}

.single-product-content p {
  font-size: 15px;
  color: #555;
  line-height: 1.8;
}

.single-product-content p.single-product-pricing {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #051922;
  line-height: inherit;
}

input[type="number"] {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px;
  width: 100px;
  margin-bottom: 15px;
}

.single-product-form a.cart-btn {
  margin-bottom: 15px;
}

.single-product-content h4 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 35px;
}

ul.product-share {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.product-share li {
  display: inline-block;
}

ul.product-share li a {
  display: block;
  color: #051922;
  margin-right: 10px;
}

.single-product-content {
  margin-left: 30px;
}

table.cart-table {
  border: 1px solid #f9f9f9;
  width: 100%;
}

thead {
  border-bottom: 1px solid #eee;
}

tr.table-head-row th {
  border-right: 1px solid #efefef;
  padding: 15px;
  font-weight: 500;
  text-align: center;
}

tr.table-head-row th:last-child {
  border-right: none;
}

.cart-table-wrap tbody tr td {
  text-align: center;
}

td.product-image img {
  max-width: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
}

.cart-table-wrap tbody tr td {
  border: 1px solid #efefef;
  padding: 20px 0;
  color: #051922;
}

thead.cart-table-head tr {
  background-color: #efefef;
}

td.product-quantity input {
  margin-bottom: 0;
}

td.product-remove a {
  color: #051922;
}

.total-section table.total-table {
  border: 1px solid #efefef;
  width: 100%;
}

tr.table-total-row {
  background-color: #efefef;
}

tr.table-total-row th {
  font-weight: 500;
  font-size: 15px;
  padding: 15px;
}

table.total-table tbody tr.total-data td {
  border: 1px solid #efefef;
  padding: 19px 15px;
}

tr.total-data td strong {
  margin-right: 32px;
}

.cart-buttons {
  margin-top: 30px;
}

.cart-buttons a:first-child {
  margin-right: 20px;
}

.coupon-section {
  margin-top: 50px;
}

.coupon-section h3 {
  font-size: 20px;
  font-weight: 500;
}

.coupon-form-wrap form p input[type=text] {
  border: 1px solid #ddd;
  color: #051922;
  padding: 15px;
  width: 100%;
  border-radius: 5px;
  font-size: 15px;
}

.card.single-accordion {
  margin-bottom: 15px;
  border-bottom: 1px solid #EFEFEF !important;
}

.card.single-accordion .card-header {
  background-color: #fff;
  border: none;
  padding: 0;
}

.card.single-accordion:last-child {
  margin-bottom: 0;
}

.card.single-accordion .card-header h5 button {
  color: #051922;
  font-size: 15px;
  display: block;
  width: 100%;
  text-align: left;
  padding: 20px;
  text-decoration: none;
  border: none;
  background-color: #EFEFEF;
  position: relative;
  padding-left: 50px;
  font-weight: 600;
}

.card.single-accordion {
  border: 1px solid #F9F9F9;
}

.billing-address-form {
  padding: 20px;
}

.billing-address-form form p input {
  border: 1px solid #ddd;
  padding: 15px;
  width: 100%;
  border-radius: 3px;
}

.billing-address-form form p textarea {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #ddd;
  padding: 15px;
  height: 120px;
  resize: none;
}

.shipping-address-form p, .card-details p {
  margin: 0;
}

.card.single-accordion .card-header h5 button:before {
  position: absolute;
  left: 20px;
  top: 50%;
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 22px;
  margin-top: -11px;
  color: #F28123;
}

.billing-address-form form p:last-child {
  margin-bottom: 0;
}

table.order-details {
  border: 1px solid #efefef;
}

table.order-details thead tr th {
  background-color: #efefef;
  padding: 18px;
  font-size: 15px;
  font-weight: 500;
}

table.order-details tbody td {
  border: 1px solid #efefef;
  padding: 15px;
}

.order-details-wrap > a {
  margin-top: 30px;
}

.card.single-accordion {
  border: 1px solid #eeeeee;
}

.single-product-item {
  -webkit-box-shadow: 0 0 20px #e4e4e4;
  box-shadow: 0 0 20px #e4e4e4;
  padding-bottom: 50px;
  border-radius: 5px;
}

/* -----------------------------------------------------------------------------

# 404 Page Styles

----------------------------------------------------------------------------- */
.error-text i {
  font-size: 90px;
  margin-bottom: 30px;
}

.error-text h1 {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 10px;
}

.error-text p {
  font-size: 15px;
  margin-bottom: 30px;
}

.full-height-section {
  height: 100%;
  display: table;
  width: 100%;
}

.full-height-tablecell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
/* assets/css/main.css (ya aapke <style> tag ke andar) */

/*--------------------------------------------------------------
# Custom Tagline Section
--------------------------------------------------------------*/
.custom-tagline-section {
  padding: 25px 0; /* Thodi zyada padding upar neeche */
}

.main-tagline {
  color: #E53935;   /* Screenshot se milta julta red color (Material Design Red 600) */
  /* Agar aapko thoda halka red chahiye toh: color: #F44336; (Material Design Red 500) */
  /* Ya bilkul plain red: color: red; or color: #FF0000; */
  
  font-size: 1.65em; /* Font size thoda bada kiya gaya (adjust karein) */
  /* Aap specific pixel value bhi de sakte hain, jaise 24px ya 28px */

  font-weight: 500;   /* Motai - Medium weight. 
                         'Poppins' font mein 500 (Medium), 600 (Semi-Bold), 700 (Bold) hote hain.
                         Screenshot mein text bahut zyada mota nahi lag raha, medium ya semi-bold ho sakta hai.
                         Agar zyada mota chahiye toh 600 karein. */
  
  font-family: 'Poppins', 'Open Sans', sans-serif;
  line-height: 1.4;   /* Lines ke beech ki height thodi kam ki, <br> ke saath accha lagega */
  letter-spacing: 0.5px; /* Thodi si letter spacing (optional) */
}

/* Responsive font size for smaller screens */
@media (max-width: 992px) { /* Large tablets */
  .main-tagline {
    font-size: 1.5em;
  }
}
@media (max-width: 768px) { /* Tablets */
  .main-tagline {
    font-size: 1.3em;
  }
}
@media (max-width: 576px) { /* Mobiles */
  .main-tagline {
    font-size: 1.15em;
    line-height: 1.5; /* Mobile par line height thodi zyada rakhi ja sakti hai readability ke liye */
  }
}
/* New Custom Features Section
--------------------------------------------------------------*/
.custom-features-section {
  background-color: #fff; /* White background */
  position: relative;     /* IMPORTANT: For absolute positioning of decorative images */
  /* overflow: hidden; */ /* Agar yeh pehle tha, toh ise HATA DEIN ya comment out karein */
}

/* Container ke andar ka content upar rahega agar zaroorat pade */
.custom-features-section .container {
    position: relative;
    z-index: 2; 
}

.feature-box {
  padding: 20px;
}

.feature-icon img {
  max-width: 70px; /* Adjust icon size as needed */
  margin-bottom: 25px;
}

.feature-title {
  font-size: 1.25em;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
  font-family: 'Poppins', 'Open Sans', sans-serif;
}

.feature-description {
  font-size: 0.9em;
  color: #666;
  line-height: 1.6;
  font-family: 'Open Sans', 'Poppins', sans-serif;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

/* Decorative Images Styling - SIZE INCREASED */
.decorative-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  
  /* SIZE ADJUSTMENT: Aap in values ko change karein */
  max-width: 400px;  /* Pehle 250px tha, ab bada kiya gaya hai. Aap isko aur badha sakte hain, jaise 500px, 600px */
  /* Agar image ki height control karni hai: */
  /* max-height: 90%; */ /* Section ki height ka 90% tak, for example */
  width: auto; /* Agar max-width set hai toh width auto rakhein aspect ratio ke liye */
  /* height: auto; */ /* Agar max-height set hai toh height auto rakhein */

  z-index: 1;
}

.decorative-img-left {
  left: -400px; /* Aapki di hui value */
  /* Agar aap chahte hain ki image ka sirf ek hissa dikhe jo viewport ke andar hai:
     Aapki image ki actual width ka dhyan rakhein. 
     Agar image 600px wide hai aur aapne left: -400px kiya,
     toh image ka 200px hissa (600-400) right side mein dikhega.
  */
}

.decorative-img-right {
  right: -400px; /* Aapki di hui value */
  /* Same logic as left image for visible part */
}

/* Responsive adjustments */
@media (max-width: 1200px) { /* Adjust breakpoint as needed */
  .decorative-img {
    max-width: 180px; /* Chote screens par decorative images ka size kam */
  }
}

@media (max-width: 992px) {
  .decorative-img {
    display: none; /* Tablets aur chote devices par hide kar dein */
  }
}

@media (max-width: 768px) {
  .feature-box {
    margin-bottom: 30px;
  }
  .custom-features-section.pb-80 {
      padding-bottom: 50px !important; 
  }
   .custom-features-section.pt-80 {
      padding-top: 50px !important; 
  }
}

/*--------------------------------------------------------------
# Why Satish Masala Section
--------------------------------------------------------------*/


.elephant-logo {
  max-width: 100%; 
  height: auto;
  max-height: 350px; 
}

.text-point {
  margin-bottom: 20px; 
}
.text-point:last-child {
  margin-bottom: 0;
}

.text-point p {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9em;  
  color: #6a6a6a; 
  line-height: 1.6;
  margin-bottom: 0; 
}

/* Desktop par text alignment */
.why-masala-text-left .text-point p {
  text-align: right;
}
.why-masala-text-right .text-point p {
  text-align: left;
}


/* Responsive Adjustments */
@media (max-width: 991px) { 
    .why-masala-text-left .text-point p,
    .why-masala-text-right .text-point p {
        text-align: center; 
    }
    .elephant-logo {
        max-height: 300px;
    }
}

@media (max-width: 767px) { 
  .why-masala-intro {
    font-size: 0.95em;
  }
  .text-point p {
    font-size: 0.85em;
  }
  .why-masala-text-left .text-point p,
  .why-masala-text-right .text-point p {
    text-align: center; 
  }
  .why-masala-text-column {
      margin-top: 30px; 
  }
  .elephant-logo {
    max-height: 250px; 
  }
}

/*Customer Reviews Section
--------------------------------------------------------------*/
.customer-reviews-section {
  position: relative; /* For absolute positioning of background decoration */
  background-color: #fdfdfd; /* Very light gray or white background */
  overflow: hidden; /* To contain background decoration if it's too large */
}

.background-chilli-decoration {
  position: absolute;
  top: 0;
  left: -10%; /* Adjust to position as needed */
  width: 40%;  /* Adjust size as needed */
  height: 100%;
  opacity: 0.08; /* Very Faded */
  z-index: 0;
  pointer-events: none; /* So it doesn't interfere with mouse events */
}
.background-chilli-decoration img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* Or 'cover', depending on image and desired effect */
  object-position: left center;
}

.customer-reviews-section .container {
    position: relative; /* To keep content above background decoration */
    z-index: 1;
}

.reviews-section-title h2 {
  font-size: 2.5em; /* Approx 40px */
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
  font-family: 'Poppins', sans-serif; /* Or your preferred title font */
  margin-top: 60px; /* ✅ This creates the gap above the heading */
}

.google-reviews-logo {
  margin-bottom: 50px !important; /* Extra space below Google logo */
}
.google-reviews-logo .google-logo {
  font-size: 2.8em; /* Google text size */
  font-weight: 600;
  font-family: Arial, sans-serif; /* Common font for logos */
  letter-spacing: -1.5px;
}
.google-reviews-logo .g-blue { color: #4285F4; }
.google-reviews-logo .g-red { color: #EA4335; }
.google-reviews-logo .g-yellow { color: #FBBC05; }
.google-reviews-logo .g-green { color: #34A853; }

.google-reviews-logo .reviews-text {
  font-size: 1.3em;
  color: #555;
  margin-left: 5px;
  font-weight: 500;
  vertical-align: middle; /* Align with Google logo */
}

.review-stars-filled {
  margin-top: 5px;
}
.review-stars-filled .fa-star {
  color: #FFC107; /* Yellow star color */
  font-size: 1.1em;
  margin: 0 1px;
}
/* Review Card Styling */
.review-card {
  background-color: #fff;
  padding: 25px;
  border: 1px solid #eee;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Pushes reviewer-info to bottom if text is short */
  height: 100%; /* Ensures card takes full height of d-flex parent */
}
.review-stars-empty {
  margin-bottom: 15px;
  font-size: 1.2em; /* Size of square icons */
  color: #f2c222; /* Color of square icons (yellowish as per image) */
}
.review-stars-empty .far.fa-square {
  margin: 0 2px;
}
.review-text {
  font-size: 0.95em; /* Approx 15px */
  color: #555;
  line-height: 1.7;
  font-style: italic;
  margin-bottom: 20px;
  flex-grow: 1; /* Allows text to take available space */
}
.reviewer-info {
  margin-top: auto; /* Pushes to bottom */
}
.reviewer-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 10px;
}
.reviewer-name {
  font-size: 0.9em;
  font-weight: 600;
  color: #333;
  display: block;
}

/* Deal of the Day Card Styling */
.deal-card {
  /* ... (baki .deal-card ki properties waisi hi rahengi) ... */
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  text-align: center;
  /* color: #fff; /* Yeh yahan bhi add kar sakte hain default text color ke liye */
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.deal-card-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 0;
  filter: brightness(0.6); /* Brightness ko thoda aur kam kar sakte hain (0.5 ya 0.6) agar white text clear na ho */
}
.deal-content {
  position: relative;
  z-index: 1;
  padding: 30px 20px;
}
.deal-title {
  font-size: 1.8em;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.2;
  font-family: 'Poppins', sans-serif;
  color: #fff !important; /* White color, !important agar override karna pade */
}
.deal-offer {
  font-size: 1.1em;
  margin-bottom: 25px;
  line-height: 1.4;
  color: #fff !important; /* White color, !important agar override karna pade */
}
.btn-deal-shop-now {
  /* ... (button ki styling waisi hi rahegi) ... */
  background-color: #e74c3c;
  color: #fff;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9em;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
}
.btn-deal-shop-now:hover {
  background-color: #c0392b;
  color: #fff;
}
.btn-deal-shop-now .fas {
  margin-right: 8px;
}
/* Responsive Adjustments */
@media (max-width: 991px) { /* Tablets */
  .reviews-section-title h2 {
    font-size: 2.1em;
  }
  .google-reviews-logo .google-logo {
    font-size: 2.4em;
  }
  .google-reviews-logo .reviews-text {
    font-size: 1.1em;
  }
  .background-chilli-decoration {
    left: -20%;
    width: 50%;
  }
}

@media (max-width: 767px) { /* Mobiles */
  .reviews-section-title h2 {
    font-size: 1.8em;
  }
  .google-reviews-logo .google-logo {
    font-size: 2em;
  }
   .google-reviews-logo .reviews-text {
    display: block; /* Put "Reviews" text on new line */
    margin-left: 0;
    margin-top: 5px;
  }
  .review-stars-filled {
    margin-top: 10px;
  }
  .deal-card {
    min-height: 300px; /* Ensure some height on mobile if content is less */
  }
  .background-chilli-decoration {
    opacity: 0.05; /* Even more faded on mobile or hide it */
    /* display: none; */ /* Option to hide on mobile */
  }
}

 About Content Section
--------------------------------------------------------------*/
.about-content-section {
  background-color: #ffffff; /* Clean white background */
}

.about-content-text {
  /* Text content ke liye container */
}

.about-content-title {
  font-family: 'Poppins', sans-serif;
  font-size: 2em; /* Approx 32px, adjust as needed */
  font-weight: 700; /* Bold */
  color: #D32F2F;   /* Red color */
  margin-bottom: 5px;
}

.about-content-subtitle {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5em; /* Approx 24px, adjust as needed */
  font-weight: 700; /* Bold */
  color: #333;     /* Dark grey/black color */
  margin-bottom: 20px;
}

.about-content-paragraph {
  font-family: 'Open Sans', sans-serif;
  font-size: 1em; /* Approx 16px */
  color: #555;   /* Body text color */
  line-height: 1.8; /* Good line spacing for readability */
}

.about-content-image img {
  border-radius: 8px; /* Optional: adds slightly rounded corners to the image */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); /* Optional: adds a subtle shadow */
}


/* Responsive Adjustments for About Content Section */
@media (max-width: 991px) { /* Tablets */
  .about-content-title {
    font-size: 1.8em;
  }
  .about-content-subtitle {
    font-size: 1.3em;
  }
  .about-content-paragraph {
    font-size: 0.95em;
  }
}

@media (max-width: 767px) { /* Mobiles */
  .about-content-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .about-content-image {
    margin-bottom: 30px; /* Image aur text ke beech space jab woh stack honge */
  }
  .about-content-text {
    text-align: center; /* Mobile par text ko center align kar sakte hain */
  }
}

/*--------------------------------------------------------------
# Our Process Section
--------------------------------------------------------------*/
.our-process-section {
  position: relative;
  /* --- SET YOUR NEW BACKGROUND IMAGE HERE --- */
  background-image: url('../img/our-process-bg.jpg'); /* IMPORTANT: ADJUST PATH */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed; /* Parallax effect like in your template */
}

/* Optional: Add a semi-transparent overlay if text is hard to read on background */
.our-process-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7); /* White with 70% opacity. Adjust as needed. */
    z-index: 0;
}

.our-process-section .container {
    position: relative; /* To keep content above the overlay */
    z-index: 1;
}

/* Reusing section title style, but forcing dark text on light background */
.our-process-section .section-title h3,
.our-process-section .section-title h3 .orange-text {
  color: #D32F2F; /* Red color for title */
}
.our-process-section .section-title p {
    color: #555;
}

.process-timeline-container {
  position: relative;
  margin-top: 50px; /* Space below section title */
}

/* The vertical timeline */
.timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #D32F2F; /* Red color for the line */
  transform: translateX(-50%);
}

.timeline-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px; /* Space between each step */
  position: relative;
  width: 100%;
}
.timeline-item:last-child {
  margin-bottom: 0;
}

.timeline-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #D32F2F;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
  font-weight: 700;
  color: #D32F2F;
  flex-shrink: 0;
  margin: 0 20px;
  z-index: 2;

  /* 🔥 These ensure perfect vertical alignment */
  line-height: 1;
  font-family: inherit;
  text-align: center;
}



.timeline-content {
  width: calc(50% - 45px); /* Half of width minus space for icon */
}

.content-box {
  background-color: rgba(255, 255, 255, 0.9); /* Slightly transparent white */
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.07);
  color: #555; /* Text color */
  font-size: 0.95em;
  line-height: 1.6;
}

.left-content {
  text-align: right;
}
.right-content {
  text-align: left;
}

/* Responsive Adjustments for Process Timeline */
@media (max-width: 767px) {
  .timeline-item {
    display: grid; /* Use CSS Grid for better control */
    grid-template-columns: 50px auto; /* Icon column (50px) + content column (remaining space) */
    grid-template-areas: "icon content";
    justify-content: start; /* Align items to the start */
    margin-bottom: 20px; /* Space between items */
  }

  .timeline-line {
    left: 35px; /* Center the line relative to icon */
    width: 100%;
    margin-bottom: 20px;
    transform: translateX(-50%); /* Center the line horizontally */
  }

  .timeline-icon {
    grid-area: icon; /* Assign icon to 'icon' area */
    margin: 0; /* Remove horizontal margin */
  }

  .timeline-content {
    grid-area: content; /* Assign content to 'content' area */
    width: auto; /* Auto width for responsiveness */
    margin-left: 20px; /* Space between icon and content */
    text-align: left; /* Left-align text */
    order: 1;
  }

  .left-content,
  .right-content {
    grid-area: content; /* Place left/right content in the same grid area */
    order: 1;
    margin: 0;
    padding-left: 20px;
    text-align: left;
  }

  /* Hide empty content blocks */
  .timeline-item .left-content:empty,
  .timeline-item .right-content:empty {
    display: none;
  }
}

/* Tablet View (Optional): Apply same mobile layout to tablets too */
@media (max-width: 991px) and (min-width: 768px) {
  .timeline-item {
    display: grid;
    grid-template-columns: 50px auto;
    grid-template-areas: "icon content";
    justify-content: start;
    margin-bottom: 20px;
  }

  .timeline-icon {
    grid-area: icon;
    margin: 0;
  }

  .left-content,
  .right-content {
    grid-area: content;
    order: 1;
    margin: 0;
    padding-left: 20px;
    text-align: left;
  }

  .timeline-item .left-content:empty,
  .timeline-item .right-content:empty {
    display: none;
  }
}

/* Desktop View: Ensure alignment and visibility */
@media (min-width: 768px) {
  .timeline-item {
    align-items: center; /* Vertically center items */
  }

  .timeline-icon {
    display: block; /* Ensure icon is visible */
    align-self: center; /* Vertically center the icon */
  }

  .left-content,
  .right-content {
    display: block; /* Make sure both sides are visible */
    align-self: center;
    text-align: left !important; /* Force left alignment */
  }

  /* Hide empty content sections */
  .left-content:empty,
  .right-content:empty {
    display: none;
  }
}

/*--------------------------------------------------------------
# Why Choose Us Section
--------------------------------------------------------------*/
.why-choose-us-section {
  background-color: #f8f8f8; /* Light grey background from image */
}

/* Override section title color for this specific section */
.why-choose-us-section .section-title h3,
.why-choose-us-section .section-title h3 .orange-text {
  color: #D32F2F; /* Red color for title */
}

.mb-30 {
  margin-bottom: 30px;
}

.why-choose-box {
  background-color: #fff;
  padding: 30px 20px;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  text-align: center;
  height: 100%; /* Ensures all boxes in a row have the same height */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.why-choose-box:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transform: translateY(-5px); /* Slight lift on hover */
}

.choose-box-icon {
  margin-bottom: 20px;
  height: 55px; /* Fixed height for icon area for alignment */
  display: flex;
  align-items: center;
  justify-content: center;
}

.choose-box-icon img {
  max-height: 100%; /* Icon will not exceed the height of its container */
  max-width: 55px; /* Max width for icons */
}

.choose-box-text {
  font-size: 1em; /* Approx 16px */
  font-weight: 500;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# New Single Product Page Styles
--------------------------------------------------------------*/
.product-details-section {
    background-color: #f8f8f8; /* Light grey background */
}

/* Breadcrumbs */
.product-breadcrumbs {
    font-size: 0.9em;
    color: #555;
    padding: 10px 0;
}
.product-breadcrumbs a {
    color: #555;
    text-decoration: none;
}
.product-breadcrumbs a:hover {
    color: #F28123; /* Orange hover color */
}
.product-breadcrumbs span {
    color: #888; /* Current page text color */
}

/* Product Gallery */
.product-gallery {
    display: flex;
}
.product-gallery-thumbnails {
    flex: 0 0 100px; /* Thumbnails column width */
}
.thumbnail-image {
    border: 1px solid #ddd;
    padding: 5px;
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 5px;
}
.thumbnail-image.active, .thumbnail-image:hover {
    border-color: #F28123;
}
.thumbnail-image img {
    width: 100%;
}

.product-main-image {
    flex: 1;
    margin-left: 20px;
    position: relative;
    text-align: center;
}
.product-main-image img {
    max-width: 100%;
    border-radius: 8px;
    border: 1px solid #eee;
}
.spice-meter {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 120px; /* Adjust size */
}
.spice-meter img {
    width: 100%;
    border: none;
}

/* Product Details Content */
.product-details-content {
    padding-left: 20px;
}
.product-title {
    font-size: 2.2em;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}

.price-box {
    margin-bottom: 20px;
}
.current-price {
    font-size: 1.8em;
    font-weight: 700;
    color: #e74c3c; /* Red price */
}
.original-price {
    font-size: 1.2em;
    color: #888;
    text-decoration: line-through;
    margin-left: 10px;
}
.discount-percentage {
    display: block;
    font-size: 0.9em;
    color: #27ae60; /* Green discount text */
    margin-top: 5px;
}

/* Variant Selector */
.variant-selector {
    margin-bottom: 20px;
}
.variant-btn {
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 8px 15px;
    margin-right: 10px;
    cursor: pointer;
    border-radius: 20px;
    font-size: 0.9em;
}
.variant-btn.active, .variant-btn:hover {
    border-color: #e74c3c;
    background-color: #e74c3c;
    color: #fff;
}

/* Quantity and Add to Cart */
.quantity-add-to-cart {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.quantity-selector {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 5px;
    margin-right: 15px;
}
.quantity-selector span {
    margin-right: 10px;
    font-size: 0.9em;
    padding-left: 5px;
    color: #555;
}
.quantity-btn {
    border: none;
    background-color: transparent;
    width: 30px;
    height: 30px;
    font-size: 1.2em;
    cursor: pointer;
    color: #555;
}
.quantity-input {
    border: none;
    width: 40px;
    text-align: center;
    font-size: 1.1em;
    font-weight: 600;
}
.quantity-input:focus {
    outline: none;
}
.btn-add-to-cart {
    background-color: #e74c3c;
    color: #fff;
    border: none;
    padding: 13px 30px;
    border-radius: 25px;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
}

.btn-buy-now {
    width: 100%;
    background-color: #c0392b; /* Darker red */
    color: #fff;
    border: none;
    padding: 13px 30px;
    border-radius: 25px;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.wishlist-link a {
    color: #555;
    text-decoration: none;
    font-size: 0.9em;
}
.wishlist-link a i {
    color: #e74c3c;
    margin-right: 5px;
}

/* Product Meta */
.product-meta {
    margin-top: 20px;
    font-size: 0.9em;
}
.product-meta ul {
    list-style: none;
    padding: 0;
}
.product-meta li {
    margin-bottom: 5px;
    color: #555;
}
.product-meta li .meta-value {
    font-weight: 600;
    color: #333;
}
.product-meta li .in-stock {
    color: #27ae60;
}

/* Description Tabs */
.product-description-tabs-section {
    background-color: #fff;
}
.product-tabs .nav-tabs {
    border-bottom: 2px solid #ddd;
    justify-content: center;
    margin-bottom: 30px;
}
.product-tabs .nav-link {
    border: none;
    color: #555;
    font-weight: 600;
    padding: 15px 30px;
    border-bottom: 2px solid transparent;
}
.product-tabs .nav-link.active, .product-tabs .nav-link:hover {
    color: #F28123;
    border-bottom: 2px solid #F28123;
}
.description-content h4 {
    font-size: 1.2em;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 10px;
}
.description-content ul {
    list-style: disc;
    padding-left: 20px;
}


/* Responsive Adjustments for Single Product */
@media (max-width: 991px) { /* Tablets */
    .product-details-content { padding-left: 0; margin-top: 30px; }
    .product-title { font-size: 1.8em; }
    .current-price { font-size: 1.5em; }
}
@media (max-width: 767px) { /* Mobiles */
    .product-gallery { flex-direction: column-reverse; }
    .product-main-image { margin-left: 0; margin-bottom: 15px; }
    .product-gallery-thumbnails { display: flex; flex: 1; justify-content: center; }
    .thumbnail-image { flex: 0 0 70px; margin: 0 5px; }
    .quantity-add-to-cart { flex-direction: column; align-items: stretch; }
    .quantity-selector { margin-right: 0; margin-bottom: 10px; justify-content: center; }
    .btn-add-to-cart { width: 100%; }
}

/* =================================
   Satish Masala - Contact Page CSS
   ================================= */

/* Main container for the whole section */
.contact-container {
    padding: 80px 15px; /* Adds space on top/bottom and sides */
    font-family: Arial, sans-serif;
    background-color: #fff; /* White background */
}

/* "Looking For satish Masala" heading */
.main-heading {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 60px;
    color: #333;
}

/* Wrapper for all the cards */
.cards-wrapper {
    display: flex;
    justify-content: center;
    gap: 30px; /* Space between the cards */
    flex-wrap: wrap; /* Allows cards to wrap on smaller screens */
}

/* Styling for each individual contact card */
.contact-card {
    background-color: #fff;
    padding: 25px;
    flex: 1; /* Allows cards to grow and shrink */
    max-width: 380px; /* Sets a maximum width for each card */
    min-width: 300px;
    border-top: 3px solid #051922; /* The dark blue top border from your image */
}

.contact-card h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #051922; /* Dark blue color for headings */
}

/* Styling for each line of information (icon + text) */
.info-item {
    display: flex;
    align-items: flex-start; /* Aligns icon with the top of the text */
    margin-bottom: 20px;
    color: #555;
    line-height: 1.6;
}

.info-item i {
    font-size: 16px;
    color: #333;
    width: 30px; /* Gives icons a fixed width for alignment */
    margin-top: 5px; /* Adjusts icon vertical position */
}

.info-item p {
    margin-bottom: 0;
}

.info-item .sub-text {
    font-size: 14px;
    color: #888;
}

/* Special styling for the factory sections */
.factory-section {
    margin-bottom: 30px;
}

/* Responsive adjustments for smaller screens */
@media (max-width: 991px) {
    .cards-wrapper {
        flex-direction: column; /* Stacks cards vertically */
        align-items: center;   /* Centers the stacked cards */
    }
}
/* ========================
   Satish Masala - Product Page CSS
   ======================== */
.product-page-container {
    font-family: Arial, sans-serif;
    color: #333;
}

/* बाईं ओर: इमेज */
.product-image-wrapper img {
    max-width: 100%;
    border: 1px solid #e0e0e0;
}

/* दाईं ओर: जानकारी */
.product-info-wrapper .product-name {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.product-info-wrapper .product-review-summary {
    font-size: 14px;
    color: #888;
    margin-bottom: 10px;
}
.product-info-wrapper .product-review-summary .stars {
    color: #ccc;
    letter-spacing: 1px;
}

.product-info-wrapper .stock-status {
    font-size: 14px;
    margin-bottom: 15px;
    color: #27ae60;
}

.product-info-wrapper .product-price {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
}

.product-info-wrapper .product-short-description {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 20px;
}

/* Add to Cart फॉर्म */
.cart-form {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.quantity-input-group {
    display: flex;
    border: 1px solid #ccc;
}
.quantity-input-group .qty-btn {
    background: none;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 18px;
}
.quantity-input-group .qty-input {
    width: 40px;
    text-align: center;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: none;
    border-bottom: none;
}
input[type=number]:focus {
    outline: none;
}

.add-to-cart-button {
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    padding: 8px 15px;
    margin-left: 10px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}
.add-to-cart-button:hover {
    background-color: #e0e0e0;
}

/* बाकी की जानकारी */
.product-meta-info, .product-share-links, .wishlist-link {
    font-size: 12px;
    line-height: 1.2;
    color: #555;
}
.product-meta-info p {
    margin-bottom: 5px;
}
.product-meta-info a, .wishlist-link a {
    color: #007bff;
    text-decoration: none;
}
.product-share-links {
    margin: 15px 0;
}
.product-share-links a {
    margin-left: 8px;
    color: #555;
}

/* नीचे वाला टैब सेक्शन */
.product-tabs-wrapper {
    margin-top: 40px;
}
.product-tabs-wrapper .nav-tabs {
    border-bottom: 1px solid #ddd;
}
.product-tabs-wrapper .nav-tabs .nav-link {
    border: 1px solid #ddd;
    border-bottom: none;
    background-color: #f7f7f7;
    color: #555;
    margin-right: 5px;
    border-radius: 3px 3px 0 0;
    font-size: 14px;
    padding: 10px 15px;
}
.product-tabs-wrapper .nav-tabs .nav-link.active {
    background-color: #fff;
    border-bottom: 1px solid #fff;
    position: relative;
    top: 1px;
}
.product-tabs-wrapper .tab-content {
    border: 1px solid #ddd;
    border-top: none;
    padding: 20px;
    font-size: 14px;
}

/*
=====================================================
=== CSS FOR ARTSPACE-INSPIRED SHOP PAGE REDESIGN ===
=====================================================
*/

/* --- 1. General Setup & Fonts --- */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

:root {
    --color-text: #111;
    --color-text-light: #666;
    --color-border: #e5e5e5;
    --color-bg: #fff;
    --color-bg-alt: #f8f8f8;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: var(--color-bg);
}

/* --- 2. Main Page Layout --- */
.shop-page-container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 20px;
}

.shop-header {
    text-align: center;
    padding: 40px 0;
    border-bottom: 1px solid var(--color-border);
}
.shop-header h1 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 10px;
}
.breadcrumbs a, .breadcrumbs span {
    color: var(--color-text-light);
    text-decoration: none;
    font-size: 0.9rem;
}

.shop-body {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 40px;
    padding: 40px 0;
}

/* --- 3. Sidebar Styling --- */
.shop-sidebar { transition: transform 0.3s ease; }
.filter-widget h3 { font-size: 1.1rem; font-weight: 600; margin-bottom: 15px; }
.filter-widget ul { list-style: none; padding: 0; }
.filter-widget ul a { text-decoration: none; color: var(--color-text-light); display: block; padding: 5px 0; transition: color 0.2s; }
.filter-widget ul a:hover { color: var(--color-text); }
.filter-widget .search-form input { width: 100%; padding: 10px; border: 1px solid var(--color-border); border-radius: 5px; }

/* --- 4. Shop Toolbar --- */
.shop-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    font-size: 0.9rem;
    color: var(--color-text-light);
}
.filter-toggle-btn, .close-filters-btn { display: none; } /* Hidden on desktop */
.sorting-controls select {
    border: 1px solid var(--color-border);
    padding: 8px 12px;
    border-radius: 5px;
    background-color: var(--color-bg-alt);
}

/* --- 5. Product Grid & Cards --- */
.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 30px;
}
.product-card { text-align: left; }
.product-image {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background-color: var(--color-bg-alt);
    margin-bottom: 15px;
}
.product-image img {
    width: 100%;
    display: block;
    aspect-ratio: 1 / 1.1; /* Taller than wide */
    object-fit: cover;
    transition: transform 0.4s ease;
}
.product-card:hover .product-image img { transform: scale(1.05); }
.product-badges {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.badge {
    background: #000;
    color: #fff;
    padding: 3px 8px;
    font-size: 0.75rem;
    font-weight: 500;
    border-radius: 4px;
}
.product-info h3 { font-size: 1rem; font-weight: 500; margin-bottom: 5px; }
.product-info h3 a { color: var(--color-text); text-decoration: none; }
.price { font-size: 1rem; color: var(--color-text); }
.old-price { color: var(--color-text-light); margin-left: 8px; }

/* --- 6. Pagination --- */
.pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 50px;
}
.pagination a {
    color: var(--color-text);
    text-decoration: none;
    border: 1px solid transparent;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: all 0.2s;
}
.pagination a.active {
    background-color: var(--color-text);
    color: #fff;
}
.pagination a:not(.active):hover {
    border-color: var(--color-border);
}

/* --- 7. Features / Trust Badges Section --- */
.shop-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    padding: 60px 20px;
    background-color: var(--color-bg-alt);
    border-top: 1px solid var(--color-border);
}
.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}
.feature-item i {
    font-size: 1.8rem;
    color: var(--color-text-light);
}
.feature-item h4 { font-size: 1rem; font-weight: 600; margin-bottom: 2px; }
.feature-item p { font-size: 0.9rem; color: var(--color-text-light); line-height: 1.5; }

/* --- 8. Mobile Bottom Navigation --- */
.mobile-bottom-nav {
    display: none; /* Hidden on desktop */
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: var(--color-bg);
    border-top: 1px solid var(--color-border);
    z-index: 1000;
    justify-content: space-around;
    padding: 5px 0;
}
.mobile-bottom-nav a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: var(--color-text-light);
    font-size: 0.7rem;
    padding: 5px;
    gap: 2px;
}
.mobile-bottom-nav a.active { color: var(--color-text); }
.mobile-bottom-nav i { font-size: 1.2rem; }

/* --- 9. Mobile Responsive Styles --- */
@media (max-width: 768px) {
    body { padding-bottom: 60px; } /* Space for the bottom nav */

    .shop-body { grid-template-columns: 1fr; }
    .shop-sidebar {
        position: fixed;
        top: 0;
        left: 0;
        width: 300px;
        height: 100%;
        background: var(--color-bg);
        z-index: 1001;
        padding: 20px;
        transform: translateX(-100%);
        box-shadow: 5px 0 15px rgba(0,0,0,0.1);
    }
    .sidebar-visible {
        overflow: hidden; /* Prevent background scroll when sidebar is open */
    }
    .sidebar-visible .shop-sidebar {
        transform: translateX(0);
    }
    .sidebar-header { display: flex; justify-content: space-between; align-items: center; }
    
    .filter-toggle-btn { display: inline-flex; align-items: center; gap: 8px; background: none; border: none; font-size: 0.9rem; cursor: pointer; }
    .close-filters-btn { display: block; background: none; border: none; font-size: 2rem; cursor: pointer; }
    
    .toolbar-right, .results-count { font-size: 0.8rem; }
    .shop-toolbar { flex-wrap: wrap; gap: 10px; }
    .sorting-controls { flex-basis: 100%; }

    .mobile-bottom-nav { display: flex; }
}