/*
Theme Name: Organic
Theme URI: https://templatesjungle.com/
Author: TemplatesJungle
Author URI: https://templatesjungle.com/
Description: Organic is specially designed product packaged for eCommerce store websites.
Version: 1.1
*/

/*--------------------------------------------------------------
This is main CSS file that contains custom style rules used in this template
--------------------------------------------------------------*/
/*--------------------------------------------------------------
/** VARIABLES
--------------------------------------------------------------*/
body {
  --heading-font        : "Inter", sans-serif;
  --bs-link-color: #333;
  --bs-link-hover-color:#333;

  --bs-link-color-rgb: 40,40,40;
  --bs-link-hover-color-rgb: 0,0,0;

  --bs-light-rgb: 248, 248, 248;

  --bs-font-sans-serif: "Inter", sans-serif;
  --bs-body-font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --bs-body-font-size: 1.2rem;
  --bs-body-font-weight: 500;
  --bs-body-line-height: 1.5;
  --bs-body-color: #747474;

  --bs-primary: #072945;
  --bs-primary-rgb: 7, 41, 69;
  
  --bs-secondary: #de2800;
  --bs-secondary-rgb: 222, 40, 0;
  
  --bs-danger: #de2800;
  --bs-danger-rgb: 222, 40, 0;

  --bs-success: #a3be4c;
  --bs-success-rgb: 163, 190, 76;
  
  --bs-primary-bg-subtle: #f0f4f7;
  --bs-success-bg-subtle: #eef5e5;
  
  --bs-border-color: #F7F7F7;
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #f7a422;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bs-primary);
  --bs-btn-active-border-color: transparent;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #d3d7dd;
  --bs-btn-disabled-border-color: transparent;
}
.btn-secondary{
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--bs-secondary);
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #b71c1c;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--bs-secondary);
    --bs-btn-active-border-color: transparent;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #d3d7dd;
    --bs-btn-disabled-border-color: transparent;
}
.btn-outline-primary {
  --bs-btn-color: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 13,110,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff3cd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #fff3cd;
  --bs-gradient: none;
}
.btn-outline-light {
  --bs-btn-color: #747474;
  --bs-btn-border-color: #EFEFEF;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #EFEFEF;
  --bs-btn-hover-border-color: #EFEFEF;
  --bs-btn-focus-shadow-rgb: 248,249,250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #EFEFEF;
  --bs-btn-active-border-color: #EFEFEF;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #EFEFEF;
  --bs-btn-disabled-bg: white;
  --bs-btn-disabled-border-color: #EFEFEF;
  --bs-gradient: none;
}
.btn-warning {
  --bs-btn-color: #747474;
  --bs-btn-bg: #FCF7EB;
  --bs-btn-border-color: #FCF7EB;
  --bs-btn-hover-color: #747474;
  --bs-btn-hover-bg: #FFECBE;
  --bs-btn-hover-border-color: #FFECBE;
  --bs-btn-focus-shadow-rgb: 217,164,6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #FFECBE;
  --bs-btn-active-border-color: #FFECBE;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #FCF7EB;
  --bs-btn-disabled-border-color: #FCF7EB;
}
.btn-success {
  --bs-btn-color: #222;
  --bs-btn-bg: #EEF5E4;
  --bs-btn-border-color: #EEF5E4;
  --bs-btn-hover-color: #222;
  --bs-btn-hover-bg: #9de3c2;
  --bs-btn-hover-border-color: #9de3c2;
  --bs-btn-focus-shadow-rgb: 60,153,110;
  --bs-btn-active-color: #222;
  --bs-btn-active-bg: #9de3c2;
  --bs-btn-active-border-color: #9de3c2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #222;
  --bs-btn-disabled-bg: #EEF5E4;
  --bs-btn-disabled-border-color: #EEF5E4;
}
.btn-danger {
  --bs-btn-color: #222;
  --bs-btn-bg: #FFEADA;
  --bs-btn-border-color: #FFEADA;
  --bs-btn-hover-color: #222;
  --bs-btn-hover-bg: #ecc9af;
  --bs-btn-hover-border-color: #ecc9af;
  --bs-btn-focus-shadow-rgb: 60,153,110;
  --bs-btn-active-color: #222;
  --bs-btn-active-bg: #ecc9af;
  --bs-btn-active-border-color: #ecc9af;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #222;
  --bs-btn-disabled-bg: #FFEADA;
  --bs-btn-disabled-border-color: #FFEADA;
}
body {
font-family: var(--bs-body-font-family);
width: 100vw !important ;
  overflow-x: hidden !important ;
}
h1,h2,h3,h4,h5,h6 {
  font-family: var(--heading-font);
  color: var(--bs-dark);
  font-weight: 700;
}
.breadcrumb.text-white {
  --bs-breadcrumb-divider-color: #fff;
  --bs-breadcrumb-item-active-color: var(--bs-primary);
}
.dropdown-menu {
  --bs-dropdown-link-active-bg: var(--bs-primary);
}
.nav-pills .nav-link {
  --bs-nav-pills-link-active-color: #111;
  --bs-nav-pills-link-active-bg: #f1f1f1;
}
.pagination {
  --bs-pagination-active-bg: var(--bs-primary);
  --bs-pagination-active-border-color: var(--bs-primary);
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  --bs-gutter-x: 3rem;
}
/*----------------------------------------------*/
/* 6. SITE STRUCTURE */
/*----------------------------------------------*/
/* 6.1 Header
--------------------------------------------------------------*/
/* Preloader */
.preloader-wrapper {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 111;
  background: #fff;
}

