/* Icon Style */

/* Targeting the Elementor icon widget */
.ic .elementor-icon-wrapper {
  position: relative;
  display: inline-block;
  width: 120px; /* Adjust size as needed */
  height: 120px;
}

/* Adding the animated border */
.ic .elementor-icon-wrapper::before {
  content: "";
  position: absolute;
  top: -10px; /* Adjust as needed to position the border */
  left: -10px;
  right: -10px;
  bottom: -10px;
  border-radius: 50%;
  background: conic-gradient(
    #FF6E14 0deg 80%,  /* 80% of #75bad7 */
    #CCD2E3 80% 100%  /* 20% of #CCD2E3 */
  );
  animation: slow-rotate-border 8s linear infinite; /* Slow animation */
  z-index: 0;
}

/* Ensuring the icon stays above the animated border */
.ic .elementor-icon-wrapper .elementor-icon {
  padding: 0px;
  border-radius: 50%;
}

/* Keyframes for the slow border rotation */
@keyframes slow-rotate-border {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .ic .elementor-icon-wrapper {
    width: 100px; /* Adjust size as needed */
    height: 100px;
  }
}

.icn:hover *{
	color:white !important;
}
.icn:hover .elementor-icon{
	background: #ffffff !important;
}

.icn2:hover svg circle{
    fill: #FF6E14;
    transition: all 0.3s ease-in-out;
}

.lst-cstm ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.lst-cstm ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 8px;
}

.lst-cstm ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  background-image: url('https://listwithhaibrid.com/wp-content/uploads/2025/07/fi_16115554-1.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}



.custom-bullet-list li {
  display: none;
}

.custom-bullet-list li:nth-child(-n+10) {
  display: list-item;
}

.custom-bullet-list.show-all li {
  display: list-item;
}

.read-more-wrapper {
  margin-top: 10px;
}

.read-more-toggle,
.read-less-toggle {
  display: inline-block;
  color: #0073aa;
  cursor: pointer;
  font-weight: bold;
  margin-right: 10px;
}

div#savings-footer {
    display: flex
;
}

#wapo-total-price-table table{
	width:100%;
}
td#wapo-total-product-price{
	 width: 50%;
    padding-left: 20px;
}
td#wapo-total-options-price {
    width: 50%;
    padding-left: 20px;
}
td#wapo-total-order-price {
	width: 50%;
    padding-left: 20px;
}

.yith-wapo-addon-type-checkbox {
	width: 100% !important;
}

.yith-wapo-addon .options{
	display: flex !important;
	gap: 20px !important;
	flex-wrap: wrap !important;
	margin-bottom: -15px;
}