/* -----common------ */
.work-box .elementor-icon-list-item .elementor-icon-list-text,
.cta-section .elementor-button{
	word-break: break-all;
}
.link-txt a{
	font-weight: 400;
}


/* -----heder------ */
header .elementor-sticky--effects{
	box-shadow: 0px 4px 10px #00000012;
}

/* ----strong-section------ */
.strong-section .strong-box{
	max-width:320px !important;
}
.strong-section .strong-box.middle{
	max-width:360px !important;
}
.strong-main-box .elementor-widget-icon{
	left: 50% !important;
    transform: translateX(-50%);
	opacity:0;
}
.strong-main-box:hover .elementor-widget-icon{
	opacity:1;
	transition.3s;
}

/* ----register-section------ */
.register-sec .elementor-field-type-textarea {
	margin-bottom: 10px !important;
}
.register-sec .elementor-field-type-radio{
	margin-bottom: 20px !important;
}
.register-sec .elementor-field-type-radio label{
	color: #fff;
}
.register-sec .elementor-field-type-radio .elementor-field-option{
	display: flex;
    align-items: center;
    gap: 5px;
}
.register-sec .elementor-field-type-radio input{
	width: 18px;
    height: 18px;
}

/* ----team-section------ */
.team-section .team-box a{
	font-weight: 400;
	color: #1A1A1A !important;
}
.team-section .team-box a:hover{
	color: #D66754 !important;
}

/* ----event-section------ */
.event-section .e-loop-item .elementor-post-info a{
	font-weight: 400;
}
.event-section .e-loop-item .elementor-heading-title a{
	font-family: "Antarctican Headline", Sans-serif;
}

/* -----we-work-section----- */
.we-work-section{
	overflow: hidden;
}
.we-work-section .work-box {
	max-width: 344px;
	width: 100%;
}

.work-section .work-round{
	max-width: 320px;
    width: 100%;
    /* position: absolute;
    top: 170px; */
}

.work-section .work-round .elementor-widget-heading span{
	font-size: 20px;
	line-height: 20px;
}
.work-section .work-round.yellow-r{
	max-width: 208px;
    height: 208px;
}
.work-section .work-round.yellow-r{
	max-width: 208px;
    height: 208px;
	position: absolute;
	top: 40px;
	right: 360px;
}
.work-section .work-round.blue-r{
	position: absolute;
	top: 150px;
	right: 0px;
}
.work-section .work-round.orange-r {
	position: absolute;
	top: 170px;
	left: 0px;
}

.work-section .work-map .heading-1{
    position: absolute;
    bottom: 260px;
    left: 180px;
}
.work-section .work-map .heading-2{
    position: absolute;
    bottom: 160px;
    right: 120px;
}
.work-section .work-map .heading-3{
    position: absolute;
    bottom: 80px;
    right: 70px;
}

.work-section .work-map .heading-1::before{
	content: '';
	position: absolute;
	top: 30px;
    left: -180px;
    width: 160px;
	height: 12px;
	background-image: url(https://yarnnstrong.devanchordigital.com.au/wp-content/uploads/2025/11/Arrow-1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.work-section .work-map .heading-2::before{
	content: '';
	position: absolute;
	bottom: 50px;
    left: 70px;
    width: 12px;
    height: 235px;
	background-image: url(https://yarnnstrong.devanchordigital.com.au/wp-content/uploads/2025/11/Arrow-2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.work-section .work-map .heading-3::before{
	content: '';
    position: absolute;
    top: -110px;
    right: -220px;
    width: 170px;
    height: 155px;
	background-image: url(https://yarnnstrong.devanchordigital.com.au/wp-content/uploads/2025/11/Vector-3.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}