.product-filter-block {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.main-tabs {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.main-tab {
  cursor: pointer;
  padding: 10px 15px;
  background: #f5f5f5;
  border-radius: 6px;
}
.main-tab.active {
  background: #0073aa;
  color: #fff;
}

.subcategories-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.subcategories {
  display: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.subcategories.active {
  display: block;
  flex: 0 0 28%;
  max-width: 28%;
  gap: 8px;
}
.subcategory-btn {
  text-align: left;
  padding: 10px 20px;
  border: 1px solid #E5E5E5;
  background: #fff;
  color: #004131;
  border-radius: 50px;
  cursor: pointer;
  font-family: "Figtree", Sans-serif;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.64px;
  width: 100%;
  margin-bottom: 8px;
}
.subcategory-btn:hover {
  background: #004131;
  color: #fff;
}
.subcategory-btn.active {
  background: #004131;
  color: #fff;
}
.product-carousel-wrapper{
  flex: 0 0 68%;
  max-width: 68%;
}
#product-carousel-wrapper {
  flex: 1;
}

.product-item {
  background: #FBFBFB;
  border: 1px solid #F5F5F5;
  border-radius: 8px;
  padding: 15px;
  text-align: center;
  display: flex !important;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: center;	
}
.product-thumb img {
  max-height: 320px;
  object-fit: contain;
  margin: AUTO AUTO;
}
.product-title {
  font-family: "Figtree", Sans-serif;
  font-size: 20px;
  font-weight: Bold;
  margin-bottom: 6px;
	color: #004131;
}
.product-tag{
  font-family: "Figtree", Sans-serif;
  font-size: 16px;
  font-weight: 300;
  margin-top: 8px;
  margin-bottom: 6px;
  color: #004131;
}
.product-desc {
  font-family: "Figtree", Sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #004131;
  margin-top: 8px;
  margin-bottom: 8px;
  text-align: left;
}
.price {
  font-weight: bold;
  color: #0073aa;
}

button.slick-next.custom-arrow.slick-arrow {
    right: 50px;
    position: absolute;
    top: 48%;
	background: #fff;
	border-color: #000;
	color: #000;
	border-radius: 50%;
}
button.slick-prev.custom-arrow.slick-arrow{
	display: none !important;
    position: absolute;
    top: 48%;
    z-index: 1;
	background: #fff;
	border-color: #000;
	color: #000;
	border-radius: 50%;
}
.product-info{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product-carousel .slick-slide {
  margin: 0 5px;
}
.product-carousel .slick-list {
  margin: 0 -5px;
}
.slick-list {
    padding-left: 0px!important;
	padding-right: 10px;
}

.pod-title h1{
	word-break: break-word;
}
.pod-dtl-cat .elementor-icon-list-items{
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}
.pod-dtl-cat .elementor-icon-list-items li:first-child{
/*     width: 50%; */
}
.pod-dtl-cat .elementor-icon-list-items li:last-child span{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 5px;
}
.pod-dtl-cat .elementor-icon-list-text{
    text-align: -webkit-right;
}
.pod-dtl-cat .elementor-icon-list-text a{
    color: #004131;
    border: 1px solid #004131;
    padding: 6px 20px;
    border-radius: 50px;
    width: fit-content;
    text-align: center;    
    font-weight: 600;
	width: max-content !important;
}
.pod-dtl-pod .elementor-icon-list-items{
    justify-content: space-between;
}
.pod-dtl-pod ul.elementor-icon-list-items li:last-child .elementor-icon-list-text{
    color: #004131;
    border: 1px solid #004131;
    padding: 6px 20px;
    border-radius: 50px;
    width: fit-content;
    text-align: center;
    font-weight: 600 !important;
}
.pod-dtl-form .elementor-icon-list-items{
    justify-content: space-between;
}
.pod-dtl-form ul.elementor-icon-list-items li:last-child .elementor-icon-list-text{
    display: flex;
    gap: 5px;
}
.pod-dtl-form ul.elementor-icon-list-items li:last-child .elementor-icon-list-text a{
    color: #004131;
    border: 1px solid #004131;
    padding: 6px 20px;
    border-radius: 50px;
    width: fit-content;
    text-align: center;
}
.pod-dtl-form .elementor-icon-list-item a{
    color: #004131;
    font-weight: 600;
}
.pod-dtl-strength .elementor-icon-list-items{
    justify-content: space-between;
}
.pod-dtl-strength ul.elementor-icon-list-items li:last-child .elementor-icon-list-text{
    display: flex;
    gap: 5px;
}
.pod-dtl-strength ul.elementor-icon-list-items li:last-child .elementor-icon-list-text a{
    color: #004131;
    border: 1px solid #004131;
    padding: 6px 20px;
    border-radius: 50px;
    width: fit-content;
    text-align: center;
}
.pod-dtl-strength .elementor-icon-list-item a{
    color: #004131;
    font-weight: 600;
}
.pod-dtl-roa .elementor-icon-list-items{
    justify-content: space-between;
}
.pod-dtl-roa ul.elementor-icon-list-items li:last-child .elementor-icon-list-text{
    color: #004131;
    border: 1px solid #004131;
    padding: 6px 20px;
    border-radius: 50px;
    width: fit-content;
    text-align: center;
    font-weight: 600;
}
.pod-dtl-ai .elementor-icon-list-items{
    justify-content: space-between;
}
.pod-dtl-ai ul.elementor-icon-list-items li:last-child .elementor-icon-list-text{
    color: #004131;
    border: 1px solid #004131;
    padding: 6px 20px;
    border-radius: 50px;
    width: fit-content;
    text-align: center;
    font-weight: 600;
}
@media only screen and (max-width:480px){
    .pod-dtl-cat .elementor-icon-list-items li:first-child{
        width: 22%;
    }
	.pod-dtl-cat .elementor-icon-list-items li:last-child{
        width: 78%;
		justify-content: flex-end;
    }
}

@media only screen and (max-width:999px){
	button.slick-next.custom-arrow.slick-arrow {
		right: 20px;
	}
	.subcategories.active{
    	display: flex;
    	flex: 0 0 100%;
    	max-width: 100%;
    	gap: 8px;
	}
	.product-carousel-wrapper {
    	flex: 0 0 100%;
    	max-width: 100%;
	}
	.subcategory-btn{
		width: unset;
	}
}

.product-item.slick-slide.slick-active:hover {
    background-color: #eeeded;
}


/* Gravity Forms */
/* Text, Email, Phone, Date, Number, Textarea */
body .gform_wrapper input[type="text"],
body .gform_wrapper input[type="email"],
body .gform_wrapper input[type="tel"],
body .gform_wrapper input[type="number"],
body .gform_wrapper input[type="date"],
body .gform_wrapper input[type="url"],
body .gform_wrapper textarea,
body .gform_wrapper select {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
  
    transition: border 0.2s ease-in-out;
  box-sizing: border-box;
  box-shadow:0px;

}

body .gform_wrapper input:focus,
body .gform_wrapper textarea:focus,
body .gform_wrapper select:focus {
  border-color: #d4af37; /* gold highlight */
  outline: none;
}



body .gform_wrapper .gform_body .gform_fields .gfield:nth-child(2n) {
  margin-right: 0;
}

/* Consent/Checkbox fields */
body .gform_wrapper .gfield_checkbox label,
body .gform_wrapper .gfield_consent label {
  font-size: 14px;
  font-weight: 400;
  color: #444;
}

/* Submit Button */
body .gform_wrapper .gform_footer input[type="submit"],
body .gform_wrapper .gform_page_footer input[type="button"],
body .gform_wrapper .gform_page_footer input[type="submit"] {
  background-color: #d4af37 !important; /* gold */
  color: #fff;
  border: none;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 1px;
  text-transform: uppercase;
	font-family: "Figtree", Sans-serif !important;
    font-size: 16px !important;
    font-weight: 600;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    border-radius: 4px 4px 4px 4px;
    padding: 15px 20px 15px 20px;
}
	


/* Hover invert */
body .gform_wrapper .gform_footer input[type="submit"]:hover,
body .gform_wrapper .gform_page_footer input[type="button"]:hover,
body .gform_wrapper .gform_page_footer input[type="submit"]:hover {
  background-color: #004131 !important;
  color: #d4af37;
}


/* Placeholder text styling */
body .gform_wrapper input::placeholder,
body .gform_wrapper textarea::placeholder,
body .gform_wrapper select::placeholder {
  color: #999;   /* light gray */
  opacity: 1;    /* ensure consistent visibility */
}

/* Vendor prefixes for older browsers */
body .gform_wrapper input::-webkit-input-placeholder,
body .gform_wrapper textarea::-webkit-input-placeholder,
body .gform_wrapper select::-webkit-input-placeholder {
  color: #999;
}

body .gform_wrapper input:-ms-input-placeholder,
body .gform_wrapper textarea:-ms-input-placeholder,
body .gform_wrapper select:-ms-input-placeholder {
  color: #999;
}

body .gform_wrapper input::-ms-input-placeholder,
body .gform_wrapper textarea::-ms-input-placeholder,
body .gform_wrapper select::-ms-input-placeholder {
  color: #999;
}