:root {
    --btncolor: #8b4018;
    --textcolor1: rgb(23 23 23);
    --textcolor2: #949494;
    --textcolor3: #760909;
    --textcolor4: #19b919;
    --textcolor5: #2e2d2d;
    --textcolor6: rgb(70, 66, 66);
    --font-Outfit: 'Outfit', sans-serif;
    --font-Nunito:'Nunito Sans', sans-serif;
    --font-Playfair:'Playfair Display', serif;
    --font-Satisfy:'Satisfy', cursive;

  }
body{
 font-family: var(--font-Nunito);
}
/*-------------------------heading css--------------------------*/
.signature{
  font-family: var(--font-Satisfy);
  font-size: 30px;
}

.heading_by_sd {
  font-family: var(--font-Playfair);
  font-size: 45px;
  color: var(--textcolor1);
  text-align: center;
  text-transform: uppercase;
}
.heading_by_sd p{
    font-family: var(--font-Nunito);
    font-size: 17px;
    color: var(--textcolor5);
    text-align: justify;
}
/*-------------------------heading css end--------------------------*/

/* -------------------------button style css------------------------- */
.button_by_sd {
  display: inline-flex; /* keeps content centered, not full width */
  align-items: center;
  justify-content: center;
  background-color: var(--btncolor);
  font-family: var(--font-Outfit);
  color: #fff;
  border-radius: 5px;
  padding: 12px 32px;
  font-weight: 600;
  border: none;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.3s ease;
}

.button_by_sd:hover {
  background-color: #e9c80e;
  color: #000;
}


/* -------------------------button style css end------------------------- */
/* -------------------------slider start-----------------------*/
/* Hide mobile slider by default */
.mobile-slider {
    display: none !important;
}

/* Show mobile slider and hide desktop slider on mobile (max-width: 480px) */
@media (max-width: 480px) {
    .desktop-slider {
        display: none !important;
    }
    .mobile-slider {
        display: block !important;
    }
}
/* ------------------------------------------endslider */

