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

/* 22May,2025 */

/* Home page Testimonial Section */

/*@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


body h1, h2.{
  font-family: "Libre Baskerville", serif !important;
}
*/

.testimonial-slider-section {
    padding: 60px 20px;
    background-color: transparent;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.testimonial-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonial-overlay {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
    background: rgba(43, 43, 43, 0.6);
    backdrop-filter: blur(8px);
    color: white;
    padding: 40px;
    border-radius: 20px;
    max-width: 1000px;
    margin: 0 auto;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.testimonial-overlay-elementor {
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(8px);
    padding: 40px;
    border-radius: 20px;
    max-width: 1000px;
    margin: 0 auto;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.testimonial-image-wrapper img {
    max-height: 200px;
    border-radius: 10px;
    object-fit: cover;
}

.testimonial-quote-box {
    text-align: left;
    max-width: 500px;
}

.quote-icon {
    font-size: 60px;
    line-height: 1;
    color: #ffffff;
    display: block;
    margin-bottom: 20px;
    font-family: serif;
}

.testimonial-content {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.6;
}

.testimonial-client-name {
    font-weight: bold;
    font-size: 16px;
    color: #ddd;
}

.testimonial-slider-navigation-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.testimonial-slider-navigation {
    display: flex;
    gap: 20px;
}

.testimonial-slider-navigation .custom-nav {
    color: #fff;
    background: rgba(0,0,0,0.3);
    width: 40px;
    height: 40px;
    border-radius: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 0.3s ease;
    position: unset;
}
.testimonial-slider-navigation .custom-nav:hover {
    background: rgba(84, 83, 83, 0.6);
}
.swiper-button-prev, .swiper-button-next {
    top: auto;
    bottom: 20px;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons!important;
    font-size: 14px!important;
    font-weight: 400!important;
    text-transform: none!important;
    letter-spacing: 0!important;
    font-variant: initial!important;
    line-height: 1!important;
}

/* Home Page Latest News Post section */

/* .latest-news-section {
  padding: 60px 20px;
  background-color: #f9f9f9;
} */

.latest-news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.latest-news-card {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.3s ease;
}

.latest-news-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
}

.latest-news-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}

.latest-news-content {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.latest-news-heading {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #222;
}

.latest-news-excerpt {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 15px;
}

.latest-news-link {
  font-weight: 600;
  text-decoration: underline;
  color: #000;
  margin-top: auto;
  transition: color 0.2s ease;
}

.latest-news-link:hover {
  color: #007bff;
}

.wpforms-field-label {
    color: white !important;
    font-family: Lexend Deca !important;
    font-size: 22px !important;
}

.wpforms-field-name-first,.wpforms-field-name-last,.wpforms-field-medium{
    background: #343333 !important;
}

.wpforms-field-name-first,.wpforms-field-name-last,.wpforms-field-medium::placeholder{
    color: #FFFFFF !important;
}
.crafted-bg-blur{
    -webkit-backdrop-filter: blur(3px);
filter: blur(13px);
backdrop-filter: blur(1px);
}
.crafted-wrapper,
.get-satrted-wrapper{
    position: relative;
    overflow: hidden;
}
.crafted-text {
    position: absolute;
    z-index: 1;
    left: 0px;
    top: auto;
    bottom: auto;
    right: 0px;
}
.crafted-text p{
    margin-bottom:0px ;
}
.get-started-btn h3{
    margin-bottom: 0px;
}
.get-started-btn .elementor-icon-box-icon{
    width: 60px;
    height: 50px;
    background: #fff;
    align-items: center;
    justify-content: center;
}
.get-started-btn {
    position: absolute;
    z-index: 1;
    left: 0px;
    top: auto;
    bottom: auto;
    right: 0px;
}
.get-started-btn .elementor-widget-container{
    width: 250px;
}
.get-bg-blur {
    position: relative;
    height: 50px;
    width: 250px;
    -webkit-backdrop-filter: blur(13px);
    filter: blur(3px);
    backdrop-filter: blur(1px);
}
.reals-group{
        position: absolute;
    top: 20%;
    bottom: auto;
    left: 0;
    right: 0;
    z-index: 99;
}
.reals-bg{
    position: relative;
}
.real-estate-span{
    color: #A89A73;
}
.mp-membership-cards {
    display: grid;
    justify-content: space-between;
    flex-wrap: wrap;
	grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.mp-membership-content .content{padding:0px 20px;}
.mp-membership-content {
    gap: 20px;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
	padding-bottom:20px;
	border-radius: 8px;
	background-color:#fff;
}
.mp-membership-content h5.mp-level-heading {
    background-color: #4CBCC0;
    padding: 15px 15px;
	text-align: center;
    font-family: "Oxanium", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
    display: flex;
	margin-bottom:0px;
    justify-content: center;
    align-items: center;
}
.mp-membership-content .button {
    background-color: #FFA360;
    font-family: "Oxanium", Sans-serif;
    font-size: 17px;
    font-weight: 600;
    padding: 15px 020px 15px 20px;
    color: #ffffff;
    text-decoration: none;
    align-self: center;
}
.mp-membership-content p{
    text-align: center;
}
.mepr-unauthorized-message p img{
  width: 200px;
}
.mepr-unauthorized-message p:nth-child(5) a{
    padding: 5px 10px;
    border: 1px solid #1E8AFF;
    border-radius: 4px;
    font-size: 16px;
    text-decoration: none;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
.mepr-unauthorized-message p:nth-child(4) a {
    background-color: #1E8AFF;
    padding: 15px 020px 15px 20px;
    color: #fff;
    text-decoration: none;
        font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;    
}
.mepr-login-form-wrap{
    display: none;
}
.mepr-unauthorized-message {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
select#user-select {
    background: #FFA360;
    border: 1px solid white;
	color:#fff;
}
select#user-select:focus{color:#fff;}
select#user-select:focus option{color:#000;}

.um-account-profile-link {
    display: none;
}

/*1-7-25*/
.forminator-custom-form .forminator-row .forminator-all-group-copies {
    background: unset !important;
    box-shadow: unset !important;
}
.forminator-custom-form .forminator-row-last .forminator-field{
    display: flex;
    justify-content: center;
}
.forminator-custom-form .forminator-row .{
    background: unset !important;
    box-shadow: unset !important;
}
.forminator-custom-form .forminator-row .forminator-repeater-label {
   font-size: 24px !important;
}
.forminator-custom-form .forminator-row .forminator-field .forminator-label{
  font-size: 14px !important;
}
.membership-levels-custom .mp-membership-content .mp-level-heading{font-family: "Oxanium", Sans-serif; text-decoration: none;}
.membership-levels-custom .mp-membership-content .button{
    font-family: "Oxanium", Sans-serif;
    text-decoration: none;
	background-color: #FFA360;
    font-size: 17px;
    font-weight: 600;
    padding: 15px 20px 15px 20px;
}
.membership-levels-custom .content p{
    font-family: "Oxanium", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
}
.archive-page-n .wpc-filters-widget-wrapper{
	display: flex;
    gap: 20px;
    width: 100%;
    justify-content: space-between;
}
.archive-page-n{background-color:#fff; padding-right:20px;margin-top: 40px;}
.archive-page-n .wpc-filters-widget-content{padding-top: 20px;}
.archive-page-n .wpc-filters-widget-wrapper .wpc-filters-section{flex: 1;}


.container-ap {
            text-align: center;
            padding: 30px;
            background-color: white;
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
            border-radius: 10px;
            width: 100%;
			margin:0px auto;
        }


        .container-ap .message {
            font-size: 20px;
            color: #000;
            margin-bottom: 30px;
        }

        .button-container {
            display: flex;
            justify-content: center;
            gap: 20px;
			align-items:center;
            margin-bottom: 20px;
        }

        .container-ap button {
            padding: 10px 20px;
            font-size: 16px;
            border: none;
            border-radius: 5px;
            cursor: pointer;
        }

        .login-btn {
            background-color: #1E8AFF;
            color: white;
			padding: 7px 30px;
        }

        .become-member-btn {
            background-color: #FFA360;
            color: white;
			padding: 7px 30px;
        }

        .container-ap button:hover {
            opacity: 0.8;
        }

.news-meta p{text-align:center;}
body.single-news .ast-article-single .e-con.e-flex>.e-con-inner{padding:0px;}
body.single-news .ast-article-single img.size-full{width:100%;}
.single-podcasts .wp-playlist-tracks .wp-playlist-item{padding:15px 0px;display: flex; justify-content: space-between;}
.single-podcasts .wp-playlist-tracks .wp-playlist-item-length{position:relative;}


@media screen and (max-width: 767px) {
	.mp-membership-cards{grid-template-columns: repeat(2, 1fr); gap: 15px;}
}
@media screen and (max-width: 599px) {
	.mp-membership-cards{grid-template-columns: repeat(1, 1fr); gap: 15px;}
}

