/*
Theme Name: Econic Marine Child
Theme URI:
Author:
Author URI:
Description: Child theme for Econic Marine
Template: econic-marine
Version: 1.0.0
Text Domain: econic-marine-child
*/

.absolute-icons .elementor-icon-box-icon {
	position: absolute;
	top: 80%;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
	border-radius: 50%;
}

.wave-divider {
    position: relative;
    isolation: isolate;
}

.wave-divider::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 0;

    width: 100%;
    height: 180px;
    background-color: #032139;

    -webkit-mask:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 180' preserveAspectRatio='none'%3E%3Cpath fill='white' d='M0,52 C180,98 330,118 520,108 C700,98 860,40 1040,44 C1180,48 1290,82 1360,100 C1400,110 1425,116 1440,116 L1440,180 L0,180 Z'/%3E%3C/svg%3E")
        center bottom / 100% 100% no-repeat;

    mask:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 180' preserveAspectRatio='none'%3E%3Cpath fill='white' d='M0,52 C180,98 330,118 520,108 C700,98 860,40 1040,44 C1180,48 1290,82 1360,100 C1400,110 1425,116 1440,116 L1440,180 L0,180 Z'/%3E%3C/svg%3E")
        center bottom / 100% 100% no-repeat;
}

.wave-divider > * {
    position: relative;
    z-index: 1;
}
