/*
Theme Name: Astra Child
Template: astra
Version: 1.0
*/

*{
	font-family: "Inclusive Sans", sans-serif!important;
	font-weight:400;
}
html,
body {
	max-width: 100%;
	overflow-x: clip;
}
.bold{
 font-weight: 700;
}
.bold span{
 font-weight: 700;
}

.section-title{
	font-size:32px;

    font-weight:600!important;

    line-height:1;
	text-transform: uppercase;

    margin:0;
}

.js-services-section{
    position: relative;
    overflow: hidden;

    --boat-x: 40px;
}

.js-services-section::after{
    content:"";
    position:absolute;

    top: 60px;
    right: -20px;

    width: 977px;
    height: 504px;
	

    background:url("../../uploads/2026/07/ladja.svg") center/contain no-repeat;

    transform: translate3d(var(--boat-x), 0, 0);

    pointer-events: none;
    will-change: transform;
    z-index: 0;
}