/* Jost Font*/
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');


:root {
  --animate-duration: 2s;
  --animate-delay: 2s;
  --whiteColor: #ffffff;
  --greenColor: #01b141;
  --blackColor: #000000;
  --lightgrayColor: #f5f5f5;
  --dimwhiteColor: #cac6c6;

	
  --lightblueColor:#e4f3f4;
  --redColor: green;

  --beigeColor:#DBCC8F;
  --boxShadow2: 0 5px 5px 5px rgba(0,0,0,0.1);
  --darkgrayColor: #222222;
  --formgrayColor:#F3F3F3;
  --newgrayColor:#E5E5E5;
  --bordergrayColor:#ccc;
  --grayColor: rgb(88, 87, 87);
}
/* all {
    background: #2d6a4f;
    color: #ff6b35;
} */
*{
  box-sizing:border-box;
  transition: all .3s linear;
  text-decoration:none;
  outline:none;
  border:none;
  margin:0;
  padding:0;
  list-style-type:none;
  font-family: "Raleway", sans-serif;
  font-family: "Marcellus", serif;
  font-family: "Jost", Arial, Helvetica, sans-serif;
  font-weight:400;
  font-size: 15px;
}

html {
  scroll-padding-top:10px;
  scroll-behavior:smooth;
  overflow-x:hidden;
  scroll-padding-top:10px;
  color:var(--grayColor);

}
ul li {
    list-style: none;
}

a {
    font-size:16px;
    color:var(--darkgrayColor);
    text-decoration: none;
}
body {
  background:var(--formgrayColor);
}
::-webkit-scrollbar {
  width: 8px;
  }
::-webkit-scrollbar-track {
  background-color:var(--limegrayColor);
  }
::-webkit-scrollbar-thumb {
  background: linear-gradient(to right, #d1a484, #f3f3f3);
  border-radius:2px;
  }  
.container {
  padding:40px;
  padding-top: 100px;
  max-width: 1400px;
  margin:0 auto;
}
@media screen and (max-width:768px) {
  .container {
    padding:10px;
  }
}

/* Context for relative positioning */
label {
    position: relative;
  }
  
  /* Base styles for both types of inputs */
  input[type="radio"],
  input[type="checkbox"] {
    appearance: none;
    background: #fff;
    border: 1.5px solid #777;
    height: 1em;
    width: 1em;
    border-radius: 100%;
    vertical-align: middle;
    position: relative;
  }
  input[type="radio"] {
    vertical-align: text-top;
  }
  /* Remove the circular shape from checkboxes */
  input[type="checkbox"] {
    border-radius: 0;
  }
  
  /* Styles for the pseudo-elements */
  input[type="radio"]::before,
  input[type="checkbox"]::before {
    content: "";
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    top:0;
  }
  
  /* Center of the checked radio button */
  input[type="radio"]:checked::before {
    border: 2px solid transparent;
    border-radius: 100%;
    background: #146c20;
    margin:1px;
  }
  
  /* The checkmark shape */
  input[type="checkbox"]:checked::before {
    border-right: 2px solid #146c20;
    border-bottom: 3px solid #146c20;
    height: 110%;
    width: 30%;
    transform: rotate(50deg) translateY(-20%) translateX(-10%);
  }
  
  /* Some focus styles for accessibility */
  input[type="radio"]:focus,
  input[type="checkbox"]:focus {
    outline: solid 1px;
    outline-offset: 1px;
  }
.logout-btn {
  color: #146c20;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
.hero_section {
   position: relative;
   max-width: 1600px;
   margin:0 auto;
}
.hero_slider {
    width:100%; 
    height:70vh;
}
.hero_item {
    position: relative; 
    width: 100%; 
    height:70vh;
}

.hero_item .hero_image {
    position: absolute; 
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
}

.hero_swiper_caption {
  position: absolute;
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  right: 0;
  bottom: 0;
  left: 0;
  top:0;
  z-index: 10;
  padding: 60px;
  padding-left: 100px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);

}
.hero_swiper_caption h1 {
    color:#fff;
    line-height: 1.8;
    font-size:38px;
    font-weight:700;
    margin-bottom:16px;
    text-transform: uppercase;
}
/* .it_name {
    color: #ff6b35;
    font-weight: 800;
    font-size: 34px;
    background: #ffffff;
    padding: 5px 10px;
    border-radius: 5px;
    filter: url('#roughen');
} */
.it_name {
    color: #ff6b35;
    font-weight: 800;
    font-size: 40px;
    background: #ffffff;
    padding: 5px 10px;
    clip-path: polygon(
        2% 0%, 5% 2%, 10% 1%, 15% 3%, 20% 1%, 25% 2%, 
        30% 0%, 35% 2%, 40% 1%, 45% 3%, 50% 1%, 55% 2%,
        60% 0%, 65% 2%, 70% 1%, 75% 3%, 80% 1%, 85% 2%,
        90% 0%, 95% 2%, 98% 1%, 99% 5%, 100% 10%, 99% 15%,
        100% 20%, 99% 25%, 100% 30%, 99% 35%, 100% 40%,
        99% 45%, 100% 50%, 99% 55%, 100% 60%, 99% 65%,
        100% 70%, 99% 75%, 100% 80%, 99% 85%, 100% 90%,
        99% 95%, 98% 99%, 95% 98%, 90% 100%, 85% 98%,
        80% 99%, 75% 97%, 70% 99%, 65% 98%, 60% 100%,
        55% 98%, 50% 99%, 45% 97%, 40% 99%, 35% 98%,
        30% 100%, 25% 98%, 20% 99%, 15% 97%, 10% 99%,
        5% 98%, 2% 100%, 1% 95%, 0% 90%, 1% 85%, 0% 80%,
        1% 75%, 0% 70%, 1% 65%, 0% 60%, 1% 55%, 0% 50%,
        1% 45%, 0% 40%, 1% 35%, 0% 30%, 1% 25%, 0% 20%,
        1% 15%, 0% 10%, 1% 5%
    );
}

.hero_swiper_caption p {
    color:#fff;
    font-size:16px;
    font-weight:500;
    margin-bottom:16px;
}
.hero_buttons {
    display: flex;
    gap: 30px;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    
}

 .offer-button {
    color:#fff;
    font-size:16px;
    font-weight:600;
    text-transform: uppercase;
    padding:16px 30px;
    border: 1px solid #146c20;
    transition: .3s;
    border-radius: 5px;
    background: #146c20;
    text-align: center;
}
.offer-button.orange {
    background: #ff6b35;
}
@media screen and (max-width:500px) {
    .hero_slider {
      height:65vh;
    }
    .hero_item {
      height:65vh;
    }
    .hero_swiper_caption {
      padding: 20px;
      padding-left: 40px;
  
    }
    .hero_swiper_caption h1 {
      font-size:26px;
      line-height: 1.4;
    }
    .hero_swiper_caption h1 .it_name {
      font-size:25px;
      padding:3px 5px;
      
    }
    .hero_swiper_caption p {
      font-size:14px;
    }
    .hero_buttons {
      gap: 10px;
    }
    .offer-button {
      font-size:14px;
      padding:10px 20px;
    }
  
  }
/* Preloder */
.filtered-products-loader-wrapper {
    position: relative;
}
#dashboard-section-loader-wrapper {
    position: relative;
}
#preloder {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: rgba(208, 207, 207, 0.5);
    display:none;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		transform: rotate(0deg);
		border-left-color: transparent;
        border: 4px solid #146c20;
	}
	50% {
		transform: rotate(180deg);
		border: 4px solid #1b0939;
		border-left-color: transparent;
	}
	100% {
		transform: rotate(360deg);
        border: 4px solid #146c20;
		border-left-color: transparent;
	}
}

/* notifications popup */
.notify-popup {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform:translate(-50%, 70px);
    width: 100%;
    min-width: fit-content;
    max-height: fit-content;
    min-height: fit-content;
    background-color: #cb4814;
    color: #00000099;
    border: 1px solid #94310099;
    border-radius:2px;
    gap: 40px;
    padding: 12px;
    z-index: 4000;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, z-index 0s linear 0.3s;
}

.notify-popup.active {
    opacity: 1;
    pointer-events: auto; 
    z-index: 3000;
    transform:translate(-50%, 0px);
}
.notify-popup p {
    color: #ffffff;
    font-size:16px;
    font-weight:500;
}
.notify-popup p,
.notify-popup .notification-close,
.notify-popup i {
    color: #ffffff;
}

.notify-popup .notification-close {
    width:auto;
    height: auto;
    border-radius:50%;
    font-size:20px;
    padding:3px;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
.notify-popup {
    padding: 18px 10px;
    width: 100%;
    border-radius:0px;
}
.notify-popup p {
    font-size:14px;
    font-weight:700;
}
}

.button {
  color: var(--blackColor);
  padding: 11px 18px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  border: 3px solid var(--blackColor);
  background: transparent;
  z-index: 0;
  font-size:16px;
}
.button:hover:after {
  top: 0;
  left: 0;
}
.button:after {
  content: "";
  width: 100%;
  z-index: -1;
  position: absolute;
  height: 100%;
  top: 5px;
  left: 5px;
  transition: 0.2s;
  background-color: #146c20;
  border: 1px solid var(--blackColor);
}

.all-products-btn {
    display: inline-block;
    font-size: 16px;
    padding: 11px 19px;
    color: var(--blackColor);
    border:3px solid var(--blackColor);
    border-radius: 1px;
  }
  .all-products-btn:hover {
    background: var(--blackColor);
    cursor:pointer;
    color:var(--whiteColor);
  }
  
.btn {
  display: inline-block;
  font-size: 15px;
  padding: 9px 16px;
  color: var(--whiteColor);
  background: var(--blackColor);
  border-radius:15px;
  border:3px solid var(--blackColor);
}
.btn:hover {
  cursor:pointer;
  padding: 9px 16px;
  color:var(--blackColor);
  background: none;
  border:3px solid var(--blackColor);
}



.whatsapp-button {
	position:fixed;
	bottom:54px;
	right:10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width:50px;
    height:50px;
	padding:3px;
	background:var(--greenColor);
	border-radius:50%;
	z-index:500;
	box-shadow: 0 5px 5px 5px rgba(2, 245, 79, 0.1);
}
.whatsapp-button .fa-whatsapp {
	font-size:24px;
	color:var(--whiteColor);
}
.whatsapp-button:hover {
	background:var(--blackColor);
	color:var(--whiteColor); 
	border-radius:50%;
	transform: scale(1.1);
}
.whatsapp-button:hover .fa-whatsapp {
	color:#146c20;
}
/*---------------------
  Footer
-----------------------*/

.footer {
    display:flex;
    flex-direction: column;
}
.footer_top {
    background-color: #fff; 
    display:grid; 
    grid-template-columns: repeat(3,1fr); 
    gap:10px; 
    justify-content: center; 
    align-items: start;
    padding:10px;
}
@media screen and (max-width:768px) {
    .footer_top {
      grid-template-columns:repeat(2, 1fr);
      justify-content:start;
      align-items: start;
      padding:20px;
      gap:15px;
    }
  }
  @media screen and (max-width:600px) {
    .footer_top {
      grid-template-columns:1fr;
    }

  }
.footer__about {
	margin-bottom: 20px;
    padding:30px;
}

.footer__about p {
	margin-bottom: 20px;
    font-size: 1.1rem;
    line-height: 1.7;
    color: #133333;
}

.footer__logo {
	margin-bottom: 20px;
}
.footer__logo a img {
	width: 180px;
}

.footer__payment a {
	margin-right: 6px;
	margin-bottom: 10px;
	display: inline-block;
}
.footer__payment a img {
	width:30px;
    height:auto;
    object-fit: contain;
}
.footer__payment a:last-child {
	margin-right: 0;
}

.footer__widget {
    padding:30px;
}

.footer__widget h6 {
	color: #111111;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.footer__widget ul li {
	list-style: none;
}

.footer__widget ul li a {
	font-size: 16px;
	color: #133333;
	line-height: 30px;
}
.footer__widget ul li a:hover {
	color: #146c20;
	transform: translateX(5px);
}

.footer__newslatter {
    padding:30px 0;
}

.footer__newslatter h6 {
	color: #111111;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.footer__newslatter form {
	position: relative;
	margin-bottom: 30px;
}

.footer__newslatter form input {
	height: 52px;
	width: 100%;
	border: 1px solid #e1e1e1;
	border-radius: 50px;
	padding-left: 30px;
	font-size: 14px;
	color: #666666;
}

.footer__newslatter form input::-webkit-input-placeholder {
	color: #666666;
}

.footer__newslatter form input::-moz-placeholder {
	color: #666666;
}

.footer__newslatter form input:-ms-input-placeholder {
	color: #666666;
}

.footer__newslatter form input::-ms-input-placeholder {
	color: #666666;
}

.footer__newslatter form input::placeholder {
	color: #666666;
}

.footer__newslatter form button {
	position: absolute;
	right: 4px;
	top: 4px;
}
.site-btn {
	font-size: 12px;
	color: #ffffff;
	background: #ca1515;
	font-weight: 500;
	border: none;
	text-transform: uppercase;
	display: inline-block;
	padding: 12px 12px;
	border-radius: 50px;
    cursor: pointer;
}

.footer__social a {
	display: inline-block;
	height: 30px;
	width: 30px;
	background: #f1f0f0;
	font-size: 15px;
	color: #111111;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	margin-right: 6px;
	margin-bottom: 5px;
}

.footer__social a:last-child {
	margin-right: 0;
}
.footer__social a .fa-facebook {
    color:rgb(33, 116, 249);
}
.footer__social a .fa-twitter {
    color:rgb(33, 116, 249);
}
.footer__social a .fa-youtube-play {
    color:rgb(249, 33, 33);
}
.footer__social a .fa-instagram {
    color:rgb(249, 33, 33);
}
.footer__social a .fa-pinterest {
    color:#000;
}

.footer__copyright__text {
	padding: 18px 0 25px;
	text-align: center;
}

.footer__copyright__text p {
	margin-bottom: 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: #131313;
    span {
        color: #ff6b35;
        font-weight: 600;
    }
}

.footer__copyright__text p .designed_by {
	color: #ca1515
}
.footer__copyright__text a {
	color: #131313;

}

  /* Animation */
  .scale-up-center {
	-webkit-animation: scale-up-center 0.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: scale-up-center 0.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    }
    @-webkit-keyframes scale-up-center {
    0% {
        -webkit-transform: scale(0.1);
                transform: scale(0.1);
    }
    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    }
    @keyframes scale-up-center {
    0% {
        -webkit-transform: scale(0.1);
                transform: scale(0.1);
    }
    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    }
    #progress-bar {
        position: fixed;
        top: 0;
        left: 0;
        width: 0;
        height: 3px;
        background: #146c20;
        z-index: 9999;
        transition: width 0.4s ease-out;
    }
    .back-to-top {
        position: fixed;
        color:var(--whiteColor);
        background:#146c20;
        border-radius:0;
        width: 36px;
        height: 36px;
        text-align: center;
        font-size: 16px;
        cursor: pointer;
        padding:3px;
        display: none;
        right: 15px;
        bottom: 0px;
        z-index: 11;
        border: none;
        outline: none;
        transition: all .3s ease-in-out;
        animation: action 1s infinite alternate;
        }

        @keyframes action {
        0% {
            transform: translateY(0);
        }
        100% {
            transform: translateY(-15px);
        }
    }
