/*
Theme Name: Hello Elementor Child
Author: 
Description: Your description goes here
Version: 3.3.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
.about-iconbox .elementor-icon-box-icon {
    margin-top: 10px;
}
.elementor-button:not(.secondary-btn .elementor-button) {
    background-image: linear-gradient(90deg, #004A61 0%, #0098C7 100%);
}
.elementor-button {
    min-width: 191px;
    height: 59px;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
.about-image {
    position: relative;
    z-index: 1;
}

.about-image:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, #004A61 0%, #0098C7 100%);
    z-index: -1;
    left: 20px;
    top: 20px;
    border-radius: 20px;
}
.service-imagebox .elementor-image-box-img {position: relative;z-index: 1;}

.service-imagebox .elementor-image-box-img:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 66px;
    height: 66px;
    left: 50%;
    top: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    background-image: linear-gradient(90deg, #004A61 0%, #0098C7 100%);
    border-radius: 50%;
    transition: .3s ease-in-out;
    opacity: 1;
}

.service-imagebox .elementor-image-box-img:after {
    content: '';
    position: absolute;
    z-index: 1;
    width: 66px;
    height: 66px;
    left: 50%;
    top: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 50%;
    transition: .3s ease-in-out;
    opacity: 0;
}

.service-imagebox:hover .elementor-image-box-img:after {
    content: '';
    position: absolute;
    z-index: 1;
    width: 66px;
    height: 66px;
    left: 50%;
    top: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 50%;
    transition: .3s ease-in-out;
    opacity: 1;
}

.service-imagebox {
    position: relative;
    z-index: 1;
    transition: .3s ease-in-out;
    overflow: hidden !important;
    border-radius: 20px;
    background-color: #F5F5F5;
}

.service-imagebox .elementor-widget-container:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 45px;
    height: 45px;
    background-image: url(/wp-content/uploads/2025/05/arrow.webp);
    background-size: contain;
    background-repeat: no-repeat;
    right: 15px;
    top: 15px;
}

.service-imagebox:hover .elementor-image-box-img:before {
    transition: .3s ease-in-out;
}

.service-imagebox:hover .elementor-image-box-title {
    color: #fff;
}

.service-imagebox:hover .elementor-image-box-description {
    color: #fff;
}

.service-imagebox:hover .elementor-icon svg {
    fill: #000 !important;
    color: #000 !important;
}

.service-imagebox:hover .elementor-icon g {
    fill: #000;
}

.service-imagebox .elementor-image-box-title {
    transition: .3s ease-in-out;
}

.service-imagebox .elementor-image-box-description {
    transition: .3s ease-in-out;
}

.service-imagebox:after {
    content: '';
    position: absolute;
    z-index: 1;
    background-image: linear-gradient(90deg, #004A61 0%, #0098C7 100%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    transition: .3s ease-in-out;
}

.service-imagebox .elementor-widget-container {
    z-index: 2;
    position: relative;
}

.service-imagebox:hover:after {
    opacity: 1;
    transition: .3s ease-in-out;
}

.service-imagebox:hover .elementor-icon:before {
    opacity: 0;
    transition: .3s ease-in-out;
}
.service-imagebox .elementor-image-box-img img {
    filter: brightness(0) invert(1);
	transition: .3s ease-in-out;
}
.service-imagebox:hover .elementor-image-box-img img {
    filter: unset;
}
.service-imagebox .elementor-image-box-img {
    width: 66px;
    height: 66px;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: auto !important;
}
.section-divider {
    padding-top: 20px;
}
.service-imagebox .elementor-widget-container:before {
    display: none !important;
}

@media screen and (max-width: 1239px){
	.elementor-button {
		min-width: 151px;
		height: 49px;
	}
}
@media screen and (max-width: 479px) {
    .elementor-button {
        min-width: 111px;
        height: 39px;
    }
	.section-divider {
		padding-top: 0px;
	}
}