/*
 Theme Name:   Ensaf Child  
 Theme URI:    https://wordpress.themeholy.com/ensaf/
 Description:  This is a child theme for ensaf - WordPress Theme
 Author:       Themeholy
 Author URI:   https://themeforest.net/user/themeholy
 Template:     ensaf
 Version:      1.0
 Tags:         two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, theme-options, editor-style, featured-images, microformats, post-formats,  sticky-post, threaded-comments, translation-ready
 Text Domain:  ensaf-child
*/

/*  [ Add your custom css below ] 
- - - - - - - - - - - - - - - - - - - - */   
.service-card .box-icon {
    height: 80px;
    width: 80px;
    background: var(--white-color);
    border-radius: 50%;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.05);
    margin-bottom: 28px;
    transition: 0.4s;

    /* Tambahan utama agar ikon center */
    display: flex;
    align-items: center;      /* Vertikal tengah */
    justify-content: center;  /* Horizontal tengah */
}

.process-bottom-item__icon {
    height: 56px;
    width: 56px;
    background: var(--theme-color);
    border-radius: 50%;
    
    /* Tambahan untuk pusatkan ikon */
    display: flex;
    align-items: center;      /* Vertikal tengah */
    justify-content: center;  /* Horizontal tengah */

    /* Hapus line-height agar tidak mengganggu flex alignment */
    line-height: normal;
}

.process-bottom-item__icon img {
    width: 60%;        /* Bisa disesuaikan (50–70%) tergantung desain) */
    height: auto;
    display: block;
    object-fit: contain;
}

.logo-icon-wrap .logo-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    text-align: center;
    margin-top: -3px;
    border: 1px solid #768382;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    background: #fff; /* opsional, kalau mau kontras */
    
    /* Hapus line-height dan tambahkan flex */
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-icon img {
    width: 60%;   /* Sesuaikan agar tidak terlalu besar */
    height: auto;
    display: block;
    object-fit: contain;
}

