/**
Theme Name: Astra
Theme URI: https://wpastra.com/
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/
Version: 4.10.0
Requires at least: 5.3
WC requires at least: 3.0
WC tested up to: 9.6
Tested up to: 6.8
Requires PHP: 5.3
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra
Domain Path: /languages
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
AMP: true

Astra WordPress Theme, Copyright 2020 WPAstra.
Astra is distributed under the terms of the GNU GPL.

Astra is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of.
Nicolas Gallagher and Jonathan Neal https://necolas.github.com/normalize.css/

Astra icon font is based on IcoMoon-Free vector icon by Keyamoon.
IcoMoon-Free vector icon distributed under terms of CC BY 4.0 or GPL. (https://creativecommons.org/licenses/by/4.0/ or https://www.gnu.org/licenses/gpl.html)
Source: http://keyamoon.com/

Flexibility is a JavaScript polyfill for Flexbox By Jonathan Neal, 10up. (https://github.com/jonathantneal/flexibility)
Licensed under MIT ( https://github.com/jonathantneal/flexibility/blob/master/LICENSE.md )

Screenshot image is a collage of actual sites created using the Astra WordPress Theme.

Icons used in the Screenshot image are all licensed under Creative Commons ( CC BY 4.0 ) License ( https://fontawesome.com/license/free )
https://fontawesome.com/v5.15/icons/store?style=solid
https://fontawesome.com/v5.15/icons/shopping-cart?style=solid
https://fontawesome.com/v5.15/icons/pen-square?style=solid
https://fontawesome.com/v5.15/icons/user-tie?style=solid
https://fontawesome.com/v5.15/icons/user-tie?style=solid

Illustrations used in the Screenshot images are all licensed under Creative Commons ( CC0 ) License ( https://gumroad.com/l/humaaans )
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/standing-24.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/sitting-2.png

Hand-drawn illustrations used are created by Brainstorm Force and released under Creative Commons ( CC0 ) License.
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/girl-with-image-container.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/boy-with-code-container.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/web-browser.png

The same site as screenshot can be imported from here https://websitedemos.net/web-design-agency-08/.

For more information, refer to this document on how to create a page like in the screenshot - https://wpastra.com/docs/replicating-the-screenshot/.

Astra default breadcrumb is based on Breadcrumb Trail by Justin Tadlock. (https://github.com/justintadlock/breadcrumb-trail)
Breadcrumb Trail is distributed under the terms of the GNU GPL v2 or later.

Astra local fonts feature is based on Webfonts Loader by WordPress Themes Team (WPTT). (https://github.com/WPTT/webfont-loader)
Licensed under MIT ( https://github.com/WPTT/webfont-loader/blob/master/LICENSE )

/* Note: The CSS files are loaded from assets/css/ folder. */


@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body,h1,h2,h3,h4,h5{
	 font-family: "Poppins", sans-serif !important;
}


@media only screen and (min-width: 1600px) {
  .ast-container,body.archive #content >  .ast-container,body.single  #content > .ast-container {
    max-width: 1462px !important;
  }
}
.single header{
	position:relative !important;
}
.ast-grid-common-col {
	border: 2px solid #ececec;
	padding: 1rem !important;
	text-align: center !important;
	border-radius: 22px;
}
.home #content > .ast-container {
	max-width: 100% !important;
	width: 100% !important;
	padding-inline: 0 !important;
}
header ul li.call-btn a {
	background-color: #A82682;
	color: #fff !important;
	padding: 12px 22px !important;
	height: 46px !important;
	margin-left: 50px;
	border-radius: 100px;
	gap:6px;
}
.highlt{
    border-bottom:2px solid #A82682;
	color: #A82682;
}
.border-b{
	  border-bottom:2px solid #A82682;
}

.vision-mission .elementor-widget-image-box::after {
	content: '';
	width: 197px;
	height: 146px;
	background: #E2B3D2;
	position: absolute;
	right: -8px;
	top: 0px;
	border-radius: 41px;
	z-index: -1;
}
.vision-mission .elementor-widget-image-box::before {
	content: '';
	width: 197px;
	height: 146px;
	background: #E2B3D2;
	position: absolute;
	left: -8px;
	bottom: 0px;
	border-radius: 41px;
	z-index: -1;
}
.fm-home  label {
  background-color: #FAFAFA !important;
  display: flex;
  align-items: center;
  padding:7px 18px 7px 27px;
	border-radius:7px;
}
.fm-home .wpcf7-form-control {
	border: none !important;
	padding: 0 !important;
	background-color: transparent !important;
	font-size: 16px;
	font-family: "Poppins", sans-serif !important;
}
.fm-home .wpcf7-form{
	display: flex;
	flex-wrap:wrap;
	gap: 0 28px;
	justify-content:space-between;
}
.fm-home .wpcf7-form p{
	width:47%;
}
.fm-home form p + p + p + p + p{
	width:100% !important;
}
.fm-home form p + p + p + p + p label{
	align-items: start;
}
.fm-home  textarea{
	height:149px;
}
::placeholder{
	color:#828282;
}
.fm-home form{
	z-index:1;
}
.fm-home .wpcf7-form-control.wpcf7-submit.has-spinner {
	background-color: #A82682 !important;
	border-radius: 45px;
	padding: 12px 25px !important;
	font-size: 18px;
	margin-top: 47px;
}

