body {

  background-color: #f1f2f6e7;

  font-family: 'Segoe UI', sans-serif;

}



.cart-container {

  position: relative;

  display: inline-flex;

  align-items: center;

  font-family: Arial, sans-serif;

  font-size: 1.2rem;

}



.cart-container .bi-cart {

  font-size: 1.5rem;

}



.cart-badge {

  position: absolute;

  top: -6px;

  left: 10px;

  background-color: #ff4f4f;

  color: white;

  font-size: 12px;

  font-weight: bold;

  border-radius: 50%;

  width: 20px;

  height: 20px;

  display: flex;

  align-items: center;

  justify-content: center;

}



.cart-text {
  text-decoration: none;
  font-size: 1rem;
  color: #000;

}



.navbar-custom {

  background-color: #ffffff;

  padding: 10px 65px !important;

  /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
  z-index: 999 !important;

}



.search-box {

  position: relative;

  /* flex: 1; */

}



.search-box input {

  padding-left: 40px;

}



.search-icon {

  position: absolute;

  top: 50%;

  left: 10px;

  transform: translateY(-50%);

  color: #888;

  font-size: 1rem;

}



.suggestion-box {

  position: absolute;

  top: 100%;

  left: 0;

  right: 0;

  background: #f1f6ff;

  border: 1px solid #ccc;

  z-index: 1000;

  max-height: 250px;

  overflow-y: auto;

  border-radius: 0 0 5px 5px;

}



.suggestion-item {

  display: flex;

  align-items: center;

  padding: 8px 10px;

  cursor: pointer;

  transition: background 0.3s;

}



.suggestion-item:hover {

  background-color: #e3e8f0;

}



.suggestion-item img {

  width: 40px;

  height: auto;

  margin-right: 10px;

}

.destopm {
  display: none;
}

/*------------- profile-menu ----------*/
.aaccount .bi {
  padding-right: 5px;
}

.dropdown-menu {
  left: auto !important;
  width: 220px;

  border: 1px solid #ddd;

  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);

  border-radius: 9px;

  background-color: white;

  padding: 12px;

  display: none;

}



.dropdown-profile {

  border: 1px solid #cfcfcf;

  border-radius: 5px;

  padding: 5px;

}



.dropdown-profile:hover .dropdown-menu {

  margin-top: 6px;

  display: block;

}



.dropdown-header {

  font-size: 14px;

  margin-bottom: 0px;

  display: flex;

  justify-content: center;

  align-items: center;

  padding: 3px;
}
.dropdown-header .myacc{
       font-weight: 500;
    font-size: 14px;
}

.pli-name {
  text-wrap: auto;
  width: -webkit-fill-available;
  overflow-wrap: break-word;

}


.dropdown-header a {

  color: #2874f0;

  font-weight: bold;

  text-decoration: none;

}



.dropdown-item {

  display: flex;

  align-items: center;

  font-size: 14px;

  color: #333;

  padding: 8px 0;

  cursor: pointer;

}

.sign-in-parent {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sign-in {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  /* color: #007bff; */
  color: #ed1e26;
  text-decoration: none;
  font-weight: 600;
  margin-top: 15px;
  padding: 8px 30px;
  /* border: 2px solid #007bff; */
  border: 2px solid #ed1e26;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.sign-in:hover {
  /* background: #007bff; */
  background: #ed1e26;
  /* background: #264a8b; */
  color: #fff;
  /* transform: scale(1.05); */
}


.dropdown-item i {

  width: 20px;

  margin-right: 10px;

  font-size: 16px;

}



.dropdown-item:hover {

  background-color: #f5f5f5;

  border-radius: 4px;

}

/* Dots styling */
.slick-dots {
  bottom: -30px;
}

.slick-dots li button:before {
  font-size: 10px;
  color: #999;
  opacity: 0.75;
}

.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 1;
}

/*------------- footer ----------------*/

.footer {

  background-color: #1c1c1c;

  color: #ccc;

  padding-top: 40px;

  font-size: 12px;

}



.footer h6 {

  color: #878787;

  font-weight: 600;

  margin-bottom: 16px;

}



.footer a {

  color: #ebebeb;

  text-decoration: none;

  display: block;

  margin-bottom: 8px;

  font-weight: 500;

}



.footer a:hover {

  text-decoration: underline;

}



