/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

h3, h4 { font-family: 'Poppins', sans-serif; }
/* ====================
        ABOUT 
   ===================== */

.wp-block-heading{  margin-bottom:8px; }
.wp-block-media-text{ align-items:center; }
.wp-block-media-text img{ border-radius:30px; }
.wp-block-group.icon-row{ margin-top:20px; }
.ibg-feature{
    width:95px;
    height:95px;
    border-radius:50%;
    background:#fff;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    box-shadow:0 12px 28px rgba(0,0,0,.12);
    transition:.3s;
}
.ibg-feature i{ font-size:38px; margin-bottom:10px; }
.ibg-feature span{ font-size:14px; font-weight:700; }

/* =======  COLUMNS ABOUT =============== */
.about-section .wp-block-columns{ align-items:center; gap:50px; }

/* =======  IMAGE ======= */
.about-image img{
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 100%;
  border-radius:25px;
}
.about-image{
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
} 

/* =======  ICON ========= */

.about-icons{
    display:flex;
    gap:18px;
    margin-top:20px;
    flex-wrap:wrap;
}

.feature-item{
    width:100px;
    height:100px;
    background:#fff;
    border-radius:50%;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    box-shadow:0 8px 22px rgba(0,0,0,.12);
    transition:.3s;
}

.feature-item:hover{ Transform:translateY(-5px); }
.feature-item i{ font-size:34px; margin-bottom:10px; }
.feature-item span { font-size:15px; font-weight:600; }

/* warna */
.fa-microscope{ color:#13b9d8; }
.fa-check-circle{ color:#e43145; }
.fa-award { color:#28b54d; }
.fa-truck { color:#1f64d8; }

@media (max-width:768px){
.about-section .wp-block-columns{
display:flex;
flex-direction:column;
}

.about-icons{ justify-content:center; }
.feature-item{ width:80px; height:80px; }
.about-columns > .wp-block-column:last-child{
    display:flex;
    align-items:stretch;
}
.about-columns > .wp-block-column:last-child figure{
    width:100%;
    height:100%;
    margin:0;
}
.about-columns > .wp-block-column:last-child img{
    width:100%;
    height:100%;
    object-fit:cover;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-delay: 0s !important;
    animation-duration: 1s !important; /* berikan durasi agar tetap bergerak */
    transition-duration: 1s !important;
  }
}
 
	
 

