/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: CVinfotech
 * Template: blocksy
 * Text Domain: blocksy
 * Version: 1.0.1
 */


#footer figure.wp-block-image.size-full img {
    width: 225px !important;
    height: 54px !important;
}

div#block-7 h2#about-us, div#block-8 h2#about-us{
    color: #24417C !important;
}

#footer div#block-12 {
    margin-top: 0;
}

body {
    background-color: #fff;
}
.ct-service-card:hover h3, .ct-service-card:hover .elementor-widget-text-editor {
    color: #fff !important;
}
.ct-service-card:hover .card-n0 .elementor-widget-text-editor p {
    color: #355575 !important;
}


#service-grid1 .elementor-icon svg, #service-grid2 .elementor-icon svg, #service-grid3 .elementor-icon svg, #service-grid4 .elementor-icon svg {
    transition: opacity 0.3s ease;
}

#service-grid1:hover .elementor-icon svg, #service-grid2:hover .elementor-icon svg, #service-grid3:hover .elementor-icon svg, #service-grid4:hover .elementor-icon svg {
    opacity: 0;
}

/* icon on hover #service-grid1*/
#service-grid1:hover .elementor-icon {
    background-image: url("/wp-content/uploads/2026/03/thumb-up_17008547-3-Vectorized.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
}
/* icon on hover #service-grid2*/
#service-grid2:hover .elementor-icon {
    background-image: url("/wp-content/uploads/2026/03/Union.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
}
/* icon on hover #service-grid3*/
#service-grid3:hover .elementor-icon {
    background-image: url("/wp-content/uploads/2026/03/Frame-33.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
}
/* icon on hover #service-grid4*/
#service-grid4:hover .elementor-icon {
    background-image: url("/wp-content/uploads/2026/03/Frame-34.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
}
.contact-link p.elementor-icon-box-description a {
    color: #fff !important;
}