.preloader-wrapper .preloader {
  margin: 20% auto 0;
  transform: translateZ(0);
}

.preloader:before,
.preloader:after {
  content: '';
  position: absolute;
  top: 0;
}

.preloader:before,
.preloader:after,
.preloader {
  border-radius: 50%;
  width: 2em;
  height: 2em;
  animation: animation 1.2s infinite ease-in-out;
}

.preloader {
  animation-delay: -0.16s;
}

.preloader:before {
  left: -3.5em;
  animation-delay: -0.32s;
}

.preloader:after {
  left: 3.5em;
}

@keyframes animation {
  0%,
  80%,
  100% {
    box-shadow: 0 2em 0 -1em var(--bs-primary);
  }
  40% {
    box-shadow: 0 2em 0 0 var(--bs-primary);
  }
}

/* *** Start editing below this line *** */
/* .container-fluid {
  max-width: 1600px;
}
*/
@media (min-width: 1400px) {
  .container-lg {
      max-width: 1600px;
  }
} 

.banner-blocks {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 2rem;
}
.block-1 { grid-area: 1 / 1 / 3 / 8; }
.block-2 { grid-area: 1 / 8 / 2 / 13; }
.block-3 { grid-area: 2 / 8 / 3 / 13; }

@media screen and (max-width:1140px) {
  .banner-blocks {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
  }
  .block-1 { grid-area: 1 / 1 / 3 / 2; }
  .block-2 { grid-area: 3 / 1 / 4 / 2; }
  .block-3 { grid-area: 4 / 1 / 5 / 2; }
  
}

/* Swiper carousel */
.swiper-prev,
.swiper-next {
  width: 38px;
  height: 38px;
  line-height: 38px;
  background: #F1F1F1;
  color: #222222;
  padding: 0;
  text-align: center;
  border-radius: 10px;
  --bs-btn-border-color: transparent;
  --bs-btn-active-bg: #ec9b22;
  --bs-btn-active-border-color: transparent;
  --bs-btn-hover-bg: var(--bs-primary);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-disabled-color: #ccc;
  --bs-btn-disabled-bg: #eaeaea;
  --bs-btn-disabled-border-color: #eaeaea
}
.swiper-prev:hover,
.swiper-next:hover {
  background: var(--bs-primary);
}

/* category carousel */
.category-carousel .category-item {
  background: #FFFFFF;
  border: 1px solid #FBFBFB;
  box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  text-align: center;
  padding: 60px 20px;
  margin: 20px 0;
  transition: box-shadow 0.3s ease-out, transform 0.3s ease-out;
}
.category-carousel .category-item:hover {
  transform: translate3d(0,-10px,0);
  box-shadow: 0px 21px 44px rgba(0, 0, 0, 0.08);
}
.category-carousel .category-item .category-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #222222;
  margin-top: 20px;
}

/* brand carousel */
.brand-carousel .brand-item {
  background: #FFFFFF;
  border: 1px solid #FBFBFB;
  box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  padding: 16px;
}
.brand-carousel .brand-item img {
  width: 100%;
  border-radius: 12px;
}
.brand-carousel .brand-item .brand-details {
  margin-left: 15px;
}
.brand-carousel .brand-item .brand-title {
  margin: 0;
}

/* product tabs */
.product-tabs .nav-tabs {
  justify-content: flex-end;
  border: none;
  
  --bs-nav-link-hover-color: #111;
  --bs-nav-link-color: #555;
  --bs-nav-tabs-link-border-color: #fff;
  --bs-nav-tabs-link-hover-border-color: transparent;
  --bs-nav-tabs-link-active-border-color: #fff;
}
.product-tabs .nav-tabs .nav-link.active, 
.product-tabs .nav-tabs .nav-item.show .nav-link {
  /* border: none; */
  border-bottom: 3px solid var(--bs-primary);
}

/* products-carousel */
.products-carousel .swiper, .products-carousel .swiper-container {
  overflow: visible;
}

/* product-grid */
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {  
   opacity: 1;
}
.product-item .button-area .quantity {
  padding: 0.5rem;
}
.product-item .button-area {
  display: none;
  position: absolute;
  text-align: center;
  background: #fff;
  width: 100%;
  left: 0;
  bottom: -55px;
  z-index: 1;
  box-shadow: 0px 20px 44px rgba(0, 0, 0, 0.08);
  /* transition: box-shadow 0.3s ease-out; */
}
.product-item {
  position: relative;
  padding: 16px;
  background: #FFFFFF;
  border-radius: 16px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 22px rgba(0, 0, 0, 0);
  /* transition: box-shadow 0.3s ease-out, margin 0.3s ease-out; */
}
.product-item:hover .button-area {
  display: block;
}
.product-item:hover {
  /* z-index: 1; */
  /* margin-bottom: -50px; */
  /* max-height: 500px; */
  box-shadow: 0px 0px 44px rgba(0, 0, 0, 0.08);
}
.product-item figure {
  text-align: center;
}
.product-item figure img {
  max-height: 210px;
  height: auto;
}
.product-item .product-qty {
  width: 85px;
}
.product-item .btn-link {
  text-decoration: none;
}
.product-item #quantity {
  height: auto;
  width: 28px;
  text-align: center;
  border: none;
  margin: 0;
  padding: 0;
}
.product-item .btn-number {
  width: 26px;
  height: 26px;
  line-height: 1;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  border-radius: 6px;
  color: #222;
  padding: 0;
}