.footer .contact,

.footer .social {

  color: #ccc;

}



.footer .social-icons i {

  font-size: 20px;

  margin-right: 15px;

  cursor: pointer;

}



.footer .social-icons i:hover {

  color: #e9e9e9;

}



.footer hr {

  border-top: 1px solid #444;

  margin: 20px 0;

}



.footer-bar {

  background-color: #1c1c1c;

  color: #d1d1d1;

  display: flex;

  flex-wrap: wrap;

  justify-content: space-between;

  align-items: center;

  padding: 15px 20px;

  font-size: 14px;

  border-top: 1px solid #333;

}



.footer-links {

  display: flex;

  flex-wrap: wrap;

  gap: 20px;

}



.footer-links a {

  text-decoration: none;

  color: #e4e4e4;

  font-weight: 500;

  display: flex;

  align-items: center;

  gap: 6px;

}



.footer-copy {

  margin: 10px 0;

  color: #ccc;

  font-weight: 500;

}



.payment-icons {

  display: flex;

  flex-wrap: wrap;

  gap: 8px;

  align-items: center;

}



.payment-icons img {

  width: 36px;

  height: auto;

}



/*------------- footer ----------------*/



/* <!-- slider --> */

.carousel-inner img {

  /* height: 200px; */

  object-fit: cover;

}

.slide {
  margin: 10px;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid white;
}


.custom-control {

  width: 60px !important;

  height: 60px;

  background-color: rgba(255, 255, 255, 0.7) !important;

  /* Transparent White */

  border-radius: 50%;

  position: absolute !important;

  top: 50% !important;

  z-index: 2;

  transform: translateY(-50%);

  display: flex;

  align-items: center;

  justify-content: center;

  transition: background-color 0.3s ease, transform 0.3s ease;

  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);

}



.custom-control:hover {

  background-color: rgba(255, 255, 255, 0.95);

  transform: translateY(-50%) scale(1.05);

}



.carousel-control-prev.custom-control {

  left: 15px;

}



.carousel-control-next.custom-control {

  right: 15px;

}



.carousel-control-prev-icon,

.carousel-control-next-icon {

  background-size: 60% 60%;

  filter: invert(40%);

}



/* <!-- slider --> */



/* <!-- producat section --> */

.product-card {

  background: #fff;

  border-radius: 20px;

  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);

  transition: 0.4s ease-in-out;

  position: relative;

}



.product-card:hover {

  transform: scale(1.02);

  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1);

}



.product-img {
  max-height: 250px;
  object-fit: contain;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}



.product-details {

  padding: 15px 20px;

}



.badge-off {

  position: absolute;

  top: 15px;

  left: 15px;

  font-size: 0.75rem;

}



.wishlist-btn {

  position: absolute;

  top: 15px;

  right: 15px;

  background: rgba(255, 255, 255, 0.8);

  border: none;

  border-radius: 50%;

  width: 32px;

  height: 32px;

  color: #dc3545;

  font-size: 1rem;

  display: flex;

  align-items: center;

  justify-content: center;

}



.filters {

  background: #ffffff;

  padding: 20px;

  border-radius: 15px;

  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);

}



.filters h5 {

  font-weight: 600;

}



.sort-bar select {

  border-radius: 10px;

}



.close-btn {

  position: absolute;

  top: 12px;

  right: 20px;

  font-size: 1.8rem;

  font-weight: bold;

  background: #f8f9fa;

  border: none;

  color: #000;

  border-radius: 50%;

  width: 36px;

  height: 36px;

  display: flex;

  align-items: center;

  justify-content: center;

  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);

  transition: 0.3s;

}



.close-btn:hover {

  background-color: #e9ecef;

}



.see-more {

  color: #007bff;

  cursor: pointer;

  font-size: 0.9rem;

  margin-top: 8px;

  display: inline-block;

}



.mobile-bar {

  position: fixed;

  bottom: 0;

  left: 0;

  right: 0;

  background: #ffffff;

  display: none;

  justify-content: space-around;

  padding: 10px 0;

  border-top: 1px solid #ddd;

  z-index: 1000;

}



.mobile-bar button {

  background: none;

  border: none;

  font-weight: 500;

}