/* Messages styling starts */
.messages {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
	max-width: 500px;
	width: 100%;
	padding: 14px;
	position: fixed;
	opacity: 0;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
    background-color: #f5ed93;
    color: #04530599;
    border: 1px solid #04530599;
	font-size: 15px;
	border-radius: 2px;
	animation: fade_in_out 6s ease-in-out;
	z-index: 3000;
}

.messages .messages-close {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 19px;
	cursor: pointer;
}
.messages.hidden {
	display: none;
    pointer-events: none;
}
@keyframes fade_in_out {
	0% { opacity: 0; transform: translate(-50%, -40px); }
	30% { opacity: 1; transform: translate(-50%, 0); }
	70% { opacity: 1; transform: translate(-50%, 0); }
	100% { opacity: 0; transform: translate(-50%, -50px); }
}

/* Product-card-styles CSS */
.product_card {
    position: relative;
    z-index: 1;
    margin-bottom: 5px;
    overflow: hidden;
    background-color: #ffffff; 
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius:5px;
  }
    .product_card .product-img {
      position: relative;
      width: 100%;
      height: 220px;
      display: block;
      z-index: 1;
      overflow: hidden; 
  }
      .product_card .product-img img {
        width: 100%;
        height:100%;
        object-fit:contain;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms; 
      }
      .product_card .product-img .hover-img {
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 10;
        opacity: 0;
        visibility: hidden; 
      }
      .product_card .product-img .product-badge {
        background-color: var(--greenColor);
        color: #ffffff;
        font-weight:400;
        position: absolute;
        top: 15px;
        width:34px;
        height:34px;
        border-radius:50%;
        display:flex;
        justify-content: center;
        align-items: center;
        left: 15px;
        z-index: 10; 
      }
      .product_card .product-img .product-badge span {
        font-size:12px;
      }
  
    .product_card .product-description {
          position: relative;
          z-index: 1;
          padding:14px 12px;
          display:flex;
          flex-direction:column;
      }
      .product_card .product-description span {
        font-size: 10px;
        text-transform: uppercase;
        color: #787878;
        margin-bottom: 15px;
        letter-spacing: 0.75px;
        font-weight: 600; 
      }
      .product_card .product-description>a h6 { 
        font-size:16px;
        font-weight:600;
        color: var(--darkgrayColor);
        margin-bottom: 8px; 
      }
      .product_card .product-description p {
        padding:3px 0;
        font-size: 14px;
        font-weight: 700;
        color: #000000; }
        .product_card .product-description p span {
          font-size: 14px;
          font-weight: 700;
          color: #aaaaaa;
          margin-right: 10px;
          text-decoration: line-through; 
      }
      .product_card .product-description .hover-content {
          position: absolute;
          width: calc(100% - 40px);
          top: -20px;
          left: 20px;
          right: 20px;
          opacity: 0;
          -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
      }
       .product_card:hover .hover-content {
          opacity: 1;
          top: -50px;
      }

      .product_card .sold-out {
          position:absolute;
          top:10px;
          right:50%;
          transform:translateX(50%);
          color:var(--whiteColor);
          background:var(--blackColor);
          font-size:13px;
          border-radius:2px;
          padding:4px 10px;
          z-index: 20;
      }
   
      .product_card .add-to-wishlist-btn {
          position:absolute;
          right:-30px;
          top:20px;
          padding:3px;
          width:30px;
          height:30px;
          border-radius:50%;
          background:var(--formgrayColor);
          cursor:pointer;
          display:flex;
          justify-content: center;
          align-items:center;
          z-index:3000;
          transition:0.3s linear;
          opacity:0;
      }
   
      .product_card .add-to-wishlist-btn .heart-icon {
          font-size:18px;
          color:black;
          position:relative;
      }
      .product_card .add-to-wishlist-btn:hover {
          opacity:0.7;
          background:var(--whiteColor);
          }
      .product_card:hover .add-to-wishlist-btn {
          right:20px;
          opacity:1;
      }
  
    .product_card:hover .product-img .hover-img {
      opacity: 1;
      visibility: visible; }
    .product_card:hover .product-img .product-favourite {
      opacity: 1;
      visibility: visible; }
      .product-description .rating {
        line-height: 18px;
        margin-bottom: 5px;
    }
    
    .product-description .rating i {
        font-size: 10px;
        color: #e3c01c;
        margin-right: -4px;
    }
    
    .product-description .rating i:last-child {
        margin-right: 0;
    }
    
    .product_card .hover_content {
        position: absolute;
        bottom: 50%;
        left: 0;
        right: 0;
        opacity: 0;
        transition: all 0.4s ease-in-out;
        z-index: 1; 
        width:100%;
        display:flex;
        justify-content:space-between;
        gap:5px;
        padding:10px;
        z-index: 20;
    }
    .product_card:hover .hover_content {
        opacity: 1;
        transition: all 0.4s ease-in-out;
        bottom: 40%; 
    }
    .product_card .hover_content a {
        display:flex;
        justify-content:center;
        align-items:center;
        flex-wrap:nowrap;
        gap:3px;
        color: var(--blackColor);
        width: 100%;
        border-radius:25px;
    }
    .product_card .hover_content a>span{
        font-size: 12px;
        font-weight: 400; 
    }
    .product_card .hover_content a.add-to-cart, 
    .product_card .hover_content a.quick_view {
        padding:11px 3px;
        cursor: pointer;
        width:100%;
        text-transform: uppercase;
        border-radius:25px;
    }
    .product_card .hover_content a.add-to-cart .card-icon, 
    .product_card.hover_content a.quick_view .card-icon {
        font-size: 15px; 
    }
    .product_card .hover_content a.add-to-cart {
        background: #146c20;
        color: var(--whiteColor); 
        text-align: center;
    }
    .product_card .hover_content a.add-to-cart:hover {
        opacity:0.8;
    }
    .product_card .hover_content a.quick_view {
        background: var(--blackColor);
        color: var(--whiteColor);
        cursor: pointer;
    }
    .product_card .hover_content a.quick_view:hover {
       opacity: 0.8;
    }

    .product-action {
        display: flex;
        gap: 15px;
        flex-wrap: wrap;
        margin: 10px 5px;
        padding-top:8px;
        border-top: 1px solid rgba(0,0,0,0.1);
        position: relative;
        z-index:20;
      }
      .product-action a {
        display: inline-flex;
        font-size: 14px;
        color: #146c20;
        align-items: center;
        gap: 5px;
        padding: 8px 15px;
        border-radius: 4px;
        background: rgba(226, 102, 102, 0.1);
        transition: all 0.3s ease;
      }
      .admin-controls a:hover {
        background: #146c20;
        color: white;
      }
      .admin-controls a:hover::after {
        display: none;
      }
    
@media screen and (max-width:768px) {
    .product_card .add-to-wishlist-btn {
        right:10px;
        opacity:1;
    }
    .product_card .hover_content {
        position:relative;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 1;
        transition: all 0.4s ease-in-out;
        z-index: 1; 
        display:flex;
        justify-content:space-between;
        gap:5px;
        padding:10px;
        z-index: 20;
    }
    .product_card .hover_content a.add-to-cart{
        padding:11px 10px;
       
    }
    .product_card .hover_content a.quick_view {
       display: none;
    }
}
@media screen and (max-width:400px) {
    .product_card .product-img {
        height: 170px;
    }
}
/* Product_details_page */
.page-details {
    align-items: center;
    text-align: start;
    padding: 12px 30px;
    background:var(--whiteColor);
    color: var(--blackColor);
    font-weight:700;
    font-size: 24px;
}
.page-details span {
    color: var(--blackColor);
    font-size: 16px;
}
.page-details span a {
    text-decoration: none;
    transition: transform 0.3s ease;
}
.page-details span a:hover {
    transform: scale(1.1);
    text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5);
}
.page-details .rasquo {
    color: #333333;
    font-size: 30px;
    padding: 0 15px;
    animation: pulse 2s infinite;
}
@media screen and (max-width:768px) {
    .page-details {
        padding: 12px 20px;
    }
}
.product-detail-card {
    width:100%;
    border-radius:2px;
    background-color: var(--whiteColor);
}
.product-card-top {
    padding:20px;
    margin:30px auto;
    display:grid;
    grid-template-columns:1fr 1fr;
}
.product-imgs {
    display:flex;
    flex-direction: column;
    gap:10px;
    justify-content:flex-start;
    align-items:start;
}
.img-display{
    overflow: hidden;
    background:var(--whiteColor);
    position:relative;
}
.prev-btn, .next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: var(--blackColor);
    border: none;
    cursor: pointer;
    font-size: 14px;
    z-index: 10;
    width:26px;
    height:26px;
}
.prev-btn {
    left: -50px;
    opacity:0;
}
.next-btn {
    right: -50px;
    opacity:0;
}
.img-display:hover .prev-btn {
    transition:0.3s linear;
    opacity: 1;
    left:10px;
}
.img-display:hover .next-btn {
    transition:0.3s linear;
    opacity: 1;
    right: 10px;
}
.prev-btn:hover, .next-btn:hover {
    background: var(--whiteColor);
}
.img-showcase{
    display: flex;
    width: 100%;
    transition: all 0.5s ease;
    height:400px;
}
.img-showcase img{
    transition: none;
    width:100%;
    min-width: 100%;
    height:auto;
    object-fit:contain;
    display: block;
    cursor: zoom-in;
}
.img-select{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap:10px;
}
.img-select .img-item{
    height:74px;
    width:74px;
    max-width:fit-content;
    border:0.5px solid var(--bordergrayColor);
    margin-right:5px;
    border-radius:1px;
}
.img-select .img-item.active {
    border: 2.4px solid var(--blackColor);
    opacity:0.5;
}
.img-select .img-item img {
    height:100%;
    width:100%;
    object-fit:contain;
    border-radius:1px;
}
.img-item:hover{
    opacity: 0.8;
}
@media screen and (max-width:768px) {
    .prev-btn {
        opacity: 1;
        left:10px;
    }
    .next-btn {
        opacity: 1;
        right:10px;
    }
    }
@media (max-width: 500px) {
.img-showcase{
    height:300px;
}
.product-imgs {
   flex-wrap:wrap;
}
.img-select{
    flex-direction: row;
}

}
@media (max-width: 400px) {
.img-showcase{
    height:260px;
}
.img-select .img-item{
    height:50px;      
    margin-right:2px;
    border-radius:2px;
}
}
/* Image zoom modal 
.modal {
    display: none;
    position: fixed;
    z-index: 5000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .modal-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.9);
  }

  .modal-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;
    z-index: 1001;
  }

  .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    cursor: pointer;
    z-index: 1002;
  }

  #modalImage {
    max-width: 90%;
    max-height: 90vh;
    object-fit: contain;
  }

  .nav-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.3);
    color: white;
    border: none;
    font-size: 24px;
    padding: 15px 20px;
    cursor: pointer;
    transition: background-color 0.3s;
    z-index: 1002;
  }

  .nav-button:hover {
    background-color: rgba(255, 255, 255, 0.5);
  }

  #prevButton {
    left: 20px;
  }

  #nextButton {
    right: 20px;
  }*/

  .modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 6000;
  }
  
  .modal-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
  }
  
  .modal-content {
    position: relative;
    width: 90%;
    height: 90%;
    margin: 2% auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .modal-image-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  #modalImage {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transform-origin: center;
    transition: transform 0.3s ease;
    cursor: zoom-in;
  }
  
  .zoomed {
    cursor: move !important;
  }
  
  .close {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1001;
  }
  
  .nav-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
    padding: 16px;
    cursor: pointer;
    font-size: 24px;
    border: none;
    border-radius: 4px;
    z-index: 1001;
    transition: background-color 0.3s;
  }
  
  .nav-button:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
  
  #prevButton {
    left: 15px;
  }
  
  #nextButton {
    right: 15px;
  }
  
  .zoom-controls {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1001;
    display: flex;
    gap: 10px;
  }
  
  .zoom-button {
    background: white;
    color: black;
    border: none;
    padding: 8px 16px;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s;
  }
  
  .zoom-button:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
  
.product-info {
    display: flex;
    flex-direction: column;
    padding: 15px 40px;
}
.product-info .card-title {
    font-size:24px;
    color:var(--blackColor);
    font-weight:600;
    margin-bottom:10px;
}
.product-info .card-text {
    display:flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 7px;
    gap:10px;
    color:var(--darkgrayColor);
    font-size: 16px;
    padding-bottom:5px;
}
.product-info .card-text .product-price {
    color:var(--blackColor);
    font-weight:600;
    font-size: 18px;
}
.product-info .card-text .former_price {
    color:var(--grayColor);
    font-weight:400;
    font-size: 16px;
    text-decoration: line-through;
}
.product-info .card-text .percentage_offer {
    color:#146c20;
    font-weight:700;
    font-size: 16px;
}
.product-info .card-text .product_availability_tag {
    color:var(--whiteColor);
    background:rgba(12, 198, 12, 0.7);
    font-weight:500;
    font-size: 14px;
    border-radius:25px;
    padding:3px 16px;
    text-align: center;
}
.social-share-links-container {
    display: flex;
    justify-content: flex-start;
    gap:14px;
    flex-wrap: wrap;
    align-items: center;
    padding-top:8px;
    margin:10px 0;
}
.social-share-links-container a>i {
   color:var(--blackColor);
   font-size:14px;
   padding:4px;
    width:22px;
    height:22px;
   cursor:pointer;
   transition: all .3s linear;
   display:flex;
   align-items: center;
   justify-content: center;
}
.social-share-links-container a .fa-x-twitter {
    color:var(--blackColor);
 }
 .social-share-links-container a .fa-facebook {
    color:rgb(33, 116, 249);
 }
 .social-share-links-container a .fa-whatsapp {
    color:var(--greenColor);
    font-size:17px;
 }
.social-share-links-container .share-title-container {
    display:flex;
    gap:8px;
    align-items: center;
    justify-content:flex-start;
    font-size:13px;
    color:var(--grayColor);
    cursor:pointer;
}
.social-share-links-container .share-title-container img {
    width:20px;
 }

.social-share-links-container a>i:hover {
   color:var(--greenColor);
}

.social-share-links-container a,
.product .add-to-wishlist-btn .heart-icon {
    position: relative;
}

.social-share-links-container a::after,
.product .add-to-wishlist-btn .heart-icon::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--blackColor);
    color: var(--whiteColor);
    padding: 5px 10px;
    border-radius: 1px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    z-index: 2000;
    transition: opacity 0.3s, visibility 0.3s;
    clip-path: polygon(
        0% 0%, 100% 0%, 100% 80%, 55% 80%, 50% 100%, 45% 80%, 0% 80%
    );
    padding-bottom: 10px;
}

.social-share-links-container a:hover::after,
.product .add-to-wishlist-btn .heart-icon:hover::after {
    opacity: 1;
    visibility: visible;
}