/* cart */
.cart .product-qty {
  min-width: 130px;
}

/* floating image */
.image-float {
  margin-top: -140px;
  margin-bottom: -140px;
}
@media screen and (max-width:991px) {
  .image-float {
    margin: 0;
  }
}
 /* post item */
.post-item .post-meta {
  font-size: 0.8rem;
  line-height: 1;
}
.post-item .post-meta svg {
  margin-right: 5px;
}

@media screen and (max-width: 991px) {
  /* offcanvas menu */
  .offcanvas-body .nav-item {
    font-weight: 700;
    border-bottom: 1px solid #d1d1d1;
  }
  .offcanvas-body .filter-categories {
    width: 100%;
    margin-bottom: 20px !important;
    border: 1px solid #d1d1d1 !important;
    padding: 14px;
    border-radius: 8px;
  }
  /* dropdown-menu */
  .dropdown-menu {
    padding: 0;
    border: none;
    line-height: 1.4;
    font-size: 0.9em;
  }
  .dropdown-menu a {
    padding-left: 0;
  }
  .dropdown-toggle::after {
    position: absolute;
    right: 0;
    top: 21px;
  }
}

/* single product */
/* product-thumbnail-slider */
.product-thumbnail-slider {
  height: 740px;
}
@media screen and (max-width:992px) {
  .product-thumbnail-slider {
    margin-top: 20px;
    height: auto;
  }
}
@media screen and (min-width:992px) {
  .product-thumbnail-slider {
    height: 420px;
  }
}
@media screen and (min-width:1200px) {
  .product-thumbnail-slider {
    height: 540px;
  }
}
@media screen and (min-width:1400px) {
  .product-thumbnail-slider {
    height: 740px;
  }
}

/* bootstrap extended */
.border-dashed {
  border-bottom: 1px dashed #d1d1d1;
}
.ls-1 {
  letter-spacing: -0.04em;
}
.button-area .btn-cart {
  text-wrap: nowrap;
  height: 3.3em;
  line-height: 2em;
  width: 100%;
}
.fs-7 {
  font-size: 0.8rem!important;
}

/* button */
.btn-link {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: bold;
  font-family: var(--bs-body-font-family);
  letter-spacing: 0.0875rem;
  text-transform: uppercase;
  text-decoration: none;
}

a.btn-link,
a.btn-link:after {
  transition: all .5s;
}

a.btn-link {
  position: relative;
}

a.btn-link:before,
a.btn-link:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: var(--bs-dark);
  height: 2px;
}

[data-bs-theme=dark] a.btn-link:after {
  background-color: var(--bs-light);
}

a.btn-link:before {
  background-color: rgba( var(--bs-light-rgb), 0.2 );
  width: 100%;
}

a.btn-link.is-checked:after,
a.btn-link:hover:after {
  width: 100%;
}

a.btn-link.text-white:after {
  background-color: var(--bs-light);
}

a.btn-link.text-light:after {
  background-color: var(--bs-light);
}

.navbar .megamenu{ padding: 1rem; }
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	
	.navbar .has-megamenu{position:static!important;}
	.navbar .megamenu{left:0; right:0; width:100%; margin-top:0;  }
	
}	
/* ============ desktop view .end// ============ */


/* ============ mobile view ============ */
@media(max-width: 991px){
	.navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
		overflow-y: auto;
	    max-height: 90vh;
	    margin-top:10px;
	}
}
/* ============ mobile view .end// ============ */

/* ============ Hero Slider Styles ============ */
.hero-slider {
    position: relative;
    min-height: 70vh;
    overflow: hidden;
}

.hero-slider .swiper-slide {
    position: relative;
    min-height: 70vh;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, var(--bs-primary) 0%, #003d5c00 100%);
    opacity: 0.4;
    z-index: 1;
}

.hero-slider .container-lg {
    position: relative;
    z-index: 2;
}

.hero-slider h2 {
    text-shadow: 2px 2px 4px rgba(47, 47, 47, 0.8);
    letter-spacing: -.5px;
    line-height: 1.2;
    font-weight: 700;
    font-size: 3.5rem;
}

.hero-slider p {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
    font-weight: 500;
    letter-spacing: -.25px;
    line-height: 1.4;
    font-size: 1.2rem;
}

.hero-slider .btn {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    font-weight: 600;
}

/* Hero Content Background */
.hero-slider .col-lg-6 {
    background: rgba(37, 37, 37, 0.74);
    border-radius: 25px;
    padding: 2rem;
    margin: 1rem 0;
    backdrop-filter: blur(5px);
}

/* Feature Cards Strip - Equal Heights */
.feature-cards-strip .row {
    display: flex;
    align-items: stretch;
}