/* Topbar Marquee */
  .bramhaveda_marquee {
        background: linear-gradient(90deg, #ff8a00, #ff5f00);
        padding: 6px 0;                /* smaller height */
        overflow: hidden;
        white-space: nowrap;
        color: #fff;
        font-size: 14px;               /* smaller text */
        font-weight: 500;              /* lighter weight */
    }

    .bramhaveda_marquee .marquee_text {
        display: inline-block;
        animation: scroll-left 35s linear infinite;
    }

    @keyframes scroll-left {
        0% { transform: translateX(100%); }
        100% { transform: translateX(-100%); }
    }
/* Topbar Marquee End*/

/*---------------------- navbar ----------------------*/

/* Header css */
.row{
	display: flex;
	flex-wrap: wrap;
}
.logo img{
  width:55%;
}
.v-center{
	align-items: center;
}
ul{
	list-style: none;
	margin:0;
	padding:0;
  font-family: var(--font-Nunito);
}
a{
	text-decoration: none;
  font-family: var(--font-Nunito);
}
/* header */
.tm_header_bg {background-color: #000;}
.header{
	display: block;
	width: 100%;
	position: relative;
	z-index: 99;
}
.header .item-left{
	flex:0 0 17%;
}

.header .item-center{
	flex:0 0 66%;
  display:flex;
  justify-content:center;
}
.header .item-right{
	flex:0 0 17%;
	display: flex;
	justify-content: flex-end;
}
.header .item-right a{ 
     text-decoration: none;
     font-size: 16px;
     color:#555555;
     display: inline-block;
     margin-left: 10px;
     transition: color 0.3s ease;
}
.header .menu > ul > li{
	display: inline-block;
	line-height: 50px;
	margin: 0px 15px 0px 15px
}
.header .menu > ul > li > a{
	font-size: 14px;
	font-weight: 500;
	color:#000;
	position: relative;
	text-transform: capitalize;
	transition: color 0.3s ease;
  font-family: var(--font-Nunito);
}
.header .menu > ul > li .sub-menu{
	position: absolute;
	z-index: 500;
	background-color:#ffffff;
	box-shadow: -2px 2px 70px -25px rgba(0,0,0,0.3); 
	padding: 20px 30px;
	transition: all 0.5s ease;
	margin-top:25px;
	opacity:0;
	visibility: hidden;
  font-family: var(--font-Nunito);
}
 .cart-icon {
    display: inline-block;
  }

  .cart-icon .cart-count {
    position: absolute;
    top: -8px;
    right: -13px;
    background: #fcd303; /* yellow badge color */
    color: #000;
    font-size: 12px;
    font-weight: bold;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50%;
    line-height: 18px;
    border: 1px solid #fff;
  }
@media(min-width: 992px){
.header .menu > ul > li.menu-item-has-children:hover .sub-menu{
	margin-top: 0;
	visibility: visible;
	opacity: 1;
}
}
.header .menu > ul > li .sub-menu > ul > li{
	line-height: 1;
}
.header .menu > ul > li .sub-menu > ul > li > a{
	display: inline-block;
	padding: 10px 0;
	font-size: 15px;
	color: #555555;
	transition: color 0.3s ease;
	text-decoration: none;
	text-transform: capitalize;
}
.header .menu > ul > li .single-column-menu{
	min-width: 280px;
	max-width: 350px;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li{
   line-height: 1;
   display: block; 
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
	padding:10px 0;
	display: inline-block;
	font-size: 15px;
	color:#555555;
	transition: color 0.3s ease;
}
.header .menu > ul > li .sub-menu.mega-menu{ 
    left: 50%;
    transform: translateX(-50%);	
}

.header .menu > ul > li .sub-menu.mega-menu-column-4{
  max-width: 1100px;
  width: 100%; 	
  display: flex;
  flex-wrap: wrap;
  padding:20px 15px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item{
  flex:0 0 25%;
  padding:0 15px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item .title a{
	font-size: 16px;
	color:#ea4636;
	font-weight: 500;
	line-height: 1;
	padding:10px 0;
  text-decoration: none;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title{
	text-align: center;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img{
	max-width: 100%;
	width: 100%;
	vertical-align: middle;
	margin-top: 10px;
	height: 300px;
	object-fit: cover;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a:hover,
.header .menu > ul > li .sub-menu > ul > li > a:hover,
.header .item-right a:hover,
.header .menu > ul > li:hover > a{
	color:#ea4636;
}
/* banner section */
.banner-section{
  background-image: url('../img/banner.jpg');
  background-size: cover;
  background-position: center;
  height: 700px;
  width: 100%;
  display: block;
}
.mobile-menu-head,
.mobile-menu-trigger{
	display: none;
}

/*responsive*/
@media(max-width: 991px) {
  body, html {
    overflow-x: hidden;
  }

  .header{
	display: block;
	width: 100%;
	position: relative;
	z-index: 99;
	padding: 8px;
}

  .row.v-center {
    flex-wrap: nowrap;
    align-items: center;
  }

  .header .item-left,
  .header .item-center,
  .header .item-right {
    flex: 1 1 auto;
    min-width: 0;
  }

  .logo img {
    width: 100px;
    max-width: 250%;
    margin-left: 150%;
  }

  .header .mobile-menu-trigger {
    display: flex;
    height: 30px;
    width: 30px;
    margin-right: 12px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
  }

  .header .mobile-menu-trigger span {
    display: block;
    height: 2px;
    background-color: #333333;
    width: 24px;
    position: relative;
  }

  .header .mobile-menu-trigger span:before,
  .header .mobile-menu-trigger span:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333333;
  }

  .header .mobile-menu-trigger span:before {
    top: -6px;
  }

  .header .mobile-menu-trigger span:after {
    top: 6px;
  }

  .header .item-right {
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
  }

  .header .menu {
    position: fixed;
    width: 320px;
    background-color: #ffffff;
    left: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
    transform: translate(-100%);
    transition: all 0.5s ease;
    z-index: 1099;
  }

  .header .menu.active {
    transform: translate(0%);
  }

  .header .menu > ul > li {
    line-height: 1;
    margin: 0;
    display: block;
  }

  .header .menu > ul > li > a {
    line-height: 50px;
    height: 50px;
    padding: 0 50px 0 15px;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .header .menu > ul > li > a i {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 50px;
    transform: rotate(-90deg);
  }

  .header .menu .mobile-menu-head {
    display: flex;
    height: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 501;
    position: sticky;
    background-color: #ffffff;
    top: 0;
  }

  .header .menu .mobile-menu-head .go-back {
    height: 50px;
    width: 50px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 16px;
    display: none;
  }

  .header .menu .mobile-menu-head.active .go-back {
    display: block;
  }

  .header .menu .mobile-menu-head .current-menu-title {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
  }

  .header .menu .mobile-menu-head .mobile-menu-close {
    height: 50px;
    width: 50px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 25px;
  }

  .header .menu .menu-main {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .header .menu > ul > li .sub-menu.mega-menu,
  .header .menu > ul > li .sub-menu {
    visibility: visible;
    opacity: 1;
    position: absolute;
    box-shadow: none;
    margin: 0;
    padding: 15px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 65px;
    max-width: none;
    min-width: auto;
    display: none;
    transform: translateX(0%);
    overflow-y: auto;
  }

  .header .menu > ul > li .sub-menu.active {
    display: block;
  }

  @keyframes slideLeft {
    0% {
      opacity: 0;
      transform: translateX(100%);
    }
    100% {
      opacity: 1;
      transform: translateX(0%);
    }
  }

  @keyframes slideRight {
    0% {
      opacity: 1;
      transform: translateX(0%);
    }
    100% {
      opacity: 0;
      transform: translateX(100%);
    }
  }

  .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img {
    margin-top: 0;
  }

  .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title {
    margin-bottom: 20px;
  }

  .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center:last-child .title {
    margin-bottom: 0px;
  }

  .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item {
    flex: 0 0 100%;
    padding: 0px;
  }

  .header .menu > ul > li .sub-menu > ul > li > a,
  .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
    display: block;
  }

  .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul {
    margin-bottom: 15px;
  }

  .menu-overlay {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1098;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
  }

  .menu-overlay.active {
    visibility: visible;
    opacity: 1;
  }
}

/* Header css end*/
/* Search bar css */
.modal-backdrop.show {
  opacity: 0.6 !important;
  z-index: 1040 !important; /* default Bootstrap */
}

.modal.show {
  z-index: 1050 !important; /* keep it above backdrop */
}

.modal-content {
  position: relative;
  z-index: 1060 !important; /* ensure always visible */
}

/*---------------------- navbar end ----------------------*/

/*slider css*/
#carousel_slider .owl-nav .owl-prev,
#carousel_slider .owl-nav .owl-next {
    background: rgba(0, 0, 0, 0.3);
    color: white;
    font-size: 24px;      /* Smaller icon size */
    width: 40px;           /* Smaller width */
    height: 40px;          /* Smaller height */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s ease;
    z-index: 10;
}

#carousel_slider .owl-nav .owl-prev:hover,
#carousel_slider .owl-nav .owl-next:hover {
    background: rgba(0, 0, 0, 0.8);
}

#carousel_slider .owl-nav .owl-prev {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

#carousel_slider .owl-nav .owl-next {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

/*slider css end*/

/* Slider Bottom Marquee */
.scroll_box_sd {
        background: #f78b1f;
        overflow: hidden;
        white-space: nowrap;
        padding: 12px 0;
        margin-top: -10px;
    }
    .scroll_box_sd .scroll-content {
        display: inline-block;
        animation: scroll-left 40s linear infinite;
        font-size: 18px;
        font-weight: 600;
        color: #fff;
    }
    .scroll_box_sd .scroll-content i {
        margin-right: 8px;
        color: #fff;
    }
    .scroll_box_sd .item {
        display: inline-block;
        margin-right: 50px;
    }
    @keyframes scroll-left {
        0% { transform: translateX(100%); }
        100% { transform: translateX(-100%); }
    }
/* Slider Bottom Marquee End*/

  .why_us_sd .feature-card {
        background: #f78b1f1a;
        color: #8b4018;
        border-radius: 15px;
        padding: 20px;
        text-align: center;
        height: 100%;
        transition: 0.3s ease;     /* smooth hover */
        box-shadow: 0 0 0 rgba(0,0,0,0);  
    }
    .why_us_sd .feature-card:hover {
        box-shadow: 0 6px 18px rgba(0,0,0,0.18);
        transform: translateY(-4px);     /* slight lift */
    }
    .why_us_sd .feature-card i {
        font-size: 32px;
        margin-bottom: 10px;
        color: #8b4018;
    }
    .why_us_sd .feature-card h6 {
        font-weight: 700;
        margin-bottom: 8px;
        color: #8b4018;
    }
    .why_us_sd .feature-card p {
        font-size: 13px;
        margin: 0;
    }

/* ----------------Product Css-------------- */

.reshamsaga_home_product_sd .product-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr); /* mobile */
      gap: 1.5rem;
    }

    .reshamsaga_home_product_sd .product-item {
      background: #fff;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      overflow: hidden;
      position: relative;
    }

    .reshamsaga_home_product_sd .product {
      width: 100%;
      aspect-ratio: 1/1;
      position: relative;
      overflow: hidden;
      border-radius: 5px;
    }

    .reshamsaga_home_product_sd .product img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 5px;
      position: absolute;
      top: 0;
      left: 0;
      transition: opacity 0.4s ease;
    }

    .reshamsaga_home_product_sd .product img.hover-image {
      opacity: 0;
    }

    .reshamsaga_home_product_sd .product:hover img.hover-image {
      opacity: 1;
    }

    .reshamsaga_home_product_sd .product:hover img.default-image {
      opacity: 0;
    }

    .reshamsaga_home_product_sd .badge-discount {
      position: absolute;
      top: 10px;
      left: 10px;
      background: #e63946;
      color: #fff;
      font-size: 0.8rem;
      font-weight: 600;
      padding: 5px 8px;
      border-radius: 3px;
      z-index: 2;
    }

    .reshamsaga_home_product_sd .hover-btn {
    position: absolute;
    bottom: -60px;
    inset: auto 10px 10px 10px;
    background: #fff;
    border: none;
    padding: 12px;
    font-size: 0.95rem;
    font-weight: 500;
    color: #333;
    text-align: center;
    box-shadow: 0 -2px 6px rgba(0,0,0,0.1);
    border-radius: 4px;
    opacity: 0;
    transition: all 0.3s ease;
    cursor: pointer;
  }

  .reshamsaga_home_product_sd .product:hover .hover-btn {
    opacity: 1;
    bottom: 10px;
  }

  .reshamsaga_home_product_sd .title {
      font-size: 0.95rem;
      letter-spacing: 0.5px;
      padding-top: 8px;
      text-align: center;
      min-height: 45px;
    }

    /* Sale Price */
.reshamsaga_home_product_sd .price ins,
.sareea_shop_sd .price ins {
    text-decoration: none;
    font-weight: 600;
    margin-bottom: 5px;
    color: #e63946;
}

/* Regular Price (striked) */
.reshamsaga_home_product_sd .price del,
.sareea_shop_sd .price del {
    text-decoration: line-through;
    color: #777;
    margin-left: 5px;
    font-size: 0.9rem;
    font-weight: bold;
    }

/* ----------------Product Css End-------------- */

/* --------------------Product tab css---------------- */
.custom_tab_product_sd .nav-tabs {
  list-style: none !important;   /* remove bullets */
  padding-left: 0 !important;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #e5e5e5;
  gap: 40px; /* spacing between tabs */
}

.custom_tab_product_sd .nav-tabs .nav-item {
  list-style: none !important; /* make sure each li has no dot */
}

.custom_tab_product_sd .nav-tabs .nav-link {
  border: none !important;
  background: none !important;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #555;
  padding: 8px 0;
  position: relative;
}

.custom_tab_product_sd .nav-tabs .nav-link.active {
  color: #000;
  font-weight: 600;
}

.custom_tab_product_sd .nav-tabs .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000;
}
/*---------------------------- Product tab css end-------------------------- */

/* ---------------------------- Category Css-------------------------- */

.category_by_sd .category-card {
      position: relative;
      overflow: hidden;
      border-radius: 10px;
      cursor: pointer;
    }

    .category_by_sd .category-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.5s ease;
    }

    .category_by_sd .category-card:hover img {
      transform: scale(1.1); /* Smooth zoom-in */
    }

    /* Black overlay */
    .category_by_sd .category-card::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.3); /* light black */
      z-index: 1;
      transition: background 0.3s ease;
    }

    .category_by_sd .category-card:hover::before {
      background: rgba(0, 0, 0, 0.5); /* darker on hover */
    }

    .category_by_sd .category-overlay {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #fff;
      font-size: 1.5rem;
      font-weight: 600;
      z-index: 2; /* keep text above overlay */
      text-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
      font-family: var(--font-Playfair)
    }

