/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 5,700+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.11.12.1759228552
Updated: 2025-09-30 10:35:52

*/

.area-list ul{
	display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.area-list ul li {
  width: 33.33%; /* 3 columns full width */
  padding: 5px 0 5px 28px; /* space for the icon */
  position: relative;
}

.area-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 16px;
  height: 16px;
  background: url('data:image/svg+xml;utf8,<svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="green" viewBox="0 0 512 512"><path d="M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z"/></svg>') no-repeat center center;
  background-size: contain;
}
@media (max-width: 768px){
	.area-list ul li {
	  width: 50%; /*2 columns full width */
	  
	}
}
 .call-block {
	 position: fixed;
	 top: 49%;
	 right: 0;
	 z-index: 99
}

.call-block a {
	background: var(--ast-global-color-0);
	color: #fff;
	padding: 20px 15px;
	font-size: 22px;
	border-radius: 5px 0 0 5px;
	font-weight: 700;
	display: block;
	line-height: 24px;
	text-align: center;
	position: relative;
	animation: mymove 5s infinite
}

@keyframes mymove {
	0% {
		transform: scale(1,1);
		right: 0
	}

	20% {
		transform: scale(1.1,1.1);
		position: relative;
		right: 10px
	}

	25% {
		transform: scale(1,1);
		right: 0
	}

	30% {
		transform: scale(1.1,1.1);
		position: relative;
		right: 10px
	}

	35% {
		transform: scale(1,1);
		right: 0
	}

	50% {
		transform: scale(1.1,1.1);
		position: relative;
		right: 10px
	}

	55% {
		transform: scale(1,1);
		right: 0
	}

	60% {
		transform: scale(1.1,1.1);
		position: relative;
		right: 10px
	}

	65% {
		transform: scale(1,1);
		right: 0
	}

	85% {
		transform: scale(1.1,1.1);
		position: relative;
		right: 10px
	}

	90% {
		transform: scale(1,1);
		right: 0
	}

	95% {
		transform: scale(1.1,1.1);
		position: relative;
		right: 10px
	}

	100% {
		transform: scale(1,1);
		right: 0
	}
}

@media (max-width: 767px) {
	.call-block {
		top:40%
	}

	.call-block a {
		background: rgb(0 0 0 / 69%);
		padding: 10px;
		font-size: 18px;
		line-height: 18px
	}

	.phone a {
		padding: 12px 12px 8px 12px!important
	}