.product-info .cart-form {
    margin-top: 18px;
}
.product-info .cart-form label {
    display:inline-block;
    margin-bottom:5px;
    font-size:16px;
    color:var(--darkgrayColor)
 }
 
 .quantity-input-wrapper {
    display: flex;
    align-items: center;
    border: 1px solid var(--bordergrayColor);
    border-radius: 25px;
    overflow: hidden;
}

.quantity-input-wrapper .quantity-btn {
    background: #f3f3f3;
    border: none;
    color: #333;
    font-size: 14px;
    padding: 12px 14px;
    cursor: pointer;
}
.quantity-input-wrapper .quantity-btn:hover {
    background: #e0e0e0;
}
.quantity-input-wrapper .quantity-input {
    text-align: center;
    border: none;
    font-size: 14px;
    -moz-appearance: textfield;
    width: 50px;
}
.quantity-input-wrapper .quantity-input::-webkit-inner-spin-button,
.quantity-input-wrapper .quantity-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.size-group, .color-group {
    margin-bottom: 20px;
  }
  .option-label {
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
  }
  .size-options, .color-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .color-select-container {
    display:flex;
    justify-content:center;
    align-items:center; 
    gap:5px;
  }
  .size-option {
    width: 24px;
    height: 24px;
    border: 2px solid #ddd;
    border-radius:5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-weight: 400;
    font-size:11px;
    background: white;
    padding:4px;
  }
  .size-option:hover {
    background:var(--blackColor);
    color:var(--whiteColor);
  }
  .color-option {
    width: 21px;
    height: 21px;
    border: 2px solid var(--bordergrayColor);
    border-radius:5px;
    cursor: pointer;
    position: relative;
  }
  .size-option.selected {
    border-color: #146c20;
    background-color: black;
    color: white;
  }
  .color-option.selected {
    border-color:#146c20;
    transform: scale(1.1);
  }
  .btn:disabled {
    opacity:0.6;
    cursor: not-allowed;
  }
  .hidden-input {
    display: none;
  }
.cart-form .add-to-cart-btn-container  {
    display:flex;
    justify-content:flex-start;
    flex-wrap:wrap;
    align-items:center;
    gap:20px;
}
.cart-form .add-to-cart-btn-container .variant-add-to-cart-btn {
    display:flex;
    justify-content:center;
    align-items:center;
    gap:5px;
    width:50%;
    padding:12px;
    background:#146c20;
    color:var(--whiteColor);
    border:none;
    border-radius:25px;
    cursor:pointer;
    position: relative;
}
.product_card_form .add-to-cart-btn {
    display:flex;
    justify-content:center;
    align-items:center;
    gap:5px;
    background:#146c20;
    color:var(--whiteColor);
    border:none;
    border-radius:25px;
    cursor:pointer;
    position: relative;
}
.product_card_form .add-to-cart-btn>span {
    color:var(--whiteColor);
    font-size: 12px;
}
.add-to-cart-btn-loader {
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    display: none;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    background:#146c20;
    z-index: 10;
}
.add-to-cart-btn-loader .spinner {
    border: 1.2px solid #959595;
    border-left-color: #000000;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    animation: spin 0.3s linear infinite;
    padding:6px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.cart-form .add-to-cart-btn-container .variant-add-to-cart-btn .cart-icon{
   font-size:17px;
}
 .cart-form .add-to-cart-btn-container .variant-add-to-cart-btn:hover {
    background:var(--blackColor);
    color:var(--whiteColor);
 }
 .whatsapp-order-form {
     margin-top: 20px;
 }
.whatsapp-order-form .order-via-whatsapp-button-container  {
    margin:10px 0;
    display:flex;
    justify-content:flex-start;
    align-items:center;
    text-align: center;
}
.whatsapp-order-form .order-via-whatsapp-button-container .order-via-whatsapp-button {
    color:var(--whiteColor);
    background:green;
    padding:11px 30px;
    font-size:13px;
    display:flex;
    align-items: center;
    justify-content: center;
    text-align:center;
    border-radius:25px;
}
.whatsapp-order-form .order-via-whatsapp-button-container .order-via-whatsapp-button.disabled {
    opacity: 0.8;        
    cursor: not-allowed;
    pointer-events: auto;
}
.whatsapp-order-form .order-via-whatsapp-button-container .order-via-whatsapp-button .fa-whatsapp{
    font-size:22px;
    padding-right:10px;
}
.whatsapp-order-form .order-via-whatsapp-button-container .order-via-whatsapp-button>a{
   font-size:12px;
   color:var(--whiteColor)
}
@media screen and (max-width:500px) {
    .whatsapp-order-form .order-via-whatsapp-button-container .order-via-whatsapp-button {
        width:100%;
    }
    .cart-form .add-to-cart-btn-container .variant-add-to-cart-btn {
        width:100%;
    }
}

  .more-product-details-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border: 2px solid var(--formgrayColor);
    max-width: fit-content;
    margin: 15px auto;
    border-radius: 2px;
    position: relative; /* Added to position the sliding border */
}
.more-product-details-container .details-headings {
    padding: 10px 24px;
    color: var(--blackColor);
    font-weight: 500;
    cursor: pointer;
    position: relative;
    z-index: 1;
    transition: color 0.3s ease-in-out;
}
.more-product-details-container .sliding-border {
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    background-color: #146c20;
    transition: all 0.3s ease-in-out;
    width: 0;
}

.more-product-details-container .details-headings.active {
    font-weight: 600;
    color: #146c20;
}
.product-description-container {
    padding:20px;
}
.product-description-container .product-description-title {
    color:var(--blackColor);
    font-size:22px;
    font-weight:500;
    padding-bottom:8px;
    margin-bottom:10px;
    border-bottom:1px solid var(--whiteColor);
}
.product-description-container .product-description-title>span {
    color:#146c20;
    font-size:20px;
    font-weight:500;
}
.product-description-container .description-text {
    list-style-type: disc;
    padding:3px 0;
    margin-left:22px;
    color:var(--grayColor);
    font-size:15px;
    font-weight:400;
    line-height:30px;
}
.container1, .container2, .container3 {
    margin-top:30px;
    padding:0 20px;
}
.container2 {
    display:flex;
    flex-direction:column;
    gap:10px;
}
.container2 .product_desc {
    display:flex;
    gap:10px;
    justify-content:flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin:16px 0;
}
.container2 .product_desc .product_colors_list,
.container2 .product_desc .product_sizes_list {
    border:1px solid var(--bordergrayColor);
    font-size:13px;
    padding:6px 10px;
    border-radius:5px;
    
}
.container2 .product_desc h4 {
    color:var(--blackColor);
    font-size:17px;
    font-weight:500;
}
.container2 .product_desc p {
    color:var(--grayColor);
    font-size:15px;
    font-weight:400;
}
.product-description-container .container2,
.product-description-container .container3 {
  display:none;
}

/* product review */
.main-product-reviews-container {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:30px;
    justify-content:center;
    align-items: start;
}
@media (max-width: 768px) {
   .main-product-reviews-container {
        grid-template-columns:1fr;
    }
    .container1, .container2, .container3 {
        margin-top:20px;
        padding:5px;
    }
}
.review-form .star-rating {
    direction: rtl;
    display: inline-block;
}

.review-form .star-rating input {
    display: none; /* hidden radio buttons */
}

.review-form .star-rating label {
    font-size: 22px;
    color: var(--grayColor); 
    cursor: pointer;
}

.review-form .star-rating input:checked ~ label {
    color: #ffa500;
}

.review-form .star-rating label:hover,
.review-form .star-rating label:hover ~ label {
    color: #ffa500;
}

.review-form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width:100%;
}
.review-form p {
    display: block;
    margin-bottom: 10px;
    width:100%;
}
.review-form input[type="text"] {
    width: 100%;
    padding: 14px;
    margin: 10px 0;
    border-bottom:1px solid var(--bordergrayColor);
    background:transparent;
    &:focus {
        border-bottom:1px solid #146c20;
    }
}
.review-form textarea {
    width: 100%;
    padding: 14px;
    margin-bottom: 10px;
    resize: vertical;
    border-bottom:1px solid var(--bordergrayColor);
    background:transparent;
    &:focus {
        border-bottom:1px solid #146c20;
    }
}
.product-review-posts-container {
    margin-bottom:30px;
    border:1px solid var(--bordergrayColor);
    padding:20px;
    height:100%
}
.product-review-posts-container .total-reviews,
.product-review-posts-container .review-customer-name,
.product-review-posts-container .review-comment  {
    margin-bottom:20px;
    font-weight:400;
    font-size:17px;
    color:var(--darkgrayColor);
}
.product-review-posts-container .total-reviews>span,
.product-review-posts-container .review-customer-name>span,
.product-review-posts-container .review-comment>span  {
    font-weight:500;
    color:var(--blackColor);
}
.product-review-posts-container .user-review {
    margin-bottom:12px;
    border-bottom:1px solid #ffffff;
}
.product-review-posts-container .no-reviews-yet {
    color:var(--blackColor);
    font-size:16px;
    padding:10px 0;
    font-weight:400;
}
.product-review-posts-container .no-reviews-yet>span {
    color:var(--blackColor);
    font-size:16px;
    font-weight:700;
}
.product-review-posts-container p {
    color:var(--grayColor);
    font-size:16px;
    padding:4px 0;
    font-weight:500;
}
.product-review-posts-container p>span {
    color:var(--blackColor);
    font-size:16px;
    padding:8px 0;
    font-weight:400;
}
.product-review-posts-container .star-rating {
    color: #ffa500;
 
}
.product-review-posts-container .star-rating .star-customer-rated {
    color: #ffa500;
    font-size: 20px;
}
.product-review-posts-container .star-rating .star-unrated {
    color:var(--grayColor);
    font-size: 20px;
}

.review-container {
    font-family: Arial, sans-serif;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
  }
  
  .review-title {
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
  }
  
  .review-overview {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }
  
  .review-score {
    font-size: 22px;
    font-weight: 700;
    margin-right: 10px;
  }
  
  .review-stars i {
    color: #ffa500;
    margin-right: 2px;
  }
  
  .review-count {
    font-size: 14px;
    color: #999;
    margin-left: 10px;
  }
  
  .review-breakdown {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  
  .review-bar {
    display: flex;
    align-items: center;
  }
  
  .review-bar-label {
    width: 60px;
    font-size: 14px;
  }
  
  .review-bar-progress {
    flex-grow: 1;
    height: 10px;
    background-color: #ddd;
    border-radius: 5px;
  }
  
  .review-bar-percentage {
    width: 40px;
    font-size: 14px;
    text-align: right;
  }
  .product_review_btn {
    display: inline-block;
    padding: 13px 22px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #146c20;
    border-radius: 2px;
    transition: background-color 0.3s ease;
    cursor:pointer;
  }
  .product_review_btn:hover {
    background-color: #333;
  }
.related-products {
    padding:30px;
}
.related-products  .related-products-subheading {
    color:var(--blackColor);
    font-weight:600;
    font-size:26px;
    padding:20px 0;
    text-align:center;
}
.related-products-container {
    display:grid;
    grid-template-columns:repeat(4, 1fr);
    gap:10px;
    justify-content:center;
    align-items:center;
}

@media screen and (max-width:768px) {
.product-detail-section {
    margin: 20px 10px;
}
.product-card-top {
    grid-template-columns:100%;
    gap:10px;
    padding:10px;
}
.product-card-img-container {
   order:1;
}
.product-card-top  .product-card-img-sm {
   order:2;
}
.product-card-top .product-info {
   order:3;
}
.product-info {
    padding: 5px 8px;
}
.product-card-img-container {
    height: 400px;
}
.product-card-img-container .product-image {
    object-fit: contain;
}
.product-card-img-sm {
    width: 80px;
    height: 80px;
    border-radius:5px;
}
.product-card-img-sm img {
    object-fit: cover;
}
.more-product-details-container {
    gap:15px;
}
.more-product-details-container .details-headings {
    margin-bottom:8px;
}
.related-products {
    padding:5px;
    }
.related-products-container {
    grid-template-columns:repeat(2, 1fr);
    gap:10px;
}
}


/* privacy policy */
.privacy-policy-container {
    padding:40px;
}
.privacy-policy-container h2 {
   line-height:30px;
   text-align: center;
   font-size:20px;
   font-weight:700;
   color:var(--blackColor);
   padding:15px 0;
}
.privacy-policy-container h3 {
    line-height:30px;
    font-size:17px;
    font-weight:600;
    color:var(--blackColor);
    padding:10px 0;
 }
.privacy-policy-container p {
   line-height:30px;
   font-size:15px;
   font-weight:400;
   color:var(--darkgrayColor);
}
/* All products page /product-list */
.products-container-page {
    padding:0 10px;
}
.products-container-page .categories-list {
    display:flex;
    justify-content: center;
    align-items: center;
    gap:10px;
    flex-wrap:wrap;
    background:var(--formgrayColor);
    padding:8px 0;
}
.filtered-products-container {
    margin-top:20px;
}
.no-filtered-product-category {
    text-align: center;
    color:var(--darkgrayColor);
    font-weight:700;
    font-size:18px;
    padding:5px 0;
    background: rgb(237, 223, 198);
}
.filtered-products-container .filter-icon {
    width:20px;
}
.filtered-products-container .filter-products-btn {
    display:none;
}
.products-container-page .categories-list .category-item {
    padding:5px 10px;
    border-radius:2px;
    color:var(--blackColor);
    font-weight:500;
    font-size:18px;
    position:relative;
    margin-bottom:2px;
}
.products-container-page .categories-list .category-item::after {
    content:"";
    position: absolute;
    bottom:0;
    left:50%;
    transform:translateX(-50%);
    width:0;
    height:2.8px;
    background:#146c20;
    margin-bottom:1px;
    transition:0.3s ease-in-out;
}
.products-container-page .categories-list .category-item:hover::after {
   width:80%;
}
.products-container-page .categories-list .category-item.active::after {
   width:80%;
}

.all-products-page-container {
    display:grid;
    grid-template-columns:1fr 5fr;
    gap:50px;
    justify-content:start;
}
 .filters-container {
    display:block;
    padding-right:20px;
}
.side-category-container {
    border-bottom:1px solid var(--newgrayColor);
    padding:10px 0;
}
.categories-side-list a {
    color:var(--blackColor);
    font-size:20px;
    margin-bottom:6px;
    font-weight:500;
}
.product-subcategory-list a {
    color:var(--blackColor);
    font-size:16px;
    font-weight:400;
    padding-left:6px;
}
.brands-title {
    color:var(--blackColor);
    font-size:19px;
    font-weight:500;
}
.layout-selector {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
}
.layout-selector img {
    width:18px;
    height:18px;
    background: var(--formgrayColor);
    cursor: pointer;
    border-radius:1px;
    opacity:0.5;
}
.layout-selector img.active {
   opacity:1;
   background:var(--fromgrayColor);
   border:1px solid var(--bordergrayColor);
}

.layout-selector img:hover {
   opacity:0.8;
}
.products_list_page_container {
    display: grid;
    gap: 12px;
    justify-content: center;
    align-items: start;
    margin-top: 40px;
}

.products_list_page_container.columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.products_list_page_container.columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.products_list_page_container.columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.products_list_page_container.columns-1 {
    grid-template-columns: 1fr;
}
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

.step-links {
    display: flex;
    align-items: center;
    background-color:var(--whiteColor);
    border-radius: 10px;
    padding: 5px;
   
}

.step-links a {
    color: #333;
    text-decoration: none;
    padding: 8px 12px;
    margin: 0 2px;
    border-radius: 10px;
    transition: background-color 0.3s, color 0.3s;
}

.step-links a:hover {
    background-color: var(--blackColor);
    color: white;
}
.pagination-link-first, .pagination-link-last {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--formgrayColor);
    color: black;
    border-radius: 10px;
    padding: 6px 20px;
}
.current {
    padding: 8px 12px;
    background-color: var(--blackColor);
    color: var(--whiteColor);
    border-radius: 10px;
    margin: 0 5px;
}
.pagination-link {
    display:flex;
    align-items: center;
    justify-content:center;
}
.products-page-top {
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
    align-items: center;
    margin-bottom: 20px;
    padding:10px 20px;
    border-radius:4px;
    background:var(--whiteColor);
    gap:40px;
}
.products-page-top h3 {
    padding-left:5px;
    position: relative;
    font-size: 20px;
    color: #146c20;
    font-weight: 600;
}