/* ---------------------------- Category Css end-------------------------- */

/* -----------------Newsletter css--------------- */

 .newsletter_by_sd .newsletter-section {
      background: url('http://localhost/Bramhaveda/wp-content/uploads/2025/10/Orange-Red-and-Gold-Traditional-Durga-Puja-Festival-YouTube-Thumbnail.png') center/cover no-repeat;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 40px 15px;
    }

    .newsletter_by_sd .newsletter-box {
      background: #fff;
      border-radius: 12px;
      padding: 40px;
      max-width: 600px;
      text-align: center;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }

    .newsletter_by_sd .newsletter-box h5 {
      font-weight: 700;
      letter-spacing: 1px;
      margin-bottom: 15px;
    }

    .newsletter_by_sd .newsletter-box p {
      color: #555;
      margin-bottom: 25px;
    }

    .newsletter_by_sd .form-control,
    .newsletter_by_sd .btn-subscribe {
      width: 100%;
      border-radius: 6px;
      padding: 12px;
      margin-bottom: 12px;
    }

    .newsletter_by_sd .btn-subscribe {
      background-color: #e63958;
      color: #fff;
      font-weight: 600;
      transition: 0.3s;
    }

    .newsletter_by_sd .btn-subscribe:hover {
      background-color: #c51f3f;
    }

/* -----------------Newsletter css end--------------- */

/* ---------------------Testimonial Css------------------------ */
    .testimonials_by_sd .review-card {
      border-radius: 20px;
      overflow: hidden;
      position: relative;
      text-align: center;
      background: #fff;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      cursor: pointer;
    }
    .testimonials_by_sd .review-card img {
      width: 100%;
      height: 320px;
      object-fit: cover;
    }
    .testimonials_by_sd .review-info {
      position: absolute;
      bottom: 0;
      width: 100%;
      background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0));
      color: #fff;
      padding: 15px 10px;
    }
    .testimonials_by_sd .review-name {
      font-weight: bold;
      font-size: 16px;
    }
    .testimonials_by_sd .star-rating i {
      color: #ffd700;
      font-size: 14px;
    }

    /* === Modal Design Scoped === */
    .testimonials_by_sd #reviewModal .modal-content {
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 4px 20px rgba(0,0,0,0.2);
      position: relative;
    }
    .testimonials_by_sd #reviewModal h6 {
      font-size: 18px;
    }
    .testimonials_by_sd #reviewModal p {
      font-size: 15px;
      line-height: 1.5;
    }
    .testimonials_by_sd #reviewModal .text-warning i {
      font-size: 16px;
    }
    .testimonials_by_sd #reviewModal .btn-close {
      background-color: rgba(255,255,255,0.8);
      border-radius: 50%;
      width: 35px;
      height: 35px;
      opacity: 1;
    }
    .testimonials_by_sd #reviewModal .btn-close:hover {
      background-color: rgba(255,255,255,1);
    }
    .testimonials_by_sd #modalProductLink i {
      margin-right: 6px;
    }
    
    /* === Owl Carousel Arrows Fix === */
.testimonials_by_sd .owl-nav {
  display: block !important;
}

.testimonials_by_sd .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff !important;
  color: #000 !important;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999; /* keep above cards */
  opacity: 0.9;
  transition: all 0.3s ease;
}

.testimonials_by_sd .owl-nav button:hover {
  background: #000 !important;
  color: #fff !important;
  opacity: 1;
}

/* Positioning */
.testimonials_by_sd .owl-nav button.owl-prev {
  left: 10px;
}
.testimonials_by_sd .owl-nav button.owl-next {
  right: 10px;
}

/* Icon size */
.testimonials_by_sd .owl-nav i {
  font-size: 18px;
  line-height: 1;
}


    /* Remove bottom border radius of image on mobile */
    @media (max-width: 767.98px) {
      .testimonials_by_sd #reviewModal .col-md-5 img {
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
      }
    }

/* ---------------------Testimonial Css End------------------------ */

@import url("https://fonts.googleapis.com/css?family=Oswald:300,400,500,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");