.single-logo-container  h3 a{
	font-size: 16px;
	font-weight: 500;
	color: #A82682;
	text-align:left;
	display:block;
   width:100%;
}
.single-logo-container p{
		margin-top:8px;
font-size:12px !important;
color:#383838;
	text-align:left;
	margin-bottom:0;
}
.single-logo-container img {
	height: 237px;
	object-fit: contain;
	margin: 0 auto;
}	
.ink-pro a {
	font-size: 16px;
	font-weight: 500;
	color: #000;
	text-align:left;
}
.single-logo-container {
	box-shadow: 0px 1px 15px 0px #A9A9A924;
	border-radius:27px;
padding:20px;
text-align:left !important;
	
}
.ink-pro {
	text-align: left;
}
.rt-wpls .slick-dots {
	width: 113px;
	margin: 0 auto;
}

.rt-wpls .slick-dots::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 137px;
	height: 1px;
	background-color: #EBEBEB;
	top: 16px;
	z-index: -1;
}
.rt-wpls .slick-dots li button {
	box-shadow: none !important;
	padding:0 !important;
	margin:0 !important;
}
.rt-wpls .slick-dots li button::before {

	content: '' !important;
	opacity: 1 !important;
	color: transparent;
		top: 5px;
	width: 30px;
	height: 5px;
}
.rt-wpls .slick-dots li.slick-active button::before {
	opacity: 1;
	background-color: #A82682 !important;
}
button.slick-prev.slick-arrow {
    top: 104%;
    left: 43%;
    background: #a82682;
    width: 30px;
    height: 30px;
}
button.slick-next.slick-arrow {
    top: 104%;
    left: 56%;
	   background: #a82682;
    width: 30px;
    height: 30px;
}
.rt-wpls .slick-dots li button:before {
    font-family: 'slick';
    font-size: 12px;
    line-height: 15px;
    position: absolute;
    top: 6px !important;
    left: 0;
    width: 50px !important;
    height: 5px !important;
    content: '•';
    text-align: center;
    opacity: .5;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.rt-wpls .slick-prev::before {
  content: '' !important;
  background-image: url(https://meditreat.whdev.in/wp-content/uploads/2025/04/sliderarrow.png);
  background-repeat: no-repeat;
  background-position:
center;
}
.rt-wpls .slick-next::before {
  content: '' !important;
  background-image: url(https://meditreat.whdev.in/wp-content/uploads/2025/04/sliderarrow.png);
	transform:scalex(-1);
	  background-repeat: no-repeat;
  background-position:
center;
}
button.slick-arrow {
	background: #EBEBEB !important;
	width: 35px !important;
	height: 35px !important;
}
button.slick-arrow:hover{
	background-color:#A82682 !important;}

button.slick-arrow:hover::before {
	filter: brightness(11);
}
.ast-desktop .ast-builder-menu-1 .menu-item .sub-menu .menu-link {
    padding: 9px 23px;
    font-size: 14px;
}
.ast-desktop .main-header-menu.ast-menu-shadow .sub-menu {
    border-color: #a82682;
}
.menu-link{
	text-transform:uppercase;
}
.menu-item-480 .sub-menu {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	width: 640px !important;
	text-transform: uppercase;
}
.menu-item-480 .sub-menu a {
	padding-inline: 10px !important;
	border: 1px dashed #eee !important;
	height: 100%;
}
#content > .ast-container {
	max-width: 100% !important;
	padding: 0 !important;
}
@media only screen and (max-width:767px){
	.ast-woocommerce-container {
	padding-inline: 1rem !important;
}
	iframe{
		height:250px;
	}
	.testimonial-card img {
    top: -86px;
    left: 0 !important;
}
	.testimonial-card {
    width: 300px !important;
    padding: 45px 0 0 !important;
}
	.arrows {
    position: absolute;
    right: 0;
    top: 33px;
}
	.testimonial-wrapper {
    gap: 0 !important;

	}
	.fm-home .wpcf7-form p {
    width: 46%;
}
}
.ast-on-card-button.ast-select-options-trigger.product_type_simple {
	display: none;
}
.button.product_type_simple {
	background-color: #A82682 !important;
	border-radius: 45px;
	padding: 12px 25px !important;
}
.woocommerce-js div.product div.images img {
	width: auto !important;
}
.lmp_button {
	background-color: #A82682 !important;
	border-radius: 45px !important;
	padding: 16px 49px !important;
	color: #fff !important;
	font-size: 20px !important;
}

[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
	fill: #fff !important;
}
.menu-toggle.main-header-menu-toggle.ast-mobile-menu-trigger-minimal {
	background: #99377d !important;}
.ast-theme-transparent-header [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal{
	background: #99377d !important;}
@media (max-width: 921px) {
  .ast-builder-menu-mobile .main-navigation .menu-item.current-menu-item > .menu-link {
    color: #a43b85;
    background: #FFEDFA;
  }
}

.mobile-bottom {
	display: none;
}

@media only screen and (max-width:500px){
	.mobile-bottom {
	display: block;
	background: #84005d;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
		z-index:9999;
}
	.mobile-bottom ul {
	list-style: none;
	padding: 10px 10px 5px;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(3,1fr);
}
	.mobile-bottom ul a{
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
	#myModal11 {
	position: fixed;
	top: 10%;
	background: #fff;
	z-index: 99;
	left: 0;
	width: 93%;
	right: 0;
	margin: auto;
	padding: 12px;
		display:none;
		box-shadow:0px 0px 8px rgba(0,0,0,0.3)
}
	#myModal11 textarea{
		height:90px
	}
	#myModal11 form img{
		display:none;
	}
	.wpcf7-form-control.wpcf7-submit.has-spinner {
	background: #a31b7b !important;
}
}

.sticky {
	position: fixed !important;
	top: 0;
	width: 100%;
	z-index: 999;
	background: #fff;
}
.sticky .custom-logo-link img {
	width: 127px;
}