.products-page-top p {
   font-size:17px;
   color:var(--grayColor);
   font-weight:400;
}
.products-page-top p>span {
   color:var(--darkgrayColor);
   font-weight:500;
}
@media (max-width: 600px) {
    .step-links {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .step-links a, .current {
        margin: 2px;
    }
}

.all-products-page-container .filters-mobile-menu .product-filters-close {
    display:none;
 }
 .filtering-sorting-container {
    display: flex;
    align-items: start;
    justify-content:start;
    flex-direction: column;
    gap:34px;
    background:var(--formgrayColor);
    padding:30px;
    border-radius:2px;
}
.filtering-sorting-container h4 {
   color:var(--blackColor);
   font-size:18px;
   font-weight:600;
   margin-bottom:15px;
}

/* Dropdown Styling */
.filtering-sorting-container select,
.products-page-top select {
    padding:8px;
    border-radius:2px;
    background-color: #fff;
    font-size: 16px;
    font-weight:500;
    border:1px solid var(--bordergrayColor);
    cursor: pointer;
}
.filtering-sorting-container select {
    width:100%;
}
/* Dropdown focus state */
.filtering-sorting-container select:focus,
.products-page-top select:focus {
    outline: none;
    border-color:#146c20;
    box-shadow: 0 0 0 2px rgba(188, 164, 55, 0.2);
}

/* Styling the options */
.filtering-sorting-container select option {
    padding: 10px;
    background-color: #fff;
    color: #333;
}
.filtering-sorting-container select option:hover {
    background-color: var(--formgrayColor);
    color: #333;
    cursor:pointer;
}
/* Styling the selected option */
.filtering-sorting-container select option:checked {
    background-color: #146c20;
    color: #fff;
}

/* For Firefox */
.filtering-sorting-container select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
/* Slider Styling */
.price-filter {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.price-filter label {
    font-size: 16px;
    color:var(--blackColor);
    margin-bottom:8px;
    font-weight:500;
}

.price-filter input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    height: 6px;
    background: #ddd;
    border-radius: 5px;
    outline: none;
}

.price-filter input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    background:#146c20;
    cursor: pointer;
    border-radius: 50%;
}
.availability-filter {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.size-filter {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
}

.filtering-sorting-container input[type="checkbox"] {
    margin-right:4px;
    cursor:pointer;
}

.clear-filters-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.8rem 1rem;
    background-color: #f3f4f6;
    color: #374151;
    border: 1px solid #e5e7eb;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.clear-filters-btn:hover {
    cursor: pointer;
    background-color: #e5e7eb;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.clear-filters-btn .btn-icon {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.5rem;
}
.clear-filters-btn.compact {
    padding: 0.25rem 0.75rem;
    font-size: 0.75rem;
}
/* Color Filter Styles */
.color-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    }
.color-filter-title {
    font-size: 16px;
    color:var(--blackColor);
    font-weight:500;
    }

.color-button {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid #ddd;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    }

.color-button:hover {
    transform: scale(1.1);
}

.color-button.selected {
    border-color: #333;
}

.color-button.selected::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 16px;
    }

.color-button span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
    }

    /* Tooltip for color names */
.color-button::before {
    content: attr(data-color);
    position: absolute;
    bottom: 120%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    }

    .color-button:hover::before {
    opacity: 1;
    visibility: visible;
    }

@media screen and (max-width:950px) {
    .products_list_page_container.columns-4 {
        grid-template-columns:repeat(3, 1fr);
        gap:10px;
        justify-content:center;
        align-items:start;
        margin-top:40px;
    }
}
@media screen and (max-width:800px) {
.all-products-page-container {
    grid-template-columns:100%;
    gap:10px;
}
.products_list_page_container.columns-4 {
    grid-template-columns:repeat(2, 1fr);
    gap:5px;
}
.products-container-page .categories-list .category-item {
    padding:2px 5px;
    font-size:16px;
    margin-bottom:2px;
}
.filtered-products-container .filter-products-btn {
    display:block;
}

.filters-container {
    display:none;
}
.all-products-page-container .filters-mobile-menu {
    position:fixed;
    top:0;
    left:-100%;
    width:0;
    display:flex;
    align-items:start;
    justify-content:start;
    flex-direction:column;
    gap:10px;
    padding:60px 20px;
    background:var(--whiteColor);
    color:var(--blackColor);
    z-index:2000;
    max-height: 100vh;
    height: auto;
    overflow-y: auto;
    transition:0.3s ease-in-out;
}
.all-products-page-container .filters-mobile-menu::-webkit-scrollbar {
    width:2px;
    }
.all-products-page-container .filters-mobile-menu::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    }

.all-products-page-container .filters-mobile-menu::-webkit-scrollbar-thumb {
    background-color: var(--blackColor);
    }

.all-products-page-container .filters-mobile-menu .product-filters-close {
    display:block;
    position:absolute;
    top:25px;
    right:10px;
    width:24px;
}
.all-products-page-container .filters-mobile-menu.active {
    width:60%;
    gap:10px;
    left:0;
}
}
@media screen and (max-width:320px) {
.products_list_page_container.columns-4 {
    grid-template-columns:1fr;
}
}
 

/*mobilenav-search-form-modal */
#search-form-modal {
    z-index: -1;
    position: fixed;
    left:0;
    top: 9%;
    width: 100%;
    height:100%;
    background:rgba(0,0,0,0.8);
    justify-content: center;
    opacity:0;
    transition:0.3s ease-in-out;
}
#search-form-modal.active  {
    display: flex;
    opacity:1;
    z-index: 200;
}
#search-form-modal .mobile-search-form-wrapper {
    transform: translateY(50px);
    position:relative;
    opacity:0;
    background-color: #fff;
    width: 100%;
    height:fit-content;
    transition:0.3s ease-in-out;
   
}
#search-form-modal.active .mobile-search-form-wrapper {
    opacity:1;
    transform: translateY(0);
    padding:20px;
}
.mobile-search-form-wrapper .mobile-search-form {
    width:100%;
    display: flex;
    flex-wrap: nowrap;
    align-items:flex-end;
    padding:10px;
    padding-top:10px;
}
.mobile-search-form-wrapper .mobile-search-form input {
    font-size:16px;
    padding:12px;
    padding-bottom:5px;
    color:var(--blackColor);
    width:100%;
    border-bottom:1.4px solid var(--blackColor);
}
.mobile-search-form-wrapper .mobile-search-form input::placeholder {
    font-size:15px;
    color:var(--grayColor);
    opacity:0.7;
}
.mobile-search-form-wrapper .mobile-search-form input:focus::placeholder {
    opacity:0.2;
    transform:translateY(-10px);
}
.mobile-search-form-wrapper .mobile-search-form .mobile-search-button {
    border-bottom:1.4px solid var(--blackColor);
    cursor:pointer;
}
.mobile-search-form-wrapper .mobile-search-form .mobile-search-button img {
  width:17px;
}
@media screen and (max-width:310px){
    .mobile-search-form-wrapper .mobile-search-form {
        flex-wrap:wrap;
    }
}
/* mobile-search results */
#search-form-modal .mobile-search-form-wrapper .mobile-search-results-grid-container {
    position:absolute;
    left:0;
    top:100%;
    width:100%;
    bottom:0;
    min-height:0;
    height:fit-content;
    z-index:3200;
    background:var(--whiteColor);
    flex-direction:column;
    justify-content:center;
    align-items:start;
    gap:10px;
    padding:10px;
    padding-top:20px;
    max-height: 300px;
    overflow-y: auto;
    display: none;
}

#search-form-modal .mobile-search-form-wrapper .mobile-search-results-grid-container::-webkit-scrollbar {
    width:2px;
}
#search-form-modal .mobile-search-form-wrapper .mobile-search-results-grid-container::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}
#search-form-modal .mobile-search-form-wrapper .mobile-search-results-grid-container::-webkit-scrollbar-thumb {
    background-color: var(--blackColor);
}
#search-form-modal .mobile-search-form-wrapper .mobile-search-results-grid-container.active {
  display: flex;
}
#search-form-modal .mobile-search-form-wrapper .mobile-search-results-grid-container .result-item {
    list-style-type: none;
    margin-bottom:5px;
    font-size: 14px;
    display:flex;
    align-items: center;
    border-bottom:1px solid var(--whiteColor);
}
#search-form-modal .mobile-search-form-wrapper .mobile-search-results-grid-container .result-item .result-item-img  {
    width:40px;
    height:40px;
}
#search-form-modal .mobile-search-form-wrapper .mobile-search-results-grid-container .result-item .result-item-img img {
    width:100%;
    height:100%;
    object-fit: contain;
}
#search-form-modal .mobile-search-form-wrapper .mobile-search-results-grid-container .result-item .result-item-body {
    padding:5px;
}
#search-form-modal .mobile-search-form-wrapper .mobile-search-results-grid-container .result-item-body a  {
    color:var(--darkgrayColor);
    font-size:13px;
    font-weight:700;
}
#search-form-modal .mobile-search-form-wrapper .mobile-search-results-grid-container .result-item-body a:hover {
    color:#146c20;
}
/* search results ends */

/* search results for search page */
.search-results-container {
	background:#ffffff;
	font-size:16px;
	padding:30px;
}
.search-results-container .search-results-heading {
	color:var(--main_blue_Color);
	font-weight:600;
	padding:20px 0;
	font-size:19px;
}
.search-results-container .search-results-heading> span {
	color:var(--blackColor);
	font-size:16px;
	font-weight:500;
}
.results-list .results-found {
	font-size:18px;
	padding-bottom:10px;
}
.search-results-grid-container {
	display:grid;
	grid-template-columns:repeat(6, 1fr);
	justify-content:center;
	align-items:center;
	gap:30px;
	margin-top:30px;
}
.search-results-container ul .result-item {
	list-style-type: none;
	margin-bottom:15px;
	font-size: 18px;
	display:flex;
	flex-direction:column;
    border:1px solid var(--bordergrayColor);
}
.result-item .result-item-img  {
	width:100%;
	height:140px;
}
.result-item .result-item-img img {
	width:100%;
	height:100%;
	object-fit: contain;
}
.result-item .result-item-body {
	padding:10px;
	color:var(--darkgrayColor);
	font-size:17px;
}
.result-item-body a  {
	color:var(--blackColor);
	font-size:16px;
}
.result-item-body a:hover {
	color:#146c20;
}
.search-results-container ul li::marker {
	color:var(--main_blue_Color);
}

.results-list .no-search-result-note {
	font-size:18px;
	color:var(--blackColor);
	font-weight:600;
}
.results-list .search-tip-heading {
	font-size:17px;
	color:var(--main_blue_Color);
	font-weight:600;
	text-decoration: underline;
}
.results-list .search-tip {
	font-size:15px;
	color:var(--blackColor);
	line-height:30px;
	font-weight:500;
	list-style-type: disc;
	margin-left:20px;
}
/* search results ends */
#search-form-container {
	padding:20px;
	margin:0 auto;
}
.search-heading {
    color: var(--blackColor);
    font-size: 22px;
    font-weight: 600;
    padding: 25px 0;
    text-align: center;
}
#message {
	padding:15px;
	border:1px solid var(--blackColor);
	font-size:16px;
	padding:14px;
	padding-bottom:5px;
	color:var(--blackColor);
	width:100%;
	border-bottom:2px solid var(--blackColor);
}
 #message::placeholder {
	font-size:15px;
	color:var(--grayColor);
	opacity:0.9;
}
#message:focus::placeholder {
	opacity:0.2;
	transform:translateY(-10px);
}
@media screen and (max-width:768px) {
.search-results-grid-container {
	grid-template-columns:repeat(3, 1fr);
	gap:20px;
}
}
@media screen and (max-width:500px) {
.search-results-grid-container {
	grid-template-columns:repeat(2, 1fr);
	gap:20px;
}
}
    @media screen and (max-width:340px){
	.search-form-container .search-form {
		flex-wrap:wrap;
	}
}

/* Cart-styling-section */
.cart-section {
    background-color:#f3f3f3;
    color: var(--darkgrayColor);
    max-width: 1400px;
    width:100%;
    margin: 0 auto;
    padding: 10px;
}

.cart-container {
    display:grid;
    gap:30px;
    grid-template-columns:3fr 1fr;
    justify-content:center;
    padding:20px;
    padding-top:0;
    margin-top:10px;
    border-radius: 12px;
    background:var(--whiteColor);
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.cart-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 1rem;
}
.cart-item {
    display: flex;
    justify-content:flex-start;
    align-items:center;
    flex-wrap:wrap;
    gap:15px;
}
.cart-item-info {
    display: flex;
    justify-content:flex-start;
    flex-direction: column;
    align-items:start;
    gap:5px;
}
.cart-item img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-right: 20px;
    border-radius: 3px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.cart-item p {
    font-size:16px;
    color:var(--darkgrayColor);
    transition: color 0.3s ease;
}
.cart-item p:hover {
    color:#146c20;
}

.update-cart-quantity-container {
    display:flex;
    background: #f4f6f7;
    align-items:center;
    border-radius:5px;
    border:1px solid var(--bordergrayColor);
    padding: 6px;
    gap:5px;
}
.update-cart-quantity-container .decrease-quantity,
.update-cart-quantity-container .increase-quantity {
   cursor:pointer;
   transition: color 0.3s ease;
}
.update-cart-quantity-container .chevron {
    color: var(--grayColor);
    font-size: 1.2rem;
    cursor: pointer;
    transition: color 0.3s ease;
}
.update-cart-quantity-container .chevron:hover {
    color: #146c20;
}

