/* MARK: tab
*/
.section-tab {
    @apply bg-tab bg-cover bg-no-repeat bg-[center_top] !p-[73px_0_160px_0];
    .row{}
    .fill{
        @apply bg-gradient-to-r from-green-900 to-green-900 opacity-90;
    }
    .tab-title{
        @apply pb-0;
        .col-inner{
            @apply border-[length:0_0_0_1px] border-dashed border-white pl-[26px];

        }
        .text{
            @apply relative;
            p{
                @apply text-white text-[32px] min-h-[56px] font-medium font-title min-w-[300px] leading-none justify-start items-center gap-2 inline-flex cursor-pointer mb-0;
            }
        }
        .text::before{
            @apply content-[''] absolute w-[12px] h-[12px] bg-csubmain-500  left-[-32px] top-1/2 -translate-y-1/2;
        }
        .text.active{
            p {
                @apply px-6 bg-gradient-to-l from-green-900 to-lime-400;
            }
        }
    }
    .tab-content{
        @apply pb-0;
        .text{
            @apply hidden text-white;
            p{}
        }
        .text.active{
            @apply !block;
        }
    }
}
/* MARK: sec about criteria
*/
.sec-about-criteria {
    @apply !p-0;
    .section-criteria {
        @apply -mt-[190px];
    }
    .section-criteria>div:first-of-type {
        @apply hidden;
    }
    .swiper-slide{
        &>div{
            @apply bg-white;
            &>div:first-of-type{
                background-image:linear-gradient(0deg, rgba(10.000000353902578, 75.00000312924385, 40.00000141561031, 1) 0%,rgba(174.00000482797623, 209.00000274181366, 54.00000058114529, 1) 100%) ;
                -webkit-background-clip:text;
                -webkit-text-fill-color:transparent;
                -moz-background-clip:text;
                -moz-text-fill-color:transparent;
                -ms-background-clip:text;
                -ms-text-fill-color:transparent;
            }
        }
        .creteria-name{
            @apply text-[#111111];
        }
        .creteria-desc{
            @apply text-gray-800;
        }
    }
}
/* MARK: ourteam
*/
.section-ourteam {
    .col {
        @apply p-0;
    }
}