/**
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
*/

/* --------------------------------------------------
GLOBAL
-------------------------------------------------- */

html, body {
	overflow-x: hidden;
	width: 100%;
}

.ast-container {
	max-width:100% !important;
	padding:0 !important;
}

#ast-scroll-top {
	display:none !important;
}

/* --------------------------------------------------
TEXT EDITOR PARAGRAPH SPACING
-------------------------------------------------- */
.elementor-widget-text-editor p {
	margin-bottom: 0.75em !important;
}

.elementor-widget-text-editor p:last-child {
	margin-bottom: 0 !important;
}

/* --------------------------------------------------
HEADER CSS
-------------------------------------------------- */
.header-btn .elementor-button-content-wrapper {
	flex-direction: row !important;
}

.header-btn a svg {
	transition: filter 0.3s ease !important;
}

.header-btn a:hover svg {
	filter: invert(1) brightness(100);
}


/* --------------------------------------------------
HOME PAGE CSS
-------------------------------------------------- */
.home-slider .swiper-slide-inner {
	height: 710px !important;
}

.home-slider .swiper-slide-inner img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	transition: transform 0.6s ease; 


}

.home-slider .swiper-slide-inner {
	border-radius:20px; 
	overflow:hidden;
}

/* .home-slider .swiper-slide:hover img {
	transform: scale(1.1); 
}  */



.home-slider .swiper-pagination {
	bottom: -10px !important;
}

.home-slider .swiper-pagination-bullet {
	border: 1px solid var( --e-global-color-9f254be );
}



.scale-anim {
	max-height:350px;
	overflow:hidden;
}
.scale-anim img {
	transition: transform 0.6s ease; 

}

.scale-anim:hover img {
	transform: scale(1.1); 
}

.home-gallery img {
	height: 22.344vw;
	object-fit: cover;
	transition: transform 0.6s ease; 

}

.home-gallery.gallery-spacing-custom .elementor-image-gallery .gallery-icon {
	overflow: hidden !important;
}

.home-gallery .gallery-item:hover img {
	transform: scale(1.1); 

}


.home-gallery .gallery-item {
	max-width: 33% !important;
}

/* FIRST 6 */
.home-gallery .gallery-item:nth-child(12n + 1),
.home-gallery .gallery-item:nth-child(12n + 4),
.home-gallery .gallery-item:nth-child(12n + 5) {
	max-width: 67% !important;
}

/* NEXT 6 (reverse) */
.home-gallery .gallery-item:nth-child(12n + 8),
.home-gallery .gallery-item:nth-child(12n + 9),
.home-gallery .gallery-item:nth-child(12n + 12) {
	max-width: 67% !important;
}



.home-accord .e-n-accordion-item {
	border: 1px solid #695034;
	border-radius: 15px;
}
.home-accord .e-closed svg path {
	fill: none;
}

.contact_form input , .contact_form textarea  ,  .contact_form button{
	padding:17px 22px !important;
	height:auto !important;
}

.contact_form .elementor-form-fields-wrapper {
	justify-content:center;
}


/* --------------------------------------------------
ABOUT PAGE CSS STARTED HERE
-------------------------------------------------- */

.guide-icon .elementor-icon-wrapper {
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}





/* --------------------------------------------------
SIMILAR  PAGES CSS STARTED HERE
-------------------------------------------------- */


.miconbox .elementor-icon-box-content {
	padding:43px;
	border-radius: 15px;
	background: #FAFAFA;
	box-shadow: 0 75px 21px 0 rgba(0, 0, 0, 0.00), 0 48px 19px 0 rgba(0, 0, 0, 0.00), 0 27px 16px 0 rgba(0, 0, 0, 0.02), 0 12px 12px 0 rgba(0, 0, 0, 0.03), 0 3px 7px 0 rgba(0, 0, 0, 0.03);
}