.cart-item-quantity {
    margin: 0 0.5rem;
    font-weight: 500;
    color:var(--darkGrayColor);
}
@media screen and (max-width:768px) {
.cart-container {
    gap:20px;
    grid-template-columns:100%;
    padding:10px;
}
}
@media screen and (max-width:530px) {
.cart-container {
    gap:20px;
    grid-template-columns:100%;
    padding:10px;
}
.cart-item {
    gap:5px;
    padding:5px;
}
.cart-item img {
    width: 50px;
    height: 50px;
    object-fit:contain;
    border-radius: 2px;
    margin-right: 5px;
}
.cart-item p {
    font-size:14px;
}

.table-headings-row th {
    font-size:16px;
}
.table-subtotal {
    display:none;
}
.update-cart-quantity-container {
   flex-direction:column-reverse;
   align-items:center;
   justify-content:center;
   gap:5px;
}
}

@media screen and (max-width:390px){
.table-size_color {
    display:none;
}
}
th {
    border-bottom: 1.7px solid var(--formgrayColor);
    padding:10px 0;
    text-align:start;
}
td {
    border-bottom: 1px solid var(--formgrayColor);
}
.table-headings-row th {
    text-transform: uppercase;
    color: var(--darkgrayColor);
    font-weight:700;
    padding-bottom: 1rem;
    border-bottom: 2px solid var(--formgrayColor)
}

.table-contents-row:hover {
    background-color: #f9f9f9;
}
.update-cart-form button {
    display:flex;
    justify-content: center;
    align-items: center;
    background: var(--formgrayColor);
    width:32px;
    height:32px;
    border-radius: 50%;
}
.update-cart-form .remove-btn{
    color:var(--grayColor);
    font-size:24px;
    cursor:pointer;
}
.update-cart-form .remove-btn:hover{
    color:#146c20;
}

.cart-summary-container {
    background:var(--whiteColor);
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    border: 1px solid #ecf0f1;
    border-top:none;
}
.cart-total {
    margin:10px 0;
}
.cart-total-column .cart-column-title {
    font-size:20px;
    color:var(--blackColor);
    font-weight:600;
    padding-bottom:10px;
    margin-bottom:14px;
    border-bottom: 2px solid #ecf0f1;
}
.cart-total-column p {
    display: flex;
    justify-content: space-between;
    font-size:16px;
    border-bottom:1px solid #ecf0f1;
    line-height:30px;
    color:var(--grayColor);
    padding:10px 0;
}
.cart-total-column p span {
    color:var(--darkgrayColor);
    font-weight:500;
}
.cart-total-column p .overall-cart-total {
    font-size:18px;
    color:var(--blackColor);
    font-weight:700;
    padding:4px 8px;
}
.cart-actions  {
    display:flex;
    justify-content:flex-start;
    gap:10px;
    flex-direction:column;
}
.cart-actions .continue-to-checkout-btn {
    cursor:pointer;
    text-align: center;
    padding:12px 16px;
    font-size:15px;
    font-weight:700;
    color:var(--whiteColor);
    width:100%;
    background:#146c20;
}
.cart-actions .continue-to-checkout-btn:hover {
    opacity:0.8;
}
tr td {
    padding:10px;
}
.empty-cart-message-container {
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items: center;
    text-align:center;
    gap:15px;
    padding:60px;
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}
.empty-cart-message-container img {
    width:50px;
    height:auto;
    opacity:0.6;
}
.empty-cart-message-container p {
    color:var(--darkgrayColor);
    font-size:16px;
    line-height:30px;
    font-weight:400;
}
.continue-shopping-link {
    color:var(--whiteColor);
    padding:12px 16px;
    cursor:pointer;
    background:#146c20;
    font-size:14px;
    border-radius:1px;
}
.continue-shopping-link:hover {
   opacity: 0.8;
}
.recommended-products-section {
    margin-top:50px;
}
.recommended-products-container {
    display:grid;
    grid-template-columns:repeat(5, 1fr);
    gap:5px;
    justify-content:center;
    align-items: center;
    padding:10px 30px;
}
.recommended-products-heading {
    padding-bottom:10px;
    font-size:24px;
    text-align:center;
    color:var(--blackColor);
    font-weight:500;
    position: relative;
}
.recommended-products-heading::after {
    content:"";
    position:absolute;
    left:50%;
    bottom:0;
    width:16%;
    height:2px;
    background:var(--blackColor);
    transform:translateX(-50%);
}
@media screen and (max-width:1024px) {
    .recommended-products-container {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media screen and (max-width: 768px) {
    .recommended-products-container {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media screen and (max-width: 500px) {
    .recommended-products-container {
        grid-template-columns: repeat(2, 1fr);
        padding:10px;
    }
    .recommended-products-heading {
        font-size:20px;
}
}
@media screen and (max-width: 340px) {
    .recommended-products-container {
        grid-template-columns: 1fr;
        padding:10px;
    }
}
  /*//checkout////*/
.checkout-container {
    display:grid;
    grid-template-columns: 3fr 2fr;
    gap:50px;
    justify-content:center;
    align-items:start;
    padding:50px 0;
    padding-top:15px;
}
.checkout-summary-container {
    margin:0 20px;
}
.returning-customer-login-container {
    padding-top:20px;
    padding-left:40px;
    padding-right:10px;
    max-width: 740px;
    width:100%;
}
.checkout-returning-customer-heading {
    font-size:16px;
    color:var(--darkgrayColor);
    line-height:28px;
    font-weight:400;
    padding-bottom:10px;
    cursor:pointer;
}
#checkout-login-form {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}
#checkout-login-form.open {
    max-height:200px;
}
.returning-customer-login-container form .form-group {
    display:flex;
    gap:20px;
    justify-content:flex-start;
    align-items:center;
}
.returning-customer-login-container form input {
    padding:11px;
    width:100%;
    display:block;
    border:1px solid var(--bordergrayColor);
    font-size:15px;
    color:var(--darkgrayColor);
}
.returning-customer-login-container form input[type="submit"] {
    padding:12px;
    width:50%;
    display:block;
    background:var(--blackColor);
    border:1px solid var(--bordergrayColor);
    color:var(--whiteColor);
    cursor:pointer;
    margin:14px 0;
}
.returning-customer-login-container form p a {
   color:var(--grayColor);
   font-size:15px;
   font-weight:400;
}
.returning-customer-login-container form p a:hover {
   color:#146c20;
}
@media screen and (max-width:500px) {
    .returning-customer-login-container {
        padding:12px;
    }
    .returning-customer-login-container form .form-group {
        flex-wrap: wrap;
    }
}
.checkout-container .checkout-summary-column {
   padding:20px;
   background: var(--whiteColor);
   box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
.checkout-container .checkout-summary-column p {
    display:flex;
    justify-content:space-between;
    padding:8px 0;
    line-height:30px;
    align-items: center;
    color:var(--grayColor);
    font-size:15px;
}
.checkout-container .checkout-summary-column p span {
  color:var(--blackColor);
  font-weight:500;
  font-size:16px;
}
.checkout-container .checkout-summary-column p .total_payable {
    color:var(--blackColor);
    font-weight:700;
    font-size:17px;
  }
   .checkout-title {
    color:var(--blackColor);
    font-size:22px;
    font-weight: 600;
    text-align: start;
    padding-bottom:5px;
    margin-bottom:10px;
   }

   .checkout-items-section {
    background:#ffffff;
    padding:20px;
}
.checkout-item-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:5px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
.checkout-item-image {
    width:50px;
    height:50px;
    object-fit: contain;
}

.checkout-info-container {
    padding:0 20px;
    padding-left:40px;
}
.payment_method{
    margin: 10px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
}
.payment_method input {
    margin-bottom:15px;
}
.checkout-info-container .modify-cart-btn-container {
    display:flex;
    justify-content: flex-start;
    align-items: center;
    margin:20px 0;
}
.checkout-info-container .modify-cart {
    padding:4px 10px;
    font-size:15px;
    color:var(--blackColor);
    font-weight:600;
    background:rgb(211, 186, 138);
}
.checkout-info-container .modify-cart:hover {
    background:orange;
}
#checkout-form {
    width:100%;
}

#checkout-form .checkout-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}
#checkout-form .checkout-form-grid .full-width {
    grid-column: 1 / -1;
}
#checkout-form label {
    display:block;
    color:var(--blackColor);
    font-size:15px;
    padding:5px 0;
}
#checkout-form input[type=text] {
    width:100%;
    color:var(--blackColor);
    font-size:15px;
    padding:12px 14px;
    border:1px solid var(--bordergrayColor);
    background:transparent;
}
#checkout-form .custom-select {
    width:100%;
    color:var(--blackColor);
    font-size:15px;
    padding:7px;
    cursor:pointer;
    border:1px solid var(--bordergrayColor);
    background: transparent;
}
#checkout-form input:focus {
    border:1px solid #146c20;
}
#checkout-form .checkbox-container {
    display: flex;
    align-items: center;
    cursor: pointer;
}
#checkout-form .checkbox-container input[type="checkbox"] {
    margin-right: 12px;
    cursor: pointer;
    color:#146c20;   
}
.checkout-button-container {
    display:flex;
    justify-content:flex-start;
    margin:20px 0;
    gap:20px;
    align-items: center;
}
.checkout-button-container a {
    color:var(--blackColor);
    font-size:18px;

}
#checkout-button {
    width:100%;
    padding:13px 10px;
    color:var(--whiteColor);
    border-radius:1px;
    font-size:15px;
    font-weight:600;
    cursor:pointer;
    background:#146c20;
}

#checkout-button:hover {
    opacity:0.8;
}

    .place-order-btn {
        margin-top:20px;
    }
    .place-order-btn.mobile {
        display:none;
    }
    .payment_method.mobile {
        display:none;
    }
    @media screen and (max-width:768px) {
    .checkout-container {
        grid-template-columns:1fr;
        gap:20px;
        margin-bottom:30px;
    }
    .place-order-btn.mobile {
        display:block;
    }
    .payment_method.mobile {
        display:block;
    }
    .place-order-btn.desktop {
        display:none;
    }
    .payment_method.desktop {
        display:none;
    }
    .checkout-info-container {
        padding:10px;
        order:2;
    }
    .checkout-container .checkout-col-2 {
    order:1;
    }
    .checkout-container .checkout-col-2 {
    min-height:40vh;
    margin-top:30px;
    }
}
@media (max-width:400px) {
    #checkout-form .checkout-form-grid {
        grid-template-columns:1fr;
        }
    }

    .home-banner-section {
        height:100vh;
        width:100%;
        margin-top:10px;
        position:relative;
    }
    .home-banner-section img {
        width: 100%;
        height:100%;
        object-fit:cover;
        position: relative;
    }
    .home-banner-section  .delete-banner-container {
        position:absolute;
        left:50%;
        top:50%;
        transform: translate(-50%,-50%);
    }
    .home-banner-section  .delete-banner-container .del-btn {
       color:var(--whiteColor);
       background:var(--blackColor);
       padding:8px 15px;
       font-weight:700;
       font-size:15px;
    }
        .set-bg {
            background-repeat: no-repeat;
            background-size: cover;
            background-position: top center;
        }
        
        /*---Trend --*/
        .trend {
            padding: 10px;
        }
        .trend_row {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 50px;
        }
        @media (max-width: 768px) {
            .trend_row {
                grid-template-columns: repeat(2, 1fr);
                gap:20px;
            }
        }
        @media (max-width: 576px) {
            .trend_row {
                grid-template-columns: repeat(1, 1fr);
                gap:10px;
            }
        }
        .trend__content .section-title h4 {
            font-size: 20px;
            color: #111111;
            margin-bottom: 20px;
            position: relative;
            padding-bottom: 10px;
        }
        .trend__content .section-title h4:before {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            height: 1px;
            width: 50px;
            background: #146c20;
        }
        .trend__content .section-title h4:after {
            bottom: -6px;
        }
        
        .trend__item {
            overflow: hidden;
            margin-bottom: 35px;
        }
        
        .trend__item__pic {
            float: left;
            margin-right: 25px;
        
        }
        .trend__item__pic img {
            width:100px;
            height: 100px;
            object-fit: cover;
        }
        .trend__item__text {
            overflow: hidden;
        }
        
        .trend__item__text h6 {
            font-size: 14px;
            color: #111111;
            margin-bottom: 5px;
        }
        
        .trend__item__text .rating {
            line-height: 18px;
            margin-bottom: 6px;
        }
        
        .trend__item__text .rating i {
            font-size: 10px;
            color: #e3c01c;
            margin-right: -4px;
        }
        
        .trend__item__text .rating i:last-child {
            margin-right: 0;
        }
        
        .trend__item__text .product__price {
            color: #111111;
            font-weight: 600;
        }
        
        .trend__item__text .product__price span {
            font-size: 14px;
            color: #b1b0b0;
            text-decoration: line-through;
            margin-left: 4px;
        }
        /* ------ Services -------- */
        .services {
            max-width: 1200px;
            margin: 30px auto;
            width:100%;
            padding: 18px;
            background: var(--whiteColor);
            border:1px dotted #146c20;
        }
        .services_row {
                display: grid;
                grid-template-columns: repeat(3, 1fr);
                justify-content: center;
                align-items: center;
                gap: 40px;
               
            }
            @media (max-width: 768px) {
                .services_row {
                    grid-template-columns: repeat(2, 1fr);
                    gap: 20px;
                }
            }
            @media (max-width: 576px) {
                .services_row {
                    grid-template-columns: repeat(1, 1fr);
                }
                .trend__item__pic img {
                    width:60px;
                    height: 60px;
                    object-fit: cover;
                }
            }
        .services__item {
            padding-left: 50px;
            position: relative;
            
        }
        .services__item i {
            font-size: 36px;
            color: #146c20;
            position: absolute;
            left: 0;
            top: 4px;
        }
        .services__item h6 {
            color: #111111;
            font-weight: 600;
            margin-bottom: 5px;
        }
        .services__item p {
            margin-bottom: 0;
        }
        /* end home  */
       
        .feature-section {
            background: var(--whiteColor);
            max-width:90%;
            width:100%;
            margin:20px auto;
            border:1px dotted #146c20;
        }
        .featured-products-container {
            padding: 30px;
        }
           /* Header Styling */
