.tabwise-slider-sec{
    margin-bottom: 50px;
}
.tabbing-contents .tab-content{
    display: none !important;
    position: relative;
}
.tabbing-contents .tab-content.active , .tab-content a{
    display: block !important;
}
.tab-with-slider a{
    text-decoration: none;
    color: rgb(51 51 51);
    font-family: 'Bayon', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    display: block;
    height: 100% !important;
    width: 100% !important;
}
.tabbing-header{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.projectSwiper .swiper-slide{
    height: auto !important;
/*    max-width: 470px;*/
/*    max-width: 350px;*/
}
.tabbing-btn {
    padding: 15px 35px;
    transition: all 400ms ease-in-out;
    border: 1px solid transparent ;
    cursor: pointer;
    width: fit-content !important;
}
.tab-with-slider .mySwiper .swiper-scrollbar{
    position: relative !important;
}
.tabbing-btn.active , .tabbing-btn:hover , .tabbing-btn:focus{
    background: #7eb363;
    transition: all 400ms ease-in-out;
}
/* .swiper-btn-main , .tabbing-contents{
    width: 90%;
    margin: auto;
}*/
.tabbing-contents {
    margin-top: 30px;
}
.ctm-slider-shortcode{
    overflow: hidden !important;
}
.ctm-slider-shortcode .mySwiper  , .projectSwiper{
/*    max-width: 1170px ;*/
    width: 90%;
    margin: 0 auto;
}
.tab-with-slider .projectSwiper{
    overflow: visible !important;
}
.tab-with-slider .swiper-btn-main{
    display: none;
    gap: 15px;
    margin: 25px auto !important;
    justify-content: space-between !important;
        position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 100%;
}
.tab-with-slider .swiper-btn-main.show{
    display: flex;
} 
.tab-with-slider .swiper-btn{
    cursor: pointer;
}
.tab-with-slider .swiper-btn img{
    background: #7eb363;
    transition: all 400ms ease-in-out;
    max-width: 46px;
}
.tab-with-slider .swiper-btn:hover img{
    background: #009FD3;
    transition: all 400ms ease-in-out;
}
.tab-with-slider .tabbing-header{
    padding-bottom: 30px;
    border-bottom: 1px solid #cbcbcb;   
}
.tab-with-slider .img {
    position: relative;
    padding-top: 60%;
    height: 100%;
    width: 100%;
    background-color: #fff;
}

.tab-with-slider .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.tab-with-slider .card-content{
    padding: 20px;
    transition: all;
    transition-duration: 300ms;
    transition-delay: 75ms;
    
}

.tab-with-slider .btn-read-more img{
    filter: brightness(0) saturate(100%);
    transition: all 400ms ease-in-out;
    max-width: 25px;
    position: relative;
}
.tab-with-slider .card-content{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.tab-with-slider .card-content h5{
    margin: 0 !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    color: #1D271D !important;
    letter-spacing: 2px !important;
    line-height: 1.3em !important;
    text-align: left !important;
    padding: 0;
}
.tab-with-slider .card-content p{
    margin: 0 !important;
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif !important;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400 !important;
    text-align: left;
    color: rgb(51 51 51);
}
.tab-with-slider .card-main:hover .btn-read-more p{
    color: #000;
}
.tab-with-slider .card-main:hover .btn-read-more img{
    transition: all 400ms ease-in-out;
    transform: translateX(5px);
    /* filter: brightness(0) saturate(100%) invert(69%) sepia(15%) saturate(1136%) hue-rotate(56deg) brightness(92%) contrast(87%); */
}
.tab-with-slider .card-main{
    transition: all 400ms ease-in-out;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    max-width: 470px;
}
.tab-with-slider .card-main:hover{
    transform: scale(1.1);
    transition: all 400ms ease-in-out;
    background-color: #7eb363 !important;
}
.card-main{
    height: 100% !important;    
}
.swiper-button-disabled , .swiper-button-lock {
/*    display: block !important;*/
}
.tabbing-header {
    width: 100%;
/*    margin: auto;*/
}
.tab-with-slider .btn-read-more{
    display: flex !important;
    align-items: center;
    justify-content: start;
    gap: 5px;
    margin-top: 10px;
}
.tab-with-slider .btn-read-more P{
    font-size: 16px;
    line-height: 20px;
    color: black;
    font-family: 'Bayon', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 400;
}

.tab-with-slider .swiper-wrapper {
    padding-bottom: 30px;
}
.swiper-pagination-bullet-active {
    background: #7eb363;
}
/* Style for disabled navigation buttons */
.swiper-btn.swiper-button-disabled img {
    display: none;
    /*background-color: gray;
    opacity: 0.5;
    pointer-events: none;*/ /* Prevent interaction */
}

/* Active navigation button */
.swiper-btn img {
    opacity: 1;
    transition: background-color 0.3s ease, opacity 0.3s ease;
}
@media (max-width: 1440px){
    .tabbing-btn{
        padding: 10px 30px;
    }
    .tabbing-header{
        gap: 10px;
    }
    .tab-with-slider a{
        font-size: 18px;
        line-height: 21px;    
    }
}
@media (max-width: 1024px){
    .tabbing-header {
        justify-content: flex-start;
        overflow: hidden;
        overflow-x: scroll;
        padding-bottom: 25px;
    }
    .tabbing-header::-webkit-scrollbar {
        width: 5px;    
        height: 5px;
      }
    .tabbing-header::-webkit-scrollbar-track {
        background: #f1f1f1;
      }
    .tabbing-header::-webkit-scrollbar-thumb {
        background: #7eb363;
    }
}
@media (max-width: 768px){
    .tab-with-slider .card-content{
        padding: 10px;
    }
}
@media (max-width: 675px) {
    .tab-with-slider a {
        font-size: 15px;
        line-height: 18px;
    }
    .tabbing-btn {
        padding: 10px 11px;
    }
    .tab-with-slider .swiper-btn img{
        max-width: 30px;
    }
}

.tab-with-slider .swiper-btn-main .swiper-btn{
    display: block !important;
}