/* === Layout Wrappers === */
.wb-custom-tabs-wrapper .tab-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wb-custom-tabs-wrapper .wb-custom-tabs-fixed-width {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center;
}

/* === Tab Columns === */
.wb-custom-tabs-wrapper .tab-column {
    width: 270px;
    flex: 0 0 auto;
    border-radius: 5px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-size: contain !important;
    background-position: center;
    justify-content: flex-end;
    background-repeat:no-repeat;
}

.wb-custom-tabs-wrapper .tab-column p {
    margin: 0;
}

/* === Icon Styling === */
.wb-custom-tabs-wrapper .tab-icon-wrapper {
    position: absolute;
    top: -28px;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wb-custom-tabs-wrapper .tab-icon-wrapper img {
    width: 95px !important;
    height: 125px !important;
    object-fit: cover;
}

/* === Content Blocks === */
.wb-custom-tabs-wrapper .tab-title {
    text-align: center;
    margin-top: 41px;
}

.wb-custom-tabs-wrapper .tab-desc {
    text-align: center;
    margin: 16px;
}

.wb-custom-tabs-wrapper .second.text {
    margin: 24px 0 16px;
    max-width: 210px;
    text-align: center;
}

.wb-custom-tabs-wrapper .tab-extra {
    font-size: 12px;
    color: #666;
    margin-top: 10px;
    text-align: center;
}

.wb-custom-tabs-wrapper .text {
    text-align: center;
    align-items: center;
}

/* === Divider === */
.wb-custom-tabs-wrapper .tab-divider {
    width: 100%;
    border-top: none;
    border-color: #E5E5E5;
}

/* === Percentage Box === */
.wb-custom-tabs-wrapper .tab-percent-wrap {
    display: flex;
    justify-content: center;
}

.wb-custom-tabs-wrapper .tab-percent {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 115px;
    height: 80px;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    margin-bottom: 32px;
}

/* === Swiper Slider === */
.wb-custom-tabs-wrapper .swiper {
    width: 100% !important;
    min-height: 423px;
}

.wb-custom-tabs-wrapper .swiper-slide {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 5px;
    position: relative;
    padding-top: 30px;
    flex-shrink: 1 !important;
    /*width: initial !important;*/
}

.wb-custom-tabs-wrapper .swiper-wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    display: flex;
    justify-content: space-between;
}

/* === Swiper Pagination === */
.wb-custom-tabs-wrapper .product-slider .swiper-pagination {
    position: relative;
    display: flex;
    width: auto;
    margin: 0 32px;
}

.wb-custom-tabs-wrapper .product-slider .swiper-pagination-bullet {
    background: #00A7E1;
    width: 12px;
    height: 12px;
    opacity: 1;
}

.wb-custom-tabs-wrapper .product-slider .swiper-pagination-bullet-active {
    background: #1F2A37;
    opacity: 1;
}

.wb-custom-tabs-wrapper .product-slider .swiper-controls,
.wb-custom-tabs-wrapper .product-slider .pagination-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 10px;
}

.wb-custom-tabs-wrapper .swiper-pagination {
    position: relative !important;
    bottom: 0 !important;
    margin-top: 16px;
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
	.wb-custom-tabs-wrapper .tab-column {
    width: 250px;
	}
}

@media only screen and (min-width: 601px) and (max-width: 1024px) {
.wb-custom-tabs-wrapper .swiper-slide {
    flex-shrink: 0 !important;
}}

@media only screen and (max-width: 600px) {
  .wb-custom-tabs-wrapper .swiper-slide {
    width: 100% !important;
    flex-shrink: 0 !important;
    box-sizing: border-box;
    /*margin-right: 0 !important;*/
	align-items:center;
  }
  /*.wb-custom-tabs-wrapper .tab-column {
    width: 100% !important;
    max-width: 100% !important;
  }*/
.wb-custom-tabs-wrapper .tab-column {
    width: 320px;
	background-size: cover !important;
}
}