.feature-cards-strip .col {
    display: flex;
    flex-direction: column;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.feature-cards-strip .card {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.feature-cards-strip .card .row {
    flex: 1;
    display: flex;
    align-items: center;
}

.feature-cards-strip .card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

/* Mission and Vision Cards */
.about-content .mission-vision-item {
    background: var(--bs-secondary) !important;
    color: white !important;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(222, 40, 0, 0.2);
    transition: all 0.3s ease;
}

.about-content .mission-vision-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(222, 40, 0, 0.3);
}

.about-content .mission-vision-item .feature-icon {
    background: rgba(255, 255, 255, 0.2) !important;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.about-content .mission-vision-item .feature-icon i {
    color: white !important;
    font-size: 1.5rem;
}

.about-content .mission-vision-item h3 {
    color: white !important;
    font-weight: 700;
    margin-bottom: 1rem;
}

.about-content .mission-vision-item p {
    color: rgba(255, 255, 255, 0.9) !important;
    line-height: 1.6;
    margin: 0;
}

/* Why Choose Us Card */
.why-choose-us {
    background: var(--bs-primary) !important;
    color: white !important;
    padding: 2.5rem;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 40, 66, 0.2);
    transition: all 0.3s ease;
}

.why-choose-us:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 40, 66, 0.3);
}

.why-choose-us h3 {
    color: white !important;
    font-weight: 700;
    margin-bottom: 2rem;
    text-align: center;
}

.why-choose-us .feature-icon-small {
    background: rgba(255, 255, 255, 0.2) !important;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.why-choose-us .feature-icon-small i {
    color: white !important;
    font-size: 1.2rem;
}

.why-choose-us .row {
    display: flex;
    flex-wrap: wrap;
}

.why-choose-us .col-md-6 {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.why-choose-us .d-flex {
    margin-bottom: 1.5rem;
    flex: 1;
    min-height: 80px;
    align-items: flex-start;
}

.why-choose-us .d-flex:last-child {
    margin-bottom: 0;
}

.why-choose-us .d-flex h6 {
    color: white !important;
    font-weight: 600;
    margin: 0;
    font-size: 1rem;
}

.why-choose-us .d-flex small {
    color: rgba(255, 255, 255, 0.8) !important;
}

.hero-slider .swiper-button-next,
.hero-slider .swiper-button-prev {
    color: white;
    background: rgba(0, 40, 66, 0.8);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-top: -25px;
}

.hero-slider .swiper-button-next:after,
.hero-slider .swiper-button-prev:after {
    font-size: 20px;
}

.hero-slider .swiper-pagination {
    bottom: 30px;
}

.hero-slider .swiper-pagination-bullet {
    background: white;
    opacity: 0.5;
    width: 12px;
    height: 12px;
}

.hero-slider .swiper-pagination-bullet-active {
    background: var(--bs-primary);
    opacity: 1;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .hero-slider .swiper-slide {
        min-height: 80vh;
    }
    
    .hero-slider .display-1 {
        font-size: 2.5rem;
    }
    
    .hero-slider .fs-4 {
        font-size: 1.1rem;
    }
}
/* Feature Cards Overlapping Hero */
.hero-slider + .container-lg .row.row-cols-1 {
    margin-top: -100px;
    position: relative;
    z-index: 10;
}

.hero-slider + .container-lg .card {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    border: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hero-slider + .container-lg .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
}

/* Section Styling Improvements */
.section-title {
    color: var(--bs-primary);
    font-weight: 700;
    position: relative;
    margin-bottom: 1.5rem;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: var(--bs-secondary);
    border-radius: 2px;
}

.section-header .lead {
    color: #666;
    font-weight: 400;
}

/* About Us Section */
#about {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

#about .stat-item h3 {
    color: var(--bs-primary);
    font-weight: 800;
}

#about .stat-item p {
    color: #666;
    font-weight: 500;
}

/* Mission and Vision Items */
.mission-vision-item {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.mission-vision-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.mission-vision-item .feature-icon {
    color: var(--bs-primary);
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    flex-shrink: 0;
}

.mission-vision-item h3 {
    color: var(--bs-primary);
    font-weight: 700;
    margin-bottom: 1rem;
}

.mission-vision-item p {
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* Why Choose Us Section */
.why-choose-us {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.why-choose-us h3 {
    color: var(--bs-primary);
    font-weight: 700;
    margin-bottom: 2rem;
    text-align: center;
}

.why-choose-us .feature-icon-small {
    color: var(--bs-secondary);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.why-choose-us h6 {
    color: var(--bs-primary);
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.why-choose-us small {
    color: #666;
    font-weight: 500;
}

/* Testimonials Section */
.testimonials .card {
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.testimonials .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.testimonials .card-title {
    color: var(--bs-primary);
    font-weight: 600;
}

/* Product Catalog Section */
#products {
    background: #f8f9fa;
}

#products h3 {
    color: var(--bs-primary);
    font-weight: 700;
    position: relative;
    padding-bottom: 10px;
}

#products h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 2px;
    background: var(--bs-secondary);
}

#products .card {
    border: none;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    overflow: hidden;
}

#products .card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

#products .card-title {
    color: var(--bs-primary);
    font-weight: 600;
}

#products .badge {
    font-weight: 500;
    font-size: 0.75rem;
}

/* Contact Section */
#contact {
    background: linear-gradient(135deg, var(--bs-primary) 0%, #003d5c 100%);
    color: white;
}

#contact .section-title {
    color: white;
}

#contact .section-title::after {
    background: var(--bs-secondary);
}