.miconbox-main .miconbox:last-child .elementor-icon-box-icon{
	display:none;
}



.custom-cons .elementor-icon-wrapper {
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}


/* --------------------------------------------------
BLOG PAGE CSS
-------------------------------------------------- */


.blog-share .elementor-share-btn_print svg,
.blog-share .elementor-share-btn_whatsapp svg {
	display: none;
}

.blog-share .elementor-share-btn_print .elementor-share-btn__icon {
	background: url(/wp-content/uploads/2026/03/print.svg) center no-repeat;
	background-size: contain;
	width: 36px;
	height: 22px;
}

.blog-share .elementor-share-btn_whatsapp .elementor-share-btn__icon {
	background: url(/wp-content/uploads/2026/03/logos_whatsapp-icon.svg) center no-repeat;
	background-size: contain;
	width: 36px;
	height: 22px;
}

.blog-content h1, .blog-content h2 {
	font-weight: 400;
	font-size: 28px;
	line-height: 1.3em;
	color: #695034 !important;
	margin: 20px 0 10px !important;
}

.blog-content h3, .blog-content h4, .blog-content h5, .blog-content h6 {
	font-weight: 400;
	font-size: 20px;
	line-height: 1.3em;
	color: #212121 !important;
	margin:  20px 0 10px !important;
}

.blog-content ul,
.blog-content ol {
	margin: 0 16px 0 0 !important;
}



/* --------------------------------------------------
MOBILE CSS STARTED HERE
-------------------------------------------------- */
@media (max-width: 767px) {

	.no-br br {
		display: none;
	}


	/* --------------------------------------------------
	HEADER CSS
	-------------------------------------------------- */

	.header-btn .elementor-button-text{
		display: none !important;
	}

	.header-btn .elementor-button-icon {
		width: 40px;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 16px;
	}



	/* --------------------------------------------------
	HOME PAGE CSS
	-------------------------------------------------- */
	.home-slider .swiper-slide-inner {
		height: 450px !important;
	}

	.home-gallery img {
		height: 32vw;
		object-fit: cover;
	}

	.home-gallery .gallery {
		margin: 0 0 -10px -10px !important;
	}

	.home-gallery .gallery-item {
		max-width: 35% !important;
		padding: 0 0 10px 10px !important;
	}

	/* FIRST 6 */
	.home-gallery .gallery-item:nth-child(12n + 1),
	.home-gallery .gallery-item:nth-child(12n + 4),
	.home-gallery .gallery-item:nth-child(12n + 5) {
		max-width: 65% !important;
	}

	/* NEXT 6 (reverse) */
	.home-gallery .gallery-item:nth-child(12n + 8),
	.home-gallery .gallery-item:nth-child(12n + 9),
	.home-gallery .gallery-item:nth-child(12n + 12) {
		max-width: 65% !important;
	}



	.home-accord .e-n-accordion-item {
		border: 1px solid #695034;
		border-radius: 15px;
	}

	.home-accord .e-closed svg path {
		fill: none;
	}

	.contact_form input , .contact_form textarea  ,  .contact_form button{
		padding:12px 20px !important;
		height:auto !important;
	}

	.contact_form .elementor-form-fields-wrapper {
		justify-content:center;
	}

	/* --------------------------------------------------
	ABOUT PAGE CSS STARTED HERE
	-------------------------------------------------- */

	.guide-icon .elementor-icon-wrapper {
		height: 95px;
	}


	.custom-cons .elementor-icon-wrapper {
		height: 95px;

	}
	.miconbox .elementor-icon-box-wrapper {
		flex-direction: column-reverse !important;
	}	

	/* --------------------------------------------------
	BLOG PAGE CSS
	-------------------------------------------------- */

	.blog-share .elementor-share-btn_print .elementor-share-btn__icon,
	.blog-share .elementor-share-btn_whatsapp .elementor-share-btn__icon{
		width: 38px;
		height: 25px;
	}



}