/**
 * Theme Name:     Astra Child
 * Author:         Brainstorm Force
 * Template:       astra
 * Text Domain:	   astra-child
 * 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 6,000+ 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/
 */
.right-menu nav ul li a {
    padding-right: 0px !important;
}
header.elementor.elementor-180.elementor-location-header {
    margin-bottom: -196px;
}
.elementor-element.elementor-element-9406fb5.elementor-hidden-tablet.elementor-hidden-mobile.e-flex.e-con-boxed.e-con.e-parent.elementor-sticky.e-lazyloaded.elementor-sticky--active.elementor-section--handles-inside.elementor-sticky--effects {
    background: #000000c9;
}
.elementor-element.elementor-element-3faa49b.elementor-hidden-desktop.elementor-hidden-laptop.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded.elementor-sticky.elementor-sticky--active.elementor-section--handles-inside.elementor-sticky--effects {
    background: #000000c9;
}
.services-box{
	position: relative;
    overflow: hidden;	
}
.services-box .services-overlay{
	position: absolute;
    inset: 0;
    background: url("/wp-content/uploads/2025/12/services-devider.png");
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all 0.4s ease;
	background-size:cover;
}
.services-box:hover .services-overlay {
    opacity: 1;
}
.scroll-down h2 a {
    text-decoration: none !important;
}
.common-button {
    position: relative;
}
.common-button:after {
    content: "";
    position: absolute;
    inset: 8px -8px -8px 8px;
    border: 1.5px solid #d6a65a;
    transition: all 0.3s ease;
}
.common-button:hover:after {
    inset: -8px 8px 8px -8px;
}
.wadding-ceremony-bg {
    height: 840px !important;
}
.featured-box {
    position: relative !important;
    overflow: hidden !important;
}
.featured-box .Featured-box-content {
    position: absolute;
    left: 0;
    bottom: -150px;
    width: 60%;
    transition: all 0.45s ease;
    right: 0px;
    margin: 0 auto;
}
.featured-box:hover .Featured-box-content {
    bottom: 42px;
}

.makeinquiy-form {
    position: relative !important;
    background: #ffffff !important;
    padding: 72px !important;
    z-index: 1 !important;
}

/* golden frame */
.makeinquiy-form::before {
    content: "" !important;
    position: absolute !important;
    border: 30px solid #ffd88a !important;
    z-index: -1 !important;
}

/* outer shadow */
.makeinquiy-form::after {
    content: "" !important;
    position: absolute !important;
    inset: -10px !important;
    background: transparent !important;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15) !important;
    z-index: -2 !important;
}

.makeinquiy-outer {
    position: relative !important;
}
.makeinquiy-outer::before {
    background: url(http://bmpwed.whdev.in/wp-content/uploads/2025/12/1.png.png) !important;
    position: absolute !important;
    content: "" !important;
    left: -384px !important;
    background-repeat: no-repeat !important;
    border: 0px !important;
    top: 200px !important;
    z-index: 9 !important;
    width: 452px !important;
    height: 638px !important;
}
.makeinquiy-outer::after {
    background: url(http://bmpwed.whdev.in/wp-content/uploads/2025/12/2.png.png) !important;
    position: absolute !important;
    content: "" !important;
    right: -243px !important;
    background-repeat: no-repeat !important;
    border: 0px !important;
    bottom: 0px !important;
    width: 323px !important;
    height: 559px !important;
    top: 0px;
    z-index: -1;
}
.makeinquiy-form .elementor-element.elementor-element-cde205b.elementor-widget.elementor-widget-shortcode {
    width: 100%;
}
.makeinquiy-form input, .makeinquiy-form select {
    font-size: 15px;
    color: #747474;
    border: 0px !important;
    border-bottom: 1px solid #D2D2D2 !important;
    box-shadow: none !important;
}
.makeinquiy-form input::placeholder {
    color: #747474;
}
.makeinquiy-form .form-field-list .form-field-listinner {
    display: flex;
    gap: 32px;
    align-items: center;
}
.makeinquiy-form .form-field-list p label {
    padding-left: 15px;
    font-size: 15px;
    color: #6C757D;
    font-weight: 400;
}
.makeinquiy-form .form-field p {
    margin-bottom: 0px !important;
}
.makeinquiy-form .form-field-list p {
    margin-bottom: 10px;
}
.makeinquiy-form .Query-btn {
    padding: 16px 44px;
    background: #ffd481;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    box-shadow: none !important;
    border-bottom: 0px !important;
    margin-top: 20px !important;
}
.form-field-btn {
    display: flex;
    animation: c;
    justify-content: center;
}
#ast-scroll-top {
    background-color: #ffd88a ;
    font-size: 15px;
    color: #000;
}

@media (min-width: 1366px) and (max-width: 1500px) {
    .services-box {
		height: 320px !important;
		min-height:320px !important;
	}
	
}

@media (min-width: 768px) and (max-width: 1024px) {
    .makeinquiy-outer::before {
		display:none;
	}
	.makeinquiy-outer::after {
	   display:none;
	}
	.featured-box .Featured-box-content {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.services-box {
		height: 341px !important;
		min-height:341px !important;
	}
	.makeinquiy-outer::before {
		display:none;
	}
	.makeinquiy-outer::after {
	   display:none;
	}
	.makeinquiy-form {
		padding: 40px !important;
	}
	.featured-box .Featured-box-content {
		width: 100%;
	}
}