.column_sd .gr-2 { background: linear-gradient(170deg, #B4EC51 0%, #429321 100%); }



.column_sd .align-middle { position: relative; top: 50%; transform: translateY(-17%); }

.column_sd .column:hover .card .txt h1, .column:hover .card .txt p { color: white; opacity: 1; }

.column_sd .card {
  min-height: 80px;
  margin: 0;
  padding: 1rem 1.2rem;
  border: none;
  border-radius: 0;
  color: black;
  font-family: var(--font-Poppins);
  box-shadow: 0 0 21px rgba(0, 0, 0, 0.27);
  position: relative;
}

.column_sd .card .txt {
  z-index: 1;
}

.column_sd .card .txt h1 {
  font-size: 1.4rem;
  font-weight: 300;
  text-transform: uppercase;
  font-family: var(--font-Cabin);
}

.column_sd .card .txt p {
  font-size: 0.8rem;
  font-family: var(--font-Poppins);
  margin-top: 33px;
  opacity: 0;
  color: white;
}

.column_sd .card .ico-card {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.column_sd .card i {
  font-size: 3rem;
  opacity: 0.2;
  color: white;
}

/* .column_sd .row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; 
    justify-content: center;
}

.column_sd .col-md-3 {
    flex: 1;
    max-width: calc(25% - 10px); 
}

.column_sd i{
    color: var(--textcolor1);
}
.column_sd h5{
    font-family: var(--font-Poppins);
    color: var(--textcolor1);
}
.column_sd p{
    font-family: var(--font-Poppins);
    color: var(--textcolor1);
} */

.column_sd .sd_1{
    border: solid 4px #26547c;
}

.column_sd .sd_2{
    border: solid 4px #ef476f;
}

.column_sd .sd_3{
    border: solid 4px #ffd166;
}

.column_sd .sd_4{
    border: solid 4px #06d6a0;
}

.column_sd_1 i{
    color: var(--textcolor1);
}
.column_sd_1 h5{
    font-family: var(--font-Poppins);
    color: var(--textcolor1);
}
.column_sd_1 p{
    font-family: var(--font-Poppins);
    color: var(--textcolor1);
}
/* Category round CSS */
.category_prpduct_sd {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px;
}
.category_prpduct_sd a{
   text-decoration: none;
}
/* Individual Item */
.category_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 108px; /* Fixed width */
    transition: transform 0.3s;
}
.category_item:hover {
    transform: scale(1.1);
  }

/* Circular Background */
.category_background_sd {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

/* Image inside circle */
.category_background_sd img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

/* Category Title */
.category_title {
    font-size: 12px; /* Smaller text */
    margin-top: 8px;
    font-weight: 500;
    color: #000000;
    font-family: var(--font-Outfit);
}
/* ---------------------------- category css----------------------------- */

.category_sd .card {
    border-radius: 0 !important;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%; /* Ensures card content fits well */
    overflow: hidden;
}

.category_sd .card img {
    height: 100%;
    object-fit: cover;
    border-radius: 0 !important;
}

.category_sd .card-content {
    padding: 10px;
    display: inline-block;
}

.category_sd .card-img-overlay {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    padding-top: 15px;
    padding-left: 15px;
}

.category_sd .card_title1 {
    font-size: 27px;
}

.category_sd .card-text {
    max-width: 75%;
}

.category_sd .card-title, .card-text {
    color: var(--textcolor5) !important;
    font-family: var(--font-Poppins);
}

.category_sd .card_text1_right {
    color: var(--textcolor5) !important;
    font-family: var(--font-Poppins);
    font-size: 14px;
    max-width: 55%;
}

.category_sd .btn {
    color: #fff;
    font-weight: bold;
    background-color: var(--btncolor);
    font-family: var(--font-Poppins);
}

/* FIXED HEIGHT FOR LARGE SCREENS */
.category_sd .left-card {
    height: 49vh;
    max-height: 350px; /* Prevents cards from growing too big */
}

.category_sd .right-card {
    height: 32.5vh;
    max-height: 250px; /* Prevents expansion */
}

.category_sd .bottom-card {
    height: 49vh;
    max-height: 350px; /* Prevents cards from growing too big */
}
/* RESPONSIVE FOR MOBILE */
@media (max-width: 768px) {
    .category_sd .left-card,
    .category_sd .right-card,
    .category_sd .bottom-card {
        height: auto;
        max-height: none; /* Allows content to flow naturally */
    }
}

/* ---------------------------- category css end----------------------------- */

/*  Default: Computer Services (Visible), Mobile Services (Hidden) */
.computer_services {
    display: block;
}
.mobile_services {
    display: none;
}

/*  Trending Products Container */
.trending_prpduct_sd {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    padding: 0px;
}

/*  Trending Item */
.trending_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 320px;
}

/*  Background Container for Image (Round Shape, Shadow & Hover) */
.trending_background_sd {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    box-shadow: 0 7px 10px rgba(0,0,0,0.12), 0 7px 10px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.trending_background_sd:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.trending_title .arrow {
    margin-right: 0.25rem;
    height: 0.1rem;
    width: 1rem;
  
    position: relative;
    background: #ff4754;
  
    transition: width 0.2s ease;
  }
  
  .trending_title .arrow::before,
  .trending_title .arrow::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  
    background: #ff4754;
  
    height: 0.1rem;
    width: 0.6rem;
  }
  
  .trending_title .arrow::before {
    transform: rotate(45deg);
    transform-origin: right bottom;
  }
  
  .trending_title .arrow::after {
    transform: rotate(-45deg);
    transform-origin: right top;
  }
  
  .trending_title:hover .arrow {
    width: 2rem;
  }

/*  Image Styling */
.trending_background_sd img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

/*  Title Styling */
.trending_title a {
    text-decoration: none;
    font-family: var(--font-Poppins);
    color: var(--textcolor5);
    font-size: 16px;
    font-weight: 600;
    user-select: none;
    display: flex;
    align-items: center;
}

/*  Desktop View: 3 Services in One Row */
@media (min-width: 1024px) {
    .trending_prpduct_sd {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 40px;
        justify-items: center;
    }
    .trending_item {
        width: 100%;
    }
}

/*  Mobile View: 2 Services in One Row (Fixed Overflow) */
@media (max-width: 768px) {
    .computer_services {
        display: none; /* Hide Desktop Version */
    }
    .mobile_services {
        display: block; /* Show Mobile Version */
    }

    .mobile_services .trending_prpduct_sd {
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* 2 services per row */
        gap: 10px; /* Reduced gap */
        justify-items: center;
    }

    .mobile_services .trending_item {
        width: 100%;
    }

    /*  Reduce Image Size for Mobile */
    .mobile_services .trending_background_sd {
        width: 150px; /* Smaller size */
        height: 150px; /* Smaller size */
    }

    .mobile_services .trending_title a {
        font-size: 10px; /* Smaller text */
    }
}

/* trending css end */
/* ------------------Garden_Decor_Care css------------- */
.Garden_Decor_Care_sd .product-box {
    min-height: 300px; /* Increased height for full visibility */
    background-size: cover;
    background-position: center;
    padding: 20px;
    position: relative;
    overflow: hidden;
    margin-top: 23px;
}

.Garden_Decor_Care_sd .product-content {
    max-width: 60%;
    position: relative;
    z-index: 2;
}

/* Heading Style */
.Garden_Decor_Care_sd .Decor_Care_heading {
    font-size: 30px;
    color: var(--textcolor1);
    font-family: var(--font-Poppins);
}

/* Paragraph Style */
.Garden_Decor_Care_sd p {
    font-size: 18px;
    color: var(--textcolor1);
    font-family: var(--font-Poppins);
}

/* Button Style */
.Garden_Decor_Care_sd .btn-shop {
    background-color: var(--btncolor);
    font-family: var(--font-Poppins);
    color: white;
    border-radius: 5px;
    padding: 12px 20px;
    font-weight: bold;
    border: none;
}

.Garden_Decor_Care_sd .btn-shop:hover {
    background-color: #d93636;
}

/* ------------------Garden_Decor_Care css end------------- */

/* ------------------Garden_Decor_Care css2------------- */


.Garden_Decor_Care_sd_1 .service-card {
    background: #fff;
    overflow: hidden; /* Ensures the entire card does not overflow */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.Garden_Decor_Care_sd_1 .service-image-container {
    height: 270px; /* Fixed height */
    overflow: hidden; /* Prevents overflow */
}

.Garden_Decor_Care_sd_1 .service-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.4s ease-in-out;
}

.Garden_Decor_Care_sd_1 .service-card:hover .service-image {
    transform: scale(1.1); /* Zoom-in effect */
}

.Garden_Decor_Care_sd_1 .service-content {
    padding: 20px;
    background-color: #fff;
}

/* Heading Style */
.Garden_Decor_Care_sd_1 .Decor_Care_heading {
    font-size: 26px;
    color: var(--textcolor1);
    font-family: var(--font-Poppins);
}

/* Paragraph Style */
.Garden_Decor_Care_sd_1 p {
    font-size: 16px;
    color: var(--textcolor1);
    font-family: var(--font-Poppins);
}

.Garden_Decor_Care_sd_1 .btn-shop {
    background-color: var(--btncolor);
    font-family: var(--font-Poppins);
    color: white;
    border-radius: 5px;
    padding: 12px 20px;
    font-weight: bold;
    border: none;
}

.Garden_Decor_Care_sd_1 .btn-shop:hover {
    background-color: #d93636;
}

/* ------------------Garden_Decor_Care css 2 end------------- */

@keyframes flip {
    0% { transform: rotateY(0deg); }
    50% { transform: rotateY(180deg); }
    100% { transform: rotateY(360deg); }
}

.mvp_sd .image-container {
    width: 100%; /* Full width */
    max-width: 555px; /* Increased size */
    aspect-ratio: 4 / 3; /* Maintains square shape */
    overflow: hidden; /* Prevents distortion */
    transition: box-shadow 0.3s ease-in-out;
    border-radius: 5px;


}
.mvp_sd .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the image fills the space */
    border-radius: 5px;
    transition: transform 0.4s ease-in-out;

}

/* Hover Effect */
.mvp_sd .image-container:hover img {
    transform: scale(1.1); /* Zoom in */
    border-radius: 5px;

}

.mvp_sd .image-container:hover {
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2); /* Smooth shadow */
    border-radius: 5px;

}


