/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://example.com/hello-elementor-child
 Description:  A child theme for Hello Elementor
 Author:       Your Name
 Author URI:   https://example.com
 Template:     hello-elementor
 Version:      1.1.9.2.0.2
*/

/* Add your custom CSS below */
body {
    background-color: #f9f9f9;
}
html.pum-open.pum-open-overlay.pum-open-scrollable body>:not([aria-modal=true]) {
    padding-right: 0px !important;
}
#mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open ~ button.mega-close{
	right: calc(min(100vw - 40px, 0px)) !important;
	    padding: 20px;
}
ul#mega-menu-menu-1 {
    padding-top: 100px !important;
}
#hero-section {
    position: relative;
    overflow: hidden;
}

#hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(360deg, rgb(17 17 17 / 29%) 35.58%, rgb(255 255 255 / 0%) 100%);
    z-index: 1;
}

#hero-section .elementor-container {
    position: relative;
    z-index: 2;
}
#home-gallery .bdt-ep-static-carousel-content, ul#menu-1-cb83f39:before, .footer-dual-btn{
	display:none;
}
.home .footer-dual-btn{
	    display: block;
}

ul#menu-1-cb83f39{
	display: block;
    column-count: 4;
	    width: 100%;
}
ul#mega-menu-menu-1 {
    padding: 50px 20px !important;
}
#mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open ~ button.mega-close{
	        right: calc(min(100vw - 40px, 10px)) !important;
}
#featured-post .rt-img-holder.tpg-el-image-wrap.has-thumbnail {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50% !important;
}
#featured-post .post-right-content {
    width: 50%;
    height: 100%;
    justify-content: center;
}
#featured-post .rt-detail.rt-el-content-wrapper, #sub-blog-sec .rt-detail.rt-el-content-wrapper{
    box-shadow: 0px 5px 30px 0px #0000000D;
}
#featured-post .read-more {
    margin-top: 15px;
}
div#popmake-674,div#popmake-699, div#popmake-704, div#popmake-713 {
    background: transparent;
    padding: 0;
    border: none;
    box-shadow: none;
}
html.pum-open.pum-open-overlay.pum-open-scrollable body>:not([aria-modal=true]) {
    padding-right: 0;
}

.zoom-bg {
    overflow: hidden;
    position: relative;
}

.zoom-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background: inherit;
    background-size: cover;
    transition: transform 0.5s ease;
    z-index: 0;
}

.zoom-bg:hover::before {
    transform: scale(1.1);
}

/* Push content above the pseudo-element */
.zoom-bg > * {
    position: relative;
    z-index: 1;
}

.main-row {
    display: block;
    column-gap: 20px;
	    width: 80%;
}
.main-row p{
	margin-bottom:0px !important;
}
.inner-row input {
    background: transparent;
    border: 1px solid #fff !important;
    border-radius: 100px !important;
	padding: 8px 22px !important;
	margin-bottom:10px;
}
.inner-row input::placeholder {
    color: #fff !important;
}
.btn-row {
    width: 100% !important;
}

.btn-row input.wpcf7-form-control.wpcf7-submit.has-spinner {
    color: #fff !important;
    border: 1px solid #fff !important;
    padding: 8px 12px !important;
    border-radius: 100px !important;
    width: 100% !important;
}
.cf7-form-wrapper {
    max-width: 800px;
}

.cf7-row {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}

.cf7-col {
    flex: 1;
}

.cf7-row.full-width {
    display: block;
}

.cf7-form-wrapper label {
    display: block;
    font-weight: 400;
	color: #181818 !important;
}

.cf7-form-wrapper input,
.cf7-form-wrapper select,
.cf7-form-wrapper textarea {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
}

.cf7-form-wrapper input[type="submit"] {
    width: auto;
    padding: 12px 30px;
    cursor: pointer;
}


@media (max-width: 768px){
	#featured-post .rt-detail.rt-el-content-wrapper{
		    display: block !important;
	}
	#featured-post .rt-img-holder.tpg-el-image-wrap.has-thumbnail {
    width: 100%;
		max-width: 100%;
	}
	#featured-post .post-right-content {
    width: 100%;
    height: 100%;
    justify-content: normal;
    margin-top: 30px;
		        padding: 20px;
}
	section#mob-header .elementor-column {
    width: 50%;
}
	.cf7-row {
		display: block;
	}
	.main-row {
    width: 100% !important;
}
}

@media (max-width: 600px){
	div#home-sec2-colum2 {
    width: 100% !important;
}
#dual-btn-new .bdt-dual-button{
	    display: grid;
    row-gap: 20px;
}
	section#mob-header .elementor-column {
    width: 50%;
}
	ul#menu-1-cb83f39{
	display: block;
    column-count: 2;
	    width: 100%;
}
	.btn-row {
    width: 100% !important;
}
}