.highlighted {
    color:#146c20;
  }
  .top-header {
   background: #146c20;
   background: #ff6b35;
   display:flex;
   justify-content: space-between;
   flex-wrap: wrap;
   gap:10px;
   color:var(--whiteColor);
   align-items:center;
   padding:4px 24px;
  }

  .top-header .header-links {
      display:flex;
      align-items:center;
      list-style: none;
      justify-content: flex-start;
      gap:30px;
      padding:2px;
  }

  .top-header .header-links li a {
    display: flex;
    align-items: center;
    gap: 5px;
     color:var(--whiteColor);
     font-weight:400;
     padding:0 4px;
     font-size:14.3px;
  }
  .top-header .header-links li a ion-icon {
    font-size:18px;
    background:var(--whiteColor);
    color:var(--blackColor);
    border-radius:50%;
    padding:5px;
  }
  .top-header .header-links a span {
     color:var(--whiteColor);
  }
     .header_social_icons {
        display: flex;
        align-items: center;
        gap: 20px;
    }
    .header_social_icons a {
        color: var(--whiteColor);
        font-size: 18px;
    }
    .header_social_icons a:hover {
        color: var(--whiteColor);
        transform: scale(1.1);
    }

  .header {
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:20px;
      padding:10px 30px;
      color:var(--blackColor);
      background:var(--whiteColor);
      box-shadow:var(--boxShadow);
  }

  .header .logo img {
     width:180px;
  }
 
  .header .header-utilities {
      display:flex;
      justify-content:flex-start;
      align-items:center;
      gap:20px;
  }
  .header .header-utilities .user-details {
      display:flex;
      align-items:center;
      list-style: none;
      justify-content: flex-start;
      gap:5px;
  }
  .header .header-utilities .user-details .user-icon {
     width:20px;
  }

  .header .header-utilities .utility-item,
  .navigation .user-details .utility-item {
      position: relative;
      display:flex;
      flex-direction: column;
      gap:3px;
      align-items: center;
      justify-content:center;
  }
  .header .header-utilities .utility-item .shopping-bag,
  .header .header-utilities .utility-item .heart,
  .navigation .user-details .utility-item .heart {
      width:27px;
  }
  .header .header-utilities .utility-item .qty,
  .navigation .user-details .utility-item .qty {
      position: absolute;
      top:-12px;
      right:-12px;
      color:var(--whiteColor);
      font-size:11px;
      font-weight:500;
      width:17px;
      height:17px;
      border-radius: 50%;
      background:#146c20;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .header .header-utilities .utility-item .qty>span,
  .navigation .user-details .utility-item .qty>span {
   font-size:11px;
}
  .header .header-utilities a {
     color:var(--blackColor);
     text-align: center;
     display: inline-block;
  }
  .header-utilities .fa-shopping-cart,
  .header-utilities .fa-heart {
      color:var(--blackColor);
      font-size:19px;
  }


  .header_categories_list {
    display:flex;
    flex-wrap: wrap;
    box-shadow: 1.2px 1.2px 3px rgba(0, 0, 0, 0.1);
    justify-content: center;
    background:#ffffff;
    background: #146c20;
    color: #ff6b35;
}
.header_categories_list .category-item {
    padding:14px 8px;
    font-size:14px;
    color:var(--whiteColor);
    font-weight:600;
    position: relative;
    
}
.header_categories_list .category-item::after {
    content:"";
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    transform: scaleX(0);
    transform-origin: right;
    height:2px;
    background:var(--whiteColor);
    margin-bottom:5px;
    transition:transform 0.4s ease-in-out;
}
.header_categories_list .category-item:hover::after {
    transform: scaleX(1);
    transform-origin:left;
}
.header_categories_list .category-item.active::after {
   width:80%;
}
  /* Categories Dropdown container */
.category-dropdown {
    position: relative;
    z-index: 10;
}
.category-dropdown .dropdown-menu {
    opacity:0;
    position: absolute;
    top: 115%;
    left: 50%;
    transform: translateX(-50%);
    width:100%;
    min-width: 400px;
    height:fit-content;
    background-color: #fff;
    border: 1px solid var(--formgrayColor);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    overflow: hidden;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
    display:grid;
    grid-template-columns: repeat(2, 1fr);
    gap:10px;
    z-index:3000;
}

/* Dropdown items */
.category-dropdown .dropdown-item {
    display: block;
    padding: 11px 12px;
    color: var(--darkgrayColor);
    border-bottom: 0.05px solid var(--formgrayColor);
    font-size: 14px;
    font-weight: 500;
}
.category-dropdown .dropdown-item:hover {
    background: var(--formgrayColor);
    color: #146c20;
}
.category-dropdown:hover .dropdown-menu {
    opacity: 1; 
    pointer-events: auto;
    top: 100%;
}
.header_top_subcategory_name{
    font-size: 14px;
    font-weight: 600;
    color: #146c20;
    text-transform: uppercase;
}
.header_child_subcategory_name{
    font-size: 14px;
    font-weight: 500;
    color: var(--darkgrayColor);
}
/* Ensure dropdown doesn't go out of bounds */
.category-dropdown .dropdown-menu {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.header .search-form  {
    max-width:37%;
    margin:0 auto;
    width:100%;
    border-radius: 5px;
    border: 1px solid #ff6b35;
    border:1px solid var(--bordergrayColor);
    background: #f3f3f3;
    position:relative;
    display:flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap:0;
    justify-content: flex-start;
 }
  .header .search-form input {
      padding:8px 12px;
      background: #f3f3f3;
      padding-left:30px;
      font-size:14px;
      width:100%;
      border-radius: 5px;
  }
  .header .search-form input::placeholder {
      color:var(--grayColor);
      font-size:14px;
  }
  .header .search-form .search-btn {
      padding:10px 14px;
      background:transparent;
      cursor:pointer;
      color:#146c20;
      color: #ff6b35;
      position:relative;
  }
  
  .loading-indicator {
    position: absolute;
    top: 50%;
    right:14px;
    transform: translateY(-50%);
    background: var(--whiteColor);
    z-index: 2;
    color:#146c20;
    display:none;
}

    .loading-indicator.htmx-request {
        display: block;
    }

    .fa-circle-notch {
        font-size: 18px;
    }
/* search results */
.header .search-form .search-results-grid-container {
    position:absolute;
    left:0;
    top:20%;
    width:100%;
    bottom:0;
    min-height:0;
    height:fit-content;
    z-index:1000;
    background:var(--whiteColor);
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:start;
    gap:10px;
    padding:10px;
    max-height: 500px;
    overflow-y: auto;
    display: none;
    border-bottom:1px solid var(--beigeColor);
    box-shadow:var(--boxShadow);
  }

  .header .search-form .search-results-grid-container::-webkit-scrollbar {
      width:2px;
  }
  .header .search-form .search-results-grid-container::-webkit-scrollbar-track {
      background-color: #f1f1f1;
  }
  .header .search-form .search-results-grid-container::-webkit-scrollbar-thumb {
     background-color: var(--blackColor);
  }

  .header .search-form .search-results-grid-container.active {
      display: flex;
  }
  .header .search-form .search-results-grid-container .result-item {
  list-style-type: none;
  margin-bottom:5px;
  font-size: 14px;
  display:flex;
  align-items: center;
  border-bottom:1px solid var(--formgrayColor);
}
.header .search-form .search-results-grid-container .result-item .result-item-img  {
  width:60px;
  height:60px;
}
.header .search-form .search-results-grid-container .result-item .result-item-img img {
  width:100%;
  height:100%;
  object-fit: contain;
}
.header .search-form .search-results-grid-container .result-item .result-item-body {
  padding:10px;
}
.header .search-form .search-results-grid-container .result-item-body a  {
  color:var(--darkgrayColor);
  font-size:14px;
  font-weight:700;
}
.header .search-form .search-results-grid-container .result-item-body a:hover {
  color:#146c20;
}
.see-all-results-link {
    display: flex;
    margin-top: 10px;
    text-align: right;
    color: #146c20;
    font-size:14px;
    padding:2px 4px;
    font-weight:500;
    text-decoration: none;
}

.see-all-results-link:hover {
    text-decoration: underline;
}
.all_search_results_page {
    padding:20px;
}

.all_search-results_heading {
    display:block;
    background: var(--whiteColor);
    padding:16px 30px;
  
    text-align: center;
    margin-bottom: 19px;
    color:var(--darkgrayColor);
    font-size: 20px;
    font-weight: 400;
}
.all_search-results_container {
    padding:30px;
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 20px;
    justify-content: center;
    align-items: start;
    margin-bottom: 30px;
}
@media (max-width: 768px) {
    .all_search_results_page {
        padding:5px;
    }
    .all_search-results_container {
        grid-template-columns:repeat(2, 1fr);
        padding:5px;
        gap: 8px;
    }
    .header .header-utilities .desktop-user-details {
        display:none;
      }
}
@media (max-width: 330px) {
    .all_search-results_container {
        grid-template-columns:1fr;
    }
}
/* search results ends */


  .logged-user span {
      color:var(--blackColor);
      font-weight:700;
      font-size:18px;
  }
    /* Hide top-header when sticky header is active */
    .top-header.hidden {
        display: none;
    }

    /* Sticky header */
    .main-header.sticky {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-color: var(--blackColor);
        z-index: 1800;
        transform: translateY(-150%);
        opacity:0;
        transition: transform 0.4s ease-in-out;
    }

    /* Show sticky header when scrolling up */
    .main-header.visible {
        transform: translateY(0);
        opacity:1;
    }
  .navigation{
      position:fixed;
      top:0;
      right:-100%;
      width:0;
      display:flex;
      align-items:start;
      justify-content:start;
      flex-direction:column;
      gap:10px;
      padding:50px;
      background:var(--formgrayColor);
      color:var(--blackColor);
      z-index:2000;
      max-height: 100vh;
      height: 100vh;
      overflow-y: auto;
      transition:0.3s ease-in-out;
  }
  .navigation .user-details {
      display:flex;
      justify-content:flex-start;
      gap:8px;
      align-items:center;
      padding:7px 0;
  }
  .navigation .user-details #user-detail-wishlist {
    display:flex;
    align-items:center;
    flex-wrap: nowrap;
    justify-content:flex-start;
    gap:5px;
   }
  .navigation .user-details .user-icon {
      width:27px;
  }
  .navigation::-webkit-scrollbar {
  width:1px;
  }
  .navigation::-webkit-scrollbar-track {
      background-color: #f1f1f1;
      }

  .navigation::-webkit-scrollbar-thumb {
  background-color: var(--dimwhiteColor);
  }

  .navigation .nav-close {
      position:absolute;
      top:20px;
      right:10px;
      color:var(--blackColor);
      background:#146c20;
      width:30px;
      height:30px;
      padding:4px;
      border-radius:50%;
      display:flex;
      align-items:center;
      justify-content:center;
      font-size:14px;
      font-weight:600;
  }
  .navigation .logo img {
      width:140px;
  }
  .navigation .navbar-nav li {
      padding:8px 0;
  }
  .navigation li a {
      color:var(--blackColor);
      font-size:16px;
      font-weight:400;
  }
  .navigation .navbar-nav li .category {
    color:var(--blackColor);
    font-size:16px;
    font-weight:600;
}
.navigation .navbar-nav li .category>i {
    color:var(--blackColor);
    font-size:15px;
    padding-left:8px;
}
.navigation .navbar-nav li .main-subcategories-container {
   max-height:0;
   overflow-y: hidden;
   transition:max-height 0.3s ease-in-out;
}

.navigation .navbar-nav li .mobile-nav-subcategory-container {
    padding:5px 0;
    padding-left:5px;
    transition:all 0.3s ease-in-out;
}
  .navigation .navbar-nav li .mobile-nav-subcategory-container .subcategory {
      color:var(--darkgrayColor);
      font-size:15px;
      font-weight:400;
  }
  .navigation.active {
      width:90%;
      gap:10px;
      right:0;
  }
  #mobile-search-icon {
      display:none;
  }
  @media (min-width:768px) {
     .menu-bars {
          display:none;
      }
  }
  @media screen and (max-width:768px) {
 
      .top-header  {
          display:none;
      }
      .header {
        padding:8px 13px;
      }
      .header .search-form  {
        display:none;
      }
   
      .header .logo img {
       width:150px;
      }
      .menu-bars {
        width:24px;
        color:var(--whiteColor);
      }
      .header .header-utilities #fa-heart-wishlist {
       display:none;
      }
      #mobile-search-icon {
       display:block;
       font-size:19px;
      }

  }
  .header .header-utilities .utility-item .user-icon {  
    width:20px;
    margin-right:5px;

  }
  .total-cart-price {
    color:#146c20;
    font-weight:600;
  }
        @media screen and (max-width:768px) {
        .header_categories_list {
            display:none;
        }
        .home-banner-section {
            height:60vh;
        }
        }
        @media screen and (max-width:500px) {
            .home-banner-section {
                height:30vh;
            }
        }

        .featured-products-section {
            padding:30px 10px;
            background:var(--formgrayColor);
        }
        .products_list {
            display:grid;
            grid-template-columns:repeat(4, 1fr);
            gap:15px;
            justify-content:center;
            align-items:center;
        }
        .view-all-products-btn {
            margin:20px 0;
            display:flex;
            justify-content:center;
            align-items:center;
        }
        .view-all-products-btn a {
            color:var(--whiteColor);
            background:#146c20;
            font-size:16px;
            padding:8px 12px;
            border-radius:25px;
        }
        .view-all-products-btn a:hover {
           text-decoration: underline;
        }
    @media screen and (max-width:1024px) {
        .products_list {
            grid-template-columns:repeat(3, 1fr);
        }    
        }
    @media screen and (max-width:768px) {
        .featured-products-container {
            padding: 8px;
        }
        .products_list {
            grid-template-columns:repeat(2, 1fr);
            gap:8px;
        }
        .product-card {
            margin-bottom: 2px;
        }
        .product-card  .product-image {
            height:160px;
        }
        .about {
            padding:24px;
        }
    }
    @media screen and (max-width:400px) {
        .product-card  .product-image {
            height:115px;
        }
        .about {
            padding:12px;
        }
        .faq {
            padding:10px;
            padding-bottom:20px;
        }
        }
        @media screen and (max-width:330px) {
            .products_list {
                grid-template-columns:100%;
                gap:8px;
            }
        }
     /* Modern Categories Section */
     .categories-section {
        padding: 60px 20px;
        background: #f8f9fa;
    }

    .categories-container {
        max-width: 1200px;
        margin: 0 auto;
    }

    .categories-header {
        text-align: center;
        margin-bottom: 40px;
    }

    .categories-header h2 {
        font-size: 32px;
        color: #2c3e50;
        margin-bottom: 15px;
        font-weight: 600;
    }

    .categories-header p {
        color: #6c757d;
        font-size: 17px;
    }

    .categories-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 15px;
        padding: 20px 0;
    }

    .category-card {
        position: relative;
        background: #fff;
        border-radius: 3px;
        overflow: hidden;
        box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
        transition: all 0.4s ease;
    }

    .category-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    }

    .category-image {
        position: relative;
        width: 100%;
        height: 150px;
        overflow: hidden;
    }

    .category-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.6s ease;
    }

    .category-card:hover .category-image img {
        transform: scale(1.1);
    }

    .category-content {
        padding:16px 24px;
        position: relative;
        background: linear-gradient(to bottom, rgba(255,255,255,0.9), #fff);
    }

    .category-title {
        font-size: 20px;
        font-weight: 600;
        color: #2c3e50;
        margin-bottom: 10px;
        transition: color 0.3s ease;
    }

    .category-description {
        font-size: 14px;
        color: #6c757d;
        margin-bottom: 15px;
    }

    .category-meta {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 15px;
        border-top: 1px solid #eee;
    }

    .category-count {
        font-size: 14px;
        color: #146c20;
        font-weight: 500;
    }

    .category-link {
        display: inline-flex;
        align-items: center;
        color: #146c20;
        font-size: 14px;
        font-weight: 500;
        text-decoration: none;
        transition: all 0.3s ease;
    }

    .category-link i {
        margin-left: 5px;
        transition: transform 0.3s ease;
    }

    .category-link:hover {
        color: #000;
    }

    .category-link:hover i {
        transform: translateX(5px);
    }

    .category-badge {
        position: absolute;
        top: 20px;
        right: 20px;
        background: #146c20;
        color: white;
        padding: 5px 15px;
        border-radius: 20px;
        font-size: 12px;
        font-weight: 500;
        opacity: 0;
        transform: translateY(-10px);
        transition: all 0.3s ease;
    }

    .category-card:hover .category-badge {
        opacity: 1;
        transform: translateY(0);
    }

    @media (max-width: 768px) {
        .categories-section {
            padding: 40px 15px;
        }

        .categories-header h2 {
            font-size: 28px;
        }

        .categories-grid {
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
        }

        .category-image {
            height: 180px;
        }

        .category-title {
            font-size: 18px;
        }
    }
    .brands-slider-container {
        margin:50px 5px;
        padding:15px 0;
        background:var(--formgrayColor);
    }
       .brand {
         width: 100%;
         height: 120px;
         transition: transform 0.3s ease-out;
         cursor: pointer;
         box-shadow: 0 10px 25px rgba(0,0,0,0.05);
         border-radius: 5px;
         overflow: hidden;
         padding:10px;
       }
       .brand img {
         width: 100%;
         height: 100%;
         object-fit: contain;
         transition: transform 0.3s ease-out;
       }
   .swiper-button-next::after, 
   .swiper-button-prev::after  {
        content:'';
    }
    .official_shoes-slider,
    .new-arrivals-slider {
        padding:30px 10px;
    }
    .swiper-button-prev,
    .swiper-button-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 500;
        height:26px;
        width: 26px;
        line-height: 30px;
        font-size:13px;
        color: var(--grayColor);
        background:var(--formgrayColor);
        border-radius: 50%;
        text-align: center;
        cursor: pointer;
        opacity: 1;
        }