.mvp_sd .mvp_content{
   color: var(--textcolor1);
   font-family: var(--font-Poppins);
}
.mvp_sd .btn_mvb{
    background-color: var(--btncolor);
    font-family: var(--font-Poppins);
    color: white;
    border-radius: 5px;
    padding: 13px 20px;
    font-weight: bold;
    border: none;
    text-decoration: none;
}
.mvp_content h4 i {
    animation: flip 2s infinite linear; /* Flipping effect */
}
.mvp_sd .btn_mvb:hover {
    background-color: #d93636;
}

@media only screen and (max-width: 480px){
    .mvp_sd h4{
        margin-top: 10px;
    }

}
/* <!----------------------------------------------- workshops --> */

.workshops_sd .service-card {
    background: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    position: relative;
}

.workshops_sd .image-aspect-ratio {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

.workshops_sd .image-aspect-ratio img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 0%;
}

.workshops_sd .service-image-container {
    overflow: hidden;
}

.workshops_sd .service-image {
    width: 100%;
    height: 100%;
    transition: transform 0.4s ease-in-out;
}

.workshops_sd .service-card:hover .service-image {
    transform: scale(1.1);
}

.workshops_sd .service-content {
    padding: 15px  0px;
    background-color: #fff;
    min-height: 95px;
}
.workshops_sd .service-content h5{
    color: var(--textcolor5);
    font-size: 17px;
    font-weight: bold;
    font-family: var(--font-Poppins);
}

.workshops_sd .btn_woksshop {
    background-color: var(--btncolor);
    font-family: var(--font-Poppins);
    color: white;
    border-radius: 5px;
    padding: 13px 20px;
    font-weight: bold;
    border: none;
    text-decoration: none;
    font-size: 15px;
}

.workshops_sd .custom-nav {
    position: absolute;
    top: 43%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 24px;
    z-index: 1000;
    border: 1px solid #fff7f7;
}
.workshops_sd .custom-nav.left { left: 3px; }
.workshops_sd .custom-nav.right { right: 3px; }

.workshops_sd .arrow-btn {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 10%); /* Adjust this percentage for visibility */
    background: var(--btncolor);
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: white;
    text-decoration: none;
    border-radius: 50%;
    transition: all 0.3s ease;
    z-index: 10;
}

.workshops_sd .arrow-btn:hover {
    background: #d93636;
    color: black;
  }

#workshops {
    scroll-margin-top: 80px; /* Adjust based on navbar height */
}
/* <!----------------------------------------------- workshopsend --> */

/* ------------------blog css--------------------- */

.blog_sd .blog-card {
    border: 1px solid #ddd; /* Light border */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Soft shadow */
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.blog_sd .blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); /* Slightly stronger shadow on hover */
}
.blog_sd .blog-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;        
}
.blog_sd .blog-content {
    text-align: center;
    padding: 15px;
    min-height: 115px;
}
.blog_sd .blog-content h5 a{
    text-decoration: none;
    font-size: 20px;
    color: var(--textcolor1);
    font-family: var(--font-Poppins);
    margin-bottom: 10px;
}
.blog_sd .blog-content a {
    color: var(--btncolor);
    font-size: 16px;
    font-family: var(--font-Poppins);
    text-decoration: none;
}

.blog_sd a {
    color: var(--btncolor);
    font-size: 16px;
    font-family: var(--font-Poppins);
    text-decoration: none;
}
/* ------------------blog css end--------------------- */
/* All Blog Page */

.sd_blogpage .hero-text {
    text-align: center;
    margin-top: 65px;
    margin-bottom: 30px;
    color: #023047;
    font-family: var(--font-Libre);
  }
  .sd_blogpage .search-bar {
    max-width: 300px;
    margin: 20px auto;
  }
  .sd_blogpage .card-container {
    margin-top: 40px;
  }
  .sd_blogpage .blog-card {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    transition: transform 0.3s;
  }
  .sd_blogpage .blog-card img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    transition: transform 0.3s;
  }
  .sd_blogpage .blog-card:hover img {
    transform: scale(1.05);
  }
  .sd_blogpage .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 32, 32, 0.473);
    opacity: 0;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    transition: opacity 0.3s ease-in-out;
  }
  .sd_blogpage .blog-card:hover .overlay {
    opacity: 1;
  }
  .sd_blogpage .overlay h5 {
    font-size: 1.25rem;
    margin-bottom: 10px;
    font-family: var(--font-Outfit);
  }
  .sd_blogpage .overlay .btn {
    background-color: #28a745;
    border: none;
    font-family: var(--font-Outfit);
  }
  .sd_blogpage .card-title {
    text-align: center;
    margin-top: 10px;
    font-weight: 500;
    color: #1d3c34;
    font-family: var(--font-Outfit);
  }
  .sd_blogpage .sd_blog_content{
    text-align: left;
  }

/* =====================Another blog page design by tm========================= */