.mobile-overlay {

  position: fixed;

  left: 0;

  right: 0;

  bottom: -100%;

  background: #fff;

  height: 80%;

  z-index: 1050;

  transition: all 0.4s ease-in-out;

  padding: 20px;

  overflow-y: auto;

  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);

}



.mobile-overlay.active {

  bottom: 0;

}



/* <!-- producat section --> */





/* <!-- producat details --> */

.price {

  font-size: 1.25rem;

  font-weight: bold;

  color: #a94442;

}



.product-title {

  font-size: 1.8rem;

  font-weight: bold;

}



.add-to-cart-btn {

  background: linear-gradient(to right, #a94442, #7d2d2d);

  color: #fff !important;

  border-radius: 50px;

  padding: 12px 25px;

  font-size: 1rem;

  transition: 0.3s ease;

  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);

}



.add-to-cart-btn:hover {

  background: linear-gradient(to right, #7d2d2d, #5c1f1f);

}



.thumbnail-img {

  width: 60px;

  height: 60px;

  object-fit: cover;

  border: 2px solid transparent;

  border-radius: 8px;

  cursor: pointer;

  transition: 0.3s;

}



.thumbnail-img.active {

  border-color: #a94442;

  transform: scale(1.05);

}



.main-product-img {

  border-radius: 10px;

  object-fit: cover;

  max-height: 400px;

}



.scrollable-content {

  padding-right: 15px;

}



.color-btn {

  width: 40px;

  height: 40px;

  border-radius: 50%;

  display: inline-block;

  cursor: pointer;

  border: 2px solid transparent;

  transition: 0.3s ease;

}



.check-icon {

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  color: white;

  font-size: 20px;

  display: none;

}



.btn-check:checked+.color-btn {

  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.15);

  transform: scale(1.05);

}



.btn-check:checked+.color-btn .check-icon {

  display: block;

}



/* <!-- producat details --> */





/* <!-- new arival --> */

  .new-arrival-h4{
    font-size: 24px;
    font-weight: 600;
    color: #2c3e50;
    margin: 0;
    position: relative;
  }


 .new-arrival-h4::after {
        content: "";
    display: block;
    width: 50px;
    height: 3px;
    background: #ed1c24;
    margin-top: 6px; 
    border-radius: 2px;
  }  
     
  .view-all{
        font-size: 16px;
    font-weight: 500;
    color: #3498db;
    text-decoration: none;
    border: 2px solid #3498db;
    padding: 6px 16px;
    border-radius: 25px;
    transition: 0.3s ease;
  }
  .view-all:hover{    background: #3498db;
    color: #fff;
    box-shadow: 0 4px 12px rgba(52, 152, 219, 0.4);}
  
.card-img-top {
  max-height: 250px !important;
  object-fit: cover !important;
  /* max-width: 259px !important; */

}



.carousel {

  position: relative;

}



.carousel-indicators {

  position: absolute !important;

  bottom: -15px !important;

  left: 50% !important;

  transform: translateX(-50%) !important;

  display: flex !important;

  justify-content: center !important;

  gap: 8px !important;

  margin: 0 !important;

  z-index: 10 !important;

}



.carousel-indicators [data-bs-target] {

  width: 12px !important;

  height: 12px !important;

  border-radius: 50% !important;

  background-color: #6c757d !important;

  opacity: 0.5;

  transition: 0.3s;

  border: none;

}



.carousel-indicators .active {

  background-color: #0d6efd !important;

  opacity: 1 !important;

}



/* <!-- accordion --> */

.accordion-button:focus {

  box-shadow: none !important;

  outline: none !important;

  background-color: transparent !important;

}



.accordion-button:not(.collapsed) {

  background-color: transparent !important;

  color: #000;

}



/* <!-- accordion --> */



/* <!-- new how its work --> */

overflow-x-hidden {

  overflow-x: hidden;

}





