@media(max-width:1200px){
	.work-section .work-round .elementor-widget-heading span {
		font-size: 17px;
		line-height: 17px;
	}
	.work-section .work-round.yellow-r {
		right: 330px;
	}
	.work-section .work-map .heading-1::before {
		left: -150px;
		width: 130px;
	}
	.work-section .work-map .heading-2::before {
		left: 60px;
	}
	.work-section .work-map .heading-3::before {
		top: -100px;
		right: -190px;
		width: 130px;
		height: 105px;
	}
}
@media(max-width:1024px){
	.work-section .work-map .heading-2::before {
        left: 20px;
    }
	.work-section .work-map .heading-2::before {
        left: 20px;
    }
	.work-section .work-map .heading-1::before {
    	top: 20px;
	}
	.work-section .work-map .heading-2::before {
		height: 205px;
	}
	.work-section .work-round.yellow-r {
        right: 330px;
    }
	.work-section .work-round {
		max-width: 280px;
		width: 100%;
		min-height:280px;
	}
	.work-section .work-round.yellow-r {
		max-width: 190px;
		min-height: 190px;
		height: 190px;
	}

}
@media(max-width:980px){
	.work-section .work-map .heading-1 {
		left: 90px;
		bottom: 250px;
	}
	.work-section .work-map .heading-1::before {
        left: -100px;
        width: 90px;
    }
	.work-section .work-map .heading-2 {
		right: 90px;
	}
	.work-section .work-round.yellow-r {
        right: 250px;
    }
	.work-section .work-round.blue-r {
    	top: 210px;
	}
	.work-section .work-map .heading-3::before {
        top: -90px;
        right: -130px;
	}
}
@media(max-width: 767px) {
    .strong-section .strong-box,
    .strong-section .strong-box.middle {
        max-width: 280px !important;
    }
    .we-work-section .we-work-img {
        position: unset !important;
    }
    .work-mobile-sec .work-round {
        position: unset !important;
    }
    .work-mobile-sec .elementor-widget-heading::before {
        display: none !important;
    }
    .work-mobile-sec .elementor-widget-heading a {
        font-family: "Antarctican Headline", Sans-serif !important;
        font-weight: 600 !important;
    }
    .elementor-popup-modal .work-round {
        max-width: 320px;
    }
    .dialog-widget-content {
        box-shadow: unset !important;
    }
    .elementor-popup-modal .work-round .elementor-widget-heading span {
        font-size: 20px;
        line-height: 20px;
    }

    .work-map .popup-title a::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 18px;
        height: 18px;
        background: #EB5757;
        border-radius: 50%;
        z-index: -1;
    }

    .work-map .popup-title a::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 30px;
        height: 30px;
        background: #eb575750;
        border-radius: 50%;
        z-index: -1;
        animation: pulseRing 2s infinite ease-out;
    }

    @keyframes pulseRing {
        0% {
            transform: translate(-50%, -50%) scale(1);
            opacity: 0.7;
        }
        70% {
            transform: translate(-50%, -50%) scale(1.5);
            opacity: 0;
        }
        100% {
            transform: translate(-50%, -50%) scale(2.3);
            opacity: 0;
        }
    }
}