#contact .contact-icon i {
    color: var(--bs-secondary);
}

#contact .contact-info h4 {
    color: white;
    font-weight: 600;
}

#contact .contact-info a {
    color: white;
    font-weight: 500;
    text-decoration: none;
}

#contact .contact-info a:hover {
    color: var(--bs-secondary);
}

#contact .contact-info p {
    color: white;
}

#contact .contact-info .text-muted {
    color: #e0e0e0 !important;
    font-weight: 500;
}

#contact .business-hours h4,
#contact .services h4 {
    color: var(--bs-secondary);
    font-weight: 600;
    font-size: 1.2rem;
}

#contact .business-hours ul li,
#contact .services ul li {
    color: white;
    font-weight: 500;
}

#contact .business-hours .text-primary,
#contact .services .text-primary {
    color: var(--bs-secondary) !important;
    font-weight: 600;
}

/* Newsletter Section */
.bg-secondary {
    background: linear-gradient(135deg, var(--bs-secondary) 0%, #b71c1c 100%) !important;
}

/* Footer Styling */
footer {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
}

footer .widget-title {
    color: var(--bs-secondary);
    font-weight: 600;
}

footer .nav-link {
    color: #ccc;
    transition: color 0.3s ease;
}

footer .nav-link:hover {
    color: var(--bs-secondary);
}

/* Button Styling */
.btn-primary {
    background: var(--bs-primary);
    border-color: var(--bs-primary);
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background: #001a2e;
    border-color: #001a2e;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 40, 66, 0.3);
}

.btn-secondary {
    background: var(--bs-secondary);
    border-color: var(--bs-secondary);
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    background: #b71c1c;
    border-color: #b71c1c;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(222, 40, 0, 0.3);
}

/* Business Sectors Cards */
.sector-card {
    position: relative;
    height: 300px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    cursor: pointer;
}

.sector-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}

.sector-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
    z-index: 1;
}

.sector-overlay::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.sector-content {
    position: relative;
    z-index: 3;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    padding: 2rem;
    color: white;
    background: rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.sector-card:hover .sector-content {
    background: rgba(0, 0, 0, 0.4);
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
}

.sector-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: white !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.sector-description {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
    line-height: 1.6;
}

.sector-btn {
    font-weight: 600;
    padding: 0.75rem 2rem;
    border-radius: 25px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.sector-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

/* Permanent Gradient Overlays for Sector Cards */
.wisdom-chicken-card .sector-carousel .sector-overlay::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.4;
    background: linear-gradient(135deg, rgba(222, 40, 0, 0.7) 0%, rgba(0, 61, 92, 0.8) 100%);
    z-index: 1;
}

.wisdom-feeds-card .sector-carousel .sector-overlay::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.4;
    background: linear-gradient(135deg, rgba(135, 206, 235, 0.7) 0%, rgba(0, 61, 92, 0.8) 100%);
    z-index: 1;
}

.wisdom-nursery-card .sector-carousel .sector-overlay::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.4;
    background: linear-gradient(135deg, rgba(50, 205, 50, 0.7) 0%, rgba(0, 61, 92, 0.8) 100%);
    z-index: 1;
}

.uki-honey-card .sector-carousel .sector-overlay::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.4;
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.7) 0%, rgba(0, 61, 92, 0.8) 100%);
    z-index: 1;
}

/* Enhanced hover effects */
.wisdom-chicken-card:hover .sector-carousel .sector-overlay::after {
    background: linear-gradient(135deg, rgba(222, 40, 0, 0.8) 0%, rgba(0, 61, 92, 0.9) 100%);
}

.wisdom-feeds-card:hover .sector-carousel .sector-overlay::after {
    background: linear-gradient(135deg, rgba(135, 206, 235, 0.8) 0%, rgba(0, 61, 92, 0.9) 100%);
}

.wisdom-nursery-card:hover .sector-carousel .sector-overlay::after {
    background: linear-gradient(135deg, rgba(50, 205, 50, 0.8) 0%, rgba(0, 61, 92, 0.9) 100%);
}

.uki-honey-card:hover .sector-carousel .sector-overlay::after {
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.8) 0%, rgba(0, 61, 92, 0.9) 100%);
}