.tm_blog_v1 .blog-card {
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.tm_blog_v1 h5 {
  font-size: 15px;
  font-family: var(--font-Merriweather);
}

.tm_blog_v1 .blog-card:hover {
  /*transform: translateY(-5px);*/
}

.tm_blog_v1 .blog-img {
  overflow: hidden;
}

.tm_blog_v1 .blog-img img {
  width: 100%;
  transition: transform 0.5s ease;
}

.tm_blog_v1 .blog-card:hover .blog-img img {
  transform: scale(1.1); /* Zoom Effect */
}

.tm_blog_v1 .btn-dark {
  border-radius: 30px;
  padding: 8px 24px;
  font-size: 15px;
  transition: all 0.3s ease;
}

.tm_blog_v1 .btn-dark:hover {
  background: #333;
  transform: scale(1.05);
}

.tm_blog_v1 p {
  font-family: var(--font-OpenSans);
  font-size: 14px;
}

/* All Blog Page End*/
/* blog single css */

.blog_sigle_sd .card-title a:hover {
    color: #28a745;
  }
  
  .blog_sigle_sd .card {
    transition: all 0.3s ease-in-out;
  }
  .blog_sigle_sd .card:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  }
  .blog_sigle_sd h2 p{
    font-family: var(--font-Outfit);
  }
  .blog_sigle_sd .blog_author{
    font-family: var(--font-Outfit);
  }

/* blog single css end */


 .bottom_content{
    color: var(--textcolor1);
    font-family: var(--font-Poppins);
 }
 
 .bottom_content h3{
    color: var(--textcolor5);
    font-family: var(--font-Poppins);
 }
 .bottom_content h3:after {
    content: "";
    margin: 4px 0px 0px;
    display: block;
    width: 164px;
    height: 4px;
    border-radius: 2px;
    background: linear-gradient(25deg, #F13F79, #FFC778);
  }
 .bottom_content h4{
    color: var(--textcolor5);
    font-family: var(--font-Poppins);
 }
 .bottom_content h5{
    color: var(--textcolor5);
    font-family: var(--font-Poppins);
 }
 
 


/*fooetr css end*/





/* <!-- -----------------------blog single------------------------ --> */
.blog_sigle_sd .custom-section {
    display: flex;
    justify-content: center;
    padding: 60px 20px;
}
.blog_sigle_sd .content-box {
    max-width: 500px;
}
.blog_sigle_sd .rounded-img {
    border-radius: 15px;
    width: 85%;
    max-width: 90%;
    height: auto;
}
.blog_sigle_sd h2{
    font-family: var(--font-Outfit);
    color: var(--textcolor5);
    font-size: 36px;
    padding: 0px 0px 6px 0px;
}
.blog_sigle_sd p{
    font-family: var(--font-Outfit);
    color: var(--textcolor5);
    font-size: 17px;
    padding-top: 0px;
}
 .bottom_blog_content_sd {
    font-family: var(--font-Outfit);
}
.blog_sigle_sd .blog_form_sd p{
    font-family: var(--font-Outfit);
    color: var(--textcolor5);
    font-size: 16px;
    padding-top: 0px;
}


/*footer css*/
.footer {
  background-color: #8b4018;
  font-family: var(--font-Nunito);
  font-size: 15px;
  color: #fff;
}

/* Headings */
.footer h6 {
  font-size: 18px;
  color: #fff;
  font-family: var(--font-Outfit);
}

/* General Links */
.footer a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer a:hover {
  color: #ffffffb4;
}

/* Social Icons */
.footer .social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 18px;
  color: #fff;
  border: 1px solid #fff;
  transition: all 0.3s ease;
}

/* Hover effect like first icon */
.footer .social-icons a:hover {
  background: #fff;
  color: #e91e63; 
}

/* Contact Info */
.footer .contact-emails a,
.footer .contact-phones a {
  display: inline-block;
  margin-top: 5px;
  color: rgb(255, 255, 255);
}

.footer .contact-emails i,
.footer .contact-phones i {
  margin-right: 5px;
}

/* Quick Links List */
.footer .footer-links ul,
.footer .list-unstyled {
  padding-left: 0;
  list-style: none;
}

.footer .footer-links li,
.footer .list-unstyled li {
  margin-bottom: 8px;
}

/* Subscribe Form */
.footer .foot_email_sd .btn{
    background-color: var(--btncolor);
    font-family: var(--font-Nunito);
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    margin-top: 10px;
 }


/* Footer Bottom */
.footer .bg-dark {
  background-color: #222 !important;
}

.footer .bg-dark p,
.footer .bg-dark a {
  color: #fff !important;
}

/* footer end */


 @media (max-width: 767px) {
  /* Style the mobile navbar */
  .navbar_sd_monileview {
    width: 100%;
  }

  /* Container for menu item */
  .navbar_sd_monileview .nav_item_sd_mobile {
    position: relative;
  }

  /* Dropdown menu - hidden by default */
  .navbar_sd_monileview .dropdown-menu-mobile {
    background-color: #023047;
    list-style: none;
    padding-left: 0px;
    margin: 0;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease-out;
    display: block;
    position: absolute;
    z-index: 9999;
    border-radius: 10px;
  }

  /* Show dropdown when .active is added */
  .navbar_sd_monileview .dropdown-menu-mobile.active {
    max-height: 500px; /* adjust as needed for content */
  }

  /* List items in dropdown */
  .navbar_sd_monileview .dropdown-menu-mobile li {
    margin-bottom: 8px;
  }

  /* Dropdown links */
  .navbar_sd_monileview .dropdown-menu-mobile li a {
    display: block;
    padding: 8px 12px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    background-color: #023047;
    border-radius: 0px;
  }

  /* Hover state */
  .navbar_sd_monileview .dropdown-menu-mobile li a:hover {
    background-color: #ffb703;
    text-decoration: none;
  }

  /* Optional arrow styling */
  .navbar_sd_monileview .dropdown-arrow {
    margin-left: 6px;
    transition: transform 0.3s ease;
  }

  .navbar_sd_monileview .dropdown-menu-mobile.active ~ .dropdown-arrow i {
    transform: rotate(180deg);
  }
}
.tm_rating i {color: gold;}

/* archive product css */

/* Sidebar Styling */
    .archive_product_sd .sidebar {
        background: #e6f4ea;
        padding: 20px;
        border-radius: 0px;
    }
    .archive_product_sd .sidebar h4 {
        color: rgb(33 37 41);
        margin-bottom: 15px;
        border-bottom: 2px dashed rgb(240 65 98);
        padding-bottom: 5px;
        font-family: var(--font-Outfit);
    }
    .archive_product_sd .sidebar ul {
        list-style: none;
        padding-left: 0;
    }
    .archive_product_sd .sidebar ul li {
        margin-bottom: 10px;
    }
    .archive_product_sd .sidebar ul li a {
        text-decoration: none;
        color: rgba(49, 54, 59, 0.856);
        font-weight: 500;
        transition: color 0.3s;
        font-family: var(--font-Nunito);
    }
    .archive_product_sd .sidebar ul li a:hover {
        color: rgb(241, 63, 98);
        text-decoration: underline;
    }
    .archive_product_sd .btn-primary {
        background: rgb(33 37 41);
        border: none;
        font-weight: 600;
        color: #fff;
        font-family: var(--font-Nunito);
    }
    .archive_product_sd .btn-primary:hover {
        background: rgb(33 37 41);
        color: #fff;
    }

    /* Product Card Styling */
    .archive_product_sd .product-card {
        border: none;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        border: 1px solid #dddddd;
    }
    /* Product Card Image Zoom on Hover */