.header-design {

  background-color: #fe0000;

  /* background-image: linear-gradient(326deg, #a4508b 0%, #5f0a87 74%); */

  background-image: linear-gradient(135deg, #fe0000 0%, #ff6a00 50%, #660000 100%);

  height: 120px;

  text-align: center;

}



.listar-map-button {

  width: 100%;

  position: absolute;

  display: table;

  right: 0;

  top: 0;

  height: 200px;

  line-height: 164px;

  white-space: nowrap;

  font-size: 0;

}



.listar-map-button {

  right: auto;

  /* box-shadow: 0 0 65px rgba(0, 0, 0, .07) inset, 0 0 35px rgba(0, 0, 0, .05) inset; */



}



.listar-map-button-text span {

  background-color: #fff;

  color: #252525;

  text-shadow: none;

}



.listar-page-header-content .listar-map-button-text span {

  position: relative;

  display: inline-block;

  vertical-align: middle;

  font-size: 15px;

  height: 44px;

  line-height: 1.6;

  padding: 10px 25px;

  /* box-shadow: 0 0 300px rgba(0, 0, 0, 0.65), 0 0 30px rgba(0, 0, 0, 0.06); */

  border-radius: 50px;

  background-color: rgba(35, 40, 45, 0.9);

  color: #fff;

  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);

}



header .footer-wave {

  max-width: 102%;

  width: 100%;

  height: 187.8px;

  left: 0;

  z-index: 1;

  bottom: -67px;

  background: url(https://1.bp.blogspot.com/-NYl6L8pz8B4/XoIVXwfhlNI/AAAAAAAAU3k/nxJKiLT706Mb7jUFiM5vdCsOSNnFAh0yQCLcBGAsYHQ/s1600/hero-wave.png) repeat-x;

  animation: wave 10s cubic-bezier(0.44, 0.66, 0.67, 0.37) infinite;

}



@keyframes wave {

  0% {

    background-position: 0;

  }



  100% {

    background-position: 1440px;

  }

}



.listar-feature-item-wrapper {

  margin-bottom: 120px;

  padding-left: 27px;

  padding-right: 27px;

}



.listar-feature-item {

  height: calc(100% - 20px);

}



.listar-feature-item.listar-feature-has-link~.listar-feature-fix-bottom-padding.listar-fix-feature-arrow-button-height {

  position: relative;

  display: block;

  width: 100%;

  height: 30px;

}



.listar-feature-item a {

  position: absolute;

  top: -12px;

  left: 15px;

  width: calc(100% - 30px);

  height: calc(100% + 4px);

  border-radius: 1000px;

  z-index: 10;

}



.listar-feature-with-image .listar-feature-item a:before {

  content: "";

  position: absolute;

  top: -74px;

  left: 50%;

  margin-left: -74px;

  width: 148px;

  height: 148px;

  border-radius: 1000px;

  z-index: 10;

}



.listar-feature-item a:after {

  content: "";

  position: absolute;

  bottom: -7px;

  left: 50%;

  margin-left: -25px;

  width: 50px;

  height: 50px;

  border-radius: 1000px;

  z-index: 10;

  animation: ripple 0.7s linear infinite;

  box-shadow: 5px 5px 10px rgba(163, 177, 198, 0.6),

    -5px -5px 10px rgba(255, 255, 255, 0.5);

}





@keyframes ripple {

  0% {

    box-shadow: 0 0 0 0 rgba(163, 177, 198, 0.3), 0 0 0 1em rgba(163, 177, 198, 0.3), 0 0 0 3em rgba(163, 177, 198, 0.03), 0 0 0 5em rgba(163, 177, 198, 0.01);

  }



  100% {

    box-shadow: 0 0 0 1em rgba(163, 177, 198, 0.3), 0 0 0 3em rgba(163, 177, 198, 0.03), 0 0 0 5em rgba(163, 177, 198, 0.03), 0 0 0 8em rgba(163, 177, 198, 0.01);

  }

}







.listar-feature-item .listar-feature-item-inner {

  padding: 50px 30px;

  border-radius: 6px;

  z-index: 5;

  position: relative;

  height: 100%;

}



.listar-feature-item .listar-feature-item-inner {

  padding-top: 60px;

  padding-bottom: 60px;

}



.listar-feature-item .listar-feature-item-inner:before {

  border: 0;

  box-shadow: 120px 0px 150px rgba(80, 80, 80, 0.15),

    10px 0px 10px rgba(80, 80, 80, 0.02);

  border-radius: 1000px;

  background: rgba(255, 255, 255, 0);

  background: -moz-linear-gradient(left,

      rgba(255, 255, 255, 0) 0%,

      rgba(255, 255, 255, 0) 40%,

      rgba(255, 255, 255, 1) 100%);

  background: -webkit-gradient(left top,

      right top,

      color-stop(0%, rgba(255, 255, 255, 0)),

      color-stop(40%, rgba(255, 255, 255, 0)),

      color-stop(100%, rgba(255, 255, 255, 1)));

  background: -webkit-linear-gradient(left,

      rgba(255, 255, 255, 0) 0%,

      rgba(255, 255, 255, 0) 40%,

      rgba(255, 255, 255, 1) 100%);

  background: -o-linear-gradient(left,

      rgba(255, 255, 255, 0) 0%,

      rgba(255, 255, 255, 0) 40%,

      rgba(255, 255, 255, 1) 100%);

  background: -ms-linear-gradient(left,

      rgba(255, 255, 255, 0) 0%,

      rgba(255, 255, 255, 0) 40%,

      rgba(255, 255, 255, 1) 100%);

  background: linear-gradient(to right,

      rgba(255, 255, 255, 0) 0%,

      rgba(255, 255, 255, 0) 40%,

      rgba(255, 255, 255, 1) 100%);

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);

}