/* Sector Carousel Styles */
.sector-carousel {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.sector-carousel .swiper {
    width: 100%;
    height: 100%;
}

.sector-carousel .swiper-slide {
    width: 100%;
    height: 100%;
}

/* Sector overlays will work with carousels - no need to remove background images */

/* Hero Slider Color Updates */
.wisdom-chicken-color {
    color: #de2800 !important;
}

.wisdom-feeds-color {
    color: #87CEEB !important;
}

.wisdom-nursery-color {
    color: #32CD32 !important;
}

.uki-honey-color {
    color: #FFD700 !important;
}

/* Hero Slider Background Classes */
.hero-chicken-slide {
    background-image: url('WC-Images/Breeder-farm-1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.hero-feeds-slide {
    background-image: url('WC-Images/Wisdom-feeds-Bags-and-logos/Logo-and-banner/Feeds-Banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.hero-nursery-slide {
    background-image: url('WC-Images/Wisdom-nursery/Environment/nursery-environment-1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.hero-honey-slide {
    background-image: url('WC-Images/Honey-production/Farm-Honey-1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* Business Sector Logo Images */
.sector-logo {
    width: 120px;
    height: 120px;
    object-fit: cover;
}

/* Banner Background Classes */
.banner-chicken-bg {
    background: url('WC-Images/Wisdom-chicken/Hatchery/Hatchery-7.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
}

.banner-feeds-bg {
    background: url('WC-Images/Wisdom-feeds-Bags-and-logos/Logo-and-banner/Feeds-Banner.png') no-repeat;
    background-size: cover;
    background-position: center center;
}

.banner-nursery-bg {
    background: url('WC-Images/Wisdom-nursery/Environment/Nursery-environment-24.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
}

.banner-chicken-bg-1 {
    background: url('WC-Images/breeder-farm.jpg') no-repeat;
    background-size: cover;
}

.banner-nursery-bg-1 {
    background: url('WC-Images/Wisdom-nursery/Indoor-plants/ip_heartofjesus.png') no-repeat;
    background-size: cover;
}

.banner-honey-bg {
    background: url('WC-Images/Honey-production/Farm-Honey-1.jpg') no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
}

.banner-ad.banner-honey-bg {
    background: url('WC-Images/Honey-production/Farm-Honey-1.jpg') no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
}

.banner-ad.d-flex.align-items-center.large.block-4.banner-honey-bg {
    background: url('WC-Images/Honey-production/Farm-Honey-1.jpg') no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
}

/* Testimonial Images */
.testimonial-img {
    object-fit: cover;
}

/* Newsletter Background */
.newsletter-bg {
    background: url('WC-Images/Honey-production/Farm-Honey-1.jpg') no-repeat;
    background-size: cover;
}

/* Tab Navigation Styles */
.tab-logo {
    width: 24px;
    height: 24px;
    object-fit: cover;
    border-radius: 4px;
}

/* Custom Tab Colors */
.chicken-tab.active {
    background-color: #dc2626 !important;
    color: white !important;
}

.feeds-tab.active {
    background-color: #1e3a8a !important;
    color: white !important;
}

.nursery-tab.active {
    background-color: #16a34a !important;
    color: white !important;
}

.honey-tab.active {
    background-color: #d97706 !important;
    color: white !important;
}

/* Nursery Page Product Image Heights */
.wisdom-nursery .card-img-top {
    height: 400px;
    object-fit: cover;
}

/* Banner Overlay Styles */
.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.chicken-overlay {
    background: linear-gradient(135deg, rgba(220, 38, 38, 0.7) 0%, rgba(185, 28, 28, 0.8) 100%);
}

.feeds-overlay {
    background: linear-gradient(135deg, rgba(30, 58, 138, 0.7) 0%, rgba(15, 23, 42, 0.8) 100%);
}

.nursery-overlay {
    background: linear-gradient(135deg, rgba(22, 163, 74, 0.7) 0%, rgba(15, 118, 110, 0.8) 100%);
}

.honey-overlay {
    background: linear-gradient(135deg, rgba(217, 119, 6, 0.7) 0%, rgba(180, 83, 9, 0.8) 100%);
}

.banner-content {
    position: relative;
    z-index: 2;
}

/* Common Page Styles */
.page-hero-bg {
    background: linear-gradient(135deg, var(--bs-primary) 0%, #003d5c 100%);
}

.product-card-img {
    height: 250px;
    object-fit: cover;
}

.feature-icon {
    width: 80px;
    height: 80px;
}

.feature-icon-small {
    width: 50px;
    height: 50px;
}

/* Logo Styling */
.navbar-logo {
    height: 80px;
    width: auto;
    object-fit: contain;
}

.footer-logo {
    height: 70px;
    width: auto;
    object-fit: contain;
}

/* Star Rating System */
.star-rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 5px;
}

.star-rating input[type="radio"] {
    display: none;
}

.star-rating label {
    font-size: 2rem;
    color: #ddd;
    cursor: pointer;
    transition: color 0.2s ease;
}

.star-rating label:hover,
.star-rating label:hover ~ label,
.star-rating input[type="radio"]:checked ~ label {
    color: #ffc107;
}

/* Testimonials Carousel */
.testimonials-carousel {
    height: 100%;
    background: var(--bs-primary);
    color: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 40, 66, 0.2);
}

.testimonials-carousel h4 {
    color: white !important;
    font-weight: 700;
    margin-bottom: 2rem;
}

.testimonials-carousel .swiper {
    height: 100%;
    padding: 20px 0 60px 0; /* Added bottom padding for pagination */
}

.testimonials-carousel .swiper-slide {
    height: auto;
}

.testimonials-carousel .card {
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonials-carousel .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    background: rgba(255, 255, 255, 0.15);
}

.testimonials-carousel .card-body {
    color: white;
}

.testimonials-carousel .card-title {
    color: white !important;
}

.testimonials-carousel .text-muted {
    color: rgba(255, 255, 255, 0.7) !important;
}

.testimonials-carousel .swiper-button-next,
.testimonials-carousel .swiper-button-prev {
    color: white;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.testimonials-carousel .swiper-button-next:after,
.testimonials-carousel .swiper-button-prev:after {
    font-size: 16px;
}

.testimonials-carousel .swiper-pagination {
    bottom: 20px !important; /* Moved pagination up from bottom */
}

.testimonials-carousel .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.5);
}

.testimonials-carousel .swiper-pagination-bullet-active {
    background: white;
}

/* Feedback Form */
.feedback-form {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    height: 100%;
}

.feedback-form h4 {
    color: var(--bs-primary);
    font-weight: 700;
}

.feedback-form .form-label {
    font-weight: 600;
    color: var(--bs-primary);
}

.feedback-form .form-control,
.feedback-form .form-select {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    transition: all 0.3s ease;
}

.feedback-form .form-control:focus,
.feedback-form .form-select:focus {
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 0.2rem rgba(0, 40, 66, 0.25);
}

.feedback-form .btn-primary {
    background: var(--bs-primary);
    border-color: var(--bs-primary);
    font-weight: 600;
    padding: 0.75rem 2rem;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.feedback-form .btn-primary:hover {
    background: #001a2e;
    border-color: #001a2e;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 40, 66, 0.3);
}

/* ============ Hero Slider Styles End ============ */

/* ============ Glassmorphism Product Cards ============ */
.glassmorphism-card {
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: -2.5px solid rgba(218, 216, 216, 0.517);
    border-radius: 15px;
    box-shadow: 0 0 5px rgba(88, 88, 88, 0.8);
    padding: 0;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.glassmorphism-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    border-radius: 20px;
    z-index: 1;
}

.glassmorphism-card .card-body {
    position: relative;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background: linear-gradient(135deg, rgba(18, 70, 115, 0.998) 0%, rgba(9, 40, 84, 0.998) 100%);
    border-left: 1px solid rgba(113, 113, 113, 0.517);
    z-index: 2;
    padding: 1rem 1.25rem;
}

.glassmorphism-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 5px rgba(213, 11, 11, 0.37);
}

.glassmorphism-card .card-img-top {
    transition: transform 0.3s ease;
}

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

.glassmorphism-card .card-body .card-title,
.glassmorphism-card .card-body .glassmorphism-card-title {
    color: white;
    font-weight: 600;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    letter-spacing: -1px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    line-height: 1;
    font-size: 1.4rem;
    margin-top: .75rem;
    margin-bottom: .75rem;
}

.glassmorphism-card .text-muted {
    color: #ffffff !important;
    font-size: 0.95rem;
    letter-spacing: -.5px;
    line-height: 1;
    margin-bottom: 1.5rem;
}

/* Pill-shaped badges */
.pill-badge {
    border-radius: 50px;
    padding: 0.5rem 1rem;
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

/* Pill-shaped buttons */
.pill-button {
    border-radius: 50px;
    padding: .7rem 1.25rem;
    font-weight: 500;
    color: white;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    transform: translateY(0) scale(1);
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 40, 66, 0.3);
    background-color:transparent;
    border: 1px solid white;
}

.pill-button:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 6px 20px rgba(0, 40, 66, 0.4);
    background-color: white;
    color: black;
}

/* Enhanced product card styling */
.glassmorphism-card .text-warning {
    font-size: 1.1rem;
    margin-right: 0.5rem;
}

.glassmorphism-card .text-muted.small {
    font-size: 0.85rem;
    color: white !important;
    letter-spacing: -.5px;
    line-height: 1;
}

.glassmorphism-card .stars-container {
   background-color: rgba(255, 255, 255, 0.382);
   padding: 0.05rem .5rem;
   border-radius: 18px;
   box-shadow: 0 0 2px rgba(50, 50, 50, 0.8);
   margin-bottom: 1rem;
   display: inline-block;
}

.glassmorphism-card .h4 {
    font-weight: 800;
    font-size: 1.5rem;
    color: white !important;
}

/* Responsive adjustments for glassmorphism cards */
@media (max-width: 768px) {
    .glassmorphism-card {
        padding: 1.5rem;
        margin-bottom: 2rem;
    }
    
    .glassmorphism-card .card-body {
        padding: 1rem 0;
    }
    
    .pill-button {
        padding: 0.6rem 1.5rem;
        font-size: 0.9rem;
    }
    
    .pill-badge {
        padding: 0.4rem 0.8rem;
        font-size: 0.75rem;
    }
}

/* ============ Glassmorphism Product Cards End ============ */

/* ============================================
   WISDOM NURSERY PLANT IMAGES
   ============================================ */

/* Outdoor Plant Images */
.news-bg-grobusta {
    background-image: url('WC-Images/Wisdom-nursery/Outdoor-plants/op_grevillea-robusta.jpg');
    background-size: cover;
    background-position: center;
}

.news-bg-ssiamea {
    background-image: url('WC-Images/Wisdom-nursery/Outdoor-plants/op_senna-siamea.jpg');
    background-size: cover;
    background-position: center;
}

.news-bg-neem {
    background-image: url('WC-Images/Wisdom-nursery/Outdoor-plants/op_Neem.jpg');
    background-size: cover;
    background-position: center;
}

.news-bg-aquilaria {
    background-image: url('WC-Images/Wisdom-nursery/Outdoor-plants/op_Aquiliria.jpeg');
    background-size: cover;
    background-position: center;
}

.news-bg-ashoka {
    background-image: url('WC-Images/Wisdom-nursery/Outdoor-plants/op_Ashoka.jpg');
    background-size: cover;
    background-position: center;
}

.news-bg-acacia {
    background-image: url('WC-Images/Wisdom-nursery/Outdoor-plants/op_Acacia.jpeg');
    background-size: cover;
    background-position: center;
}

.news-bg-lemon {
    background-image: url('WC-Images/Wisdom-nursery/Outdoor-plants/op_lemon-tree-3.jpg');
    background-size: cover;
    background-position: center;
}

.news-bg-christmas {
    background-image: url('WC-Images/Wisdom-nursery/Outdoor-plants/op_Christmaspalm.jpg');
    background-size: cover;
    background-position: center;
}

.news-bg-goldenpalm {
    background-image: url('WC-Images/Wisdom-nursery/Outdoor-plants/op_Goldenpalm.jpg');
    background-size: cover;
    background-position: center;
}

.news-bg-bluegum {
    background-image: url('WC-Images/Wisdom-nursery/Outdoor-plants/op_Bluegum.jpg');
    background-size: cover;
    background-position: center;
}

.news-bg-queenpalm {
    background-image: url('WC-Images/Wisdom-nursery/Outdoor-plants/op_queen-palm.jpg');
    background-size: cover;
    background-position: center;
}

/* Indoor Plant Images */
.news-bg-dseguine {
    background-image: url('WC-Images/Wisdom-nursery/Indoor-plants/ip_Dieffenbachiaseguine.png');
    background-size: cover;
    background-position: center;
}

.news-bg-dfragrans {
    background-image: url('WC-Images/Wisdom-nursery/Indoor-plants/ip_Dracaena fragrans.png');
    background-size: cover;
    background-position: center;
}

.news-bg-drimiopsis {
    background-image: url('WC-Images/Wisdom-nursery/Indoor-plants/ip_Drimiopsis.png');
    background-size: cover;
    background-position: center;
}

.news-bg-coleus {
    background-image: url('WC-Images/Wisdom-nursery/Indoor-plants/ip_Coleus.png');
    background-size: cover;
    background-position: center;
}

.news-bg-swisscheeseplant {
    background-image: url('WC-Images/Wisdom-nursery/Indoor-plants/ip_swisscheeseplant.png');
    background-size: cover;
    background-position: center;
}

.news-bg-gynura {
    background-image: url('WC-Images/Wisdom-nursery/Indoor-plants/ip_Gynura.png');
    background-size: cover;
    background-position: center;
}

.news-bg-philodendron {
    background-image: url('WC-Images/Wisdom-nursery/Indoor-plants/ip_Philodendron.png');
    background-size: cover;
    background-position: center;
}

.news-bg-ecupreata {
    background-image: url('WC-Images/Wisdom-nursery/Indoor-plants/ip_Episciacupreata.png');
    background-size: cover;
    background-position: center;
}

.news-bg-bpeltatifolia {
    background-image: url('WC-Images/Wisdom-nursery/Indoor-plants/ip_Begoniapeltatifolia.png');
    background-size: cover;
    background-position: center;
}

.news-bg-pargyreia {
    background-image: url('WC-Images/Wisdom-nursery/Indoor-plants/ip_Peperomiapargyreia.png');
    background-size: cover;
    background-position: center;
}

.news-bg-acrystallinum {
    background-image: url('WC-Images/Wisdom-nursery/Indoor-plants/ip_Anthruiumcrystallinum.png');
    background-size: cover;
    background-position: center;
}

.news-bg-heartofjesus {
    background-image: url('WC-Images/Wisdom-nursery/Indoor-plants/ip_heartofjesus.png');
    background-size: cover;
    background-position: center;
}

.news-bg-alocasia {
    background-image: url('WC-Images/Wisdom-nursery/Indoor-plants/ip_alocasia.png');
    background-size: cover;
    background-position: center;
}

.news-bg-zebraplant {
    background-image: url('WC-Images/Wisdom-nursery/Indoor-plants/ip_zebraplant.png');
    background-size: cover;
    background-position: center;
}

.news-bg-bladypalm {
    background-image: url('WC-Images/Wisdom-nursery/Indoor-plants/ip_broadleafladypalm.png');
    background-size: cover;
    background-position: center;
}

.news-bg-aglaonema {
    background-image: url('WC-Images/Wisdom-nursery/Indoor-plants/ip_aglaonema.png');
    background-size: cover;
    background-position: center;
}

.news-bg-snicolai {
    background-image: url('WC-Images/Wisdom-nursery/Indoor-plants/ip_snicolai.png');
    background-size: cover;
    background-position: center;
}

.news-bg-shameplant {
    background-image: url('WC-Images/Wisdom-nursery/Indoor-plants/ip_shameplant.png');
    background-size: cover;
    background-position: center;
}

.news-bg-feltbush {
    background-image: url('WC-Images/Wisdom-nursery/Indoor-plants/ip_feltbush.png');
    background-size: cover;
    background-position: center;
}

.news-bg-boparadise {
    background-image: url('WC-Images/Wisdom-nursery/Indoor-plants/ip_birdofparadise.png');
    background-size: cover;
    background-position: center;
}

.news-bg-ppalette {
    background-image: url('WC-Images/Wisdom-nursery/Indoor-plants/ip_painterspalette.png');
    background-size: cover;
    background-position: center;
}

.news-bg-brubberplant {
    background-image: url('WC-Images/Wisdom-nursery/Indoor-plants/ip_babybrubberplant.png');
    background-size: cover;
    background-position: center;
}