.archive_product_sd .product-card .position-relative {
    aspect-ratio: 4 / 5; /* maintains consistent size */
    background: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* Image Styling */
.archive_product_sd .product-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;  /* fills container without gaps */
    transition: transform 0.4s ease;
    padding: 0; /* remove gap around image */
}

/* Hover Effect */
.archive_product_sd .product-card:hover img {
    transform: scale(1.08);
}


    .archive_product_sd .product-card .card-body {
        background: #fff;
        text-align: center;
        padding: 15px;
    }
    .archive_product_sd .product-card .card-title {
        font-size: 1rem;
        color:rgb(75, 51, 51);
        margin-bottom: 10px;
        font-family: var(--font-Nunito);
    }
    .archive_product_sd .product-card del,
    .archive_product_sd .product-card del .woocommerce-Price-amount {
    color: #6c757d; /* grey */
    text-decoration: line-through; /* keep strikethrough */
    font-weight: 400;
   }

    .archive_product_sd .product-card ins,
    .archive_product_sd .product-card ins .woocommerce-Price-amount {
        text-decoration: none !important; /* remove underline */
        color: #000; /* sale price red (optional) */
        font-weight: 700;
    }


    /* Mobile view - increase height to 400px */
@media (max-width: 767px) {
    .archive_product_sd .product-card img {
        aspect-ratio: 4 / 4;
    }
}

    /* Headings */
    .archive_product_sd h1, h2, h3, h4, h5, h6 {
        color: rgb(33 37 41);
        font-family: var(--font-Outfit);
    }

    .archive_product_sd .tm_category h3 {
        text-align: center;
        padding: 10px;
        border-bottom: 2px dashed rgb(240 65 98);
        display: inline-block;
        margin-bottom: 20px;
    }
    .archive_product_sd .btn-primary {
      background-color: var(--btncolor);
      font-family: var(--font-Outfit);
}

.archive_product_sd .btn-primary:hover {
      background-color: #e9c80e;
      color: #000;
}
.archive_product_sd .tm_cat i{color: #9ab79f}


.archive_product_sd .discount-badge {
    background-color: #ff8003;
    color: #fff;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 0.85rem;
    border-radius: 0px;
    /* z-index: 10; */
}

/* archive product css end */

/* Contact Us Page Css */

.bsb-overlay {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.bsb-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, var(--bsb-overlay-opacity, 0.5));
  z-index: 1;
}
.bsb-overlay > * {
  position: relative;
  z-index: 2;
}

/* Contact Us Page Css End*/

/* <!-- Watsapp button --> */

.wp_btn .float{
	position: fixed;
    width: 50px;
    height: 50px;
    bottom: 76px;
    right: 19px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 10px;
    text-align: center;
    font-size: 22px;
    /* box-shadow: 2px 2px 3px #999; */
    z-index: 100;
}

.wp_btn .my-float{
	margin-top:16px;
}


/* <!-- Watsapp button --> */
.wp-block-woocommerce-checkout {
    margin: 0;
    padding-top: 24px;
    margin-left: 50px!important;
    margin-right: 50px!important;
    width: auto !important;
}


.wc-block-components-checkout-place-order-button{
background-color: #28a745 !important;  /* Your desired color */
    color: #ffffff !important;            /* Text color */
    border: none;
}

/* nav css product css */
/* #carousel_products_sd .owl-dots {
    order: 1;
    display: flex;
    justify-content: center;
    margin-top: 10px;
} */

#carousel_products_sd .owl-nav {
    display: flex !important;
    justify-content: center;
    margin-top: 10px;
}

#carousel_products_sd .owl-nav .arrow-btn {
    display: inline-block !important;
    font-size: 20px;
    color: #222020;
    background: transparent;
    padding: 5px 15px;
    cursor: pointer;
}

@media (max-width: 767px) {
    #carousel_products_sd .owl-nav {
        display: flex !important;
    }
}


/* ============================================================Saree Shop Css================================================================ */

/*-------------------------heading css--------------------------*/

.sareea_shop_sd .heading_sd h3 {
  font-family: var(--font-Playfair);
  font-size: 27px;
  color: rgb(33 37 41);
  text-align: center;
  font-weight: bold;
  position: relative;
  line-height: 1.5em;
  padding-bottom: 45px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* Bottom underline line */
.sareea_shop_sd .heading_sd h3::before {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 60%;
  margin-left: -30%;
  width: 40%;
  height: 1px;
  background-color: #777;
  z-index: 4;
}

/* Bottom center icon */
.sareea_shop_sd .heading_sd h3::after {
  content: '\00a7'; /* Section symbol */
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 30px;
  color: #bd0e19;
  background-color: #ffff;
  font-weight: 400;
  z-index: 5;
  text-align: center;
}
.sareea_shop_sd .heading_sd p{
    font-family: var(--font-Outfit);
    font-size: 17px;
    color: var(--textcolor5);
    text-align: justify;
}

.sareea_shop_sd .heading_sd_2 h3{
    font-family: var(--font-Outfit);
    font-size: 45px;
    color: var(--textcolor3);
    text-align: center;
    font-weight: bold;
}
/*-------------------------heading css end--------------------------*/

/* <!-- Shop Area css--> */

.sareea_shop_sd .product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .sareea_shop_sd .product-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1200px) {
  .sareea_shop_sd .product-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

.sareea_shop_sd .product-item {
  min-height: 445px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 0;
  overflow: hidden;
  position: relative;
}

/* Mobile view adjustment */
@media (max-width: 767.98px) {
  .sareea_shop_sd .product-item {
    min-height: auto;
  }
}

.sareea_shop_sd .product {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
}

.sareea_shop_sd .product img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.4s ease;
}

.sareea_shop_sd .product img.hover-image {
  opacity: 0;
}

.sareea_shop_sd .product:hover img.hover-image {
  opacity: 1;
}

.sareea_shop_sd .product:hover img.default-image {
  opacity: 0;
}

.sareea_shop_sd .title {
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  padding-top: 5px;
  text-align: center;
  font-family: var(--font-Outfit);
}

.sareea_shop_sd .fa-star {
  font-size: 0.65rem;
  color: goldenrod;
}

.sareea_shop_sd .price {
  font-weight: 600;
  margin-bottom: 5px;
}

.sareea_shop_sd .view_more {
  background-color: #023047;
  color: #ffb703;
  border: none;
  border-radius: 0;
  padding: 10px 0;
  width: 100%;
  font-size: 0.9rem;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  display: none;
  transition: all 0.3s ease;
  font-family: var(--font-Outfit);
}

/* Show .view_more only on hover in desktop/tablet */
@media (min-width: 768px) {
  .sareea_shop_sd .product-item:hover .view_more {
    display: block;
  }
}

/* Prevent space for button in mobile view */
@media (max-width: 767.98px) {
  .sareea_shop_sd .view_more {
    display: block;
  }
}


/* <!-- Shop Area css End--> */

/* <!-- Middle 3 Column Section Css --> */