.listar-feature-item .listar-feature-item-inner:before {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

}



.listar-feature-right-border {

  position: absolute;

  width: calc(100% + 24px);

  height: calc(100% + 24px);

  top: -12px;

  left: 50%;

  overflow: hidden;

}



.listar-feature-items {

  text-align: center;

  display: -webkit-box;

  display: -moz-box;

  display: -ms-flexbox;

  display: -webkit-flex;

  display: flex;

  -webkit-flex-wrap: wrap;

  -moz-flex-wrap: wrap;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

}



.listar-feature-right-border:before,

.listar-hovering-features .listar-feature-item a:hover~.listar-feature-item-inner .listar-feature-right-border:before {

  border: 11px solid #2f53bf;

}



.listar-feature-right-border:before,

.listar-hovering-features .listar-feature-item a:hover~.listar-feature-item-inner .listar-feature-right-border:before,

.listar-hovering-features-grey .listar-feature-item a:hover~.listar-feature-item-inner .listar-feature-right-border:before {

  content: "";

  position: absolute;

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  border: 11px solid rgb(254 0 0);

  border-radius: 800px;

  left: -50%;

}



.listar-feature-item .listar-feature-block-content-wrapper {

  position: relative;

  display: block;

  text-decoration: none;

  margin: -30px;

  padding: 30px;

  height: calc(100% + 100px);

}



.listar-features-design-2 .listar-feature-item-wrapper {

  margin-bottom: 120px;

  padding-left: 27px;

  padding-right: 27px;

}



.listar-feature-item.listar-feature-has-link .listar-feature-item-inner:after {

  content: "";

  background-color: #fff;

  z-index: 6;

  position: absolute;

  background-repeat: no-repeat;

  background-position: center center;

}



.listar-feature-icon-wrapper {

  width: 148px;

  height: 148px;

  line-height: 148px;

  border-radius: 500px;

  position: relative;

  background-color: #fff;

  box-shadow: 8px 8px 30px rgba(0, 0, 0, 0.06);

  -webkit-transform: rotate(0deg);

  -moz-transform: rotate(0deg);

  -ms-transform: rotate(0deg);

  -o-transform: rotate(0deg);

  transform: rotate(0deg);

  left: 50%;

  vertical-align: middle;

  margin-left: -74px;

  top: -66px;

  margin-top: -74px;

}



.listar-feature-icon-inner {

  width: 120px;

  height: 120px;

  line-height: 120px;

  border-radius: 500px;

  position: relative;

  display: inline-block;

  vertical-align: middle;

  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.14);

  background: #fff;

}



.listar-feature-icon-inner div {

  -webkit-transform: rotate(0deg);

  -moz-transform: rotate(0deg);

  -ms-transform: rotate(0deg);

  -o-transform: rotate(0deg);

  transform: rotate(0deg);

  display: inline-block;

  position: relative;

  width: 120px;

  height: 120px;

  line-height: 120px;

  text-align: left;

}



.listar-feature-icon-inner img {

  position: relative;

  margin: 0 auto;

  vertical-align: middle;

  display: inline-block;

  width: auto;

  left: 50%;

  -webkit-transform: translate(-50%);

  -moz-transform: translate(-50%);

  -ms-transform: translate(-50%);

  -o-transform: translate(-50%);

  transform: translate(-50%);

  height: 55px;

}



