/* 
Theme Name: Child Theme
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: ToffeeDev Team | DZAHABY
Author URI: https://toffeedev.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
/* USP */
.wrap-carousel-usp .owl-stage-outer,
.wrap-carousel-testi .owl-stage-outer{
    padding:10px 0;
    margin-top:10px;
}
.item.card-usp {
    border-radius:20px;
    overflow:hidden;
    background:white;
    box-shadow:0px 0px 8px rgb(0,0,0,14%);
    display:flex;
    align-items:center;
    justify-content:center;
    flex-flow:column;
}

.item.card-usp img{
    width:100%;
    height:265px;
    object-fit:cover;
}

.item.card-usp .usp-content{
    text-align:center;
    padding:20px;
}

.item.card-usp .usp-content h3{
    font-size:18px;
    color:#00BD17;
    font-weight:bold;
    margin:0;
}

/* Benefits */

.row-benefit{
    margin-top:20px;
}

.card-benefit {
    margin-bottom:30px;
    display:flex;
    align-items:center;
}

.card-benefit img{
    width:100px;
    height:100px;
    object-fit:contain;
}

.card-benefit .content-benefit h3{
    font-size:16px;
    font-weight:bold;
    color:#000;
}

.card-benefit .content-benefit p{
    font-size:14px;
    margin:0;
}

/* Testimoni */
.item.card-testi {
    background: #FFFFFF;
    box-shadow: 0px 0px 11px rgb(0, 0, 0, 11%);
    border-radius: 20px;
    padding: 20px;
    height: 275px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.item.card-testi p.description{
    text-align:left;
}

.item.card-testi .title-testi{
    display:flex;
    align-items:center;
    margin-top:18px;
    text-align:left;
    gap:20px;
}

.item.card-testi .title-testi img{
    width:16%;
    height:auto;
    object-fit:contain;
}

.item.card-testi .title-testi h3{
    font-size:20px;
    font-weight:bold;
    color:black;
    margin-bottom:0px;
}

.wrap-carousel-testi .owl-dots .owl-dot.active span,
.wrap-carousel-clients .owl-dots .owl-dot.active span{
    width:60px !Important;
    display:inline-block;
    background:#00BD17 !important;
}

/* USP Mitra */
.card-usp-mitra{
    display:flex;
    align-items:center;
}

.card-usp-mitra img{
    width:50%;
}

.card-usp-mitra h3{
    font-weight:bold;
    color:#000;
    
}

/* Client */
ul.tab-client {
    justify-content:center;
    margin-bottom:20px;
    gap:10px;
}

ul.tab-client a{
    font-weight:500;
    color:#000;
    border-bottom:2px solid #000000000;
    padding:0 10px;
}

ul.tab-client a.active.show{
    color:#00BD17;
    border-bottom:2px solid #00BD17;
    font-weight:700;
    border-radius:2px;
}

.tab-content.show-client img{
    height:100px;
    object-fit:contain;
    width:100%;
}

/* Client New */
.item.card-client img {
    height:150px;
    object-fit:contain;
}

/* Cuan Tab */


@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {

}

@media only screen and (max-width: 480px) {
	.row{
		margin:auto !important;
	}
	.item.card-usp img{
   		height:unset;
	}

	.card-usp-mitra{
		flex-flow:column;
		margin-bottom:20px;
	}

	.card-usp-mitra h3{
		font-size:24px;
		text-align:center;
	}

}

