@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body{
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
.tkb-swiper-pagination{
    display: flex;
}
.tkb-swiper-pagination .swiper-pagination-bullet{
    width: 100%;
    height: 4px;
    border-radius: 100px;
    background:#fff;
}
.tkb-swiper-pagination.dark .swiper-pagination-bullet{
    background: #0D6D4733;
    opacity: 1;
}
.tkb-swiper-pagination.dark .swiper-pagination-bullet-active{
    background: #0D6D47;
}
.why-swiper-pagination{
    display: flex;
}
.why-swiper-pagination .swiper-pagination-bullet,
.team-swiper-pagination .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    border-radius: 100px;
    background:#aaa;
}
.why-swiper-pagination .swiper-pagination-bullet-active,
.team-swiper-pagination .swiper-pagination-bullet-active{
    background:#0D6D47;
}
.hero-swiper-pagination{
    display: flex;
    bottom:100px!important;
    z-index: 10;;
}
.hero-swiper-pagination .swiper-pagination-bullet{
    width: 48px;
    border-radius: 100px;
    background:#fffa;
}
.hero-swiper-pagination .swiper-pagination-bullet-active{
    background: #FFC839;
}

.testimonial-swiper-pagination .swiper-pagination-bullet{
    width:15px;
    height: 15px;
    background: #fffd;
}
.testimonial-swiper-pagination .swiper-pagination-bullet-active{
    background: #fff;
}
.swiper-dots{
    display: flex;
}
.swiper-dots .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background:#aaa;
}
.swiper-dots .swiper-pagination-bullet-active{
    background:#0D6D47;
}
details summary {
    list-style: none!important; 
    -webkit-appearance: none!important;
    appearance: none!important;
}
summary {
    list-style-type: none!important;
    cursor: pointer!important;
}
details summary::-webkit-details-marker {
    display: none; 
}