.sareea_shop_sd .box {
      text-align: center;
      position: relative;
      overflow: hidden;
      color: #fff;
      font-family: var(--font-Outfit);
    }

    .sareea_shop_sd .box img {
      width: 100%;
      height: auto;
    }

    .sareea_shop_sd .box:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      opacity: 0;
      transition: all 0.5s ease 0s;
      z-index: 2;
    }

    .sareea_shop_sd .box:hover:before {
      opacity: 1;
    }

    .sareea_shop_sd .box:after {
      content: "";
      position: absolute;
      height: 100%;
      width: 100%;
      left: 170%;
      top: 0;
      transform: skewX(45deg);
      transition: all 1s ease 0s;
      background-color: #023047;
      z-index: 1;
    }

    .sareea_shop_sd .box:hover:after {
      left: -170%;
      top: 0;
    }

    .sareea_shop_sd .box .box-content {
      position: absolute;
      bottom: -100%;
      left: 0;
      width: 100%;
      transition: all 0.5s ease 0s;
      z-index: 3;
    }

    .sareea_shop_sd .box:hover .box-content {
      bottom: 40%;
    }

    .sareea_shop_sd .box .box-content .name {
      font-size: 22px;
      font-weight: 700;
      margin: 0 0 10px;
      display: block;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: #fff;
      font-family: var(--font-Outfit);
    }

    .sareea_shop_sd .box .box-content .post {
      display: block;
      font-size: 15px;
      font-style: italic;
      font-weight: 600;
    }

    @media screen and (max-width: 990px) {
      .sareea_shop_sd .box {
        margin-bottom: 30px !important;
      }
    }

/* <!-- Middle 3 Column Section Css End --> */


/* ============================================================Saree Shop Css End================================================================ */

/* Mini Cart Sidebar Base */
.mini-cart-sidebar {
  position: fixed;
  top: 0;
  right: -400px; /* hidden initially */
  width: 350px;
  height: 100vh;
  background: #fff;
  border-left: 1px solid #ff6868;
  transition: right 0.4s ease;
  z-index: 1050;
  display: flex;
  flex-direction: column;
}

/* Active State */
.mini-cart-sidebar.active {
  right: 0;
}

/* Header */
.mini-cart-header {
  background: #f8f9fa;
}

.mini-cart-header h5 {
  color: #9a5dc4;
}

/* Body */
.mini-cart-body {
  flex: 1;
  overflow-y: auto;
  /*max-height: calc(100vh - 160px);*/
}

/* WooCommerce mini cart item tweaks */
.woocommerce-mini-cart-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 10px;
  border-bottom: 1px solid #eee;
  position: relative;
  transition: background 0.2s ease;
}

.woocommerce-mini-cart-item:hover {
  background: #f9f9f9;
}

/* Remove Button (styled cross on left) */
.woocommerce-mini-cart-item .remove {
  position: absolute;
  left: 8px;
  top: 24%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #dc3545;
  font-weight: bold;
  text-decoration: none;
  opacity: 0.7;
  transition: all 0.2s ease;
}

.woocommerce-mini-cart-item .remove:hover {
  opacity: 1;
  color: #ff1e46;
}





.woocommerce-mini-cart-item img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  margin: 0 12px 0 28px; /* space for remove button */
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  display: flex;
}


.woocommerce-mini-cart-item > a:not(.remove) {
  flex: 1;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  margin-right: 8px;
  line-height: 1.4;
}

.woocommerce-mini-cart-item > a:not(.remove):hover {
  color: #28a745;
}





.woocommerce-mini-cart-item .quantity {
  font-size: 13px;
  font-weight: 500;
  color: #555;
  white-space: nowrap;
}

.woocommerce-mini-cart-item .woocommerce-Price-amount {
  color: #000;
  font-weight: 600;
}

/* Footer */
.mini-cart-footer{
  display: flex;
  flex-direction: row;
  column-gap: 10px;
}
.mini-cart-footer .btn {
  border-radius: 10px;
  font-weight: 600;
}

.mini-cart-footer .btn-success {
  background: #28a745;
  border: none;
}

.mini-cart-footer .btn-primary {
  background: #007bff;
  border: none;
}
.tm_view_cart {background-color: #9a5dc4; color: #fff;}
.tm_checkout {background-color: #b58b54; color: #fff;}
.tm_view_cart:hover {background-color: #6f3f90; color: #fff;}
.tm_checkout:hover {background-color: #906b3b; color: #fff;}
.add-to-cart-btn {
    font-family: 'Open Sans';
    border: 1px solid #b8b6b6;
    border-radius: 0px;
    padding: 12px 96px;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
}
.add-to-cart-btn:hover {
    font-family: 'Open Sans';
    border: 1px solid #b8b6b6;
    border-radius: 0px;
    padding: 12px 96px;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
}
.btn-plus {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
padding: 10px 10px;
border-color: #b8b6b6;
}
.btn-minus{
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-color: #b8b6b6;
}
.add-to-cart-form input {margin-left: 2px!important; margin-right: 3px!important;
  border-color: #b8b6b6; padding: 0px;}
.product-title{
  font-family:  Merriweather Light;
  font-size: 36px;
  color: #4a4949;
  margin-bottom: 20px;
}
.tm_product_price bdi{
  text-decoration: none!important;
  letter-spacing: 1.5px;
  color: #6c757d !important;
}
.tm_short_desc p{
    font-family: 'Open Sans';
    color: #454545;
    font-size: 14px;
    letter-spacing: 0.5px;
    margin-top: 10px;
    text-align: justify;
    line-height: 1.7;
}
.tm_short_desc_heading {
  margin-top: 20px;
  font-size: 22px;
  font-family:  Merriweather Light;
  color: #353434;
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 10px;
}

.woocommerce-variation-price del, .woocommerce-variation-price del .woocommerce-Price-amount {
    color: #6c757d !important;
    font-weight: normal;
    letter-spacing: 1.5px;
}
.woocommerce-variation-price ins, .woocommerce-variation-price ins .woocommerce-Price-amount {
    color: #6c757d !important;
    text-decoration: none !important;
    letter-spacing: 1.5px;
}
.tm_related_product h3{ 
font-family:  Merriweather Light;
font-size: 34px;
 }

 .tm_related_product h6{ 
font-family: 'Open Sans';
font-size: 14px;
 }

.tm_related_product_view{
  border:1px solid #b8b6b6;
  padding: 5px 20px;
  border-radius: 0px;
}
.tm_related_product_view:hover{
  border:1px solid #b8b6b6;
  padding: 5px 20px;
  border-radius: 0px;
}
.tm_span span { color: #989898; }
.nav-link {

    color: #3c3c3c!important;
   
}

.tm_review_button{
  border:1px solid #b8b6b6;
  padding: 5px 20px;
  border-radius: 0px;
}
.tm_review_button:hover{
  border:1px solid #b8b6b6;
  padding: 5px 20px;
  border-radius: 0px;
}
.tm_product_ad img {width: 100%; height: auto;}
.variation-select {width: 40%;}


/* ============================================================Woo coomerce Orede css================================================================ */
.woocommerce-order {
  margin-top: 50px;
  margin-left: 100px;
  margin-right: 100px;
}

@media (max-width: 480px) {
  .woocommerce-order {
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 15px;
  }
}


/* ============================================================Woo coomerce Orede css end================================================================ */