.swiper-wrapper:hover .swiper-button-prev,
.swiper-wrapper:hover .swiper-button-next {
    opacity: 1;
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
}
.swiper-pagination-bullet-active {
    background: #146c20;
    transform: scale(1.2);
}
.swiper-button-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
        /* Home-subscribe starts */
.subscribe-section {
		background: var(--blackColor);
		padding:10px;
	}
	.subscribe-to-newsletter-heading {
		text-align: center;
		font-size:30px;
		color:var(--whiteColor);
		font-weight: 600;
		padding-bottom: 10px;
	}
	.subscribe-to-newsletter-subheading {
		text-align: center;
		font-size:17px;
		line-height: 25px;
		color:var(--whiteColor);
		font-weight: 400;
	}
	.subscribe-form {
		max-width:500px;
		margin:20px auto;
		border-radius: 2px;
	}
	.subscribe-form input {
		padding:11px 20px;
		background:transparent;
		font-size:15px;
		color:var(--whiteColor);
		width:100%;
        border-bottom:1px solid var(--whiteColor);
	}
	.subscribe-form input:focus {
		border-bottom:1px solid #146c20;
	}
	.subscribe-form .input-submit-container {
		display:flex;
		justify-content: center;
		gap:20px;
		color:var(--whiteColor);
	}
	.input-submit-container .form-input-box {
		width:100%;
	}
	.subscribe-button {
		padding:11px 26px;
		font-size:16px;
        font-weight:500;
		color:var(--whiteColor);
		cursor:pointer;
		background: #146c20;
	}
	.subscribe-button:hover {
		transform: scale(1.03);
		background: var(--whiteColor);
		color:var(--blackColor);
		cursor:pointer;
	}

	@media (max-width: 400px) {
        .categories-cards-section {
            margin:10px 0;
            padding:10px;
        }
     
	}
/* Home-subscribe end */

.subheading {
    max-width:300px;
    margin: 20px auto;
    font-size: 31px;
    color: var(--blackColor);
    font-weight: 500;
    position: relative;
    text-align: center;
    padding: 10px 0;
}

.subheading::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 50%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #146c20;
}
@media screen and (max-width:500px) {
    .subheading {
        font-size:24px;
    }
}
/* Add this to your CSS file */
.alert-danger {
    color: #dc3545;
    background-color: #f2dede;
    border-color: #ebccd1;
    font-size: 0.9em;
    margin-top: 5px;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

/* Wishlist */
.saved_items_section {
    padding:30px;
    background:var(--formgrayColor);
}
.saved_items_table_header {
    background: var(--formgrayColor);
}
.saved_item {
    display: flex;
    justify-content:flex-start;
    align-items:center;
    flex-wrap:wrap;
    gap:10px;
    padding:2px 10px;
}
.saved_item img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    border-radius: 5px;
    margin-right: 10px;
}

.saved_item p {
    font-size:16px;
    color:var(--darkgrayColor);
    position: relative;
}
.saved_item p::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1.2px;
    background: #146c20;
    transform-origin: left;
    transform: scale(0);
    transition: 0.3s ease;
}

.saved_item p:hover::after {
    transform-origin: right;
    transform: scaleX(1);
}

.saved_item .remove-btn {
    display:flex;
    justify-content:center;
    align-items:center;
    color:var(--darkgrayColor);
    font-size:15px;
    height:22px;
    width:22px;
    padding:5px;
    border:1px solid var(--bordergrayColor);
    background:var(--whiteColor);
    border-radius:50%;
    cursor:pointer;
    margin-right:15px;
}
.saved_item .remove-btn:hover {
    color:#146c20;
}

.saved_items_table {
    width:100%;
    border-collapse: collapse;
}
.saved_items_table th {
    padding:10px 0;
    text-align:center;
}
.saved_items_table td {
    text-align: center;
}
.saved_items_table th {
    font-size:19px;
    font-weight:400;
    color:var(--blackColor);
}
.saved_items_table td .add-to-cart-button {
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
    color:var(--whiteColor);
    background:#146c20;
    padding:9px;
    cursor:pointer;
    position: relative;
}
.saved_items_table td .add-to-cart-button span {
    font-size:12px;
}
.saved_items_table td .add-to-cart-button:hover {
    opacity:0.8;
}
.empty_saved_items_container {
    display:flex;
    justify-content:center;
    align-items: center;
    text-align:center;
    padding:60px;
    background:var(--formgrayColor);
}

.empty_saved_items_container p {
    color:var(--blackColor);
    font-size:16px;
    line-height:30px;
    font-weight:400;
}
.empty_saved_items_container p>a {
    color:#146c20;
    font-weight:500;
}

@media (max-width: 768px) {
    .saved_items_table td .add-to-cart-button {
        border: none;
        font-size:11px;
        padding:1px;
    }
}

@media screen and (max-width:530px) {
.saved_items_section {
    padding:10px;
}
.saved_item {
    gap:5px;
    padding:5px;
}
.saved_item img {
    width: 50px;
    height: 50px;
    object-fit:contain;
    border-radius: 2px;
    margin-right: 5px;
}
.saved_item p {
    font-size:14px;
}

}

/* User profile dashboard*/
.page-details h1 {
    font-size:20px;
}

.dashboard-container {
    display: grid;
    grid-template-columns:2fr 8fr;
    min-height: 100vh;
    background-color: #f9f9f9;
}
.dashboard-container a {
    text-decoration: none;
    color: #146c20;
}
.sidebar {
    background-color: #fff;
    padding: 40px 30px;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
}

.profile-card {
    display:flex;
    justify-content: center;
    align-items: center;
    gap:15px;
    margin-bottom: 10px;
}

.profile-card .user-avatar {
    width:35px;
    height:35px;
    display:flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding:4px;
    background:#146c20;
    color:var(--whiteColor);
    font-size:16px;
}

.profile-card .username {
    font-weight: 700;
    font-size: 17px;
    color:#146c20
}
.profile-card .username>span {
    font-weight: 500;
    font-size: 17px;
    color:var(--blackColor);
}
.profile_side_nav ul {
    list-style: none;
    padding: 0;
}

.profile_side_nav li {
    padding:15px 5px;
    display:flex;
    justify-content: flex-start;
    gap:10px;
    align-items:center;
    border-bottom:1px solid var(--formgrayColor);
}
.selected {
    background:var(--formgrayColor);
    color:var(--blackColor);
    cursor:pointer;
}
.profile_side_nav li:hover {
    background:var(--formgrayColor);
    cursor:pointer;
}
.profile_side_nav li .profile_side_nav_icon {
   font-size:18px;
   color:var(--darkGrayColor);
}
.profile_side_nav li a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
    display: block;
}

/* Main profile Content Styling */
.main_profile_content {
    padding: 40px;
    background: var(--formgrayColor);
}

.main_profile_content .welcome-message {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.main_profile_content .welcome-message p {
    color:var(--darkgrayColor);
    line-height:30px;
    font-size:15px;
}

.main_profile_content .dashboard-sections {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content:center;
    align-items:center;
    gap:20px;
}

.main_profile_content .dashboard-sections .section {
    background: var(--whiteColor);
    padding: 40px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 10px;
    text-align: center;
    transition: transform 0.2s;
}

.main_profile_content .dashboard-sections .section .ion-icon {
    font-size:22px;
}

.main_profile_content .dashboard-sections .section:hover {
    transform: translateY(-5px);
}

.main_profile_content .dashboard-sections .section img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}

.main_profile_content .dashboard-sections .section h4 {
    font-size: 16px;
    color: #333;
    cursor:pointer;
}

.dashboard-items-container .profile_account_details_section {
    background:var(--whiteColor);
    margin:20px 0;
    padding:30px;
}
.dashboard-items-container .profile_account_details_section .empty-profile-detail-section {
   display:flex;
   justify-content:center;
   align-items:center;
   padding:20px;
}

.dashboard-items-container .profile_account_details_section h1 {
    text-align:center;
    font-size:20px;
    font-weight:600;
    color:var(--blackColor);
    padding:20px 0;
}
.orders_table_responsive,
.downloads_table_responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
table  {
   border-collapse:collapse;
   width: 100%;
}
.dashboard-items-container .profile_account_details_section table tr td .table-action-btn  {
  display:flex;
  align-items:center;
  gap:6px;
}
.dashboard-items-container .profile_account_details_section table tr td .table-action-btn .utility-btn,
.dashboard-items-container .profile_account_details_section table tr td .table-action-btn span  {
  font-size:17px;
}
.dashboard-items-container .profile_account_details_section table tr td .table-action-btn .trash-icon  {
  color:red;
}
.dashboard-items-container .profile_account_details_section table tr td,
.dashboard-items-container .profile_account_details_section table tr th  {
   border:1px solid var(--formgrayColor);
}
.dashboard-items-container .profile_account_details_section table tr th  {
   color:var(--blackColor);
   font-weight:500;
   font-size:17px;
   text-align: left;
   padding-left:14px;
}
.dashboard-items-container .profile_account_details_section .addresses-container  {
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:20px;
  justify-content:center;
  align-items:center;
}
.dashboard-items-container .profile_account_details_section .addresses-container .address-box {
    padding:20px;
    padding-bottom:10px;
    border:1px solid var(--bordergrayColor);
    border-radius:5px;
}
.dashboard-items-container .profile_account_details_section .addresses-container .address-box .default-address {
    padding:5px;
    color:#0073aa;
    font-weight:500;
    font-size:16px;
}
.dashboard-items-container .profile_account_details_section .addresses-container .address-box .addresses-actions-container {
    display:flex;
    align-items:center;
    justify-content:space-between;
    border-top:1px solid var(--bordergrayColor);
    padding-top:5px;
}
.dashboard-items-container .profile_account_details_section .addresses-container .address-box .addresses-actions-container a {
    font-size:16px;
    color:#146c20;
    font-weight:500;
    cursor:pointer;
}
.dashboard-items-container .profile_account_details_section .addresses-container .address-box .addresses-actions-container .ion-icon {
    font-size:20px;
    color:#146c20;
    font-weight:500;
    cursor:pointer;
}
.dashboard-items-container .profile_account_details_section .addresses-container p  {
    padding:5px 0;
    color:var(--darkgrayColor);
    font-weight:500;
}
.dashboard-items-container .profile_account_details_section .addresses-container .add-address-btn-container  {
  cursor:pointer;
}

.dashboard-items-container .profile_account_details_section .addresses-container p>span  {
    color:var(--grayColor);
    padding-left:4px;
}

.dashboard-items-container .profile_account_details_section  .profile-edit-form p {
    font-weight:400;
    margin-bottom:12px;
    display:block;
}
.dashboard-items-container .profile_account_details_section  .profile-edit-form label {
    font-weight:500;
    color:var(--darkgrayColor);
    margin-bottom:10px;
    display:block;
}
.dashboard-items-container .profile_account_details_section  .profile-edit-form input {
    width:100%;
    color:var(--grayColor);
    padding:12px;
    margin-bottom:8px;
    border:1px solid var(--bordergrayColor);
    font-weight:400;
}
.dashboard-items-container .profile_account_details_section  .profile-edit-form .profile-edit-form-submit-btn  {
  font-weight:500;
  text-align:center;
  color:var(--whiteColor);
  background:var(--blackColor);
  padding:12px 16px;
}
.dashboard-items-container .profile_account_details_section  .profile-edit-form .profile-edit-form-submit-btn:hover  {
  color:var(--whiteColor);
  background:#146c20;
  cursor:pointer;
}
.address_create_edit_form {
width:100%;
background:white;
}
.address_create_edit_form label {
display:block;
padding-bottom:6px;
font-size:16px;
color:var(--grayColor);
}
.address_create_edit_form input {
display:block;
width:100%;
border:1px solid var(--bordergrayColor);
padding:11px;
margin-bottom:10px;
font-size:16px;
color:var(--darkgrayColor);
}

.address_create_edit_form button {
display:block;
width:100%;
background:var(--blackColor);
color:white;
font-weight:500;
padding:12px 24px;
border:none;
border-radius:1px;
margin-top:10px;
transition:0.3s linear;
cursor:pointer;
}

/* Responsive Table Styles */
@media (max-width: 768px) {
/* Hiding table headers */
.profile_account_details_section table thead {
    display: none;
}

/* Making table elements display as blocks */
.profile_account_details_section table, 
.profile_account_details_section table tbody, 
.profile_account_details_section table tr, 
.profile_account_details_section table td {
    display: block;
    width: 100%;
}

/* Styling each table row as a card */
.profile_account_details_section table tr {
    margin-bottom: 15px;
    border: 1px solid var(--formgrayColor);
    border-radius: 5px;
    padding: 10px;
    background-color: #fff;
}

/* Style each table cell */
.profile_account_details_section table td {
    text-align: left;
    padding-left: 50%;
    position: relative;
    border: none;
    border-bottom: 1px solid var(--formgrayColor);
}

/* Remove last border */
.profile_account_details_section table td:last-child {
    border-bottom: none;
}

/* Add labels before cell content */
.profile_account_details_section table td::before {
    content: attr(data-label);
    position: absolute;
    left: 10px;
    width: 35%;
    padding-right: 10px;
    white-space: nowrap;
    font-weight: bold;
    text-align: left;
    color: var(--blackColor);
}

/* Adjust action buttons */
.profile_account_details_section table td .table-action-btn {
    display: flex;
    align-items: center;
    gap: 2px;
    justify-content: flex-start;
}

/* Adjust icons and text in action buttons */
.profile_account_details_section table td .table-action-btn .ion-icon,
.profile_account_details_section table td .table-action-btn span {
    font-size: 16px;
}
}

