/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
/* 
.site-logo{
	position: relative;
}
.site-logo:after{
	content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 0px;
    right: -30px;
    transform: rotate(0deg) scale(1.01);
	color: #ffffff00;
	border-radius: 50%;
	background-color: #F4F6F8;
} */

.service-box{
	position: relative;
}
.service-box:before{
    position: absolute;
    background-image: url(https://arhamtechnosoft.com.au/wp-content/uploads/2025/10/shape-arham.png);
    left: 56%;
    top: -5%;
    z-index: 3;
    content: "";
    background-repeat: no-repeat;
    background-size: 25%;
}
.service-box:after{
    position: absolute;
    background-image: url(https://arhamtechnosoft.com.au/wp-content/uploads/2025/10/shape-arham.png);
	left: 90%;
    top: 19%;
    z-index: 3;
    content: "";
    background-repeat: no-repeat;
	background-size: 13%;
    width: 80%;
    height: 100%;
}
.project-slide{
	position: relative;
	overflow: hidden;
}
.project-slide .elementor-image-box-img{
	margin-bottom: 0px;
}
.project-slide .elementor-image-box-content{
	visibility: hidden;
	opacity: 0;
	position: absolute;
	bottom: 3.5%;
	left: 0%;
	background: linear-gradient(0deg,#DD5843 0%, #ffffff00 100%);
	transition: all 0.5s ease-in-out !important;
	border-radius: 0px 0px 30px 30px;
    padding: 150px 30px 10px;
    color: #fff;
}    
.project-slide:hover .elementor-image-box-content{
	visibility: visible;
	opacity: 1;
}

/* Home page Contact section : Start */
.homepage-contact-form input{
	width: 100%;
	background-color: transparent;
	border-bottom: 1px solid #bdbdbd;
}
.homepage-contact-form input,.homepage-contact-form textarea{
	border: 0;
	background-color: transparent;
	border-bottom: 1px solid #bdbdbd;
}
.homepage-contact-form input[type="submit"]{
	background-color: #f3663f !important;
    border-bottom: 0px;
    color: #fff;
    display: inline-block;
    border-radius: 50px;
    width: 25%;
    border: 2px solid #f3663f;
    padding: 12px 24px;
	margin-top: 20px;
}
.homepage-contact-form input[type="submit"]:hover{
	background-color: transparent !important;
	color: #f3663f;
}
/* Home page contact section : End */

.blog-posts .eael-post-elements-readmore-btn{
	display: inline-block;
}

/* Blog Listing page : START */
.blog .entry-title{
	padding: 20px 0px 50px;
}
.blog .page-content{
	display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.blog .page-content article.post{
	display: flex;
    flex-direction: column;
	width: calc(33.33% - 30px);
	box-shadow: 0px 0px 10px #dddddd;
    border-radius: 20px;
}
.blog .page-content article.post h2{
	order: 1;
	line-height: 30px;
	padding: 0px 20px;
	font-size: 1.5rem;
}
.blog .page-content article.post a img{
	border-radius: 20px 20px 0px 0px;
	height: 250px;
	object-fit: cover;
}
.blog .page-content article.post h2 a{
	line-height: 0;
}
.blog .page-content article.post p{
	order: 2;
	padding: 0px 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

/* Blog Listing page : END */

/* Single Blog Post : START */

.blog-post-form{
	background-color: var(--e-global-color-secondary);
    padding: 20px;
    border-radius: 20px;
}
.blog-post-form input,.blog-post-form textarea{
	color: #fff !important;
	border: 0;
	border-bottom: 1px solid #efefef;
	background-color: #ffffff00;
}
.blog-post-form input::placeholder,.blog-post-form textarea::placeholder{
	color: #fff;
}
.blog-post-form input[type="submit"]{
	background-color: #ffffff !important;
    border-bottom: 0px;
    color: #f3663f !important;
    display: inline-block;
    border-radius: 50px;
    border: 2px solid #ffffff;
    padding: 12px 24px;
}
.blog-post-form input[type="submit"]:hover{
	background-color: transparent !important;
	color: #fff !important;
}
ul.recent-posts li{
	margin-bottom: 20px;
}
ul.recent-posts li a{
	text-decoration: none;
	color: var(--e-global-color-secondary);
}
ul.recent-posts li a:hover{
	color: #000;
}
.blog-post-form h2{
	display: none;
}


@media (min-width: 1200px){
	.single-post .post,.single-post .post .page-header .entry-title{
		max-width: 1280px !important;
	}
}
.single-post .post{
	padding: 50px 0px;
}
.single-post .post h1{
	font-size: 3.5rem;
}
.single-post .post h2{
	font-size: 2.5rem;
	letter-spacing: 0;
	text-transform: capitalize;
	font-weight: 500 !important;
}
.single-post .post h3{
	font-size: 2rem;
	letter-spacing: 0;
	text-transform: capitalize;
	font-weight: 500 !important;
}
.single-post .post h3 strong,.single-post .post h2 strong{
	font-weight: 500 !important;
}
.single-post .post p,.single-post .post ul li,.single-post .post a{
	font-size: 1rem;
}
.single-post .post .post-image img{
	margin: 0px 0px 30px;
	border-radius: 40px;
	max-height: max-content;
}

.post-with-sidebar {
    align-items: flex-start;
}

.post-sidebar .widget {
    margin-bottom: 30px;
}

/* Single Blog Post : END */


@media (max-width: 1681px){
	.service-box:before{
		background-size: 80%;
		width: 30%;
	}
	.service-box:after{
		background-size: 26%;
   		width: 40%;
	}
}
@media (max-width: 1441px){
	.service-box:after{
		background-size: 56%;
   		width: 20%;
	}
}
@media (max-width: 1367px){
	.single-post .post{
		padding: 50px 20px;
	}
}
@media (max-width: 1025px){
	.homepage-contact-form input[type="submit"]{
    	width: 35%;
	}
	.service-box:before{
		background-size: 100%;
        width: 10%;
		left: 69%;
		top: -3%;
	}
	.service-box:after{
		background-size: 100%;
        width: 10%;
		top: 25%;
	}
	.blog .page-content article.post{
		width: calc(52% - 30px);
	}
	.single-post .post-with-sidebar{
		flex-direction: column;
	}
	.single-post .post h1{
		font-size: 2.5rem;
	}
	.single-post .post h2{
		font-size: 2rem;
	}
	.single-post .post h3{
		font-size: 1.5rem;
	}
}
@media (max-width: 767px){
	.service-box:before{
		background-size: 80%;
        width: 30%;
        left: 56%;
		top: -1%;
	}
	.service-box:after{
		background-size: 85%;
        width: 12%;
		top: 17%;
	}
	.blog .page-content article.post{
		width: 100%;
	}
}