.listar-feature-item img,

.listar-feature-item i {

  position: relative;

  display: inline-block;

  border-bottom: 0;

  font-size: 40px;

  top: 0;

  padding: 0;

  color: #258bd5;

}



.listar-feature-with-image .listar-feature-content-wrapper {

  top: 0;

}



.listar-feature-content-wrapper {

  position: relative;

  margin-top: -15.5px;

}



.listar-feature-item .listar-feature-item-title {

  padding-top: 0;

  margin: 0 0 30px;

  text-align: center;

  line-height: 1.5;

}



.listar-feature-item .listar-feature-item-title.listar-feature-counter-added>span {

  margin-left: 25px;

  border-radius: 0 50px 50px 0;

}



.listar-feature-item .listar-feature-item-title>span {

  box-shadow: 15px 20px 30px rgba(80, 80, 80, 0.12),

    5px 0px 40px rgba(80, 80, 80, 0.1);

  padding: 10px 20px;

  display: inline-block;

  position: relative;

  background-color: #fff;

}



.listar-feature-item .listar-feature-item-title>span span {

  box-shadow: 15px 15px 30px rgba(80, 80, 80, 0.2),

    5px 0px 80px rgba(80, 80, 80, 0.15);

  padding: 10px 0;

  display: inline-block;

  width: 50px;

  height: 50px;

  line-height: 30px;

  white-space: nowrap;

  position: absolute;

  top: -3px;

  left: -40px;

  border-radius: 50px;

  background-color: #fff;

}



.listar-feature-item .listar-feature-item-title span {

  display: inline-block;

  font-size: 14px;

  line-height: normal;

  font-weight: 400;

  text-shadow: none;

  border-radius: 50px;

  color: #252525;

  font-size: 18px;

}



.listar-feature-item-excerpt {

  padding: 0 20px;

}



.listar-feature-item-excerpt {

  color: #252525;

  position: relative;

  top: 0;

  width: 100%;

  margin: 0 auto;

  text-align: center;

}



.pset {

  padding-top: 180px;

  /* padding-bottom: 80px; */

}



.listar-map-button-text span {

  position: relative;

  display: inline-block;

  vertical-align: middle;

  font-size: 15px;

  height: 44px;

  line-height: 1.6;

  padding: 10px 25px;

  box-shadow: 0 0 31px rgba(0, 0, 0, 0.65), 0 0 4px rgba(0, 0, 0, 0.06);

  border-radius: 50px;

  background-color: rgba(35, 40, 45, 0.9);

  color: #fff;

  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);

}



.listar-map-button-text span {

  background-color: #fff;

  color: #252525;

  text-shadow: none;

  -webkit-transition: all 0.2s ease-in;

  -moz-transition: all 0.2s ease-in;

  -ms-transition: all 0.2s ease-in;

  -o-transition: all 0.2s ease-in;

  transition: all 0.2s ease-in;

}



.listar-map-button-text span:after {

  border: 12px solid #fff;

}



.listar-map-button-text span:after {

  content: "";

  position: absolute;

  top: -14px;

  left: -14px;

  width: calc(100% + 28px);

  height: calc(100% + 28px);

  border-radius: 36px;

}



.listar-map-button:hover .listar-map-button-text span {

  padding: 10px 43px 10px 51px;

  -webkit-transition: all 0.2s ease-in;

  -moz-transition: all 0.2s ease-in;

  -ms-transition: all 0.2s ease-in;

  -o-transition: all 0.2s ease-in;

  transition: all 0.2s ease-in;

}



.listar-feature-with-image .listar-feature-item a:before {

  content: "";

  position: absolute;

  top: -74px;

  left: 50%;

  margin-left: -74px;

  width: 148px;

  height: 148px;

  border-radius: 1000px;

  z-index: 10;

}



.listar-feature-item.listar-feature-has-link .listar-feature-item-inner:after {

  margin-left: -25px;

  width: 50px;

  height: 50px;

  border-radius: 50px;

  box-shadow: 10px 10px 40px rgba(80, 80, 80, 0.15),

    15px 15px 30px rgba(80, 80, 80, 0.05), 0 0 120px rgba(80, 80, 80, 0.6);

  bottom: -30px;



  background-size: 40%;

  color: #555;

  line-height: 52px;

}