@media (max-width: 480px) {
    .profile_account_details_section table td::before {
        font-size: 14px;
    }

}

@media (max-width: 768px) {
.profile_account_details_section table td .table-action-btn .ion-icon {
    margin-bottom: 5px;
}
}

.profile_account_details_section table td .table-action-btn {
padding: 8px 12px;
border-radius: 4px;
background-color: var(--formgrayColor);
transition: background-color 0.3s;
}

.profile_account_details_section table td .table-action-btn:hover {
background-color: var(--darkGrayColor);
}

@media screen and (max-width:860px) {
.dashboard-container {
        grid-template-columns:1fr;
    }
}
@media (max-width: 1000px) {
    .dashboard-items-container .profile_account_details_section .addresses-container  {
            grid-template-columns:repeat(2, 1fr);
            gap:20px;
        }
}
@media (max-width: 768px) {
    .dashboard-items-container .profile_account_details_section {
        margin:10px 0;
        padding:3px;
    }
    .main_profile_content .dashboard-sections {
        grid-template-columns: repeat(3, 1fr);
        gap:10px;
    }
    .dashboard-items-container .profile_account_details_section .addresses-container  {
        grid-template-columns:1fr;
        gap:20px;
    }
    .main_profile_content .welcome-message {
        display:none;
    }
    .sidebar {
        background-color: #fff;
        padding: 10px;
        box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
    }

}
@media (max-width: 650px) {
    .main_profile_content {
        padding: 5px;
        padding-top:5px;
    }
  
    .main_profile_content .dashboard-sections {
        grid-template-columns: repeat(2, 1fr);
        gap:10px;
    }
    .dashboard-items-container .profile_account_details_section .addresses-container  {
        grid-template-columns:1fr;
        gap:20px;
    }
}
.saved_items_section {
    padding:30px;
}
.saved_item {
    display: flex;
    justify-content:flex-start;
    align-items:center;
    flex-wrap:wrap;
    gap:10px;
    padding:2px 10px;
}
.saved_item p {
    font-size:16px;
    color:var(--darkgrayColor);
}

.saved_item .remove-btn {
    display:flex;
    justify-content:center;
    align-items:center;
    color:var(--darkgrayColor);
    font-size:15px;
    height:22px;
    width:22px;
    padding:5px;
    border:1px solid var(--bordergrayColor);
    background:var(--whiteColor);
    border-radius:1px;
    cursor:pointer;
    margin-right:15px;
}
.saved_item .remove-btn:hover {
    color:#146c20;
}

.saved_items_table {
    width:100%;
    border-collapse: collapse;
}
.saved_items_table th {
    border-bottom: 1px solid var(--bordergrayColor);
    padding:10px 0;
    text-align:center;
}
.saved_items_table td {
    border-bottom: 1px solid var(--formgrayColor);
    text-align: center;
}
.saved_items_table th {
    font-size:19px;
    font-weight:400;
    color:var(--blackColor);
}

.empty_saved_items_container {
    display:flex;
    justify-content:center;
    align-items: center;
    text-align:center;
    padding:60px;
    background:var(--whiteColor);
}

.empty_saved_items_container p {
    color:var(--blackColor);
    font-size:16px;
    line-height:30px;
    font-weight:400;
}
.empty_saved_items_container p>a {
    color:#146c20;
    font-weight:500;
}
.selected {
    background:var(--formgrayColor);
    color:var(--blackColor);
    cursor:pointer;
}

@media screen and (max-width:530px) {
.saved_items_section {
padding:10px;
}
.saved_item {
gap:5px;
padding:5px;
}
.saved_item p {
font-size:14px;
}

}

/* product_modal */
.product_modal-backdrop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1999;
    transition: opacity 0.2s ease-in-out;
}
.product_modal {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9); 
    background: white;
    padding:20px;
    border-radius: 1px;
    z-index: 2000;
    max-width: 900px;
    max-height: 85vh;
    overflow: auto;
    width: 90%;
    pointer-events: none;
    opacity: 0;
    transition: all 0.2s ease-in-out; 
    visibility: hidden;
}

.product_modal.show {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, -50%) scale(1);
}

.product_modal-backdrop.show {
    display: block;
    opacity: 1;
}

.product_modal_close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    color: #000;
}
.modal_quantity_input {
    width:20%;
    padding:11px 14px; 
    border: 1px solid var(--bordergrayColor);
}
/* First, make sure we're using the default browser spin buttons */
.modal_quantity_input::-webkit-inner-spin-button,
.modal_quantity_input::-webkit-outer-spin-button {
    opacity: 1;
    height: auto;
}

/* For Firefox */
.modal_quantity_input {
    -moz-appearance: number-input;
}


/* Features Grid Section */
.features-grid {
    padding: 4rem 2rem;
    background-color: #f3f3f3;
}

.features-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    padding: 0 1rem;
}

.feature-card {
    display: flex;
    align-items: center;
    padding: 2rem;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #ff6b35;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.feature-card:hover::before {
    opacity: 1;
}

.feature-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f6f8fd 0%, #f1f5fb 100%);
    border-radius: 50%;
    margin-right: 1.5rem;
    flex-shrink: 0;
}

.feature-icon i {
    font-size: 1.5rem;
    color: #ff6b35;
    transition: transform 0.3s ease;
}

.feature-card:hover .feature-icon i {
    transform: scale(1.1);
}

.feature-content {
    flex: 1;
}

.feature-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #2c3e50;
    margin: 0 0 0.5rem 0;
}

.feature-description {
    font-size: 0.95rem;
    color: #7f8c8d;
    margin: 0;
    line-height: 1.5;
}

/* Responsive Design */
@media (max-width: 768px) {
    .features-grid {
        padding: 2rem 1rem;
    }

    .features-container {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .feature-card {
        padding: 1.5rem;
    }

    .feature-icon {
        width: 50px;
        height: 50px;
        margin-right: 1rem;
    }

    .feature-icon i {
        font-size: 1.25rem;
    }

    .feature-title {
        font-size: 1.1rem;
    }

    .feature-description {
        font-size: 0.9rem;
    }
} 

/* Brand text styling for computer business */
.brand-text {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-weight: bold;
    font-size: 1.2rem;
    color: #333;
    background: linear-gradient(135deg, #f5f5f5, #e0e0e0);
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.brand-text:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    background: linear-gradient(135deg, #e3f2fd, #bbdefb);
}


    /* Services Page Modern Styling */
    .services-hero {
        background: linear-gradient(135deg, #146c20 0%, #ff6b35 100%);
        color: white;
        padding: 30px 0 30px;
        text-align: center;
        position: relative;
        overflow: hidden;
    }

    .services-hero::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M0,20 Q50,0 100,20 V100 H0 Z" fill="rgba(255,255,255,0.1)"/></svg>');
        animation: float 15s infinite ease-in-out;
    }

    @keyframes float {
        0%, 100% { transform: translateY(0px); }
        50% { transform: translateY(-10px); }
    }

    .services-hero h1 {
        font-size: 3rem;
        font-weight: 700;
        margin-bottom: 20px;
        position: relative;
        z-index: 2;
    }

    .services-hero p {
        font-size: 1.4rem;
        margin-bottom: 30px;
        opacity: 0.95;
        position: relative;
        z-index: 2;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    .services-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
    }

    /* Main Services Section */
    .services-main {
        padding: 44px 0;
        background: #f8f9fa;
    }

    .services-intro {
        text-align: center;
        margin-bottom: 50px;
    }

    .services-intro h2 {
        font-size: 2.5rem;
        color: #146c20;
        margin-bottom: 20px;
        font-weight: 700;
    }

    .services-intro p {
        font-size: 1.2rem;
        color: #666;
        max-width: 800px;
        margin: 0 auto;
        line-height: 1.8;
    }

    /* Service Categories Grid */
    .services-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
        gap: 40px;
        margin-bottom: 10px;
    }

    .service-category {
        background: white;
        border-radius: 20px;
        padding: 30px;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
        position: relative;
        overflow: hidden;
    }

    .service-category::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 5px;
        background: linear-gradient(90deg, #ff6b35, #146c20);
    }

    .service-category:hover {
        transform: translateY(-10px);
        box-shadow: 0 30px 80px rgba(0, 0, 0, 0.15);
    }

    .service-category.business::before {
        background: linear-gradient(90deg, #146c20, #0d5018);
    }

    .service-category.home::before {
        background: linear-gradient(90deg, #ff6b35, #e55a2b);
    }

    .service-category h3 {
        font-size: 1.8rem;
        color: #146c20;
        margin-bottom: 20px;
        font-weight: 700;
    }

    .service-category.business h3 {
        color: #146c20;
    }

    .service-category.home h3 {
        color: #ff6b35;
    }

    .service-category p {
        color: #666;
        font-size: 1.1rem;
        margin-bottom: 25px;
        line-height: 1.6;
    }

    .service-list {
        list-style: none;
        padding: 0;
    }

    .service-list li {
        padding: 12px 0;
        font-size: 1.1rem;
        border-bottom: 1px solid #eee;
        display: flex;
        align-items: center;
        transition: all 0.3s ease;
    }

    .service-list li:last-child {
        border-bottom: none;
    }

    .service-list li:hover {
        padding-left: 10px;
        color: #146c20;
    }

    .service-list li::before {
        content: '✓';
        color: #ff6b35;
        font-weight: bold;
        margin-right: 10px;
        width: 20px;
        text-align: center;
    }

    .service-category.business .service-list li:hover {
        color: #146c20;
    }

    .service-category.home .service-list li:hover {
        color: #ff6b35;
    }

    /* Detailed Services Section */
    .detailed-services {
        padding: 40px 0;
        background: #f3f3f3;
    }

    .detailed-services h2 {
        text-align: center;
        font-size: 2.5rem;
        color: #146c20;
        margin-bottom: 60px;
        font-weight: 700;
    }

    .service-details-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 30px;
        margin-bottom: 40px;
    }

    .service-detail-card {
        background: #f8f9fa;
        padding: 20px 24px;
        border-radius: 5px;
        border-bottom: 5px solid #ff6b35;
        transition: all 0.3s ease;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
        position: relative;
    }

    .service-detail-card:nth-child(even) {
        border-bottom-color: #146c20;
    }

    .service-detail-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
        background: white;
    }

    .service-detail-card h4 {
        font-size: 1.3rem;
        color: #333;
        margin-bottom: 15px;
        font-weight: 600;
    }

    .service-detail-card p {
        color: #666;
        font-size: 1.1rem;
        line-height: 1.6;
        margin: 0;
    }

    /* Business Services Highlight */
    .business-highlight {
        background: linear-gradient(135deg, #146c20, #0d5018);
        color: white;
        padding: 60px 0;
        text-align: center;
        position: relative;
        overflow: hidden;
    }

    .business-highlight::before {
        content: '';
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="1"/><circle cx="50" cy="50" r="20" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="1"/></svg>');
        animation: rotate 30s infinite linear;
    }

    @keyframes rotate {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }

    .business-highlight h3 {
        font-size: 2.2rem;
        margin-bottom: 20px;
        position: relative;
        z-index: 2;
    }

    .business-highlight p {
        font-size: 1.1rem;
        margin-bottom: 30px;
        opacity: 0.9;
        position: relative;
        z-index: 2;
    }

    .business-services-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 30px;
        margin-top: 40px;
        position: relative;
        z-index: 2;
    }

    .business-service-item {
        background: rgba(255, 255, 255, 0.1);
        padding: 25px;
        border-radius: 15px;
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.2);
        transition: all 0.3s ease;
    }

    .business-service-item:hover {
        background: rgba(255, 255, 255, 0.2);
        transform: translateY(-5px);
    }

    .business-service-item h4 {
        font-size: 1.4rem;
        font-weight: 600;
        margin-bottom: 15px;
        color: #ff6b35;
    }

    .business-service-item p {
        margin: 0;
        font-size: 1.1rem;
        line-height: 1.5;
    }

    /* CTA Section */
    .services-cta {
        background: linear-gradient(135deg, #ff6b35, #e55a2b);
        padding: 40px 0;
        text-align: center;
        color: white;
        position: relative;
        overflow: hidden;
    }

    .services-cta::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><polygon points="0,100 100,80 100,100" fill="rgba(255,255,255,0.1)"/></svg>');
        animation: wave 10s infinite ease-in-out;
    }

    @keyframes wave {
        0%, 100% { transform: translateX(0); }
        50% { transform: translateX(-10px); }
    }

    .services-cta h3 {
        font-size: 3rem;
        margin-bottom: 20px;
        position: relative;
        z-index: 2;
        font-weight: 700;
    }

    .services-cta p {
        font-size: 1.3rem;
        margin-bottom: 40px;
        opacity: 0.95;
        position: relative;
        z-index: 2;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    .cta-buttons {
        display: flex;
        gap: 20px;
        justify-content: center;
        flex-wrap: wrap;
        position: relative;
        z-index: 2;
    }

    .cta-btn {
        background: white;
        color: #ff6b35;
        padding: 15px 35px;
        border-radius: 50px;
        text-decoration: none;
        font-size: 1.2rem;
        font-weight: 600;
        display: inline-flex;
        align-items: center;
        gap: 10px;
        transition: all 0.3s ease;
        border: 2px solid white;
    }

    .cta-btn:hover {
        background: transparent;
        color: white;
        transform: translateY(-3px);
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    }

    .cta-btn.secondary {
        background: transparent;
        color: white;
        border-color: white;
    }

    .cta-btn.secondary:hover {
        background: white;
        color: #ff6b35;
    }

    /* Common Issues Section */
    .common-issues {
        padding: 40px 0;
        background: #f8f9fa;
    }

    .common-issues h2 {
        text-align: center;
        font-size: 2rem;
        color: #146c20;
        margin-bottom: 40px;
        font-weight: 700;
    }

    .issues-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 25px;
    }

    .issue-item {
        background: white;
        padding: 20px;
        border-radius: 12px;
        text-align: center;
        transition: all 0.3s ease;
        border: 2px solid transparent;
        box-shadow: 0 10px 25px rgba(255, 107, 53, 0.3);
    }

    .issue-item:hover {
        border-color: #ff6b35;
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(255, 107, 53, 0.1);
    }

    .issue-item h4 {
        color: #333;
        font-size: 1.3rem;
        margin-bottom: 10px;
        font-weight: 600;
    }

    .issue-item p {
        color: #666;
        font-size: 1.1rem;
        margin: 0;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
        .services-hero h1 {
            font-size: 2.8rem;
        }

        .services-grid {
            grid-template-columns: 1fr;
        }

        .service-category {
            padding: 30px 20px;
        }

        .business-services-grid {
            grid-template-columns: 1fr;
        }

        .cta-buttons {
            flex-direction: column;
            align-items: center;
        }

        .services-cta h3 {
            font-size: 2.2rem;
        }

        .service-details-grid {
            grid-template-columns: 1fr;
        }

        .issues-grid {
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        }
    }
