/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/


.banner-section{
	padding-left: calc((100% - 1240px)/2 + 5px) !important;

}


.elementor-sticky--effects{
	background: #fff !important;
}

.elementor-sticky--effects{
	background: #000 !important;
}

.elementor-sticky--effects .header-content{
	padding: 0 !important;
	transition: 0.5s !important;
}

.elementor-sticky--effects .logo-class img{
	max-width: 120px !important;
	transition: 0.5s !important;
}

.header-section .header-content{
	backdrop-filter: blur(10px) !important;
	background: #00000030 !important;
}


/* =========================================
 *            Slider-3
 * ======================================= */
.slider-section-3 .swiper-slide-inner{
    max-width: 1240px !important;
    width: 100% !important;
    z-index: 1 !important;
}

/* .slider-section-3 .swiper-slide-inner:before{
    content: '';
    position: absolute !important;
    width: 372px;
    height: 74% !important;
    background: #4951b2;
     z-index: -1;
    left: 0 !important;
    top: 0;
}  */

.slider-section-3 .elementor-background-overlay {
	background: linear-gradient(90deg, rgb(58 6 6) 0%, rgb(0 0 0 / 6%) 62%) !important;
}

/* .slider-section-3 .hero-head{
    position: relative !important;
	z-index: 1;
} */

.slider-section-3 .elementor-slide-heading span{
	text-shadow: 2px 1px 3px rgba(66, 68, 90, 1);
}

.slider-section-3 .elementor-swiper-button-prev , .slider-section-3 .elementor-swiper-button-next{
	padding: 12px !important;
    background: #E61D25 !important;
	transition: 0.5s !important;
}

.slider-section-3 .elementor-swiper-button-prev:hover, .slider-section-3 .elementor-swiper-button-next:hover{
	background: #050403 !important;
}

.slider-section-3 .swiper-slide-contents{
	 position: relative !important;
}

.slider-section-3 .swiper-slide-contents:before{
    content: '';
    position: absolute !important;
    background: #e21b2638 !important;
    top: -40px;
    left: 45px;
    right: 0;
    bottom: -10%;
    width: 35% !important;
    background: #fff;
	z-index: -1 !important;
}


/* .slider-section-3 .elementor-swiper-button-prev{
	left: unset !important;
	right: 68px !important;
}

.slider-section-3 .elementor-swiper-button{
	top: 100% !important;
} */

/* .slider-section-3 .swiper-pagination{
	position: absolute;
	text-align: center;
	transition: .3s opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;
	right: 35px !important;
	top: 50%;
	bottom: unset !important;
	transform: translateY(-50%);
	width: 0 !important;
	left: unset !important;
} */

.slider-section-3 .swiper-pagination-bullet , .slider-section-3 .swiper-pagination-bullet-active{
	height: 6px !important;
	width: 52px !important;
	border-radius: 0px !important;
}


/*  */

.banner-section .elementor-swiper-button{
	top: 100% !important;
	transform: translateY(-100%) !important;
	background: #303030 !important;
	padding: 14px !important;
	transition: 0.5s !important;
}

.banner-section .elementor-swiper-button:hover{
	background: #e21d23 !important;
}

.banner-section .elementor-swiper-button-prev{
	left: 0 !important;
}


.banner-section .elementor-swiper-button-next{
	left: 64px !important;
	right: unset !important;
}


/* =================== about-us-section ===================== */

.about-us-section{
	position: relative !important;
}

.about-us-section:before{
    content: '';
    position: absolute !important;
    background: #fbe5c4;
    width: 25% !important;
    z-index: -1;
    height: 100%;
    top: 0;
    bottom: 50%;
}

.about-us-section .about-us-img{
	position: relative !important;
}

.about-us-section .about-us-img:before{
	content: "";
    position: absolute;
    top: -60px;
    left: 100px;
    right: -60px;
    bottom: 60px;
    border: 8px solid #D29674;
    z-index: 1;
    -webkit-animation: ImgBounce 5s ease-in-out 0s infinite alternate;
    animation: ImgBounce 5s ease-in-out 0s infinite alternate;
}

@keyframes ImgBounce {

	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

}


.about-us-section .shape-mover{
	-webkit-animation-name: shapeMover;
	animation-name: shapeMover;
	-webkit-animation-duration: 9s;
	animation-duration: 9s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@keyframes shapeMover {

	0%, 100% {
		transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
	}
	50% {
		transform: perspective(400px) rotate(0deg) translateZ(20px) translateY(20px) translateX(20px);
	}

}


/* ======================== about-bottom-section ====================== */

.about-bottom-section:before{
	animation-name: float-bob-x;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}


@keyframes float-bob-x { 
	0% {
		transform: translateX(-30px);
	}
	
	50% {
		transform: translateX(-10px);
	}
	 
	100% {
		transform: translateX(-30px);
	}

}


.about-bottom-section .pp-slider-arrow{
	top: 100% !important;
	transform: translateY(50%);
}

.about-bottom-section .elementor-swiper-button-prev{
	left: unset !important;
	right: 48px !important;
}

.about-bottom-section .elementor-swiper-button-next{
	right: 0 !important;
}

.video-play-section{
	
}


/* ==================== .video-play-section ===================== */

.video-play-section .elementor-icon-wrapper {
    display: inline-block;
    position: relative;
}

/* Main circle */
.video-play-section .elementor-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #ffffff;
    z-index: 1;
}