/* <!-- new how its work --> */

/* <!-- new how its work --> */

/* 13-07-2025 */

.category-icons {

  width: 125px;

}

/*--------- 3-08-2025 ---------*/
.anav {
  flex-grow: 0 !important;
}

.list-group {
  margin-top: 37px;
}

/* Review Section Container */
.product_review {
  padding-bottom: 2%;
}

.product_review #reviews {
  background-color: #ffffff;
  padding: 24px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.product_review .woocommerce-noreviews {
  background-color: white;
}

.product_review .woocommerce-Reviews-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 24px;
}

.product_review .commentlist {
  list-style: none;
  padding: 0;
  margin: 0;
}

.product_review .review {
  display: flex;
  align-items: flex-start;
  margin-bottom: 24px;
  border-bottom: 1px solid #eee;
  padding-bottom: 16px;
}

.product_review .comment_container img.avatar {
  border-radius: 50%;
  margin-right: 16px;
}

.product_review .comment-text {
  flex: 1;
}

.product_review .star-rating {
  color: #f5a623;
  font-size: 16px;
  margin-bottom: 6px;
}

.product_review .star-rating span {
  display: inline-block;
}

.product_review .woocommerce-review__author {
  font-weight: 600;
  margin-right: 8px;
}

.product_review .woocommerce-review__published-date {
  color: #888;
  font-size: 14px;
}

.product_review .description p {
  margin: 0;
}

.product_review #review_form {
  margin-top: 40px;
  padding: 24px;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.product_review #review_form label {
  font-weight: 500;
}

.product_review #review_form textarea,
.product_review #review_form input[type="text"],
.product_review #review_form input[type="email"],
.product_review #review_form select {
  width: 100%;
  padding: 8px 10px;
  margin-top: 6px;
  margin-bottom: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.product_review #review_form .submit {
  background-color: #007bff;
  border: none;
  padding: 10px 20px;
  color: white;
  border-radius: 4px;
  cursor: pointer;
}

.product_review #review_form .submit:hover {
  background-color: #0056b3;
}



/* ========= 05-08-2025 Contact Us ============*/
.contact-page {
  background: linear-gradient(135deg, #1e3c72, #2a5298);
  color: white;
  padding: 80px 20px;
  text-align: center;
}

.contact-page h1 {
  font-size: 3rem;
  font-weight: 700;
}

.contact-box {
  background-color: white;
  border-radius: 5px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
}

.contact-info i {
  font-size: 1.3rem;
  color: #0d6efd;
  margin-right: 10px;
}

.form-control,
.btn {
  border-radius: 0.4rem;
}

.btn-custom {
  background: #0d6efd;
  color: white;
  transition: all 0.3s;
}

.btn-custom:hover {
  background: #0b5ed7;
  color: rgb(235, 235, 235);
}

.section-title {
  font-weight: 600;
  margin-bottom: 25px;
}

/* ========= 05-08-2025 Contact Us ============*/

/* ========= 06-08-2025 About Us ============*/
.aboutsub-page {
  background: rgb(234, 244, 248);
}

.stats-box {
  background: #ffffff;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.11);
}

.stats-number {
  font-size: 24px;
  font-weight: bold;
}

.section-title {
  font-weight: 700;
  font-size: 2.5rem;
}

.highlight {
  color: #ff8c00;
}

/* ========= 06-08-2025 About Us ============*/

footer ul {
  list-style: none;
}

/* ------------------02-09--25 ---------*/
.page-id-10 .woocommerce {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}




/* hover  */

.suprabhat_hover{ 
    display: inline-block;
    list-style-type: none;
    padding: 0 10px;
    font-size: 15px;
    position: relative;
    overflow: hidden;
    /* border: 1px solid red; */
}
.suprabhat_hover:hover .nav-link{
  color: rgb(237 28 36);
}
.suprabhat_hover::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(237 28 36);
    top: 90%;
    left: -100%;
    transition: 0.5s;
}

.suprabhat_hover:hover::before{
    top: 90%;
    left: 0;
}
/* 
.fw-bold{
    position: relative;
    overflow: hidden;
}
.fw-bold::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(237 28 36);
    top: 90%;
    left: -50%;
} */