/* Play icon */
.video-play-section .elementor-icon svg {
    width: 28px;
    height: 28px;
    fill: #0A8DDB;
    margin-left: 3px;
}

/* Smooth white ripple */
.video-play-section .elementor-icon::before,
.video-play-section .elementor-icon::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.6);
    z-index: -1;
    animation: smoothRipple 3s ease-out infinite;
}

/* Delay second ripple */
.video-play-section .elementor-icon::after {
    animation-delay: 1.5s;
}

/* SUPER smooth animation */
@keyframes smoothRipple {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        transform: scale(2.2);
        opacity: 0;
    }
}

/* Soft glow (important for visibility) */
.video-play-section .elementor-icon {
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
}

/* Optional hover effect */
.video-play-section .elementor-icon-wrapper:hover .elementor-icon {
    transform: scale(1.08);
    transition: 0.3s ease;
}


/* ================== services-section ======================= */

.services-section .services-col{
    position: relative !important;
	overflow: hidden !important;
}

.services-section .services-col .elementor-widget-image{
    overflow: hidden !important;
	width: 100% !important;
	height: auto !important;
}

.services-section .services-col .elementor-widget-image img{
		width: 100% !important;
	height: auto !important;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
    transform: scale(1) !important;
	transition: 0.5s !important;
	overflow: hidden !important;
}

.services-section .services-col:hover .elementor-widget-image img{
    transform: scale(1.05) !important;
}


/* ==================== project-section ====================== */

.project-section .project-col{
	transition: 0.5s !important;
	position: relative !important;
	z-index: 1 !important;
}

.project-section .project-col:before{
	content: '';
	position: absolute !important;
	top: 0 !important;
	left: 0;
	bottom: 0;
	right: 0;
	background: #efefef00;
	opacity: 0 !important;
	z-index: -1 !important;
	 
}

.project-section .project-col .project-content{
	opacity: 0 !important;
	transition: 0.5s !important;
	transform: translate(0, 30px) !important;
}

.project-section .project-col:hover .project-content{
	opacity: 1 !important;
	transform: none !important;
}

.project-section .project-col .project-btn{
	opacity: 0 !important;
	transition: 0.5s !important;
	transform: translate(0, -30px) !important;
}

.project-section .project-col:hover .project-btn{
	opacity: 1 !important;
	transform: none !important;
}

.project-section .project-col:hover:before{
	background: linear-gradient(178deg, rgb(20 1 1 / 75%) 0%, rgb(0 0 0 / 31%) 62%) !important;
	opacity: 1 !important;

}

/* ==================== pp-tm ===================== */

.pp-tm .pp-tm-social-links{
	display: inline-grid !important;
	position: absolute !important;
	top: -100px !important;
	right: 8px !important;
}

.pp-tm .pp-tm-social-links li{
	margin-bottom: 5px !important;
}

.pp-tm .pp-tm-social-links li:last-child{
	margin-bottom: 0px !important;
}

/* ==================== Footer ====================== */

.footer-section:before{
	-webkit-animation-name: footer-bob-x !important;
	animation-name: footer-bob-x !important;
	-webkit-animation-duration: 2s !important;
	animation-duration: 2s !important;
	-webkit-animation-iteration-count: infinite !important;
	animation-iteration-count: infinite !important;
	-webkit-animation-timing-function: linear !important;
	animation-timing-function: linear !important;
}

@keyframes footer-bob-x{ 
	0% {
		transform: translateX(-30px);
	}
	50% {
		transform: translateX(-10px);
	}
	100% {
		transform: translateX(-30px);
	}

}


/* ==================== Request-visit-section ====================== */

.Request-visit-section{
	padding-right: calc((100% - 1240px)/2 + 5px) !important;
}


/* ===================== project-page ======================== */





/* =========================  */

@media screen and (max-width: 1370px) {
	
	
	.slider-section-3 .elementor-slide-heading{
		text-align: center !important;
		margin-bottom: 18px !important;
	}
	
	.slider-section-3 .elementor-slide-description{
		text-align: center !important;
	}
	
	
	.slider-section-3 .swiper-slide-contents{
		text-align: center !important;
	}

	.slider-section-3 .swiper-slide-inner{
		justify-content: center !important;
	}
	
	.slider-section-3 .swiper-slide-contents {
        background: #00000047 !important;
        padding: 35px 20px !important;
    }	
}


@media screen and (max-width: 767px) {
	
	
	.slider-section-3 .elementor-slide-heading{
		text-align: center !important;
		margin-bottom: 18px !important;
	}
	
	.slider-section-3 .elementor-slide-description{
		text-align: center !important;
	}
	
	.slider-section-3 .elementor-slide-button{
		text-align: center !important;
		/* display: block !important; */
		width: 160px !important;
		font-size: 12px !important;
        padding: 12px 15px 13px 15px !important;
	}
	
	.slider-section-3 .swiper-slide-contents{
		text-align: center !important;
	}
	.single-releted-product-section .e-loop-item{
		max-width: 100% !important;
	}
	
	.about-us-section .about-us-img:before {
		content: "";
		position: absolute;
		top: 55px;
		left: 30px;
		right: 30px;
		bottom: 30px;
		border: 2px solid #D29674;
		z-index: 1;
		-webkit-animation: ImgBounce 5s ease-in-out 0s infinite alternate;
		animation: ImgBounce 5s ease-in-out 0s infinite alternate;
	}
	
	.about-us-section:before{
		background: unset !important;
	}
	
	.banner-section .elementor-swiper-button-next{
		left: 48px !important;
	}

}
